@font-face {
  font-family: 'Mona Sans';
  src: url('fonts/mona-sans.woff2') format('woff2');
  font-weight: 200 900; font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('assets/jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500; font-display: swap;
}

:root {
  /* ID BRAVUS — grafite + teal (uniforme oficial) + off-white neutro */
  --base: #242a2c;
  --surface-1: rgba(42, 48, 50, 0.55);
  --surface-2: rgba(52, 59, 61, 0.62);
  --hairline: rgba(233, 239, 236, 0.09);
  --hairline-hover: rgba(233, 239, 236, 0.18);
  --accent: #1ba88e;
  --accent-soft: #14947c;
  --accent-glow: rgba(27, 168, 142, 0.14);
  --btn-text: #07211b;
  --text-hi: #e9efec;
  --text-mid: #b3bdba;
  --text-low: #9da8a5; /* WCAG AA: 6,2:1 base / ~5,4:1 card */
  --chrome: linear-gradient(180deg, #f1f5f4 0%, #c4cac9 22%, #ffffff 46%, #a7adac 56%, #dee3e2 80%, #8d9392 100%);

  --font: 'Mona Sans', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
  --ease: cubic-bezier(0.65, 0.05, 0, 1);
  --ease-ui: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-card: 460ms;

  --wrap-pad: clamp(20px, 3.2vw, 60px);
  --shadow-rest: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 1px var(--hairline), 0 18px 44px -22px rgba(0,0,0,0.7);
  --shadow-hover: inset 0 1px 0 rgba(255,255,255,0.09), 0 0 0 1px var(--hairline-hover), 0 40px 80px -30px rgba(0,0,0,0.8), 0 0 60px -20px var(--accent-glow);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  background: var(--base); color: var(--text-mid);
  font-family: var(--font); font-size: clamp(16px, 1.02vw, 21px); line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--btn-text); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* WebGL fundo vivo */
#gl { position: fixed; inset: 0; z-index: 0; width: 100vw; height: 100vh; display: block; }
#gl-fallback { position: fixed; inset: 0; z-index: 0; display: none;
  background: radial-gradient(ellipse 80% 60% at 30% 20%, rgba(27,168,142,0.06), transparent 60%), var(--base); }
.content { position: relative; z-index: 1; }
.grain { position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* tratamento único imagem + placeholder */
.img-treat { filter: grayscale(0.1) contrast(1.05) saturate(0.92); }
.ph { position: relative; }
.ph::after { content: "foto ilustrativa — aguardando material Bravus"; position: absolute; right: 8px; bottom: 8px; z-index: 3;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(233,239,236,0.6); background: rgba(0,0,0,0.5); padding: 2px 8px; border-radius: 6px; backdrop-filter: blur(4px); pointer-events: none; }

/* INTRO vídeo + véu */
.intro { position: fixed; inset: 0; z-index: 80; background: #000; }
.intro video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.intro-skip { position: absolute; right: clamp(16px,2.2vw,32px); bottom: clamp(16px,2.2vw,32px); z-index: 82;
  padding: 10px 22px; border-radius: 999px; cursor: pointer; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.8); background: rgba(0,0,0,0.4);
  border: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); backdrop-filter: blur(6px); transition: box-shadow .3s, color .3s; }
.intro-skip:hover { box-shadow: inset 0 0 0 1px #fff; color: #fff; }
.veil { position: fixed; inset: 0; z-index: 90; background: #fff; opacity: 0; pointer-events: none; }
.veil.hold { opacity: 1; }
.veil.dissolve { opacity: 0; transition: opacity 1.1s var(--ease); }

/* tipografia */
h1, h2, h3, h4 { font-family: var(--font); color: var(--text-hi); text-wrap: balance; }
.eyebrow { font-family: var(--mono); font-size: clamp(10px, 0.78vw, 13px); letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-mid); display: flex; align-items: center; gap: 0.7em; }
.eyebrow::before { content: ""; width: clamp(24px, 3vw, 52px); height: 1px; background: var(--accent); }
.chrome-text { background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent; }
.index-num { font-family: var(--mono); font-variant-numeric: tabular-nums; color: var(--text-hi); opacity: 0.35; font-size: clamp(11px, 0.8vw, 14px); }

/* TARJA reveal */
.tline { position: relative; display: block; overflow: hidden; }
.ttext { display: inline-block; will-change: clip-path; }
.tarja { position: absolute; inset: 0; background: var(--accent); transform: scaleX(0); transform-origin: left center; z-index: 3; pointer-events: none; will-change: transform; }
.js h1.reveal, .js h2.reveal, .js .tagline p { visibility: hidden; }

/* layout */
.wrap { max-width: 88.9vw; margin-inline: auto; padding-inline: var(--wrap-pad); }
.section { position: relative; padding: clamp(72px, 9vw, 170px) 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(40px, 5vw, 84px); flex-wrap: wrap; }
.section-head h2 { font-weight: 800; font-size: clamp(2rem, 5.4vw, 5rem); line-height: 0.95; letter-spacing: -0.03em; text-transform: uppercase; max-width: 16ch; }
.section-sub { color: var(--text-mid); max-width: 52ch; font-size: clamp(1rem, 1.1vw, 1.25rem); }

/* botões */
.btn { display: inline-flex; align-items: center; gap: 0.6em; padding: clamp(14px,1.05vw,20px) clamp(26px,2.1vw,42px);
  border-radius: 999px; font-weight: 600; font-size: clamp(0.85rem,0.95vw,1.05rem); cursor: pointer; border: 0;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s; }
.btn-primary { background: var(--accent); color: var(--btn-text); box-shadow: 0 10px 40px -8px rgba(27,168,142,0.4); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 50px -8px rgba(27,168,142,0.55); }
.btn-ghost { background: rgba(233,239,236,0.05); color: var(--text-hi); box-shadow: inset 0 0 0 1px var(--hairline-hover); backdrop-filter: blur(10px); }
.btn-ghost:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(233,239,236,0.4); }
.btn .arr { transition: transform .4s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: clamp(14px,1.6vw,26px) var(--wrap-pad); transition: background .3s, box-shadow .3s; }
.nav.solid { background: rgba(30,35,37,0.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--hairline); }
.nav-brand img { height: clamp(32px, 3vw, 48px); width: auto; }
.nav-links { display: none; gap: clamp(18px,2vw,34px); }
.nav-links a { font-family: var(--mono); font-size: clamp(10px,0.72vw,12px); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); transition: color .3s; }
.nav-links a:hover, .nav-links a.active { color: var(--text-hi); }
.nav .btn { padding: clamp(9px,0.7vw,13px) clamp(16px,1.5vw,28px); font-size: clamp(10px,0.72vw,12px); }
@media (min-width: 980px) { .nav-links { display: flex; } }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: var(--wrap-pad); padding-bottom: clamp(48px,6vw,110px); }
.hero-meta { position: absolute; top: clamp(90px,9vw,150px); right: var(--wrap-pad); text-align: right;
  font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-low); line-height: 2; }
.hero-meta b { color: var(--text-mid); font-weight: 500; }
.hero h1 { font-weight: 800; font-size: clamp(3rem, 11vw, 13rem); line-height: 0.9; letter-spacing: -0.04em; text-transform: uppercase; max-width: 15ch; }
.hero h1 .accent { color: var(--accent); }
.hero-sub { margin-top: clamp(22px,2.6vw,42px); max-width: 46ch; font-size: clamp(1rem,1.12vw,1.35rem); color: var(--text-mid); line-height: 1.5; }
.hero-ctas { margin-top: clamp(28px,3vw,48px); display: flex; gap: clamp(12px,1.2vw,20px); flex-wrap: wrap; align-items: center; }
.scroll-cue { position: absolute; bottom: clamp(20px,2.4vw,40px); left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: clamp(9px,0.68vw,11px); letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-low);
  display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue span { width: 1px; height: 40px; background: linear-gradient(var(--accent), transparent); }
@media (max-width: 700px) { .hero-meta { display: none; } .hero h1 { font-size: clamp(3rem,15vw,6rem); } .hero-ctas { flex-direction: column; align-items: stretch; } }

/* HERO da marca (logo estática + CTAs, pós-vídeo) — brief original */
.hero-brand { align-items: center; justify-content: center; text-align: center; padding-bottom: var(--wrap-pad); }
.hero-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(ellipse 68% 52% at 50% 46%, rgba(27,168,142,0.08), transparent 62%),
              radial-gradient(ellipse 90% 55% at 50% 116%, rgba(27,168,142,0.05), transparent 60%); }
.hero-brand-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: clamp(20px,2.3vw,38px); width: 100%; }
.hero-logo { width: clamp(230px, 33vw, 600px); height: auto; will-change: transform, opacity; }
.hero-brand .hero-sub { margin-top: 0; text-align: center; max-width: 44ch; }
.hero-brand .hero-ctas { justify-content: center; margin-top: 0; flex-wrap: wrap; }
.hero-unit-note { font-family: var(--mono); font-size: clamp(10px,0.8vw,13px); letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-low); }
.hero-brand::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(520px,70vw); height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: 0.7; }
@media (max-width: 700px) { .hero-logo { width: clamp(200px, 62vw, 320px); } .hero-brand .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 340px; } }

/* SERVICES — grid 12, featured quebra */
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px,1.5vw,28px); }
.card { position: relative; grid-column: span 4; padding: clamp(24px,2.1vw,38px); border-radius: clamp(12px,1vw,20px);
  background: var(--surface-1); box-shadow: var(--shadow-rest); backdrop-filter: blur(12px);
  min-height: clamp(240px,24vw,380px); display: flex; flex-direction: column; gap: 12px;
  transition: transform var(--dur-card) var(--ease), box-shadow var(--dur-card) var(--ease), background var(--dur-card); overflow: hidden; text-decoration: none; will-change: transform; }
.card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(280px circle at var(--mx,50%) var(--my,50%), rgba(27,168,142,0.16), transparent 60%); opacity: 0; transition: opacity .4s; }
.card:hover { transform: translateY(-10px); background: var(--surface-2); box-shadow: var(--shadow-hover); }
.card:hover::before { opacity: 1; }
.services-grid:has(.card:hover) .card:not(:hover) { opacity: 0.62; }
.card .idx { font-family: var(--mono); opacity: 0.35; color: var(--text-hi); }
.card .card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.card h3 { font-weight: 700; font-size: clamp(1.35rem,1.9vw,2.1rem); letter-spacing: -0.02em; line-height: 1.05; margin-top: auto; }
.card p { font-size: clamp(0.92rem,1vw,1.1rem); color: var(--text-mid); }
.card .tag { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-low);
  padding: 3px 12px; border-radius: 999px; box-shadow: 0 0 0 1px var(--hairline); width: fit-content; white-space: nowrap; }
/* CTA dos cards — botão CLARO. WhatsApp = pill lime com ícone (avisa que vai pro zap);
   info = ghost pro LP. O card NÃO é mais um link inteiro (evita conversão acidental). */
.card-btns { margin-top: auto; display: flex; gap: 10px; flex-wrap: wrap; }
.card-btn { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: fit-content;
  padding: clamp(11px,0.9vw,15px) clamp(18px,1.5vw,26px); border-radius: 999px; font-weight: 600; font-size: clamp(0.85rem,0.95vw,1.02rem);
  cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s; }
.card-btns .card-btn { margin-top: 0; }
.card-btn .arr { transition: transform .3s var(--ease); }
.card-btn:hover .arr { transform: translateX(4px); }
.card-btn-wa { background: var(--accent); color: var(--btn-text); box-shadow: 0 8px 24px -8px rgba(27,168,142,0.45); }
.card-btn-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(27,168,142,0.6); }
.card-btn-wa .wa-ico { width: clamp(17px,1.3vw,20px); height: clamp(17px,1.3vw,20px); flex-shrink: 0; }
.card-btn-ghost { background: rgba(233,239,236,0.05); color: var(--text-hi); box-shadow: inset 0 0 0 1px var(--hairline-hover); }
.card-btn-ghost:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(233,239,236,0.42); }
@media (max-width: 480px) { .card-btn { width: 100%; } .card-btns { flex-direction: column; } }
.svg-icon { width: clamp(30px,2.6vw,50px); height: clamp(30px,2.6vw,50px); color: var(--text-hi); opacity: 0.9; }
.svg-icon svg { width: 100%; height: 100%; }
/* featured */
.card.featured { grid-column: span 8; grid-row: span 2; padding: 0; }
.card.featured .feat-media { position: relative; aspect-ratio: 21/9; overflow: hidden; border-radius: inherit; }
.card.featured .feat-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 66%; transition: transform var(--dur-card) var(--ease); }
.card.featured:hover .feat-media img { transform: scale(1.06); }
.card.featured .feat-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(30,35,37,0.9) 100%); }
.card.featured .feat-body { padding: clamp(22px,2vw,36px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
/* lista das modalidades de lavagem (card em destaque) */
.feat-list { list-style: none; display: grid; gap: 10px; margin-top: 2px; }
.feat-list li { display: grid; grid-template-columns: minmax(92px, 0.18fr) 1fr; gap: clamp(10px,1.2vw,22px);
  align-items: baseline; padding-top: 10px; border-top: 1px solid var(--hairline); }
.feat-list b { font-family: var(--mono); font-weight: 500; font-size: clamp(10px,0.74vw,12px); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); }
.feat-list span { color: var(--text-mid); font-size: clamp(0.86rem,0.95vw,1.02rem); }
.feat-note { color: var(--text-low); font-size: clamp(0.82rem,0.9vw,0.98rem); }
@media (max-width: 620px) { .feat-list li { grid-template-columns: 1fr; gap: 3px; } }
@media (max-width: 980px) { .card, .card.featured { grid-column: span 12; grid-row: auto; } }
@media (min-width: 560px) and (max-width: 980px) { .card { grid-column: span 6; } .card.featured { grid-column: span 12; } }

/* BEFORE/AFTER */
.ba-stage-wrap { border-radius: clamp(16px,1.6vw,28px); overflow: hidden; box-shadow: var(--shadow-rest); }
.ba-stage { position: relative; aspect-ratio: 16/8.2; touch-action: none; cursor: ew-resize; user-select: none; overflow: hidden; background: var(--surface-1); }
.ba-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before-clip { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); will-change: clip-path; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 44px; margin-left: -22px; display: flex; align-items: center; justify-content: center; cursor: ew-resize; z-index: 3; background: transparent; border: 0; }
.ba-handle-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; margin-left: -1px; background: linear-gradient(180deg,#f1f5f4,#a7adac 45%,#fff 55%,#8d9392); box-shadow: 0 0 12px rgba(0,0,0,0.6); }
.ba-grip { position: relative; z-index: 1; width: clamp(34px,2.5vw,48px); height: clamp(34px,2.5vw,48px); border-radius: 50%;
  background: linear-gradient(180deg,#f1f5f4,#c0c6c5 48%,#989e9d); box-shadow: 0 0 0 1px rgba(255,255,255,0.25), 0 6px 18px rgba(0,0,0,0.55); display: flex; align-items: center; justify-content: center; }
.ba-grip::after { content: ""; width: 27%; height: 27%; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px rgba(27,168,142,0.7); }
.ba-tag { position: absolute; bottom: 16px; z-index: 2; font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.14em; text-transform: uppercase;
  padding: 3px 12px; border-radius: 999px; background: rgba(0,0,0,0.55); color: rgba(233,239,236,0.9); backdrop-filter: blur(4px); pointer-events: none; }
.ba-tag.antes { left: 16px; } .ba-tag.depois { right: 16px; }
@media (max-width: 900px) { .ba-stage { aspect-ratio: 4/3.4; } }

/* PLANS */
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(14px,1.5vw,28px); margin-bottom: clamp(48px,5vw,90px); }
.stat { border-top: 1px solid var(--hairline); padding-top: 24px; }
.stat-num { font-weight: 800; font-size: clamp(2.6rem,5vw,4.6rem); letter-spacing: -0.03em; line-height: 1; display: block; font-variant-numeric: tabular-nums; }
.stat-num .suffix { font-size: 0.36em; font-weight: 600; }
.stat-label { margin-top: 8px; font-size: clamp(0.9rem,1vw,1.1rem); color: var(--text-mid); }
@media (max-width: 700px) { .stats-row { grid-template-columns: 1fr; gap: 24px; } }
.plans-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(14px,1.5vw,28px); }
.plan-card { grid-column: span 4; background: var(--surface-1); border-radius: clamp(12px,1vw,18px); padding: clamp(22px,2vw,38px);
  box-shadow: var(--shadow-rest); display: flex; flex-direction: column; gap: 12px; transition: transform var(--dur-card) var(--ease), box-shadow var(--dur-card), background var(--dur-card); }
.plan-card:hover { transform: translateY(-8px); background: var(--surface-2); box-shadow: var(--shadow-hover); }
.plan-card.featured { grid-column: span 6; grid-row: span 2; background: var(--surface-2); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 0 1px var(--hairline-hover), 0 16px 40px rgba(0,0,0,0.5), 0 0 48px var(--accent-glow); }
.plan-card.half { grid-column: span 6; } .plan-card.full { grid-column: span 12; }
.plan-card.featured h3 { font-size: clamp(1.6rem,2.2vw,2.4rem); }
.plan-badge { width: fit-content; font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.12em; text-transform: uppercase; color: var(--btn-text); background: var(--accent); padding: 4px 12px; border-radius: 999px; }
.plan-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.plan-list li { padding-left: 16px; position: relative; font-size: clamp(0.92rem,1vw,1.1rem); }
.plan-list li::before { content: "—"; position: absolute; left: 0; color: var(--accent-soft); }
.plan-note { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-low); }
.plan-card h3 { font-weight: 700; font-size: clamp(1.35rem,1.8vw,2rem); letter-spacing: -0.02em; }
.plan-card > p { font-size: clamp(0.92rem,1vw,1.1rem); color: var(--text-mid); }
@media (max-width: 980px) { .plan-card, .plan-card.featured, .plan-card.half, .plan-card.full { grid-column: span 12; grid-row: auto; } }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--hairline); font-size: clamp(0.9rem,1vw,1.1rem); white-space: nowrap; }
.price-table th { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-low); font-weight: 500; }
.price-table td { color: var(--text-hi); font-variant-numeric: tabular-nums; }
.price-table th:first-child, .price-table td:first-child { width: 24%; color: var(--text-mid); }
.price-table .pt-val { font-weight: 600; }
@media (max-width: 480px) { .price-table th, .price-table td { padding-inline: 8px; } }

/* DIFFERENTIATORS */
.diff-section { overflow: clip; }
.diff-bg { position: absolute; right: -12vw; top: 8vw; width: 46vw; opacity: 0.08; pointer-events: none; will-change: transform; z-index: 0; }
.diff-bg img { border-radius: 24px; filter: grayscale(1) contrast(1.1); }
.diff-rows { position: relative; z-index: 1; display: flex; flex-direction: column; }
.diff-row { display: grid; grid-template-columns: clamp(48px,5vw,80px) clamp(48px,4vw,64px) 1fr 1.4fr; gap: clamp(14px,1.5vw,28px); align-items: start; padding-block: clamp(24px,2.4vw,42px); border-top: 1px solid var(--hairline); }
.diff-row:last-child { border-bottom: 1px solid var(--hairline); }
.diff-icon { width: clamp(34px,2.9vw,52px); height: clamp(34px,2.9vw,52px); color: var(--text-hi); opacity: 0.9; }
.diff-icon svg { width: 100%; height: 100%; }
.diff-row h3 { font-weight: 700; font-size: clamp(1.35rem,1.9vw,2rem); letter-spacing: -0.02em; }
.diff-row p { color: var(--text-mid); font-size: clamp(1rem,1.1vw,1.2rem); max-width: 52ch; }
@media (max-width: 900px) { .diff-row { grid-template-columns: clamp(40px,10vw,60px) 1fr; } .diff-icon { grid-row: 1; grid-column: 2; justify-self: end; } .diff-row h3, .diff-row p { grid-column: 1 / 3; } .diff-bg { display: none; } }

/* UNITS */
.units-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(14px,1.5vw,28px); align-items: start; }
.accred-card { grid-column: 1 / 6; position: relative; background: var(--surface-1); border-radius: clamp(18px,1.6vw,30px); padding: clamp(28px,2.6vw,44px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.09), 0 0 0 1px var(--hairline-hover), 0 20px 48px rgba(0,0,0,0.5); display: flex; flex-direction: column; gap: 24px; }
.accred-figure { font-weight: 800; font-size: clamp(3.2rem,5.6vw,5.6rem); letter-spacing: -0.03em; line-height: 1; font-variant-numeric: tabular-nums; }
.accred-figure span { font-size: 0.34em; }
.accred-rows { display: flex; flex-direction: column; }
.accred-row { display: flex; justify-content: space-between; gap: 16px; padding-block: 12px; border-top: 1px solid var(--hairline); font-size: clamp(0.9rem,1vw,1.1rem); }
.accred-row b { color: var(--text-hi); font-weight: 600; text-align: right; }
.unit-cards { grid-column: 6 / 13; display: flex; flex-direction: column; gap: 16px; }
.unit-card { display: grid; grid-template-columns: clamp(40px,3.5vw,56px) 1fr auto; gap: clamp(14px,1.5vw,28px); align-items: center;
  background: var(--surface-1); border-radius: clamp(11px,1vw,18px); padding: clamp(18px,1.6vw,28px) clamp(22px,2vw,36px); box-shadow: var(--shadow-rest);
  transition: transform var(--dur-card) var(--ease), box-shadow var(--dur-card), background var(--dur-card); }
.unit-card:hover { transform: translateY(-4px); background: var(--surface-2); box-shadow: var(--shadow-hover); }
.unit-card h3 { font-weight: 700; font-size: clamp(1.15rem,1.4vw,1.6rem); }
.unit-addr { display: block; color: var(--text-mid); font-size: clamp(0.88rem,0.95vw,1.05rem); margin-top: 2px; }
.unit-map { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-soft); white-space: nowrap; }
.unit-hours { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-low); margin-top: 8px; }
@media (max-width: 980px) { .accred-card, .unit-cards { grid-column: 1 / 13; } }

/* FINAL CTA */
.final-cta .wrap { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(14px,1.5vw,28px); }
.final-cta h2 { grid-column: 1 / 9; font-weight: 800; font-size: clamp(2.4rem,5.6vw,5.4rem); letter-spacing: -0.03em; line-height: 1.02; text-transform: uppercase; }
.final-cta .cta-side { grid-column: 9 / 13; align-self: end; display: flex; flex-direction: column; gap: 24px; }
.final-cta .cta-side p { font-size: clamp(0.92rem,1vw,1.1rem); color: var(--text-mid); }
@media (max-width: 900px) { .final-cta h2, .final-cta .cta-side { grid-column: 1 / 13; } }

/* MARQUEE */
.marquee { position: relative; padding: clamp(30px,4vw,70px) 0; overflow: hidden; border-block: 1px solid var(--hairline); }
.marquee-track { display: flex; gap: clamp(30px,4vw,80px); white-space: nowrap; width: max-content; will-change: transform; }
.marquee-track span { font-weight: 800; font-size: clamp(2.2rem,6vw,6rem); letter-spacing: -0.03em; text-transform: uppercase; -webkit-text-stroke: 1px rgba(233,239,236,0.28); color: transparent; }
.marquee-track span.fill { color: var(--accent); -webkit-text-stroke: 0; }

/* FOOTER */
.footer { position: relative; overflow: clip; background: #191f20; box-shadow: 0 -1px 0 var(--hairline); padding-block: clamp(56px,5.5vw,110px) clamp(80px,8vw,150px); }
.footer-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(14px,1.5vw,28px); position: relative; z-index: 1; }
.footer-brand { grid-column: 1 / 5; display: flex; flex-direction: column; gap: 16px; }
.footer-brand img { width: clamp(120px,10vw,190px); }
.footer-brand p { font-size: clamp(0.88rem,0.95vw,1.05rem); color: var(--text-mid); }
.footer-col { display: flex; flex-direction: column; gap: 8px; grid-column: span 2; }
.footer-col.wide { grid-column: span 3; }
.footer-col h3 { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-low); font-weight: 500; margin-bottom: 8px; }
.footer-col a, .footer-col span { font-size: clamp(0.88rem,0.95vw,1.05rem); color: var(--text-mid); }
.footer-col a:hover { color: var(--text-hi); }
.footer-col a.wa { color: var(--accent-soft); font-weight: 600; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: clamp(40px,4vw,70px); padding-top: 24px; border-top: 1px solid var(--hairline); font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-low); }
.footer-watermark { position: absolute; left: 50%; bottom: -0.18em; transform: translateX(-50%); font-weight: 800; font-size: clamp(7rem,16.5vw,20rem); letter-spacing: -0.04em; line-height: 1; white-space: nowrap; background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent; opacity: 0.07; pointer-events: none; user-select: none; }
@media (max-width: 900px) { .footer-brand { grid-column: 1 / 13; } .footer-col, .footer-col.wide { grid-column: span 6; } }

/* WHATSAPP FAB */
.wa-fab { position: fixed; right: clamp(14px,1.4vw,24px); bottom: clamp(14px,1.4vw,24px); z-index: 70; width: clamp(52px,3.8vw,64px); height: clamp(52px,3.8vw,64px); border-radius: 50%; background: var(--accent); color: var(--btn-text); display: none; align-items: center; justify-content: center; box-shadow: 0 0 0 1px rgba(255,255,255,0.1) inset, 0 10px 30px rgba(27,168,142,0.4); transition: transform .3s var(--ease); }
.wa-fab:hover { transform: translateY(-3px); }
.wa-fab svg { width: 55%; height: 55%; }
@media (max-width: 980px) { .wa-fab { display: flex; } }

/* LP */
.lp-hero { position: relative; min-height: 84vh; display: flex; align-items: flex-end; padding: var(--wrap-pad); padding-top: clamp(96px,9vw,150px); padding-bottom: clamp(40px,4.5vw,80px); }
.lp-kicker { font-family: var(--mono); font-size: clamp(10px,0.78vw,13px); letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-mid); display: flex; align-items: center; gap: 0.6em; margin-bottom: 24px; }
.lp-kicker::before { content: "/"; color: var(--accent-soft); font-weight: 700; }
.lp-kicker a { color: var(--text-low); }
.lp-kicker a:hover { color: var(--text-hi); }
.lp-hero h1 { font-weight: 800; font-size: clamp(2.8rem,7vw,9rem); line-height: 0.92; letter-spacing: -0.035em; text-transform: uppercase; max-width: 14ch; }
.lp-hero h1 .accent { color: var(--accent); }
.lp-sub { margin-top: 24px; max-width: 54ch; font-size: clamp(1rem,1.12vw,1.35rem); color: var(--text-mid); }
.lp-hero .hero-ctas { justify-content: flex-start; }
.lp-facts { display: flex; gap: clamp(24px,3vw,52px); flex-wrap: wrap; margin-top: clamp(40px,3.8vw,64px); padding-top: 24px; border-top: 1px solid var(--hairline); }
.lp-fact { font-family: var(--mono); font-size: clamp(9px,0.7vw,11px); letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-low); }
.lp-fact b { display: block; font-family: var(--font); font-size: clamp(1.2rem,1.5vw,1.8rem); font-weight: 700; letter-spacing: -0.01em; margin-top: 4px; color: var(--text-hi); }
.lp-detail-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: clamp(14px,1.5vw,28px); }
.lp-copy { grid-column: 1 / 7; display: flex; flex-direction: column; gap: 16px; }
.lp-copy p { color: var(--text-mid); font-size: clamp(1rem,1.1vw,1.2rem); }
.lp-copy strong { color: var(--text-hi); font-weight: 600; }
.lp-aside { grid-column: 8 / 13; }
.lp-aside-card { background: var(--surface-1); border-radius: clamp(12px,1vw,18px); padding: clamp(22px,2vw,38px); box-shadow: var(--shadow-rest); display: flex; flex-direction: column; gap: 16px; }
.lp-aside-card h3 { font-weight: 700; font-size: clamp(1.3rem,1.7vw,1.9rem); }
@media (max-width: 900px) { .lp-copy, .lp-aside { grid-column: 1 / 13; } .lp-hero { min-height: 72vh; } }

/* reveals base (JS presente esconde; JS revela). Sem JS: tudo visível. */
.js .reveal-item { opacity: 0; transform: translateY(40px); }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .intro { display: none !important; }
  .reveal-item { opacity: 1 !important; transform: none !important; }
  h1.reveal, h2.reveal, .tagline p { visibility: visible !important; }
  * { transition-duration: 1ms !important; animation-duration: 1ms !important; }
}
