:root {
  --ink: #07101d;
  --muted: #607086;
  --paper: #f5f7fa;
  --white: #ffffff;
  --line: #dce3ea;
  --mint: #63e6be;
  --mint-dark: #0c8a69;
  --blue: #5b7cfa;
  --night: #08111f;
  --night-2: #111e31;
  --shadow: 0 24px 70px rgba(7, 16, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 28px)); margin: 14px auto 0; padding: 12px 14px 12px 20px; background: rgba(255,255,255,.88); border: 1px solid rgba(220,227,234,.9); border-radius: 18px; box-shadow: 0 10px 30px rgba(7,16,29,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 1.05rem; letter-spacing: -.02em; }
.brand-mark { position: relative; display: grid; gap: 3px; width: 30px; height: 30px; padding: 6px; overflow: hidden; background: var(--night); border-radius: 9px; }
.brand-mark span { display: block; height: 4px; background: var(--mint); border-radius: 5px; transform-origin: left; }
.brand-mark span:nth-child(2) { transform: scaleX(.72); }
.brand-mark span:nth-child(3) { transform: scaleX(.45); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #344258; font-size: .92rem; font-weight: 650; }
.site-nav a:hover { color: var(--mint-dark); }
.site-nav .nav-cta { padding: 10px 16px; color: var(--white); background: var(--night); border-radius: 11px; }
.menu-button { display: none; padding: 8px 12px; background: transparent; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-weight: 700; }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 720px; padding-block: 90px 80px; }
.eyebrow { margin: 0 0 12px; color: var(--mint-dark); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3.1rem, 6.4vw, 6.1rem); line-height: .96; letter-spacing: -.07em; }
h1 span { color: var(--blue); }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--mint); box-shadow: 0 12px 28px rgba(99,230,190,.28); }
.button-primary:hover { background: #7decce; }
.button-secondary { background: var(--white); border-color: var(--line); }
.button-secondary:hover { box-shadow: 0 10px 28px rgba(7,16,29,.08); }
.button-light { color: var(--night); background: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: #4b5a70; font-size: .85rem; font-weight: 700; }
.hero-points span::before { content: "✓"; margin-right: 7px; color: var(--mint-dark); }

.pipeline-card { padding: 24px; color: var(--white); background: linear-gradient(145deg, var(--night), var(--night-2)); border: 1px solid rgba(255,255,255,.1); border-radius: 27px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.pipeline-header, .pipeline-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pipeline-header p, .pipeline-footer span { margin: 0; color: #8fa1b8; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.pipeline-header strong { font-size: 1.16rem; }
.status-dot { padding: 7px 10px; color: var(--mint); background: rgba(99,230,190,.09); border: 1px solid rgba(99,230,190,.25); border-radius: 99px; font-size: .72rem; font-weight: 800; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(99,230,190,.1); }
.progress-track { height: 5px; margin: 23px 0 18px; overflow: hidden; background: #26364b; border-radius: 20px; }
.progress-track span { display: block; width: 67%; height: 100%; background: linear-gradient(90deg, var(--mint), var(--blue)); }
.pipeline-list { display: grid; gap: 8px; padding: 0; list-style: none; }
.pipeline-list li { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 14px; color: #8293a9; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.055); border-radius: 14px; }
.pipeline-list li > span { display: grid; place-items: center; width: 34px; height: 34px; background: #16263a; border-radius: 10px; font-size: .68rem; font-weight: 800; }
.pipeline-list strong, .pipeline-list small { display: block; }
.pipeline-list strong { color: #c9d4e1; font-size: .88rem; }
.pipeline-list small { color: #74869d; font-size: .73rem; }
.pipeline-list b { font-size: .67rem; text-transform: uppercase; }
.pipeline-list .complete b { color: var(--mint); }
.pipeline-list .active { background: rgba(91,124,250,.11); border-color: rgba(91,124,250,.35); }
.pipeline-list .active strong, .pipeline-list .active > span { color: var(--white); }
.pipeline-list .active b { color: #92a8ff; }
.pipeline-footer { margin-top: 19px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); font-size: .8rem; }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1260px; margin: 0 auto; padding: 30px 40px; color: var(--white); background: var(--night); border-radius: 24px; }
.proof-strip div { padding: 2px 24px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--mint); font-size: 1.25rem; }
.proof-strip span { color: #99a8bb; font-size: .78rem; }

.content-section { padding-block: 120px; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .cta-section h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4.4vw, 4.1rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child, .cta-section p { color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 55px; }
.steps-grid article, .feature-grid article, .price-card { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.steps-grid article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 34px; color: var(--mint-dark); background: #e4fbf4; border-radius: 11px; font-size: .72rem; font-weight: 850; }
.steps-grid h3, .feature-grid h3 { margin-bottom: 9px; font-size: 1.03rem; }
.steps-grid p, .feature-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.feature-band { padding-block: 110px; color: var(--white); background: var(--night); }
.feature-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.feature-band .section-heading > p:last-child { color: #93a3b7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-grid article { background: var(--night-2); border-color: #24344a; }
.feature-grid i { display: inline-grid; place-items: center; min-width: 39px; height: 39px; margin-bottom: 26px; padding-inline: 9px; color: var(--mint); background: rgba(99,230,190,.08); border: 1px solid rgba(99,230,190,.18); border-radius: 11px; font-size: .7rem; font-style: normal; font-weight: 900; }
.feature-grid p { color: #91a1b4; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 55px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; }
.price-card.featured { border-color: var(--blue); box-shadow: 0 18px 55px rgba(91,124,250,.15); }
.popular { position: absolute; top: 16px; right: 16px; padding: 5px 9px; color: #3855bd; background: #ebefff; border-radius: 99px; font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.price-card > p { margin-bottom: 12px; color: var(--mint-dark); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin-bottom: 0; font-size: 2.7rem; letter-spacing: -.055em; }
.price-card > span { color: var(--muted); font-size: .85rem; }
.price-card ul { display: grid; gap: 10px; margin: 28px 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; color: #455469; font-size: .88rem; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--mint-dark); font-weight: 900; }
.price-card .button { margin-top: auto; }
.pricing-note { margin: 24px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }

.cta-section { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 100px; padding: 55px 60px; color: var(--white); background: linear-gradient(125deg, #4b67d8, #6b84ee); border-radius: 27px; }
.cta-section .eyebrow { color: #d9e0ff; }
.cta-section h2 { max-width: 650px; margin-bottom: 12px; }
.cta-section p { max-width: 680px; margin: 0; color: #dbe2ff; }
.cta-section .button { flex: 0 0 auto; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding-block: 35px 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.site-footer p { margin: 0; text-align: center; }
.site-footer div { display: flex; gap: 18px; }
.site-footer a:hover { color: var(--mint-dark); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); right: 0; display: none; width: min(320px, calc(100vw - 28px)); padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; gap: 15px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .pipeline-card { width: min(620px, 100%); margin-inline: auto; transform: none; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); width: min(1160px, calc(100% - 40px)); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { margin-bottom: 22px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-layout { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .cta-section { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer p { text-align: center; }
  .site-footer .brand, .site-footer div { justify-self: center; }
}

@media (max-width: 560px) {
  .section-shell { width: min(100% - 26px, 1160px); }
  .site-header { width: calc(100% - 18px); margin-top: 9px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
  .hero { gap: 50px; padding-block: 70px; }
  .hero-actions .button { width: 100%; }
  .pipeline-card { padding: 17px; border-radius: 20px; }
  .pipeline-list li { grid-template-columns: 34px 1fr; }
  .pipeline-list li > b { display: none; }
  .proof-strip { grid-template-columns: 1fr; width: calc(100% - 26px); padding: 25px; }
  .proof-strip div { margin-bottom: 18px !important; padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-strip div:last-child { margin: 0 !important; padding: 0; border-bottom: 0; }
  .content-section, .feature-band { padding-block: 85px; }
  .steps-grid, .feature-grid { grid-template-columns: 1fr; }
  .cta-section { width: calc(100% - 26px); margin-bottom: 65px; padding: 35px 25px; }
  .site-footer div { flex-direction: column; gap: 5px; }
}

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