:root {
  color-scheme: light;
  --ink: #102833;
  --muted: #52666d;
  --paper: #f5f2ea;
  --white: #ffffff;
  --teal: #087d76;
  --teal-dark: #075b57;
  --mint: #dff4ec;
  --orange: #f48245;
  --line: #cad8d5;
  --shadow: 0 28px 70px rgba(15, 42, 51, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(8, 125, 118, 0.11), transparent 30rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.site-header,
.hero,
.section,
.cta-panel,
footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 0.75rem;
  color: var(--white);
  background: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.header-link {
  color: var(--teal-dark);
  font-weight: 750;
  text-underline-offset: 0.24rem;
}

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 3rem 0 5rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1 {
  max-width: 700px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5.4vw, 4.6rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

.hero-lead,
.section-heading > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.2rem;
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.header-link:focus-visible,
footer a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.button-primary {
  color: var(--white);
  background: var(--teal);
  box-shadow: 0 13px 30px rgba(8, 125, 118, 0.2);
}

.button-primary:hover {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.44);
}

.availability {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.microcopy,
.concept-note,
.footer-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.concept {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(8, 125, 118, 0.2);
  border-radius: 1.6rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.concept::before {
  content: "";
  position: absolute;
  inset: -18px 34px auto auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0.17;
  z-index: -1;
}

.concept-head,
.concept-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.concept-head {
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.concept-head h2 {
  margin: 0;
  font-family: inherit;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.concept-kicker {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.step {
  flex: none;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.76rem;
  font-weight: 800;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.4rem 0;
}

.field {
  min-height: 4.3rem;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: #fbfcfa;
}

.field span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.field i {
  display: block;
  width: 64%;
  height: 0.42rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: #dde6e2;
}

.field-wide {
  grid-column: 1 / -1;
  min-height: 5.3rem;
}

.concept-footer {
  align-items: center;
  color: var(--muted);
  font-size: 0.72rem;
}

.fake-button {
  flex: none;
  padding: 0.65rem 0.85rem;
  border-radius: 0.55rem;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

.concept-note {
  margin: 1rem 0 0;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--ink);
}

.trust-strip span {
  padding: 1.15rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  font-size: 0.82rem;
  font-weight: 760;
  text-align: center;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 3rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  min-height: 240px;
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.52);
}

.card-number {
  display: block;
  margin-bottom: 3.4rem;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
}

.card p,
.timeline p,
.terms-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.process {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
  background: var(--mint);
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(7, 91, 87, 0.23);
}

.timeline li > span {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  font-weight: 850;
}

.terms {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 7vw, 7rem);
}

.terms-grid {
  display: grid;
  gap: 1.5rem;
}

.terms-grid > div {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 5rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.5rem;
  color: var(--white);
  background: var(--teal-dark);
}

.cta-panel .eyebrow {
  color: #a9e6d5;
}

.cta-panel h2 {
  max-width: 740px;
  margin-bottom: 0.7rem;
}

.cta-panel p:last-child {
  margin-bottom: 0;
  color: #d6ede7;
}

.button-light {
  flex: none;
  color: var(--ink);
  background: var(--white);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem 2rem;
  padding: 2rem 0 3.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

footer p {
  margin-bottom: 0;
}

.footer-note {
  width: 100%;
}

.not-found {
  width: min(720px, calc(100% - 40px));
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-inline: auto;
  padding: 4rem 0;
}

.not-found .brand {
  margin-bottom: 5rem;
}

.not-found h1 {
  margin-bottom: 1rem;
}

.not-found p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.1rem;
}

.not-found .button {
  margin-top: 1rem;
}

@media (max-width: 880px) {
  .hero,
  .terms {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3rem;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: 0;
  }

  .card-number {
    margin-bottom: 1.8rem;
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .site-header,
  .hero,
  .section,
  .cta-panel,
  footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 72px;
  }

  .header-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 3.4rem 0 4.5rem;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .field-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .section {
    padding: 5rem 0;
  }

  .process {
    width: 100%;
    padding-inline: 14px;
  }

  .concept-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-panel {
    margin-bottom: 3.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
