:root {
  --bg: #07152d;
  --surface: #ffffff;
  --text: #081225;
  --muted: #64748b;
  --blue: #2563eb;
  --blue-dark: #123b7a;
  --cyan: #38bdf8;
  --green: #13b981;
  --amber: #f59e0b;
  --border: #d5e1f1;
  --shadow: 0 28px 80px rgba(2, 8, 23, 0.38);
  --radius: 24px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, .06) 0%, transparent 26%), #f4f8fd;
  color: var(--text);
}

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

.site-header {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.03em; color: #0d2449; }
.brand-logo { width: 38px; height: 38px; }
.brand-name { font-size: 1.12rem; }
.brand.small .brand-logo { width: 30px; height: 30px; }

.nav { display: flex; align-items: center; gap: 22px; color: #6b7f99; font-size: 0.95rem; }
.nav a:hover { color: #0d2449; }
.nav-cta { padding: 10px 16px; border: 1px solid #cfe0f5; border-radius: 999px; background: #ffffff; color: #2563eb !important; box-shadow: 0 10px 24px rgba(37, 99, 235, .10); }

.section { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 84px 0; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding: 72px 42px; color: #ffffff; background: linear-gradient(135deg, #07152d 0%, #0d2449 100%); border-radius: 36px; box-shadow: 0 28px 80px rgba(2, 8, 23, 0.20); margin-top: 12px; }
.eyebrow { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(59, 130, 246, .14); color: #1d4ed8; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.hero .eyebrow { background: rgba(255,255,255,.12); color: #93c5fd; }

h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); line-height: .94; letter-spacing: -0.075em; margin: 18px 0 22px; color: inherit; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 1.35rem; letter-spacing: -0.035em; }
p { color: var(--muted); line-height: 1.7; font-size: 1.03rem; }
.hero-text { font-size: 1.22rem; max-width: 660px; color: #d8e6ff; }
.hero-promise { margin: 0; max-width: 650px; color: #ffffff; font-size: 1.12rem; font-weight: 800; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: #fff; background: linear-gradient(135deg, var(--blue), #6633ff); box-shadow: 0 16px 36px rgba(21, 94, 239, .28); }
.secondary { color: var(--text); background: #fff; border: 1px solid var(--border); }
.hero .secondary { color: #ffffff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.24); }
.light { color: var(--blue); background: #fff; }
.trust-line { font-size: .95rem; color: #b9c8df; }

.hero-card { background: rgba(255,255,255,.88); border: 1px solid rgba(219, 229, 245, .9); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.card-top { display: flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 800; font-size: .9rem; margin-bottom: 22px; }
.status-dot { width: 10px; height: 10px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 6px rgba(19,185,129,.12); }
.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.score-row > div { background: #f7faff; border: 1px solid var(--border); border-radius: 18px; padding: 16px; }
.label { display: block; color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.score-row strong { display: block; margin-top: 8px; font-size: 2.2rem; letter-spacing: -.06em; color: #07152d; }
.insight-box { margin: 18px 0; padding: 18px; border-radius: 18px; background: #fff7e8; border: 1px solid #f9d79b; }
.insight-box p { margin: 10px 0 0; color: #6b4b05; }
.pill { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.warning { background: #fff; color: #b45309; }
.trend-panel { margin-top: 18px; padding: 18px; border-radius: 18px; background: linear-gradient(180deg, #f8fbff, #eef5ff); border: 1px solid #e0eaf7; }
.trend-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; color: #465a78; font-size: .84rem; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; }
.trend-header strong { color: #047857; font-size: .95rem; letter-spacing: 0; }
.trend-chart { width: 100%; height: 150px; display: block; }
.trend-chart line { stroke: #d9e4f2; stroke-width: 1; }
.trend-chart .area { fill: url(#trendArea); }
.trend-chart .line { fill: none; stroke: #2563eb; stroke-width: 5; stroke-linecap: round; }
.trend-chart circle { fill: #ffffff; stroke: #2563eb; stroke-width: 4; }
.trend-labels { display: flex; justify-content: space-between; padding: 0 6px; color: #6b7f99; font-size: .76rem; font-weight: 800; }

.section-heading { max-width: 820px; margin-bottom: 34px; }
.problem { padding-top: 104px; }
.problem .section-heading p, .split p, .pricing .section-heading p, .seo-block p { color: #4f6480; }
.grid.three { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .price-card, .report-preview { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: 0 14px 40px rgba(15, 45, 90, .07); }
.feature-card h3 { margin-bottom: 12px; }
.feature-card p { margin-bottom: 0; }
.split, .reports { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 16px; }
.step span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: #e8f1ff; color: var(--blue); font-weight: 900; }
.step p { margin: 0; }
.reports { background: #07152d; color: #fff; width: 100%; max-width: none; padding-left: max(16px, calc((100% - 1160px) / 2)); padding-right: max(16px, calc((100% - 1160px) / 2)); }
.reports p { color: #b7c3d7; }
.report-preview { background: #fff; color: var(--text); }
.email-label { color: var(--blue); font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.report-preview ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.9; }
.seo-block { margin-top: 40px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; box-shadow: 0 14px 40px rgba(15, 45, 90, .06); }
.pricing .price-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 18px; }
.plan { display: inline-flex; margin-bottom: 10px; padding: 8px 12px; border-radius: 999px; background: #ecfdf5; color: #047857; font-weight: 900; }
.final-cta { width: min(1160px, calc(100% - 32px)); margin-top: 34px; margin-bottom: 58px; text-align: center; border-radius: 32px; padding: 78px 28px; color: #fff; background: linear-gradient(135deg, var(--blue), #111827 80%); }
.final-cta p { color: #dbe7ff; max-width: 660px; margin: 0 auto 28px; }
.footer { width: min(1160px, calc(100% - 32px)); margin: 0 auto; padding: 0 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer .brand { color: #0d2449; }
.footer p { margin: 0; font-size: .95rem; }

@media (max-width: 1100px) {
  .grid.three { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 850px) {
  .site-header { align-items: center; padding: 18px 0; }
  .nav { display: none; }
  .section { padding: 56px 0; }
  .hero, .split, .reports { grid-template-columns: 1fr; }
  .hero { padding: 34px 22px; gap: 30px; }
  .problem { padding-top: 72px; }
  .section-heading { margin-bottom: 24px; }
  .grid.three { grid-template-columns: 1fr; gap: 14px; }
  .steps { gap: 12px; }
  .seo-block { margin-top: 28px; padding: 28px 22px; }
  .pricing .price-card { flex-direction: column; align-items: flex-start; padding: 22px; margin-top: 10px; }
  .final-cta { margin-top: 24px; margin-bottom: 40px; padding: 44px 20px; border-radius: 24px; }
  .footer { flex-direction: column; align-items: flex-start; gap: 10px; }
}
