:root {
  --bg: #f4f9ff;
  --surface: #ffffff;
  --surface-soft: #eef5ff;
  --primary: #0d4ea6;
  --primary-deep: #093a7b;
  --text: #0f1f3d;
  --muted: #4a5d83;
  --line: #cfe0f9;
  --ok: #1973e8;
  --radius: 16px;
  --shadow: 0 14px 40px rgba(10, 45, 100, 0.09);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 80% -10%, #d7e8ff, transparent 32%), var(--bg);
  scroll-behavior: smooth;
}

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(244, 249, 255, 0.82);
  border-bottom: 1px solid rgba(207, 224, 249, 0.7);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, var(--primary), #4d91f3);
  color: #fff;
  font-size: 0.86rem;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(13, 78, 166, 0.25);
  background: var(--primary-deep);
}

.btn-small {
  height: 38px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.btn-light {
  border-color: var(--line);
  background: #fff;
  color: var(--primary-deep);
}

.btn-light:hover {
  background: #f1f7ff;
  box-shadow: none;
}

.hero {
  padding: 72px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  align-items: stretch;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--ok);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.13;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 4.3vw, 3.35rem);
  max-width: 18ch;
}

.subtitle {
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 63ch;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hero-points {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.hero-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 26px;
  animation: slide-up 700ms ease both;
}

.hero-panel h2 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.panel-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
  color: var(--muted);
}

.panel-line span {
  flex: 1 1 45%;
  text-align: left;
}

.panel-line strong {
  flex: 1 1 55%;
  text-align: right;
  color: var(--text);
  font-size: 0.95rem;
}

.section {
  padding: 58px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  max-width: 20ch;
}

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

.flow-diagram {
  margin-top: 22px;
}

.flow-track {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.flow-step {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(10, 45, 100, 0.05);
}

.flow-step h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.94rem;
}

.flow-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f6fcf;
  font-weight: 800;
  font-size: 1.2rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(10, 45, 100, 0.05);
}

.card h3,
.feature h3 {
  font-size: 1.13rem;
  margin-bottom: 8px;
}

.card p,
.feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.feature-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
}

.connector-wrap {
  margin-top: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
}

.connector-wrap p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary-deep);
  background: #f6faff;
}

.outcomes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

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

.metric {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 18px;
}

.metric-num {
  display: block;
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--primary-deep);
}

.metric-label {
  color: var(--muted);
}

.pricing-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-card h3 {
  font-size: 1.35rem;
}

.price-sub {
  margin: 0;
  color: var(--muted);
}

.price-card ul {
  margin: 4px 0 10px;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.85;
  flex: 1;
}

.price-card.featured {
  border: 1px solid #6da3ef;
  box-shadow: 0 12px 30px rgba(30, 108, 219, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.badge {
  margin: 0;
  align-self: flex-start;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0e4ca2;
  background: #dcecff;
  border-radius: 999px;
  padding: 6px 10px;
}

.cta {
  padding: 66px 0;
}

.cta-wrap {
  background: linear-gradient(130deg, #0b4aa1, #1e6cdb);
  color: #fff;
  border-radius: calc(var(--radius) + 2px);
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta-wrap .eyebrow {
  color: #d4e5ff;
}

.cta-wrap h2 {
  max-width: 22ch;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.cta-wrap .btn {
  background: #fff;
  color: var(--primary-deep);
}

.cta-wrap .btn:hover {
  background: #eaf2ff;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 20px 0 28px;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.94rem;
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .outcomes {
    grid-template-columns: 1fr;
  }

  .flow-track {
    flex-direction: column;
    gap: 12px;
  }

  .flow-arrow {
    align-self: center;
    transform: rotate(90deg);
  }

}

@media (max-width: 700px) {
  .hero {
    padding-top: 46px;
  }

  .card-grid,
  .feature-list,
  .metric-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .cta-wrap,
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
