:root {
  --ink: #162b3a;
  --navy: #17344a;
  --navy-deep: #102737;
  --accent: #c8923b;
  --accent-dark: #9c6d22;
  --accent-soft: #f3e4c5;
  --ivory: #faf8f3;
  --sand: #f4eee4;
  --paper: #fffefb;
  --soft: #eef3f1;
  --muted: #5f6d76;
  --line: #e5ded2;
  --white: #ffffff;
  --shadow-sm: 0 12px 32px rgba(22, 43, 58, 0.08);
  --shadow-lg: 0 24px 64px rgba(22, 43, 58, 0.14);
  --radius-sm: 0.9rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.75rem;
  --max: 70rem;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: rgba(200, 146, 59, 0.24);
}

:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 4px;
}

.kit-story :focus-visible,
.offer-complete :focus-visible,
.footer :focus-visible,
.sticky-cta :focus-visible {
  outline-color: #f4c977;
}

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 400;
  transform: translateY(-160%);
  padding: 0.75rem 1rem;
  border-radius: 0.7rem;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  color: var(--navy);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(229, 222, 210, 0.86);
  background: rgba(250, 248, 243, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  min-width: 2.55rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.8rem;
  background: var(--navy);
  color: #f7d08a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.brand-copy small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.header-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--navy);
  border-radius: 0.8rem;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 4rem;
  background:
    radial-gradient(circle at 100% 0, rgba(200, 146, 59, 0.14), transparent 20rem),
    linear-gradient(150deg, #fbfaf6 0%, #f3ede3 100%);
}

.hero::before {
  content: "";
  position: absolute;
  left: -8rem;
  bottom: -12rem;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(210, 226, 222, 0.5);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.2rem;
  align-items: center;
}

.hero-copy {
  max-width: 42rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.85rem;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.eyebrow span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.45rem, 10.5vw, 4.85rem);
  letter-spacing: -0.045em;
}

h1 em {
  color: var(--accent-dark);
  font-style: normal;
}

h2 {
  font-size: clamp(2rem, 8vw, 3.45rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.28rem, 5vw, 1.7rem);
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.hero-lead {
  max-width: 39rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 4vw, 1.25rem);
  line-height: 1.58;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.hero-badges span {
  display: inline-flex;
  min-height: 2.1rem;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  width: 100%;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.9rem 1.25rem;
  border: 0;
  border-radius: 0.95rem;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

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

.btn-primary,
.btn-secondary {
  background: var(--navy);
  box-shadow: 0 14px 30px rgba(23, 52, 74, 0.16);
  color: var(--white);
}

.btn-primary:hover,
.btn-secondary:hover {
  background: var(--navy-deep);
}

.btn-accent {
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(200, 146, 59, 0.22);
  color: var(--navy-deep);
}

.btn-accent:hover {
  background: #d4a04e;
}

.hero .btn {
  margin-top: 1.4rem;
}

.microcopy {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.77rem;
  text-align: center;
}

.hero-art {
  width: min(100%, 35rem);
  margin: 0 auto;
}

.hero-art img {
  width: 100%;
  border: 1px solid rgba(200, 146, 59, 0.2);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-lg);
}

.section {
  padding: 4.2rem 0;
  scroll-margin-top: 5rem;
}

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

.section-heading {
  max-width: 46rem;
  margin-bottom: 2rem;
}

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

.section-heading > p:last-child {
  max-width: 42rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.centered > p:last-child {
  margin-inline: auto;
}

.experience-grid,
.benefit-grid,
.bonus-grid,
.offers-grid,
.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.experience-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}

.experience-card.is-complete {
  border-color: rgba(200, 146, 59, 0.58);
  background: #fffaf0;
}

.experience-number {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.9rem;
  background: var(--navy);
  color: #f4c977;
  font-size: 0.78rem;
  font-weight: 900;
}

.card-label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-list,
.offer-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.offer-list li {
  position: relative;
  padding-left: 1.55rem;
  color: var(--muted);
}

.check-list li::before,
.offer-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-dark);
  font-weight: 950;
}

.benefit-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.benefit-card {
  padding: 1.4rem;
  border-bottom: 1px solid var(--line);
}

.benefit-card:last-child {
  border-bottom: 0;
}

.benefit-icon {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 0.85rem;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.benefit-card p {
  margin-top: 0.55rem;
  color: var(--muted);
}

.kit-story {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: rgba(250, 248, 243, 0.82);
}

.kit-story::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -10rem;
  width: 23rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(200, 146, 59, 0.09);
}

.kit-story .container {
  position: relative;
  z-index: 1;
}

.section-kicker.light {
  color: #f0c474;
}

.kit-story h2,
.kit-story h3 {
  color: var(--ivory);
}

.kit-story-intro {
  display: grid;
  gap: 1.2rem;
  align-items: end;
}

.kit-story-intro > p {
  max-width: 39rem;
  font-size: 1.06rem;
}

.kit-story-intro strong {
  color: var(--white);
}

.three-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 2rem;
}

.three-steps > div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.055);
}

.three-steps strong,
.three-steps span {
  display: block;
}

.three-steps strong {
  color: #f3c977;
  font-family: Georgia, serif;
  font-size: 1.12rem;
}

.three-steps span {
  margin-top: 0.3rem;
  font-size: 0.91rem;
}

.bonus-heading {
  margin-top: 3rem;
}

.bonus-heading h3 {
  font-size: clamp(1.7rem, 7vw, 2.45rem);
}

.bonus-grid {
  margin-top: 1.3rem;
}

.bonus-card {
  min-height: 13rem;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.065);
}

.bonus-card > span {
  color: #f0c474;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bonus-card h3 {
  margin-top: 0.75rem;
  font-size: 1.38rem;
}

.bonus-card p {
  margin-top: 0.65rem;
  color: rgba(250, 248, 243, 0.72);
}

.offers-section {
  background: var(--sand);
}

.offers-grid {
  align-items: stretch;
}

.offer-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 6rem;
}

.offer-card h3 {
  font-size: clamp(1.75rem, 7vw, 2.45rem);
}

.offer-top > p {
  margin-top: 0.75rem;
  color: var(--muted);
}

.offer-tag {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-price {
  display: grid;
  margin-top: auto;
  padding-top: 1.5rem;
}

.offer-price small {
  color: var(--muted);
}

.offer-price strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 12vw, 4rem);
  line-height: 1;
}

.offer-card .btn {
  margin-top: 1.15rem;
}

.offer-note {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: center;
}

.offer-complete {
  border: 0;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
  color: rgba(250, 248, 243, 0.78);
}

.offer-ribbon {
  align-self: flex-start;
  margin: -0.45rem 0 1.25rem;
  padding: 0.38rem 0.72rem;
  border-radius: 0.65rem;
  background: var(--accent);
  color: var(--navy-deep);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-complete h3,
.offer-complete .offer-price strong {
  color: var(--white);
}

.offer-complete .offer-top > p,
.offer-complete .offer-list li,
.offer-complete .offer-price small,
.offer-complete .offer-note {
  color: rgba(250, 248, 243, 0.72);
}

.offer-complete .offer-list li::before {
  color: #f3c977;
}

.offer-complete .offer-tag {
  background: rgba(243, 201, 119, 0.14);
  color: #f3c977;
}

.offer-complete s {
  color: rgba(250, 248, 243, 0.68);
}

.kit-timer {
  display: grid;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(243, 201, 119, 0.34);
  border-radius: var(--radius-sm);
  background: rgba(16, 39, 55, 0.64);
  text-align: center;
}

.kit-timer[hidden] {
  display: none;
}

.kit-timer span,
.kit-timer small {
  color: rgba(250, 248, 243, 0.7);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kit-timer strong {
  margin: 0.15rem 0;
  color: #f3c977;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: clamp(2.3rem, 11vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.kit-timer.is-expired strong {
  color: var(--ivory);
}

.preview-section {
  background: var(--paper);
}

.carousel-heading {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
}

.carousel-heading .section-heading {
  margin-bottom: 1.3rem;
}

.carousel-controls {
  display: none;
  gap: 0.65rem;
  padding-bottom: 1.3rem;
}

.carousel-button {
  display: grid;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 900;
}

.carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.carousel-track {
  display: grid;
  grid-auto-columns: min(84vw, 20rem);
  grid-auto-flow: column;
  gap: 1rem;
  margin: 0;
  padding: 0.25rem 0.15rem 1.1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  list-style: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-slide {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  scroll-snap-align: start;
}

.carousel-slide a {
  display: block;
  background: var(--sand);
}

.carousel-slide img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.carousel-slide img.contain {
  padding: 1rem;
  object-fit: contain;
}

.carousel-slide p {
  padding: 0.9rem 1rem 1rem;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 850;
}

.carousel-dots {
  display: flex;
  gap: 0.35rem;
  justify-content: center;
}

.carousel-dots button {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dots button::before {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: auto;
  border-radius: 50%;
  background: var(--muted);
  transition:
    width 160ms ease,
    background-color 160ms ease;
}

.carousel-dots button[aria-current]::before {
  width: 1.55rem;
  border-radius: 999px;
  background: var(--accent-dark);
}

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

.testimonial-card {
  margin: 0;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.testimonial-person {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.testimonial-person img {
  width: 4.2rem;
  height: 4.2rem;
  min-width: 4.2rem;
  flex: 0 0 4.2rem;
  aspect-ratio: 1;
  border: 3px solid var(--sand);
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-person figcaption {
  display: grid;
  line-height: 1.2;
}

.testimonial-person strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.testimonial-person span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.testimonial-card blockquote {
  margin: 1.15rem 0 1rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.48;
}

.guarantee-section {
  background: var(--sand);
}

.guarantee-card {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(200, 146, 59, 0.5);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.guarantee-badge {
  display: grid;
  width: 7.5rem;
  aspect-ratio: 1;
  margin-inline: auto;
  place-content: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: var(--navy);
  color: var(--ivory);
  text-align: center;
}

.guarantee-badge strong {
  color: #f3c977;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 0.85;
}

.guarantee-badge span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guarantee-card h2 {
  font-size: clamp(1.85rem, 7vw, 3rem);
}

.guarantee-card p:last-child {
  margin-top: 0.9rem;
  color: var(--muted);
}

.guarantee-card a {
  color: var(--navy);
  font-weight: 850;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  gap: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
}

summary {
  position: relative;
  min-height: 3.7rem;
  padding: 1rem 3.1rem 1rem 1rem;
  color: var(--navy);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: var(--accent-dark);
  font-size: 1.45rem;
  font-weight: 800;
}

details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1rem 1.1rem;
  color: var(--muted);
}

.footer {
  padding: 2.5rem 0 calc(6.5rem + var(--safe-bottom));
  background: var(--navy-deep);
  color: rgba(250, 248, 243, 0.72);
  font-size: 0.8rem;
}

.footer-inner {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.footer a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
}

.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem 0.85rem calc(0.7rem + var(--safe-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(16, 39, 55, 0.97);
  box-shadow: 0 -12px 35px rgba(16, 39, 55, 0.2);
  color: var(--ivory);
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(12px);
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta > div {
  min-width: 5.2rem;
}

.sticky-cta small,
.sticky-cta strong {
  display: block;
}

.sticky-cta small {
  color: rgba(250, 248, 243, 0.63);
  font-size: 0.65rem;
}

.sticky-cta strong {
  color: #f3c977;
  font-family: Georgia, serif;
  font-size: 1.18rem;
}

.sticky-cta .btn {
  min-height: 3rem;
  padding: 0.7rem 0.9rem;
}

.config-modal[hidden] {
  display: none;
}

.config-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
  background: rgba(16, 39, 55, 0.78);
}

.config-dialog {
  width: min(100%, 28rem);
  max-height: calc(100dvh - 2rem);
  padding: 1.5rem;
  overflow-y: auto;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.config-dialog h2 {
  font-size: 1.8rem;
}

.config-dialog p {
  margin-top: 0.75rem;
  color: var(--muted);
}

.config-dialog .btn {
  margin-top: 1.25rem;
}

@media (min-width: 42rem) {
  .container {
    width: min(calc(100% - 3rem), var(--max));
  }

  .header-inner {
    min-height: 5rem;
  }

  .brand-copy strong {
    font-size: 1.2rem;
  }

  .header-cta {
    padding-inline: 1.2rem;
    font-size: 0.83rem;
  }

  .hero {
    padding: 4.5rem 0 5.5rem;
  }

  .section {
    padding: 5.6rem 0;
  }

  .btn {
    width: auto;
    min-width: 18rem;
    padding-inline: 1.6rem;
  }

  .microcopy {
    text-align: left;
  }

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

  .experience-card {
    grid-template-columns: auto 1fr;
    padding: 1.65rem;
  }

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

  .benefit-card {
    min-height: 14rem;
    border-right: 1px solid var(--line);
  }

  .benefit-card:nth-child(2n) {
    border-right: 0;
  }

  .benefit-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .three-steps,
  .bonus-grid,
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-card {
    padding: 1.8rem;
  }

  .carousel-controls {
    display: flex;
  }

  .carousel-track {
    grid-auto-columns: min(43vw, 21rem);
  }

  .guarantee-card {
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .footer {
    padding-bottom: 2.5rem;
  }

  .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .sticky-cta {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    width: min(29rem, calc(100% - 2rem));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding-bottom: 0.7rem;
  }
}

@media (min-width: 62rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(26rem, 0.92fr);
    gap: 3.25rem;
    align-items: start;
  }

  .hero-art {
    width: 100%;
  }

  .kit-story-intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr);
    gap: 4rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .benefit-card {
    min-height: 15rem;
    border-bottom: 0;
  }

  .benefit-card:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .benefit-card:last-child {
    border-right: 0;
  }

  .offer-complete {
    transform: translateY(-0.7rem);
  }

  .carousel-track {
    grid-auto-columns: calc((100% - 2rem) / 3);
  }

  .faq-layout {
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
    gap: 4rem;
    align-items: start;
  }

  .faq-layout .section-heading {
    position: sticky;
    top: 7rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .sticky-cta,
  .btn,
  .config-modal,
  .carousel-controls,
  .carousel-dots {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }
}
