:root{
  --bg:#0B1213;
  --surface:rgba(255,255,255,.06);
  --surface2:rgba(255,255,255,.09);
  --stroke:rgba(255,255,255,.12);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --teal:#00ffcc;
  --teal2:#566c69;
  --gold:#D8C08B;
  --ok:#48E3A6;

  --radius:22px;
  --radius2:28px;
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --shadow2:0 10px 28px rgba(0,0,0,.35);

  --max:1160px;
  --pad:22px;

  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(24, 195, 152, 0.28), transparent 55%),
    radial-gradient(900px 500px at 90% 10%, rgba(216,192,139,.18), transparent 60%),
    radial-gradient(1200px 650px at 40% 105%, rgba(15, 168, 143, 0.22), transparent 60%),
    linear-gradient(180deg, #070C0D 0%, #0B1213 60%, #070C0D 100%);
  overflow-x:hidden;
}
a{ color:inherit; text-decoration:none; }
.container{ width:min(var(--max), calc(100% - 2*var(--pad))); margin-inline:auto; }

/* Topbar */
.topbar{
  position: sticky;
  top:0;
  z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(7,12,13,.62);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .row{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0;
  gap: 12px;
}
.brand{
  display:flex; align-items:center; gap: 10px;
  font-weight: 700; letter-spacing:.2px;

  .footer-icon{
  width:26px;
  height:26px;
  border-radius:6px; /* opcional */
  object-fit:contain;
}

  /* ===== NOVO BLOCO DO LOGO ===== */

.brand-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.1;
}

.brand-logo{
  height:40px;
  width:auto;
  display:block;
}

.brand-tagline{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
  margin-top:2px;
}

/* ===== FIM ===== */

.logo{
  width:34px;
  height:34px;
  border-radius:12px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.35), transparent 40%),
    linear-gradient(135deg, var(--teal) 0%, var(--teal2) 55%, rgba(216,192,139,.55) 100%);
}
}
.logo{
  width: 34px; height: 34px; border-radius: 12px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.35), transparent 40%),
    linear-gradient(135deg, var(--teal) 0%, var(--teal2) 55%, rgba(216,192,139,.55) 100%);
  box-shadow: 0 10px 20px rgba(24, 195, 158, 0.18);
  border: 1px solid rgba(255,255,255,.22);
}
.brand small{ display:block; font-size: 12px; font-weight:600; color: var(--muted); margin-top:2px; letter-spacing:.12px;}
nav{
  display:flex; align-items:center; gap: 18px;
  color: var(--muted);
  font-weight: 600;
  font-size: 14px;
}
nav a{ padding: 10px 10px; border-radius: 999px; }
nav a:hover{ background: rgba(255,255,255,.06); color: var(--text); }
.actions{ display:flex; align-items:center; gap: 10px; }
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  box-shadow: none;
  cursor:pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
  white-space:nowrap;
}
.btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.20); }
.btn.primary{
  border: 1px solid rgba(24,195,181,.55);
  background: linear-gradient(135deg, rgba(24, 195, 167, 0.95), rgba(15,168,156,.85));
  color:#062625;
  box-shadow: 0 16px 34px rgba(24,195,181,.18);
}
.btn.primary:hover{ transform: translateY(-1px); }
.btn.ghost{
  background: transparent;
  border: 1px solid rgba(255,255,255,.16);
  color: var(--text);
}
.btn.whatsapp{
  border: 1px solid rgba(72, 227, 186, 0.45);
  background: rgba(72,227,166,.08);
  color: var(--text);
}

/* Mobile nav */
.hamburger{ display:none; }
@media (max-width: 980px){
  nav{ display:none; }
  .hamburger{ display:inline-flex; }
}

/* Hero */
.hero{ padding: 56px 0 26px; position:relative; }
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 26px;
  align-items: stretch;
}
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: var(--muted);
  font-weight: 700;
  font-size: 12px;
  letter-spacing:.2px;
  width: fit-content;
}
.dot{
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(24,195,181,.14);
}
h1{
  margin: 14px 0 10px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.8px;
}
.lead{
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 62ch;
}
.hero-cta{ display:flex; flex-wrap:wrap; gap: 10px; margin-top: 18px; }
.hero-points{
  display:flex; flex-wrap:wrap;
  gap: 10px; margin-top: 16px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}
.pill{
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display:inline-flex; align-items:center; gap:8px;
}
.icon{
  width: 18px; height: 18px; display:inline-block;
  border-radius: 6px;
  background: rgba(24,195,181,.20);
  border: 1px solid rgba(24, 195, 152, 0.3);
}

/* Panel card */
.panel{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.panel::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(520px 360px at 20% 10%, rgba(24,195,181,.25), transparent 55%),
              radial-gradient(520px 360px at 80% 0%, rgba(216,192,139,.18), transparent 55%);
  pointer-events:none;
}
.panel-inner{ position:relative; padding: 18px; }
.panel-title{ font-size: 14px; font-weight: 800; color: rgba(255,255,255,.86); margin: 0 0 10px; letter-spacing:.2px;}
.kpis{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.kpi{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.18);
  padding: 12px;
}
.kpi .n{ font-size: 20px; font-weight: 900; letter-spacing:-.3px; }
.kpi .d{ margin-top: 6px; font-size: 12px; color: var(--muted); line-height: 1.4; font-weight: 700; }
.mini{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  padding: 14px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.55;
}
.mini strong{ color: rgba(255,255,255,.88); }
.mini ul{ margin: 10px 0 0 18px; padding:0; }
.mini li{ margin: 6px 0; }

/* Sections */
section{ padding: 36px 0; }
.section-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom: 16px; }
h2{ margin:0; font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -0.5px; }
.sub{ color: var(--muted); font-weight: 700; font-size: 14px; max-width: 68ch; line-height: 1.6; }

.grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 980px){ .grid3{ grid-template-columns: 1fr; } }
.card{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow2);
  padding: 16px;
}
.card h3{ margin:0 0 6px; font-size: 16px; letter-spacing: -0.2px; }
.card p{ margin: 0; color: var(--muted); font-weight: 700; font-size: 13px; line-height: 1.6; }

.tag{
  display:inline-flex; align-items:center; gap:8px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.14);
  color: rgba(255,255,255,.80);
  font-weight: 800;
  font-size: 12px;
  letter-spacing:.16px;
}
.tag .chip{
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(216,192,139,.10);
}

.split{ display:grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
@media (max-width: 980px){ .split{ grid-template-columns: 1fr; } }
.box{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
  padding: 18px;
  box-shadow: var(--shadow2);
  position:relative;
  overflow:hidden;
}
.box::before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(520px 360px at 20% 0%, rgba(24,195,181,.20), transparent 55%);
  pointer-events:none;
}
.box .content{ position:relative; }
.bullets{ margin: 10px 0 0 0; padding:0; list-style:none; }
.bullets li{
  display:flex; gap:10px; align-items:flex-start;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.55;
}
.bullets li:first-child{ border-top:none; padding-top: 2px; }
.check{
  width: 18px; height: 18px; border-radius: 6px;
  background: rgba(72,227,166,.16);
  border: 1px solid rgba(72,227,166,.28);
  flex: 0 0 18px;
  margin-top: 2px;
  position:relative;
}
.check::after{
  content:"";
  position:absolute; left: 5px; top: 4px;
  width: 6px; height: 9px;
  border-right: 2px solid rgba(255,255,255,.85);
  border-bottom: 2px solid rgba(255,255,255,.85);
  transform: rotate(38deg);
}

/* Forms */
.calc{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  padding: 18px;
  box-shadow: var(--shadow2);
}
.form-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 640px){ .form-row{ grid-template-columns: 1fr; } }
label{ display:block; font-size: 12px; color: var(--muted); font-weight: 800; margin: 10px 0 6px; }
input, select, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight: 700;
  outline:none;
}
input::placeholder, textarea::placeholder{ color: rgba(255,255,255,.50); font-weight:700; }
textarea{ min-height: 96px; resize: vertical; }
.result{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  padding: 14px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.55;
}
.result .big{ font-size: 22px; color: rgba(255,255,255,.92); font-weight: 950; letter-spacing: -.4px; }
.note{ font-size: 12px; color: rgba(255,255,255,.60); font-weight: 700; margin-top: 10px; line-height:1.55; }

/* FAQ */
.faq{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  overflow:hidden;
  box-shadow: var(--shadow2);
}
details{ padding: 14px 16px; border-top: 1px solid rgba(255,255,255,.08); }
details:first-child{ border-top:none; }
summary{
  cursor:pointer;
  list-style:none;
  font-weight: 900;
  color: rgba(255,255,255,.90);
  font-size: 14px;
  display:flex;
  justify-content:space-between;
  gap: 16px;
}
summary::-webkit-details-marker{ display:none; }
details p{ margin: 10px 0 0; color: var(--muted); font-weight: 750; font-size: 13px; line-height: 1.65; }

/* Footer */
footer{
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
  margin-top: 24px;
}
.footer-grid{ display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
@media (max-width: 980px){ .footer-grid{ grid-template-columns: 1fr; } }
.fine{ color: rgba(255,255,255,.60); font-weight: 700; font-size: 12px; line-height: 1.6; }

/* Floating */
.float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

/* Utility */
.hr{ height:1px; background: rgba(255,255,255,.08); margin: 18px 0; }
.muted{ color: var(--muted); }
.hide-mobile{ display:inline; }
@media (max-width: 520px){ .hide-mobile{ display:none; } }
.anchor{ scroll-margin-top: 84px; }
.brand-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1.1;
}

.brand-logo{
  height:42px;
  width:auto;
  display:block;
}

.brand-tagline{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
  margin-top:2px;
}