:root {
  --bg: #08111f;
  --panel: #111b2c;
  --panel-2: #0d1727;
  --text: #f7fbff;
  --muted: #9fb0c6;
  --line: #26354b;
  --green: #16d46b;
  --green-2: #0fbf5d;
  --green-soft: rgba(22, 212, 107, 0.12);
  --shadow: 0 24px 70px rgba(0,0,0,.28);
}

* { 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: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,17,31,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-word { font-size: 1.55rem; font-weight: 900; letter-spacing: .04em; }
.tm { color: var(--green); font-size: .48em; vertical-align: top; margin-left: 2px; }
.brand-sub { font-size: .74rem; color: var(--muted); margin-top: 6px; letter-spacing: .08em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 24px; color: #dce7f5; font-size: .95rem; }
.nav > a:not(.btn):hover { color: var(--green); }
.menu-btn { display: none; background: transparent; color: white; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; }
.mobile-nav { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #04120a; }
.btn-primary:hover { background: var(--green-2); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.02); color: var(--text); }
.btn-ghost:hover { border-color: #3b526f; background: rgba(255,255,255,.04); }
.btn-lg { min-height: 52px; padding: 0 24px; }
.btn-block { width: 100%; }

.hero { padding: 96px 0 78px; position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,212,107,.12), rgba(22,212,107,0) 66%);
  right: -280px;
  top: -300px;
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 900; margin-bottom: 16px; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -.055em; margin-bottom: 24px; }
h1 span { color: var(--green); }
h2 { font-size: clamp(2.1rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.25rem; }
.lead { color: #c8d6e8; max-width: 700px; font-size: 1.15rem; }
.lead-sm { color: #c8d6e8; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0 26px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font-size: .9rem; }
.trust-row span::before { content: "✓"; color: var(--green); font-weight: 900; margin-right: 8px; }

.hero-card { background: linear-gradient(180deg, #142135 0%, #0f1a2b 100%); border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: var(--shadow); position: relative; }
.hero-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.04); pointer-events: none; }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.card-top small { color: var(--muted); font-weight: 800; letter-spacing: .12em; }
.card-top h3 { margin: 8px 0 0; font-size: 1.45rem; }
.pill { background: var(--green-soft); color: var(--green); border: 1px solid rgba(22,212,107,.28); border-radius: 999px; padding: 7px 10px; font-size: .78rem; font-weight: 900; white-space: nowrap; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 18px; }
.metric span { display: block; color: var(--muted); font-size: .82rem; margin-bottom: 5px; }
.metric strong { font-size: 1.2rem; }
.insight-box { margin-top: 14px; background: rgba(22,212,107,.07); border: 1px solid rgba(22,212,107,.16); border-radius: 14px; padding: 16px 16px 16px 44px; position: relative; color: #d7e6dc; }
.insight-box p { margin: 0; font-size: .92rem; }
.dot { position: absolute; left: 18px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(22,212,107,.12); }

.section { padding: 88px 0; }
.section-alt { background: var(--panel-2); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.compact { margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.04rem; }
.logos-strip { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.015); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid > div { padding: 8px 24px; border-right: 1px solid rgba(255,255,255,.07); }
.strip-grid > div:last-child { border-right: 0; }
.strip-grid strong, .strip-grid span { display: block; }
.strip-grid strong { color: var(--text); }
.strip-grid span { color: var(--muted); font-size: .88rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card, .feature-card, .price-card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; }
.step-card { padding: 28px; }
.step-num { color: var(--green); font-weight: 900; letter-spacing: .08em; display: inline-block; margin-bottom: 26px; }
.step-card p, .feature-card p { color: var(--muted); margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; }
.icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); font-weight: 900; margin-bottom: 20px; }
.decision-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.question-list { display: grid; gap: 12px; }
.question-list div { border: 1px solid var(--line); background: var(--panel); border-radius: 14px; padding: 16px 18px; color: #dce6f4; }
.question-list div::before { content: "→"; color: var(--green); margin-right: 12px; font-weight: 900; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); gap: 20px; justify-content: center; }
.price-card { padding: 30px; position: relative; }
.price-card.featured { border-color: rgba(22,212,107,.5); box-shadow: 0 0 0 1px rgba(22,212,107,.12); }
.popular { position: absolute; top: -13px; right: 22px; background: var(--green); color: #03130a; font-size: .76rem; font-weight: 900; padding: 6px 10px; border-radius: 999px; }
.price-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.price-head > span { font-size: 1.3rem; font-weight: 900; }
.price-head strong { font-size: 2.7rem; }
.price-head small { color: var(--muted); margin-left: 4px; }
.price-card ul { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; color: #d7e3f0; }
.price-card li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 900; }
.pricing-note { color: var(--muted); text-align: center; font-size: .84rem; margin-top: 18px; }
.cta-section { padding: 36px 0 96px; }
.cta-card { background: linear-gradient(135deg, #15243a, #0f1d30); border: 1px solid #2c405c; border-radius: 24px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: var(--shadow); }
.cta-card h2 { margin-bottom: 10px; }
.cta-card p { color: var(--muted); margin: 0; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.site-footer { border-top: 1px solid rgba(255,255,255,.06); padding: 48px 0 28px; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.footer-brand { color: var(--text); }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.06); font-size: .78rem; }

@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
  .mobile-nav.open { display: grid; gap: 12px; padding: 0 20px 20px; border-top: 1px solid rgba(255,255,255,.05); }
  .mobile-nav a { padding: 10px 0; }
  .hero { padding-top: 70px; }
  .hero-grid, .decision-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid > div:nth-child(2) { border-right: 0; }
  .strip-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .cta-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero { padding: 56px 0 54px; }
  h1 { font-size: 3.2rem; }
  .feature-grid, .pricing-grid, .metric-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); padding: 12px 8px; }
  .strip-grid > div:last-child { border-bottom: 0; }
  .hero-card, .step-card, .feature-card, .price-card, .cta-card { border-radius: 18px; }
  .hero-actions, .cta-actions { width: 100%; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .footer-grid, .footer-bottom { flex-direction: column; }
}
