:root {
  --canvas: #f3f6fb;
  --paper: #ffffff;
  --ink: #0b1220;
  --muted: #5a6475;
  --blue: #155caa;
  --blue-deep: #0d356d;
  --green: #22a06b;
  --gold: #f6b44b;
  --line: #dfe6ef;
  --line-strong: #c8d4e4;
  --shadow: 0 24px 70px -34px rgba(13, 53, 109, 0.32);
  --radius: 8px;
  --radius-lg: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
summary {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(21, 92, 170, 0.28);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.concept-bar {
  background: var(--blue-deep);
  color: white;
  padding: 9px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 230, 239, 0.92);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand img {
  width: 162px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ghost-link {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 700;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 34px -20px rgba(21, 92, 170, 0.9);
}

.button-primary:hover {
  background: var(--blue-deep);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: white;
  color: var(--blue-deep);
}

.text-link {
  color: var(--blue);
  font-weight: 750;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  padding: 9px 14px;
  font-weight: 750;
}

.section-pad {
  padding: 96px 0;
}

.hero {
  min-height: calc(100vh - 116px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(21, 92, 170, 0.1), transparent 42%),
    radial-gradient(circle at 88% 16%, rgba(34, 160, 107, 0.16), transparent 32%),
    var(--canvas);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 800;
}

.hero-lede {
  max-width: 680px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 30px;
}

.proof-note {
  max-width: 520px;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: var(--muted);
}

.proof-note img {
  width: 86px;
}

.proof-note p {
  margin: 0;
}

.data-stage {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.68));
  padding: 20px;
  box-shadow: var(--shadow);
}

.data-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 28px;
  background: rgba(21, 92, 170, 0.12);
  transform: rotate(-3deg);
}

.stage-topline,
.filter-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding: 12px 4px 16px;
  color: var(--muted);
  font-size: 13px;
}

.stage-topline strong,
.filter-row strong {
  color: var(--ink);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.metric-card {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 20px;
  box-shadow: 0 10px 30px -26px rgba(11, 18, 32, 0.45);
}

.metric-card.large {
  grid-row: span 2;
  background: var(--blue-deep);
  color: white;
}

.metric-card span,
.metric-card small {
  display: block;
  color: inherit;
  opacity: 0.72;
  font-size: 13px;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  margin: 14px 0;
  font-size: clamp(34px, 5vw, 56px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.filter-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(243, 246, 251, 0.88);
  padding: 8px 16px;
}

.filter-row:last-child {
  border-bottom: 0;
}

.trust-band {
  border-block: 1px solid var(--line);
  background: var(--ink);
  color: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid div {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px;
}

.trust-grid div:first-child {
  border-left: 0;
}

.trust-grid strong {
  font-size: clamp(28px, 4vw, 46px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.trust-grid span {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-bottom: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.product-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card,
.plan-card {
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 rgba(11, 18, 32, 0.04);
}

.product-card span {
  width: fit-content;
  margin-bottom: 28px;
  border-radius: 999px;
  background: rgba(21, 92, 170, 0.1);
  color: var(--blue);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card p,
.plan-card p,
.proof-panel p,
.faq-list p {
  color: var(--muted);
}

.product-card a,
.plan-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.process-section,
.plan-section {
  background: white;
}

.process-layout,
.proof-layout,
.faq-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--canvas);
  padding: 24px;
}

.step-list span {
  grid-row: 1 / span 2;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.step-list h3,
.step-list p {
  grid-column: 2;
}

.step-list p {
  margin: 0;
  color: var(--muted);
}

.proof-layout {
  align-items: stretch;
}

.proof-panel {
  border-radius: var(--radius-lg);
  background: var(--blue-deep);
  color: white;
  padding: 38px;
}

.proof-panel .eyebrow,
.proof-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.proof-panel .button {
  margin-top: 20px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-grid div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 24px;
}

.field-grid strong,
.field-grid span {
  display: block;
}

.field-grid span {
  margin-top: 10px;
  color: var(--muted);
}

.plan-card {
  min-height: 210px;
}

.plan-card.featured {
  border-color: rgba(21, 92, 170, 0.4);
  background: linear-gradient(180deg, #ffffff, #edf5ff);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 0;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.owner-cta {
  background: var(--blue);
  color: white;
  padding: 72px 0;
}

.owner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.owner-inner p,
.owner-inner .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.owner-inner h2 {
  max-width: 780px;
}

.owner-inner .button-primary {
  background: white;
  color: var(--blue-deep);
}

.site-footer {
  background: #07101f;
  color: white;
  padding: 56px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
  gap: 40px;
}

.footer-logo {
  width: 154px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.74);
}

.site-footer nav,
.footer-contact {
  display: grid;
  gap: 12px;
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-nav.is-open,
  .header-actions.is-open {
    display: flex;
    grid-column: 1 / -1;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 0;
  }

  .site-nav.is-open a,
  .header-actions.is-open a {
    width: 100%;
  }

  .hero-grid,
  .process-layout,
  .proof-layout,
  .faq-layout,
  .owner-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .product-grid,
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section-pad {
    padding: 64px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 136px;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero-lede,
  .section-heading p {
    font-size: 16px;
  }

  .hero-actions,
  .header-actions.is-open {
    align-items: stretch;
  }

  .button,
  .text-link {
    width: 100%;
    text-align: center;
  }

  .proof-note {
    grid-template-columns: 70px 1fr;
  }

  .proof-note img {
    width: 70px;
  }

  .data-stage {
    padding: 14px;
    border-radius: 22px;
  }

  .metric-grid,
  .product-grid,
  .plan-grid,
  .field-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .metric-card.large {
    grid-row: auto;
  }

  .trust-grid div {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-grid div:first-child {
    border-top: 0;
  }

  .step-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .step-list span,
  .step-list h3,
  .step-list p {
    grid-column: auto;
    grid-row: auto;
  }

  .filter-row,
  .stage-topline {
    flex-direction: column;
    gap: 4px;
  }
}

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