/* ============================================================
   SIBRAFF ASSISTENCIAL — Stylesheet v2 (redesign 2026)
   Marca: Azul-marinho #152c48 · Dourado #c1ae58 (ink AA #7f6a22)
   Fontes: Cormorant Garamond (display) + Poppins (corpo) — Google Fonts
   Base estrutural: padrão Memorial Santos (header top-bar + nav, hero
   com card de intenção, faixa de confiança, seções badge/título, footer
   em 4 níveis) — enriquecido com splash/triagem (Colina) e micro-
   interações (Athia), redesenhado para a identidade Sibraff.
   ============================================================ */

/* ---------- TOKENS ---------- */
:root {
  --navy-950: #0d1f33;
  --navy-900: #152c48;
  --navy-800: #1a3a5c;
  --navy-700: #24507c;
  --navy-600: #33689e;
  --navy-dim: rgba(21, 44, 72, 0.08);
  --gold-500: #c1ae58;
  --gold-400: #d4c47a;
  --gold-300: #e7da9c;
  --gold-600: #9a8536;
  --gold-700: #7f6a22;
  --gold-dim: rgba(193, 174, 88, 0.16);
  --white: #ffffff;
  --cream: #F9F7EF;
  --light: #F3F5F9;
  --light-alt: #E8ECF3;
  --text: #22304A;
  --muted: #5A6A80;
  --text-on-dark: rgba(255,255,255,0.87);
  --border: #E0E4EDF2;
  --border-dark: rgba(255,255,255,0.14);
  --wa: #0A7F3A;
  --wa-dark: #075E2B;
  --wa-bright: #25D366;
  --danger: #C85A5A;
  --success: #2E9E5B;

  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --petal: 20px 20px 20px 6px;             /* raio-assinatura Sibraff (chips de ícone) */
  --r-sm: 8px; --r-md: 12px; --r-lg: 18px; --r-xl: 26px;
  --sh-sm: 0 2px 8px rgba(13,31,51,0.08);
  --sh-md: 0 10px 30px rgba(13,31,51,0.12);
  --sh-lg: 0 22px 54px rgba(13,31,51,0.20);
  --t: .25s ease;
  --header-h: 126px;
  --container: 1200px;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) - 10px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { font-family: var(--font); font-size: 1rem; font-weight: 400; line-height: 1.65; color: var(--text); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, picture, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
input, select, textarea { font: inherit; }
strong { font-weight: 600; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 2000; background: var(--navy-950); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 2px; }
.icon { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.icon-fill { fill: currentColor; stroke: none; }

/* ---------- TRANSIÇÃO DE PÁGINA ----------
   Anima os filhos do main (nunca o main): transform em ancestral quebraria
   o position:fixed da splash/modais. */
main#conteudo > *:not(.splash):not(script) { animation: pageIn .55s cubic-bezier(.2,.7,.2,1) both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
html.page-out main#conteudo, html.page-out #footer { opacity: 0; transition: opacity .22s ease; }

/* ---------- TIPOGRAFIA ---------- */
h1, h2, h3, h4 { line-height: 1.18; color: var(--navy-900); font-weight: 600; letter-spacing: -0.01em; }
h1, .hero h1, .page-hero h1, .section-title, .cta-band h2, .footer-cta h2, .split h2,
.splash-box h2, .plan h3, .sim-result h3, .fm-title, .tcard h3, .help-cta h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: 0; }
.section-header { text-align: center; max-width: 780px; margin: 0 auto 3rem; }
.section-header.left { text-align: left; margin-left: 0; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 50px; background: var(--gold-dim); color: var(--gold-700); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; }
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); }
.badge.on-dark { background: rgba(255,255,255,.1); color: var(--gold-300); }
.badge.on-dark::before { background: var(--gold-400); }
.section-title { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 14px; }
.section-title .gold { color: var(--gold-600); font-style: italic; }
.on-dark .section-title .gold { color: var(--gold-400); }
.section-sub { font-size: 1.05rem; color: var(--muted); line-height: 1.7; }
.on-dark .section-title, .on-dark h3 { color: #fff; }
.on-dark .section-sub { color: var(--text-on-dark); }
.text-center { text-align: center; }
.gold-grad { background: linear-gradient(115deg, var(--gold-300), var(--gold-400) 45%, var(--gold-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold-400); }

/* ---------- BOTÕES (com brilho deslizante) ---------- */
.btn { position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: .95rem; border: 2px solid transparent; transition: transform var(--t), background var(--t), color var(--t), box-shadow var(--t), border-color var(--t); white-space: nowrap; line-height: 1.2; }
.btn::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 40%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.32), transparent); transform: skewX(-18deg); transition: left .55s ease; pointer-events: none; }
.btn:hover::after { left: 125%; }
.btn .icon { font-size: 1.15em; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.btn-primary:hover { background: var(--navy-700); border-color: var(--navy-700); box-shadow: 0 10px 24px rgba(36,80,124,.32); }
.btn-gold { background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: #fff; border-color: transparent; }
.btn-gold:hover { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: var(--navy-950); box-shadow: 0 10px 26px rgba(193,174,88,.42); }
.btn-outline { background: transparent; color: var(--navy-900); border-color: var(--navy-900); }
.btn-outline:hover { background: var(--navy-900); color: #fff; }
.btn-outline-white { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn-outline-white:hover { background: #fff; color: var(--navy-950); border-color: #fff; }
.btn-white { background: #fff; color: var(--navy-950); border-color: #fff; }
.btn-white:hover { background: var(--gold-300); border-color: var(--gold-300); }
.btn-wa { background: var(--wa); color: #fff; border-color: var(--wa); }
.btn-wa:hover { background: var(--wa-dark); border-color: var(--wa-dark); box-shadow: 0 10px 24px rgba(37,211,102,.3); }
.btn-sm { padding: 10px 18px; font-size: .85rem; }
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--navy-700); transition: gap var(--t), color var(--t); }
.link-arrow:hover { gap: 13px; color: var(--navy-950); }
.link-arrow .icon { font-size: 1.05em; }

/* ============================================================
   HEADER
   ============================================================ */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: box-shadow var(--t); }
#header.scrolled { box-shadow: var(--sh-md); }
.topbar { background: var(--navy-950); color: rgba(255,255,255,.85); font-size: .78rem; }
.topbar-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; min-width: 0; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 4px; min-width: 0; }
.topbar-link { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 50px; color: rgba(255,255,255,.8); font-weight: 500; transition: background var(--t), color var(--t); white-space: nowrap; }
.topbar-link:hover { background: rgba(255,255,255,.1); color: #fff; }
.topbar-link .icon { font-size: .95em; color: var(--gold-400); }
.topbar-link.urgent { color: #fff; font-weight: 700; }
.topbar-social { display: flex; gap: 2px; margin-right: 6px; }
.topbar-social a { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; color: rgba(255,255,255,.7); transition: background var(--t), color var(--t); }
.topbar-social a:hover { background: rgba(255,255,255,.12); color: #fff; }
.topbar-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 50px; background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: #fff; font-weight: 700; transition: filter var(--t), transform var(--t); white-space: nowrap; }
.topbar-btn:hover { filter: brightness(1.12); transform: translateY(-1px); }

.navbar { background: #fff; border-bottom: 1px solid var(--border); }
.navbar-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 88px; transition: height var(--t); }
#header.scrolled .navbar-row { height: 72px; }
.brand img { width: 178px; height: auto; transition: width var(--t); }
#header.scrolled .brand img { width: 152px; }
.nav-wrap { display: flex; align-items: center; gap: 14px; }
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-list > li { position: relative; }
.nav-link { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 10px 13px; font-size: .9rem; font-weight: 500; color: var(--navy-900); border-radius: var(--r-sm); transition: background var(--t), color var(--t); }
.nav-link::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-list > li.open > .nav-link, .nav-link.active { color: var(--navy-700); }
.nav-link.active { font-weight: 600; }
.nav-link .icon { font-size: .85em; transition: transform var(--t); }
.has-dd:hover > .nav-link .icon, .has-dd.open > .nav-link .icon { transform: rotate(180deg); }
.dd { position: absolute; top: calc(100% + 8px); left: 0; min-width: 280px; background: #fff; border: 1px solid var(--border); border-radius: var(--r-md); box-shadow: var(--sh-lg); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity var(--t), transform var(--t), visibility var(--t); }
.dd::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.has-dd:hover > .dd, .has-dd.open > .dd, .has-dd:focus-within > .dd { opacity: 1; visibility: visible; transform: translateY(0); }
.dd a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: var(--r-sm); font-size: .88rem; font-weight: 500; color: var(--text); transition: background var(--t), color var(--t); }
.dd a:hover { background: var(--navy-dim); color: var(--navy-700); }
.dd a .icon { font-size: 1.05rem; color: var(--gold-600); }
.dd a small { display: block; font-size: .74rem; color: var(--muted); font-weight: 400; margin-top: 1px; }
.dd-title { padding: 6px 12px 8px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); }
.dd-2col { min-width: 560px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
.nav-phone { display: flex; align-items: center; gap: 10px; padding-left: 14px; border-left: 1px solid var(--border); }
.nav-phone-ico { width: 42px; height: 42px; border-radius: var(--petal); background: var(--navy-900); color: var(--gold-400); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.nav-phone-label { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-700); line-height: 1; }
.nav-phone-num { font-size: 1.05rem; font-weight: 700; color: var(--navy-900); line-height: 1.2; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: var(--r-sm); align-items: center; justify-content: center; color: var(--navy-900); font-size: 1.5rem; border: 1px solid var(--border); }
.nav-mobile-extra { display: none; }

/* ============================================================
   HERO (home)
   ============================================================ */
.hero { position: relative; min-height: clamp(660px, 100svh, 920px); display: flex; align-items: center; padding: calc(var(--header-h) + 40px) 0 130px; color: #fff; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; animation: kenBurns 26s ease-in-out infinite alternate; }
@keyframes kenBurns { from { transform: scale(1) translateX(0); } to { transform: scale(1.07) translateX(-1.2%); } }
.hero-bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease; }
.hero-bg video.on { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(13,31,51,.62) 0%, rgba(13,31,51,.34) 42%, rgba(13,31,51,.05) 72%); }
.hero-overlay::after { content: ""; position: absolute; inset: auto 0 0 0; height: 170px; background: linear-gradient(to bottom, transparent, rgba(13,31,51,.6)); }
.hero-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, 424px); gap: 48px; align-items: center; }
.hero-text { position: relative; }
.hero-text::before { content: ""; position: absolute; inset: -40px -60px -40px -120px; z-index: -1; background: radial-gradient(ellipse at 35% 50%, rgba(13,31,51,.6), rgba(13,31,51,.32) 55%, transparent 78%); filter: blur(6px); pointer-events: none; }
.hero h1, .hero-desc, .hero-kicker, .hero-proof { text-shadow: 0 2px 14px rgba(13,31,51,.55); }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 20px; }
.hero-kicker .icon { color: var(--gold-400); font-size: 1.1em; }
.hero h1 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); color: #fff; line-height: 1.05; margin-bottom: 22px; }
.hero h1 em { font-style: italic; color: var(--gold-400); }
.hero-desc { font-size: clamp(1rem, 1.5vw, 1.16rem); color: var(--text-on-dark); max-width: 560px; margin-bottom: 30px; line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 34px; font-size: .84rem; color: rgba(255,255,255,.78); }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof .icon { color: var(--gold-400); }
.hero-card-col { justify-self: end; width: min(424px, 100%); }

/* Card de intenção (Como podemos ajudar?) */
.intent-card { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 26px 24px 22px; box-shadow: var(--sh-lg); position: relative; overflow: hidden; animation: cardFloat 5s ease-in-out infinite; }
@keyframes cardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.intent-card:hover { animation-play-state: paused; }
.intent-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--gold-600), var(--gold-300), var(--gold-600)); }
.intent-card h2 { font-size: 1.18rem; margin-bottom: 6px; }
.intent-card p.lead { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.ms-panel { display: none; }
.ms-panel.active { display: block; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.intent-btn { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 13px 14px; border-radius: var(--r-md); border: 1.5px solid var(--border); background: #fff; margin-bottom: 10px; transition: border-color var(--t), background var(--t), transform var(--t); }
.intent-btn:hover { border-color: var(--gold-500); background: var(--cream); transform: translateX(4px); }
.intent-btn .ico { width: 42px; height: 42px; border-radius: var(--petal); display: flex; align-items: center; justify-content: center; background: var(--navy-dim); color: var(--navy-900); font-size: 1.2rem; flex: none; transition: transform var(--t); }
.intent-btn:hover .ico { transform: rotate(-6deg) scale(1.08); }
.intent-btn.urgent .ico { background: var(--navy-900); color: var(--gold-400); }
.intent-btn strong { display: block; font-size: .93rem; color: var(--navy-900); font-weight: 600; }
.intent-btn small { display: block; font-size: .76rem; color: var(--muted); }
.intent-btn .chev { margin-left: auto; color: var(--gold-500); font-size: 1rem; }
.intent-actions { display: grid; gap: 10px; }
.intent-actions .btn { justify-content: flex-start; }
.ms-back { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: .8rem; font-weight: 600; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.ms-back:hover { color: var(--navy-700); }
.intent-note { font-size: .76rem; color: var(--muted); margin-top: 12px; text-align: center; }

/* ============================================================
   FAIXA DE CONFIANÇA (sobrepõe o hero)
   ============================================================ */
.trust { position: relative; z-index: 2; margin-top: -84px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-lg); overflow: hidden; }
.trust-item { padding: 28px 22px; text-align: center; border-right: 1px solid var(--border); display: block; color: inherit; }
.trust-item:last-child { border-right: 0; }
.trust-ico { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: var(--petal); display: flex; align-items: center; justify-content: center; background: var(--gold-dim); color: var(--gold-700); font-size: 1.35rem; transition: background var(--t), color var(--t), transform var(--t); }
a.trust-item:hover .trust-ico { background: var(--navy-900); color: var(--gold-400); transform: rotate(-6deg) scale(1.06); }
.trust-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--navy-900); line-height: 1.05; transition: color var(--t); }
a.trust-item:hover .trust-num { color: var(--navy-700); }
.trust-label { font-size: .82rem; color: var(--muted); margin-top: 4px; }

/* ============================================================
   SEÇÕES GENÉRICAS
   ============================================================ */
section.block { padding: 96px 0; }
section.block-sm { padding: 72px 0; }
.bg-light { background: var(--light); }
.bg-cream { background: var(--cream); }
.bg-navy { background: var(--navy-950); color: #fff; }
.bg-navy-grad { background: radial-gradient(1200px 600px at 80% 0%, rgba(51,104,158,.4), transparent 60%), linear-gradient(160deg, var(--navy-950), var(--navy-900)); color: #fff; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.img-rounded { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); }
.img-rounded img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Precisa de ajuda agora ---------- */
.help-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.steps { display: grid; gap: 14px; counter-reset: step; }
.step { display: flex; gap: 16px; padding: 18px 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--r-md); transition: box-shadow var(--t), transform var(--t); }
.step:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.step-n { counter-increment: step; width: 44px; height: 44px; flex: none; border-radius: var(--petal); background: var(--navy-900); color: var(--gold-400); font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 5px var(--gold-dim); }
.step-n::before { content: counter(step, decimal-leading-zero); }
.step h3 { font-size: 1rem; margin-bottom: 4px; }
.step p { font-size: .9rem; color: var(--muted); }
.help-cta { background: linear-gradient(155deg, var(--navy-900), var(--navy-950)); color: #fff; border-radius: var(--r-lg); padding: 34px 32px; box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.help-cta::after { content: ""; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(193,174,88,.35), transparent 70%); }
.help-cta h3 { color: #fff; font-size: 1.7rem; margin-bottom: 10px; }
.help-cta p { color: var(--text-on-dark); font-size: .95rem; margin-bottom: 22px; }
.help-cta .phone-big { display: flex; align-items: center; gap: 14px; font-size: 1.9rem; font-weight: 700; color: #fff; margin-bottom: 18px; letter-spacing: -0.01em; }
.help-cta .phone-big .icon { width: 48px; height: 48px; padding: 12px; border-radius: var(--petal); background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: #fff; font-size: 1rem; }
.help-cta .phone-big small { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-300); }
.help-cta .btn-row { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
.help-list { margin-top: 22px; display: grid; gap: 8px; font-size: .88rem; color: var(--text-on-dark); }
.help-list li { display: flex; gap: 10px; align-items: flex-start; }
.help-list .icon { color: var(--gold-400); margin-top: 3px; font-size: 1rem; }

/* ---------- Serviços (cards com foto) ---------- */
.service-card { position: relative; background: #fff; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); transition: transform var(--t), box-shadow var(--t); display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.service-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .thumb img { transform: scale(1.06); }
.service-card .body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.service-card h3 { font-size: 1.12rem; margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.service-card h3 .icon { color: var(--gold-600); font-size: 1.25rem; }
.service-card p { font-size: .92rem; color: var(--muted); flex: 1; margin-bottom: 16px; }
.service-card .tag { position: absolute; top: 14px; left: 14px; background: rgba(13,31,51,.88); color: var(--gold-300); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 6px 10px; border-radius: 50px; backdrop-filter: blur(3px); z-index: 1; }

/* ---------- Cards editoriais (foto de fundo) ---------- */
.tcard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.tcard { position: relative; border-radius: var(--r-xl); padding: 40px 38px; overflow: hidden; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate; }
.tcard img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.tcard:hover img.bg { transform: scale(1.045); }
.tcard::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(13,31,51,.4) 0%, rgba(13,31,51,.78) 45%, rgba(13,31,51,.95) 100%); }
.tcard .badge { margin-bottom: 12px; }
.tcard h3 { color: #fff; font-size: 1.9rem; margin-bottom: 10px; }
.tcard p { color: var(--text-on-dark); font-size: .95rem; max-width: 480px; margin-bottom: 20px; }
.tcard ul { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.tcard ul li { font-size: .78rem; font-weight: 500; padding: 6px 12px; border-radius: 50px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.tcard .btn-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Estrutura / mosaico ---------- */
.struct-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 220px 220px; gap: 14px; }
.mosaic figure { border-radius: var(--r-md); overflow: hidden; position: relative; margin: 0; }
.mosaic figure:first-child { grid-row: span 2; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.mosaic figure:hover img { transform: scale(1.05); }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(13,31,51,.8); color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .06em; padding: 6px 10px; border-radius: 6px; backdrop-filter: blur(3px); }
.feature-list { display: grid; gap: 16px; margin-top: 26px; }
.feature { display: flex; gap: 16px; }
.feature .ico { width: 48px; height: 48px; flex: none; border-radius: var(--petal); background: var(--navy-dim); color: var(--navy-900); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.feature h3 { font-size: 1rem; margin-bottom: 3px; }
.feature p { font-size: .9rem; color: var(--muted); }

/* ---------- Vídeo ---------- */
.video-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16 / 9; background: var(--navy-950); box-shadow: var(--sh-lg); max-width: 980px; margin: 0 auto; }
.video-wrap img, .video-wrap video, .video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; color: #fff; background: linear-gradient(180deg, rgba(13,31,51,.2), rgba(13,31,51,.55)); width: 100%; }
.video-play .circle { width: 86px; height: 86px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-400), var(--gold-600)); color: var(--navy-950); display: flex; align-items: center; justify-content: center; font-size: 2rem; box-shadow: 0 0 0 14px rgba(193,174,88,.25); transition: transform var(--t), box-shadow var(--t); }
.video-play:hover .circle { transform: scale(1.06); box-shadow: 0 0 0 20px rgba(193,174,88,.2); }
.video-play span { font-weight: 600; font-size: .95rem; letter-spacing: .04em; }

/* ---------- Depoimentos ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 26px; position: relative; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t); }
.testi:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.testi .quote { position: absolute; top: 14px; right: 22px; font-size: 3.4rem; line-height: 1; color: var(--gold-300); font-family: var(--font-display); }
.stars { color: var(--gold-500); display: flex; gap: 2px; margin-bottom: 14px; }
.stars .icon { fill: currentColor; stroke: none; font-size: 1rem; }
.testi p { font-size: .93rem; color: var(--text); line-height: 1.7; flex: 1; }
.testi footer { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.testi .avatar { width: 42px; height: 42px; border-radius: var(--petal); background: var(--navy-900); color: var(--gold-300); display: flex; align-items: center; justify-content: center; font-weight: 700; }
.testi footer strong { display: block; font-size: .9rem; color: var(--navy-900); }
.testi footer small { font-size: .76rem; color: var(--muted); }
.google-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 50px; background: #fff; border: 1px solid var(--border); font-size: .85rem; font-weight: 600; color: var(--text); box-shadow: var(--sh-sm); }
.google-badge .icon { color: var(--gold-500); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: box-shadow var(--t); }
.faq-item.open { box-shadow: var(--sh-sm); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; text-align: left; font-weight: 600; font-size: .98rem; color: var(--navy-900); }
.faq-q .icon { flex: none; font-size: 1.1rem; color: var(--gold-500); transition: transform var(--t); }
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 20px 18px; font-size: .92rem; color: var(--muted); line-height: 1.7; }
.faq-side { position: sticky; top: 140px; }
.faq-side .card { background: linear-gradient(155deg, var(--navy-900), var(--navy-950)); color: #fff; border-radius: var(--r-lg); padding: 28px; margin-top: 22px; }
.faq-side .card h3 { color: #fff; font-size: 1.1rem; margin-bottom: 8px; }
.faq-side .card p { color: var(--text-on-dark); font-size: .9rem; margin-bottom: 16px; }

/* ---------- Contato / mapa ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.contact-grid > * { min-width: 0; }
.contact-card { background: #fff; border-radius: var(--r-lg); border: 1px solid var(--border); padding: 34px; }
.contact-list { display: grid; gap: 18px; margin: 22px 0 26px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list li > div { min-width: 0; }
.contact-list a, .contact-list small { overflow-wrap: anywhere; }
.contact-list .ico { width: 44px; height: 44px; flex: none; border-radius: var(--petal); background: var(--gold-dim); color: var(--gold-700); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.contact-list strong { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 2px; }
.contact-list a, .contact-list span.v { font-size: 1rem; font-weight: 600; color: var(--navy-900); }
.contact-list small { display: block; color: var(--muted); font-size: .8rem; font-weight: 400; }
.map-card { border-radius: var(--r-lg); overflow: hidden; position: relative; min-height: 380px; background: var(--navy-950); isolation: isolate; }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.9); }
.map-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #fff; text-align: center; padding: 24px; background: linear-gradient(180deg, rgba(13,31,51,.6), rgba(13,31,51,.9)), var(--navy-900); }
.map-placeholder > .icon { font-size: 2.6rem; color: var(--gold-400); }
.map-placeholder .btn { margin-top: 4px; }
.map-placeholder p { font-size: .9rem; color: var(--text-on-dark); max-width: 340px; }

/* ---------- Formulários ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .78rem; font-weight: 600; color: var(--navy-900); margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--r-sm); background: #fff; color: var(--text); transition: border-color var(--t), box-shadow var(--t); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(36,80,124,.12); }
.field textarea { min-height: 110px; resize: vertical; }
.form-note { font-size: .76rem; color: var(--muted); }
.form-msg { display: none; padding: 12px 14px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 600; margin-top: 12px; }
.form-msg.ok { background: #E6F6EC; color: #1E6B3C; }
.form-msg.err { background: #FBE9E8; color: #9E2B27; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--sh-md); }
.form-card h3 { font-size: 1.25rem; margin-bottom: 6px; }
.form-card .sub { font-size: .9rem; color: var(--muted); margin-bottom: 20px; }
.on-dark .form-card { color: var(--text); }
.on-dark .form-card h3 { color: var(--navy-900); }

/* ============================================================
   FOOTER — 4 níveis
   ============================================================ */
#footer { background: var(--navy-950); color: rgba(255,255,255,.82); position: relative; }
#footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--gold-600), var(--gold-300), var(--gold-600)); }
.footer-cta { padding: 52px 0 44px; border-bottom: 1px solid var(--border-dark); background: radial-gradient(900px 300px at 10% 0%, rgba(51,104,158,.32), transparent 60%); }
.footer-cta-row { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: center; }
.footer-cta h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.3rem); line-height: 1.15; margin-bottom: 8px; }
.footer-cta h2 em { font-style: italic; color: var(--gold-400); }
.footer-cta p { color: var(--text-on-dark); font-size: .95rem; }
.footer-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.footer-cta-actions .phone { display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px 12px 12px; border-radius: 50px; background: #fff; color: var(--navy-950); font-weight: 700; font-size: 1.25rem; transition: transform var(--t), box-shadow var(--t); }
.footer-cta-actions .phone:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.footer-cta-actions .phone .ico { width: 42px; height: 42px; border-radius: var(--petal); background: var(--navy-900); color: var(--gold-400); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.footer-cta-actions .phone small { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-700); line-height: 1; }
.footer-top { padding: 60px 0 44px; border-bottom: 1px solid var(--border-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .9fr 1fr 1.05fr; gap: 40px; }
.footer-brand img { width: 190px; margin-bottom: 18px; }
.logo-white { filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { font-size: .92rem; line-height: 1.75; color: rgba(255,255,255,.74); max-width: 320px; }
.footer-brand .tag { display: inline-block; margin-top: 16px; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-400); font-weight: 700; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-badges span { font-size: .72rem; font-weight: 500; padding: 6px 11px; border-radius: 50px; border: 1px solid var(--border-dark); color: rgba(255,255,255,.8); display: inline-flex; align-items: center; gap: 6px; }
.footer-badges .icon { color: var(--gold-400); }
.footer-col h3 { color: #fff; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; font-weight: 700; }
.footer-col h3::before { content: ""; width: 18px; height: 2px; background: var(--gold-500); }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: .9rem; color: rgba(255,255,255,.75); display: inline-flex; align-items: flex-start; gap: 8px; transition: color var(--t), gap var(--t); line-height: 1.45; }
.footer-col a:hover { color: var(--gold-300); gap: 12px; }
.footer-col a .icon { font-size: .75em; color: var(--gold-500); margin-top: .45em; }
.footer-contact-band { padding: 30px 0; border-bottom: 1px solid var(--border-dark); }
.footer-contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: center; }
.footer-ci { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.85); font-size: .88rem; min-width: 0; }
.footer-ci .ico { width: 44px; height: 44px; flex: none; border-radius: var(--petal); background: rgba(255,255,255,.06); border: 1px solid var(--border-dark); color: var(--gold-400); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.footer-ci strong { display: block; color: #fff; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; margin-bottom: 2px; }
.footer-ci a, .footer-ci span.v { color: rgba(255,255,255,.88); font-weight: 500; overflow-wrap: anywhere; }
.footer-ci a:hover { color: var(--gold-300); }
.footer-social { display: flex; gap: 10px; justify-content: flex-end; align-items: center; }
.footer-social .lbl { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,.6); margin-right: 4px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-dark); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; transition: background var(--t), border-color var(--t), color var(--t), transform var(--t); }
.footer-social a:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-950); transform: translateY(-2px); }
.footer-bottom { padding: 20px 0; font-size: .8rem; color: rgba(255,255,255,.6); background: rgba(0,0,0,.25); }
.footer-bottom-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-bottom a:hover { color: var(--gold-300); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- Flutuantes ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; border-radius: var(--petal); background: var(--wa-bright); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; animation: waPulse 2.6s ease-in-out infinite; transition: transform var(--t), background var(--t), border-radius var(--t); }
.wa-float:hover { transform: scale(1.08); background: var(--wa); border-radius: 50%; animation-play-state: paused; }
@keyframes waPulse { 0%, 100% { box-shadow: 0 10px 28px rgba(37,211,102,.45); } 50% { box-shadow: 0 10px 28px rgba(37,211,102,.45), 0 0 0 12px rgba(37,211,102,.14); } }
.wa-float .tip { position: absolute; right: 70px; white-space: nowrap; background: #fff; color: var(--navy-950); font-size: .78rem; font-weight: 600; padding: 8px 12px; border-radius: 50px; box-shadow: var(--sh-md); opacity: 0; transform: translateX(8px); transition: opacity var(--t), transform var(--t); pointer-events: none; }
.wa-float:hover .tip { opacity: 1; transform: none; }
.to-top { position: fixed; right: 22px; bottom: 96px; z-index: 900; width: 44px; height: 44px; border-radius: 50%; background: var(--navy-900); color: var(--gold-400); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity var(--t), transform var(--t), visibility var(--t); box-shadow: var(--sh-md); }
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.cookie { position: fixed; left: 22px; bottom: 22px; z-index: 950; max-width: 380px; background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--sh-lg); padding: 18px 20px; font-size: .84rem; color: var(--text); display: none; }
.cookie.show { display: block; animation: fadeIn .3s ease; }
.cookie p { margin-bottom: 12px; }
.cookie .row { display: flex; gap: 8px; }

/* ---------- Animações de entrada (o JS só oculta o que está abaixo da dobra) ---------- */
[data-animate] { transition: opacity .65s cubic-bezier(.2,.7,.2,1), transform .65s cubic-bezier(.2,.7,.2,1); }
[data-animate].pre { opacity: 0; transform: translateY(24px) scale(.99); }
[data-animate="left"].pre { transform: translateX(-24px) scale(.99); }
[data-animate="right"].pre { transform: translateX(24px) scale(.99); }
[data-animate].in { opacity: 1; transform: none; }
/* cascata declarativa nos grids */
.grid-3 > [data-animate]:nth-child(2), .grid-4 > [data-animate]:nth-child(2), .testi-grid > [data-animate]:nth-child(2), .info-grid > [data-animate]:nth-child(2), .post-grid > [data-animate]:nth-child(2), .plan-grid > [data-animate]:nth-child(2) { transition-delay: .08s; }
.grid-3 > [data-animate]:nth-child(3), .grid-4 > [data-animate]:nth-child(3), .testi-grid > [data-animate]:nth-child(3), .info-grid > [data-animate]:nth-child(3), .post-grid > [data-animate]:nth-child(3), .plan-grid > [data-animate]:nth-child(3) { transition-delay: .16s; }
.grid-4 > [data-animate]:nth-child(4), .info-grid > [data-animate]:nth-child(4), .post-grid > [data-animate]:nth-child(4) { transition-delay: .24s; }
.grid-3 > [data-animate]:nth-child(5), .post-grid > [data-animate]:nth-child(5) { transition-delay: .3s; }
.grid-3 > [data-animate]:nth-child(6), .post-grid > [data-animate]:nth-child(6) { transition-delay: .38s; }

/* ============================================================
   PÁGINAS INTERNAS
   ============================================================ */
.page-hero { position: relative; padding: calc(var(--header-h) + 64px) 0 76px; color: #fff; background: var(--navy-950); isolation: isolate; overflow: hidden; }
.page-hero .bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: kenBurns 26s ease-in-out infinite alternate; }
.page-hero .ov { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(13,31,51,.94) 0%, rgba(13,31,51,.78) 45%, rgba(13,31,51,.38) 100%); }
.page-hero h1, .page-hero .lead { text-shadow: 0 2px 12px rgba(13,31,51,.5); }
.page-hero.compact { padding: calc(var(--header-h) + 40px) 0 52px; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem, 4.6vw, 3.6rem); line-height: 1.08; margin-bottom: 16px; max-width: 820px; }
.page-hero h1 em { font-style: italic; color: var(--gold-400); }
.page-hero .lead { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--text-on-dark); max-width: 660px; line-height: 1.7; }
.page-hero .ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: .78rem; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.crumbs a:hover { color: var(--gold-300); }
.crumbs span::before { content: "/"; margin: 0 4px; opacity: .5; }
.crumbs span:first-child::before { content: none; }
.page-hero .badge.on-dark { margin-bottom: 14px; }

.cta-band { position: relative; padding: 64px 0; color: #fff; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(193,174,88,.4), transparent 70%); }
.cta-band .row { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.3rem); margin-bottom: 6px; }
.cta-band h2 em { font-style: italic; color: var(--gold-400); }
.cta-band p { color: var(--text-on-dark); max-width: 560px; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band.gold { background: linear-gradient(120deg, var(--gold-600), var(--gold-500)); }
.cta-band.gold h2, .cta-band.gold p { color: var(--navy-950); }
.cta-band.gold h2 em { color: #fff; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev > .media { order: 2; }
.split .media { position: relative; }
.split .media img { border-radius: var(--r-lg); box-shadow: var(--sh-md); width: 100%; height: auto; }
.split .media .float { position: absolute; left: -18px; bottom: -18px; background: var(--navy-900); color: #fff; padding: 14px 18px; border-radius: var(--r-md); box-shadow: var(--sh-lg); max-width: 260px; }
.split .media .float strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-400); }
.split .media .float span { font-size: .78rem; color: var(--text-on-dark); }
.split h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin-bottom: 14px; }
.split h2 .gold { color: var(--gold-600); font-style: italic; }
.split p { color: var(--muted); line-height: 1.75; margin-bottom: 14px; }
.split .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.check-list { display: grid; gap: 10px; margin: 18px 0; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--text); }
.check-list .icon { color: var(--gold-600); margin-top: 4px; flex: none; font-size: 1.05rem; }
.check-list.two { grid-template-columns: 1fr 1fr; }
.on-dark .check-list li { color: var(--text-on-dark); }
.on-dark .check-list .icon { color: var(--gold-400); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery figure { margin: 0; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; position: relative; background: var(--light-alt); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { position: absolute; left: 10px; bottom: 10px; background: rgba(13,31,51,.8); color: #fff; font-size: .72rem; font-weight: 600; padding: 5px 10px; border-radius: 6px; }
.gallery.two { grid-template-columns: repeat(2, 1fr); }
.gallery.four { grid-template-columns: repeat(4, 1fr); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-grid.four { grid-template-columns: repeat(4, 1fr); }
.info-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px 24px; transition: transform var(--t), box-shadow var(--t); overflow: hidden; }
.info-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--navy-700), var(--gold-400)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.info-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.info-card:hover::before { transform: scaleX(1); }
.info-card .ico { width: 50px; height: 50px; border-radius: var(--petal); background: var(--navy-dim); color: var(--navy-900); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 16px; transition: transform var(--t); }
.info-card:hover .ico { transform: rotate(-6deg) scale(1.08); }
.info-card.gold .ico { background: var(--gold-dim); color: var(--gold-700); }
.info-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.info-card p { font-size: .92rem; color: var(--muted); }
.info-card .link-arrow { margin-top: 12px; font-size: .88rem; }
.family-grid { grid-template-columns: repeat(6, 1fr); }
.family-grid .info-card { text-align: center; padding: 20px 12px; }
.family-grid .info-card .ico { margin: 0 auto 10px; }
.family-grid .info-card h3 { font-size: .95rem; margin-bottom: 2px; }
.family-grid .info-card p { font-size: .74rem; }
@media (max-width: 991px) { .family-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .family-grid { grid-template-columns: repeat(2, 1fr); } }
.on-dark .info-card { background: rgba(255,255,255,.05); border-color: var(--border-dark); }
.on-dark .info-card h3 { color: #fff; }
.on-dark .info-card p { color: var(--text-on-dark); }
.on-dark .info-card .ico { background: rgba(255,255,255,.08); color: var(--gold-400); }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.plan-grid.two { grid-template-columns: repeat(2, 1fr); max-width: 980px; margin: 0 auto; }
.plan { position: relative; background: #fff; border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 34px 30px; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t); }
.plan:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.plan.featured { border-color: var(--gold-500); box-shadow: var(--sh-lg); background: linear-gradient(180deg, #fff, var(--cream)); }
.plan .ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; white-space: nowrap; box-shadow: 0 6px 16px rgba(193,174,88,.4); }
.plan h3 { font-size: 1.7rem; margin-bottom: 4px; }
.plan .tagline { font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.plan .price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.plan .price strong { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--navy-900); }
.plan .price small { color: var(--muted); font-size: .82rem; }
.plan .price .from { font-size: .76rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.plan ul { display: grid; gap: 9px; flex: 1; margin-bottom: 22px; }
.plan li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; }
.plan li .icon { color: var(--gold-600); margin-top: 4px; flex: none; }
.plan li.no { color: var(--muted); }
.plan li.no .icon { color: var(--border); }
.plan .actions { display: grid; gap: 8px; }
.plan-note { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 18px; }

.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.6rem; margin: 36px 0 12px; }
.prose h3 { font-size: 1.18rem; margin: 24px 0 8px; }
.prose h4 { font-size: 1.02rem; margin: 18px 0 6px; }
.prose p, .prose li { color: var(--text); line-height: 1.8; margin-bottom: 12px; }
.prose ul { list-style: disc; padding-left: 22px; }
.prose ol { list-style: decimal; padding-left: 22px; }
.prose a { color: var(--navy-700); font-weight: 600; text-decoration: underline; }
.prose .meta { font-size: .82rem; color: var(--muted); }
.prose blockquote { border-left: 4px solid var(--gold-500); padding: 10px 18px; background: var(--cream); border-radius: 0 var(--r-md) var(--r-md) 0; margin: 20px 0; font-style: italic; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .92rem; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--border); text-align: left; }
.prose th { background: var(--light); }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--t), box-shadow var(--t); }
.post:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.post .thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--light-alt); }
.post .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post:hover .thumb img { transform: scale(1.05); }
.post .body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.post .cat { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 8px; }
.post h3 { font-size: 1.05rem; margin-bottom: 8px; }
.post p { font-size: .9rem; color: var(--muted); flex: 1; margin-bottom: 12px; }
.post time { font-size: .76rem; color: var(--muted); }

.tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 30px; }
.tab { padding: 10px 20px; border-radius: 50px; border: 1.5px solid var(--border); background: #fff; font-weight: 600; font-size: .88rem; color: var(--navy-900); transition: all var(--t); }
.tab[aria-selected="true"], .tab:hover { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeIn .3s ease; }

.timeline { position: relative; display: grid; gap: 26px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--gold-500), var(--gold-300)); }
.tl { position: relative; }
.tl::before { content: ""; position: absolute; left: -31px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px var(--gold-dim); }
.tl .year { font-size: .78rem; font-weight: 700; letter-spacing: .12em; color: var(--gold-600); text-transform: uppercase; }
.tl h3 { font-size: 1.05rem; margin: 2px 0 4px; }
.tl p { font-size: .92rem; color: var(--muted); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { text-align: center; padding: 26px 18px; border-radius: var(--r-lg); background: rgba(255,255,255,.06); border: 1px solid var(--border-dark); }
.stat strong { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--gold-400); line-height: 1.1; }
.stat span { font-size: .85rem; color: var(--text-on-dark); }

.alert { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--r-md); background: var(--cream); border: 1px solid var(--gold-300); font-size: .92rem; }
.alert .icon { color: var(--gold-700); font-size: 1.3rem; flex: none; margin-top: 2px; }
.alert.navy { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.alert.navy .icon { color: var(--gold-400); }

.proof-row { display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; justify-content: center; padding: 22px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: .86rem; font-weight: 600; color: var(--navy-900); }
.proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.proof-row .icon { color: var(--gold-600); font-size: 1.1rem; }
.compare { width: 100%; border-collapse: collapse; font-size: .9rem; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-sm); }
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border); }
.compare th { background: var(--navy-900); color: #fff; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.compare td .icon { color: var(--gold-600); }
.compare tr:last-child td { border-bottom: 0; }
.table-wrap { overflow-x: auto; }

.sticky-cta { display: none; }

/* ---------- App band (aplicativo Sibraff Clientes) ---------- */
.app-band { position: relative; border-radius: var(--r-xl); overflow: hidden; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); color: #fff; padding: 56px 54px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; isolation: isolate; }
.app-band::after { content: ""; position: absolute; right: -100px; bottom: -140px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(193,174,88,.35), transparent 70%); z-index: -1; }
.app-band h2 { color: #fff; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 10px; }
.app-band h2 em { font-style: italic; color: var(--gold-400); }
.app-band p { color: var(--text-on-dark); max-width: 520px; margin-bottom: 20px; }
.app-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.app-phone { justify-self: center; width: 220px; aspect-ratio: 9 / 18.5; border-radius: 32px; border: 3px solid rgba(255,255,255,.25); background: linear-gradient(165deg, var(--navy-800), var(--navy-950)); box-shadow: var(--sh-lg), inset 0 0 0 6px rgba(0,0,0,.35); position: relative; overflow: hidden; }
.app-phone::before { content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 74px; height: 20px; border-radius: 12px; background: rgba(0,0,0,.55); }
.app-phone .scr { position: absolute; inset: 34px 14px 18px; border-radius: 18px; background: #fff; color: var(--text); padding: 14px 12px; display: flex; flex-direction: column; gap: 8px; font-size: .62rem; }
.app-phone .scr .bar { height: 34px; border-radius: 9px; background: var(--navy-900); color: var(--gold-300); display: flex; align-items: center; justify-content: center; font-weight: 700; letter-spacing: .06em; font-size: .6rem; }
.app-phone .scr .row { height: 26px; border-radius: 7px; background: var(--light); display: flex; align-items: center; gap: 6px; padding: 0 8px; color: var(--muted); font-weight: 600; }
.app-phone .scr .row i { width: 12px; height: 12px; border-radius: 4px; background: var(--gold-dim); border: 1px solid var(--gold-400); flex: none; }
.app-phone .scr .cta { margin-top: auto; height: 30px; border-radius: 8px; background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* ============================================================
   LP (landing pages)
   ============================================================ */
.lp-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--border); }
.lp-header .row { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 16px; }
.lp-header .brand img { width: 160px; }
.lp-header .acts { display: flex; align-items: center; gap: 10px; }
.lp-header .acts .num { font-weight: 700; color: var(--navy-900); font-size: 1.05rem; display: inline-flex; align-items: center; gap: 8px; }
.lp-header .acts .num .icon { color: var(--gold-600); }
.lp-hero { padding: calc(76px + 64px) 0 80px; }
.lp-hero .hero-row { grid-template-columns: minmax(0, 1.1fr) minmax(340px, 460px); }
.lp-footer { background: var(--navy-950); color: rgba(255,255,255,.7); padding: 36px 0; font-size: .82rem; }
.lp-footer .row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: center; }
.lp-footer a:hover { color: var(--gold-300); }
.lp-footer img { width: 150px; }
.lead-form { background: #fff; color: var(--text); border-radius: var(--r-lg); padding: 26px 24px; box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.lead-form::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, var(--gold-600), var(--gold-300), var(--gold-600)); }
.lead-form h2 { font-size: 1.25rem; margin-bottom: 4px; }
.lead-form .sub { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.lead-form .field { margin-bottom: 12px; }
.lead-form .or { text-align: center; font-size: .78rem; color: var(--muted); margin: 10px 0; }

/* ---------- Lightbox ---------- */
.zoomable { cursor: zoom-in; position: relative; }
.zoomable::after { content: ""; position: absolute; right: 10px; top: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(13,31,51,.65) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/><line x1='11' y1='8' x2='11' y2='14'/><line x1='8' y1='11' x2='14' y2='11'/></svg>") center/16px no-repeat; opacity: 0; transition: opacity var(--t); pointer-events: none; }
.zoomable:hover::after { opacity: 1; }
.lb { position: fixed; inset: 0; z-index: 3000; background: rgba(13,31,51,.94); display: none; align-items: center; justify-content: center; padding: 56px 16px 48px; }
.lb.open { display: flex; animation: fadeIn .2s ease; }
.lb img { max-width: min(1400px, 96vw); max-height: calc(100vh - 120px); width: auto; height: auto; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lb-close, .lb-prev, .lb-next { position: absolute; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; transition: background var(--t); }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--gold-500); color: var(--navy-950); }
.lb-close { top: 14px; right: 14px; }
.lb-prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 14px; top: 50%; transform: translateY(-50%); }
.lb-cap { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; color: rgba(255,255,255,.85); font-size: .86rem; padding: 0 70px; }
.lb-cap small { display: block; color: rgba(255,255,255,.55); font-size: .74rem; }
body.lb-lock { overflow: hidden; }
@media (max-width: 640px) { .lb { padding: 56px 6px 60px; } .lb-prev, .lb-next { width: 40px; height: 40px; top: auto; bottom: 10px; transform: none; } .lb-prev { left: 10px; } .lb-next { right: 10px; } .lb-cap { bottom: 58px; padding: 0 16px; } }

/* ============================================================
   SPLASH (pré-página de triagem — 1x por sessão)
   ============================================================ */
.splash { position: fixed; inset: 0; z-index: 3000; display: flex; align-items: center; justify-content: center; padding: 20px; background: var(--navy-950); overflow: hidden auto; isolation: isolate; }
.splash[hidden] { display: none; }
html.splash-lock, html.splash-lock body { overflow: hidden; }
.splash-media { position: absolute; inset: 0; z-index: -3; }
.splash-media img, .splash-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.splash-media img { animation: spKenburns 22s ease-in-out infinite alternate; }
@keyframes spKenburns { from { transform: scale(1.02) translate(0, 0); } to { transform: scale(1.14) translate(-1.5%, -2%); } }
.splash-ov { position: absolute; inset: 0; z-index: -2; background: linear-gradient(168deg, rgba(13,31,51,.95) 0%, rgba(13,31,51,.8) 45%, rgba(26,58,92,.66) 100%); }
.splash-ov::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 42%, transparent 40%, rgba(7,17,29,.55) 100%); }
/* pétalas douradas caindo */
.splash-leaves { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.splash-leaves i { position: absolute; top: -6vh; width: 14px; height: 14px; border-radius: 65% 6px 65% 6px; background: linear-gradient(135deg, var(--gold-300), var(--gold-600)); opacity: 0; animation: spLeaf linear infinite; }
@keyframes spLeaf {
  0% { transform: translate(0, -6vh) rotate(0deg); opacity: 0; }
  8% { opacity: .5; }
  50% { transform: translate(6vw, 50vh) rotate(200deg); }
  92% { opacity: .4; }
  100% { transform: translate(-4vw, 112vh) rotate(420deg); opacity: 0; }
}
.splash-leaves i:nth-child(1) { left: 6%; animation-duration: 15s; }
.splash-leaves i:nth-child(2) { left: 16%; animation-duration: 20s; animation-delay: 3.5s; transform: scale(.7); }
.splash-leaves i:nth-child(3) { left: 27%; animation-duration: 13s; animation-delay: 7s; }
.splash-leaves i:nth-child(4) { left: 38%; animation-duration: 22s; animation-delay: 1.5s; transform: scale(1.25); }
.splash-leaves i:nth-child(5) { left: 49%; animation-duration: 17s; animation-delay: 9s; transform: scale(.8); }
.splash-leaves i:nth-child(6) { left: 60%; animation-duration: 14s; animation-delay: 5s; }
.splash-leaves i:nth-child(7) { left: 70%; animation-duration: 21s; animation-delay: 2.5s; transform: scale(.65); }
.splash-leaves i:nth-child(8) { left: 79%; animation-duration: 16s; animation-delay: 11s; }
.splash-leaves i:nth-child(9) { left: 88%; animation-duration: 19s; animation-delay: 6s; transform: scale(1.15); }
.splash-leaves i:nth-child(10) { left: 95%; animation-duration: 13.5s; animation-delay: 8.5s; transform: scale(.75); }
.splash-box { width: 100%; max-width: 720px; text-align: center; color: #fff; padding: 24px 0; }
.splash-logo { margin: 0 auto 22px; width: min(240px, 62vw); height: auto; animation: spDown .7s cubic-bezier(.2,.7,.2,1) both; filter: drop-shadow(0 6px 24px rgba(0,0,0,.4)) brightness(0) invert(1); }
@keyframes spDown { from { opacity: 0; transform: translateY(-22px); } to { opacity: 1; transform: none; } }
@keyframes spUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.splash-panel { display: none; }
.splash-panel.active { display: block; }
.splash-panel.active h2 { animation: spUp .55s .12s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active > p { animation: spUp .55s .22s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active .splash-chip { animation: spDown .5s .05s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active .splash-card:nth-child(1) { animation: spUp .55s .3s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active .splash-card:nth-child(2) { animation: spUp .55s .42s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active .splash-card:nth-child(3) { animation: spUp .55s .54s cubic-bezier(.2,.7,.2,1) both; }
.splash-panel.active .splash-back { animation: spUp .5s .62s both; }
.splash-box h2 { color: #fff; font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.splash-panel p { color: var(--text-on-dark); margin-bottom: 26px; font-size: 1.02rem; }
.splash-progress { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 26px; animation: spDown .6s .05s both; }
.sp-dot { width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .9rem; color: rgba(255,255,255,.65); transition: all .35s ease; background: rgba(255,255,255,.05); }
.sp-dot.active { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-950); box-shadow: 0 0 0 6px rgba(193,174,88,.24); }
.sp-dot.done { background: rgba(255,255,255,.9); border-color: #fff; color: var(--navy-900); }
.sp-line { width: 74px; height: 3px; border-radius: 3px; background: rgba(255,255,255,.22); overflow: hidden; }
.sp-fill { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transition: width .5s ease; }
.splash.step-2 .sp-fill { width: 100%; }
.splash-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 50px; background: rgba(193,174,88,.16); border: 1px solid var(--gold-400); color: var(--gold-300); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.splash-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-bottom: 8px; }
.splash-card { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 28px 18px 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1.5px solid rgba(255,255,255,.22); border-radius: var(--r-lg); color: #fff; text-align: center; transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease; cursor: pointer; }
.splash-card::after { content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent); transform: skewX(-18deg); transition: left .6s ease; pointer-events: none; }
.splash-card:hover::after { left: 125%; }
.splash-card:hover { background: rgba(255,255,255,.14); border-color: var(--gold-400); transform: translateY(-6px) scale(1.02); box-shadow: 0 18px 44px rgba(0,0,0,.35); }
.splash-card .ico { width: 56px; height: 56px; border-radius: var(--petal); background: linear-gradient(135deg, rgba(193,174,88,.28), rgba(255,255,255,.08)); color: var(--gold-400); display: flex; align-items: center; justify-content: center; font-size: 1.45rem; transition: transform .3s ease; }
.splash-card:hover .ico { transform: rotate(-8deg) scale(1.12); }
.splash-card strong { font-size: 1.05rem; }
.splash-card small { font-size: .8rem; color: var(--text-on-dark); }
.splash-card .go { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-300); opacity: 0; transform: translateY(6px); transition: opacity .3s ease, transform .3s ease; }
.splash-card:hover .go { opacity: 1; transform: none; }
.splash-card.urgent { border-color: var(--gold-500); background: rgba(193,174,88,.14); }
.splash-card.picked { animation: spPick .3s ease; border-color: var(--gold-400); background: rgba(193,174,88,.2); }
@keyframes spPick { 0% { transform: scale(1); } 45% { transform: scale(.95); } 100% { transform: scale(1.03); } }
.splash-back, .splash-skip { margin-top: 18px; color: rgba(255,255,255,.75); font-size: .88rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: color .3s ease; }
.splash-back:hover, .splash-skip:hover { color: var(--gold-300); }
.splash-skip { display: inline-block; margin-top: 26px; animation: spUp .5s .75s both; }
@media (prefers-reduced-motion: reduce) {
  .splash-media img, .splash-leaves i, .splash-logo, .splash-panel.active h2, .splash-panel.active > p,
  .splash-panel.active .splash-card, .splash-panel.active .splash-back, .splash-panel.active .splash-chip,
  .splash-progress, .splash-skip { animation: none !important; }
}
html.splash-lock .hero-bg picture, html.splash-lock .hero-bg > img { visibility: hidden; }

/* ============================================================
   TRIAGEM (finder) + MODAL + PORTA DE CAPTURA
   ============================================================ */
.finder { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: var(--r-xl); box-shadow: var(--sh-md); padding: 0 34px 30px; overflow: hidden; }
.fd-progress { height: 5px; background: var(--light-alt); margin: 0 -34px 22px; }
.fd-progress-bar { display: block; height: 100%; background: linear-gradient(90deg, var(--navy-700), var(--gold-400)); transition: width .35s ease; }
.fd-steps { display: flex; justify-content: center; gap: 44px; margin-bottom: 26px; }
.fd-step { display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.fd-step .fd-dot { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .85rem; background: #fff; color: var(--muted); transition: all var(--t); }
.fd-step.active { color: var(--navy-800); }
.fd-step.active .fd-dot { background: var(--navy-900); border-color: var(--navy-900); color: #fff; }
.fd-step.done .fd-dot { background: var(--gold-dim); border-color: var(--gold-500); color: var(--gold-700); }
.fd-panel { display: none; }
.fd-panel.active { display: block; animation: fadeIn .25s ease; }
.fd-q { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 1.15rem; text-align: center; margin-bottom: 20px; color: var(--navy-950); font-weight: 600; }
.fd-q .icon { color: var(--gold-600); }
.fd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.fd-grid.two { grid-template-columns: 1fr 1fr; max-width: 560px; margin: 0 auto; }
.fd-card { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 22px 16px 18px; background: var(--light); border: 1.5px solid var(--border); border-radius: var(--r-lg); transition: border-color var(--t), background var(--t), transform var(--t), box-shadow var(--t); }
.fd-card:hover { border-color: var(--navy-600); background: #fff; transform: translateY(-3px); box-shadow: var(--sh-sm); }
.fd-card-ico { width: 46px; height: 46px; border-radius: var(--petal); background: linear-gradient(135deg, var(--navy-dim), rgba(51,104,158,.2)); color: var(--navy-800); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; }
.fd-card strong { font-size: .95rem; color: var(--navy-950); line-height: 1.3; }
.fd-card small { font-size: .78rem; color: var(--muted); line-height: 1.4; }
.fd-nav { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.fd-result { text-align: center; }
.fd-result .fdr-ico { width: 62px; height: 62px; margin: 0 auto 14px; border-radius: var(--petal); background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); color: var(--gold-400); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; }
.fd-result.urgent .fdr-ico { background: linear-gradient(135deg, #7A1E1E, #A33232); color: #fff; }
.fd-result h3 { font-size: 1.3rem; margin-bottom: 8px; }
.fd-result p { color: var(--muted); max-width: 480px; margin: 0 auto 14px; font-size: .95rem; }
.fd-result .fdr-phone { font-size: 1.15rem; font-weight: 700; color: var(--navy-950); margin-bottom: 14px; }
.fd-result .fdr-ctas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.finder-modal { position: fixed; inset: 0; z-index: 2000; background: rgba(13,31,51,.55); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 20px; }
.finder-modal[hidden] { display: none; }
.fm-box { position: relative; width: 100%; max-width: 720px; max-height: calc(100vh - 40px); overflow-y: auto; background: var(--cream); border-radius: var(--r-xl); padding: 34px 30px 26px; box-shadow: var(--sh-lg); animation: fadeIn .25s ease; }
.fm-box .finder { padding: 0 26px 24px; }
.fm-title { text-align: center; font-size: 1.6rem; margin-bottom: 4px; color: var(--navy-950); }
.fm-sub { text-align: center; color: var(--muted); font-size: .92rem; margin-bottom: 18px; }
.fm-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1px solid var(--border); color: var(--navy-950); font-size: 1.05rem; display: flex; align-items: center; justify-content: center; transition: background var(--t), color var(--t); z-index: 2; }
.fm-close:hover { background: var(--navy-900); color: #fff; }
body.fm-lock { overflow: hidden; }
.gate-box { max-width: 420px; }
.gate-box .field { margin-bottom: 12px; text-align: left; }

/* ============================================================
   BUSCA DE CIDADES ATENDIDAS
   ============================================================ */
.city-search { max-width: 880px; margin: 0 auto; }
.city-search .cs-box { position: relative; display: flex; align-items: center; gap: 10px; background: #fff; border: 1.5px solid var(--border); border-radius: 50px; padding: 8px 8px 8px 22px; box-shadow: var(--sh-md); transition: border-color var(--t), box-shadow var(--t); }
.city-search .cs-box:focus-within { border-color: var(--gold-500); box-shadow: 0 0 0 5px var(--gold-dim), var(--sh-md); }
.city-search .cs-box > .icon { color: var(--gold-600); font-size: 1.2rem; }
.city-search input { flex: 1; border: 0; background: none; font-size: 1.02rem; padding: 10px 0; min-width: 0; }
.city-search input:focus { outline: none; }
.city-search input::placeholder { color: var(--muted); }
.city-search .cs-btn { flex: none; }
.city-hints { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
.city-hints button { font-size: .78rem; font-weight: 600; padding: 6px 14px; border-radius: 50px; border: 1px solid var(--border); background: #fff; color: var(--muted); transition: all var(--t); }
.city-hints button:hover { border-color: var(--gold-500); color: var(--gold-700); background: var(--cream); }
#cityResults { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: 22px; }
#cityResults[hidden] { display: none; }
.city-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: 20px; animation: fadeIn .3s ease; transition: box-shadow var(--t), transform var(--t); }
.city-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); }
.city-head { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.city-head .ico { width: 42px; height: 42px; flex: none; border-radius: var(--petal); background: var(--gold-dim); color: var(--gold-700); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; }
.city-head strong { display: block; color: var(--navy-900); font-size: 1.02rem; line-height: 1.25; }
.city-head small { color: var(--muted); font-size: .76rem; }
.city-head small b { color: var(--gold-700); }
.city-card p { font-size: .85rem; color: var(--muted); margin-bottom: 12px; }
.city-acts { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.city-acts .link-arrow { font-size: .85rem; }
.city-empty { grid-column: 1 / -1; display: flex; gap: 16px; align-items: flex-start; background: var(--cream); border: 1px solid var(--gold-300); border-radius: var(--r-lg); padding: 22px; animation: fadeIn .3s ease; }
.city-empty .ico { width: 46px; height: 46px; flex: none; border-radius: var(--petal); background: var(--gold-dim); color: var(--gold-700); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.city-empty strong { display: block; color: var(--navy-900); margin-bottom: 4px; }
.city-empty p { font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.city-empty .city-acts { justify-content: flex-start; }

/* ============================================================
   ÁREA DO CLIENTE — camada de compatibilidade (js/area-cliente.js)
   ============================================================ */
.d-none { display: none !important; }
.cliente-wrap { max-width: 880px; margin: 0 auto; }
.cliente-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--sh-md); padding: 34px; }
.cliente-card h1 { font-size: 1.8rem; text-align: center; margin-bottom: 12px; }
.cliente-card > .cliente-panel > p { font-size: .92rem; color: var(--muted); text-align: center; margin-bottom: 10px; }
.cliente-search-row { display: flex; gap: 8px; align-items: stretch; margin-top: 6px; }
.cliente-search-row input { flex: 1; min-width: 160px; padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--r-sm); }
.cliente-search-row input:focus { outline: none; border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(36,80,124,.12); }
.alert { margin-top: 16px; }
.alert-info { background: var(--light); border-color: var(--border); color: var(--text); }
.alert-danger { background: #FBE9E8; border-color: #EFC3C0; color: #9E2B27; }
.alert-success { background: #E6F6EC; border-color: #BFE5CC; color: #1E6B3C; }
.alert-warning { background: var(--cream); border-color: var(--gold-300); color: var(--gold-700); }
.table-responsive { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.table th, .table td { padding: 10px 12px; border: 1px solid var(--border); text-align: left; }
.table thead th { background: var(--navy-900); color: #fff; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; border-color: var(--navy-800); }
.table tbody tr:nth-child(even) { background: var(--light); }
.cliente-dados-row { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 10px; }
.cliente-dado-item { min-width: 0; }
.cliente-dado-label { display: block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.cliente-dado-value { font-weight: 600; color: var(--navy-900); font-size: .92rem; overflow-wrap: anywhere; }
.nav-tabs { display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 2px solid var(--border); margin: 22px 0 16px; }
.nav-tabs .nav-link { padding: 9px 16px; border-radius: var(--r-sm) var(--r-sm) 0 0; font-size: .85rem; font-weight: 600; color: var(--muted); cursor: pointer; }
.nav-tabs .nav-link.active { background: var(--navy-900); color: #fff; }
.tab-content .tab-pane { display: none; }
.tab-content .tab-pane.active { display: block; animation: fadeIn .25s ease; }
.cliente-resultado-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 12px; }
.cliente-panel--result h3 { font-size: 1.25rem; margin-bottom: 6px; }
.pix-modal-overlay { position: fixed; inset: 0; z-index: 2100; background: rgba(13,31,51,.6); display: flex; align-items: center; justify-content: center; padding: 20px; }
.pix-modal-card { position: relative; width: 100%; max-width: 420px; background: #fff; border-radius: var(--r-lg); box-shadow: var(--sh-lg); padding: 28px 24px; text-align: center; animation: fadeIn .25s ease; }
.pix-modal-close { position: absolute; top: 10px; right: 12px; font-size: 1.4rem; color: var(--muted); }
.pix-modal-qrcode { margin: 0 auto; width: 200px; height: 200px; }
.pix-modal-code-input { width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: var(--r-sm); font-size: .8rem; margin-bottom: 12px; }
.btn.btn-sm-compat { padding: 8px 14px; font-size: .82rem; }
.btn-secondary { background: var(--muted); color: #fff; border-color: var(--muted); }
.btn-secondary:hover { background: var(--navy-800); border-color: var(--navy-800); }
.btn-outline-primary { background: transparent; color: var(--navy-800); border-color: var(--navy-700); }
.btn-outline-primary:hover { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.mr-1 { margin-right: 4px; } .mr-2 { margin-right: 8px; }
.spinner-border { display: inline-block; width: 1em; height: 1em; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1100px) {
  .nav-link { padding: 10px 9px; font-size: .84rem; }
  .nav-phone-num { font-size: .95rem; }
  .hero-row { grid-template-columns: 1fr 380px; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
  .footer-contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-social { justify-content: flex-start; }
}
@media (max-width: 991px) {
  :root { --header-h: 106px; }
  .topbar-left .topbar-link:not(.urgent) { display: none; }
  .topbar-left .topbar-link.urgent { padding-left: 0; }
  .nav-toggle { display: inline-flex; }
  .nav-phone { display: none; }
  .nav-wrap { gap: 8px; }
  .nav-collapse { position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; background: #fff; overflow-y: auto; padding: 14px 20px 40px; transform: translateX(100%); transition: transform .3s ease; border-top: 1px solid var(--border); }
  .nav-collapse.show { transform: none; }
  .nav-list { flex-direction: column; align-items: stretch; gap: 4px; }
  .nav-link { width: 100%; justify-content: space-between; padding: 14px 12px; font-size: 1rem; border-bottom: 1px solid var(--border); border-radius: 0; }
  .nav-link::after { content: none; }
  .dd { position: static; min-width: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 12px; display: none; }
  .has-dd.open > .dd { display: block; }
  .has-dd:hover > .dd:not(.open) { display: none; }
  .has-dd.open > .dd-2col { display: block; min-width: 0; }
  .nav-mobile-extra { display: grid; gap: 10px; margin-top: 20px; }
  .nav-mobile-extra .btn { width: 100%; }
  .nav-mobile-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
  .nav-mobile-links a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--r-sm); font-size: .82rem; font-weight: 600; color: var(--navy-900); }
  .nav-mobile-links a .icon { color: var(--gold-600); }
  .hero { min-height: 0; padding: calc(var(--header-h) + 40px) 0 116px; }
  .hero-row { grid-template-columns: 1fr; gap: 36px; }
  .hero-bg img { object-position: center; }
  .hero-card-col { justify-self: stretch; width: 100%; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  section.block { padding: 72px 0; }
  .grid-2, .help-grid, .struct-grid, .faq-grid, .contact-grid, .tcard-grid { grid-template-columns: 1fr; gap: 32px; }
  .grid-3, .testi-grid, .info-grid, .info-grid.four, .post-grid, .gallery, .gallery.four { grid-template-columns: 1fr 1fr; }
  .split, .split.rev { grid-template-columns: 1fr; gap: 28px; }
  .split.rev > .media { order: 0; }
  .plan-grid, .plan-grid.two { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .stats { grid-template-columns: 1fr 1fr; }
  .check-list.two { grid-template-columns: 1fr; }
  .lp-hero .hero-row { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .faq-side { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-cta-row { grid-template-columns: 1fr; }
  .footer-cta-actions { justify-content: flex-start; }
  .app-band { grid-template-columns: 1fr; padding: 40px 28px; }
  .app-phone { width: 190px; }
}
@media (max-width: 640px) {
  :root { --header-h: 104px; }
  .topbar { font-size: .74rem; }
  .topbar-social { display: none; }
  .topbar-btn { padding: 5px 10px; }
  .topbar .d-desk { display: none; }
  .topbar-row { gap: 6px; }
  .brand img { width: 148px; }
  #header.scrolled .brand img { width: 136px; }
  .navbar-row { height: 66px; }
  .btn { white-space: normal; }
  .hero h1 { font-size: 2.4rem; }
  .hero-ctas .btn { width: 100%; }
  .trust { margin-top: -60px; }
  .trust-item { padding: 20px 14px; }
  .trust-num { font-size: 1.5rem; }
  .grid-3, .testi-grid, .grid-4, .info-grid, .info-grid.four, .info-grid.two, .post-grid, .gallery.four { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .page-hero { padding-top: calc(var(--header-h) + 40px); }
  .split .media .float { left: 10px; bottom: -14px; }
  .lp-header .acts .num { display: none; }
  .lp-header .brand img { width: 140px; }
  .sticky-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; padding: 10px 12px; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -6px 20px rgba(13,31,51,.12); }
  .sticky-cta .btn { padding: 12px 10px; font-size: .88rem; }
  body.has-sticky .wa-float { display: none; }
  body.has-sticky { padding-bottom: 68px; }
  body.has-sticky .to-top { bottom: 84px; }
  .mosaic { grid-template-rows: 180px 180px; }
  .tcard { padding: 28px 22px; min-height: 360px; }
  .help-cta { padding: 26px 22px; }
  .help-cta .phone-big { font-size: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-contact-grid { grid-template-columns: 1fr; }
  .footer-cta-actions .phone, .footer-cta-actions .btn { width: 100%; }
  .wa-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .to-top { right: 16px; bottom: 80px; }
  .cookie { left: 12px; right: 12px; bottom: 84px; max-width: none; }
  .video-play .circle { width: 66px; height: 66px; font-size: 1.5rem; }
  .finder { padding: 0 18px 22px; }
  .fd-progress { margin: 0 -18px 18px; }
  .fd-steps { gap: 24px; }
  .fd-grid.two { grid-template-columns: 1fr; }
  .fm-box { padding: 26px 16px 20px; }
  .fm-box .finder { padding: 0 14px 18px; }
  .cliente-card { padding: 22px 16px; }
  .cliente-search-row { flex-direction: column; }
  .app-band { padding: 32px 20px; }
}
