:root {
  --navy-980: #041224;
  --navy-950: #061a33;
  --navy-900: #0d2442;
  --navy-850: #153457;
  --ink-900: #102339;
  --ink-700: #4e6075;
  --ink-600: #66788e;
  --slate-200: #d7e0ea;
  --slate-100: #eaf0f5;
  --slate-050: #f4f7fa;
  --white: #ffffff;
  --accent: #12355f;
  --accent-soft: #edf3f9;
  --success: #1d6e48;
  --shadow-sm: 0 10px 24px rgba(7, 24, 47, 0.06);
  --shadow-md: 0 22px 56px rgba(7, 24, 47, 0.10);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --transition: 180ms ease;
  --font-stack: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-stack);
  color: var(--ink-900);
  background: var(--slate-050);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--navy-900); }
button, input, select, textarea { font: inherit; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cdd7e2;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #fff;
  color: var(--ink-900);
  transition: border-color var(--transition), box-shadow var(--transition);
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: #5f84ad;
  outline: none;
  box-shadow: 0 0 0 4px rgba(18, 53, 95, 0.10);
}
.container { width: min(calc(100% - 2rem), var(--container)); margin: 0 auto; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: #fff;
  color: var(--navy-950);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #0F172A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}
.site-header__inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 176px; height: auto; }
.site-nav-wrap { display: flex; align-items: center; gap: 1rem; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-link,
.button-link,
.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 600;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.nav-link {
  color: rgba(255, 255, 255, 0.86);
}
.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.button-link,
.button {
  border: 1px solid transparent;
  cursor: pointer;
}
.button-link--primary,
.button {
  background: #fff;
  color: var(--navy-950);
  box-shadow: 0 8px 24px rgba(5, 15, 28, 0.18);
}
.button-link--primary:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(5, 15, 28, 0.18);
}
.button-link--secondary,
.button-secondary {
  background: transparent;
  border: 1px solid #bcc9d8;
  color: var(--navy-950);
}
.button-link--secondary:hover,
.button-secondary:hover {
  background: var(--accent-soft);
  color: var(--navy-900);
}
.header-cta { margin-left: 0.35rem; }
.menu-toggle {
  display: none;
  min-height: 46px;
  padding: 0.76rem 0.95rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}
.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  display: inline-block;
  content: "";
  position: relative;
}
.menu-toggle__bars::before { position: absolute; top: -6px; left: 0; }
.menu-toggle__bars::after { position: absolute; top: 6px; left: 0; }

main { display: block; }
.hero {
  padding: 5rem 0 3.5rem;
  background:
    radial-gradient(circle at 88% 22%, rgba(18, 53, 95, 0.08), transparent 0 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.95fr);
  gap: 3.5rem;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 34px;
  padding: 0.3rem 0.8rem;
  background: #eef3f8;
  color: var(--accent);
  border: 1px solid #d9e2eb;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
}
.hero h1,
.page-hero h1 {
  margin: 1rem 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--navy-950);
  max-width: 12ch;
}
.hero p,
.page-hero p {
  margin: 0;
  max-width: 60ch;
  font-size: 1.08rem;
  color: var(--ink-700);
}
.hero-actions,
.page-hero__actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}
.hero-panel {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: var(--radius-lg);
  padding: 1.1rem;
  box-shadow: var(--shadow-md);
}
.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-trust__item {
  background: #fff;
  border: 1px solid #dde5ee;
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-sm);
}
.hero-trust__item strong {
  display: block;
  font-size: 1.1rem;
  color: var(--navy-950);
}
.hero-trust__item span {
  display: block;
  margin-top: 0.2rem;
  color: var(--ink-700);
  font-size: 0.95rem;
}

section { padding: 4.5rem 0; }
.section-heading {
/*   max-width: 760px; */
 max-width: 100%;
  margin-bottom: 2.2rem;
}
.section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy-950);
}
.section-heading p {
  margin: 0;
  font-size: 1.02rem;
  color: var(--ink-700);
/*   max-width: 66ch;
 */
 max-width: 100%;
}


.surface { background: #fff; }
.surface-alt { background: var(--slate-050); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }

.card {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.card--dark {
  background: linear-gradient(180deg, #081b34 0%, #0b2445 100%);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}
.card--dark p,
.card--dark li,
.card--dark .muted { color: rgba(255,255,255,0.78); }
.card h3,
.price-card h3,
.contact-card h3,
.step h3,
.feature-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  line-height: 1.2;
  color: inherit;
}
.card p,
.feature-card p,
.step p,
.contact-card p { margin: 0; color: var(--ink-700); }
.feature-card {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.icon-chip {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #edf3f9;
  color: var(--accent);
  margin-bottom: 1rem;
}
.list-clean {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.list-clean li {
  position: relative;
  padding-left: 1.4rem;
  margin: 0.55rem 0;
  color: var(--ink-700);
}
.list-clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.metric {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: var(--radius-md);
  padding: 1.2rem;
  text-align: left;
}
.metric strong {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  color: var(--navy-950);
}
.metric span { color: var(--ink-700); font-size: 0.95rem; }
.step {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--navy-950);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.cta-panel {
  background: linear-gradient(135deg, #07182e 0%, #0d2647 55%, #16385e 100%);
  color: #fff;
  border-radius: 32px;
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.cta-panel h2, .cta-panel h3 { color: #fff; margin-top: 0; }
.cta-panel p { color: rgba(255,255,255,0.82); }
.cta-panel .button-link--primary,
.cta-panel .button {
  background: #fff;
  color: var(--navy-950);
}
.cta-panel .button-link--secondary {
  border-color: rgba(255,255,255,0.22);
  color: #fff;
}
.page-hero {
  padding: 4rem 0 2.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
}
.page-hero h1 { max-width: none; }
.pill-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8e1ea;
  color: var(--ink-700);
  font-size: 0.9rem;
  font-weight: 600;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.price-card {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: 24px;
  padding: 1.65rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}
.price-card--featured {
  border-color: #0f2f5c;
  box-shadow: 0 16px 44px rgba(9, 29, 54, 0.12);
  position: relative;
}
.price-card--featured::before {
  content: "Best fit for early adopters";
  position: absolute;
  top: -14px;
  left: 1.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #0f2f5c;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.price-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 32px;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  background: #edf3f9;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.price-amount {
  display: flex;
  align-items: flex-end;
  gap: 0.2rem;
  color: var(--navy-950);
}
.price-amount strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.price-amount span {
  color: var(--ink-700);
  font-size: 1rem;
  padding-bottom: 0.35rem;
}

.trial-period {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
  color: var(--navy-950);
  text-align: center;
}
.trial-period strong {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.trial-period span {
  color: var(--ink-950);
  font-size: 2rem;
  padding-bottom: 0.35rem;
  display: block;
}


.pricing-note,
.notice,
.legal-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d8e1ea;
  color: var(--ink-700);
}
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.faq-item { background: #fff; border: 1px solid #d8e1ea; border-radius: 18px; padding: 1.3rem; }
.faq-item h3 { margin: 0 0 0.5rem; font-size: 1.08rem; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid .full { grid-column: 1 / -1; }
label {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy-950);
  margin-bottom: 0.45rem;
}
.form-help {
  margin-top: 0.65rem;
  color: var(--ink-600);
  font-size: 0.92rem;
}
.form-notice {
  min-height: 1.5rem;
  margin-top: 0.8rem;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 600;
}
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1.5rem; }
.contact-card { background: #fff; border: 1px solid #d8e1ea; border-radius: 22px; padding: 1.5rem; box-shadow: var(--shadow-sm); }
.contact-rail { display: grid; gap: 1rem; }
.contact-rail .contact-card { min-height: 100%; }
.email-link { font-weight: 700; }
.small { font-size: 0.92rem; color: var(--ink-700); }

.legal-shell {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}
.legal-shell h2 {
  margin: 2rem 0 0.65rem;
  font-size: 1.35rem;
  color: var(--navy-950);
}
.legal-shell h2:first-of-type { margin-top: 0; }
.legal-shell p,
.legal-shell li { color: var(--ink-700); }

.site-footer {
  background: #0F172A;
  color: rgba(255,255,255,0.78);
  padding: 2.25rem 0;
  margin-top: 4rem;
}
.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.footer-brand img { width: 176px; height: auto; }
.footer-brand p {
  margin: 0.8rem 0 0;
  max-width: 38ch;
  color: rgba(255,255,255,0.72);
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 0.4rem 1.5rem;
}
.footer-links a { color: rgba(255,255,255,0.85); }
.footer-links a:hover { color: #fff; }
.footer-meta {
  margin-top: 1.4rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.60);
}

@media (max-width: 1024px) {
  .hero-grid,
  .contact-grid,
  .grid-4,
  .price-grid,
  .grid-3,
  .grid-2,
  .faq-grid,
  .hero-trust,
  .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header__inner { min-height: 78px; }
  .menu-toggle { display: inline-flex; }
  .site-nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    background: var(--navy-950);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0 1rem 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
  }
  .site-nav-wrap.is-open { display: flex; }
  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding-top: 0.6rem;
  }
  .nav-link,
  .header-cta,
  .site-nav-wrap .button-link { width: 100%; }
  .header-cta { margin-left: 0; }
  .hero,
  section,
  .page-hero { padding-top: 3.25rem; }
  .hero-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .price-grid,
  .faq-grid,
  .hero-trust,
  .metric-row,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .hero h1,
  .page-hero h1 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .site-footer__inner { flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}


.section-anchor {
  scroll-margin-top: 108px;
}
.hero-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.hero-band__item {
  background: rgba(255,255,255,0.9);
  border: 1px solid #dbe4ed;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-sm);
}
.hero-band__item strong {
  display: block;
  color: var(--navy-950);
  font-size: 1.05rem;
}
.hero-band__item span {
  color: var(--ink-700);
  display: block;
  margin-top: 0.2rem;
  font-size: 0.94rem;
}
.muted-block {
  color: var(--ink-700);
  max-width: 68ch;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}
.contact-list li {
  background: #fff;
  border: 1px solid #d8e1ea;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-sm);
}
.contact-list strong {
  display: block;
  color: var(--navy-950);
  margin-bottom: 0.15rem;
}
@media (max-width: 1024px) {
  .hero-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .hero-band { grid-template-columns: 1fr; }
}
