:root {
  --ink: #102a43;
  --muted: #52616b;
  --navy: #0b2747;
  --blue: #1666b7;
  --sky: #e8f3ff;
  --line: #d8e2ec;
  --paper: #ffffff;
  --mist: #f6f9fc;
  --success: #137a57;
}

* { 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;
  font-size: 16px;
  line-height: 1.6;
}

a { color: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.notice {
  background: var(--navy);
  color: #dceeff;
  font-size: .875rem;
  text-align: center;
  padding: .55rem 1rem;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  color: var(--navy);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .035em;
  white-space: nowrap;
}

.brand span {
  color: var(--blue);
  font-size: .75em;
  font-weight: 700;
  margin-left: .35rem;
}

.nav { display: flex; align-items: center; gap: 1.2rem; }
.nav a { color: var(--muted); font-size: .93rem; text-decoration: none; }
.nav a:hover, .nav a:focus-visible { color: var(--blue); text-decoration: underline; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .7rem 1.05rem;
  border: 1px solid transparent;
  border-radius: .45rem;
  background: var(--blue);
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.button:hover, .button:focus-visible { background: #0f559c; }
.button.alt { border-color: #b9d4ed; background: white; color: var(--blue); }
.button.alt:hover, .button.alt:focus-visible { background: var(--sky); }

.hero {
  overflow: hidden;
  position: relative;
  padding: 6.2rem 0 5.5rem;
  background: linear-gradient(120deg, #f4faff 0%, #e7f2fd 51%, #f7fbff 100%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -260px;
  top: -220px;
  border: 1px solid #a8ceed;
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(168, 206, 237, .24), 0 0 0 88px rgba(168, 206, 237, .15);
}

.hero-copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { color: var(--blue); font-size: .83rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.025em; }
h1 { max-width: 780px; margin: .65rem 0 1.15rem; font-size: clamp(2.5rem, 6vw, 4.7rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin: 0 0 1rem; }
h3 { margin: 0 0 .7rem; font-size: 1.25rem; }
p { margin: 0 0 1.05rem; }
.lead { max-width: 670px; color: #385169; font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }

.section { padding: 5.4rem 0; }
.section.tint { background: var(--mist); }
.section-copy { max-width: 680px; margin-bottom: 2.2rem; }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card {
  min-height: 220px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: .65rem;
  background: white;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: var(--blue);
  background: var(--sky);
  font-weight: 900;
}

.card p, .prose li, .fine { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.checks { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.checks li { position: relative; padding: .4rem 0 .4rem 1.7rem; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }

.callout {
  border-left: 4px solid var(--blue);
  padding: 1rem 1.2rem;
  background: var(--sky);
  color: #1c4a71;
}

.site-footer { padding: 2.4rem 0 3rem; color: #d8e4f0; background: var(--navy); }
.footer-grid { display: flex; justify-content: space-between; align-items: start; gap: 2rem; }
.site-footer .brand { color: white; }
.site-footer .brand span { color: #94c9f8; }
.footer-links { display: flex; flex-wrap: wrap; gap: .7rem 1.1rem; }
.footer-links a { color: #d8e4f0; font-size: .92rem; }
.disclaimer { margin-top: 1.6rem; font-size: .8rem; color: #aac0d4; }

.page-hero { padding: 4.5rem 0 3.4rem; border-bottom: 1px solid var(--line); background: var(--mist); }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 3.65rem); }
.prose { width: min(820px, 100%); }
.prose h2 { margin-top: 2.9rem; font-size: 1.65rem; }
.prose h3 { margin-top: 1.6rem; font-size: 1.15rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .45rem; }
.metadata { color: var(--muted); font-size: .93rem; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.plan { display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: .65rem; background: white; }
.plan.featured { border: 2px solid var(--blue); box-shadow: 0 14px 30px rgba(16, 42, 67, .1); }
.price { margin: 1rem 0; font-size: 2rem; font-weight: 800; }
.price small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.plan .button { margin-top: auto; }

.callback { min-height: 100vh; display: grid; place-items: center; background: var(--mist); }
.callback-box { max-width: 560px; padding: 2.6rem; border: 1px solid var(--line); border-radius: .7rem; background: white; text-align: center; }
.callback-mark { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 1rem; color: white; border-radius: 50%; background: var(--success); font-size: 1.7rem; font-weight: 800; }

@media (max-width: 780px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 66px; gap: 1rem; }
  .nav { gap: .8rem; }
  .nav a:not(.button) { display: none; }
  .hero { padding: 4.3rem 0 4rem; }
  .grid, .plans { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { flex-direction: column; }
}

@media (max-width: 480px) {
  .grid, .plans { grid-template-columns: 1fr; }
  .notice { font-size: .76rem; }
  .hero-actions .button { width: 100%; }
}
