/* ============================================================
   LeadBoard — Sales LP. Reaproveita os tokens de styles.css.
   Acrescenta verde "Google Sheets" como cor de produto.
   ============================================================ */

:root {
  --sheets: #18A05A;
  --sheets-2: #25C36F;
  --sheets-soft: rgba(24, 160, 90, 0.14);
}

/* Section eyebrow centered helper already in styles.css */

/* ---------- HERO ---------- */
.lb-hero { padding-top: 150px; padding-bottom: 80px; }
.lb-hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.lb-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 8px;
  border-radius: 100px; background: var(--panel-2); border: 1px solid var(--border);
  font-size: 13px; color: var(--text-2); margin-bottom: 24px;
}
.lb-badge .pill {
  font-size: 11px; font-weight: 700; font-family: var(--font-display);
  background: var(--sheets-soft); color: var(--sheets-2);
  padding: 3px 9px; border-radius: 100px; letter-spacing: 0.04em; white-space: nowrap;
}
.lb-hero h1 { font-size: clamp(36px, 4.9vw, 60px); line-height: 1.04; letter-spacing: -0.03em; text-wrap: balance; }
.lb-hero .lead { font-size: clamp(17px, 1.7vw, 20px); color: var(--text-2); margin-top: 24px; max-width: 520px; line-height: 1.6; }
.lb-hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.lb-hero-assure { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; }
.lb-hero-assure .a { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--muted); }
.lb-hero-assure .a svg { color: var(--sheets-2); flex-shrink: 0; }

/* ---------- Google Sheets-style window mockup ---------- */
.hero-shot .frame {
  border: 1px solid var(--border-2); border-radius: 16px; overflow: hidden; background: #0F1117;
  box-shadow: 0 44px 120px -34px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.05);
}
.hero-shot .frame .tb { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: #181A20; border-bottom: 1px solid rgba(255,255,255,0.06); }
.hero-shot .frame .tb .dot { width: 11px; height: 11px; border-radius: 50%; }
.hero-shot .frame .tb .dot.r { background: #ED6A5E; } .hero-shot .frame .tb .dot.y { background: #F4BF50; } .hero-shot .frame .tb .dot.g { background: #61C454; }
.hero-shot .frame .tb .lbl { margin-left: 6px; font-size: 12px; color: var(--text-2); font-family: var(--font-display); }
.hero-shot .frame img { display: block; width: 100%; height: auto; }

/* auto-scrolling dashboard preview */
.hero-shot .hero-scroll { position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #11131a; }
.hero-shot .hero-scroll img { display: block; width: 100%; height: auto; will-change: transform; animation: heroDashScroll 22s cubic-bezier(0.45,0,0.55,1) infinite; }
.hero-shot .hero-scroll::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(8,5,15,0.28), transparent 12%, transparent 88%, rgba(8,5,15,0.28)); }
.hero-shot:hover .hero-scroll img { animation-play-state: paused; }
@keyframes heroDashScroll {
  0%, 12%   { transform: translateY(0); }
  50%, 60%  { transform: translateY(-58%); }
  96%, 100% { transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-shot .hero-scroll { aspect-ratio: 920 / 1372; }
  .hero-shot .hero-scroll img { animation: none; }
}

.sheet {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: #0F1117; border: 1px solid var(--border-2);
  box-shadow: 0 40px 120px -30px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.05);
}
.sheet::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; z-index: 3;
  background: linear-gradient(140deg, rgba(37,195,111,0.5), transparent 35%, transparent 70%, rgba(124,92,255,0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.sheet-bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: #181A20; border-bottom: 1px solid rgba(255,255,255,0.06); }
.sheet-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.sheet-bar .dot.r { background: #ED6A5E; } .sheet-bar .dot.y { background: #F4BF50; } .sheet-bar .dot.g { background: #61C454; }
.sheet-bar .file { margin-left: 8px; display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--text-2); font-family: var(--font-display); }
.sheet-bar .file .xls { width: 16px; height: 16px; border-radius: 4px; background: var(--sheets); display: grid; place-items: center; }
.sheet-bar .file .xls::after { content: ""; width: 8px; height: 8px; border: 1.6px solid #fff; border-radius: 1px; }
.sheet-bar .saved { margin-left: auto; font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.sheet-bar .saved .d { width: 7px; height: 7px; border-radius: 50%; background: var(--sheets-2); box-shadow: 0 0 0 3px var(--sheets-soft); }

/* spreadsheet grid */
.grid-x { padding: 4px 0 0; }
.grid-row { display: grid; grid-template-columns: 38px 1.5fr 1fr 1fr 0.9fr 1fr; align-items: stretch; }
.grid-row > div { padding: 9px 12px; font-size: 12.5px; border-bottom: 1px solid rgba(255,255,255,0.05); border-right: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; }
.grid-row > div:first-child { justify-content: center; color: var(--muted-2); font-size: 11px; background: rgba(255,255,255,0.02); }
.grid-row.head > div { background: rgba(255,255,255,0.03); color: var(--text-2); font-weight: 600; font-family: var(--font-display); font-size: 11.5px; letter-spacing: 0.02em; text-transform: uppercase; }
.grid-row .nm { color: var(--text); font-weight: 500; }
.chip { font-size: 11px; padding: 3px 9px; border-radius: 100px; font-weight: 600; }
.chip.hot { background: rgba(255,45,142,0.14); color: var(--magenta-2); }
.chip.warm { background: rgba(244,191,80,0.14); color: #F4BF50; }
.chip.cold { background: rgba(90,150,255,0.14); color: #7FA8FF; }
.chip.won { background: var(--sheets-soft); color: var(--sheets-2); }
.chip.prop { background: rgba(124,92,255,0.16); color: var(--violet-2); }
.cell-val { font-family: var(--font-display); font-weight: 600; color: var(--text); }
.cell-ch { color: var(--text-2); display: flex; align-items: center; gap: 7px; }
.cell-ch .wa { width: 14px; height: 14px; border-radius: 50%; background: #25D366; flex-shrink: 0; }
.cell-ch .ig { width: 14px; height: 14px; border-radius: 4px; background: linear-gradient(45deg,#F58529,#DD2A7B); flex-shrink: 0; }
.cell-ch .gg { width: 14px; height: 14px; border-radius: 50%; background: #4285F4; flex-shrink: 0; }

/* mini kpi strip under sheet */
.sheet-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,0.06); }
.sheet-kpis .k { background: #12141B; padding: 14px 16px; }
.sheet-kpis .k .lab { font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.sheet-kpis .k .val { font-family: var(--font-display); font-size: 19px; font-weight: 700; margin-top: 4px; }
.sheet-kpis .k .val small { font-size: 11px; color: var(--sheets-2); margin-left: 5px; }

/* ---------- generic card grids ---------- */
.lb-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 52px; }
.lb-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.lb-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 52px; }

.lb-card {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 24px; transition: border-color .3s, transform .3s, background .3s;
}
.lb-card:hover { border-color: var(--border-2); transform: translateY(-4px); background: var(--panel-2); }
.lb-card .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent); margin-bottom: 18px; }
.lb-card.sheet-ic .ic { background: var(--sheets-soft); color: var(--sheets-2); }
.lb-card h4 { font-size: 17.5px; letter-spacing: -0.01em; }
.lb-card p { font-size: 14px; color: var(--muted); margin-top: 8px; line-height: 1.55; }

/* ---------- DOR ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 52px; }
.pain-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 20px;
  transition: border-color .3s, transform .3s; }
.pain-card:hover { border-color: rgba(255,45,142,0.3); transform: translateY(-4px); }
.pain-card .x { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,45,142,0.08); color: var(--magenta-2);
  display: grid; place-items: center; margin-bottom: 16px; }
.pain-card h4 { font-size: 15.5px; letter-spacing: -0.01em; }
.pain-card p { font-size: 13px; color: var(--muted); margin-top: 7px; line-height: 1.5; }

/* ---------- SOLUÇÃO ---------- */
.sol { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center;
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(24,160,90,0.07), rgba(124,92,255,0.05)); padding: 52px; }
.sol h2 { font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -0.03em; line-height: 1.06; }
.sol p { color: var(--text-2); font-size: 16px; margin-top: 18px; line-height: 1.6; }
.sol-points { display: grid; gap: 12px; margin-top: 28px; }
.sol-point { display: flex; gap: 13px; align-items: center; font-size: 15.5px; color: var(--text); }
.sol-point .c { width: 26px; height: 26px; border-radius: 8px; background: var(--sheets-soft); color: var(--sheets-2);
  display: grid; place-items: center; flex-shrink: 0; }

/* ---------- RECURSOS (lista) ---------- */
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 40px; margin-top: 52px; }
.feat-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 4px; border-bottom: 1px solid var(--border); }
.feat-item .n { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--accent); width: 30px; flex-shrink: 0; }
.feat-item .ft { font-weight: 600; font-size: 16px; font-family: var(--font-display); letter-spacing: -0.01em; }
.feat-item .fd { font-size: 13.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }

/* ---------- HERO: linha de preço sob o CTA ---------- */
.hero-price-line { margin-top: 18px; display: flex; flex-direction: column; gap: 3px; }
.hero-price-line .hp-strong { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--text); letter-spacing: -0.01em; }
.hero-price-line .hp-strong b { color: var(--sheets-2); }
.hero-price-line .hp-once { color: var(--muted); font-weight: 500; font-size: 14px; }
.hero-price-line .hp-sub { font-size: 14px; color: var(--muted); }

/* ---------- REFORÇO DA DOR ---------- */
.pain-emote .lost-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 820px; margin: 44px auto 0; }
.lost { display: flex; align-items: center; gap: 15px; background: var(--panel); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px 22px; font-size: 16px; color: var(--text-2); transition: border-color .3s, transform .3s; }
.lost:hover { border-color: rgba(255,45,142,0.3); transform: translateY(-3px); }
.lost .xi { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,45,142,0.08); color: var(--magenta-2);
  display: grid; place-items: center; flex-shrink: 0; }
.pain-kicker { text-align: center; margin-top: 34px; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(19px, 2.3vw, 26px); letter-spacing: -0.015em; text-wrap: balance; }

/* ---------- VALOR / ANCORAGEM ---------- */
.value-anchor { padding-bottom: 0; }
.anchor-card { max-width: 760px; margin: 0 auto; text-align: center;
  border: 1px solid rgba(37,195,111,0.25); border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(37,195,111,0.09), rgba(124,92,255,0.05)); padding: 46px 42px; }
.anchor-q { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 2.8vw, 32px); letter-spacing: -0.02em; }
.anchor-card p { font-size: 17px; color: var(--text-2); margin-top: 16px; line-height: 1.6; max-width: 560px; margin-left: auto; margin-right: auto; }
.anchor-card p b { color: var(--text); }
.anchor-price { margin-top: 22px; font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--sheets-2); }
.anchor-price b { font-size: 23px; }

/* ---------- PARA QUEM É (checklist) ---------- */
.fit-checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 760px; margin: 44px auto 0; }
.fit { display: flex; align-items: center; gap: 15px; background: var(--panel); border: 1px solid var(--border);
  border-radius: 14px; padding: 20px 22px; font-size: 16px; color: var(--text); transition: border-color .3s, transform .3s; }
.fit:hover { border-color: rgba(37,195,111,0.3); transform: translateY(-3px); }
.fit .ci { width: 30px; height: 30px; border-radius: 8px; background: var(--sheets-soft); color: var(--sheets-2);
  display: grid; place-items: center; flex-shrink: 0; }

@media (max-width: 680px) {
  .pain-emote .lost-grid, .fit-checklist { grid-template-columns: 1fr; }
}

/* ---------- FRASE DE IMPACTO ---------- */
.quote-band { padding: clamp(60px,8vw,110px) 0; }
.big-quote {
  max-width: 980px; margin: 0 auto; text-align: center;
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(26px, 3.8vw, 46px); line-height: 1.18; letter-spacing: -0.025em;
  text-wrap: balance;
}

/* ---------- ANTES x DEPOIS ---------- */
.vs { max-width: 920px; margin: 52px auto 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.vs-head, .vs-row { display: grid; grid-template-columns: 1fr 1fr; }
.vs-head { border-bottom: 1px solid var(--border); }
.vs-h { display: flex; align-items: center; gap: 10px; padding: 18px 26px; font-family: var(--font-display); font-weight: 600; font-size: 15.5px; }
.vs-h.before { color: var(--muted); background: rgba(255,255,255,0.015); }
.vs-h.after { color: var(--text); background: var(--sheets-soft); }
.vs-ic { width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; }
.vs-ic.x { background: rgba(255,255,255,0.06); color: var(--muted); }
.vs-ic.c { background: var(--sheets); color: #fff; }
.vs-row:not(:last-child) { border-bottom: 1px solid var(--border); }
.vs-cell { padding: 18px 26px; font-size: 14.5px; line-height: 1.5; display: flex; align-items: center; }
.vs-cell.before { color: var(--muted); background: rgba(255,255,255,0.012); }
.vs-cell.before::before { content: ""; }
.vs-cell.after { color: var(--text-2); background: rgba(24,160,90,0.05); border-left: 1px solid var(--border); position: relative; padding-left: 44px; }
.vs-cell.after::before { content: ""; position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; border-radius: 50%; background: var(--sheets-2); box-shadow: 0 0 0 4px var(--sheets-soft); }
.vs-head .vs-h.after { border-left: 1px solid var(--border); }

@media (max-width: 680px) {
  .vs-head, .vs-row { grid-template-columns: 1fr; }
  .vs-head .vs-h.after, .vs-cell.after { border-left: none; border-top: 1px solid var(--border); }
  .vs-row:not(:last-child) .vs-cell.before { border-bottom: 1px solid var(--border); }
}

/* ---------- DEMONSTRAÇÃO ---------- */
.demo-feature { max-width: 1000px; margin: 52px auto 0; }
.demo-feature .frame {
  border: 1px solid var(--border-2); border-radius: 16px; overflow: hidden; background: #0F1117;
  box-shadow: 0 44px 120px -34px rgba(0,0,0,0.78);
}
.demo-feature .frame .tb { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: #181A20; border-bottom: 1px solid rgba(255,255,255,0.06); }
.demo-feature .frame .tb .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.demo-feature .frame .tb .lbl { margin-left: 8px; font-size: 12px; color: var(--muted); font-family: var(--font-display); }
.demo-img { display: block; width: 100%; height: auto; }

/* tab bar strip */
.demo-tabs { max-width: 1000px; margin: 48px auto 0; border: 1px solid var(--border-2);
  border-radius: 12px; overflow: hidden; box-shadow: 0 22px 60px -28px rgba(0,0,0,0.7); background: #fff; }
.demo-tabs img { display: block; width: 100%; height: auto; }
.demo-feats { max-width: 1000px; margin: 18px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.demo-feats .lb-card { padding: 22px 20px; }
.demo-feats .lb-card h4 { font-size: 16px; }

.demo-details { max-width: 1000px; margin: 22px auto 0; display: flex; flex-direction: column; gap: 18px; }
.demo-detail { display: grid; grid-template-columns: 0.82fr 1.55fr; gap: 32px; align-items: center;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 30px;
  transition: border-color .3s, background .3s; }
.demo-detail:hover { border-color: var(--border-2); background: var(--panel-2); }
.demo-detail.reverse { grid-template-columns: 1.55fr 0.82fr; }
.demo-detail .dd-tag { display: inline-block; font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft);
  padding: 4px 10px; border-radius: 100px; margin-bottom: 12px; }
.demo-detail .dd-text h4 { font-size: 19px; letter-spacing: -0.015em; line-height: 1.2; }
.demo-detail .dd-text p { font-size: 14px; color: var(--muted); margin-top: 9px; line-height: 1.55; }
.frame.slim { border: 1px solid var(--border-2); border-radius: 12px; overflow: hidden; background: #0F1117;
  box-shadow: 0 20px 54px -24px rgba(0,0,0,0.72); }
.frame.slim img { display: block; width: 100%; height: auto; }

.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.demo-shot { display: flex; flex-direction: column; }
.demo-shot .frame {
  border: 1px solid var(--border-2); border-radius: 16px; overflow: hidden; background: #0F1117;
  box-shadow: 0 24px 70px -28px rgba(0,0,0,0.7);
}
.demo-shot .frame .tb { display: flex; align-items: center; gap: 6px; padding: 9px 12px; background: #181A20; border-bottom: 1px solid rgba(255,255,255,0.06); }
.demo-shot .frame .tb .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.demo-shot .frame .tb .lbl { margin-left: 6px; font-size: 11px; color: var(--muted); font-family: var(--font-display); }
.demo-shot image-slot { width: 100%; aspect-ratio: 4 / 3; display: block; background: #0c0e14; }
.demo-shot .cap { font-size: 14px; color: var(--text-2); margin-top: 14px; text-align: center; font-family: var(--font-display); }

/* ---------- OBJEÇÕES ---------- */
.obj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 52px; }
.obj { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; }
.obj .q { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--border-2); line-height: 1; }
.obj h4 { font-size: 18px; letter-spacing: -0.01em; }
.obj h4 .quote { color: var(--text-2); font-style: italic; font-weight: 500; }
.obj p { font-size: 14.5px; color: var(--text-2); margin-top: 10px; line-height: 1.6; }

/* ---------- GARANTIA ---------- */
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 36px; align-items: center;
  border: 1px solid rgba(24,160,90,0.25); border-radius: var(--radius-lg);
  background: linear-gradient(150deg, rgba(24,160,90,0.1), transparent); padding: 44px 48px; }
.guarantee .seal { width: 120px; height: 120px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 50% 35%, rgba(37,195,111,0.3), rgba(24,160,90,0.08));
  border: 2px solid rgba(37,195,111,0.4); display: grid; place-items: center; text-align: center; }
.guarantee .seal .big { font-family: var(--font-display); font-weight: 700; font-size: 34px; line-height: 0.9; color: var(--sheets-2); }
.guarantee .seal .sm { font-size: 11px; color: var(--text-2); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }
.guarantee h3 { font-size: clamp(22px, 2.6vw, 30px); letter-spacing: -0.02em; }
.guarantee p { color: var(--text-2); font-size: 15.5px; margin-top: 12px; line-height: 1.6; max-width: 620px; }

/* ---------- OFERTA ---------- */
.offer { display: flex; justify-content: center; }
.offer-card { max-width: 540px; width: 100%; text-align: center; position: relative; overflow: hidden;
  border: 1px solid var(--border-2); border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(26,17,48,0.85), rgba(13,8,28,0.92)); padding: 48px 44px; }
.offer-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: var(--grad); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0.7; }
.offer-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-family: var(--font-display);
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.offer-card h3 { font-size: 24px; letter-spacing: -0.02em; }
.offer-price { display: flex; align-items: baseline; justify-content: center; gap: 14px; margin: 24px 0 6px; }
.offer-price .from { font-size: 20px; color: var(--muted); text-decoration: line-through; text-decoration-color: var(--accent); }
.offer-price .now { font-family: var(--font-display); font-weight: 700; font-size: 60px; letter-spacing: -0.03em; line-height: 1; }
.offer-price .cents { font-size: 26px; }
.offer-card .once { font-size: 14px; color: var(--sheets-2); font-weight: 600; }
.offer-list { display: grid; gap: 11px; margin: 28px 0; text-align: left; }
.offer-list .li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--text-2); }
.offer-list .li svg { color: var(--sheets-2); flex-shrink: 0; }
.offer-card .btn-primary { width: 100%; }
.offer-card .secure { font-size: 12.5px; color: var(--muted); margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 7px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 52px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 14px; background: var(--panel); overflow: hidden; transition: border-color .3s; }
.faq-item[open] { border-color: var(--border-2); background: var(--panel-2); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-display); font-weight: 600; font-size: 16.5px; letter-spacing: -0.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { width: 26px; height: 26px; flex-shrink: 0; position: relative; }
.faq-item summary .plus::before, .faq-item summary .plus::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform .3s var(--ease); }
.faq-item summary .plus::before { width: 14px; height: 2px; top: 12px; left: 6px; }
.faq-item summary .plus::after { width: 2px; height: 14px; top: 6px; left: 12px; }
.faq-item[open] summary .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item .ans { padding: 0 24px 24px; color: var(--text-2); font-size: 14.5px; line-height: 1.65; }

/* ---------- LeadBoard logo wordmark ---------- */
.lb-logo { font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.01em; color: #fff; display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.lb-logo .mk { width: 28px; height: 28px; border-radius: 8px; background: var(--grad); display: grid; place-items: center; flex-shrink: 0; }
.lb-logo .mk svg { color: #fff; }
.lb-logo .lb-logo-img { height: 26px; width: auto; display: block; }
.lb-logo .lb-sep { width: 1px; height: 20px; background: var(--border-2); display: block; }
.lb-logo .lb-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; color: #fff; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .lb-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .lb-grid-4 { grid-template-columns: 1fr 1fr; }
  .pain-grid { grid-template-columns: 1fr 1fr 1fr; }
  .sol { grid-template-columns: 1fr; gap: 34px; padding: 40px; }
  .feat-grid { grid-template-columns: 1fr; }
  .demo-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .demo-feats { grid-template-columns: 1fr 1fr; }
  .demo-detail, .demo-detail.reverse { grid-template-columns: 1fr; gap: 20px; }
  .demo-detail.reverse .dd-shot { order: 2; }
  .obj-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .lb-grid-4, .lb-grid-3, .lb-grid-2, .pain-grid { grid-template-columns: 1fr; }
  .demo-grid, .demo-feats { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 32px 24px; }
  .sol, .offer-card { padding: 30px 22px; }
  .lb-hero { padding-top: 120px; }
  .offer-price .now { font-size: 48px; }
  .grid-row { grid-template-columns: 30px 1.4fr 0.9fr 0.9fr 0.8fr; }
  .grid-row .col-val { display: none; }
}
