/* ==========================================================================
   Alpha Prime Solutions — Site styles (v2 · DARK PREMIUM · "all black")
   Auto-contido: fontes auto-hospedadas (fonts/), paleta escura committed.
   Princípio: preto + ouro do logo, executado com calor, prova e conexão.
   ========================================================================== */

/* ---------- Fontes auto-hospedadas (sem dependência externa) ---------- */
@font-face {
  font-family: 'Archivo';
  src: url('fonts/Archivo-var.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('fonts/HankenGrotesk-var.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ---------- Tokens (dark committed) ---------- */
:root {
  color-scheme: dark;

  --bg:        #0A0908;   /* base near-black quente */
  --bg-2:      #100E0A;   /* seção alternativa */
  --surface:   #16130C;   /* card */
  --surface-2: #1C1810;   /* card elevado / hover */
  --line:      #2A2417;   /* hairline sólido */
  --line-gold: rgba(233,203,128,.14);

  --ink:       #F4EFE4;   /* texto principal */
  --ink-soft:  #D2CBBB;   /* texto de apoio */
  --muted:     #968C7C;   /* secundário */

  --gold:      #C6A253;
  --gold-ink:  #DDB863;   /* ouro legível p/ texto/links */
  --gold-bright:#E7CB80;
  --bronze:    #8C6B2E;
  --platinum:  #C9CDD3;

  --success:   #4FB891;
  --success-ink:#57C79C;
  --warning:   #E0A04A;
  --danger:    #D9584A;
  --wa:        #22C15E;   /* WhatsApp */

  --gold-grad: linear-gradient(150deg, #F0D98A 0%, #D8B45E 44%, #A9822F 100%);
  --plat-grad: linear-gradient(150deg, #F1F3F6 0%, #C6CAD1 48%, #8B9098 100%);

  --radius:    16px;
  --radius-sm: 11px;
  --radius-pill: 999px;
  --shadow: 0 1px 2px rgba(0,0,0,.5), 0 18px 44px rgba(0,0,0,.44);
  --shadow-cta: 0 10px 30px rgba(198,162,83,.28);
  --maxw: 1180px;

  --font-display: 'Archivo', 'Helvetica Neue', 'Segoe UI', system-ui, Arial, sans-serif;
  --font-body: 'Hanken Grotesk', 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  --font-serif: Georgia, 'Times New Roman', serif;

  /* Aliases de compatibilidade (páginas usam --ap-* inline) */
  --ap-ground: var(--bg); --ap-surface: var(--surface); --ap-surface-2: var(--surface-2);
  --ap-ink: var(--ink); --ap-ink-soft: var(--ink-soft); --ap-muted: var(--muted); --ap-line: var(--line);
  --ap-gold: var(--gold); --ap-gold-ink: var(--gold-ink); --ap-gold-bright: var(--gold-bright);
  --ap-bronze: var(--bronze); --ap-platinum: var(--platinum);
  --ap-success: var(--success); --ap-warning: var(--warning); --ap-danger: var(--danger);
  --ap-gold-grad: var(--gold-grad); --ap-plat-grad: var(--plat-grad);
  --ap-font-display: var(--font-display); --ap-font-body: var(--font-body); --ap-font-serif: var(--font-serif);
  --ap-radius-card: var(--radius); --ap-radius-btn: var(--radius-sm);
  --ap-shadow-card: var(--shadow);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
/* Ambiente atmosférico global */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60% 40% at 82% -5%, rgba(198,162,83,.10), transparent 60%),
    radial-gradient(50% 40% at 5% 8%, rgba(198,162,83,.06), transparent 55%),
    radial-gradient(70% 50% at 50% 108%, rgba(140,107,46,.08), transparent 60%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(233,203,128,.04) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, black, transparent 60%);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--gold-ink); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; text-wrap: balance; font-weight: 800; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(60px, 8vw, 112px) 0; position: relative; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.center { text-align: center; }
.measure { max-width: 62ch; }
.stack { display: flex; flex-direction: column; }
.bg-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-alt::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold) 30%, var(--line-gold) 70%, transparent);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700;
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-bright);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); display: inline-block; }
.eyebrow.center-eb { justify-content: center; }

.h-xl { font-size: clamp(2.2rem, 5.4vw, 3.7rem); letter-spacing: -.028em; }
.h-lg { font-size: clamp(1.8rem, 3.9vw, 2.7rem); letter-spacing: -.02em; }
.h-md { font-size: clamp(1.35rem, 2.6vw, 1.8rem); letter-spacing: -.01em; }
.lead { font-size: clamp(1.06rem, 1.8vw, 1.26rem); color: var(--ink-soft); }
.muted { color: var(--muted); }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plat-text { background: var(--plat-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  padding: 15px 26px; border-radius: var(--radius-sm); border: 1.5px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
/* brilho ao passar o mouse */
.btn::after {
  content: ""; position: absolute; top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg); transition: left .5s ease; pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn-primary { background: var(--gold-grad); color: #1c1608; box-shadow: var(--shadow-cta); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(198,162,83,.44); }
.btn-wa { background: var(--wa); color: #04220f; box-shadow: 0 10px 30px rgba(34,193,94,.28); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(34,193,94,.42); }
.btn-outline { background: rgba(233,203,128,.04); border-color: var(--line-gold); color: var(--gold-bright); }
.btn-outline:hover { background: rgba(233,203,128,.10); border-color: var(--gold); transform: translateY(-2px); }
.btn-light { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--ink); }
.btn-light:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn-lg { padding: 17px 32px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* ---------- Announcement / top bar ---------- */
.topbar {
  position: relative; z-index: 61;
  background: linear-gradient(90deg, #120f09, #1b160c 50%, #120f09);
  border-bottom: 1px solid var(--line-gold);
  font-size: .82rem; color: var(--ink-soft);
}
.topbar .inner { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 9px 24px; flex-wrap: wrap; text-align: center; }
.topbar .dot-live { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--success); flex: none; }
.topbar .dot-live::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px solid var(--success); animation: pulse-ring 2s ease-out infinite; }
.topbar b { color: var(--gold-bright); font-weight: 700; }
.topbar .sep { color: var(--muted); }
.topbar .hide-sm { display: inline; }

/* ---------- Header / Nav ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10,9,8,.72);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.header.scrolled { border-bottom-color: var(--line); background: rgba(10,9,8,.92); box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; }

.brand { display: inline-flex; align-items: baseline; gap: 2px; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; letter-spacing: -.01em; text-transform: uppercase; }
.brand .a { background: var(--plat-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand .p { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand .s { font-size: .56rem; letter-spacing: .34em; color: var(--muted); font-weight: 600; margin-left: 5px; align-self: center; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 14px; border-radius: 8px; font-weight: 600; font-size: .96rem; color: var(--ink-soft); transition: color .14s, background .14s; }
.nav-links a:hover { color: var(--ink); background: rgba(233,203,128,.08); }

.dropdown { position: relative; }
.dropdown > button { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 9px 14px; border-radius: 8px; font-weight: 600; font-size: .96rem; color: var(--ink-soft); }
.dropdown > button:hover { color: var(--ink); background: rgba(233,203,128,.08); }
.dropdown > button .chev { width: 15px; height: 15px; transition: transform .2s; }
.dropdown-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 320px;
  background: #14110b; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s ease;
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown:hover > button .chev { transform: rotate(180deg); }
.dropdown-menu a { display: flex; gap: 12px; padding: 12px; border-radius: 10px; align-items: flex-start; }
.dropdown-menu a:hover { background: var(--surface-2); }
.dropdown-menu .ic { width: 36px; height: 36px; flex: none; border-radius: 9px; display: grid; place-items: center; background: rgba(233,203,128,.12); border: 1px solid var(--line-gold); }
.dropdown-menu .ic svg { width: 19px; height: 19px; color: var(--gold-bright); }
.dropdown-menu .t { font-weight: 700; font-size: .95rem; font-family: var(--font-display); color: var(--ink); }
.dropdown-menu .d { font-size: .82rem; color: var(--muted); }

.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 9px; width: 44px; height: 44px; place-items: center; }
.nav-toggle svg { width: 24px; height: 24px; color: var(--ink); }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 60% at 78% 20%, rgba(198,162,83,.12), transparent 60%);
}
.hero-arc { position: absolute; top: -180px; right: -180px; width: 660px; height: 660px; opacity: .55; pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(50px); pointer-events: none; opacity: .5; }
.hero-orb.o1 { width: 340px; height: 340px; background: radial-gradient(circle, rgba(198,162,83,.22), transparent 70%); top: -60px; right: 10%; }
.hero-orb.o2 { width: 260px; height: 260px; background: radial-gradient(circle, rgba(140,107,46,.18), transparent 70%); bottom: -40px; left: -40px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 52px; align-items: center; padding: clamp(52px, 7vw, 92px) 0; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.7rem); letter-spacing: -.03em; }
.hero .sub { color: var(--ink-soft); font-size: clamp(1.06rem, 1.9vw, 1.32rem); margin-top: 20px; max-width: 46ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 30px; }
.hero-trust .item { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--ink-soft); }
.hero-trust .item svg { width: 20px; height: 20px; color: var(--gold-bright); flex: none; }

/* Glass lead card */
.lead-card {
  position: relative; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--line-gold); border-radius: 20px; padding: 28px;
  backdrop-filter: blur(8px); box-shadow: 0 34px 80px rgba(0,0,0,.5);
}
.lead-card .tag { display: inline-flex; align-items: center; gap: 8px; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 6px; }
.lead-card h3 { color: #fff; font-size: 1.4rem; }
.lead-card p.hint { color: var(--muted); font-size: .9rem; margin-top: 6px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: .82rem; font-weight: 700; color: var(--ink-soft); }
.field input, .field select {
  font-family: var(--font-body); font-size: 1rem; padding: 13px 14px; border-radius: 11px;
  border: 1px solid var(--line); background: rgba(0,0,0,.35); color: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input::placeholder { color: #7c7565; }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,162,83,.18); }
.lead-card .reassure { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: .82rem; color: var(--muted); }
.lead-card .reassure svg { width: 16px; height: 16px; color: var(--success-ink); }

/* borda dourada animada (destaque) */
.glow-border { position: relative; }
.glow-border::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; z-index: -1;
  background: conic-gradient(from 0deg, transparent 0deg, var(--gold) 60deg, transparent 140deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: gradient-rotate 6s linear infinite;
}

/* ---------- Trust bar ---------- */
.trustbar { border-top: 1px solid var(--line); position: relative; }
.trustbar .inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 30px; padding: 24px 0; }
.trustbar .label { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.trustbar .bank { font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: #9c948333; color: #B7AF9E; letter-spacing: .02em; opacity: .8; transition: opacity .2s, color .2s; }
.trustbar .bank:hover { opacity: 1; color: var(--gold-bright); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  position: relative;
  background: linear-gradient(180deg, var(--surface), #131009);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-gold); box-shadow: 0 24px 54px rgba(0,0,0,.5), 0 0 0 1px rgba(198,162,83,.1); }
.card-ic { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(155deg, rgba(233,203,128,.2), rgba(233,203,128,.05));
  border: 1px solid var(--line-gold); }
.card-ic svg { width: 26px; height: 26px; color: var(--gold-bright); }
.card h3 { font-size: 1.24rem; margin-bottom: 8px; color: var(--ink); }
.card p { color: var(--muted); font-size: .98rem; }

.sec-intro { max-width: 720px; margin-bottom: 46px; }
.sec-intro.center { margin-left: auto; margin-right: auto; }
.sec-intro h2 { margin: 14px 0 14px; }
.sec-intro p { color: var(--muted); font-size: 1.1rem; }

/* ---------- Problem / empathy ---------- */
.problem-list { display: grid; gap: 14px; }
.problem-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 13px; background: var(--surface); border: 1px solid var(--line); }
.problem-item .x { width: 30px; height: 30px; border-radius: 8px; flex: none; display: grid; place-items: center; background: rgba(217,88,74,.16); }
.problem-item .x svg { width: 17px; height: 17px; color: var(--danger); }
.problem-item p { font-size: .98rem; color: var(--ink-soft); }
.problem-item b { color: var(--ink); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.step { position: relative; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); }
.step .num { font-family: var(--font-display); font-weight: 800; font-size: 2.7rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--gold); opacity: .85; }
.step .step-ic { width: 48px; height: 48px; margin: 16px 0 14px; border-radius: 12px; display: grid; place-items: center; background: rgba(233,203,128,.12); border: 1px solid var(--line-gold); }
.step .step-ic svg { width: 24px; height: 24px; color: var(--gold-bright); }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .01em; color: var(--ink); }
.step p { color: var(--muted); font-size: .96rem; }
.step .connector { position: absolute; top: 54px; right: -15px; width: 30px; height: 10px; color: var(--gold); z-index: 2; overflow: visible; }
.step .connector path { stroke-dasharray: 26; stroke-dashoffset: 0; animation: dash-flow 1.6s linear infinite; }
.step:last-child .connector { display: none; }

/* ---------- Features ---------- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature .f-ic { width: 48px; height: 48px; border-radius: 12px; flex: none; display: grid; place-items: center; background: #0d0b07; border: 1px solid var(--line-gold); }
.feature .f-ic svg { width: 24px; height: 24px; color: var(--gold-bright); }
.feature h3 { font-size: 1.12rem; margin-bottom: 4px; color: var(--ink); }
.feature p { color: var(--muted); font-size: .95rem; }

/* ---------- Stat band ---------- */
.statband { background: linear-gradient(150deg, #17120a, #0a0806); position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statband::after { content: ""; position: absolute; right: -140px; bottom: -140px; width: 460px; height: 460px; border-radius: 50%; border: 1px solid var(--line-gold); }
.statband .grid { align-items: center; }
.stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(3.6rem, 8vw, 5.6rem); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-cap { color: var(--ink-soft); font-size: 1.12rem; max-width: 42ch; margin-top: 10px; }
.stat-src { color: var(--muted); font-size: .84rem; margin-top: 10px; }

/* ---------- Badges / pills ---------- */
.badges { display: flex; flex-wrap: wrap; gap: 12px; }
.badge { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft); }
.badge svg { width: 18px; height: 18px; color: var(--gold-bright); flex: none; }
.badge.on-dark { border-color: var(--line-gold); background: rgba(233,203,128,.05); color: var(--ink-soft); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { font-size: .86rem; font-weight: 600; padding: 8px 15px; border-radius: 999px; background: rgba(233,203,128,.08); color: var(--gold-bright); border: 1px solid var(--line-gold); }

/* ---------- Checklist ---------- */
.checklist { display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 1.02rem; color: var(--ink-soft); }
.checklist li svg { width: 22px; height: 22px; flex: none; color: var(--success-ink); margin-top: 2px; }

/* ---------- WhatsApp chat mockup (conexão) ---------- */
.chat {
  position: relative; max-width: 380px; margin: 0 auto; width: 100%;
  background: #0c1512; border: 1px solid #1e3a2c; border-radius: 26px; padding: 18px 16px 20px;
  box-shadow: 0 40px 90px rgba(0,0,0,.55);
}
.chat-head { display: flex; align-items: center; gap: 11px; padding: 4px 6px 14px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 16px; }
.chat-head .ava { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-grad); color: #1c1608; font-family: var(--font-display); font-weight: 800; flex: none; }
.chat-head .nm { font-weight: 700; font-size: .95rem; color: #eaf2ee; }
.chat-head .on { font-size: .76rem; color: #7fd9a6; display: flex; align-items: center; gap: 6px; }
.chat-head .on::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #34d97a; }
.chat-body { display: flex; flex-direction: column; gap: 10px; }
.bub { max-width: 82%; padding: 10px 13px; font-size: .92rem; line-height: 1.5; border-radius: 14px; }
.bub.in { align-self: flex-start; background: #1f2c27; color: #e7efe9; border-bottom-left-radius: 5px; }
.bub.out { align-self: flex-end; background: #1f6b46; color: #eafff3; border-bottom-right-radius: 5px; }
.bub .t { display: block; font-size: .66rem; opacity: .6; margin-top: 4px; text-align: right; }
.chat-typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: 12px 14px; background: #1f2c27; border-radius: 14px; border-bottom-left-radius: 5px; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: #7c9a8a; animation: typing 1.2s infinite; }
.chat-typing span:nth-child(2) { animation-delay: .2s; } .chat-typing span:nth-child(3) { animation-delay: .4s; }

/* ---------- Connection / human section ---------- */
.avatars { display: flex; align-items: center; }
.avatars .av { width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -14px; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: #1c1608; background: var(--gold-grad); box-shadow: 0 4px 12px rgba(0,0,0,.4); }
.avatars .av:first-child { margin-left: 0; }
.avatars .av.more { background: var(--surface-2); color: var(--gold-bright); border-color: var(--line-gold); font-size: .8rem; }

/* ---------- Security band ---------- */
.secband { background: linear-gradient(150deg, #14110b, #0a0806); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-badges { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.sec-badge { text-align: center; padding: 24px 14px; border-radius: 14px; background: rgba(255,255,255,.02); border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.sec-badge:hover { border-color: var(--line-gold); transform: translateY(-3px); }
.sec-badge .si { width: 46px; height: 46px; margin: 0 auto 12px; color: var(--gold-bright); }
.sec-badge .si svg { width: 100%; height: 100%; }
.sec-badge .st { font-family: var(--font-display); font-weight: 700; font-size: .96rem; color: var(--ink); }
.sec-badge .sd { font-size: .78rem; color: var(--muted); margin-top: 3px; }

/* ---------- Guarantees ---------- */
.guarantees { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 34px; }
.guarantee { display: flex; gap: 14px; align-items: flex-start; padding: 6px 0; }
.guarantee .g-ic { width: 40px; height: 40px; flex: none; border-radius: 11px; display: grid; place-items: center; background: rgba(79,184,145,.12); border: 1px solid rgba(79,184,145,.28); }
.guarantee .g-ic svg { width: 21px; height: 21px; color: var(--success-ink); }
.guarantee h4 { font-family: var(--font-display); font-size: 1.02rem; color: var(--ink); margin-bottom: 3px; }
.guarantee p { font-size: .88rem; color: var(--muted); }

/* ---------- Trust metrics ---------- */
.trust-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.metric { text-align: center; padding: 28px 18px; border-radius: 16px; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); }
.metric .m-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem,4vw,2.9rem); line-height: 1; }
.metric .m-lbl { color: var(--muted); font-size: .92rem; margin-top: 8px; }

/* ---------- Testimonials ---------- */
.tcard { background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 16px; transition: transform .2s, border-color .2s; }
.tcard:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.tcard .stars { display: flex; gap: 3px; color: var(--gold); }
.tcard .stars svg { width: 18px; height: 18px; }
.tcard .quote { font-size: 1.02rem; color: var(--ink-soft); }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .av { width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: #1c1608; background: var(--gold-grad); }
.tcard .who .nm { font-weight: 700; font-size: .95rem; color: var(--ink); }
.tcard .who .loc { font-size: .82rem; color: var(--muted); }
.demo-note { font-size: .8rem; color: var(--muted); margin-top: 16px; font-style: italic; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; background: var(--surface); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--line-gold); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: none; border: 0; padding: 20px 22px; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.faq-q .pm { width: 27px; height: 27px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--gold); color: var(--gold-bright); transition: transform .25s, background .2s; }
.faq-q .pm svg { width: 15px; height: 15px; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); background: rgba(233,203,128,.14); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq-a .inner { padding: 0 22px 22px; color: var(--muted); font-size: 1rem; }
.faq-a .inner a { color: var(--gold-ink); font-weight: 700; }

/* ---------- CTA band ---------- */
.ctaband { position: relative; overflow: hidden; background: linear-gradient(150deg, #1c150b 0%, #0a0806 100%); border: 1px solid var(--line-gold); border-radius: 26px; padding: clamp(42px, 6vw, 72px); text-align: center; }
.ctaband::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% 0%, rgba(198,162,83,.16), transparent 60%); }
.ctaband > * { position: relative; }
.ctaband h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.9rem); letter-spacing: -.02em; }
.ctaband p { color: var(--ink-soft); font-size: 1.16rem; margin: 16px auto 30px; max-width: 52ch; }
.ctaband .hero-cta { justify-content: center; }

/* ---------- Footer ---------- */
.footer { background: #070605; color: #B7AF9E; padding: 66px 0 30px; border-top: 1px solid var(--line); }
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer .brand { font-size: 1.42rem; margin-bottom: 14px; }
.footer .brand .s { color: #7d7768; }
.footer p { font-size: .92rem; color: #948d7e; max-width: 34ch; }
.footer h4 { font-family: var(--font-display); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 16px; }
.footer ul { display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: .94rem; color: #B7AF9E; transition: color .15s; }
.footer ul a:hover { color: var(--gold-bright); }
.footer .contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .94rem; margin-bottom: 12px; }
.footer .contact svg { width: 18px; height: 18px; color: var(--gold-bright); flex: none; margin-top: 2px; }
.footer .areas { font-size: .86rem; color: #7d7768; margin-top: 10px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); margin-top: 46px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: .82rem; color: #7d7768; max-width: none; }
.footer .disclaimer { font-size: .78rem; color: #625c4e; margin-top: 16px; line-height: 1.6; max-width: 74ch; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: inline-flex; align-items: center; gap: 10px;
  background: var(--wa); color: #04220f; padding: 14px 20px; border-radius: 999px; font-weight: 700; box-shadow: 0 16px 38px rgba(34,193,94,.44);
  transition: transform .16s, box-shadow .16s; }
.wa-float svg { width: 24px; height: 24px; }
.wa-float .txt { font-size: .96rem; }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--wa); animation: pulse-ring 2.4s ease-out infinite; }
.wa-float:hover { transform: translateY(-3px) scale(1.02); }
@media (max-width: 560px) { .wa-float .txt { display: none; } .wa-float { padding: 15px; } }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; overflow: hidden; padding: clamp(52px, 8vw, 88px) 0 clamp(48px, 6vw, 72px); }
.page-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(70% 60% at 80% 10%, rgba(198,162,83,.12), transparent 60%); }
.page-hero .breadcrumb { position: relative; font-size: .84rem; color: var(--muted); margin-bottom: 18px; display: flex; gap: 8px; align-items: center; }
.page-hero .breadcrumb a:hover { color: var(--gold-bright); }
.page-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.2rem); letter-spacing: -.025em; }
.page-hero .sub { color: var(--ink-soft); font-size: clamp(1.06rem, 1.8vw, 1.24rem); margin-top: 18px; max-width: 48ch; }

/* comparison cards keep semantic borders */
.card.neg { border-color: rgba(217,88,74,.32); }
.card.pos { border-color: rgba(79,184,145,.34); }

/* shield */
.shield-wrap { display: grid; place-items: center; }
.shield-wrap svg { width: min(320px, 82%); height: auto; }

/* ---------- Reveal + SVG draw ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .40s; } .reveal.d6 { transition-delay: .48s; }

.draw { stroke-dasharray: var(--len, 300); stroke-dashoffset: var(--len, 300); }
.reveal.in .draw { animation: draw 1.3s cubic-bezier(.6,0,.2,1) forwards .25s; }

/* animated bubbles inside chat */
.chat.in .bub, .chat.in .chat-typing { animation: bubble-in .45s cubic-bezier(.16,.8,.3,1) both; }
.chat.in .bub.b1 { animation-delay: .15s; }
.chat.in .bub.b2 { animation-delay: .8s; }
.chat.in .chat-typing { animation-delay: 1.5s; }
.chat.in .bub.b3 { animation-delay: 2.4s; }
.chat .bub, .chat .chat-typing { opacity: 0; }
.chat:not(.in) .bub, .chat:not(.in) .chat-typing { opacity: 1; }

@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.spin-slow { animation: spin-slow 70s linear infinite; transform-origin: center; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.float-anim { animation: floaty 6s ease-in-out infinite; }
@keyframes pulse-ring { 0% { transform: scale(.9); opacity: .8; } 70% { transform: scale(1.6); opacity: 0; } 100% { opacity: 0; } }
@keyframes dash-flow { to { stroke-dashoffset: -52; } }
@keyframes gradient-rotate { to { transform: rotate(360deg); } }
@keyframes typing { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
@keyframes bubble-in { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .sec-badges { grid-template-columns: repeat(3, 1fr); }
  .footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .nav-links, .nav-cta .btn-outline { display: none; }
  .nav-toggle { display: grid; }
  .steps { grid-template-columns: 1fr; }
  .step .connector { display: none; }
  .grid-2, .grid-3, .grid-4, .trust-metrics, .guarantees { grid-template-columns: 1fr; }
  .statband .grid { grid-template-columns: 1fr; }
  .sec-badges { grid-template-columns: repeat(2, 1fr); }
  .topbar .hide-sm { display: none; }
}
@media (max-width: 560px) {
  .footer .cols { grid-template-columns: 1fr; }
  body { font-size: 16px; }
  .sec-badges { grid-template-columns: 1fr; }
}

.mobile-menu { display: none; }
.mobile-menu.open { display: block; position: fixed; inset: 0; z-index: 90; background: var(--bg); padding: 24px; overflow-y: auto; }
.mobile-menu .mm-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.mobile-menu a { display: block; padding: 15px 8px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-menu .btn { margin-top: 20px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .float-anim, .spin-slow, .btn::after, .step .connector path,
  .glow-border::before, .wa-float::before, .topbar .dot-live::after,
  .chat-typing span { animation: none !important; }
  .reveal.in .draw { animation: none; stroke-dashoffset: 0; }
  .chat .bub, .chat .chat-typing { opacity: 1 !important; }
  .wa-launch::before { animation: none !important; }
  * { transition-duration: .01ms !important; }
}

/* ==========================================================================
   v3 — Prova social, segurança++, blog, calculadora, widget de WhatsApp
   ========================================================================== */

/* ----- Banda de números / prova social ----- */
.statsband { position: relative; overflow: hidden; background: linear-gradient(150deg, #16110a, #0a0806); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statsband::after { content: ""; position: absolute; left: -140px; top: -140px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid var(--line-gold); opacity: .5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item { text-align: center; padding: 10px; position: relative; }
.stat-item + .stat-item::before { content: ""; position: absolute; left: -12px; top: 18%; height: 64%; width: 1px; background: var(--line-gold); }
.stat-item .big { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-item .lbl { color: var(--ink); font-weight: 700; margin-top: 10px; font-size: 1.02rem; font-family: var(--font-display); }
.stat-item .sub { color: var(--muted); font-size: .85rem; margin-top: 3px; }

/* faixa compacta de prova (páginas internas) */
.proofstrip { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 40px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, var(--surface), #131009); box-shadow: var(--shadow); }
.proofstrip .pi { display: flex; align-items: baseline; gap: 10px; }
.proofstrip .pi .n { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.proofstrip .pi .t { color: var(--ink-soft); font-size: .94rem; }
.proofstrip .div { width: 1px; align-self: stretch; background: var(--line-gold); }

/* ----- Segurança++ (upgrade dos selos) ----- */
.sec-badge { padding: 30px 16px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01)); }
.sec-badge .si { width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(155deg, rgba(233,203,128,.22), rgba(233,203,128,.04)); border: 1px solid var(--line-gold); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); transition: transform .25s, box-shadow .25s; }
.sec-badge .si svg { width: 34px; height: 34px; }
.sec-badge:hover .si { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(198,162,83,.28); }
.sec-badge .st { font-size: 1.04rem; margin-top: 2px; }

/* ----- Blog ----- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .2s, border-color .2s; }
.post-card:hover { transform: translateY(-4px); border-color: var(--line-gold); }
.post-thumb { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #211a10, #0d0b07); display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.post-thumb svg { width: 62px; height: 62px; color: rgba(233,203,128,.45); }
.post-thumb .cat { position: absolute; top: 12px; left: 12px; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; background: rgba(10,9,8,.72); color: var(--gold-bright); border: 1px solid var(--line-gold); backdrop-filter: blur(4px); }
.post-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-body h3 { font-size: 1.16rem; color: var(--ink); line-height: 1.25; }
.post-body p { color: var(--muted); font-size: .94rem; }
.post-meta { margin-top: auto; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .82rem; padding-top: 8px; }
.post-meta .rt { display: inline-flex; align-items: center; gap: 5px; }
.post-meta .rt svg { width: 15px; height: 15px; }
.post-link { color: var(--gold-ink); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.post-link svg { width: 17px; height: 17px; }

/* ----- Artigo (post) ----- */
.article { max-width: 760px; margin: 0 auto; }
.article > p { margin: 0 0 18px; color: var(--ink-soft); font-size: 1.09rem; line-height: 1.78; }
.article h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 40px 0 14px; color: var(--ink); }
.article h3 { font-size: 1.28rem; margin: 30px 0 10px; color: var(--ink); }
.article ul { margin: 0 0 18px; display: flex; flex-direction: column; gap: 10px; }
.article ul li { position: relative; padding-left: 28px; color: var(--ink-soft); font-size: 1.05rem; }
.article ul li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; border-radius: 2px; background: var(--gold); transform: rotate(45deg); }
.article blockquote { margin: 26px 0; padding: 18px 24px; border-left: 3px solid var(--gold); background: var(--surface); border-radius: 0 12px 12px 0; color: var(--ink); font-size: 1.1rem; }
.article .lead { font-size: 1.24rem; color: var(--ink); line-height: 1.7; }
.cta-box { margin: 36px 0; padding: 30px; border-radius: 18px; background: linear-gradient(150deg, #1c150b, #0a0806); border: 1px solid var(--line-gold); text-align: center; }
.cta-box h3 { color: #fff; font-size: 1.42rem; margin-bottom: 8px; }
.cta-box p { color: var(--ink-soft); margin-bottom: 20px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--muted); font-size: .9rem; margin-top: 16px; align-items: center; }
.article-meta .tag { color: var(--gold-bright); }

/* ----- Calculadora ----- */
.calc-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.calc-card { background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.calc-card h3 { color: var(--ink); font-size: 1.3rem; margin-bottom: 6px; }
.calc-card .desc { color: var(--muted); font-size: .94rem; margin-bottom: 22px; }
.calc-result { background: linear-gradient(150deg, #1c150b, #0a0806); border: 1px solid var(--line-gold); border-radius: 20px; padding: 30px; position: sticky; top: 96px; }
.calc-result .rlabel { color: var(--muted); font-size: .92rem; }
.calc-result .rnum { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 6vw, 3.4rem); line-height: 1.05; letter-spacing: -.02em; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 6px 0; font-variant-numeric: tabular-nums; }
.calc-result .rsub { color: var(--ink-soft); font-size: 1.02rem; margin-bottom: 16px; }
.calc-result hr { border: 0; border-top: 1px solid var(--line-gold); margin: 18px 0; }
.calc-note { font-size: .82rem; color: var(--muted); margin-top: 16px; line-height: 1.55; }
.range-row { display: flex; justify-content: space-between; font-size: .8rem; color: var(--muted); margin-top: 4px; }
input[type=range] { width: 100%; accent-color: var(--gold); height: 6px; }

/* ----- Widget de WhatsApp ----- */
.wa-widget { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.wa-launch { position: relative; display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #04220f; padding: 14px 20px; border-radius: 999px; font-weight: 700; border: 0; box-shadow: 0 16px 38px rgba(34,193,94,.44); transition: transform .16s; }
.wa-launch:hover { transform: translateY(-3px) scale(1.02); }
.wa-launch svg { width: 24px; height: 24px; }
.wa-launch::before { content: ""; position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--wa); animation: pulse-ring 2.4s ease-out infinite; }
.wa-launch .txt { font-size: .96rem; }
.wa-widget.open .wa-launch::before { display: none; }
.wa-panel { width: min(360px, calc(100vw - 32px)); background: #0f1512; border: 1px solid #223a2e; border-radius: 20px; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,.6); transform-origin: bottom right; opacity: 0; transform: translateY(12px) scale(.96); pointer-events: none; transition: opacity .22s ease, transform .22s cubic-bezier(.16,.8,.3,1); }
.wa-widget.open .wa-panel { opacity: 1; transform: none; pointer-events: auto; }
.wa-phead { background: linear-gradient(150deg, #0f8a4e, #0b6f3f); padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: #fff; }
.wa-phead .pava { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.18); display: grid; place-items: center; flex: none; }
.wa-phead .pava svg { width: 24px; height: 24px; }
.wa-phead .pnm { font-weight: 700; font-size: .98rem; }
.wa-phead .pon { font-size: .78rem; opacity: .92; display: flex; align-items: center; gap: 6px; }
.wa-phead .pon::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #8ff0b3; }
.wa-pclose { margin-left: auto; background: rgba(255,255,255,.18); border: 0; color: #fff; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.wa-pclose svg { width: 16px; height: 16px; }
.wa-pbody { padding: 16px; background-color: #0c1512; background-image: radial-gradient(rgba(255,255,255,.02) 1px, transparent 1px); background-size: 18px 18px; }
.wa-greet { background: #1f2c27; color: #e7efe9; padding: 11px 14px; border-radius: 12px; border-bottom-left-radius: 4px; font-size: .92rem; margin-bottom: 16px; }
.wa-lbl { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: #7c9a8a; margin: 6px 4px 10px; }
.wa-opts { display: flex; flex-direction: column; gap: 8px; }
.wa-opt { display: flex; align-items: center; gap: 12px; text-align: left; background: #eef5f0; border: 0; border-radius: 12px; padding: 12px 14px; cursor: pointer; transition: transform .12s, background .12s; width: 100%; }
.wa-opt:hover { transform: translateY(-1px); background: #fff; }
.wa-opt .oic { width: 38px; height: 38px; flex: none; border-radius: 10px; display: grid; place-items: center; background: #dff3e7; }
.wa-opt .oic svg { width: 20px; height: 20px; color: #0f8a4e; }
.wa-opt .ot { font-weight: 700; font-size: .92rem; color: #0d1f16; }
.wa-opt .os { font-size: .78rem; color: #5c7568; }
.wa-foot { padding: 11px 16px 14px; font-size: .72rem; color: #6f8a7c; text-align: center; }

@media (max-width: 800px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .stat-item + .stat-item::before { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
  .calc-wrap { grid-template-columns: 1fr; }
  .calc-result { position: static; }
}
@media (max-width: 560px) {
  .stats-grid { grid-template-columns: 1fr; }
  .wa-launch .txt { display: none; }
  .wa-launch { padding: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-launch::before, .statsband::after { animation: none !important; }
}

/* ==========================================================================
   v4 — Blog no modelo VSM + diferencial de sede (Itapevi)
   ========================================================================== */

/* ----- Busca + chips (hero do blog) ----- */
.search-box { position: relative; max-width: 540px; margin-top: 26px; }
.search-box input { width: 100%; height: 56px; padding: 0 120px 0 50px; border-radius: 999px; border: 1px solid var(--line); background: rgba(0,0,0,.35); color: #fff; font-size: 1rem; font-family: var(--font-body); }
.search-box input::placeholder { color: #8a8272; }
.search-box input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,162,83,.18); }
.search-box .sicon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--muted); }
.search-box .sbtn { position: absolute; right: 6px; top: 6px; height: 44px; padding: 0 20px; border-radius: 999px; border: 0; background: var(--gold-grad); color: #1c1608; font-weight: 700; }
.pop-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.pop-row .plabel { font-size: .78rem; color: var(--muted); }
.chip { font-size: .8rem; padding: 7px 14px; border-radius: 999px; background: rgba(233,203,128,.06); border: 1px solid var(--line-gold); color: var(--gold-bright); cursor: pointer; transition: background .15s; }
.chip:hover { background: rgba(233,203,128,.14); }

/* ----- Destaque "Mais lidos" ----- */
.featured-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; }
.feat-main { position: relative; min-height: 400px; border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid var(--line); background: linear-gradient(160deg, #241d10, #0d0b07); box-shadow: var(--shadow); transition: transform .2s, border-color .2s; }
.feat-main:hover { transform: translateY(-3px); border-color: var(--line-gold); }
.feat-main::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(233,203,128,.06) 1px, transparent 1px); background-size: 22px 22px; }
.feat-main .fbig-ic { position: absolute; top: 24px; right: 24px; width: 120px; height: 120px; color: rgba(233,203,128,.14); }
.feat-main .fmeta { position: relative; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 12px; }
.feat-main h3 { position: relative; font-size: clamp(1.5rem, 3vw, 2.1rem); color: #fff; line-height: 1.15; margin-bottom: 12px; }
.feat-main p { position: relative; color: var(--ink-soft); max-width: 46ch; margin-bottom: 18px; }
.feat-side { display: flex; flex-direction: column; gap: 16px; }
.feat-item { display: flex; gap: 0; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; flex: 1; transition: transform .2s, border-color .2s; }
.feat-item:hover { transform: translateY(-2px); border-color: var(--line-gold); }
.feat-item .fthumb { position: relative; width: 130px; flex: none; background: linear-gradient(150deg, #241d10, #0d0b07); display: grid; place-items: center; border-right: 1px solid var(--line); }
.feat-item .fthumb svg { width: 40px; height: 40px; color: rgba(233,203,128,.35); }
.feat-item .frank { position: absolute; top: 8px; left: 8px; font-size: .68rem; font-weight: 800; background: rgba(10,9,8,.75); color: var(--gold-bright); padding: 3px 8px; border-radius: 999px; border: 1px solid var(--line-gold); }
.feat-item .fbody { padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.feat-item .fbody .fm { display: flex; gap: 8px; align-items: center; font-size: .72rem; color: var(--muted); }
.feat-item .fbody h4 { font-size: 1rem; color: var(--ink); line-height: 1.25; }
.feat-item .fbody p { font-size: .84rem; color: var(--muted); }
.cat-badge { font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: rgba(233,203,128,.12); color: var(--gold-bright); border: 1px solid var(--line-gold); }
.meta-dot { display: inline-flex; align-items: center; gap: 5px; font-size: .78rem; color: var(--muted); }
.meta-dot svg { width: 14px; height: 14px; }

/* ----- Toolbar (contagem + filtros) ----- */
.blog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.blog-toolbar h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
.blog-toolbar .cnt { font-size: .9rem; color: var(--muted); margin-top: 4px; }
.filter-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.filter-tab { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft); font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .15s; }
.filter-tab svg { width: 16px; height: 16px; }
.filter-tab:hover { color: var(--ink); border-color: var(--line-gold); }
.filter-tab.active { background: var(--gold-grad); color: #1c1608; border-color: transparent; }
.no-results { text-align: center; padding: 60px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; }
.no-results svg { width: 48px; height: 48px; color: var(--muted); margin: 0 auto 14px; opacity: .4; }
.post-card .post-author { display: flex; align-items: center; gap: 7px; }
.post-card .post-author .aav { width: 22px; height: 22px; border-radius: 50%; background: var(--gold-grad); display: grid; place-items: center; color: #1c1608; font-family: var(--font-display); font-weight: 800; font-size: .62rem; }

/* ----- Barra de progresso de leitura ----- */
.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 100; background: transparent; }
.read-progress span { display: block; height: 100%; width: 0; background: var(--gold-grad); transition: width .1s linear; }

/* ----- Post: layout 2 colunas ----- */
.post-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 44px; align-items: start; }
.takeaways { background: linear-gradient(180deg, rgba(233,203,128,.06), rgba(233,203,128,.02)); border: 1px solid var(--line-gold); border-radius: 16px; padding: 24px 26px; margin-bottom: 34px; }
.takeaways h3 { display: flex; align-items: center; gap: 9px; font-size: 1.05rem; color: var(--ink); margin-bottom: 14px; }
.takeaways h3 svg { width: 20px; height: 20px; color: var(--gold-bright); }
.takeaways ul { display: flex; flex-direction: column; gap: 11px; }
.takeaways li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-soft); font-size: .98rem; }
.takeaways li svg { width: 19px; height: 19px; color: var(--success-ink); flex: none; margin-top: 2px; }
.post-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.post-tags .tlabel { font-size: .82rem; color: var(--muted); }
.post-tags .tag { font-size: .78rem; font-weight: 600; padding: 5px 12px; border-radius: 999px; background: var(--surface-2); color: var(--ink-soft); border: 1px solid var(--line); }
.share-btn { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; font-size: .82rem; color: var(--ink-soft); background: var(--surface-2); border: 1px solid var(--line); padding: 8px 15px; border-radius: 999px; cursor: pointer; }
.share-btn svg { width: 15px; height: 15px; }
.author-box { display: flex; gap: 18px; align-items: flex-start; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin-top: 28px; }
.author-box .abav { width: 60px; height: 60px; border-radius: 50%; flex: none; background: var(--gold-grad); display: grid; place-items: center; color: #1c1608; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; }
.author-box h3 { font-size: 1.05rem; color: var(--ink); margin-bottom: 4px; }
.author-box p { font-size: .88rem; color: var(--muted); margin-bottom: 12px; }
.prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.prevnext a { background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 14px; padding: 18px; transition: transform .18s, border-color .18s; }
.prevnext a:hover { transform: translateY(-2px); border-color: var(--line-gold); }
.prevnext .pl { font-size: .74rem; color: var(--muted); display: flex; align-items: center; gap: 5px; margin-bottom: 6px; }
.prevnext .pl svg { width: 13px; height: 13px; }
.prevnext h4 { font-size: .96rem; color: var(--ink); line-height: 1.3; }
.prevnext .nx { text-align: right; }
.prevnext .nx .pl { justify-content: flex-end; }

/* Post sidebar */
.post-side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.side-card { background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.side-card h3 { font-size: .95rem; color: var(--ink); display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.side-card h3 svg { width: 17px; height: 17px; color: var(--gold-bright); }
.toc a { display: block; font-size: .86rem; color: var(--muted); padding: 8px 0 8px 14px; border-left: 2px solid var(--line); transition: color .15s, border-color .15s; }
.toc a:hover { color: var(--gold-bright); border-left-color: var(--gold); }
.side-cta { background: linear-gradient(150deg, #1c150b, #0a0806); border: 1px solid var(--line-gold); border-radius: 16px; padding: 22px; }
.side-cta .eb { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-bright); }
.side-cta h4 { color: #fff; font-size: 1.05rem; margin: 8px 0 14px; }

/* ----- Diferencial: sede fixa (card lateral + banda home) ----- */
.sede-card { background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.sede-card .pin { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-bright); font-weight: 700; font-size: .9rem; margin-bottom: 8px; }
.sede-card .pin svg { width: 18px; height: 18px; }
.sede-card p { font-size: .86rem; color: var(--muted); margin-bottom: 14px; }
.sede-opts { display: flex; flex-direction: column; gap: 8px; }
.sede-opt { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 11px; background: var(--surface-2); border: 1px solid var(--line); cursor: pointer; transition: border-color .15s, transform .12s; text-align: left; }
.sede-opt:hover { border-color: var(--line-gold); transform: translateY(-1px); }
.sede-opt .soi { width: 34px; height: 34px; flex: none; border-radius: 9px; display: grid; place-items: center; background: rgba(233,203,128,.12); border: 1px solid var(--line-gold); }
.sede-opt .soi svg { width: 18px; height: 18px; color: var(--gold-bright); }
.sede-opt .sot { font-weight: 700; font-size: .9rem; color: var(--ink); display: block; }
.sede-opt .sos { font-size: .76rem; color: var(--muted); }

.sede-band { background: linear-gradient(150deg, #16110a, #0a0806); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.sede-visual { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line-gold); background: radial-gradient(120% 100% at 50% 0%, #1c1710, #0b0906); min-height: 300px; display: grid; place-items: center; }
.sede-visual svg { width: 78%; height: auto; }

.back-to-top { position: fixed; right: 22px; bottom: 92px; z-index: 79; width: 46px; height: 46px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line-gold); color: var(--gold-bright); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s; cursor: pointer; }
.back-to-top.show { opacity: 1; visibility: visible; transform: none; }
.back-to-top svg { width: 20px; height: 20px; }

/* ==========================================================================
   v5 — Ilustrações quentes + espaços de foto real (conexão & carinho)
   ========================================================================== */
.photo-slot { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line-gold); background: radial-gradient(120% 100% at 50% 0%, #1c1710, #0b0906); min-height: 300px; display: grid; place-items: center; box-shadow: var(--shadow); }
.photo-slot > svg.ps-bg { width: 74%; height: auto; }
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
/* artes/cards prontos (com texto e logo): não cortar */
.photo-slot img.art { object-fit: contain; background: #0d0b07; }
.photo-slot:has(img.art) .ps-cap { display: none; }
/* foto vertical em slot horizontal: focar nas pessoas, não no teto */
.photo-slot img.focus-people { object-position: center 62%; }
.photo-slot .ps-cap { position: absolute; left: 12px; bottom: 12px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; color: var(--ink-soft); background: rgba(10,9,8,.72); border: 1px solid var(--line-gold); border-radius: 999px; padding: 7px 13px; backdrop-filter: blur(4px); }
.photo-slot .ps-cap svg { width: 15px; height: 15px; color: var(--gold-bright); }
.photo-slot .ps-cap small { color: var(--muted); }

.care-illus { display: grid; place-items: center; }
.care-illus svg { width: min(440px, 90%); height: auto; }
.care-points { display: flex; flex-direction: column; gap: 16px; margin-top: 6px; }
.care-point { display: flex; gap: 14px; align-items: flex-start; }
.care-point .ci { width: 46px; height: 46px; flex: none; border-radius: 12px; display: grid; place-items: center; background: rgba(233,203,128,.1); border: 1px solid var(--line-gold); }
.care-point .ci svg { width: 22px; height: 22px; color: var(--gold-bright); }
.care-point h4 { font-family: var(--font-display); font-size: 1.06rem; color: var(--ink); margin-bottom: 3px; }
.care-point p { font-size: .92rem; color: var(--muted); }

/* faixa de fotos reais (equipe / clientes / sede) */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.photo-strip .photo-slot { min-height: 220px; aspect-ratio: 4/3; }
.photo-strip .photo-slot > svg.ps-bg { width: 56%; }
@media (max-width: 800px) { .photo-strip { grid-template-columns: 1fr; } }

/* ==========================================================================
   v6 — Jornada "Como funciona" (sênior + conexão com o cliente)
   ========================================================================== */
.journey { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 46px; }
.journey::before { content: ""; position: absolute; top: 22px; left: 16%; right: 16%; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold), transparent); opacity: .4; }
.jstep { position: relative; background: linear-gradient(180deg, var(--surface), #131009); border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px 24px; box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.jstep:hover { transform: translateY(-4px); border-color: var(--line-gold); box-shadow: 0 24px 54px rgba(0,0,0,.5); }
.jstep:hover .jnode { box-shadow: 0 0 0 5px rgba(198,162,83,.14); }
.jnode { position: absolute; top: -35px; left: 50%; transform: translateX(-50%); width: 24px; height: 24px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold); display: grid; place-items: center; transition: box-shadow .2s; }
.jnode::after { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-grad); }
.jhead { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.jeb { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-ink); font-weight: 700; }
.jtime { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--ink-soft); background: rgba(233,203,128,.07); border: 1px solid var(--line-gold); border-radius: 999px; padding: 5px 11px; white-space: nowrap; }
.jtime svg { width: 13px; height: 13px; color: var(--gold-bright); }
.jic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(155deg, rgba(233,203,128,.2), rgba(233,203,128,.05)); border: 1px solid var(--line-gold); margin-bottom: 16px; }
.jic svg { width: 26px; height: 26px; color: var(--gold-bright); }
.jstep h3 { font-size: 1.24rem; color: var(--ink); letter-spacing: -.01em; margin-bottom: 8px; }
.jstep > p { color: var(--muted); font-size: .96rem; margin-bottom: 18px; }
.jtags { display: flex; flex-direction: column; gap: 9px; border-top: 1px solid var(--line); padding-top: 15px; }
.jtag { display: flex; gap: 10px; align-items: center; font-size: .88rem; }
.jtag .who { flex: none; font-weight: 800; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 7px; min-width: 46px; text-align: center; }
.jtag.you .who { background: rgba(79,184,145,.14); color: var(--success-ink); border: 1px solid rgba(79,184,145,.3); }
.jtag.us .who { background: rgba(233,203,128,.12); color: var(--gold-bright); border: 1px solid var(--line-gold); }
.jtag .txt { color: var(--ink-soft); }

.joutcome { position: relative; overflow: hidden; margin-top: 26px; background: linear-gradient(150deg, #1c150b, #0b0906); border: 1px solid var(--line-gold); border-radius: 20px; padding: 26px 32px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.joutcome::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 130% at 12% 0%, rgba(198,162,83,.16), transparent 60%); }
.joutcome > * { position: relative; }
.joutcome .oic { width: 62px; height: 62px; flex: none; border-radius: 16px; display: grid; place-items: center; background: var(--gold-grad); color: #1c1608; }
.joutcome .oic svg { width: 32px; height: 32px; }
.joutcome .otxt { flex: 1; min-width: 240px; }
.joutcome h3 { color: #fff; font-size: 1.32rem; letter-spacing: -.01em; margin-bottom: 4px; }
.joutcome p { color: var(--ink-soft); font-size: 1rem; }
.joutcome .obtn { flex: none; }

@media (max-width: 800px) {
  .journey { grid-template-columns: 1fr; gap: 40px; padding-top: 10px; }
  .journey::before { display: none; }
  .jnode { top: -24px; }
  .joutcome { flex-direction: column; text-align: center; }
  .joutcome .otxt { min-width: 0; }
}

/* ==========================================================================
   v7 — Experiência mobile (UX/UI) + PWA
   ========================================================================== */
:root { --bar-h: 68px; }
* { -webkit-tap-highlight-color: transparent; }
html { scroll-padding-top: 86px; }
/* feedback de toque */
.btn:active, .abb:active, .wa-opt:active, .sede-opt:active, .filter-tab:active, .faq-q:active { transform: scale(.975); }

/* ---- Barra de ação inferior (mobile) ---- */
.app-bottombar { display: none; }

/* ---- Botão fechar do menu mobile (injetado) ---- */
.mm-close { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.mm-close svg { width: 24px; height: 24px; }

@media (max-width: 800px) {
  .app-bottombar {
    display: grid; grid-template-columns: repeat(3, 1fr);
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 85;
    background: rgba(12,10,7,.94); backdrop-filter: saturate(150%) blur(14px);
    border-top: 1px solid var(--line-gold);
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom, 0px)); gap: 6px;
  }
  .abb { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
    padding: 8px 4px; border-radius: 13px; border: 0; background: transparent; color: var(--ink-soft);
    font-size: .72rem; font-weight: 600; font-family: var(--font-body); min-height: 52px; text-align: center; }
  .abb svg { width: 22px; height: 22px; }
  .abb-wa { background: var(--wa); color: #04220f; }
  .abb-wa svg { color: #04220f; }

  /* espaço para a barra não cobrir o rodapé */
  body { padding-bottom: calc(var(--bar-h) + env(safe-area-inset-bottom, 0px)); }

  /* widget vira folha inferior; some o launcher flutuante */
  .wa-widget .wa-launch { display: none; }
  .wa-widget { left: 0; right: 0; bottom: calc(var(--bar-h) + env(safe-area-inset-bottom, 0px)); align-items: stretch; padding: 0 10px; }
  .wa-panel { width: 100%; }

  /* menu mobile */
  .mobile-menu.open { padding: 78px 22px calc(30px + env(safe-area-inset-bottom, 0px)); }
  .mobile-menu a { padding: 16px 6px; font-size: 1.24rem; }
  .header { padding-top: env(safe-area-inset-top, 0px); }
  .topbar .inner { padding-top: calc(9px + env(safe-area-inset-top, 0px)); }

  /* performance: menos blur/animação pesada no mobile */
  .hero-orb { display: none; }
  .hero-arc { opacity: .26; }
  .spin-slow { animation-duration: 140s; }
  .lead-card, .header, .app-bottombar { backdrop-filter: blur(10px); }
}
@media (max-width: 380px) {
  .abb span { font-size: .68rem; }
}
/* header enxuto + sem overflow de texto no mobile */
@media (max-width: 800px) {
  .nav-cta .btn-wa { display: none; }
  .nav { height: 64px; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .hero h1, .page-hero h1 { font-size: clamp(1.9rem, 8vw, 2.2rem); line-height: 1.14; overflow-wrap: anywhere; }
  .hero .sub, .page-hero .sub { font-size: 1.04rem; }
  .h-lg, .h-md, .ctaband h2, .joutcome h3 { overflow-wrap: anywhere; }
  .eyebrow { font-size: .7rem; letter-spacing: .1em; }
  .lead-card { padding: 22px; }
}

/* crédito do desenvolvedor no rodapé */
.footer-bottom a { color: var(--gold-ink); font-weight: 600; }
.footer-bottom a:hover { color: var(--gold-bright); }

@media (max-width: 900px) {
  .post-layout { grid-template-columns: 1fr; }
  .post-side { position: static; order: 2; flex-direction: column; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-main .fbig-ic { display: none; }
}
@media (max-width: 560px) {
  .prevnext { grid-template-columns: 1fr; }
  .feat-item .fthumb { width: 96px; }
  .search-box input { padding-right: 56px; }
  .search-box .sbtn { padding: 0 14px; }
}
