:root {
  --color-navy: #0f0d0a;
  --color-blue: #7a5600;
  --color-orange: #f0a403;
  --color-orange-dark: #eaa003;
  --color-charcoal: #231e15;
  --color-industrial-gray: #9e8f74;
  --color-whatsapp-dark: #075e54;
  --color-whatsapp: #128c4a;
  --color-whatsapp-light: #25d366;
  --color-white: #fff;
  --color-light: #ebebeb;
  --color-text: #0f0d0a;
  --color-border: #d2cbc0;
  --container: 1200px;
  --radius: 4px;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); font: 400 1rem/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--color-blue); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .65em; color: var(--color-navy); line-height: 1.15; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
p { margin: 0 0 1.25rem; }
:focus-visible { outline: 3px solid var(--color-orange); outline-offset: 3px; }

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; transform: translateY(-180%); padding: .75rem 1rem; color: #fff; background: #000; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 90; background-color: var(--color-orange); background-image: linear-gradient(rgb(240 164 3 / 10%), rgb(240 164 3 / 10%)), url("../images/fundo-header-rede-protecao-lineos.webp"); background-position: center; background-size: cover; box-shadow: 0 8px 30px rgb(15 13 10 / 13%); }
.topbar { color: #fff; background: #0f0d0a; font-size: .78rem; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 38px; }
.topbar__contacts { display: flex; align-items: center; gap: 1.35rem; }
.topbar a { display: inline-flex; align-items: center; gap: .42rem; color: inherit; text-decoration: none; }
.topbar a:hover { color: var(--color-orange); }
.topbar__icon { color: var(--color-orange); }
.topbar__service { display: inline-flex; align-items: center; gap: .5rem; margin: 0; color: #d9d3c8; font-size: .7rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.topbar__service > span { width: 7px; height: 7px; background: var(--color-orange); border-radius: 50%; box-shadow: 0 0 0 4px rgb(240 164 3 / 14%); }
.ui-icon { display: inline-grid; flex: 0 0 auto; width: 1.15rem; height: 1.15rem; place-items: center; color: currentcolor; }
.ui-icon svg { display: block; width: 100%; height: 100%; }
.header-main { min-height: 94px; display: flex; align-items: center; gap: clamp(1.2rem, 2.2vw, 2rem); }
.site-branding { flex: 0 0 clamp(145px, 14vw, 205px); }
.site-title { color: var(--color-navy); font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.custom-logo, .site-logo-fallback img { width: auto; max-width: 100%; max-height: 56px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-navigation .menu { display: flex; align-items: center; gap: clamp(.9rem, 1.45vw, 1.5rem); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: block; padding-block: 2.1rem; color: #0f0d0a; font-size: clamp(.9rem, 1vw, 1rem); font-weight: 650; line-height: 1.25; text-decoration: none; }
.primary-navigation > .menu > li > a::after { position: absolute; right: 0; bottom: 1.55rem; left: 0; height: 3px; background: #231e15; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.primary-navigation > .menu > li:hover > a::after, .primary-navigation > .menu > .current-menu-item > a::after, .primary-navigation > .menu > .current-menu-ancestor > a::after, .primary-navigation > .menu > li > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.primary-navigation .sub-menu { position: absolute; z-index: 20; top: calc(100% - 1rem); left: -.9rem; min-width: 275px; margin: 0; padding: .7rem; visibility: hidden; background: #fff; border-top: 3px solid #0f0d0a; box-shadow: 0 18px 45px rgb(15 13 10 / 16%); list-style: none; opacity: 0; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.primary-navigation li { position: relative; }
.primary-navigation .sub-menu a { padding: .8rem; font-size: .9rem; font-weight: 600; }
.primary-navigation .sub-menu a:hover { color: #0f0d0a; background: #ebebeb; }
.primary-navigation .sub-menu li + li { border-top: 1px solid #ebebeb; }
.menu-toggle { display: none; padding: .65rem .8rem; color: #fff; background: var(--color-whatsapp-dark); border: 1px solid var(--color-whatsapp-dark); border-radius: var(--radius); }
.menu-toggle__label { margin-right: .4rem; }
.menu-toggle__lines { display: grid; gap: 4px; width: 20px; }
.menu-toggle__lines i { display: block; height: 2px; background: currentcolor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-6px) rotate(-45deg); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .7rem 1.3rem; color: #0f0d0a; background: var(--color-orange); border: 2px solid var(--color-orange); border-radius: 999px; font-weight: 800; text-decoration: none; }
.button:hover { color: #fff; background: #0f0d0a; border-color: #0f0d0a; }
.button--secondary { color: #fff; background: transparent; border-color: #fff; }
.header-cta { position: relative; flex: 0 0 auto; gap: .42rem; min-height: 50px; margin-block: .5rem; overflow: hidden; isolation: isolate; color: #fff; white-space: nowrap; background: linear-gradient(135deg, var(--color-whatsapp-dark) 0%, var(--color-whatsapp) 48%, var(--color-whatsapp-light) 100%); border: 2px solid #39df78; box-shadow: 0 8px 22px rgb(7 94 84 / 28%), 0 0 0 1px rgb(7 94 84 / 75%); font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta > span { position: relative; z-index: 1; }
.header-cta::after { position: absolute; z-index: 0; top: -80%; left: -45%; width: 34%; height: 260%; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 50%), transparent); content: ""; transform: rotate(18deg); animation: lineos-whatsapp-shine 3.8s ease-in-out infinite; }
.header-cta:hover { color: #fff; background: linear-gradient(135deg, #064b43 0%, #0f7c41 48%, #1fbd5b 100%); border-color: #52ea88; box-shadow: 0 10px 30px rgb(7 94 84 / 38%), 0 0 18px rgb(37 211 102 / 42%); transform: translateY(-2px); }
.header-cta .ui-icon { width: 1.25rem; height: 1.25rem; }

@keyframes lineos-whatsapp-shine {
  0%, 62% { left: -45%; opacity: 0; }
  70% { opacity: 1; }
  88%, 100% { left: 125%; opacity: 0; }
}

.hero { position: relative; display: grid; min-height: clamp(620px, 78vh, 850px); align-items: center; overflow: hidden; color: #fff; background: #0f0d0a; isolation: isolate; }
.hero__slides { position: absolute; z-index: -3; inset: 0; }
.hero__slide { position: absolute; inset: 0; opacity: 0; background: var(--hero-image) center 42% / cover no-repeat; transform: scale(1.015); transition: opacity .8s ease, transform 6s ease; }
.hero__slide.is-active { opacity: 1; transform: scale(1); }
.hero--image::after { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(10 10 9 / 97%) 0%, rgb(20 18 13 / 86%) 48%, rgb(10 10 9 / 34%) 100%); content: ""; }
.hero__mesh { position: absolute; z-index: -1; inset: 0; opacity: .14; background-image: repeating-linear-gradient(55deg, transparent 0 35px, rgb(255 255 255 / 34%) 35px 36px, transparent 36px 72px), repeating-linear-gradient(-55deg, transparent 0 35px, rgb(255 255 255 / 34%) 35px 36px, transparent 36px 72px); mask-image: linear-gradient(90deg, #000 0%, rgb(0 0 0 / 68%) 24%, transparent 56%); }
.hero h1 { max-width: 900px; color: #fff; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 185px; gap: 4rem; align-items: end; padding-block: 8rem 5rem; }
.hero__content { max-width: 840px; }
.hero__slogan { margin: -.25rem 0 1.1rem; color: #fff; font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 450; letter-spacing: .015em; }
.hero__slogan strong { color: var(--color-orange); font-weight: 750; }
.hero__lead { max-width: 650px; color: #e1ebf0; font-size: clamp(1.1rem, 2vw, 1.4rem); }
.hero .button:hover { color: #0f0d0a; background: #fff; border-color: #fff; }
.hero-proof { display: grid; gap: 1px; align-self: end; background: rgb(240 164 3 / 45%); border: 1px solid rgb(240 164 3 / 45%); backdrop-filter: blur(8px); }
.hero-proof > div { padding: 1rem; background: rgb(17 16 14 / 82%); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font-size: 1.05rem; }
.hero-proof span { color: #bcd0da; font-size: .72rem; }
.hero-slider-controls { position: absolute; z-index: 2; right: max(1.25rem, calc((100vw - var(--container)) / 2)); bottom: 1.25rem; display: flex; gap: .7rem; align-items: center; }
.hero-slider-arrow { display: grid; width: 2.4rem; height: 2.4rem; padding: 0; place-items: center; color: #fff; background: rgb(15 13 10 / 72%); border: 1px solid rgb(255 255 255 / 42%); border-radius: 50%; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.hero-slider-arrow:hover, .hero-slider-arrow:focus-visible { background: var(--color-orange); border-color: var(--color-orange); }
.hero-slider-dots { display: flex; gap: .45rem; align-items: center; }
.hero-slider-dots button { width: .65rem; height: .65rem; padding: 0; background: rgb(255 255 255 / 52%); border: 0; border-radius: 50%; cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-slider-dots button.is-active { width: 1.65rem; background: var(--color-orange); border-radius: 999px; }
@media (prefers-reduced-motion: reduce) { .hero__slide { transform: none; transition: none; } }
.eyebrow { margin-bottom: .8rem; color: var(--color-orange); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: #ffc33d; }
.button-group { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: var(--space-4); }
.text-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--color-blue); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { padding: .7rem .45rem; color: #fff; }
.section { padding-block: var(--space-6); }
.section--muted { background: var(--color-light); }
.trust-strip { color: #fff; background: #0f0d0a; border-top: 1px solid rgb(240 164 3 / 35%); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip span { position: relative; padding: 1.1rem 1.25rem; text-align: center; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.trust-strip span + span::before { position: absolute; inset: 25% auto 25% 0; width: 1px; background: rgb(255 255 255 / 17%); content: ""; }
.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.section-copy h2 { max-width: 650px; }
.lead-copy { color: #625b50; font-size: 1.16rem; }
.image-frame { position: relative; margin: 0; }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-frame::before { position: absolute; z-index: -1; inset: 1.5rem -1.5rem -1.5rem 1.5rem; background: var(--color-orange); content: ""; }
.image-frame figcaption { position: absolute; right: 0; bottom: 0; max-width: 290px; padding: .85rem 1rem; color: #fff; background: rgb(17 16 14 / 94%); font-size: .78rem; }
.solutions-section { color: #fff; background: #0f0d0a; }
.solutions-section h2 { color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: var(--space-5); }
.section-heading > p { max-width: 500px; margin: 0; color: #c9c1b4; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgb(255 255 255 / 14%); border: 1px solid rgb(255 255 255 / 14%); }
.solution-card { position: relative; min-height: 350px; padding: clamp(2rem, 5vw, 3.4rem); overflow: hidden; color: #fff; background: #231e15; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.solution-card:hover { background: #30291d; }
.solution-card--primary { background: var(--color-orange); }
.solution-card--primary { color: #0f0d0a; }
.solution-card--primary:hover { background: #eaa003; }
.solution-card--primary h3, .solution-card--primary .solution-card__number { color: #0f0d0a; }
.solution-card--primary .solution-card__number { opacity: .24; }
.solution-card h3 { max-width: 490px; margin-top: 3.5rem; color: #fff; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.solution-card p { max-width: 510px; color: inherit; }
.solution-card__number { position: absolute; top: 1.5rem; right: 1.75rem; color: rgb(255 255 255 / 32%); font-size: 3rem; font-weight: 800; }
.solution-card__meta { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-card__action { position: absolute; bottom: 2rem; left: clamp(2rem, 5vw, 3.4rem); color: inherit; font-weight: 750; }
.mesh-section { background: #fff; }
.mesh-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; margin-bottom: var(--space-5); }
.mesh-heading h2 { margin-bottom: 0; }
.mesh-heading > p { max-width: 520px; margin: 0; color: #6f6658; }
.mesh-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2rem); }
.mesh-card { min-width: 0; }
.mesh-card__image { position: relative; display: block; overflow: hidden; background: #f4bd16; border-radius: 18px 18px 3px 18px; }
.mesh-card__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgb(6 27 40 / 35%)); opacity: 0; transition: opacity .25s ease; content: ""; }
.mesh-card__image img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease; }
.mesh-card:hover .mesh-card__image img { transform: scale(1.045); }
.mesh-card:hover .mesh-card__image::after { opacity: 1; }
.mesh-card__index { position: absolute; z-index: 1; right: .8rem; bottom: .65rem; color: rgb(255 255 255 / 88%); font-size: 1.9rem; font-weight: 850; line-height: 1; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.mesh-card:hover .mesh-card__index { opacity: 1; transform: translateY(0); }
.mesh-card__content { padding: 1.15rem .25rem 0; }
.mesh-card__label { display: block; margin-bottom: .45rem; color: var(--color-orange); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.mesh-card h3 { margin: 0; font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.35; }
.mesh-card h3 a { color: var(--color-navy); text-decoration: none; }
.mesh-card h3 a:hover { color: #7a5600; }
.mesh-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: var(--space-5); padding-top: var(--space-3); border-top: 1px solid var(--color-border); }
.mesh-footer p { margin: 0; color: #6f6658; }
.quality-section { color: #fff; background: #f4f1eb; }
.quality-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; background: #231e15; border-radius: 22px; box-shadow: 0 24px 60px rgb(35 30 21 / 16%); }
.quality-visual { min-height: 520px; overflow: hidden; }
.quality-visual img { display: block; width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.quality-content { align-self: center; max-width: 680px; padding: clamp(3rem, 6vw, 5.5rem); }
.quality-content h2 { color: #fff; }
.check-list { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; }
.check-list li::before { position: absolute; left: 0; color: var(--color-orange); font-weight: 900; content: "✓"; }
.process-section { background: var(--color-light); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 3rem 0 0; padding: 0; border-top: 1px solid var(--color-border); list-style: none; }
.process-list li { position: relative; padding: 2.5rem 1.5rem 0 0; }
.process-list li::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--color-orange); border-radius: 50%; content: ""; }
.process-list span { display: block; margin-bottom: 1rem; color: var(--color-orange); font-size: .75rem; font-weight: 800; }
.process-list h3 { font-size: 1.15rem; }
.process-list p { color: #6f6658; font-size: .9rem; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-list details { border-bottom: 1px solid var(--color-border); }
.faq-list summary { position: relative; padding: 1.4rem 2.5rem 1.4rem 0; color: var(--color-navy); cursor: pointer; font-size: 1.08rem; font-weight: 750; list-style: none; }
.faq-list summary::after { position: absolute; right: .25rem; color: var(--color-orange); font-size: 1.4rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding-right: 2.5rem; color: #6f6658; }
.cta-section { padding-top: clamp(3.5rem, 7vw, 6rem); }
.cta-panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: clamp(2.5rem, 6vw, 5rem); overflow: hidden; color: #0f0d0a; background-color: var(--color-orange); background-image: linear-gradient(90deg, rgb(240 164 3 / 96%) 0%, rgb(240 164 3 / 78%) 48%, rgb(240 164 3 / 16%) 100%), url("../images/fundo-rede-protecao-lineos-amarelo.webp"); background-position: center; background-size: cover; border-radius: 18px; box-shadow: 0 22px 50px rgb(35 30 21 / 16%); }
.cta-panel::after { display: none; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 720px; color: #0f0d0a; }
.cta-panel p { max-width: 680px; margin: 0; }
.cta-panel .eyebrow { color: #0f0d0a; }
.button--white { flex: 0 0 auto; color: #fff; background: #0f0d0a; border-color: #0f0d0a; }
.button--white:hover { color: #fff; background: var(--color-navy); border-color: var(--color-navy); }
.cta-panel .button--white { position: relative; overflow: hidden; isolation: isolate; box-shadow: 0 8px 20px rgb(15 13 10 / 20%); transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.cta-panel .button--white::after { position: absolute; z-index: -1; top: -70%; left: -55%; width: 38%; height: 240%; background: linear-gradient(90deg, transparent, rgb(255 255 255 / 65%), transparent); content: ""; opacity: 0; transform: rotate(20deg); transition: left .55s ease, opacity .2s ease; }
.cta-panel .button--white:hover, .cta-panel .button--white:focus-visible { color: #fff; background: linear-gradient(135deg, var(--color-whatsapp-dark), var(--color-whatsapp-light)); border-color: #42e27d; box-shadow: 0 12px 28px rgb(7 94 84 / 35%), 0 0 20px rgb(37 211 102 / 30%); transform: translateY(-3px) scale(1.02); }
.cta-panel .button--white:hover::after, .cta-panel .button--white:focus-visible::after { left: 125%; opacity: 1; }
.cards, .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-3); }
.card, .post-card { padding: var(--space-4); background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius); }
.content-area { padding-block: var(--space-5) var(--space-6); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--space-4); font-size: .875rem; }
.entry { max-width: 900px; margin-inline: auto; }
.entry-header { margin-bottom: var(--space-4); }
.entry-media { margin-bottom: var(--space-4); }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1200px; }
.entry-content > .alignfull { max-width: none; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: .75rem; border: 1px solid var(--color-border); text-align: left; }
.entry-meta { color: #58707f; font-size: .875rem; }
.post-card { padding: 0; overflow: hidden; }
.post-card__content { padding: var(--space-3); }
.post-card h2 { font-size: 1.35rem; }
.post-card h2 a { color: var(--color-navy); text-decoration: none; }
.error-404 { min-height: 55vh; }

.internal-hero { position: relative; min-height: clamp(430px, 58vh, 650px); display: grid; align-items: end; overflow: hidden; color: #fff; background: #0f0d0a; isolation: isolate; }
.internal-hero::before { position: absolute; z-index: -2; inset: 0; background: var(--internal-image) center 45% / cover no-repeat; content: ""; }
.internal-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(15 13 10 / 96%) 0%, rgb(35 30 21 / 82%) 55%, rgb(15 13 10 / 28%) 100%); content: ""; }
.internal-hero__content { padding-block: 3rem clamp(3.5rem, 7vw, 6rem); }
.internal-hero .breadcrumbs { margin-bottom: clamp(3rem, 8vh, 6rem); color: #d8d2c7; }
.internal-hero .breadcrumbs a { color: var(--color-orange); }
.internal-hero h1 { max-width: 950px; color: #fff; font-size: clamp(2.5rem, 6vw, 5.2rem); }
.internal-hero__content > p:last-child { max-width: 720px; margin: 0; color: #ddd7cc; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.page-template-page-empresa .internal-hero::before { background-image: url("../images/fundo-hero-rede-protecao-sem-no-lineos.webp"); background-position: center; }
.page-template-page-empresa .internal-hero::after { background: linear-gradient(90deg, rgb(15 13 10 / 68%) 0%, rgb(15 13 10 / 42%) 46%, rgb(15 13 10 / 66%) 76%, rgb(15 13 10 / 82%) 100%); }
.company-story__text { color: #5f584d; font-size: 1.05rem; }
.company-principles { color: #fff; background: #0f0d0a; }
.company-principles h2, .company-principles h3 { color: #fff; }
.company-principles .section-heading > p { color: #c9c1b4; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgb(158 143 116 / 30%); border: 1px solid rgb(158 143 116 / 30%); }
.principles-grid article { min-height: 300px; padding: clamp(2rem, 4vw, 3rem); background: #231e15; }
.principles-grid article:first-child { color: #0f0d0a; background: var(--color-orange); }
.principles-grid article:first-child h3 { color: #0f0d0a; }
.principles-grid article > span { display: block; margin-bottom: 3.5rem; color: var(--color-industrial-gray); font-size: .75rem; font-weight: 850; }
.principles-grid article:first-child > span { color: rgb(15 13 10 / 55%); }
.principles-grid p { margin: 0; color: #c9c1b4; }
.principles-grid article:first-child p { color: #30291d; }
.company-markets { background: #ebebeb; }
.company-markets > .container > h2 { max-width: 760px; }
.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.market-grid a { position: relative; min-height: 310px; padding: clamp(2rem, 4vw, 3rem); overflow: hidden; color: #0f0d0a; background: #fff; border-bottom: 4px solid transparent; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.market-grid a:hover { border-color: var(--color-orange); transform: translateY(-5px); }
.market-grid a::after { position: absolute; right: -45px; bottom: -45px; width: 130px; height: 130px; border: 22px solid #ebebeb; border-radius: 50%; content: ""; }
.market-grid span { display: block; margin-bottom: 4rem; color: var(--color-orange-dark); font-size: .75rem; font-weight: 850; }
.market-grid h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
.market-grid p { max-width: 330px; color: #625b50; }
.company-quality { border-top: 1px solid var(--color-border); }
.company-quality__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.company-quality__grid p { color: #625b50; font-size: 1.05rem; }
.internal-hero--contact { background: #231e15; }
.internal-hero--contact::before { opacity: 1; background-color: #231e15; background-image: url("../images/fundo-hero-rede-protecao-sem-no-lineos.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; }
.internal-hero--contact::after { background: linear-gradient(90deg, rgb(15 13 10 / 68%) 0%, rgb(15 13 10 / 42%) 46%, rgb(15 13 10 / 66%) 76%, rgb(15 13 10 / 82%) 100%); }
.contact-section { background: #ebebeb; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.contact-panel { position: sticky; top: 2rem; padding: clamp(2rem, 4vw, 3.5rem); color: #fff; background: #231e15; }
.contact-panel h2 { color: #fff; }
.contact-panel > p:not(.eyebrow) { color: #d1cabf; }
.contact-channels { margin: 2.5rem 0; padding: 0; list-style: none; }
.contact-channels li { display: flex; gap: 1rem; align-items: center; padding-block: 1.2rem; border-top: 1px solid rgb(158 143 116 / 28%); }
.contact-channels li:last-child { border-bottom: 1px solid rgb(158 143 116 / 28%); }
.contact-channels__icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; color: #0f0d0a; background: var(--color-orange); border-radius: 50%; }
.contact-channels__icon svg { width: 23px; height: 23px; }
.contact-channels small, .contact-channels a { display: block; }
.contact-channels small { margin-bottom: .25rem; color: var(--color-industrial-gray); font-size: .66rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.contact-channels a { color: #fff; font-size: .92rem; font-weight: 750; text-decoration: none; overflow-wrap: anywhere; }
.contact-channels a:hover { color: var(--color-orange); }
.contact-note { padding: 1.1rem; color: #0f0d0a; background: var(--color-orange); }
.contact-note strong { display: block; margin-bottom: .35rem; }
.contact-note p { margin: 0; font-size: .82rem; }
.contact-form-wrap { padding: clamp(2rem, 5vw, 4rem); background: #fff; box-shadow: 0 18px 55px rgb(15 13 10 / 7%); }
.contact-form-wrap > p:not(.eyebrow) { color: #625b50; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; margin-top: 2rem; }
.form-field { margin: 0; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: .4rem; color: #231e15; font-size: .78rem; font-weight: 800; }
.form-field label span { color: #a36d00; }
.form-field input, .form-field select, .form-field textarea { width: 100%; color: #0f0d0a; background: #fff; border: 1px solid #cfc7ba; border-radius: 0; }
.form-field input, .form-field select { min-height: 50px; padding: .7rem .8rem; }
.form-field textarea { min-height: 155px; padding: .8rem; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: var(--color-industrial-gray); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--color-orange-dark); box-shadow: 0 0 0 3px rgb(240 164 3 / 18%); outline: 0; }
.form-consent { display: flex; gap: .7rem; align-items: flex-start; margin: 1.4rem 0; color: #625b50; font-size: .76rem; }
.form-consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--color-orange); }
.form-consent a { color: #684800; font-weight: 750; }
.form-submit { gap: .75rem; border: 0; cursor: pointer; }
.form-submit span { font-size: 1.2rem; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.form-message { margin: 1.5rem 0; padding: 1rem 1.1rem; border-left: 4px solid; font-size: .88rem; }
.form-message--success { color: #294618; background: #edf6e8; border-color: #5b8a3d; }
.form-message--error { color: #6f241e; background: #fff0ee; border-color: #a9443b; }
.form-message small { display: block; margin-top: .35rem; }
.product-hero { position: relative; overflow: hidden; background: #ebebeb; }
.products-hero { position: relative; display: grid; min-height: 610px; align-items: end; overflow: hidden; color: #fff; background: #0f0d0a; isolation: isolate; }
.products-hero__backdrop { position: absolute; z-index: -2; inset: 0; background: url("../images/hero-redes-de-protecao-construcao-civil-lineos4.webp") center 44% / cover no-repeat; }
.products-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(15 13 10 / 96%) 0%, rgb(35 30 21 / 80%) 52%, rgb(15 13 10 / 30%) 100%); content: ""; }
.products-hero__content { padding-block: 3rem clamp(4rem, 8vw, 7rem); }
.products-hero .breadcrumbs { margin-bottom: clamp(3rem, 7vw, 5rem); color: #d8d2c7; }
.products-hero .breadcrumbs a { color: var(--color-orange); }
.products-hero h1 { max-width: 980px; color: #fff; font-size: clamp(2.7rem, 6vw, 5.4rem); }
.products-hero__content > p:not(.eyebrow) { max-width: 760px; color: #ded8cd; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.products-catalog { background: #f4f1eb; }
.products-catalog__heading { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.products-catalog__heading > p { max-width: 620px; color: #625b50; }
.products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.product-catalog-card { overflow: hidden; background: #fff; border: 1px solid var(--color-border); border-radius: 16px; box-shadow: 0 16px 35px rgb(35 30 21 / 8%); transition: transform .25s ease, box-shadow .25s ease; }
.product-catalog-card:hover { box-shadow: 0 24px 50px rgb(35 30 21 / 14%); transform: translateY(-4px); }
.product-catalog-card__image { position: relative; display: block; overflow: hidden; background: #ded9d0; aspect-ratio: 1.46; }
.product-catalog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-catalog-card:hover .product-catalog-card__image img { transform: scale(1.035); }
.product-catalog-card__image span { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 3rem; height: 3rem; place-items: center; color: #0f0d0a; background: var(--color-orange); border-radius: 50%; font-weight: 850; }
.product-catalog-card__content { padding: clamp(1.5rem, 3vw, 2.4rem); }
.product-catalog-card__eyebrow { margin-bottom: .65rem; color: var(--color-orange-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-catalog-card h3 { margin-bottom: 1rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.product-catalog-card h3 a { color: inherit; text-decoration: none; }
.product-catalog-card__content > p:not(.product-catalog-card__eyebrow) { color: #625b50; }
.product-catalog-card ul { display: grid; gap: .55rem; margin: 1.4rem 0 1.8rem; padding: 0; list-style: none; }
.product-catalog-card li { position: relative; padding-left: 1.4rem; color: #3f392f; font-size: .92rem; }
.product-catalog-card li::before { position: absolute; left: 0; color: var(--color-orange-dark); font-weight: 900; content: "✓"; }
.products-guidance { color: #fff; background: #231e15; }
.products-guidance h2, .products-guidance h3 { color: #fff; }
.products-guidance__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 8vw, 7rem); }
.products-guidance ol { display: grid; gap: 1px; margin: 0; padding: 0; background: rgb(255 255 255 / 14%); list-style: none; }
.products-guidance li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.25rem; padding: 1.6rem; background: #30291d; }
.products-guidance li > span { color: var(--color-orange); font-weight: 850; }
.products-guidance li h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.products-guidance li p { margin: 0; color: #d7d0c4; }
.product-hero::after { position: absolute; right: -10%; bottom: -60%; width: 520px; height: 520px; border: 80px solid rgb(240 164 3 / 12%); border-radius: 50%; content: ""; pointer-events: none; }
.product-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 680px; padding-block: clamp(3rem, 7vw, 6rem); }
.product-hero__copy .breadcrumbs { margin-bottom: clamp(3rem, 7vw, 5rem); }
.product-hero__copy h1 { max-width: 900px; font-size: clamp(2.7rem, 5.5vw, 5rem); }
.product-hero__copy > p:not(.eyebrow) { max-width: 680px; color: #625b50; font-size: 1.12rem; }
.product-hero__visual { position: relative; margin: 0; }
.product-hero__visual::before { position: absolute; z-index: -1; inset: -1.25rem 1.25rem 1.25rem -1.25rem; background: var(--color-orange); content: ""; }
.product-hero__visual img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-hero__visual > span { position: absolute; right: 0; bottom: 0; padding: .7rem 1rem; color: #fff; background: #0f0d0a; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

.polyethylene-page h2 span { color: var(--color-orange-dark); }
.polyethylene-page-banner { padding: clamp(1.5rem, 4vw, 3rem) 1rem; overflow: hidden; background: #fff; }
.polyethylene-page-banner img { width: auto; max-width: 100%; height: auto; margin-inline: auto; object-fit: contain; }
.polyethylene-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(4rem, 7vw, 6rem); color: #fff; background: var(--color-charcoal); }
.polyethylene-hero__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.polyethylene-gallery__main { margin: 0; overflow: hidden; background: #fff; border: 1px solid rgb(240 164 3 / 28%); border-radius: 18px; }
.polyethylene-gallery__main img { width: 100%; aspect-ratio: 4 / 3; padding: 1.5rem; object-fit: contain; }
.polyethylene-gallery__thumbs { display: grid; grid-template-columns: repeat(7, 1fr); gap: .65rem; margin-top: .75rem; }
.polyethylene-gallery__thumbs button { padding: 0; overflow: hidden; cursor: pointer; background: #fff; border: 2px solid transparent; border-radius: 10px; }
.polyethylene-gallery__thumbs button:hover, .polyethylene-gallery__thumbs button.is-active { border-color: var(--color-orange); box-shadow: 0 0 0 2px rgb(240 164 3 / 18%); }
.polyethylene-gallery__thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.polyethylene-gallery__main img { transition: opacity .18s ease; }
.polyethylene-gallery__main img.is-changing { opacity: .25; }
.polyethylene-hero__copy .breadcrumbs { margin-bottom: 2.5rem; }
.polyethylene-hero__copy h1 { color: #fff; font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
.polyethylene-hero__lead { color: #ded7ca; font-size: 1.13rem; }
.polyethylene-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2rem 0; border-block: 1px solid rgb(158 143 116 / 35%); }
.polyethylene-facts span { padding: 1rem .75rem; color: #cfc6b6; font-size: .7rem; text-transform: uppercase; }
.polyethylene-facts span + span { border-left: 1px solid rgb(158 143 116 / 35%); }
.polyethylene-facts strong { display: block; color: var(--color-orange); font-size: 1.08rem; text-transform: none; }
.polyethylene-checks { display: flex; flex-wrap: wrap; gap: .55rem 1.25rem; margin: 1.4rem 0 0; padding: 0; color: #d8d0c3; font-size: .8rem; list-style: none; }
.polyethylene-checks li::before { margin-right: .4rem; color: var(--color-orange); content: "✓"; }
.polyethylene-description { background: #fff; }
.polyethylene-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.polyethylene-features article { padding: 1.5rem; background: var(--color-light); border-top: 4px solid var(--color-orange); border-radius: 0 0 14px 14px; }
.polyethylene-features article > span { display: grid; width: 38px; height: 38px; margin-bottom: 1rem; place-items: center; color: #fff; background: var(--color-charcoal); border-radius: 50%; }
.polyethylene-features h3 { font-size: 1.12rem; }
.polyethylene-features p { margin: 0; color: #625b50; font-size: .88rem; }
.polyethylene-sizes { color: #fff; background: var(--color-charcoal); }
.polyethylene-sizes h2 { color: #fff; }
.polyethylene-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.polyethylene-size-grid article { overflow: hidden; background: #fff; border-radius: 16px; }
.polyethylene-size-grid header { padding: 1.5rem; color: #0f0d0a; background: var(--color-orange); }
.polyethylene-size-grid header h3, .polyethylene-size-grid header p { margin: 0; color: inherit; }
.polyethylene-size-grid header p { font-size: .88rem; }
.polyethylene-size-grid table { width: 100%; border-collapse: collapse; color: #231e15; font-size: .88rem; }
.polyethylene-size-grid th, .polyethylene-size-grid td { padding: .75rem 1rem; border-bottom: 1px solid #e5dfd5; text-align: left; }
.polyethylene-size-grid th { width: 52%; color: #756a58; font-weight: 600; }
.polyethylene-specifications { background: #fff; }
.polyethylene-spec-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; margin-top: 2.5rem; }
.polyethylene-resistance { display: grid; gap: .75rem; }
.polyethylene-resistance article { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem; color: #fff; background: var(--color-charcoal); border-left: 5px solid var(--color-orange); border-radius: 8px; }
.polyethylene-resistance span { color: #c8c0b3; font-size: .78rem; }
.polyethylene-resistance strong { color: var(--color-orange); }
.polyethylene-colors { background: var(--color-light); }
.polyethylene-color-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 2rem; }
.polyethylene-color-grid > div { padding: 1rem; background: #fff; border-radius: 12px; text-align: center; }
.polyethylene-swatch { display: block; width: 68px; height: 68px; margin: 0 auto .75rem; border: 1px solid #c9c2b7; border-radius: 50%; box-shadow: 0 5px 14px rgb(15 13 10 / 12%); }
.polyethylene-swatch--branca { background: #f8f8f5; }
.polyethylene-swatch--verde { background: #1f704a; }
.polyethylene-swatch--azul { background: #245c8e; }
.polyethylene-swatch--preta { background: #171717; }
.polyethylene-swatch--areia { background: #c5ac7e; }
.polyethylene-note { margin: 1.25rem 0 0; color: #776d5d; font-size: .82rem; }
.polyethylene-applications { grid-template-columns: repeat(3, 1fr); }
.polyethylene-warranty { background: #fff; }
.polyethylene-warranty__box { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; align-items: start; padding: clamp(2rem, 5vw, 4rem); background: var(--color-light); border-left: 7px solid var(--color-orange); border-radius: 18px; }
.polyethylene-warranty__icon { display: grid; width: 74px; height: 74px; place-items: center; color: #fff; background: var(--color-charcoal); border-radius: 50%; font-size: 2rem; }
.polyethylene-warranty__box h2 { margin-bottom: .5rem; }
.polyethylene-warranty__box p:last-child { max-width: 950px; margin: 0; color: #5f574b; }

.sports-hero { color: #fff; background: var(--color-charcoal); }
.sports-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; min-height: 720px; padding-block: clamp(4rem, 8vw, 7rem); }
.sports-hero__copy .breadcrumbs { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sports-hero__copy h1 { color: #fff; font-size: clamp(2.8rem, 5.6vw, 5.2rem); }
.sports-hero__copy > p:not(.eyebrow) { max-width: 720px; color: #d7d0c4; }
.sports-hero__lead { font-size: 1.15rem; }
.sports-hero__visual { position: relative; margin: 0; }
.sports-hero__visual::before { position: absolute; z-index: 0; inset: -1rem 1rem 1rem -1rem; background: var(--color-orange); border-radius: 18px; content: ""; }
.sports-hero__visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; border-radius: 18px; object-fit: cover; }
.sports-hero__visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; padding: .7rem 1rem; color: #0f0d0a; background: var(--color-orange); border-radius: 12px 0 18px; font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.sports-performance { background: #fff; }
.sports-applications { color: #fff; background: var(--color-charcoal); }
.sports-applications h2, .sports-applications h3 { color: #fff; }
.sports-heading { display: grid; grid-template-columns: minmax(0, 800px); margin-bottom: 2.5rem; }
.sports-heading p:last-child { color: #cfc7ba; }
.sports-spaces { grid-template-columns: repeat(3, 1fr); }
.sports-spaces article { position: relative; background: linear-gradient(145deg, #0f0d0a, #18140e); transition: background .25s ease, transform .25s ease; }
.sports-spaces article::after { position: absolute; right: 1.5rem; bottom: 1.5rem; width: 34px; height: 3px; background: var(--color-orange); content: ""; opacity: .65; }
.sports-spaces article:hover { background: linear-gradient(145deg, #18140e, #2b2111); transform: translateY(-3px); }
.sports-spaces h3 { max-width: 280px; font-weight: 650; }
.sports-gallery { background: var(--color-light); }
.sports-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.sports-gallery figure { position: relative; margin: 0; overflow: hidden; background: #fff; border-radius: 16px; }
.sports-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s ease; }
.sports-gallery figure:hover img { transform: scale(1.025); }
.sports-gallery figcaption { position: absolute; right: .75rem; bottom: .75rem; left: .75rem; padding: .75rem 1rem; color: #fff; background: rgb(15 13 10 / 82%); border-left: 4px solid var(--color-orange); border-radius: 7px; font-weight: 700; backdrop-filter: blur(7px); }
.sports-benefits { background: #fff; }
.sports-benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; margin-top: 3rem; }
.sports-benefit-grid article { padding: 1.35rem; background: var(--color-light); border-bottom: 4px solid var(--color-orange); border-radius: 12px; }
.sports-benefit-grid article > span { display: grid; width: 36px; height: 36px; margin-bottom: 1rem; place-items: center; color: #fff; background: var(--color-charcoal); border-radius: 50%; }
.sports-benefit-grid small { color: #857966; font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.sports-benefit-grid h3 { margin: .45rem 0 0; font-size: 1.02rem; }
.sports-differentials { color: #fff; background: var(--color-charcoal); }
.sports-differentials__grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.sports-differentials h2 { color: #fff; }
.sports-differentials p:last-child { color: #cfc7ba; }
.sports-differentials ul { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.sports-differentials li { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; background: rgb(255 255 255 / 5%); border: 1px solid rgb(158 143 116 / 26%); border-radius: 9px; }
.sports-differentials li span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; color: #0f0d0a; background: var(--color-orange); border-radius: 50%; }
.product-overview__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.product-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: var(--space-5); background: var(--color-border); border: 1px solid var(--color-border); }
.product-benefits article { min-height: 190px; padding: 1.7rem; background: #fff; }
.product-benefits span { display: block; margin-bottom: 2.5rem; color: var(--color-orange-dark); font-size: .72rem; font-weight: 850; }
.product-benefits h3 { margin: 0; font-size: 1rem; }
.product-applications { color: #fff; background: #231e15; }
.product-applications h2, .product-applications h3 { color: #fff; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: rgb(158 143 116 / 30%); border: 1px solid rgb(158 143 116 / 30%); }
.application-grid article { min-height: 180px; padding: 1.8rem; background: #0f0d0a; }
.application-grid span { display: block; margin-bottom: 2.8rem; color: var(--color-orange); font-size: .7rem; font-weight: 850; }
.application-grid h3 { margin: 0; font-size: 1.1rem; }
.technical-section { background: #fff; }
.technical-section .section-heading > p { color: #625b50; }
.technical-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: stretch; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--color-border); }
.table-scroll:focus-visible { outline-offset: 4px; }
.technical-section table { width: 100%; min-width: 620px; border-collapse: collapse; }
.technical-section caption { padding: 1rem; color: #0f0d0a; background: #ebebeb; font-weight: 800; text-align: left; }
.technical-section th, .technical-section td { padding: .9rem 1rem; border-bottom: 1px solid var(--color-border); text-align: left; }
.technical-section tbody tr:last-child th, .technical-section tbody tr:last-child td { border-bottom: 0; }
.technical-section th { color: #231e15; font-size: .8rem; }
.technical-section td { color: #625b50; font-size: .88rem; }
.technical-highlight { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(2rem, 5vw, 3.5rem); color: #0f0d0a; background: var(--color-orange); }
.technical-highlight strong { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; }
.technical-highlight span { margin-top: 1rem; font-weight: 800; }
.technical-highlight small { margin-top: .8rem; }
.dimensions-title { margin-top: 3.5rem; }
.dimensions-table thead { color: #fff; background: #231e15; }
.dimensions-table thead th { color: #fff; white-space: nowrap; }
.technical-download { margin-top: 1.5rem; }
.gallery-hero { position: relative; min-height: 560px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #0f0d0a; isolation: isolate; }
.gallery-hero__pattern { position: absolute; z-index: -1; inset: 0; opacity: 1; background-image: linear-gradient(90deg, rgb(15 13 10 / 68%) 0%, rgb(15 13 10 / 42%) 46%, rgb(15 13 10 / 66%) 76%, rgb(15 13 10 / 82%) 100%), url("../images/fundo-hero-rede-protecao-sem-no-lineos.webp"); background-position: center; background-size: cover; }
.gallery-hero__content { padding-block: 3rem 5rem; }
.gallery-hero .breadcrumbs { margin-bottom: 4rem; color: #c9c1b4; }
.gallery-hero .breadcrumbs a { color: var(--color-orange); }
.gallery-hero h1 { max-width: 1000px; color: #fff; }
.gallery-hero__content > p:last-child { max-width: 700px; color: #d5cec2; font-size: 1.1rem; }
.gallery-section { background: #ebebeb; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.gallery-heading h2 { margin: 0; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: flex-end; }
.gallery-filters button { padding: .55rem 1rem; color: #231e15; background: transparent; border: 1px solid #bdb3a3; border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 750; }
.gallery-filters button:hover, .gallery-filters button.is-active { color: #fff; background: #0f0d0a; border-color: #0f0d0a; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-card { grid-column: span 4; }
.gallery-card[hidden] { display: none; }
.gallery-card__button { width: 100%; padding: 0; color: inherit; background: #fff; border: 0; cursor: pointer; text-align: left; }
.gallery-card__media { position: relative; display: block; overflow: hidden; background: #231e15; }
.gallery-card__media img { width: 100%; height: clamp(260px, 25vw, 340px); object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-card__button:hover img { opacity: .82; transform: scale(1.035); }
.gallery-card__zoom { position: absolute; right: 1rem; bottom: 1rem; display: grid; width: 42px; height: 42px; place-items: center; color: #0f0d0a; background: var(--color-orange); border-radius: 50%; font-size: 1.4rem; transform: translateY(8px); opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.gallery-card__button:hover .gallery-card__zoom, .gallery-card__button:focus-visible .gallery-card__zoom { opacity: 1; transform: translateY(0); }
.gallery-card__content { display: block; min-height: 105px; padding: 1.15rem 1.25rem; border-bottom: 3px solid transparent; transition: border-color .2s ease; }
.gallery-card__button:hover .gallery-card__content { border-color: var(--color-orange); }
.gallery-card__content small, .gallery-card__content strong { display: block; }
.gallery-card__content small { margin-bottom: .3rem; color: #8a7757; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-card__content strong { color: #0f0d0a; font-size: 1.05rem; }
.gallery-empty { padding: 3rem; background: #fff; border-left: 4px solid var(--color-orange); }
body.lightbox-open { overflow: hidden; }
.gallery-lightbox { position: fixed; z-index: 9999; inset: 0; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox__backdrop { position: absolute; inset: 0; background: rgb(15 13 10 / 94%); backdrop-filter: blur(5px); }
.gallery-lightbox__dialog { position: relative; z-index: 1; display: grid; width: min(94vw, 1200px); height: 100%; margin: auto; grid-template-columns: 60px minmax(0, 1fr) 60px; align-items: center; }
.gallery-lightbox figure { max-height: 88vh; margin: 0; overflow: auto; background: #0f0d0a; }
.gallery-lightbox figure img { width: 100%; max-height: 76vh; object-fit: contain; background: #231e15; }
.gallery-lightbox figcaption { padding: 1rem 1.25rem; color: #fff; }
.gallery-lightbox figcaption strong, .gallery-lightbox figcaption span { display: block; }
.gallery-lightbox figcaption span { margin-top: .25rem; color: #c9c1b4; font-size: .84rem; }
.gallery-lightbox__close, .gallery-lightbox__nav { color: #fff; background: #231e15; border: 1px solid rgb(255 255 255 / 25%); border-radius: 50%; cursor: pointer; }
.gallery-lightbox__close:hover, .gallery-lightbox__nav:hover { color: #0f0d0a; background: var(--color-orange); border-color: var(--color-orange); }
.gallery-lightbox__close { position: absolute; z-index: 2; top: 1.5rem; right: 0; width: 46px; height: 46px; font-size: 1.7rem; }
.gallery-lightbox__nav { width: 46px; height: 46px; font-size: 1.2rem; }
.gallery-lightbox__nav--prev { justify-self: start; }
.gallery-lightbox__nav--next { justify-self: end; }
.blog-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; color: #fff; background: #0f0d0a; isolation: isolate; }
.blog-hero__pattern { position: absolute; z-index: -1; inset: 0; opacity: 1; background-image: linear-gradient(90deg, rgb(15 13 10 / 68%) 0%, rgb(15 13 10 / 42%) 46%, rgb(15 13 10 / 66%) 76%, rgb(15 13 10 / 82%) 100%), url("../images/fundo-hero-rede-protecao-sem-no-lineos.webp"); background-position: center; background-size: cover; }
.blog-hero__content { padding-block: 3rem 5rem; }
.blog-hero .breadcrumbs { margin-bottom: 4rem; color: #c9c1b4; }
.blog-hero .breadcrumbs a { color: var(--color-orange); }
.blog-hero h1 { max-width: 960px; color: #fff; }
.blog-hero__content > p:last-child { max-width: 720px; color: #d5cec2; font-size: 1.08rem; }
.blog-taxonomy { background: #fff; border-bottom: 1px solid var(--color-border); }
.blog-taxonomy__inner { display: grid; gap: 1rem; padding-block: 1.5rem; }
.blog-taxonomy__group { display: grid; grid-template-columns: 92px 1fr; gap: 1rem; align-items: start; }
.blog-taxonomy__group > strong { padding-top: .45rem; color: #786c59; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.blog-taxonomy__group > div { display: flex; flex-wrap: wrap; gap: .45rem; }
.blog-taxonomy a { display: inline-flex; align-items: center; gap: .45rem; padding: .4rem .75rem; color: #231e15; background: #f2f0ec; border: 1px solid #ddd6ca; border-radius: 999px; font-size: .76rem; font-weight: 650; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.blog-taxonomy a span { display: grid; min-width: 20px; height: 20px; padding-inline: .25rem; place-items: center; color: #fff; background: #8e806a; border-radius: 999px; font-size: .62rem; }
.blog-taxonomy a:hover, .blog-taxonomy a.is-active { color: #0f0d0a; background: var(--color-orange); border-color: var(--color-orange-dark); transform: translateY(-1px); }
.blog-taxonomy a:hover span, .blog-taxonomy a.is-active span { background: #0f0d0a; }
.archive-description p { max-width: 720px; margin: 0; color: #d5cec2; font-size: 1.08rem; }
.blog-featured { background: #ebebeb; }
.blog-featured__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.blog-featured__image { display: grid; overflow: hidden; background: #231e15; place-items: center; }
.blog-featured__image img { width: 100%; height: auto; object-fit: contain; transition: opacity .25s ease; }
.blog-featured__image:hover img { opacity: .94; }
.blog-featured__copy h2 a { color: #0f0d0a; text-decoration: none; }
.blog-featured__copy > p:not(.eyebrow, .blog-meta) { color: #625b50; }
.blog-meta { color: #8a7757; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.blog-index__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.blog-index__header h2 { margin: 0; }
.blog-index__header .search-form { display: flex; min-width: min(100%, 360px); }
.blog-index__header .search-field { min-height: 46px; padding: .7rem .9rem; border: 1px solid #cfc7ba; }
.blog-index__header .search-submit { padding: .65rem 1rem; color: #0f0d0a; background: var(--color-orange); border: 0; cursor: pointer; font-weight: 800; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.blog-grid .post-card { height: 100%; }
.blog-grid .post-card > a { display: grid; background: #231e15; place-items: center; }
.blog-grid .post-card > a img { width: 100%; height: auto; object-fit: contain; }
.archive-page .blog-grid .post-card > a, .related-posts .blog-grid .post-card > a { position: relative; display: block; height: 280px; min-height: 0; overflow: hidden; }
.archive-page .blog-grid .post-card > a img, .related-posts .blog-grid .post-card > a img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; max-height: 100%; object-fit: cover; object-position: center; }
.post-card__terms { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .75rem; }
.post-card__terms a { color: #684800; font-size: .68rem; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.post-card__terms a + a::before { margin-right: .35rem; color: #b4a68f; content: "·"; }
.article-header { padding-block: 3rem 5rem; color: #fff; background: #0f0d0a; }
.article-header .breadcrumbs { margin-bottom: 4rem; color: #c9c1b4; }
.article-header .breadcrumbs a { color: var(--color-orange); }
.article-header h1 { max-width: 1100px; color: #fff; }
.article-deck { max-width: 840px; color: #d5cec2; font-size: 1.08rem; }
.article-categories { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1rem; }
.article-categories a { padding: .35rem .7rem; color: #0f0d0a; background: var(--color-orange); border-radius: 999px; font-size: .68rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.article-byline { display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgb(158 143 116 / 28%); }
.article-byline span, .article-byline small { display: block; }
.article-byline span { color: #fff; font-size: .82rem; }
.article-byline small { margin-bottom: .2rem; color: var(--color-industrial-gray); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-featured { margin-top: clamp(2rem, 5vw, 4rem); padding: 0; }
.article-featured img { width: 100%; max-height: 680px; border-radius: 12px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 120px minmax(0, 760px); gap: clamp(2rem, 5vw, 5rem); justify-content: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.article-share { position: sticky; top: 2rem; align-self: start; display: flex; align-items: center; flex-direction: column; gap: .65rem; }
.article-share > span { margin-bottom: .35rem; color: #8a7757; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; writing-mode: vertical-rl; }
.article-share a { display: grid; width: 42px; height: 42px; place-items: center; color: #0f0d0a; background: #ebebeb; border-radius: 50%; font-weight: 850; text-decoration: none; }
.article-share a:hover { background: var(--color-orange); }
.article-share svg { width: 21px; height: 21px; }
.article-body { max-width: 760px; font-size: 1.04rem; }
.article-body > * { max-width: 100%; }
.article-body > .alignwide, .article-body > .alignfull, .article-body > .wp-block-image { width: 100%; max-width: 100%; margin-inline: auto; }
.article-body h2 { margin-top: 2.2em; }
.article-body h3 { margin-top: 1.8em; }
.article-body figure { max-width: 100%; }
.article-body img { width: 100%; max-width: 100%; height: auto; border-radius: 3px; object-fit: contain; }
.article-body blockquote { margin: 2rem 0; padding: 1.5rem 2rem; background: #ebebeb; border-left: 4px solid var(--color-orange); }
.article-body a { color: #684800; font-weight: 650; }
.article-tags { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
.article-tags strong { margin-right: .3rem; color: #756a58; font-size: .72rem; text-transform: uppercase; }
.article-tags a { padding: .35rem .7rem; color: #231e15; background: #ebebeb; border-radius: 999px; font-size: .76rem; text-decoration: none; }
.article-tags a:hover { color: #0f0d0a; background: var(--color-orange); }
.article-faq { background: #ebebeb; }
.related-posts { border-top: 1px solid var(--color-border); }

.site-footer { position: relative; overflow: hidden; color: #fff; background-color: #0f0d0a; background-image: linear-gradient(90deg, rgb(15 13 10 / 90%), rgb(15 13 10 / 76%)), url("../images/fundo-footer-lineos-redes-de-protecao.webp"); background-position: center top; background-size: cover; }
.footer-accent { height: 5px; background: linear-gradient(90deg, var(--color-orange) 0 35%, var(--color-orange-dark) 35% 65%, #fff 65% 66%, transparent 66%); }
.footer-intro { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-block: clamp(2.75rem, 6vw, 4.5rem); border-bottom: 1px solid rgb(158 143 116 / 28%); }
.footer-kicker { margin: 0 0 .65rem; color: var(--color-orange); font-size: .73rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-intro h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(1.8rem, 4vw, 3.2rem); }
.footer-contact-button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 1rem; min-width: 225px; padding: .75rem 1.35rem .75rem .75rem; color: #0f0d0a; background: var(--color-orange); border: 1px solid var(--color-orange); border-radius: 999px; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.footer-contact-button:hover { color: #fff; background: var(--color-charcoal); border-color: var(--color-industrial-gray); transform: translateY(-2px); }
.footer-contact-button__icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentcolor; border-radius: 50%; font-size: 1.25rem; }
.footer-contact-button__icon svg { width: 23px; height: 23px; }
.footer-contact-button small, .footer-contact-button strong { display: block; }
.footer-contact-button small { font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-contact-button strong { font-size: 1.05rem; }
.footer-main { position: relative; display: grid; grid-template-columns: 1.55fr .7fr 1.05fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.5rem, 7vw, 6rem); }
.footer-main > * { position: relative; z-index: 1; }
.footer-logo { display: inline-block; padding: .55rem .75rem; background: var(--color-orange); }
.footer-logo img { width: auto; height: 46px; object-fit: contain; }
.footer-brand > p:not(.footer-slogan) { max-width: 390px; color: #c8c2b8; font-size: .9rem; }
.footer-slogan { margin: 1.4rem 0 .65rem; color: #fff; font-size: 1.02rem; font-weight: 650; }
.footer-badge { display: inline-flex; align-items: center; gap: .75rem; margin-top: 1rem; padding: .7rem .9rem; color: #fff; border: 1px solid rgb(158 143 116 / 38%); }
.footer-badge > span { color: var(--color-orange); }
.footer-badge strong, .footer-badge small { display: block; }
.footer-badge strong { font-size: .76rem; }
.footer-badge small { color: var(--color-industrial-gray); font-size: .68rem; text-transform: uppercase; }
.footer-column h2 { margin: .65rem 0 1.35rem; color: #fff; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { color: #fff; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.footer-column li + li { margin-top: .75rem; }
.footer-column li > a { color: #c8c2b8; font-size: .88rem; text-decoration: none; transition: color .2s ease, padding-left .2s ease; }
.footer-column li > a:hover { padding-left: .25rem; color: var(--color-orange); }
.footer-contact li { padding-bottom: 1rem; border-bottom: 1px solid rgb(158 143 116 / 22%); }
.footer-contact li + li { margin-top: 1rem; }
.footer-contact li > span { display: block; margin-bottom: .3rem; color: var(--color-industrial-gray); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.footer-contact li > a { display: inline-flex; align-items: center; gap: .5rem; color: #fff; font-size: .9rem; font-weight: 700; }
.footer-contact .ui-icon { color: var(--color-orange); }
.footer-bottom { border-top: 1px solid rgb(158 143 116 / 28%); }
.footer-bottom__inner { display: grid; grid-template-columns: 1.4fr auto auto auto; gap: 2rem; align-items: center; padding-block: 1.25rem; color: var(--color-industrial-gray); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 1.25rem; }
.footer-bottom a { color: #c8c2b8; text-decoration: none; }
.footer-bottom a:hover { color: var(--color-orange); }
.footer-credit { white-space: nowrap; }
.footer-back-to-top { display: grid; width: 44px; height: 44px; padding: 0; cursor: pointer; place-items: center; color: #0f0d0a; background: var(--color-orange); border: 1px solid var(--color-orange); border-radius: 50%; box-shadow: 0 8px 20px rgb(0 0 0 / 24%); transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.footer-back-to-top svg { width: 22px; height: 22px; transition: transform .2s ease; }
.footer-back-to-top:hover, .footer-back-to-top:focus-visible { color: #fff; background: var(--color-whatsapp); border-color: var(--color-whatsapp-light); box-shadow: 0 10px 26px rgb(37 211 102 / 25%); transform: translateY(-3px); }
.footer-back-to-top:hover svg, .footer-back-to-top:focus-visible svg { transform: translateY(-2px); }
.floating-whatsapp { position: fixed; z-index: 88; right: clamp(1rem, 2.5vw, 2rem); bottom: clamp(1rem, 2.5vw, 2rem); display: flex; gap: .7rem; align-items: center; color: #fff; text-decoration: none; filter: drop-shadow(0 12px 22px rgb(7 94 84 / 32%)); }
.floating-whatsapp__label { padding: .65rem .9rem; visibility: hidden; background: #fff; border: 1px solid rgb(7 94 84 / 16%); border-radius: 999px; box-shadow: 0 8px 24px rgb(15 13 10 / 14%); color: #19332d; font-size: .82rem; font-weight: 750; opacity: 0; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.floating-whatsapp__icon { position: relative; display: grid; width: 62px; height: 62px; place-items: center; background: linear-gradient(135deg, var(--color-whatsapp-dark), var(--color-whatsapp-light)); border: 2px solid #59e589; border-radius: 50%; box-shadow: 0 0 0 0 rgb(37 211 102 / 34%); transition: transform .2s ease, box-shadow .2s ease; animation: lineos-whatsapp-pulse 2.8s ease-out infinite; }
.floating-whatsapp__icon svg { width: 31px; height: 31px; }
.floating-whatsapp:hover .floating-whatsapp__label, .floating-whatsapp:focus-visible .floating-whatsapp__label { visibility: visible; opacity: 1; transform: translateX(0); }
.floating-whatsapp:hover .floating-whatsapp__icon, .floating-whatsapp:focus-visible .floating-whatsapp__icon { box-shadow: 0 12px 28px rgb(7 94 84 / 42%); transform: translateY(-3px) scale(1.04); }
@keyframes lineos-whatsapp-pulse { 0%, 55% { box-shadow: 0 0 0 0 rgb(37 211 102 / 32%); } 85%, 100% { box-shadow: 0 0 0 14px rgb(37 211 102 / 0%); } }
@media (prefers-reduced-motion: reduce) { .floating-whatsapp__icon { animation: none; } }

@media (max-width: 900px) {
  .header-cta { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .primary-navigation { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(88vw, 380px); padding: 7rem 1.5rem 2rem; background: var(--color-orange); box-shadow: -15px 0 45px rgb(15 13 10 / 24%); transform: translateX(110%); transition: transform .2s ease; }
  .primary-navigation.is-open { transform: translateX(0); }
  .primary-navigation .menu { align-items: stretch; flex-direction: column; gap: 1rem; }
  .primary-navigation a { padding-block: .25rem; font-size: 1rem; }
  .primary-navigation > .menu > li > a::after { display: none; }
  .primary-navigation .sub-menu { position: static; min-width: 0; padding: .5rem 0 .5rem 1rem; visibility: visible; background: transparent; border: 0; box-shadow: none; opacity: 1; transform: none; }
  .primary-navigation .sub-menu a { padding: .4rem 0; font-size: .9rem; }
  .cards, .post-grid { grid-template-columns: 1fr 1fr; }
  .hero__grid { grid-template-columns: 1fr; gap: 2rem; padding-block: 6rem 3rem; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }
  .split-layout, .faq-layout { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .mesh-heading { grid-template-columns: 1fr; gap: 1rem; }
  .mesh-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-visual, .quality-visual img { min-height: 390px; }
  .quality-content { max-width: 760px; padding: 3rem 2rem 3.5rem; }
  .process-list { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
  .footer-main { grid-template-columns: 1.35fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > p:not(.footer-slogan) { max-width: 620px; }
  .footer-bottom__inner { grid-template-columns: 1fr auto; }
  .footer-credit { grid-column: 1 / -1; }
  .blog-featured__grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 72px minmax(0, 760px); gap: 1.5rem; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article { min-height: 0; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .company-quality__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .products-guidance__grid { grid-template-columns: 1fr; }
  .product-hero__visual { max-width: 680px; }
  .polyethylene-hero__grid, .polyethylene-spec-grid { grid-template-columns: 1fr; }
  .polyethylene-features { grid-template-columns: repeat(2, 1fr); }
  .sports-hero__grid, .sports-differentials__grid { grid-template-columns: 1fr; }
  .sports-hero__visual { max-width: 680px; }
  .sports-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .product-overview__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-benefits { grid-template-columns: 1fr 1fr; }
  .technical-layout { grid-template-columns: 1fr; }
  .gallery-card { grid-column: span 6; }
}

@media (max-width: 620px) {
  .topbar__contacts a:nth-child(2) { display: none; }
  .topbar__service { display: none; }
  .topbar__inner { justify-content: center; }
  .topbar__contacts { width: 100%; justify-content: space-between; }
  .cards, .post-grid { grid-template-columns: 1fr; }
  .hero { min-height: 670px; }
  .hero--image::after { background: linear-gradient(90deg, rgb(10 10 9 / 96%), rgb(24 21 15 / 76%)); }
  .hero-proof { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(3)::before { display: none; }
  .solution-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 320px; }
  .mesh-grid { display: flex; gap: 1rem; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .mesh-card { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .mesh-footer { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .process-list { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-intro { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .footer-contact-button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom__inner { grid-template-columns: 1fr; gap: .75rem; }
  .footer-credit { grid-column: auto; }
  .footer-legal { flex-wrap: wrap; }
  .footer-back-to-top { position: absolute; right: 1rem; bottom: 1rem; }
  .floating-whatsapp__label { display: none; }
  .floating-whatsapp__icon { width: 56px; height: 56px; }
  .blog-hero { min-height: 500px; }
  .blog-taxonomy__group { grid-template-columns: 1fr; gap: .45rem; }
  .archive-page .blog-grid .post-card > a, .related-posts .blog-grid .post-card > a { height: 230px; }
  .blog-index__header { align-items: flex-start; flex-direction: column; }
  .blog-index__header .search-form { width: 100%; }
  .blog-index__header .search-field { flex: 1; min-width: 0; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-layout { display: block; }
  .article-share { position: static; align-items: center; flex-direction: row; margin-bottom: 2rem; }
  .article-share > span { margin: 0 .35rem 0 0; writing-mode: initial; }
  .internal-hero { min-height: 540px; }
  .internal-hero::after { background: linear-gradient(90deg, rgb(15 13 10 / 96%), rgb(35 30 21 / 68%)); }
  .internal-hero--contact::after { background: linear-gradient(90deg, rgb(15 13 10 / 80%), rgb(15 13 10 / 76%)); }
  .market-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .product-hero__grid { min-height: 0; padding-block: 3.5rem 5rem; }
  .polyethylene-hero { padding-top: 1rem; }
  .polyethylene-gallery__main img { padding: .75rem; }
  .polyethylene-gallery__thumbs { grid-template-columns: repeat(4, 1fr); }
  .polyethylene-facts, .polyethylene-size-grid, .polyethylene-features, .polyethylene-color-grid, .polyethylene-applications { grid-template-columns: 1fr; }
  .polyethylene-facts span + span { border-top: 1px solid rgb(158 143 116 / 35%); border-left: 0; }
  .polyethylene-color-grid { grid-template-columns: repeat(2, 1fr); }
  .polyethylene-warranty__box { grid-template-columns: 1fr; }
  .sports-hero__grid { min-height: 0; padding-block: 3.5rem 5rem; }
  .sports-spaces, .sports-gallery__grid, .sports-benefit-grid { grid-template-columns: 1fr; }
  .product-benefits, .application-grid { grid-template-columns: 1fr; }
  .product-benefits article, .application-grid article { min-height: 0; }
  .gallery-hero { min-height: 520px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-filters { justify-content: flex-start; }
  .gallery-card { grid-column: 1 / -1; }
  .gallery-card__media img { height: 280px; }
  .gallery-lightbox__dialog { width: 100%; padding: 4rem .75rem 1rem; grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .gallery-lightbox__close { top: .75rem; right: .75rem; }
  .gallery-lightbox__nav { width: 40px; height: 40px; }
  .section { padding-block: var(--space-5); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
