:root {
  --cream: #f8f3ea;
  --cream-2: #efe9dc;
  --navy: #132b4f;
  --navy-2: #0c1e38;
  --blue: #173b63;
  --gold: #f2a51a;
  --gold-2: #d98e00;
  --text: #435166;
  --muted: #687589;
  --line: #e3d7c6;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(12, 30, 56, 0.14);
  --radius-lg: 32px;
  --radius-md: 22px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--cream);
  color: var(--navy-2);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

.section-white {
  background: var(--white);
}

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

.section-navy {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.section-gold {
  background: linear-gradient(135deg, var(--gold), #ffc861);
  color: var(--navy-2);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 50;
  background: var(--gold);
  color: var(--navy-2);
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(12, 30, 56, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

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

.brand img {
  width: 240px;
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.header-nav a:not(.nav-cta):hover {
  color: var(--white);
}

.nav-cta,
.button-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta {
  padding: 12px 18px;
  color: var(--navy-2);
  background: var(--gold);
  box-shadow: 0 8px 24px rgba(242, 165, 26, 0.18);
}

.nav-cta:hover,
.button-dark:hover,
.lead-form button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 5% 5%, rgba(242, 165, 26, 0.20), transparent 28%), var(--cream);
}

.hero-bg-one,
.hero-bg-two {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(4px);
  opacity: 0.5;
}

.hero-bg-one {
  width: 360px;
  height: 360px;
  right: -130px;
  top: 120px;
  background: rgba(23, 59, 99, 0.10);
}

.hero-bg-two {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: 80px;
  background: rgba(242, 165, 26, 0.17);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(242, 165, 26, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.70);
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.eyebrow.dark {
  background: rgba(242, 165, 26, 0.12);
  color: var(--blue);
}

.eyebrow.gold {
  background: rgba(242, 165, 26, 0.14);
  border-color: rgba(242, 165, 26, 0.38);
  color: var(--gold);
}

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

h1 {
  margin-bottom: 0;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  color: var(--navy-2);
}

h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.65;
}

.hero-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin-top: 30px;
}

.point,
.check-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #27384e;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.point span,
.check-row span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy-2);
  font-size: 13px;
  font-weight: 950;
}

.signup-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  padding: 18px;
  box-shadow: var(--shadow);
}

.kit-preview {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 18px;
  align-items: center;
  border-radius: 26px;
  padding: 18px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.cover-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: var(--cream);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transform: rotate(-2.5deg);
}

.cover-wrap img {
  width: 100%;
  aspect-ratio: 0.77;
  object-fit: cover;
}

.mini-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kit-details h2 {
  margin-bottom: 14px;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.kit-details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.kit-details li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--gold);
  vertical-align: 1px;
}

.form-shell {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--cream);
  padding: 24px;
}

.form-shell h2 {
  margin-bottom: 8px;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.form-shell > p {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.lead-form input {
  width: 100%;
  height: 52px;
  border: 1px solid #d7cab7;
  border-radius: 16px;
  background: var(--white);
  padding: 0 16px;
  color: var(--navy-2);
  font: inherit;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(242, 165, 26, 0.20);
}

.lead-form button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: var(--gold);
  color: var(--navy-2);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  transition: transform 0.2s ease, background 0.2s ease;
}

.lead-form button:hover {
  background: #f5b02e;
}

.form-note,
.mock-warning {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mock-warning:not(:empty) {
  margin-top: 6px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(242, 165, 26, 0.16);
  color: var(--navy);
  font-weight: 800;
}

.section-heading {
  max-width: 640px;
}

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

.section-heading h2,
.method-copy h2,
.about-copy h2,
.final-inner h2 {
  margin-bottom: 18px;
}

.section-heading p,
.method-copy p,
.about-copy p,
.final-inner p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.72;
}

.section-navy .method-copy p,
.section-navy .method-box p {
  color: rgba(255, 255, 255, 0.76);
}

.cards-grid {
  display: grid;
  gap: 20px;
  margin-top: 44px;
}

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

.feature-card {
  min-height: 246px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--cream);
  padding: 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(12, 30, 56, 0.08);
}

.feature-card h3 {
  margin: 22px 0 10px;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.line-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--navy);
  color: var(--gold);
}

.line-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.method-grid,
.for-you-grid,
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.method-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  padding: 40px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.14);
}

.method-box h2 {
  margin-bottom: 18px;
}

.checklist {
  display: grid;
  gap: 12px;
}

.check-row {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  padding: 16px 18px;
}

.photo-card {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  border: 10px solid var(--gold);
  border-radius: 999px;
  background: var(--cream-2);
  box-shadow: var(--shadow);
}

.photo-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-copy p {
  margin-bottom: 16px;
}

.signature-card {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
  padding: 20px;
}

.signature-card strong {
  color: var(--navy-2);
  font-size: 16px;
}

.signature-card span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.final-inner {
  max-width: 800px;
  text-align: center;
}

.final-inner p {
  max-width: 650px;
  margin-inline: auto;
  color: rgba(12, 30, 56, 0.78);
}

.button-dark {
  margin-top: 14px;
  padding: 17px 28px;
  background: var(--navy-2);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(12, 30, 56, 0.18);
}

.final-inner small {
  display: block;
  margin-top: 16px;
  color: rgba(12, 30, 56, 0.72);
  font-weight: 700;
}

.site-footer {
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.62);
  padding: 34px 0;
}

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

.footer-inner img {
  width: 220px;
}

.footer-inner p {
  margin: 0;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay { transition-delay: 0.08s; }
.delay-1 { transition-delay: 0.04s; }
.delay-2 { transition-delay: 0.08s; }
.delay-3 { transition-delay: 0.12s; }

@media (max-width: 980px) {
  .section-pad {
    padding: 72px 0;
  }

  .header-nav a:not(.nav-cta) {
    display: none;
  }

  .brand img {
    width: 210px;
  }

  .hero-grid,
  .method-grid,
  .for-you-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 38px;
  }

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

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

  .photo-card {
    margin-inline: auto;
  }
}

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

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

  .brand img {
    width: 178px;
  }

  .nav-cta {
    padding: 10px 13px;
    font-size: 12px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-subtitle,
  .section-heading p,
  .method-copy p,
  .about-copy p,
  .final-inner p {
    font-size: 16px;
  }

  .signup-card {
    padding: 12px;
    border-radius: 26px;
  }

  .kit-preview {
    grid-template-columns: 112px 1fr;
    padding: 14px;
    gap: 14px;
  }

  .kit-details h2 {
    font-size: 23px;
  }

  .kit-details ul {
    font-size: 13px;
  }

  .form-shell {
    padding: 18px;
  }

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

  .method-box {
    padding: 28px;
  }

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