:root {
  --ink: #0c1830;
  --muted: #53627a;
  --blue: #2457d6;
  --blue-dark: #173a92;
  --sky: #eaf1ff;
  --line: #dce4f0;
  --paper: #f8faff;
  --white: #ffffff;
  --green: #087a5b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.site-header { min-height: 76px; padding: 16px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(220,228,240,.75); background: rgba(255,255,255,.94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: Manrope, sans-serif; font-size: 1.12rem; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; color: white; font-weight: 800; font-size: 1.25rem; background: linear-gradient(145deg, var(--blue), var(--blue-dark)); box-shadow: 0 7px 20px rgba(36,87,214,.22); }
nav { display: flex; align-items: center; gap: 26px; }
nav > a:not(.button) { color: #394961; font-size: .93rem; font-weight: 600; text-decoration: none; }
nav > a:hover { color: var(--blue); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 48px; padding: 11px 20px; border-radius: 10px; text-decoration: none; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding: 7px 16px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 11px 28px rgba(36,87,214,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-outline { border: 1px solid #a9b9d1; color: var(--ink); background: white; }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--blue-dark); background: white; box-shadow: 0 12px 28px rgba(5,19,55,.18); }
.hero { max-width: 1180px; margin: 0 auto; padding: 92px 24px 104px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: Manrope, sans-serif; font-weight: 800; font-size: .77rem; letter-spacing: .14em; }
h1, h2, h3 { font-family: Manrope, sans-serif; line-height: 1.13; letter-spacing: -.04em; }
h1 { margin: 0; max-width: 700px; font-size: clamp(2.65rem, 5.2vw, 4.7rem); }
h1 span { color: var(--blue); }
.hero-text { max-width: 650px; margin: 28px 0; color: var(--muted); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { color: var(--blue-dark); font-weight: 700; text-underline-offset: 5px; }
.trust-note { margin: 18px 0 0; color: #6b778c; font-size: .84rem; }
.insight-panel { position: relative; padding: 24px; border: 1px solid #d9e3f4; border-radius: 24px; background: linear-gradient(155deg,#fff 0%,#f7faff 100%); box-shadow: 0 30px 80px rgba(25,53,106,.15); overflow: hidden; }
.insight-panel::before { content: ""; position: absolute; width: 220px; height: 220px; top: -130px; right: -90px; border-radius: 50%; background: #dce8ff; }
.panel-top { position: relative; display: flex; justify-content: space-between; font-weight: 700; }
.period { color: var(--blue); padding: 3px 10px; border-radius: 99px; background: var(--sky); font-size: .8rem; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 12px; }
.metric-row article { display: flex; flex-direction: column; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.metric-row span, .result-card span { color: var(--muted); font-size: .78rem; }
.metric-row strong { margin: 4px 0 0; font-size: 1.25rem; }
.metric-row small { color: #8792a5; font-size: .7rem; }
.result-card { display: flex; justify-content: space-between; align-items: center; padding: 16px; border-radius: 14px; background: #eaf8f3; }
.result-card div { display: flex; flex-direction: column; }
.result-card strong { font-size: 1.5rem; color: #075b45; }
.result-card .status { color: #075b45; padding: 4px 9px; border-radius: 99px; background: white; font-weight: 700; }
.bars { height: 105px; display: flex; align-items: end; gap: 9px; padding: 22px 8px 0; border-bottom: 1px solid var(--line); }
.bars span { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: #bccbea; }
.bars .active { background: var(--blue); }
.insight { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; padding: 13px; border-radius: 12px; background: #fff7e8; }
.insight-icon { flex: 0 0 auto; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: #d2770a; font-weight: 800; }
.insight p { margin: 0; color: #76501b; font-size: .84rem; line-height: 1.45; }
.insight strong { display: block; color: #593a10; }
.problem { padding: 82px max(24px, calc((100vw - 1080px) / 2)); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; background: var(--ink); color: white; }
.problem .eyebrow { color: #83a9ff; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); }
.problem > p { margin: 0; color: #becae0; font-size: 1.08rem; }
.features { max-width: 1180px; margin: 0 auto; padding: 86px 24px 110px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.features article { padding: 26px 4px; border-top: 2px solid var(--line); }
.feature-number { color: var(--blue); font: 800 .78rem Manrope, sans-serif; letter-spacing: .1em; }
.features h3, .steps h3, .plan-card h3 { margin: 16px 0 10px; font-size: 1.3rem; }
.features p, .steps p { margin: 0; color: var(--muted); }
.steps { padding: 104px max(24px, calc((100vw - 1080px) / 2)); background: var(--paper); }
.section-heading { max-width: 680px; margin-bottom: 50px; }
.steps ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps li { display: flex; gap: 15px; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.steps li > span { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: white; background: var(--blue); font-weight: 800; }
.steps h3 { margin-top: 5px; }
.plans { max-width: 1120px; margin: 0 auto; padding: 110px 24px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.plan-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.plan-card.pro { color: white; background: var(--ink); border-color: var(--ink); }
.plan-name { color: var(--blue); font: 800 .75rem Manrope, sans-serif; letter-spacing: .11em; }
.pro .plan-name { color: #8eafff; }
.plan-card ul { min-height: 175px; margin: 24px 0; padding-left: 20px; color: var(--muted); }
.pro ul { color: #cad4e8; }
.plan-card li { margin-bottom: 10px; }
.plan-card .button { width: 100%; }
.plan-card small { display: block; margin-top: 12px; color: #aebbd1; line-height: 1.45; }
.final-cta { padding: 94px 24px; text-align: center; color: white; background: linear-gradient(130deg,var(--blue-dark),var(--blue)); }
.final-cta .eyebrow { color: #c9d8ff; }
.final-cta p:not(.eyebrow) { margin: 17px 0 28px; color: #e6edff; font-size: 1.1rem; }
footer { padding: 52px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 15px 30px; color: #657389; background: #f5f7fb; }
.footer-brand { color: var(--ink); }
footer p { margin: 0; }
footer div { display: flex; gap: 22px; grid-column: 2; grid-row: 1 / span 2; }
footer div a { text-decoration: none; font-weight: 600; }
footer div a:hover { color: var(--blue); }
footer small { font-size: .78rem; }

@media (max-width: 900px) {
  nav > a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 68px; gap: 48px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .problem, .plans { grid-template-columns: 1fr; gap: 42px; }
  .features, .steps ol { grid-template-columns: 1fr; }
  .features { gap: 0; }
  .plan-grid { max-width: 680px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 12px 18px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 34px; height: 34px; }
  nav { gap: 0; }
  .hero { padding: 55px 18px 72px; }
  h1 { font-size: 2.5rem; }
  .hero-text { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .text-link { text-align: center; }
  .insight-panel { padding: 16px; border-radius: 18px; }
  .metric-row { grid-template-columns: 1fr; }
  .problem, .steps, .final-cta { padding: 72px 20px; }
  .features, .plans { padding: 76px 20px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card ul { min-height: auto; }
  footer { grid-template-columns: 1fr; padding: 44px 20px; }
  footer div { grid-column: 1; grid-row: auto; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
