:root{
  --ink:#15151b; --muted:#6b6b76; --line:#eceae4; --paper:#faf9f6;
  /* tema padrão (sobrescrito por página via body style) */
  --hero:#15151b; --hero2:#000; --accent:#12694f; --accent2:#0d4f3b;
  --tint:#dcf3ea; --wash:#f2f8f5; --onhero:#ffffff;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:1000px;margin:0 auto;padding:0 24px}
h1,h2,h3,.brand{font-family:'Space Grotesk','Inter',sans-serif;letter-spacing:-.02em}

/* ---------- NAV ---------- */
.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0}
.brand{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:20px}
.brand .pulse{width:10px;height:10px;border-radius:50%;background:currentColor;position:relative}
.brand .pulse:after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid currentColor;opacity:.35}
.nav .back{font-size:14px;opacity:.85}
.nav .back:hover{opacity:1}
.on-hero .brand,.on-hero .back{color:var(--onhero)}

/* ---------- HERO (páginas de bot) ---------- */
.hero{background:linear-gradient(155deg,var(--hero),var(--hero2));color:var(--onhero);position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;top:-30%;right:-10%;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.10),transparent 70%);pointer-events:none}
.hero .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:34px 24px 70px}
.badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);padding:6px 13px;border-radius:100px;font-size:13px;font-weight:500;margin-bottom:20px}
.hero h1{font-size:44px;line-height:1.08;font-weight:700;margin:0 0 16px;max-width:12em}
.hero .sub{font-size:17px;line-height:1.55;opacity:.9;margin:0 0 26px;max-width:30em}
.hero .cta{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--accent2);
  font-weight:700;font-size:16px;padding:15px 26px;border-radius:12px;box-shadow:0 12px 30px -10px rgba(0,0,0,.45)}
.hero .cta:hover{transform:translateY(-1px)}
.hero .free{font-size:13px;opacity:.8;margin:12px 0 0}

/* emblema */
.emblem{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.emblem svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round}

/* ---------- CELULAR ---------- */
.phone-col{display:flex;justify-content:center}
.phone{width:300px;background:#0c0c10;border-radius:40px;padding:11px;
  box-shadow:0 40px 80px -24px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.10)}
.phone .screen{background:#dce3ea;border-radius:30px;overflow:hidden}
.tg-head{background:var(--accent);color:#fff;padding:11px 14px;display:flex;align-items:center;gap:10px}
.tg-head .av{width:34px;height:34px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center}
.tg-head .av svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round}
.tg-head .nm{font-size:14px;font-weight:700;line-height:1.1}
.tg-head .st{font-size:11px;opacity:.85}
.tg-body{padding:14px 12px;min-height:230px;
  background-image:radial-gradient(circle at 20% 30%,rgba(0,0,0,.03) 1px,transparent 1px);background-size:22px 22px}
.b{max-width:90%;padding:8px 11px;border-radius:14px;font-size:12.5px;line-height:1.45;margin:8px 0;
  box-shadow:0 1px 1.5px rgba(0,0,0,.08);white-space:pre-line}
.b.in{background:#fff;border-bottom-left-radius:5px}
.b.out{background:var(--tint);margin-left:auto;border-bottom-right-radius:5px}
.b b{font-weight:700}
.b .mono{font-family:ui-monospace,Menlo,monospace;font-size:11px;color:#3a4657}
.b .t{display:block;font-size:10px;color:#9aa3af;text-align:right;margin-top:2px}

/* ---------- SEÇÕES ---------- */
section.block{padding:64px 0}
.kicker{color:var(--accent);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px}
h2.title{font-size:30px;margin:0 0 34px;font-weight:700}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step{background:var(--wash);border:1px solid var(--line);border-radius:16px;padding:24px}
.step .n{width:34px;height:34px;border-radius:10px;background:var(--accent);color:#fff;font-weight:700;
  font-family:'Space Grotesk';display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.step h3{margin:0 0 6px;font-size:17px}
.step p{margin:0;color:var(--muted);font-size:14.5px}

/* preço */
.price-wrap{background:linear-gradient(155deg,var(--hero),var(--hero2));border-radius:24px;color:var(--onhero);
  padding:48px 28px;text-align:center;position:relative;overflow:hidden}
.price-wrap:before{content:"";position:absolute;bottom:-40%;left:-10%;width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.10),transparent 70%)}
.price-wrap .big{font-family:'Space Grotesk';font-size:46px;font-weight:700;margin:0;position:relative}
.price-wrap .per{font-size:17px;font-weight:600;opacity:.8}
.price-wrap .free{opacity:.9;margin:6px 0 24px;font-size:14.5px;position:relative}
.price-wrap .cta{display:inline-block;background:#fff;color:var(--accent2);font-weight:700;font-size:16px;
  padding:16px 30px;border-radius:12px;position:relative;box-shadow:0 14px 34px -12px rgba(0,0,0,.5)}
.price-wrap .cta:hover{transform:translateY(-1px)}
.price-wrap .fine{opacity:.72;font-size:12.5px;margin:16px 0 0;position:relative}

.trust{max-width:760px;margin:0 auto;color:var(--muted);font-size:14.5px;text-align:center;line-height:1.6}
.trust b{color:var(--ink)}

/* ---------- VITRINE (home) ---------- */
.home-hero{background:linear-gradient(160deg,#1a1a22,#0b0b0f);color:#fff;position:relative;overflow:hidden}
.home-hero:before{content:"";position:absolute;top:-20%;left:50%;width:700px;height:700px;transform:translateX(-50%);
  border-radius:50%;background:radial-gradient(circle,rgba(120,140,255,.10),transparent 65%)}
.home-hero .in{padding:64px 24px 70px;text-align:center;position:relative}
.home-hero h1{font-size:46px;line-height:1.1;margin:14px auto 16px;max-width:16em;font-weight:700}
.home-hero p{opacity:.82;font-size:18px;max-width:30em;margin:0 auto}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:-46px auto 0;position:relative;z-index:2}
.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;display:block;
  box-shadow:0 18px 40px -22px rgba(0,0,0,.28);transition:transform .16s, box-shadow .16s}
.card:hover{transform:translateY(-4px);box-shadow:0 26px 50px -22px rgba(0,0,0,.34)}
.card .em{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.card .em svg{width:26px;height:26px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round}
.card h3{margin:0 0 6px;font-size:19px}
.card p{margin:0 0 16px;color:var(--muted);font-size:14.5px;min-height:63px}
.card .row{display:flex;align-items:center;justify-content:space-between}
.card .pr{font-weight:700;font-size:15px}
.card .go{font-weight:700;font-size:14px}

footer{border-top:1px solid var(--line);margin-top:20px;padding:30px 0 44px;color:var(--muted);font-size:13px;text-align:center}
footer a{color:var(--muted)}

/* ---------- RESPONSIVO ---------- */
@media(max-width:860px){
  .hero .grid{grid-template-columns:1fr;gap:30px;padding:22px 24px 56px;text-align:center}
  .hero h1{margin-inline:auto} .hero .sub{margin-inline:auto}
  .badge{margin-inline:auto}
  .steps{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr;margin-top:-30px}
  .card p{min-height:0}
}
@media(max-width:520px){
  .hero h1{font-size:33px} .home-hero h1{font-size:33px} .home-hero p{font-size:16px}
  .phone{width:270px} h2.title{font-size:25px} .price-wrap .big{font-size:38px}
  section.block{padding:48px 0}
}
