:root {
  --lp-grad: linear-gradient(120deg, #0d6efd 0%, #1a7be0 32%, #1e8b9c 60%, #198754 100%);
  --lp-shadow-sm: 0 1px 2px rgba(11,20,36,.06), 0 1px 1px rgba(11,20,36,.04);
  --lp-shadow-md: 0 8px 24px -8px rgba(11,20,36,.18), 0 2px 6px rgba(11,20,36,.06);
  --lp-shadow-lg: 0 30px 60px -20px rgba(11,20,36,.35), 0 12px 24px -12px rgba(11,20,36,.18);
}

/* ── Shared font + wrap ── */
.lp-nav, .lp-hero, .lp-problem, .lp-section, .lp-announces, .lp-faq-section, .lp-final, .lp-footer {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.lp-section { padding: 110px 0; }

/* ── Nav ── */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.lp-nav.scrolled { border-bottom-color: #e6e9ef; }
.lp-nav-inner { display:flex; align-items:center; justify-content:space-between; height: 72px; }
.lp-brand {
  display:flex; align-items:center; gap:10px;
  font-weight: 800; letter-spacing: -.01em; font-size: 19px;
  text-decoration: none; color: inherit;
}
.lp-brand-mark {
  width: 32px; height: 32px; border-radius: 9px;
  background: var(--lp-grad);
  display:grid; place-items:center;
  box-shadow: 0 6px 16px -6px rgba(13,110,253,.55);
  flex-shrink: 0;
}
.lp-brand-mark svg { width:18px; height:18px; display:block; }
.lp-brand b { color: #0b1424; }
.lp-brand i { font-style: normal; background: var(--lp-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-nav-links { display:flex; align-items:center; gap: 28px; background: none; }
.lp-nav-links a { font-size:14px; font-weight:500; color: #2a3447; text-decoration: none; }
.lp-nav-links a:hover { color: #0b1424; }
.lp-nav-cta {
  background: #0d6efd; color:#fff;
  border: 0; border-radius: 999px;
  padding: 10px 18px; font-size: 14px; font-weight: 600;
  box-shadow: 0 6px 16px -6px rgba(13,110,253,.55);
  transition: transform .15s ease, box-shadow .25s ease, background .2s ease;
  text-decoration: none; display: inline-block;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.lp-nav-cta:hover { background: #0a58ca; transform: translateY(-1px); color:#fff; }
@media (max-width: 720px) { .lp-nav-links { display:none; } }

/* ── Buttons ── */
.lp-btn {
  display: inline-flex; align-items:center; gap: 10px;
  padding: 16px 24px; border-radius: 14px;
  font-weight: 700; font-size: 16px; border: 0;
  transition: transform .15s ease, box-shadow .25s ease, background .2s ease;
  text-decoration: none; cursor: pointer;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.lp-btn-primary {
  background: #0d6efd; color:#fff;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18);
}
.lp-btn-primary:hover { background: #0a58ca; transform: translateY(-2px); box-shadow: 0 20px 40px -12px rgba(0,0,0,.55); color:#fff; }
.lp-btn-ghost { background: rgba(255,255,255,.08); color:#fff; border: 1px solid rgba(255,255,255,.35); }
.lp-btn-ghost:hover { background: rgba(255,255,255,.16); color:#fff; }
.lp-btn-white { background: #fff; color: #0d6efd; box-shadow: 0 14px 30px -12px rgba(0,0,0,.35); }
.lp-btn-white:hover { background: #f1f5fb; color: #0a58ca; transform: translateY(-2px); }
.lp-btn-arrow { transition: transform .2s ease; }
.lp-btn:hover .lp-btn-arrow { transform: translateX(3px); }

/* ── Hero ── */
.lp-hero {
  position: relative;
  background: var(--lp-grad);
  color: #fff;
  overflow: hidden;
  padding: 96px 0 140px;
  isolation: isolate;
}
.lp-hero::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(900px 500px at 12% -10%, rgba(255,255,255,.22), transparent 60%),
    radial-gradient(700px 500px at 105% 110%, rgba(255,255,255,.16), transparent 60%);
  z-index: -1;
}
.lp-hero-grid {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
@media (max-width: 980px) { .lp-hero-grid { grid-template-columns: 1fr; gap: 64px; } .lp-hero { padding: 72px 0 110px; } }
.lp-eyebrow {
  display:inline-flex; align-items:center; gap: 8px;
  padding: 6px 12px 6px 8px; border-radius: 999px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  font-size: 13px; font-weight: 500; backdrop-filter: blur(8px);
}
.lp-eyedot { width:6px; height:6px; border-radius:50%; background:#9ef0c5; box-shadow: 0 0 0 4px rgba(158,240,197,.25); display:inline-block; }
.lp-h1 {
  font-size: clamp(40px, 5.4vw, 64px); line-height: 1.04;
  letter-spacing: -.025em; font-weight: 800;
  margin: 22px 0 18px; text-wrap: balance;
}
.lp-h1 em {
  font-style: normal;
  background: linear-gradient(180deg, #fff 60%, rgba(255,255,255,.65));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  border-bottom: 2px dashed rgba(255,255,255,.45); padding-bottom: 2px;
}
.lp-sub { font-size: 18px; max-width: 520px; color: rgba(255,255,255,.86); margin: 22px 0 32px; text-wrap: pretty; }
.lp-cta-row { display:flex; flex-wrap: wrap; gap: 14px; align-items:center; }
.lp-trust-row {
  display:flex; gap: 20px; flex-wrap: wrap;
  margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.78);
}
.lp-trust-row span { display:inline-flex; gap: 6px; align-items:center; }
.lp-trust-row svg { width:14px; height:14px; }

.slogan {
  font-size: 17px; font-weight: 600;
  letter-spacing: .01em;
  opacity: .96;
  display: inline-flex; align-items: center; gap: 10px;
}
.slogan::before, .slogan::after { content:""; width:24px; height:1px; background: rgba(255,255,255,.55); }

/* ── Device cluster ── */
.lp-device-cluster { position: relative; aspect-ratio: 5/4; color: #0b1424; }
.lp-browser {
  position: absolute; inset: 0 24% 4% 0;
  background: #fff; border-radius: 16px;
  box-shadow: var(--lp-shadow-lg); overflow: hidden;
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
}
.lp-browser-bar {
  height: 36px; background: #f3f5f9; border-bottom: 1px solid #e6e9ef;
  display:flex; align-items:center; gap: 8px; padding: 0 12px;
}
.lp-dot { width:10px; height:10px; border-radius:50%; background:#dfe3ea; }
.lp-url {
  flex: 1; background:#fff; border-radius: 7px; height: 22px;
  border: 1px solid #e6e9ef; font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: #5b6577; display:flex; align-items:center;
  padding: 0 10px; gap: 6px; overflow: hidden; white-space: nowrap;
}
.lp-lock { width:9px; height:9px; border-radius:2px; background:#198754; display:inline-block; }
.lp-app { padding: 14px; display: grid; grid-template-columns: 140px 1fr; gap: 14px; height: calc(100% - 36px); }
.lp-side {
  background: #fafbfc; border-radius: 10px; padding: 12px 10px;
  display:flex; flex-direction:column; gap: 8px; border:1px solid #eef1f5;
}
.lp-side h5 { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color:#8b95a7; margin: 4px 6px; font-weight: 600; }
.lp-side-item { display:flex; align-items:center; gap: 8px; padding: 6px 8px; font-size: 11px; color:#2a3447; border-radius:6px; font-weight: 500; }
.lp-side-item.active { background:#e9f1ff; color: #0d6efd; }
.lp-sq { width:12px; height:12px; border-radius:3px; background:#dfe3ea; display:inline-block; }
.lp-side-item.active .lp-sq { background: #0d6efd; }
.lp-avatars { margin-top:auto; display:flex; align-items:center; gap: 6px; padding: 8px 6px 4px; border-top:1px dashed #e6e9ef; }
.lp-av { width:18px; height:18px; border-radius:50%; border:2px solid #fff; font-size:8px; color:#fff; display:grid; place-items:center; font-weight:700; }
.lp-av.a { background:#0d6efd; } .lp-av.b { background:#198754; margin-left:-6px; }
.lp-avatars span { font-size: 9px; color:#5b6577; margin-left: 4px; }
.lp-main { display:flex; flex-direction: column; gap: 10px; overflow: hidden; }
.lp-topline { display:flex; justify-content: space-between; align-items: center; }
.lp-topline h4 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.lp-add { font-size: 10px; font-weight: 600; color:#fff; background: #0d6efd; padding: 4px 8px; border-radius: 6px; display:inline-flex; }
.lp-cards { display:grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lp-card { background:#fff; border:1px solid #e6e9ef; border-radius: 10px; overflow:hidden; }
.lp-img { aspect-ratio: 16/9; background: repeating-linear-gradient(135deg, #e9f1ff 0 12px, #f6f8fb 12px 24px); position:relative; }
.lp-card.lp-green .lp-img { background: repeating-linear-gradient(135deg, #d8f0e0 0 12px, #f1faf3 12px 24px); }
.lp-card.lp-warm .lp-img { background: repeating-linear-gradient(135deg, #ffe7d8 0 12px, #fff5ec 12px 24px); }
.lp-tag { position:absolute; top:6px; left:6px; font-size:8px; padding: 2px 6px; background: rgba(11,20,36,.78); color:#fff; border-radius: 4px; font-weight:600; }
.lp-dpe { position:absolute; top:6px; right:6px; font-size:8px; font-weight:700; padding:2px 6px; border-radius:4px; color:#fff; background: #198754; }
.lp-dpe-b { background: #1a9c5e; }
.lp-dpe-d { background: #e09f3e; }
.lp-body { padding: 8px 9px 9px; }
.lp-price { font-size: 12px; font-weight: 800; letter-spacing: -.02em; }
.lp-meta { font-size: 9px; color:#5b6577; margin-top: 2px; }
.lp-phone {
  position: absolute; right: 0; bottom: 0; width: 22%; aspect-ratio: 9/19;
  background: #0b1424; border-radius: 22px; padding: 6px;
  box-shadow: var(--lp-shadow-lg); transform: rotate(5deg);
}
.lp-phone-screen {
  background:#fff; border-radius: 17px; width:100%; height:100%;
  overflow:hidden; padding: 16px 8px 8px; display:flex; flex-direction:column; gap: 6px; position: relative;
}
.lp-phone-screen::before {
  content:""; position:absolute; top: 4px; left: 50%; transform: translateX(-50%);
  width: 38%; height: 10px; background:#0b1424; border-radius: 999px;
}
.lp-ph-card { border:1px solid #e6e9ef; border-radius: 9px; padding: 5px; display:flex; gap: 6px; align-items:center; }
.lp-ph-img { width: 30px; height:24px; border-radius:5px; background: repeating-linear-gradient(135deg, #e9f1ff 0 8px, #f6f8fb 8px 16px); flex-shrink:0; }
.lp-ph-text { flex:1; min-width:0; }
.lp-ph-price { font-size: 8px; font-weight:800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-ph-meta { font-size: 6.5px; color:#8b95a7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-ph-dot { width:6px; height:6px; border-radius:50%; background: #198754; }
@media (max-width: 540px) { .lp-side { display: none; } .lp-app { grid-template-columns: unset; } .lp-ph-card { display: unset; } }

/* ── Demo section ── */
.lp-demo-section { padding-bottom: 48px; }

/* ── Section shared ── */
.lp-section-eyebrow {
  display:inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: #0d6efd; margin-bottom: 14px;
}
.lp-section-eyebrow.green { color: #198754; }
.lp-section-title {
  font-size: clamp(32px, 3.4vw, 44px); line-height: 1.08;
  letter-spacing: -.02em; font-weight: 800; margin: 0 0 16px; text-wrap: balance;
  color: #0b1424;
}
.lp-section-lead { font-size: 18px; color: #5b6577; max-width: 620px; margin: 0 auto; text-wrap: pretty; }
.lp-section-head { text-align:center; margin-bottom: 64px; }

/* ── Problem ── */
.lp-problem { background: #f6f8fb; }
.lp-problem-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .lp-problem-grid { grid-template-columns: 1fr; } }
.lp-prob-card {
  background:#fff; border: 1px solid #e6e9ef; border-radius: 22px; padding: 32px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.lp-prob-card:hover { transform: translateY(-4px); box-shadow: var(--lp-shadow-md); }
.lp-prob-emoji {
  width: 52px; height: 52px; border-radius: 14px;
  background: #f6f8fb; border: 1px solid #e6e9ef;
  display:grid; place-items:center; margin-bottom: 18px;
}
.lp-prob-emoji svg { width:24px; height:24px; }
.lp-prob-card h3 { font-size: 20px; margin: 0 0 8px; font-weight: 700; letter-spacing: -.01em; color: #0b1424; }
.lp-prob-card p { font-size: 15px; color: #5b6577; margin: 0; }
.lp-vs {
  margin-top: 56px; background: #fff; border: 1px solid #e6e9ef;
  border-radius: 22px; padding: 28px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  box-shadow: var(--lp-shadow-sm); flex-wrap: wrap;
}
.lp-vs-left { color: #5b6577; text-decoration: line-through; }
.lp-vs-arrow { font-size: 22px; color: #0d6efd; }
.lp-vs-right b { color: #0b1424; }

/* ── Steps ── */
.lp-steps { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .lp-steps { grid-template-columns: 1fr; } }
.lp-step {
  position: relative; padding: 36px 30px 30px;
  border: 1px solid #e6e9ef; border-radius: 22px;
  background: #fff; overflow: hidden;
}
.lp-step::before {
  content:""; position:absolute; top:0; left:0; right:0; height: 4px;
  background: var(--lp-grad); opacity: .85;
}
.lp-step-num {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: #0d6efd; font-weight: 600; margin-bottom: 16px;
  display:flex; align-items:center; gap:8px;
}
.lp-step-num::before { content:""; width: 24px; height:1px; background: #0d6efd; }
.lp-step h3 { font-size: 22px; font-weight: 700; margin: 0 0 10px; letter-spacing: -.015em; color: #0b1424; }
.lp-step p { font-size: 15px; color: #5b6577; margin: 0 0 22px; }
.lp-step-visual {
  background: #f6f8fb; border-radius: 12px; padding: 14px;
  border: 1px solid #e6e9ef; min-height: 160px;
  display:flex; flex-direction: column; gap: 8px; font-size: 12px;
}
.lp-paste-bar {
  background:#fff; border:1px solid #e6e9ef; border-radius:8px;
  display:flex; align-items:center; gap:8px; padding: 8px 10px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #5b6577; overflow: hidden;
}
.lp-caret { width:1px; height:12px; background: #0d6efd; display:inline-block; animation: lp-blink 1s steps(2) infinite; }
@keyframes lp-blink { 50%{ opacity: 0; } }
.lp-extract-row { display:flex; gap: 6px; flex-wrap: wrap; }
.lp-pill {
  background:#fff; border:1px solid #e6e9ef; border-radius: 999px;
  padding: 3px 10px; font-size: 11px; color: #2a3447; font-weight: 500;
  display:inline-flex; gap:6px; align-items:center;
}
.lp-pill.blue { background: rgba(13,110,253,.08); color: #0d6efd; border-color: rgba(13,110,253,.2); }
.lp-pill.green { background: rgba(25,135,84,.08); color: #198754; border-color: rgba(25,135,84,.25); }
.lp-collab-row { display:flex; gap:8px; align-items:center; padding: 6px 0; }
.lp-av-md { width: 26px; height:26px; border-radius:50%; display:grid; place-items:center; color:#fff; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.lp-av-md.a { background: #0d6efd; } .lp-av-md.b { background: #198754; }
.lp-bubble { background:#fff; border:1px solid #e6e9ef; border-radius: 10px; padding: 6px 10px; font-size: 12px; color: #2a3447; }
.lp-bubble b { color: #0b1424; }
.lp-rating-stars { display:inline-flex; gap: 2px; }
.lp-rating-stars svg { width: 12px; height: 12px; fill: #0d6efd; }
.lp-star-empty { fill: #dfe3ea !important; }
.lp-cal { background:#fff; border:1px solid #e6e9ef; border-radius: 8px; padding: 8px; }
.lp-cal-head { display:flex; justify-content: space-between; font-size: 11px; font-weight: 700; margin-bottom: 6px; }
.lp-cal-grid { display:grid; grid-template-columns: repeat(7, 1fr); gap: 3px; font-size: 9px; color: #5b6577; text-align: center; }
.lp-cal-grid .d { aspect-ratio: 1/1; display:grid; place-items:center; border-radius: 4px; }
.lp-cal-grid .d.has { background: rgba(13,110,253,.1); color: #0d6efd; font-weight: 700; }
.lp-cal-grid .d.now { background: #198754; color: #fff; font-weight: 700; }
.lp-visit-line { display:flex; align-items:center; gap: 8px; font-size: 11px; color: #2a3447; }
.lp-pill-time { background: rgba(25,135,84,.1); color: #198754; padding: 2px 8px; border-radius: 999px; font-weight: 600; font-size: 10px; font-family: 'JetBrains Mono', monospace; }

/* ── Announces section ── */
.lp-announces { background: #f6f8fb; }
.lp-ai-grid { display:grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
@media (max-width: 980px) { .lp-ai-grid { grid-template-columns: 1fr; gap: 48px; } }
.lp-announces-h2 { font-size: clamp(30px, 3.2vw, 40px); line-height: 1.1; letter-spacing: -.02em; margin: 16px 0 18px; font-weight: 800; color: #0b1424; }
.lp-ai-badge {
  display:inline-flex; align-items:center; gap: 6px;
  background: linear-gradient(135deg, rgba(13,110,253,.1), rgba(25,135,84,.1));
  color: #0d6efd; padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  border: 1px solid rgba(13,110,253,.18);
}
.lp-ai-badge::before { content:""; width:6px; height:6px; border-radius:50%; background: #198754; box-shadow: 0 0 0 3px rgba(25,135,84,.2); display:inline-block; }
.lp-ai-features { list-style: none; padding: 0; margin: 24px 0 0; display:flex; flex-direction:column; gap: 18px; }
.lp-ai-features li { display:flex; gap: 14px; align-items: flex-start; }
.lp-ai-icon {
  width: 38px; height: 38px; border-radius: 10px;
  display:grid; place-items:center; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(13,110,253,.12), rgba(25,135,84,.12));
  color: #0d6efd;
}
.lp-ai-icon svg { width: 18px; height: 18px; }
.lp-ai-features h4 { margin: 0 0 4px; font-size: 16px; font-weight: 700; color: #0b1424; }
.lp-ai-features p { margin: 0; font-size: 14px; color: #5b6577; }
.lp-ai-visual {
  background: #fff; border-radius: 22px; padding: 18px;
  box-shadow: var(--lp-shadow-md); border: 1px solid #e6e9ef;
}
.lp-ai-card-head { display:flex; align-items:center; gap: 12px; margin-bottom: 14px; }
.lp-ai-thumb {
  width: 78px; aspect-ratio: 4/3; border-radius: 9px;
  background: repeating-linear-gradient(135deg, #e9f1ff 0 12px, #f6f8fb 12px 24px);
  border:1px solid #e6e9ef; flex-shrink: 0;
}
.lp-ai-card-head h5 { margin: 0 0 4px; font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: #0b1424; }
.lp-ai-meta { font-size: 12px; color: #5b6577; }
.lp-ai-rows { display:flex; flex-direction:column; gap: 10px; }
.lp-ai-row {
  background: #f6f8fb; border: 1px solid #e6e9ef; border-radius: 12px;
  padding: 12px 14px; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center;
}
.lp-label { font-size: 12px; color: #5b6577; }
.lp-value { font-size: 14px; font-weight: 700; letter-spacing: -.01em; color: #0b1424; }
.lp-bar { grid-column: 1 / -1; height: 6px; border-radius: 999px; background: #e6e9ef; overflow: hidden; }
.lp-bar > i { display:block; height:100%; background: var(--lp-grad); border-radius: 999px; }

/* ── Pricing ── */
.lp-pricing-single { display:flex; justify-content: center; }
.lp-plan {
  background:#fff; border: 1px solid #e6e9ef; border-radius: 22px;
  padding: 36px 32px; position: relative; display:flex; flex-direction:column;
  max-width: 480px; width: 100%;
}
.lp-plan.featured {
  border: 1px solid transparent;
  background: linear-gradient(#fff,#fff) padding-box, var(--lp-grad) border-box;
  box-shadow: var(--lp-shadow-md);
}
.lp-plan-tag {
  position:absolute; top: -12px; left: 32px;
  background: var(--lp-grad); color:#fff;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  padding: 5px 12px; border-radius: 999px;
}
.lp-plan h3 { margin: 0; font-size: 18px; font-weight: 700; color: #0b1424; }
.lp-plan-price { margin: 14px 0 4px; font-size: 52px; line-height: 1; font-weight: 800; letter-spacing: -.03em; color: #0b1424; }
.lp-plan-price small { font-size: 16px; font-weight: 600; color: #5b6577; margin-left: 4px; }
.lp-price-sub { font-size: 14px; color: #5b6577; margin-bottom: 24px; }
.lp-plan ul { list-style: none; padding: 0; margin: 0 0 28px; display:flex; flex-direction:column; gap: 12px; }
.lp-plan li { font-size: 15px; display:flex; gap: 10px; align-items: flex-start; color: #0b1424; }
.lp-check {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(25,135,84,.12); color: #198754;
  display:grid; place-items:center; flex-shrink: 0; margin-top:2px;
}
.lp-plan-cta {
  margin-top: auto; background: #0d6efd; color: #fff;
  border: 0; border-radius: 12px; padding: 14px 20px;
  font-weight: 700; font-size: 15px;
  transition: transform .15s ease, background .2s ease;
  display: block; text-align: center; text-decoration: none;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.lp-plan-cta:hover { background: #0a58ca; transform: translateY(-1px); color:#fff; }

/* ── FAQ ── */
.lp-faq-section { background: #f6f8fb; }
.lp-faq-list { max-width: 760px; margin: 0 auto; display:flex; flex-direction: column; gap: 12px; }
details.lp-faq-item {
  background: #fff; border: 1px solid #e6e9ef; border-radius: 14px;
  padding: 4px 6px; transition: box-shadow .25s ease, border-color .25s ease;
}
details.lp-faq-item[open] { box-shadow: var(--lp-shadow-md); border-color: rgba(13,110,253,.25); }
details.lp-faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 20px;
  font-weight: 600; font-size: 16px;
  display:flex; align-items:center; justify-content: space-between; gap: 16px;
  letter-spacing: -.005em; color: #0b1424;
}
details.lp-faq-item summary::-webkit-details-marker { display:none; }
.lp-chev {
  width: 28px; height: 28px; border-radius: 50%; background: #f6f8fb;
  display:grid; place-items:center; transition: transform .3s ease, background .25s ease; flex-shrink: 0;
  color: #5b6577;
}
details[open] .lp-chev { transform: rotate(45deg); background: rgba(13,110,253,.1); color: #0d6efd; }
.lp-chev svg { width:14px; height:14px; }
.lp-answer { padding: 0 20px 20px; font-size: 15px; color: #2a3447; line-height: 1.6; }
.lp-answer p { margin: 0 0 10px; }

/* ── Final CTA ── */
.lp-final {
  background: var(--lp-grad); color: #fff; text-align: center;
  padding: 120px 0; position: relative; overflow: hidden;
}
.lp-final::before {
  content:""; position:absolute; inset:0;
  background: radial-gradient(900px 400px at 50% -10%, rgba(255,255,255,.18), transparent 60%);
}
.lp-final-inner { position: relative; }
.lp-final h2 {
  font-size: clamp(34px, 4.2vw, 56px); line-height: 1.05;
  letter-spacing: -.025em; font-weight: 800; margin: 0 0 18px; text-wrap: balance;
}
.lp-final p { font-size: 18px; color: rgba(255,255,255,.86); max-width: 560px; margin: 0 auto 36px; }

/* ── Footer ── */
.lp-footer { background: #fafbfc; border-top: 1px solid #e6e9ef; padding: 56px 0 36px; font-size: 14px; color: #5b6577; }
.lp-footer-grid { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 820px) { .lp-footer-grid { grid-template-columns: 1fr 1fr; } }
.lp-footer h6 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #2a3447; margin: 16px 0 16px; }
.lp-footer ul { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap: 10px; }
.lp-footer ul a { color: #5b6577; text-decoration: none; }
.lp-footer ul a:hover { color: #0b1424; }
.lp-footer p { color: #5b6577; }
.lp-foot-bottom {
  margin-top: 40px; padding-top: 24px; border-top: 1px solid #e6e9ef;
  display:flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px;
}

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

::selection { background: rgba(13,110,253,.2); color: #0b1424; }
