/* ---------- v2 · Product-first ---------- */

:root {
  --bg: #f0ead9;                /* warm off-white from brand sheet */
  --bg-2: #e6dfc8;
  --paper: #faf5e6;
  --paper-2: #ffffff;
  --paper-3: #f5efde;
  --dark-bg: #0a1410;
  --dark-bg-2: #0e1814;
  --dark-paper: #16201b;
  --dark-line: #1f2926;

  /* Brand greens — from logo system */
  --forest: #143824;            /* deepest — "você" bubble */
  --forest-2: #1b4a30;
  --forest-3: #245d3e;
  --sage: #80a187;              /* "Mentor" bubble — main accent */
  --sage-2: #6c9275;
  --sage-light: #a9c0ac;
  --sage-soft: #d0dbd2;
  --sage-glow: rgba(128, 161, 135, 0.55);

  /* Kept for live indicators in chat — used sparingly */
  --wa-bubble: #d9f0c5;
  --wa-bright: #1ea25a;
  --wa-bright-2: #25c264;

  --ink: #0c1410;               /* deep ink, near-black with green tint */
  --ink-2: #2a322d;
  --ink-3: #5e655e;
  --ink-soft: #898d83;

  --line: #d4c8a8;
  --line-2: #e2d6b8;
  --line-soft: #ece2c6;

  --amber: #b6651a;
  --amber-soft: #f1deb9;
  --rust: #a33d24;

  --rule: 1px solid var(--line);
  --maxw: 1200px;

  --shadow-soft: 0 1px 0 var(--line-2), 0 24px 60px -10px rgba(20, 56, 36, 0.10);
  --shadow-phone:
    0 1px 0 rgba(255,255,255, 0.05) inset,
    0 24px 60px -10px rgba(20, 56, 36, 0.35),
    0 50px 120px -30px rgba(20, 56, 36, 0.40);
  --shadow-phone-sm:
    0 16px 40px -10px rgba(20, 56, 36, 0.30),
    0 30px 80px -30px rgba(20, 56, 36, 0.35);
  --shadow-phone-glow:
    0 1px 0 rgba(255,255,255, 0.05) inset,
    0 0 0 1px rgba(0,0,0, 0.6),
    0 0 0 1px rgba(128, 161, 135, 0.18),
    0 24px 60px -10px rgba(20, 56, 36, 0.40),
    0 50px 140px -30px rgba(128, 161, 135, 0.32),
    0 80px 180px -40px rgba(128, 161, 135, 0.24);
  --shadow-btn:
    0 1px 0 rgba(255,255,255, 0.15) inset,
    0 1px 2px rgba(12,20,16,0.20),
    0 0 0 1px rgba(128, 161, 135, 0.08),
    0 8px 24px rgba(20, 56, 36, 0.30),
    0 12px 32px rgba(128, 161, 135, 0.18);
  --shadow-btn-glow:
    0 1px 0 rgba(255,255,255, 0.15) inset,
    0 1px 2px rgba(12,20,16,0.24),
    0 0 0 1px rgba(128, 161, 135, 0.22),
    0 12px 36px rgba(128, 161, 135, 0.42),
    0 20px 60px rgba(128, 161, 135, 0.30);
  --shadow-card:
    0 1px 0 var(--line-2),
    0 12px 32px -8px rgba(20, 56, 36, 0.14),
    0 4px 16px rgba(128, 161, 135, 0.08);
  --shadow-card-strong:
    0 1px 0 var(--line-2),
    0 1px 2px rgba(20, 56, 36, 0.08),
    0 20px 48px -12px rgba(20, 56, 36, 0.22),
    0 8px 24px rgba(128, 161, 135, 0.10);
  --shadow-card-hover:
    0 1px 0 var(--line-2),
    0 1px 2px rgba(20, 56, 36, 0.10),
    0 28px 56px -12px rgba(20, 56, 36, 0.28),
    0 16px 40px rgba(128, 161, 135, 0.22);
  --shadow-callout:
    0 1px 0 rgba(255,255,255, 0.7) inset,
    0 1px 2px rgba(20, 56, 36, 0.08),
    0 20px 48px -12px rgba(20, 56, 36, 0.25),
    0 8px 24px rgba(128, 161, 135, 0.22);
}
  --bg: #f4eedf;
  --bg-2: #ebe2cc;
  --paper: #fbf7ec;
  --paper-2: #ffffff;
  --paper-3: #faf5e8;
  --dark-bg: #0a0d0b;
  --dark-bg-2: #0e1411;
  --dark-paper: #161c18;
  --dark-line: #1f2622;

  --forest: #073827;
  --forest-2: #0c5839;
  --forest-3: #0e7647;
  --green-vivid: #1ed760;       /* the digital accent — used with restraint */
  --green-glow: rgba(30, 215, 96, 0.42);
  --wa-bubble: #d9f0c5;
  --wa-bright: #1ea25a;
  --wa-bright-2: #25c264;

  --ink: #060807;       /* near-black, deeper */
  --ink-2: #232826;
  --ink-3: #5b5e57;
  --ink-soft: #87887b;

  --line: #d6c8aa;
  --line-2: #e4d8bb;
  --line-soft: #ece2c8;

  --amber: #b6651a;
  --amber-soft: #f1deb9;
  --rust: #a33d24;

  --rule: 1px solid var(--line);
  --maxw: 1200px;

  --shadow-soft: 0 1px 0 var(--line-2), 0 24px 60px -10px rgba(10, 50, 33, 0.10);
  --shadow-phone: 0 1px 0 rgba(255,255,255, 0.05) inset, 0 24px 60px -10px rgba(7, 56, 39, 0.35), 0 50px 120px -30px rgba(7, 56, 39, 0.4);
  --shadow-phone-sm: 0 16px 40px -10px rgba(7, 56, 39, 0.30), 0 30px 80px -30px rgba(7, 56, 39, 0.35);
  --shadow-phone-glow:
    0 1px 0 rgba(255,255,255, 0.05) inset,
    0 0 0 1px rgba(0,0,0, 0.6),
    0 0 0 1px rgba(30, 215, 96, 0.10),
    0 24px 60px -10px rgba(7, 56, 39, 0.4),
    0 50px 140px -30px rgba(30, 215, 96, 0.28),
    0 80px 180px -40px rgba(30, 215, 96, 0.22);
  --shadow-btn:
    0 1px 0 rgba(255,255,255, 0.15) inset,
    0 1px 2px rgba(12,16,13,0.20),
    0 0 0 1px rgba(30, 215, 96, 0.05),
    0 8px 24px rgba(7, 56, 39, 0.30),
    0 12px 32px rgba(30, 215, 96, 0.18);
  --shadow-btn-glow:
    0 1px 0 rgba(255,255,255, 0.15) inset,
    0 1px 2px rgba(12,16,13,0.24),
    0 0 0 1px rgba(30, 215, 96, 0.18),
    0 12px 36px rgba(30, 215, 96, 0.42),
    0 20px 60px rgba(30, 215, 96, 0.28);
  --shadow-card:
    0 1px 0 var(--line-2),
    0 12px 32px -8px rgba(7, 56, 39, 0.14),
    0 4px 16px rgba(30, 215, 96, 0.06);
  --shadow-card-strong:
    0 1px 0 var(--line-2),
    0 1px 2px rgba(7, 56, 39, 0.08),
    0 20px 48px -12px rgba(7, 56, 39, 0.22),
    0 8px 24px rgba(30, 215, 96, 0.08);
  --shadow-card-hover:
    0 1px 0 var(--line-2),
    0 1px 2px rgba(7, 56, 39, 0.10),
    0 28px 56px -12px rgba(7, 56, 39, 0.28),
    0 16px 40px rgba(30, 215, 96, 0.18);
  --shadow-callout:
    0 1px 0 rgba(255,255,255, 0.7) inset,
    0 1px 2px rgba(7, 56, 39, 0.08),
    0 20px 48px -12px rgba(7, 56, 39, 0.25),
    0 8px 24px rgba(30, 215, 96, 0.18);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
html { scroll-behavior: smooth; }

body {
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-feature-settings: "ss01", "cv11", "ss03";
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16.5px;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }

::selection { background: var(--forest); color: var(--paper); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* ---------- Type scale ---------- */
.h1 {
  font-weight: 600;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.0;
  letter-spacing: -0.038em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.h2 {
  font-weight: 600;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.032em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
.h3 {
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.024em;
  margin: 0;
  color: var(--ink);
}
.body-lg { font-size: 19px; line-height: 1.5; color: var(--ink-2); text-wrap: pretty; }
.body { font-size: 16px; line-height: 1.55; color: var(--ink-2); }
.label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.label.green { color: var(--forest); }

.accent { color: var(--forest); }

/* ---------- Top bar ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 60%, transparent);
}
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.018em;
  color: var(--ink);
}
.brand-logo {
  width: 30px; height: 28px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(20, 56, 36, 0.18));
}
.topbar-right {
  display: flex; align-items: center; gap: 24px;
  font-size: 14px;
  color: var(--ink-2);
}
.topbar-right a:hover { color: var(--ink); }
.topbar-right .btn { padding: 9px 16px; font-size: 14px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .15s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(180deg, #0c100d 0%, #000000 100%);
  color: var(--paper);
  border-color: var(--ink);
  box-shadow: var(--shadow-btn);
  position: relative;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.10), transparent 40%);
  pointer-events: none;
}
.btn-primary:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: var(--shadow-btn-glow);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover { background: var(--paper-2); border-color: var(--ink-3); }
.btn-text {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.btn-text:hover { color: var(--forest); }
.btn-text .arr { transition: transform .2s ease; }
.btn-text:hover .arr { transform: translateX(3px); }

/* ---------- Sections ---------- */
section { padding: 100px 0; position: relative; }
@media (max-width: 720px) { section { padding: 72px 0; } }
section + section { border-top: 1px solid var(--line-soft); }

.eyebrow {
  display: inline-block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 18px;
}
.eyebrow.sage { color: var(--sage-2); }
.section-header {
  max-width: 720px;
  margin: 0 0 56px;
}
.section-header.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-header .sub {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink-2);
  text-wrap: pretty;
}

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 60% at 80% 22%, rgba(128, 161, 135, 0.28), transparent 58%),
    radial-gradient(45% 50% at 12% 78%, rgba(182, 101, 24, 0.08), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 56, 36, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 56, 36, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  mask-image: radial-gradient(60% 60% at 50% 40%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, black 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.6;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  min-height: 720px;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; min-height: 0; }
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: rgba(255,255,255, 0.55);
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.5) inset, 0 1px 2px rgba(12,16,13,0.04);
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(128, 161, 135, 0.28), 0 0 14px rgba(128, 161, 135, 0.6);
  animation: pulse-dot 2.4s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(128, 161, 135, 0.28), 0 0 14px rgba(128, 161, 135, 0.6); }
  50% { box-shadow: 0 0 0 7px rgba(128, 161, 135, 0.14), 0 0 22px rgba(128, 161, 135, 0.8); }
}
.hero-lede {
  margin-top: 22px;
  font-size: 19px;
  line-height: 1.45;
  max-width: 42ch;
  color: var(--ink-2);
  text-wrap: pretty;
}
.hero-cta {
  display: flex; align-items: center; gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-micro {
  margin-top: 16px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
}
.hero-trust {
  margin-top: 32px;
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  font-size: 13.5px;
  color: var(--ink-3);
}
.hero-trust .row {
  display: flex; align-items: center; gap: 6px;
}
.hero-trust svg { color: var(--forest); }

/* ---------- iPhone (real-feel device) ---------- */
.phone-wrap {
  position: relative;
  display: flex; justify-content: center; align-items: center;
}
.phone-wrap::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 999px;
  background: radial-gradient(closest-side, rgba(128, 161, 135, 0.34), transparent 70%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.iphone {
  position: relative;
  width: 376px; height: 762px;
  border-radius: 56px;
  background: linear-gradient(160deg, #1c1c1c 0%, #0a0a0a 100%);
  padding: 11px;
  box-shadow: var(--shadow-phone-glow);
  z-index: 2;
}
.iphone::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 55px;
  background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent 30%, transparent 70%, rgba(255,255,255,0.06));
  pointer-events: none;
  z-index: 3;
}
.iphone-side {
  position: absolute;
  background: #050505;
  border-radius: 2px;
}
.iphone-side.power { right: -2px; top: 200px; width: 3px; height: 90px; }
.iphone-side.vol-up { left: -2px; top: 160px; width: 3px; height: 56px; }
.iphone-side.vol-dn { left: -2px; top: 228px; width: 3px; height: 56px; }
.iphone-side.silent { left: -2px; top: 116px; width: 3px; height: 28px; }

.iphone-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 46px;
  background: #efe6d4;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,0.5) 0%, transparent 30%),
    radial-gradient(circle at 75% 75%, rgba(255,255,255,0.3) 0%, transparent 30%);
  overflow: hidden;
  display: flex; flex-direction: column;
  z-index: 1;
}

/* Dynamic island */
.dyn-island {
  position: absolute;
  top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 112px; height: 33px;
  background: #050505;
  border-radius: 999px;
  z-index: 5;
}

/* iOS status bar */
.ios-status {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 30px 8px;
  font-size: 15px; font-weight: 600;
  color: var(--ink);
  height: 54px;
  flex-shrink: 0;
}
.ios-status .time { font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.ios-status .icons { display: flex; gap: 5px; align-items: center; }

/* Chat header */
.wa-header {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 14px 10px;
  background: rgba(244, 238, 223, 0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  flex-shrink: 0;
}
.wa-back {
  color: var(--forest-3);
  font-size: 26px;
  width: 18px; height: 22px;
  display: grid; place-items: center;
  font-weight: 300;
  margin-right: 2px;
}
.wa-avatar {
  width: 36px; height: 36px;
  border-radius: 999px;
  background: linear-gradient(140deg, var(--forest-2), var(--forest));
  color: var(--paper);
  display: grid; place-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  box-shadow: 0 0 0 1px rgba(128, 161, 135, 0.24), 0 2px 8px rgba(128, 161, 135, 0.28);
  overflow: hidden;
}
.wa-avatar svg { width: 22px; height: 22px; display: block; }
.wa-meta { flex: 1; display: flex; flex-direction: column; line-height: 1.15; }
.wa-meta .name { font-size: 15px; font-weight: 600; color: var(--ink); }
.wa-meta .status { font-size: 12px; color: var(--wa-bright); }
.wa-actions { display: flex; gap: 16px; color: var(--forest-3); align-items: center; }
.wa-actions svg { width: 19px; height: 19px; }

/* Chat body */
.wa-body {
  flex: 1;
  padding: 10px 8px 6px;
  display: flex; flex-direction: column; gap: 5px;
  overflow: hidden;
}
.wa-day {
  align-self: center;
  padding: 5px 14px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  font-size: 11.5px;
  color: var(--ink-2);
  font-weight: 500;
  margin: 8px 0 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  text-transform: lowercase;
}
.wa-day:first-child { margin-top: 2px; }
.wa-bubble {
  max-width: 78%;
  padding: 7px 11px 6px;
  border-radius: 8px;
  font-size: 14.5px;
  line-height: 1.32;
  color: var(--ink);
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
}
.wa-bubble.me {
  align-self: flex-end;
  background: var(--wa-bubble);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  margin-right: 8px;
}
.wa-bubble.me::after {
  content: ""; position: absolute;
  right: -7px; bottom: 0;
  width: 8px; height: 14px;
  background: var(--wa-bubble);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.wa-bubble.them {
  align-self: flex-start;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  margin-left: 8px;
}
.wa-bubble.them::after {
  content: ""; position: absolute;
  left: -7px; bottom: 0;
  width: 8px; height: 14px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.wa-time {
  display: inline-block;
  font-size: 10px;
  color: var(--ink-3);
  margin-left: 6px;
  white-space: nowrap;
}
.wa-time .check {
  color: #3da5e0;
  margin-left: 3px;
  letter-spacing: -3px;
  font-weight: 600;
}

/* Inline product cards inside chat */
.wa-bubble.card { max-width: 86%; padding: 9px 11px 10px; }
.wa-card-label {
  font-size: 11px;
  color: var(--ink-3);
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
}
.wa-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: end;
  margin-bottom: 2px;
}
.wa-chart .col { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.wa-chart .bar { width: 70%; background: #c3d6a5; border-radius: 3px 3px 0 0; }
.wa-chart .col.peak .bar { background: var(--amber); }
.wa-chart .v { font-size: 9.5px; font-weight: 600; color: var(--ink-2); font-variant-numeric: tabular-nums; line-height: 1; }
.wa-chart .l { font-size: 9px; color: var(--ink-3); line-height: 1; }
.wa-saldo-card {
  background: linear-gradient(135deg, #f0f8ec, #ffffff);
  border: 1px solid #d4e8c4;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 4px;
}
.wa-saldo-card .lbl {
  font-size: 11px; color: var(--ink-3);
  font-weight: 500; margin-bottom: 4px;
}
.wa-saldo-card .v {
  font-size: 28px; font-weight: 600;
  color: var(--forest);
  letter-spacing: -0.02em;
  line-height: 1;
}
.wa-saldo-card .sub {
  font-size: 11px; color: var(--ink-3);
  margin-top: 4px;
}
.wa-actions-row {
  display: flex; gap: 6px;
  margin-top: 8px;
}
.wa-actions-row span {
  flex: 1; text-align: center;
  padding: 7px 8px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink);
}
.wa-actions-row .ok {
  background: var(--forest);
  color: #ffffff;
  border-color: var(--forest);
}

/* WA composer */
.wa-composer {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px 10px;
  background: rgba(244, 238, 223, 0.94);
  border-top: 1px solid rgba(0,0,0,0.06);
  flex-shrink: 0;
}
.wa-composer .field {
  flex: 1;
  background: #ffffff;
  border-radius: 999px;
  padding: 9px 12px 9px 14px;
  font-size: 13.5px;
  color: var(--ink-3);
  display: flex; align-items: center; gap: 10px;
}
.wa-composer .field svg { color: var(--ink-3); flex-shrink: 0; }
.wa-composer .field span:first-of-type { flex: 1; }
.wa-composer .mic {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--forest);
  color: white;
  display: grid; place-items: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(128, 161, 135, 0.24), 0 4px 12px rgba(128, 161, 135, 0.34);
}

/* Floating callouts */
.callout {
  position: absolute;
  background: rgba(255,255,255, 0.92);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ink);
  box-shadow: var(--shadow-callout);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 4;
  display: flex; flex-direction: column; gap: 2px;
  line-height: 1.25;
}
.callout-noticed {
  top: 40px; left: -100px;
  display: flex; flex-direction: row; align-items: center; gap: 10px;
  white-space: nowrap;
  animation: float-1 6s ease-in-out infinite;
}
@keyframes float-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.callout-noticed .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 0 4px rgba(128, 161, 135, 0.28), 0 0 14px rgba(128, 161, 135, 0.6);
  flex-shrink: 0;
  animation: pulse-dot 2.4s ease-in-out infinite;
}
.callout-noticed .head {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--ink-3);
  line-height: 1.3;
}
.callout-noticed .body {
  display: flex; flex-direction: column;
  line-height: 1.2;
}
.callout-noticed .body .a { font-size: 11px; color: var(--ink-3); font-family: "Geist Mono", monospace; letter-spacing: 0.04em; }
.callout-noticed .body .b { font-weight: 600; font-size: 13.5px; color: var(--ink); }

.callout-saldo {
  bottom: 90px; right: -30px;
  min-width: 180px;
  white-space: nowrap;
  animation: float-2 7s ease-in-out infinite;
}
@keyframes float-2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}
.callout-saldo .head {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-3);
  margin-bottom: 4px;
}
.callout-saldo .val {
  font-weight: 600; color: var(--forest);
  font-size: 22px; letter-spacing: -0.02em;
  line-height: 1;
}
.callout-saldo .sub {
  font-size: 11px; color: var(--ink-3); margin-top: 4px;
  font-family: "Geist Mono", monospace; letter-spacing: 0.02em;
}

/* ---------- Live indicator card (third floating element) ---------- */
.callout-live {
  top: 240px; right: -60px;
  min-width: 180px;
  white-space: nowrap;
  animation: float-3 8s ease-in-out infinite;
}
@keyframes float-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-4px, -4px); }
}
.callout-live .head {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-3);
  margin-bottom: 6px;
  display: flex; align-items: center; gap: 6px;
}
.callout-live .head .live-dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--sage);
  box-shadow: 0 0 8px rgba(128, 161, 135, 0.75);
  animation: pulse-dot 1.5s ease-in-out infinite;
}
.callout-live .row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; padding: 3px 0;
  gap: 16px;
}
.callout-live .row .name { color: var(--ink); }
.callout-live .row .val {
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.callout-live .row .val.up { color: var(--rust); }
.callout-live .row .val.down { color: var(--sage-2); }

/* abaixo de 1400px os callouts saem do modo flutuante (ver bloco stacked) */
/* mobile phone scaling handled in the mobile block at the end of this file */

/* ---------- COMO FUNCIONA — dark section with 3 mini phones ---------- */
#como {
  background: var(--dark-bg);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
#como::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 50% at 50% 20%, rgba(128, 161, 135, 0.14), transparent 60%),
    radial-gradient(60% 60% at 50% 100%, rgba(128, 161, 135, 0.08), transparent 60%);
  pointer-events: none;
}
#como::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(80% 80% at 50% 50%, black 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(80% 80% at 50% 50%, black 0%, transparent 80%);
  pointer-events: none;
}
#como .wrap { position: relative; z-index: 1; }
#como .h2 { color: var(--paper); }
#como .eyebrow { color: var(--sage-light); text-shadow: 0 0 14px rgba(128, 161, 135, 0.35); }
#como .section-header .sub { color: #9aa39c; }
#como .flow-step-num { color: var(--sage-light); }
#como .flow-caption h3 { color: var(--paper); }
#como .flow-caption p { color: #9aa39c; }
#como .mini-phone {
  box-shadow:
    0 0 0 1px rgba(255,255,255, 0.05),
    0 0 0 1px rgba(128, 161, 135, 0.16),
    0 24px 60px -10px rgba(0, 0, 0, 0.55),
    0 50px 120px -30px rgba(128, 161, 135, 0.32),
    0 80px 180px -40px rgba(128, 161, 135, 0.22),
    0 0 100px -20px rgba(128, 161, 135, 0.38);
}

.flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}
@media (max-width: 920px) {
  .flow { grid-template-columns: 1fr; gap: 56px; max-width: 360px; margin: 0 auto; }
}
.flow-item {
  display: flex; flex-direction: column; gap: 24px; align-items: center; text-align: center;
}
.flow-step-num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--forest);
  text-transform: uppercase;
}
.mini-phone {
  position: relative;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 19;
  border-radius: 42px;
  background: linear-gradient(160deg, #1c1c1c, #0a0a0a);
  padding: 8px;
  box-shadow: var(--shadow-phone-sm);
}
.mini-phone .iphone-screen {
  border-radius: 34px;
  background: #efe6d4;
}
.mini-phone .dyn-island { width: 84px; height: 22px; top: 9px; }
.mini-phone .ios-status { padding: 14px 22px 6px; font-size: 12.5px; height: 42px; }
.mini-phone .ios-status .icons svg { width: 13px; height: 9px; }
.mini-phone .wa-header { padding: 5px 10px 8px; gap: 8px; }
.mini-phone .wa-avatar { width: 28px; height: 28px; font-size: 13px; }
.mini-phone .wa-meta .name { font-size: 12.5px; }
.mini-phone .wa-meta .status { font-size: 10.5px; }
.mini-phone .wa-actions { display: none; }
.mini-phone .wa-back { font-size: 22px; }
.mini-phone .wa-body { padding: 8px 6px; gap: 4px; }
.mini-phone .wa-day { font-size: 9.5px; padding: 3px 10px; margin: 4px 0 2px; }
.mini-phone .wa-bubble { font-size: 11.5px; padding: 5px 8px 4px; max-width: 84%; }
.mini-phone .wa-bubble.me { margin-right: 6px; }
.mini-phone .wa-bubble.them { margin-left: 6px; }
.mini-phone .wa-time { font-size: 8.5px; margin-left: 4px; }
.mini-phone .wa-bubble.me::after,
.mini-phone .wa-bubble.them::after { width: 6px; height: 10px; }
.mini-phone .wa-saldo-card { padding: 8px 10px; }
.mini-phone .wa-saldo-card .v { font-size: 22px; }
.mini-phone .wa-saldo-card .lbl, .mini-phone .wa-saldo-card .sub { font-size: 9.5px; }
.mini-phone .wa-card-label { font-size: 9.5px; margin-bottom: 4px; }
.mini-phone .wa-chart { gap: 4px; }
.mini-phone .wa-chart .v { font-size: 8px; }
.mini-phone .wa-chart .l { font-size: 7.5px; }
.mini-phone .wa-composer { padding: 6px 8px 8px; }
.mini-phone .wa-composer .field { padding: 6px 10px; font-size: 11px; }
.mini-phone .wa-composer .mic { width: 28px; height: 28px; }
.mini-phone .wa-composer .mic svg { width: 13px; height: 13px; }

.flow-caption {
  max-width: 24ch;
}
.flow-caption h3 {
  font-size: 19px; font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.018em;
}
.flow-caption p {
  font-size: 14.5px; margin: 0;
  color: var(--ink-3);
}

/* ---------- Features grid ---------- */
#features {
  background: var(--paper);
  position: relative;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 980px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

.feat {
  background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 22px 24px;
  display: flex; flex-direction: column;
  gap: 16px;
  min-height: 280px;
  box-shadow: var(--shadow-card-strong);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feat-meta {
  display: flex; gap: 12px; align-items: flex-start;
}
.feat-meta > div { flex: 1; }
.feat:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(128, 161, 135, 0.32);
}
.feat .feat-preview {
  height: 140px;
  background: linear-gradient(180deg, var(--paper-3) 0%, #ffffff 100%);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 14px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255,255,255, 0.6) inset;
}
.feat h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.018em;
  margin: 0;
  text-wrap: balance;
}
.feat p {
  font-size: 14px;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.45;
}

/* Feat preview specifics */
.fp-bubbles { display: flex; flex-direction: column; gap: 4px; }
.fp-bubbles .b {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 8px;
  max-width: 84%;
  line-height: 1.3;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.08);
}
.fp-bubbles .b.me { align-self: flex-end; background: var(--wa-bubble); }
.fp-bubbles .b.them { align-self: flex-start; background: #ffffff; }

.fp-saldo {
  display: flex; flex-direction: column; gap: 6px;
}
.fp-saldo .row {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 11px; color: var(--ink-3);
}
.fp-saldo .big {
  font-size: 28px; font-weight: 600;
  color: var(--forest); letter-spacing: -0.02em;
  line-height: 1;
}
.fp-saldo .small { text-decoration: line-through; color: var(--ink-3); }

.fp-metas { display: flex; flex-direction: column; gap: 8px; }
.fp-meta {
  display: grid; grid-template-columns: 70px 1fr;
  gap: 8px; align-items: center;
  font-size: 11px;
}
.fp-meta .n { color: var(--ink); font-weight: 500; }
.fp-meta .t { height: 6px; border-radius: 999px; background: var(--bg-2); overflow: hidden; }
.fp-meta .t i { display: block; height: 100%; border-radius: 999px; }
.fp-meta.green .t i { background: var(--forest-3); width: 32%; }
.fp-meta.amber .t i { background: var(--amber); width: 78%; }
.fp-meta.red .t i { background: var(--rust); width: 100%; }

.fp-cartao {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--line-2); border-radius: 8px; overflow: hidden;
}
.fp-cartao > div { background: var(--paper-2); padding: 8px 10px; }
.fp-cartao .k { font-family: "Geist Mono", monospace; font-size: 8.5px; color: var(--ink-3); letter-spacing: 0.12em; text-transform: uppercase; }
.fp-cartao .v { font-size: 16px; font-weight: 600; margin-top: 2px; letter-spacing: -0.012em; }

/* ---------- O Toque section ---------- */
.toque {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.toque::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 50% at 90% 30%, rgba(128, 161, 135, 0.18), transparent 60%);
  pointer-events: none;
}
.toque .wrap { position: relative; z-index: 1; }
.toque .phone-wrap::before {
  width: 500px; height: 500px;
  background: radial-gradient(closest-side, rgba(128, 161, 135, 0.28), transparent 70%);
}
.toque-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .toque-grid { grid-template-columns: 1fr; gap: 48px; }
}
.toque-text { max-width: 460px; }
.toque-points {
  margin-top: 36px;
  display: flex; flex-direction: column;
}
.toque-point {
  padding: 22px 0;
  border-top: 1px solid var(--line-soft);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: start;
}
.toque-point:first-of-type { border-top: 0; padding-top: 8px; }
.toque-point:last-of-type { padding-bottom: 0; }
.toque-point .dot-num {
  width: 26px; height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--forest-2) 0%, var(--forest) 100%);
  color: var(--paper);
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.08) inset,
    0 0 0 1px rgba(128, 161, 135, 0.20),
    0 4px 12px rgba(20, 56, 36, 0.30),
    0 0 18px rgba(128, 161, 135, 0.30);
}
.toque-point h4 {
  font-size: 17px; font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.018em;
}
.toque-point p {
  font-size: 15px;
  color: var(--ink-2);
  margin: 0;
  line-height: 1.45;
  max-width: 42ch;
}

/* ---------- CTA ---------- */
.cta-final {
  padding: 120px 0;
  background: linear-gradient(180deg, #0a1410 0%, #0f1c16 100%);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 50% at 75% 25%, rgba(128, 161, 135, 0.24), transparent 60%),
    radial-gradient(35% 40% at 18% 75%, rgba(182, 101, 24, 0.08), transparent 60%);
  pointer-events: none;
}
.cta-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(60% 60% at 50% 50%, black 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(60% 60% at 50% 50%, black 0%, transparent 75%);
  pointer-events: none;
}
.cta-final .wrap { position: relative; z-index: 1; }
.cta-final .h1 { color: var(--paper); }
.cta-final .sub {
  color: #b8c4b9;
  font-size: 19px;
  margin-top: 16px;
  line-height: 1.45;
  max-width: 48ch;
}
.cta-final .form {
  margin-top: 40px;
  max-width: 560px;
}
.cta-final .form .row { display: flex; gap: 10px; }
.cta-final input[type="email"] {
  flex: 1;
  padding: 16px 22px;
  background: rgba(255,255,255, 0.08);
  border: 1px solid rgba(255,255,255, 0.18);
  border-radius: 999px;
  color: var(--paper);
  font-family: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color .2s, background .2s;
}
.cta-final input[type="email"]::placeholder { color: #8a988b; }
.cta-final input[type="email"]:focus {
  border-color: var(--sage);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 4px rgba(128, 161, 135, 0.20);
}
.cta-final .btn-primary {
  background: linear-gradient(180deg, #f8f4e9 0%, #ebe0c8 100%);
  color: var(--ink);
  border-color: var(--paper);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.6) inset, 0 1px 2px rgba(0,0,0,0.2), 0 8px 24px rgba(0, 0, 0, 0.35);
}
.cta-final .btn-primary::before { display: none; }
.cta-final .btn-primary:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f4eedf 100%);
  box-shadow: 0 1px 0 rgba(255,255,255, 0.6) inset, 0 1px 2px rgba(0,0,0,0.2), 0 12px 32px rgba(128, 161, 135, 0.42);
}
.cta-final .err {
  color: #f0b8a8; font-size: 13px; min-height: 18px; margin-top: 10px;
  font-family: "Geist Mono", monospace;
}
.cta-final .microcopy {
  margin-top: 14px;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #8a988b;
}
.cta-final .success {
  display: flex; gap: 16px; align-items: flex-start;
  margin-top: 32px;
}
.cta-final .success .ico {
  width: 44px; height: 44px; border-radius: 999px;
  background: var(--paper); color: var(--ink);
  display: grid; place-items: center; flex-shrink: 0;
}
.cta-final .success h4 {
  font-size: 22px; margin: 0 0 4px; font-weight: 600;
  letter-spacing: -0.02em; color: var(--paper);
}
.cta-final .success p {
  margin: 0; font-size: 16px; color: #b8c4b9;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin-top: 24px; }
.faq-item {
  border-top: 1px solid var(--line-soft);
  padding: 22px 0;
  cursor: pointer;
}
.faq-item:last-child { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.014em;
  gap: 18px;
}
.faq-q .plus {
  width: 20px; height: 20px;
  position: relative;
  flex-shrink: 0;
  transition: transform .3s ease;
}
.faq-q .plus::before, .faq-q .plus::after {
  content: ""; position: absolute; background: var(--ink);
  inset: 0; margin: auto;
}
.faq-q .plus::before { width: 12px; height: 1.5px; }
.faq-q .plus::after { width: 1.5px; height: 12px; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .3s ease, margin-top .3s ease;
  color: var(--ink-2);
  font-size: 16px;
}
.faq-item.open .faq-a { max-height: 220px; margin-top: 10px; }

/* ---------- Footer ---------- */
footer {
  background: var(--bg);
  padding: 56px 0 72px;
  border-top: 1px solid var(--line-soft);
}
footer .row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px; flex-wrap: wrap;
}
footer .copyright {
  font-family: "Geist Mono", monospace;
  font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em;
}
footer .links {
  display: flex; gap: 24px;
  font-size: 14px;
  color: var(--ink-2);
}
footer .links a:hover { color: var(--ink); }

/* ---------- Footer institutional ---------- */
footer .row { align-items: flex-start; }
footer .foot-cols { display: flex; gap: 64px; flex-wrap: wrap; }
footer .links.col { flex-direction: column; gap: 10px; align-items: flex-start; }
footer .links .col-title { font-family: "Geist Mono", monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
footer .foot-inst { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--ink-3); line-height: 1.65; max-width: 76ch; }
footer .foot-inst p { margin: 0 0 10px; }

/* ---------- Contract summary (CTA) ---------- */
.hire-summary { max-width: 520px; text-align: left; padding: 22px 24px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; }
.hire-summary .hire-title { font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #8fa693; margin-bottom: 14px; }
.hire-summary dl { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.hire-summary dl > div { display: grid; grid-template-columns: 108px 1fr; gap: 12px; }
.hire-summary dt { font-size: 13px; font-weight: 500; color: var(--paper); }
.hire-summary dd { margin: 0; font-size: 13px; line-height: 1.5; color: #b8c4b9; }
.hire-summary .hire-note { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; line-height: 1.5; color: #97a29a; }
.hire-summary .hire-note a { color: #cdd6cd; text-decoration: underline; }
/* CTA row: big button left, microcopy + terms under it */
.cta-row { display: flex; justify-content: flex-start; margin-top: 48px; }
.cta-action { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 560px; }
.btn-xl { font-size: 20px; padding: 22px 48px; border-radius: 999px; }
.cta-final .cta-row .microcopy { margin-top: 0; text-align: left; line-height: 1.7; }
.cta-terms { font-size: 13px; line-height: 1.6; color: #97a29a; text-align: left; }
.cta-terms a { color: #cdd6cd; text-decoration: underline; }
.cta-terms a:hover { color: var(--paper); }
@media (max-width: 860px){ .cta-row { justify-content: center; } .cta-action { align-items: center; } .cta-final .cta-row .microcopy, .cta-terms { text-align: center; } }
@media (max-width: 520px){ .hire-summary dl > div { grid-template-columns: 1fr; gap: 2px; } }

/* ---------- Painel Web section ---------- */
#painel { background: var(--paper); }
.painel-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; }
@media (max-width: 980px){ .painel-grid { grid-template-columns: 1fr; gap: 44px; } }
.painel-shot { border-radius: 18px; padding: 10px; background: #fff; border: 1px solid var(--line-soft); box-shadow: 0 24px 60px -24px rgba(12, 20, 16, 0.28), 0 4px 14px rgba(12, 20, 16, 0.06); }
.painel-shot image-slot { width: 100%; aspect-ratio: 16 / 10; display: block; }
.painel-points { display: flex; flex-direction: column; }
.painel-micro { margin-top: 28px; text-align: left; }

/* ---------- Plan cards (CTA final) ---------- */
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 320px)); gap: 20px; margin-top: 48px; }
.plan-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 30px 28px 26px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.05); }
.plan-card.featured { border: 2px solid var(--sage); background: rgba(128,161,135,0.13); box-shadow: 0 0 0 4px rgba(128,161,135,0.14), 0 16px 40px rgba(0,0,0,0.35); }
.plan-badge { position: absolute; top: -13px; right: 20px; background: var(--sage); color: #0a1410; font-family: "Geist Mono", monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.plan-name { font-family: "Geist Mono", monospace; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #b8c4b9; }
.plan-price { font-size: 36px; font-weight: 600; letter-spacing: -0.02em; color: var(--paper); line-height: 1; }
.plan-price .per { font-size: 16px; font-weight: 400; color: #b8c4b9; letter-spacing: 0; margin-left: 4px; }
.plan-note { font-size: 14px; color: #b8c4b9; }
.plan-btn { margin-top: auto; align-self: stretch; justify-content: center; padding-top: 15px; padding-bottom: 15px; }
.plan-card .plan-btn { margin-top: 16px; }
.plans + .cta-row { margin-top: 28px; }
@media (max-width: 700px){ .plans { grid-template-columns: 1fr; } }
@media (max-width: 860px){ .plans { justify-content: center; } }

/* ---------- Registrar é fácil ---------- */
.modes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mode-card { border: 1px solid var(--line-soft); border-radius: 18px; background: #fff; padding: 26px 24px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.mode-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--forest); color: var(--paper); display: grid; place-items: center; margin-bottom: 4px; }
.mode-card h4 { margin: 0; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.mode-card p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--ink-2); }
.modes-micro { margin-top: 26px; text-align: center; }
@media (max-width: 980px){ .modes-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .modes-grid { grid-template-columns: 1fr; } }
/* Balão de áudio (voice note) */
.wa-audio { display: flex; align-items: center; gap: 9px; padding: 3px 2px; min-width: 150px; }
.wa-audio .play { width: 0; height: 0; border-left: 11px solid var(--forest-2); border-top: 7px solid transparent; border-bottom: 7px solid transparent; flex-shrink: 0; }
.wa-audio .wave { display: flex; align-items: center; gap: 2px; }
.wa-audio .wave i { display: block; width: 2.5px; border-radius: 2px; background: rgba(20,56,36,0.4); }
.wa-audio .dur { font-family: "Geist Mono", monospace; font-size: 10px; color: var(--ink-3); }
/* Miniatura de foto de cupom */
.wa-photo { width: 118px; background: #fdfcf7; border: 1px solid #e4e0d2; border-radius: 7px; padding: 10px 10px 8px; margin: 2px 0 4px; }
.wa-photo .ph-head { display: block; height: 5px; width: 55%; border-radius: 3px; background: #c9c4b2; margin-bottom: 8px; }
.wa-photo i { display: block; height: 4px; border-radius: 2px; background: #dedacb; margin: 5px 0; }
.wa-photo i:nth-of-type(2) { width: 85%; }
.wa-photo i:nth-of-type(3) { width: 70%; }
.wa-photo .ph-total { display: flex; justify-content: space-between; margin-top: 8px; padding-top: 7px; border-top: 1px dashed #d2cdba; }
.wa-photo .ph-total b { display: block; height: 5px; border-radius: 3px; background: #9a957f; width: 26px; }
.wa-photo .ph-total b:last-child { width: 20px; }

/* ---------- Mobile fixes (overflow + nav) ---------- */
html, body { max-width: 100%; overflow-x: hidden; }
img, svg, .painel-shot img { max-width: 100%; }
@media (max-width: 820px){
  .topbar-right { gap: 16px; }
  .topbar-inner { height: 58px; }
}
@media (max-width: 720px){
  .wrap { padding: 0 20px; }
  .section-header { margin-bottom: 40px; }
  .hero-cta { flex-wrap: wrap; gap: 12px; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
  .hero .microcopy, .hero-trust { font-size: 12px; }
  .hero-trust { flex-wrap: wrap; row-gap: 8px; }
  .plans { margin-top: 36px; }
  .plan-badge { right: 14px; }
  .cta-final .h1 { font-size: clamp(34px, 10vw, 52px); }
}
@media (max-width: 480px){
  .footer-cols { gap: 28px 20px; }
  .plan-price { font-size: 32px; }
}
@media (max-width: 900px){
  .phone-wrap { justify-content: center; margin-left: auto; margin-right: auto; }
}
/* Mobile: celular centralizado em tamanho cheio; janelinhas empilhadas fora dele */
@media (max-width: 1400px){
  .phone-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; transform: none; margin: 0 auto; width: 100%; max-width: 100%; }
  .callout { position: static; display: block; animation: none; width: fit-content; max-width: 100%; inset: auto; }
  .callout-noticed { order: 1; }
  .iphone { order: 2; transform-origin: top center; }
  .callout-live { order: 3; }
  .callout-saldo { order: 4; }
}
@media (max-width: 440px){
  .iphone { transform: scale(0.86); margin-bottom: -102px; }
}
@media (max-width: 370px){
  .iphone { transform: scale(0.79); margin-bottom: -153px; }
}

/* ---------- Grid children must be allowed to shrink (prevents clipped text on mobile) ---------- */
.hero-grid > *, .toque-grid > *, .painel-grid > *, .flow > *, .features-grid > *, .modes-grid > *, .plans > *, .footer-cols > * { min-width: 0; }
.hero-copy, .toque-text, .section-header, .hero-lede, .hero h1, .h1, .h2 { max-width: 100%; }
.hero .microcopy, .hero-micro, .microcopy { white-space: normal; overflow-wrap: break-word; }
@media (max-width: 720px){
  .hero-cta { width: 100%; }
  .hero-cta .btn { width: 100%; }
}

/* ---------- Fixed topbar offsets ---------- */
body { padding-top: 64px; }
html { scroll-padding-top: 76px; }
.topbar { box-shadow: 0 1px 12px rgba(20,56,36,0.06); }
@media (max-width: 860px){
  .topbar-inner { height: 58px; }
  body { padding-top: 58px; }
  html { scroll-padding-top: 66px; }
  .topbar .brand span { font-size: 17px; }
  .topbar-right { gap: 13px; font-size: 13px; }
  .topbar-right a[href^="https://app."] { display: none; }
  .topbar-right .btn { padding: 9px 14px; font-size: 13px; white-space: nowrap; }
}
@media (max-width: 480px){
  .topbar .wrap { padding-left: 14px; padding-right: 14px; }
  .topbar .brand span { font-size: 15.5px; }
  .topbar .brand-logo { width: 26px; height: 26px; }
  .topbar-right { gap: 9px; font-size: 11.5px; }
  .topbar-right a:not(.btn) { letter-spacing: -0.01em; }
  .topbar-right .btn { padding: 8px 11px; font-size: 11.5px; }
}

