/* =========================================
   The Analyst AI — shared stylesheet
   ========================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #0d1117;
  color: #e6edf3;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: 0.85; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 2.5rem 4rem;
}

/* ===== Nav ===== */
.nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 3rem;
}
.nav-logo {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #3bf084;
  display: inline-block;
}
.nav-brand {
  font-size: 14px;
  color: #e6edf3;
  font-weight: 500;
}
.nav-brand a { color: inherit; }
.nav-back {
  font-size: 13px;
  color: #6ab0f3;
  margin-left: 20px;
}
.nav-contact {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8b949e;
}
.nav-contact .wa-num {
  color: #3bf084;
  font-weight: 500;
  font-family: 'JetBrains Mono', monospace;
}

/* ===== Headline styles ===== */
h1 {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1px;
  color: #f5f5f5;
  margin: 0;
}
h1.landing-h1 { font-size: 52px; text-align: center; }
h1.page-h1 { font-size: 44px; margin-bottom: 16px; }

h1 .messy, h1 .accent-orange { color: #ff7a45; }
h1 .organized, h1 .accent-green { color: #3bf084; }
h1 .accent-yellow { color: #f0c040; }

.subhead {
  font-size: 15px;
  color: #8b949e;
  line-height: 1.65;
  max-width: 640px;
  margin-bottom: 2.5rem;
}

.chapter-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
}
.chapter-label {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.chapter-label.ch1 { color: #ff7a45; }
.chapter-label.ch2 { color: #3bf084; }
.chapter-tag {
  font-size: 11px;
  color: #8b949e;
  letter-spacing: 2px;
}

/* ===== Headline wrap (landing) ===== */
.headline-wrap {
  text-align: center;
  margin-bottom: 3.5rem;
}

/* ===== Hero — three panel (landing) ===== */
.hero-three {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
  gap: 28px;
  align-items: center;
  min-height: 580px;
  margin-bottom: 2rem;
}

/* Panel 1 — Excel sheets */
.panel-left {
  position: relative;
  height: 580px;
}
.excel-sheet {
  position: absolute;
  width: 300px;
  background: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: 0 10px 35px rgba(0,0,0,0.5);
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  overflow: hidden;
}
.excel-sheet-1 { top: 10px;  left: 10px; transform: rotate(-4deg); z-index: 3; }
.excel-sheet-2 { top: 210px; left: 40px; transform: rotate(2.5deg); z-index: 2; }
.excel-sheet-3 { top: 400px; left: 0px;  transform: rotate(-1.5deg); z-index: 1; }

.excel-titlebar {
  background: #217346;
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.excel-titlebar .x-icon {
  background: #fff;
  color: #217346;
  font-weight: 700;
  font-size: 9px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.excel-titlebar-right {
  margin-left: auto;
  display: flex;
  gap: 4px;
}
.excel-titlebar-right span {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  display: inline-block;
  border-radius: 1px;
}
.excel-formulabar {
  background: #f3f2f1;
  border-bottom: 1px solid #c0c0c0;
  padding: 3px 8px;
  font-size: 9px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
}
.cell-ref {
  background: #fff;
  padding: 1px 4px;
  border: 1px solid #c0c0c0;
  min-width: 30px;
}
.fx { color: #217346; font-style: italic; font-weight: 600; }
.excel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.excel-table th, .excel-table td {
  padding: 3px 6px;
  border: 1px solid #e8e8e8;
}
.excel-table th {
  background: #f3f2f1;
  color: #444;
  font-weight: 600;
  text-align: left;
}
.excel-table th:first-child, .excel-table td:first-child {
  width: 22px;
  text-align: center;
  background: #f3f2f1;
  color: #666;
  font-weight: 600;
}
.excel-table td.num { text-align: right; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; }
.excel-table td.err { color: #c0392b; }
.excel-table td.err-bg { background: #fdecea; color: #c0392b; }
.excel-sheet-tabs {
  background: #f3f2f1;
  border-top: 1px solid #c0c0c0;
  padding: 3px 6px;
  font-size: 9px;
  display: flex;
  gap: 4px;
}
.excel-sheet-tabs .tab {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-bottom: none;
  padding: 2px 8px;
  color: #217346;
  font-weight: 500;
}
.excel-sheet-tabs .tab-inactive {
  background: transparent;
  border: 1px solid transparent;
  color: #888;
  font-weight: 400;
}

/* Flying data particles */
.particle {
  position: absolute;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  color: #c9a67a;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}
.particle.err { color: #ff7a45; }
@keyframes fly {
  0%   { transform: translateX(0); opacity: 0; }
  10%  { opacity: 1; }
  80%  { opacity: 0.7; }
  100% { transform: translateX(180px); opacity: 0; }
}
.p1 { top: 80px;  left: 315px; animation: fly 4s linear infinite 0s; }
.p2 { top: 120px; left: 315px; animation: fly 4s linear infinite 0.6s; }
.p3 { top: 160px; left: 315px; animation: fly 4s linear infinite 1.2s; }
.p4 { top: 280px; left: 340px; animation: fly 4s linear infinite 1.8s; }
.p5 { top: 320px; left: 340px; animation: fly 4s linear infinite 2.4s; }
.p6 { top: 360px; left: 340px; animation: fly 4s linear infinite 0.3s; }
.p7 { top: 470px; left: 300px; animation: fly 4s linear infinite 0.9s; }
.p8 { top: 510px; left: 300px; animation: fly 4s linear infinite 1.5s; }
.p9 { top: 550px; left: 300px; animation: fly 4s linear infinite 2.1s; }

/* ===== Phone ===== */
.panel-phone, .panel-phone-two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
}
.phone {
  width: 240px;
  height: 500px;
  background: #000;
  border-radius: 38px;
  border: 2px solid #2a2a2a;
  padding: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.65);
  position: relative;
}
.phone::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #1a1a1a;
  border-radius: 3px;
  z-index: 5;
}
.phone-screen {
  background: #17212b;
  border-radius: 28px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tg-header {
  background: #242f3d;
  padding: 24px 12px 10px;
  border-bottom: 0.5px solid #0a1520;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tg-back { color: #6ab0f3; font-size: 16px; font-weight: 300; }
.tg-avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #3bf084;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #0d1117;
  font-weight: 600;
}
.tg-meta { flex: 1; }
.tg-title { font-size: 11px; color: #fff; font-weight: 500; }
.tg-status { font-size: 9px; color: #6ab0f3; }
.tg-menu-icon { color: #8b949e; font-size: 15px; letter-spacing: 1px; }

.tg-body {
  padding: 10px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

/* Processing card (landing phone) */
.processing-card {
  background: #182533;
  border-radius: 10px;
  padding: 10px;
}
.processing-label {
  font-size: 9px;
  color: #6ab0f3;
  font-weight: 500;
  margin-bottom: 5px;
}
.processing-count {
  font-size: 12px;
  color: #3bf084;
  font-weight: 600;
  font-family: 'JetBrains Mono', monospace;
  margin-bottom: 6px;
}
.progress-track {
  background: #0a1520;
  height: 5px;
  border-radius: 3px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #3bf084;
  width: 20%;
}

/* Menu grid */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.menu-btn {
  background: #232e3c;
  color: #fff;
  padding: 6px 4px;
  border-radius: 5px;
  font-size: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
}
.menu-btn-full {
  grid-column: 1 / -1;
  margin-top: 2px;
}
.menu-btn .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.dot-green { background: #3bf084; }
.dot-red   { background: #ff6b4a; }

/* ===== Panel 3 — cycling cards inside phone ===== */
.card-phone-body {
  position: relative;
  flex: 1;
  padding: 0;
  overflow: hidden;
}
.card-track {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
}
.out-card {
  position: absolute;
  left: 0;
  right: 0;
  height: 72%;
  bottom: 0;
  border-radius: 10px;
  padding: 11px 11px;
  overflow: hidden;
  box-shadow: 0 -8px 18px rgba(0,0,0,0.45);
  background: #0a0a0a;
}
.out-card-1 { animation: cardCycle 30s infinite 0s; }
.out-card-2 { animation: cardCycle 30s infinite 5s; }
.out-card-3 { animation: cardCycle 30s infinite 10s; }
.out-card-4 { animation: cardCycle 30s infinite 15s; }
.out-card-5 { animation: cardCycle 30s infinite 20s; }
.out-card-6 { animation: cardCycle 30s infinite 25s; }

@keyframes cardCycle {
  0%   { transform: translateY(100%); opacity: 0; z-index: 2; }
  3%   { transform: translateY(0);    opacity: 1; z-index: 2; }
  14%  { transform: translateY(0);    opacity: 1; z-index: 2; }
  17%  { transform: translateY(-72%); opacity: 0.35; z-index: 1; }
  20%  { transform: translateY(-85%); opacity: 0; z-index: 1; }
  100% { transform: translateY(-85%); opacity: 0; z-index: 0; }
}

.bc-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 7px;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
  margin-bottom: 9px;
}
.bc-title {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.bc-date {
  font-size: 7px;
  color: #6e7681;
  letter-spacing: 1px;
}

.pnl-row {
  display: flex;
  justify-content: space-between;
  padding: 1.5px 0;
  font-size: 8px;
}
.pnl-row .label { color: #8b949e; }
.pnl-row .val { color: #e8e8e8; font-family: 'JetBrains Mono', monospace; font-weight: 500; }
.pnl-group-title {
  font-size: 7px;
  color: #6e7681;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 6px 0 3px;
}
.pnl-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  border-top: 0.5px solid rgba(255,255,255,0.1);
  margin-top: 5px;
}
.pnl-total .label { color: #fff; font-size: 9px; font-weight: 500; }
.pnl-total .val { color: #3bf084; font-size: 13px; font-weight: 700; font-family: 'JetBrains Mono', monospace; }

.bs-hero-label { font-size: 8px; color: #6e7681; letter-spacing: 1.2px; margin-bottom: 2px; }
.bs-hero-num {
  font-size: 22px;
  font-weight: 700;
  color: #3bf084;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: -0.3px;
  margin-bottom: 2px;
}
.bs-hero-sub { font-size: 8px; color: #3bf084; margin-bottom: 10px; letter-spacing: 0.3px; }
.bs-section-title {
  font-size: 7px;
  color: #6e7681;
  letter-spacing: 1px;
  margin: 6px 0 3px;
  font-weight: 500;
}
.bs-row {
  display: flex;
  justify-content: space-between;
  padding: 1.5px 0;
  font-size: 8px;
}
.bs-row .label { color: #8b949e; }
.bs-row .val { color: #e8e8e8; font-family: 'JetBrains Mono', monospace; font-weight: 500; }

.cf-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 8px; }
.cf-metric { background: #111; border-radius: 5px; padding: 7px; }
.cf-metric-label { font-size: 7px; letter-spacing: 1px; margin-bottom: 1px; }
.cf-metric-val { font-size: 16px; font-weight: 700; font-family: 'JetBrains Mono', monospace; }
.cf-metric.in .cf-metric-label { color: #3bf084; }
.cf-metric.in .cf-metric-val { color: #3bf084; }
.cf-metric.out .cf-metric-label { color: #ff6b4a; }
.cf-metric.out .cf-metric-val { color: #ff6b4a; }

.insight-kicker {
  font-size: 7px;
  color: #ed93b1;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
}
.insight-headline {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 6px;
}
.insight-headline .accent { color: #ff6b4a; }
.insight-body {
  font-size: 9px;
  color: #8b949e;
  line-height: 1.5;
  margin-bottom: 8px;
}
.insight-action {
  background: #111;
  border: 0.5px solid #3d1f2f;
  border-radius: 6px;
  padding: 7px;
}
.insight-action-title {
  font-size: 7px;
  color: #ed93b1;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.insight-action-item {
  font-size: 8.5px;
  color: #e8e8e8;
  padding: 1.5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.insight-action-item::before {
  content: '→';
  color: #ed93b1;
  font-size: 9px;
}

/* Aging cards */
.aging-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 6px;
}
.aging-item {
  background: #0f0f0f;
  border-radius: 4px;
  padding: 5px 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 40px;
}
.aging-item-left { flex: 1; min-width: 0; }
.aging-item-name {
  font-size: 7px;
  color: #fff;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aging-item-val {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
}
.aging-bars {
  display: flex;
  gap: 1px;
  align-items: flex-end;
  height: 26px;
}
.aging-bar {
  width: 6px;
  border-radius: 1px 1px 0 0;
}
.aging-bar.b1 { background: #3bf084; }
.aging-bar.b2 { background: #f0c040; }
.aging-bar.b3 { background: #ff7a45; }
.aging-bar.b4 { background: #c0392b; }
.aging-footer {
  background: #0f0f0f;
  border-radius: 5px;
  padding: 5px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  flex-wrap: wrap;
  gap: 3px;
}
.aging-footer-bucket { display: flex; align-items: center; gap: 2px; }
.aging-dot { width: 4px; height: 4px; border-radius: 50%; }
.aging-footer-total {
  color: #3bf084;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  margin-left: auto;
  font-size: 8px;
}

/* ===== Captions ===== */
.captions {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.1fr;
  gap: 28px;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.caption-num {
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  color: #6e7681;
}
.caption-text {
  font-size: 13px;
  color: #e6edf3;
  font-weight: 500;
}
.caption.c2 .caption-num, .caption.c2 .caption-text { color: #f0c040; }
.caption.c3 .caption-num, .caption.c3 .caption-text { color: #3bf084; }

/* ===== CTA ===== */
.cta-section {
  text-align: center;
  margin-bottom: 4rem;
}
.cta-tagline {
  display: inline-flex;
  gap: 22px;
  font-size: 13px;
  color: #8b949e;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-tagline span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cta-tagline span::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #3bf084;
  border-radius: 50%;
}

/* ===== Chapter cards (landing) ===== */
.paths-section {
  border-top: 0.5px solid #21262d;
  padding-top: 4rem;
}
.paths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.path-card {
  background: #0f141a;
  border: 0.5px solid #21262d;
  border-radius: 14px;
  padding: 28px;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
  display: block;
  color: inherit;
}
.path-card.ch1:hover { border-color: #ff7a45; transform: translateY(-3px); }
.path-card.ch2:hover { border-color: #3bf084; transform: translateY(-3px); }

.path-lead {
  font-size: 15px;
  color: #e6edf3;
  margin-bottom: 14px;
  line-height: 1.5;
}
.path-desc {
  font-size: 13px;
  color: #8b949e;
  margin-bottom: 6px;
  line-height: 1.6;
}
.path-footer {
  display: flex;
  align-items: center;
  padding-top: 18px;
  margin-top: 16px;
  border-top: 0.5px solid #21262d;
}
.path-cta {
  font-size: 14px;
  font-weight: 500;
}
.path-card.ch1 .path-cta { color: #ff7a45; }
.path-card.ch2 .path-cta { color: #3bf084; }
.path-arrow { margin-left: auto; }

/* ===== Page 2 & 3 shared ===== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  margin-bottom: 2.75rem;
}
.section-kicker {
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 500;
}
.section-kicker.orange { color: #ff7a45; }
.section-kicker.green  { color: #3bf084; }

.item-card {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  line-height: 1.45;
}
.item-pain {
  background: #1a1410;
  border: 0.5px solid #3d2d1f;
  color: #d8b090;
}
.item-gain {
  background: #0f2419;
  border: 0.5px solid #1f5f3e;
  color: #c5ecd5;
}
.item-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.item-check {
  color: #3bf084;
  font-weight: 700;
  flex-shrink: 0;
}

/* Smaller phone preview on inner pages */
.phone-mini {
  width: 200px;
  height: 420px;
  background: #000;
  border-radius: 32px;
  border: 2px solid #2a2a2a;
  padding: 9px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 18px 48px rgba(0,0,0,0.65);
}
.phone-mini::before {
  content: '';
  position: absolute;
  top: 13px; left: 50%;
  transform: translateX(-50%);
  width: 54px; height: 4px;
  background: #1a1a1a;
  border-radius: 3px;
  z-index: 5;
}
.phone-mini .phone-screen {
  border-radius: 24px;
}
.phone-mini .tg-header {
  padding: 22px 10px 8px;
}
.phone-mini .tg-avatar {
  width: 24px; height: 24px;
  font-size: 11px;
}
.mini-bubble {
  background: #182533;
  border-radius: 10px;
  padding: 9px 10px;
  font-size: 10px;
  color: #e6edf3;
  line-height: 1.5;
}
.mini-bubble-good {
  color: #3bf084;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 9px;
}

/* ===== Offer banner ===== */
.offer-banner {
  background: linear-gradient(135deg, #0f2419 0%, #041410 100%);
  border: 1.5px solid #3bf084;
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}
.offer-kicker {
  font-size: 10px;
  color: #3bf084;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  font-weight: 600;
}
.offer-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.offer-desc {
  font-size: 14.5px;
  color: #b5bcc3;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 580px;
}
.offer-price {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.price-old {
  font-size: 20px;
  color: #6e7681;
  text-decoration: line-through;
}
.price-new {
  font-size: 40px;
  font-weight: 700;
  color: #3bf084;
  letter-spacing: -0.5px;
}
.price-note {
  font-size: 13px;
  color: #8b949e;
}
.whatsapp-box {
  text-align: center;
  background: #050709;
  border: 0.5px solid #1f5f3e;
  border-radius: 12px;
  padding: 20px 26px;
  min-width: 190px;
}
.whatsapp-label {
  font-size: 10px;
  color: #8b949e;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.whatsapp-num {
  font-size: 22px;
  color: #3bf084;
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
}

/* ===== Plan section ===== */
.plan-section {
  border-top: 0.5px solid #21262d;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.75rem;
}
.plan-title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.plan-price {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.plan-price .cycle {
  font-size: 13px;
  color: #8b949e;
  font-weight: 400;
}
.plan-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}
.feature {
  font-size: 13.5px;
  color: #e6edf3;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
  line-height: 1.5;
}
.feature .mark-yes { color: #3bf084; font-weight: 700; flex-shrink: 0; }
.feature .mark-no  { color: #555; font-weight: 700; flex-shrink: 0; }
.feature.faded { color: #8b949e; }

/* ===== FAQ ===== */
.faq-section {
  border-top: 0.5px solid #21262d;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.faq-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}
.faq-item {
  padding: 16px 0;
  border-bottom: 0.5px solid #1a1f26;
}
.faq-q {
  font-size: 14.5px;
  color: #e6edf3;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-q::before {
  content: '?';
  width: 22px; height: 22px;
  background: #21262d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #8b949e;
  font-weight: 600;
}
.faq-a {
  font-size: 13px;
  color: #8b949e;
  line-height: 1.65;
  padding-left: 32px;
}

/* ===== Final CTA ===== */
.final-cta {
  text-align: center;
  padding: 2rem 0 0;
}
.cta-btn {
  background: #3bf084;
  color: #0d1117;
  border: none;
  padding: 16px 34px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.2px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(59, 240, 132, 0.25);
}
.cta-btn.ch1 { background: #ff7a45; }
.cta-sub {
  font-size: 13px;
  color: #8b949e;
  margin-left: 14px;
}

/* ===== Pillar grid (page 3) ===== */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 2.5rem;
}
.pillar-card {
  background: #0f141a;
  border: 0.5px solid #21262d;
  border-radius: 12px;
  padding: 24px;
}
.pillar-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: #0f2419;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3bf084;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.pillar-title {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.pillar-desc {
  font-size: 13px;
  color: #8b949e;
  line-height: 1.65;
  margin-bottom: 12px;
}
.pillar-example {
  background: #050709;
  border-left: 2px solid #3bf084;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #c5cad1;
  line-height: 1.6;
  border-radius: 0 6px 6px 0;
}
.pillar-example.mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
}

/* ===== Dashboard preview ===== */
.dashboard-preview {
  background: #050709;
  border: 0.5px solid #21262d;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 2.5rem;
}
.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 0.5px solid #1a1f26;
  margin-bottom: 18px;
}
.dash-title { font-size: 14px; color: #fff; font-weight: 600; }
.dash-date { font-size: 10px; color: #6e7681; letter-spacing: 1.5px; }
.insight-card {
  background: #050709;
  border: 0.5px solid #3d1f2f;
  border-radius: 10px;
  padding: 18px;
}
.insight-tag {
  font-size: 10px;
  color: #ed93b1;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.insight-h {
  font-size: 17px;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 10px;
  font-weight: 500;
}
.insight-h .bad { color: #ff6b4a; font-weight: 600; }
.insight-p {
  font-size: 13px;
  color: #8b949e;
  line-height: 1.65;
}

/* ===== Footer ===== */
.footer {
  text-align: center;
  padding: 3rem 0 1rem;
  border-top: 0.5px solid #21262d;
  margin-top: 3rem;
  font-size: 12px;
  color: #6e7681;
}
.footer-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 12px;
}
.footer-links a { color: #8b949e; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .container { padding: 1.5rem 1.25rem 3rem; }
  h1.landing-h1 { font-size: 34px; letter-spacing: -0.5px; }
  h1.page-h1 { font-size: 30px; }
  .hero-three { grid-template-columns: 1fr; gap: 30px; }
  .captions { grid-template-columns: 1fr; gap: 16px; }
  .paths-grid { grid-template-columns: 1fr; }
  .panel-left, .panel-right, .panel-phone, .panel-phone-two { height: auto; }
  .panel-left { min-height: 680px; }
  .particle { display: none; }
  .pillar-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .offer-banner { grid-template-columns: 1fr; }
  .plan-features { grid-template-columns: 1fr; }
  .nav { flex-wrap: wrap; }
}
