:root {
  --bg-primary: #090604;
  --bg-secondary: #15100b;
  --panel-dark: #1b1710;
  --panel-wood: #2b160b;
  --deep-red: #9e241b;
  --burnt-red: #c73828;
  --brass-gold: #c8943b;
  --antique-gold: #d8b469;
  --cream: #f3e1b8;
  --muted-tan: #b99b68;
  --venus-pink: #d95a76;
  --mars-blue: #4b8bbe;
  --border-gold: #6e4b20;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.58);
  --heading: "Rye", Georgia, serif;
  --condensed: "Bebas Neue", Arial, sans-serif;
  --body: "Merriweather", Georgia, serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(9, 6, 4, 0.88), rgba(9, 6, 4, 0.98)),
    url("assets/rugged-page-texture.webp") center top / 620px repeat,
    var(--bg-primary);
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 10%, rgba(199, 56, 40, 0.2), transparent 32rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.45));
  opacity: 0.85;
}

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

a {
  color: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--cream);
  color: #171008;
  border-radius: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(18, 13, 8, 0.97), rgba(7, 5, 3, 0.97)),
    url("assets/rugged-page-texture.webp") center / 520px repeat;
  border-bottom: 1px solid rgba(216, 180, 105, 0.42);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.52);
}

.header-shell {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
}

.brand-lockup,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  text-decoration: none;
}

.brand-lockup img,
.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-name {
  color: var(--cream);
  font-family: var(--heading);
  font-size: 1.65rem;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #000;
}

.brand-name strong {
  color: var(--burnt-red);
}

.brand-tagline,
.footer-brand small {
  color: var(--antique-gold);
  font-family: var(--condensed);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: var(--cream);
  font-weight: 700;
}

.main-nav a,
.footer-links a {
  text-decoration: none;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--antique-gold);
  text-shadow: 0 0 12px rgba(216, 180, 105, 0.34);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 180, 105, 0.5);
  border-radius: 4px;
  background: rgba(15, 10, 6, 0.9);
  color: var(--cream);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--antique-gold);
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.82rem 1.18rem;
  border: 1px solid rgba(216, 180, 105, 0.72);
  border-radius: 5px;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 177, 0.28),
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    0 8px 18px rgba(0, 0, 0, 0.45);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0.34);
  border-radius: 3px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  outline: 2px solid rgba(243, 225, 184, 0.55);
  outline-offset: 3px;
}

.button-red {
  background:
    linear-gradient(180deg, rgba(227, 71, 48, 0.92), rgba(117, 21, 15, 0.98)),
    var(--deep-red);
}

.button-dark {
  background:
    linear-gradient(180deg, rgba(37, 31, 22, 0.96), rgba(14, 11, 7, 0.98)),
    var(--panel-dark);
}

.button-gold {
  color: #1a0f06;
  background:
    linear-gradient(180deg, #f4c86a, #c68b2e 48%, #8a5719),
    var(--brass-gold);
  border-color: #f0ca75;
  text-shadow: 0 1px 0 rgba(255, 240, 190, 0.38);
}

.button-star {
  color: var(--antique-gold);
  font-family: Georgia, serif;
  font-size: 1.08em;
  line-height: 1;
}

.button-gold .button-star {
  color: #3a210b;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(620px, 82vh, 790px);
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) minmax(460px, 1.25fr);
  align-items: center;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(3.25rem, 6vw, 6rem) 0 clamp(2.25rem, 5vw, 4.5rem);
  border-bottom: 1px solid rgba(216, 180, 105, 0.38);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 6, 4, 0.99) 0%, rgba(9, 6, 4, 0.94) 34%, rgba(9, 6, 4, 0.54) 62%, rgba(9, 6, 4, 0.18) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto calc(50% - 50vw) 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 105, 0.58), transparent);
}

.hero-copy {
  max-width: 560px;
  padding: clamp(0.5rem, 2vw, 1.5rem) 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--burnt-red);
  font-family: var(--condensed);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #000;
}

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

.hero h1 {
  max-width: 13ch;
  margin-bottom: 1rem;
  color: var(--cream);
  font-family: var(--heading);
  font-size: 5.35rem;
  line-height: 0.98;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.95),
    0 0 28px rgba(200, 148, 59, 0.18);
}

.headline-line {
  display: block;
  white-space: nowrap;
}

.hero h1 .headline-for {
  display: block;
  width: min(8ch, 100%);
  margin: 0.05em 0;
  color: var(--antique-gold);
  font-family: var(--condensed);
  font-size: 0.34em;
  line-height: 1;
  text-align: center;
}

.hero-subhead {
  max-width: 31rem;
  margin-bottom: 1.5rem;
  color: #f7e7bf;
  font-size: 1.14rem;
  text-shadow: 0 2px 4px #000;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.micro-benefits,
.cta-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  padding: 0;
  margin-bottom: 0;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 1rem;
  list-style: none;
}

.micro-benefits li,
.cta-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.micro-benefits li::before,
.cta-benefits li::before {
  content: "★";
  color: var(--brass-gold);
  font-family: Georgia, serif;
}

.hero-art {
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  z-index: -3;
  width: min(76vw, 980px);
  margin-bottom: 0;
}

.hero-art img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center right;
  box-shadow: none;
  opacity: 1;
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(2rem, 4.6vw, 4rem) 0;
}

.section-rule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
  color: var(--brass-gold);
  font-size: 1.35rem;
}

.section-rule::before,
.section-rule::after {
  content: "";
  width: min(33vw, 260px);
  height: 1px;
  margin: 0 0.75rem;
  background: linear-gradient(90deg, transparent, var(--border-gold));
}

.section-rule::after {
  background: linear-gradient(90deg, var(--border-gold), transparent);
}

.section-title {
  margin: 0 auto clamp(1.3rem, 3vw, 2rem);
  color: var(--antique-gold);
  font-family: var(--heading);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #000;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 148, 59, 0.62);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(31, 25, 17, 0.92), rgba(10, 8, 5, 0.94)),
    url("assets/rugged-page-texture.webp") center / 420px repeat;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.62),
    0 14px 28px rgba(0, 0, 0, 0.32);
}

.feature-card {
  min-height: 260px;
  padding: 1rem 0.82rem 1.15rem;
  text-align: center;
}

.feature-card::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  border: 1px solid rgba(110, 75, 32, 0.36);
  border-radius: 4px;
}

.feature-card img {
  width: clamp(72px, 8vw, 92px);
  margin: 0 auto 0.85rem;
  filter: drop-shadow(0 9px 10px rgba(0, 0, 0, 0.48));
}

.feature-card h3,
.step-card h3 {
  margin-bottom: 0.45rem;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 1.38rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-card p,
.step-card p {
  margin-bottom: 0;
  color: #ead6aa;
  font-size: 0.9rem;
  line-height: 1.48;
}

.venus-mars-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 210px;
  overflow: visible;
  border: 1px solid rgba(216, 180, 105, 0.62);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(80, 12, 13, 0.4), rgba(7, 8, 11, 0.38)),
    url("assets/venus-mars-split-panel-bg.webp") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.vm-side {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2.1rem) clamp(1.2rem, 4vw, 3rem);
}

.mars-side {
  grid-template-columns: 1fr auto;
}

.planet-symbol {
  display: grid;
  place-items: center;
  width: clamp(72px, 9vw, 112px);
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  font-family: Georgia, serif;
  font-size: 5.2rem;
  line-height: 0.85;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.08),
    0 8px 22px rgba(0, 0, 0, 0.5);
}

.venus-side {
  color: var(--venus-pink);
}

.mars-side {
  color: #72aee0;
  text-align: left;
}

.vm-side h3 {
  margin-bottom: 0.48rem;
  font-family: var(--heading);
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.vm-side ul {
  display: grid;
  gap: 0.28rem;
  padding: 0;
  margin-bottom: 0;
  color: var(--cream);
  font-size: 1.12rem;
  list-style: none;
}

.vm-side li {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.vm-side li::before {
  content: "★";
  color: currentColor;
  font-family: Georgia, serif;
  font-size: 0.78em;
}

.center-medallion {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: clamp(72px, 9vw, 104px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid var(--brass-gold);
  border-radius: 50%;
  background:
    radial-gradient(circle, #e6b34f 0 28%, #5d3512 29% 60%, #1b130c 61%),
    var(--panel-dark);
  color: var(--antique-gold);
  font-size: 3.5rem;
  line-height: 1;
  text-shadow: 0 2px 2px #000;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.32), 0 12px 30px rgba(0, 0, 0, 0.56);
}

.split-footer {
  margin: 0.75rem 0 0;
  color: var(--antique-gold);
  font-size: 1.12rem;
  text-align: center;
}

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

.testimonial-card {
  min-height: 188px;
  margin: 0;
  padding: 1.3rem 1.35rem 1.2rem;
}

.quote-mark {
  color: var(--burnt-red);
  font-family: Georgia, serif;
  font-size: 4rem;
  height: 2.2rem;
  line-height: 0.8;
}

.testimonial-card blockquote {
  margin: 0 0 1rem;
  color: #f7e7bf;
  font-size: 1.06rem;
}

.testimonial-card figcaption {
  display: grid;
  gap: 0.1rem;
  color: var(--muted-tan);
  font-family: var(--condensed);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.stars {
  color: #e3a63c;
  font-family: Georgia, serif;
  font-size: 1.04rem;
}

.testimonial-card strong {
  color: var(--antique-gold);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.2rem);
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: center;
}

.step-card:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: calc(clamp(1rem, 3vw, 2.2rem) * -0.65);
  color: var(--brass-gold);
  font-family: Georgia, serif;
  font-size: 2.7rem;
  transform: translate(50%, -50%);
  text-shadow: 0 2px 0 #000;
}

.step-card img {
  width: clamp(82px, 9vw, 108px);
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.58));
}

.final-cta {
  position: relative;
  overflow: hidden;
  width: min(1160px, calc(100% - 40px));
  min-height: 190px;
  margin: clamp(0.6rem, 2vw, 1.2rem) auto clamp(2rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.2rem);
  display: grid;
  grid-template-columns: auto 1fr minmax(250px, auto);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  border: 1px solid rgba(216, 180, 105, 0.75);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(58, 12, 8, 0.12), rgba(80, 10, 7, 0.08)),
    url("assets/final-cta-banner-bg.webp") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(216, 180, 105, 0.45);
  border-radius: 4px;
}

.final-cta .button {
  min-width: 318px;
  min-height: 62px;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
}

.cta-star {
  display: grid;
  place-items: center;
  width: clamp(82px, 12vw, 126px);
  aspect-ratio: 1;
  border: 2px solid var(--brass-gold);
  border-radius: 50%;
  background: rgba(10, 7, 4, 0.66);
  color: var(--antique-gold);
  font-size: 4.5rem;
  line-height: 1;
  box-shadow: inset 0 0 22px rgba(216, 180, 105, 0.16), 0 12px 24px rgba(0, 0, 0, 0.44);
}

.cta-copy h2 {
  margin-bottom: 0.55rem;
  color: var(--cream);
  font-family: var(--heading);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #000;
}

.site-footer {
  border-top: 1px solid rgba(216, 180, 105, 0.36);
  background:
    linear-gradient(180deg, rgba(12, 9, 6, 0.97), rgba(5, 4, 3, 0.98)),
    url("assets/rugged-page-texture.webp") center / 520px repeat;
}

.footer-main {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 1.6rem 0;
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr auto;
  gap: 1.5rem;
  align-items: center;
}

.footer-brand strong {
  display: block;
  color: var(--cream);
  font-family: var(--heading);
  font-size: 1.22rem;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.25rem;
  color: var(--cream);
  font-family: var(--condensed);
  font-size: 1.02rem;
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(216, 180, 105, 0.45);
  border-radius: 50%;
  color: var(--antique-gold);
  font-family: Arial, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  padding: 0.78rem 1rem;
  border-top: 1px solid rgba(216, 180, 105, 0.18);
  color: var(--muted-tan);
  font-size: 0.84rem;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom span {
  color: var(--brass-gold);
}

@media (max-width: 1050px) {
  .header-shell {
    grid-template-columns: auto auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: start;
    padding-bottom: 0.85rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 6, 4, 0.97) 0%, rgba(9, 6, 4, 0.82) 42%, rgba(9, 6, 4, 0.65) 100%);
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero h1 {
    font-size: 4.55rem;
  }

  .hero-art {
    position: relative;
    inset: auto;
    z-index: 0;
    justify-self: center;
    width: min(700px, 100%);
    margin-top: 1.4rem;
  }

  .hero-art img {
    height: auto;
    border: 1px solid rgba(216, 180, 105, 0.42);
    border-radius: 6px;
    aspect-ratio: 1.65;
    box-shadow: var(--shadow);
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    font-size: 15px;
  }

  .header-shell {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .brand-lockup img {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    font-size: 1.28rem;
  }

  .header-cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    min-height: 44px;
  }

  .nav-toggle {
    display: inline-block;
    justify-self: end;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0.25rem 0 0.9rem;
    border-top: 1px solid rgba(216, 180, 105, 0.18);
  }

  .main-nav.is-open {
    display: grid;
    gap: 0.65rem;
  }

  .hero,
  .section,
  .final-cta,
  .footer-main {
    width: min(100% - 28px, 680px);
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  .hero-actions,
  .micro-benefits,
  .cta-benefits {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .final-cta .button {
    min-width: 0;
    width: 100%;
  }

  .feature-grid,
  .testimonial-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: unset;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: center;
    padding: 1rem;
    text-align: left;
  }

  .feature-card img {
    width: 74px;
    margin: 0;
  }

  .venus-mars-panel {
    grid-template-columns: 1fr;
    background: rgba(10, 8, 6, 0.82);
  }

  .vm-side,
  .mars-side {
    grid-template-columns: auto 1fr;
    min-height: 190px;
  }

  .venus-side {
    background:
      linear-gradient(90deg, rgba(91, 18, 18, 0.92), rgba(42, 12, 10, 0.92)),
      url("assets/rugged-page-texture.webp") center / 520px repeat;
  }

  .mars-side {
    background:
      linear-gradient(90deg, rgba(14, 22, 31, 0.95), rgba(8, 9, 11, 0.94)),
      url("assets/rugged-page-texture.webp") center / 520px repeat;
  }

  .mars-side {
    border-top: 1px solid rgba(216, 180, 105, 0.36);
  }

  .mars-side .planet-symbol {
    order: -1;
  }

  .center-medallion {
    display: none;
  }

  .step-card:not(:last-child)::after {
    display: none;
  }

  .final-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-star {
    justify-self: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 520px) {
  .header-shell {
    width: min(100% - 20px, 480px);
    gap: 0.7rem;
  }

  .brand-tagline {
    display: none;
  }

  .hero,
  .section,
  .final-cta,
  .footer-main {
    width: min(100% - 20px, 480px);
  }

  .hero {
    padding-top: 1.7rem;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 6, 4, 0.99) 0%, rgba(9, 6, 4, 0.9) 46%, rgba(9, 6, 4, 0.66) 100%);
  }

  .eyebrow {
    font-size: 1.18rem;
  }

  .hero-subhead {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 2.45rem;
  }

  .button {
    min-height: 46px;
    padding-inline: 0.85rem;
  }

  .section {
    padding: 2rem 0;
  }

  .section-rule::before,
  .section-rule::after {
    width: 26vw;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .feature-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-card img {
    margin: 0 auto;
  }

  .vm-side,
  .mars-side {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 1.35rem 1rem;
  }

  .vm-side li {
    justify-content: center;
  }

  .center-medallion {
    display: none;
  }

  .step-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .final-cta {
    padding: 1rem;
  }

  .cta-copy h2 {
    font-size: 2rem;
  }
}
