:root {
  --brand-green: #22c55e;
  --brand-green-dark: #16a34a;
  --brand-green-deep: #087b39;
  --brand-navy: #0f172a;
  --brand-mint: #dcfce7;
  --brand-background: #f8fafc;
  --brand-white: #ffffff;
  --text-muted: #526078;
  --line: #e2e8f0;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--brand-background); color: var(--brand-navy); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; }
.section-shell, .site-header, footer { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 20px; font-weight: 750; letter-spacing: -0.03em; white-space: nowrap; }
.brand strong { color: var(--brand-green-dark); }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: #354158; text-decoration: none; font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--brand-green-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 10px; background: var(--brand-green-dark); color: white; font-weight: 750; text-decoration: none; box-shadow: 0 8px 22px rgba(22, 163, 74, 0.22); transition: transform .18s ease, background .18s ease; }
.button:hover { background: var(--brand-green-deep); transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 0 16px; font-size: 13px; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 76px; align-items: center; padding-block: 70px 90px; }
.eyebrow { margin: 0 0 18px; color: var(--brand-green-deep); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin-right: 8px; background: var(--brand-green); vertical-align: middle; }
h1 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.055em; }
h1 em { color: var(--brand-green-dark); font-style: normal; }
.hero-intro { max-width: 610px; margin: 25px 0 30px; color: var(--text-muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { font-weight: 750; text-decoration: none; }
.text-link span { color: var(--brand-green-dark); font-size: 20px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0 0; padding: 0; list-style: none; color: #4a586e; font-size: 13px; font-weight: 650; }
.trust-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 6px; border-radius: 50%; background: var(--brand-mint); color: var(--brand-green-deep); }

.product-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(34,197,94,.2), rgba(220,252,231,.4) 48%, transparent 70%); }
.pane { position: relative; z-index: 1; width: 330px; overflow: hidden; border: 1px solid #d6dde8; border-radius: 13px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.pane-header { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.pane-header div { display: flex; flex-direction: column; line-height: 1.25; }
.pane-header strong { font-size: 14px; }
.pane-header small { color: var(--text-muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.plan-pill { margin-left: auto; padding: 3px 7px; border-radius: 10px; background: var(--brand-navy); color: var(--brand-green); font-size: 9px; font-weight: 900; }
.pane-body { padding: 14px; }
.pane-body label { display: block; margin: 9px 0 4px; color: #64748b; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.select-mock { display: flex; justify-content: space-between; padding: 8px 10px; border: 1px solid #d6dde8; border-radius: 6px; font-size: 12px; }
.pane-body > button { width: 100%; margin: 14px 0 16px; padding: 9px; border: 0; border-radius: 6px; background: var(--brand-green-dark); color: white; font: inherit; font-size: 12px; font-weight: 750; }
.result-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 11px; }
.result-heading span { color: var(--brand-green-deep); }
.result-row { display: flex; align-items: center; gap: 9px; padding: 9px; margin-top: 6px; border: 1px solid #e6ebf1; border-radius: 6px; }
.result-row i { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff5d9; color: #b46900; font-size: 11px; font-style: normal; font-weight: 900; }
.result-row div { display: flex; flex-direction: column; }
.result-row b { font-size: 11px; }
.result-row small { color: var(--text-muted); font-size: 9px; }
.result-row.faded { opacity: .6; }
.pane-action { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: var(--brand-navy); color: white; font-size: 11px; }
.pane-action strong { color: var(--brand-green); }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; min-width: 175px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px; background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(15,23,42,.14); font-size: 11px; font-weight: 750; backdrop-filter: blur(8px); }
.floating-card b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand-mint); color: var(--brand-green-deep); font-size: 17px; }
.floating-card small { color: var(--text-muted); font-weight: 500; }
.floating-card-top { top: 75px; right: -10px; }
.floating-card-bottom { bottom: 70px; left: -5px; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1260px; margin: 0 auto; padding: 27px 5%; border-block: 1px solid var(--line); background: white; }
.proof-strip div { display: flex; flex-direction: column; align-items: center; text-align: center; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border: 0; }
.proof-strip strong { font-size: 14px; }
.proof-strip span { color: var(--text-muted); font-size: 12px; }

.feature-section, .plans-section { padding-block: 110px; }
.section-heading { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading > p:last-child { margin: 0; color: var(--text-muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 390px; padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 24px rgba(15,23,42,.04); }
.feature-card::after { content: ""; position: absolute; width: 130px; height: 130px; top: -60px; right: -50px; border-radius: 50%; background: var(--card-tint); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 12px; background: var(--card-tint); color: var(--card-accent); font-size: 23px; font-weight: 800; }
.feature-card > small { color: var(--card-accent); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.feature-card h3 { margin: 6px 0 10px; font-size: 23px; }
.feature-card p { color: var(--text-muted); font-size: 14px; }
.feature-card ul, .plan-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.feature-card li, .plan-card li { margin: 10px 0; font-size: 13px; font-weight: 650; }
.feature-card li::before, .plan-card li::before { content: "✓"; margin-right: 9px; color: var(--card-accent, var(--brand-green-dark)); }
.accent-clean { --card-tint: #dcfce7; --card-accent: #087b39; }
.accent-check { --card-tint: #e0f2fe; --card-accent: #0369a1; }
.accent-transform { --card-tint: #ede9fe; --card-accent: #6d28d9; }

.workflow-section { padding-block: 105px; background: var(--brand-navy); color: white; }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading.left > p:last-child { color: #abb7ca; }
.eyebrow.light { color: var(--brand-green); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid #2a3549; }
.steps li:last-child { border: 0; }
.steps > li > span { color: var(--brand-green); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.steps strong { font-size: 17px; }
.steps p { margin: 3px 0 0; color: #abb7ca; font-size: 13px; }

.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; gap: 22px; }
.plan-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.plan-card.featured { border: 2px solid var(--brand-green); box-shadow: 0 18px 45px rgba(22,163,74,.13); }
.plan-card img { width: auto; height: 27px; }
.plan-card h3 { margin: 18px 0 8px; font-size: 24px; }
.plan-card p { color: var(--text-muted); }
.recommended { position: absolute; top: 16px; right: 16px; padding: 4px 8px; border-radius: 20px; background: var(--brand-mint); color: var(--brand-green-deep); font-size: 9px; font-weight: 900; letter-spacing: .1em; }

.cta-section { display: grid; grid-template-columns: auto 1fr auto; gap: 27px; align-items: center; margin-bottom: 90px; padding: 42px; border-radius: 20px; background: linear-gradient(120deg, #0f172a, #13243c); color: white; box-shadow: var(--shadow); }
.cta-section .eyebrow { margin-bottom: 8px; }
.cta-section h2 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.cta-section p:last-child { margin: 5px 0 0; color: #b5c0d1; font-size: 14px; }
.button-light { background: var(--brand-green); color: #062613; white-space: nowrap; }
.button-light:hover { background: #4ade80; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; align-items: center; padding-block: 28px 38px; border-top: 1px solid var(--line); color: var(--text-muted); font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--brand-navy); }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand small { color: var(--text-muted); }
.disclaimer { grid-column: 1 / -1; max-width: 800px; margin: 0; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; text-align: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .product-visual { min-height: 480px; }
  .feature-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }
  .feature-card { min-height: auto; }
  .workflow-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading.left { text-align: center; margin: auto; }
  .cta-section { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 620px) {
  .section-shell, .site-header, footer { width: min(100% - 28px, 1160px); }
  .site-header { height: 68px; }
  .site-header > .button { display: none; }
  h1 { font-size: 42px; }
  .hero { min-height: auto; padding-block: 45px 65px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .trust-list { gap: 11px; }
  .product-visual { min-height: 430px; margin-inline: -5px; }
  .glow { width: min(420px, 100vw); height: min(420px, 100vw); }
  .pane { width: min(310px, calc(100vw - 50px)); }
  .floating-card { min-width: auto; padding: 8px; }
  .floating-card-top { right: 0; top: 25px; }
  .floating-card-bottom { left: 0; bottom: 20px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .proof-strip div:nth-child(2) { border: 0; }
  .feature-section, .plans-section { padding-block: 75px; }
  .feature-card, .plan-card { padding: 25px; }
  .plan-grid { grid-template-columns: 1fr; }
  .workflow-section { padding-block: 75px; }
  .steps li { grid-template-columns: 43px 1fr; }
  .cta-section { padding: 32px 22px; margin-bottom: 55px; }
  footer { grid-template-columns: 1fr; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
