:root {
  --navy: #0b3e5c;
  --navy-deep: #06283d;
  --teal: #00a99d;
  --teal-dark: #087f78;
  --cream: #fbf8f1;
  --sand: #eee7d9;
  --gold: #e9c35c;
  --ink: #18323b;
  --muted: #5d6e73;
  --white: #ffffff;
  --line: #d8e1df;
  --shadow: 0 24px 70px rgba(6, 40, 61, 0.14);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.prototype-ribbon {
  position: relative;
  z-index: 20;
  padding: 9px 20px;
  color: #fff8df;
  background: var(--navy-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(11, 62, 92, 0.1);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(18px);
}

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

.header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50% 50% 44% 56%;
  color: var(--white);
  background: linear-gradient(145deg, var(--teal), var(--teal-dark));
  box-shadow: 0 8px 18px rgba(0, 169, 157, 0.25);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.brand-copy strong,
.brand-copy span {
  display: block;
}

.brand-copy strong {
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.phone-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--white);
  background: var(--teal-dark);
  box-shadow: 0 10px 24px rgba(8, 127, 120, 0.2);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: #066f69;
  box-shadow: 0 14px 30px rgba(8, 127, 120, 0.28);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 58px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 18%, rgba(0, 169, 157, 0.35), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(233, 195, 92, 0.16), transparent 30%),
    linear-gradient(132deg, var(--navy-deep), var(--navy));
}

.hero::before {
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  bottom: -300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: center;
  gap: 64px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #c9fff9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  background: var(--gold);
  content: "";
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.2vw, 72px);
  line-height: 1.02;
}

.hero-copy > p {
  max-width: 670px;
  margin-bottom: 28px;
  color: #dce9ee;
  font-size: 19px;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  color: #dce9ee;
  font-size: 14px;
  list-style: none;
}

.hero-proof li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.plan-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 80px rgba(1, 17, 27, 0.28);
  backdrop-filter: blur(12px);
}

.plan-card .label {
  margin-bottom: 18px;
  color: #c9fff9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.plan-step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.plan-step:first-of-type {
  border-top: 0;
}

.step-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 900;
}

.plan-step strong,
.plan-step span {
  display: block;
}

.plan-step strong {
  margin-bottom: 3px;
}

.plan-step span {
  color: #cbdce3;
  font-size: 13px;
}

.self-select {
  border-bottom: 1px solid var(--line);
  background: #f3fbfa;
}

.self-select-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
}

.self-select-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  font-weight: 900;
}

.self-select p {
  margin: 0;
  font-size: 14px;
}

.self-select strong {
  color: var(--navy-deep);
}

.shopper-note {
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.section {
  padding: 88px 0;
}

.section.soft {
  background: var(--cream);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 16px;
  color: var(--navy-deep);
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.08;
}

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

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 40px rgba(6, 40, 61, 0.06);
}

.service-card .icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 12px;
  color: var(--navy-deep);
  background: #dff6f3;
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 18px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: process;
}

.process-item {
  position: relative;
  padding: 0 28px;
  counter-increment: process;
}

.process-item + .process-item {
  border-left: 1px solid var(--line);
}

.process-item::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal-dark);
  content: counter(process);
  font-weight: 900;
}

.process-item h3 {
  margin-bottom: 10px;
  color: var(--navy-deep);
  font-size: 18px;
}

.process-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.proof-band {
  padding: 54px 0;
  color: var(--white);
  background: var(--navy-deep);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  margin-bottom: 4px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
}

.proof-item span {
  color: #d4e0e5;
  font-size: 13px;
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 70px;
}

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

.audience-item {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.audience-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-deep);
}

.audience-item span {
  color: var(--muted);
  font-size: 14px;
}

.consultation {
  padding: 88px 0;
  background:
    radial-gradient(circle at 8% 6%, rgba(0, 169, 157, 0.16), transparent 24%),
    var(--cream);
}

.consultation-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: 70px;
}

.consultation-copy {
  padding-top: 34px;
}

.consultation-copy h2 {
  margin-bottom: 20px;
  color: var(--navy-deep);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.06;
}

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

.consultation-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.consultation-points li {
  margin: 12px 0;
  color: var(--navy-deep);
  font-weight: 750;
}

.consultation-points li::before {
  margin-right: 10px;
  color: var(--teal-dark);
  content: "✓";
}

.form-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-card h3 {
  margin-bottom: 6px;
  color: var(--navy-deep);
  font-size: 24px;
}

.form-card > p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #c9d5d3;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.field textarea {
  min-height: 94px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.12);
}

.form-card .button {
  width: 100%;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.form-fine-print {
  margin: 13px 0 0;
  color: #6d7b7f;
  font-size: 11px;
}

.form-message {
  display: none;
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid #a7d8d2;
  border-radius: 10px;
  color: var(--navy-deep);
  background: #e9faf7;
  font-size: 13px;
  font-weight: 700;
}

.form-message.visible {
  display: block;
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
}

details {
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  padding: 20px 2px;
  color: var(--navy-deep);
  cursor: pointer;
  font-weight: 850;
}

details p {
  max-width: 720px;
  padding: 0 2px 20px;
  color: var(--muted);
}

.site-footer {
  padding: 34px 0;
  color: #cbdce3;
  background: #041f30;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

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

  .hero-grid {
    gap: 42px;
  }

  .card-grid,
  .process-grid,
  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-item {
    padding: 24px;
    border-top: 1px solid var(--line);
  }

  .process-item + .process-item {
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }

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

  .brand-copy span,
  .header-actions .phone-link {
    display: none;
  }

  .header-actions .button {
    min-height: 42px;
    padding-inline: 15px;
    font-size: 13px;
  }

  .hero {
    padding-top: 55px;
  }

  h1 {
    font-size: 43px;
  }

  .self-select-inner {
    grid-template-columns: auto 1fr;
  }

  .shopper-note {
    grid-column: 2;
  }

  .section,
  .consultation {
    padding: 64px 0;
  }

  .card-grid,
  .process-grid,
  .proof-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-grid {
    gap: 32px;
  }

  .form-card {
    padding: 24px;
  }

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

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

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

