@font-face {
  font-family: "Alpha Display";
  src: url("assets/fonts/bebas-neue-latin-ext.woff2") format("woff2"), url("assets/fonts/bebas-neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Alpha Display";
  src: url("assets/fonts/bebas-neue-latin.woff2") format("woff2"), url("assets/fonts/bebas-neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #102f52;
  --navy-deep: #071c32;
  --red: #c6921e;
  --red-dark: #9b6b0f;
  --white: #ffffff;
  --mist: #f4f5f7;
  --ink: #102f52;
  --muted: #626d79;
  --line: rgba(255, 255, 255, 0.22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link { position: fixed; z-index: 999; left: 1rem; top: 1rem; padding: .8rem 1rem; background: var(--white); color: var(--navy); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

body { padding-top: 42px; }
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 42px; overflow: hidden; display: flex; align-items: center; color: var(--white); background: var(--red); text-transform: uppercase; font-weight: 800; font-size: .78rem; letter-spacing: .09em; white-space: nowrap; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.ticker { display: flex; align-items: center; min-width: max-content; animation: ticker 40s linear infinite; will-change: transform; }
.ticker-track { display: flex; gap: 2.25rem; align-items: center; padding-right: 2.25rem; flex-shrink: 0; }
.ticker i { width: 5px; height: 5px; background: var(--navy-deep); border-radius: 50%; flex-shrink: 0; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 3rem; max-width: var(--max); margin: auto; padding: 1.1rem 1.5rem; background: var(--white); }
.site-header .header-cta { justify-self: end; }
.site-header .header-benefit { justify-self: center; }
.brand { display: inline-flex; width: fit-content; align-items: center; }
.brand-logo { display: block; width: 126px; height: auto; aspect-ratio: 1; object-fit: contain; }
.header-benefit { justify-self: center; display: flex; align-items: center; gap: .95rem; padding: .55rem 1.5rem .55rem .65rem; color: var(--navy); background: linear-gradient(135deg, rgba(198,146,30,.12), rgba(7,28,50,.03)); border: 1px solid rgba(16,47,82,.1); border-radius: 1rem; box-shadow: 0 10px 24px rgba(7,28,50,.07); }
.header-benefit-text { display: inline-flex; flex-direction: column; align-items: stretch; line-height: 1.1; text-align: left; }
.header-benefit-label { display: block; text-align: left; font-size: 1.6rem; font-weight: 700; letter-spacing: .02em; color: var(--navy); text-transform: uppercase; }
.header-benefit strong { display: block; text-transform: uppercase; font-size: 1.6rem; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.header-benefit .benefit-todo { color: var(--navy); font-weight: 700; }
.header-benefit .benefit-brasil { color: var(--red); font-weight: 900; }
.header-benefit-text .header-benefit-label { width: 100%; }
.header-benefit-icon { display: grid; place-items: center; width: 58px; height: 58px; background: var(--red); border-radius: .65rem; box-shadow: 0 6px 14px rgba(198,146,30,.35), inset 0 -2px 0 rgba(0,0,0,.08); }
.header-benefit-icon svg { width: 30px; height: 30px; fill: #fff; stroke: none; }

.button { display: inline-flex; min-height: 54px; width: fit-content; align-items: center; justify-content: center; gap: .8rem; padding: .9rem 1.35rem; border: 1px solid transparent; font-size: .92rem; font-weight: 800; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.cta-whatsapp { width: 21px; height: 21px; flex: 0 0 auto; fill: currentColor; }
.button span { font-size: 1.15rem; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 12px 24px rgba(198,146,30,.24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--red-dark); }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover, .button-dark:focus-visible { background: var(--red); }
.button-white { color: var(--red); background: var(--white); }
.button-white:hover, .button-white:focus-visible { color: var(--white); background: var(--navy); }
.header-cta svg { width: 20px; fill: currentColor; }
.header-cta-round { display: none; align-items: center; justify-content: center; width: 52px; height: 52px; color: #fff; background: #19aa58; box-shadow: 0 8px 18px rgba(25,170,88,.32); transition: transform .2s, background .2s; }
.header-cta-round:hover, .header-cta-round:focus-visible { transform: translateY(-2px); background: #128b47; }
.header-cta-round svg { width: 26px; height: 26px; fill: currentColor; }

.intro-hero { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: #071c32 url("assets/hero-coberturas.png?v=2") center / cover no-repeat; }
.intro-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,50,.92) 0%, rgba(7,28,50,.7) 48%, rgba(7,28,50,.3) 100%); }
.intro-hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 5rem 1.5rem; }
.intro-hero .eyebrow { color: var(--red); }
.intro-hero .eyebrow span { background: var(--red); }
.intro-hero h1 { margin: .8rem 0 2rem; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(3.6rem, 6.8vw, 7rem); line-height: 1.02; letter-spacing: .03em; word-spacing: .08em; text-transform: uppercase; font-synthesis: none; }
.intro-hero h1 em { color: var(--red); font-style: normal; }
.intro-hero h1 em.intro-hero-cover { color: var(--white); }
.intro-hero h1 em.intro-hero-measure { color: transparent; background: linear-gradient(100deg, #f0bf3a 0%, #d2a126 48%, #b98518 100%); -webkit-background-clip: text; background-clip: text; }
.intro-hero .button { min-height: 78px; padding: 1.2rem 2.5rem; gap: 1rem; font-size: 1.35rem; background: var(--red); }
.intro-hero .button .cta-whatsapp { width: 28px; height: 28px; }

.product-section { position: relative; padding: 5rem 1.5rem; overflow: hidden; background: var(--mist); }
.product-section::before { content: ""; position: absolute; z-index: 0; top: 2rem; bottom: 2rem; left: 50%; width: min(1480px, calc(100% - 4rem)); transform: translateX(-50%); border-radius: 1.5rem; background: #183a5b; box-shadow: 0 18px 48px rgba(8,26,45,.14); }
.product-section-dark, .product-section-dark.product-section-alt { color: var(--white); background: var(--mist); }
.product-section + .product-section { border-top: 0; }
.product-section > .carousel, .product-section > .section-cta { position: relative; z-index: 1; }
.product-section-light { color: var(--navy); background: var(--mist); }
.product-section-red { color: var(--white); background: var(--red); }
.section-wrap { position: relative; z-index: 2; max-width: var(--max); margin: auto; }
.section-heading h1, .section-heading h2, .about h2 { margin: .5rem 0 1.3rem; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-weight: 400; font-size: clamp(3.8rem, 8vw, 7.6rem); letter-spacing: .03em; word-spacing: .08em; line-height: .84; text-transform: uppercase; font-synthesis: none; }
.section-heading h1 em, .section-heading h2 em, .about h2 em { color: var(--red); font-style: normal; }
.product-section-red .section-heading h2 em { color: var(--navy-deep); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1rem; font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 3px; background: var(--red); }
.product-section-red .eyebrow span { background: var(--navy); }
.hero { display: block; }
.hero-bg { position: absolute; z-index: 1; top: 2rem; bottom: 2rem; left: 50%; width: min(1480px, calc(100% - 4rem)); transform: translateX(-50%); border-radius: 1.5rem; background: #183a5b; opacity: 1; }
.hero-wrap { display: flex; flex-direction: column; align-items: center; gap: 3rem; max-width: 1480px; text-align: center; }
.hero-title { margin: 0; padding-bottom: .8rem; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-weight: 400; font-size: clamp(2.8rem, 6.6vw, 6.8rem); letter-spacing: .03em; word-spacing: .08em; line-height: .95; text-transform: uppercase; white-space: nowrap; color: var(--white); border-bottom: 5px solid var(--red); font-synthesis: none; }
.hero-title#pir-title { font-size: clamp(2.4rem, 5.6vw, 5.8rem); }
.pir-break-mobile { display: none; }
.hero-title em { color: var(--white); font-style: normal; }
.hero-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; width: 100%; max-width: 1180px; margin-inline: auto; }
.hero-grid-2 { grid-template-columns: repeat(2, 1fr); }
.product-section-light .hero-title { color: var(--navy); }
.product-section-light .hero-title em { color: var(--red); }
.product-section-light .hero-card-caption { color: var(--navy); }
.hero-card { position: relative; display: flex; flex-direction: column; padding: .65rem; overflow: hidden; border-radius: 1rem; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(8,26,45,.42)); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 42px rgba(4,18,32,.26); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.hero-card::before { content: ""; position: absolute; z-index: 3; top: 0; left: 1.2rem; width: 4rem; height: 4px; background: var(--red); }
.hero-card:hover, .hero-card:focus-within { transform: translateY(-6px); border-color: rgba(255,255,255,.38); box-shadow: 0 26px 55px rgba(4,18,32,.34); }
.hero-card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: .65rem; background: var(--navy-deep); }
.hero-card-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 62%, rgba(8,26,45,.32)); }
.hero-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-render-card .hero-card-media { background: #fff; }
.product-render-card .hero-card-media::after { background: none; }
.product-render-card .hero-card-media img { object-fit: contain; padding: 1.25rem; }
.hero-card-media img[src*="ripado-amadeirado"] { transform: translateX(5%) scale(1.18); }
.hero-card:hover .hero-card-media img[src*="ripado-amadeirado"],
.hero-card:focus-within .hero-card-media img[src*="ripado-amadeirado"] { transform: translateX(5%) scale(1.22); }
.hero-card:hover .hero-card-media img, .hero-card:focus-within .hero-card-media img { transform: scale(1.04); }
.hero-card-caption { display: flex; min-height: 78px; align-items: center; gap: .9rem; padding: 1rem .75rem .55rem; color: var(--white); background: rgba(8,26,45,.3); border-top: 1px solid rgba(255,255,255,.12); text-align: left; }
.hero-card-caption span { display: inline-block; min-width: 48px; padding: .55rem .65rem; color: var(--white); background: var(--red); box-shadow: 0 8px 18px rgba(198,146,30,.25); font-size: .9rem; font-weight: 900; text-align: center; }
.hero-card-caption h2 { margin: 0; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(1.2rem, 1.9vw, 1.8rem); letter-spacing: .03em; word-spacing: .08em; line-height: 1; text-transform: uppercase; font-synthesis: none; }
.hero-cta { display: flex; justify-content: center; }
.hero-cta .button { width: min(100%, 320px); min-height: 56px; padding: .9rem 1.7rem; font-size: .95rem; letter-spacing: .02em; white-space: nowrap; }
.hero-cta .button span { font-size: 1.4rem; }

.carousel { position: relative; }
.hero .carousel { align-self: center; margin-top: 0; display: grid; grid-template-columns: 1fr auto; column-gap: 1.5rem; }
.hero .carousel-stage { height: auto; aspect-ratio: 4 / 3; grid-column: 1 / -1; }
.hero .carousel-nav { order: 2; margin-top: .9rem; }
.hero .carousel-tabs { order: 1; margin-top: .9rem; align-self: center; flex-wrap: nowrap; gap: .25rem; min-width: 0; }
.hero .carousel-tabs button { padding: .65rem .55rem; white-space: nowrap; font-size: .72rem; }
.carousel-stage { position: relative; height: 520px; background: var(--navy-deep); overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); transition: opacity .55s ease, transform .7s ease; }
.slide.is-active { opacity: 1; transform: scale(1); }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8,26,45,.85) 100%); }
.slide-caption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 1.5rem; display: flex; align-items: flex-end; gap: 1rem; color: var(--white); }
.slide-caption span { display: inline-block; color: var(--white); font-size: 1rem; font-weight: 900; border-top: 2px solid var(--red); padding: .5rem .7rem .45rem; background: var(--red); text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.slide-caption h2, .slide-caption h3 { margin: 0; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(1.9rem, 3.1vw, 3.4rem); letter-spacing: .03em; word-spacing: .08em; line-height: .95; text-transform: uppercase; white-space: nowrap; font-synthesis: none; }
.carousel-nav { display: flex; align-items: center; justify-content: flex-end; gap: .75rem; margin-top: .9rem; }
.carousel-nav button { width: 46px; height: 46px; border: 1px solid var(--line); color: var(--white); background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.carousel-nav button:hover, .carousel-nav button:focus-visible { color: var(--navy); background: var(--white); }
.carousel-status { display: flex; align-items: baseline; gap: .35rem; min-width: 74px; justify-content: center; font-size: .78rem; }
.carousel-status strong { font-size: 1.2rem; color: var(--red); }
.carousel-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1.2rem; }
.carousel-tabs button { padding: .65rem .85rem; border: 0; border-bottom: 2px solid transparent; color: inherit; background: transparent; cursor: pointer; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; opacity: .55; }
.carousel-tabs button[aria-selected="true"] { border-color: var(--red); opacity: 1; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; margin-bottom: 2.6rem; }
.construtoras-heading { margin-bottom: 2.6rem; }
.construtoras-heading .section-heading h2 { white-space: nowrap; }
.construtoras-heading .section-heading h2 em { color: var(--white); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: .07em; text-underline-offset: .1em; }
.construtoras-break-mobile { display: none; }
.combined-products-divider { width: 100%; height: 1px; background: rgba(255,255,255,.22); }
.combined-products-columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; width: 100%; align-items: stretch; }
.simple-products-column, .contractor-products-column { display: flex; min-width: 0; flex-direction: column; align-items: center; }
.simple-products-column { padding: 0 1.5rem; }
.contractor-products-column { padding: 0 1.5rem; border-left: 1px solid rgba(255,255,255,.22); }
.combined-products-columns .hero-grid { max-width: 630px; gap: 1.35rem; }
.combined-products-columns .construtoras-heading { display: flex; width: 100%; max-width: 630px; height: 100%; margin-bottom: 0; flex-direction: column; align-items: center; }
.combined-products-columns .construtoras-heading .section-heading { display: flex; min-height: 76px; margin-bottom: 1.5rem; align-items: center; justify-content: center; }
.combined-products-columns .construtoras-heading .section-heading h2 { font-size: clamp(2rem, 3.1vw, 3.8rem); }
.combined-products-columns .hero-title { position: relative; width: fit-content; max-width: 100%; min-height: 76px; margin-bottom: 1.5rem; padding-bottom: .65rem; border-bottom: 0; font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.combined-products-columns .hero-title::after { content: ""; position: absolute; left: 50%; bottom: 0; width: min(280px, 68%); height: 4px; transform: translateX(-50%); background: var(--red); }
.combined-products-columns .hero-wrap { gap: 2rem; }

@media (min-width: 961px) {
  .combined-products-columns .hero-title::after { width: min(420px, 86%); }
}
.combined-products-columns .hero-card-media { aspect-ratio: 5 / 3; }
.combined-products-columns .product-render-card .hero-card-media img { padding: .65rem; transform: scale(1.12); }
.combined-products-columns .product-render-card:hover .hero-card-media img,
.combined-products-columns .product-render-card:focus-within .hero-card-media img { transform: scale(1.17); }
.combined-products-columns .hero-card-caption { min-height: 62px; padding: .7rem .55rem .45rem; gap: .65rem; }
.combined-products-columns .hero-card-caption span { min-width: 40px; padding: .45rem .5rem; font-size: .8rem; }
.combined-products-columns .hero-card-caption h2 { font-size: clamp(1rem, 1.45vw, 1.45rem); }
.combined-products-columns .hero-cta .button,
.combined-products-columns .section-cta .button { width: 100%; max-width: 320px; min-height: 56px; padding: .9rem 1.7rem; font-size: .95rem; }
.combined-products-columns .hero-cta .button span,
.combined-products-columns .section-cta .button span { font-size: 1.15rem; }
.combined-products-columns .simple-products-column .hero-grid { width: 100%; margin-top: auto; margin-bottom: auto; }
.combined-products-columns .simple-products-column .hero-cta { width: 100%; margin-top: 0; padding-top: 2.5rem; }
.combined-products-columns .contractor-product-card { width: calc((100% - 1.35rem) / 2); margin-top: auto; margin-bottom: auto; }
.combined-products-columns .contractor-products-column .carousel { width: 100%; margin: auto 0; }
.combined-products-columns .contractor-products-column .section-cta { width: 100%; margin-top: 0; padding-top: 2.5rem; }
.combined-products-columns .carousel-wide .carousel-stage { height: auto; min-height: 0; aspect-ratio: 2 / 1; border-radius: 1rem; }
.combined-products-columns .carousel-tabs { display: none; }
.combined-products-columns .slide-caption h3 { font-size: clamp(1.25rem, 2.1vw, 2.3rem); }
.section-intro { max-width: 34rem; margin: 0 0 .5rem; color: currentColor; opacity: .72; font-size: 1.1rem; }
.section-number { position: absolute; right: 2%; top: 1rem; font-family: "Alpha Display", Impact, sans-serif; font-size: 14rem; line-height: 1; color: currentColor; opacity: .035; }
.carousel-wide { max-width: 1320px; margin: 0 auto; }
.carousel-wide .carousel-stage { height: min(62vw, 650px); min-height: 470px; }
.carousel-wide .slide-caption { left: clamp(1.5rem, 6vw, 5rem); bottom: clamp(1.5rem, 5vw, 4rem); }
.carousel-wide.single-slide .carousel-tabs { grid-column: 1 / -1; justify-self: center; }
.floating-nav { position: absolute; z-index: 3; right: 2rem; bottom: 2rem; margin: 0; padding: .45rem; background: rgba(8,26,45,.9); }
.product-section-light .carousel-tabs { color: var(--navy); }
.product-section-red .carousel-tabs button[aria-selected="true"] { border-color: var(--navy); }
.single-slide .slide { opacity: 1; }
.section-cta { max-width: var(--max); margin: 2.2rem auto 0; }
.construtoras-section .section-cta { display: flex; justify-content: center; }

.benefits { position: relative; padding: 6rem 1.5rem 6.5rem; color: var(--navy); background: var(--mist); overflow: hidden; }
.benefits::before { content: ""; position: absolute; inset: 0; opacity: .55; background: repeating-linear-gradient(125deg, transparent 0 42px, rgba(16,42,71,.035) 42px 43px); }
.benefits-brand { position: absolute; right: -2rem; top: -11rem; color: rgba(255,255,255,.035); font-family: "Alpha Display", Impact, sans-serif; font-style: italic; font-size: 36rem; line-height: 1; }
.benefits .section-wrap { max-width: 1180px; }
.benefits .section-heading { position: relative; z-index: 1; text-align: center; }
.benefits .eyebrow { justify-content: center; color: var(--navy); }
.benefits .section-heading h2 { max-width: none; margin: .8rem 0 0; color: var(--navy); font-size: clamp(2.2rem, 5.2vw, 5rem); white-space: nowrap; }
.benefits .section-heading h2 em { color: var(--red); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: .08em; text-underline-offset: .12em; }
.benefits-break-mobile { display: none; }
.benefits-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin: 3.25rem 0 2.5rem; padding: 0; list-style: none; }
.benefits-grid li { display: grid; grid-template-columns: 48px minmax(0, 1fr); grid-template-rows: 1fr; column-gap: .75rem; align-items: center; min-width: 0; min-height: 122px; padding: .9rem 1rem; color: var(--navy); background: var(--white); border: 1px solid rgba(16,42,71,.1); border-left: 6px solid var(--red); border-radius: .8rem; box-shadow: 0 14px 30px rgba(16,42,71,.1); }
.benefits-grid .benefit-index { grid-column: 1 / -1; display: block; margin: 0 0 .7rem; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.benefits-grid .benefit-icon { grid-column: 1; grid-row: 1; display: grid; place-items: center; width: 46px; height: 46px; color: var(--white); background: var(--navy); border-radius: .45rem; font-size: 1.65rem; font-weight: 800; line-height: 1; }
.benefits-grid .benefit-icon svg { width: 27px; height: 27px; }
.benefits-grid strong { grid-column: 2; grid-row: 1; min-width: 0; font-size: .95rem; line-height: 1.2; text-transform: uppercase; }
.benefits > .section-wrap > .button { position: relative; z-index: 1; display: flex; margin-inline: auto; color: var(--white); background: var(--red); }

.about { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; background: var(--white); }
.about-image { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; padding: 2rem; }
.about-image-frame { position: relative; width: min(100%, 600px); overflow: hidden; border: 7px solid var(--navy-deep); border-radius: .8rem; box-shadow: 10px 10px 0 var(--red); line-height: 0; }
.about-image-frame > img { display: block; width: 100%; height: auto; }
.about-stamp { position: absolute; left: 0; bottom: 0; width: 42%; aspect-ratio: 533 / 308; overflow: hidden; background: var(--red); line-height: 0; }
.about-stamp img { display: block; width: 101.32%; max-width: none; height: auto; transform: translate(-1.3%, -3.54%); }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); color: var(--navy); }
.about h2 { font-size: clamp(2.7rem, 4.7vw, 4.9rem); line-height: .98; }
.about-copy > p:not(.eyebrow) { max-width: 600px; margin: 0 0 1rem; color: var(--muted); font-size: 1.04rem; }
.about-copy .button { margin-top: 1.5rem; }

.national-coverage { color: var(--white); background: #071c32; overflow: hidden; }
.national-coverage-wrap { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 2.5rem; max-width: var(--max); min-height: 460px; margin: auto; padding: 3rem 1.5rem; }
.national-coverage-copy { padding-left: 2rem; }
.national-coverage .eyebrow { color: var(--red); }
.national-coverage .eyebrow span { background: var(--red); }
.national-coverage h2 { margin: .8rem 0 0; font-family: "Alpha Display", Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(2.4rem, 4vw, 4.6rem); line-height: 1.02; letter-spacing: .03em; word-spacing: .08em; text-transform: uppercase; font-synthesis: none; }
.national-coverage h2 span { display: block; white-space: nowrap; }
.national-coverage h2 .coverage-accent { color: var(--white); }
.national-coverage-map { display: flex; align-items: center; justify-content: center; }
.national-coverage-map img { width: min(100%, 520px); height: auto; object-fit: contain; }

.site-footer { color: var(--white); background: var(--navy); }
.footer-main { display: grid; grid-template-columns: .5fr 1.5fr; gap: 4rem; max-width: var(--max); margin: auto; padding: 2rem 1.5rem; align-items: center; }
.brand-footer .brand-logo { width: 112px; }
.brand-footer { padding: .45rem .65rem; background: var(--white); border-radius: .8rem; }
.footer-info { display: grid; grid-template-columns: 1.5fr .5fr; gap: 3rem; }
.footer-info span { display: block; margin-bottom: .9rem; color: var(--red); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-info p, .footer-info a { margin: 0; font-size: 1rem; }
.footer-info a { font-weight: 800; }
.footer-bottom { display: flex; align-items: center; justify-content: center; gap: 1rem; min-height: 62px; padding: 1rem; color: rgba(255,255,255,.65); background: var(--navy-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.floating-cta { position: fixed; z-index: 30; right: 1.4rem; bottom: 1.4rem; display: flex; align-items: center; gap: .7rem; min-height: 56px; padding: .8rem 1.15rem; color: var(--white); background: #19aa58; border-radius: 999px; box-shadow: 0 12px 35px rgba(5,21,34,.32); font-size: .86rem; font-weight: 900; transition: transform .2s, background .2s; }
.floating-cta:hover, .floating-cta:focus-visible { transform: translateY(-3px); background: #128b47; }
.floating-cta svg { width: 24px; fill: currentColor; }

@media (max-width: 960px) {
  .intro-hero { min-height: 540px; }
  .intro-hero-content { padding: 4rem 1rem; }
  .intro-hero h1 { font-size: clamp(3rem, 9vw, 5.4rem); line-height: 1.04; }
  .site-header { grid-template-columns: auto 1fr auto; gap: 1.25rem; align-items: stretch; }
  .site-header .header-cta { display: none; }
  .site-header .header-cta-round { display: inline-flex; justify-self: end; align-self: center; }
  .site-header .header-benefit { justify-self: center; align-self: center; padding: 0 1rem 0 .45rem; gap: .65rem; }
  .site-header .brand { align-self: center; }
  .brand-logo { width: 112px; }
  .brand-footer .brand-logo { width: 112px; }
  .header-benefit-icon { width: 46px; height: 46px; }
  .header-benefit-icon svg { width: 24px; height: 24px; }
  .header-benefit-label, .header-benefit strong { font-size: 1.15rem; }
  .hero { min-height: auto; padding: 3rem 1rem; }
  .hero-wrap { gap: 3rem; }
  .hero-title { white-space: nowrap; width: fit-content; max-width: 100%; font-size: clamp(1.65rem, 7vw, 3.4rem); text-align: center; align-self: center; color: var(--white); background: transparent; padding: .55rem 0; border-bottom: 4px solid var(--red); }
  .hero-title-short { font-size: clamp(2rem, 9.5vw, 3.6rem); padding: .45rem 0; }
  .product-section-light .hero-title, .product-section-light .hero-title em { color: var(--white); }
  .hero-title em { color: var(--white); }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-card { padding: .65rem; }
  .product-section-light .hero-card { background: rgba(8,26,45,.04); border-color: rgba(8,26,45,.12); }
  .hero-card-caption { order: 0; padding: 1rem .65rem .55rem; gap: .75rem; }
  .hero-card-caption h2,
  .combined-products-columns .hero-card-caption h2 { font-size: 1.55rem; }
  .hero-card-caption span { padding: .5rem .7rem; font-size: 1rem; }
  .hero-bg { opacity: 1; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .construtoras-heading .section-heading h2 { white-space: normal; }
  .combined-products-columns { grid-template-columns: 1fr; gap: 3rem; }
  .simple-products-column { padding: 0; }
  .combined-products-columns .simple-products-column .hero-grid { margin-top: 1.5rem; margin-bottom: 0; }
  .combined-products-columns .contractor-product-card { width: 100%; margin-top: 1.5rem; margin-bottom: 0; }
  .contractor-products-column { padding: 3rem 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .combined-products-divider { margin: .5rem 0; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits .section-heading h2 { white-space: normal; }
  .benefits-break-mobile { display: block; }
  .benefits-grid li:nth-child(2) { border-right: 0; }
  .benefits-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }
  .about-copy { order: 1; }
  .about-image { order: 2; }
  .about-copy { padding-bottom: 2rem; }
  .about-image { align-items: start; justify-items: center; }
  .national-coverage-wrap { grid-template-columns: 1fr; gap: 1rem; min-height: 0; padding: 3rem 1.2rem; text-align: center; }
  .national-coverage-copy { padding-left: 0; }
  .national-coverage .eyebrow { justify-content: center; }
  .national-coverage h2 { font-size: clamp(2.3rem, 7.5vw, 4rem); }
  .about-image { min-height: 420px; padding: 1.5rem; }
  .footer-main { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 640px) {
  body { padding-top: 36px; }
  .topbar { height: 36px; font-size: .67rem; }
  .site-header { min-height: 88px; padding: .85rem 1rem; }
  .brand-logo { width: 96px; }
  .brand-footer .brand-logo { width: 96px; }
  .site-header .header-benefit { padding: .2rem .7rem .2rem .3rem; gap: .45rem; }
  .header-benefit-icon { width: 38px; height: 38px; }
  .header-benefit-icon svg { width: 20px; height: 20px; }
  .header-benefit-label, .header-benefit strong { font-size: .88rem; }
  .header-cta-round { width: 44px; height: 44px; }
  .header-cta-round svg { width: 22px; height: 22px; }
  .hero-title, .hero-title#pir-title { padding-inline: 0; font-size: clamp(1.3rem, 7vw, 2.8rem); letter-spacing: .025em; word-spacing: .07em; }
  .hero-title#pir-title { display: block; width: fit-content; max-width: 100%; height: auto; min-height: 0; padding-block: .3rem .55rem; font-size: clamp(1.45rem, 7.6vw, 3.1rem); letter-spacing: .025em; text-align: center; white-space: normal; border-bottom: 4px solid var(--red); }
  .hero-title#pir-title .pir-break-mobile, .pir-break-mobile { display: block; }
  .hero-title.hero-title-short { display: flex; width: fit-content; max-width: 100%; height: 58px; min-height: 58px; padding-block: .3rem; align-items: center; justify-content: center; gap: .32em; margin-inline: auto; font-size: clamp(1.45rem, 8.5vw, 3.2rem); letter-spacing: .025em; text-align: center; }
  .hero-title.hero-title-short#simples-title { font-size: clamp(1.55rem, 9vw, 3.4rem); }
  .construtoras-break-mobile { display: block; }
  .product-section { padding: 4rem 1rem; }
  .product-section::before { top: .75rem; bottom: .75rem; left: 50%; width: calc(100% - 1.5rem); transform: translateX(-50%); border-radius: 1rem; }
  .hero-bg { top: .75rem; bottom: .75rem; left: 50%; width: calc(100% - 1.5rem); transform: translateX(-50%); border-radius: 1rem; }
  .section-heading h1, .section-heading h2 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .benefits .section-heading h2 { font-size: clamp(2.2rem, 8vw, 3.6rem); line-height: .95; }
  .hero .section-heading h1 { font-size: 3rem; }
  .hero .carousel { margin-top: 1rem; }
  .carousel-stage, .carousel-wide .carousel-stage { height: 460px; min-height: 0; }
  .slide-caption { left: 1.2rem; right: 1.2rem; bottom: 1.2rem; }
  .slide-caption h2, .slide-caption h3 { font-size: 2.35rem; }
  .floating-nav { right: 1rem; top: 1rem; bottom: auto; }
  .carousel-tabs { gap: 0; overflow-x: auto; flex-wrap: nowrap; padding-bottom: .5rem; }
  .carousel-tabs button { white-space: nowrap; }
  .section-intro { font-size: 1rem; }
  .benefits { padding: 5rem 1rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid li { min-height: 132px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits-grid li:last-child { border-bottom: 0; }
  .benefits-grid span { margin-bottom: 1rem; }
  .about-image { min-height: 0; padding: .5rem 1rem 1rem; }
  .about-copy { padding-bottom: 1rem; }
  .national-coverage-wrap { padding: 2.5rem 1rem; }
  .national-coverage h2 { font-size: clamp(2.1rem, 9vw, 3.4rem); letter-spacing: .025em; }
  .about-copy { padding: 4rem 1.2rem; }
  .about h2 { font-size: 3.3rem; }
  .about-stamp { width: 46%; }
  .footer-main { padding: 4rem 1.2rem; justify-items: center; text-align: center; }
  .footer-info { grid-template-columns: 1fr; gap: 2rem; width: 100%; justify-items: center; }
  .footer-info > div { width: 100%; }
  .footer-bottom { flex-wrap: wrap; gap: .55rem; text-align: center; }
  .floating-cta { right: 1rem; bottom: 1rem; width: 56px; padding: 0; justify-content: center; }
  .floating-cta span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

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

@media (max-width: 640px) {
  .intro-hero { min-height: 500px; background-position: 62% center; }
  .intro-hero-overlay { background: linear-gradient(180deg, rgba(7,28,50,.78), rgba(7,28,50,.88)); }
  .intro-hero-content { width: calc(100% - 1.5rem); padding: 3.5rem .75rem; }
  .intro-hero h1 { font-size: clamp(2.8rem, 13vw, 5rem); line-height: 1.04; }
  .intro-hero .button { width: min(100%, 220px); min-height: 48px; padding: .65rem .7rem; gap: .45rem; font-size: .85rem; }
  .intro-hero .button .cta-whatsapp { width: 20px; height: 20px; }
}
