.mounts-page {
  background: #f3f6fc;
  color: #101a2e;
}

.mounts-page .site-header::before {
  background: linear-gradient(180deg, rgba(3, 12, 30, 0.96), rgba(3, 12, 30, 0.18) 78%, transparent);
}

.mounts-page .section-kicker {
  color: #8a5900;
}

.mounts-hero {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 132px clamp(20px, 6vw, 86px) 68px;
  background:
    radial-gradient(circle at 20% 18%, rgba(44, 108, 221, 0.32), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(255, 227, 0, 0.16), transparent 28%),
    linear-gradient(135deg, #061638 0%, #08265d 58%, #030c20 100%);
  color: #ffffff;
}

.mounts-hero::after {
  position: absolute;
  right: -14vw;
  bottom: -27vw;
  width: min(760px, 66vw);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 227, 0, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mounts-hero-copy {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  margin: 0 auto;
  text-align: center;
}

.mounts-hero .back-link {
  justify-content: center;
  margin-bottom: 24px;
}

.mounts-hero .section-kicker {
  color: var(--yellow);
}

.mounts-hero h1 {
  max-width: 920px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.04;
  word-break: keep-all;
}

.mounts-hero h1::first-line {
  color: #ffffff;
}

.mounts-hero h1 span {
  display: block;
}

.mounts-hero-lead {
  max-width: 760px;
  margin: 28px auto 0;
  color: #dbe7ff;
  font-size: clamp(1.02rem, 2vw, 1.3rem);
  font-weight: 800;
}

.mounts-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 34px;
}

.product-gallery figcaption {
  padding: 12px 16px;
  font-size: 0.82rem;
  font-weight: 800;
}

.mounts-section {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 5vw, 68px);
}

.mounts-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.mounts-heading {
  max-width: 820px;
}

.mounts-heading h2,
.product-intro h2,
.safety-section h2,
.mounts-closing h2 {
  color: #092d6b;
}

.mounts-heading > p:last-child {
  margin: 22px 0 0;
  color: #4a5872;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  font-weight: 720;
}

.mounts-compare {
  background:
    linear-gradient(rgba(9, 31, 77, 0.035) 1px, transparent 1px),
    #eef3ff;
  background-size: 100% 64px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.choice-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(9, 31, 77, 0.12);
  border-radius: 18px;
  background: #ffffff;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: 0 20px 54px rgba(8, 25, 61, 0.1);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.choice-card::after {
  position: absolute;
  right: -68px;
  bottom: -88px;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(13, 71, 161, 0.07);
  content: "";
}

.choice-card:hover,
.choice-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 66px rgba(8, 25, 61, 0.15);
}

.choice-card:focus-visible,
.product-link:focus-visible {
  outline: 4px solid rgba(13, 71, 161, 0.28);
  outline-offset: 4px;
}

.choice-card-easy::after {
  background: rgba(180, 116, 0, 0.1);
}

.choice-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #092d6b;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 1000;
}

.choice-card-easy .choice-number {
  background: #8a5900;
}

.choice-label {
  margin: 28px 0 6px;
  color: #61708b;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.choice-card h3 {
  max-width: 420px;
  color: #092d6b;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.choice-card > p:not(.choice-label) {
  max-width: 430px;
  margin: 16px 0 0;
  color: #4a5872;
  font-weight: 720;
}

.choice-card strong {
  position: absolute;
  bottom: clamp(26px, 4vw, 42px);
  left: clamp(26px, 4vw, 42px);
  z-index: 1;
  color: #0d47a1;
}

.choice-card-easy strong {
  color: #8a5900;
}

.product-section {
  background: #ffffff;
}

.product-section-hook {
  background: #f4f7fd;
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}

.product-intro h2 {
  font-size: clamp(2rem, 4.3vw, 3.6rem);
}

.product-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #092d6b;
  color: #ffffff;
  padding: 7px 13px;
  font-size: 0.82rem;
  font-weight: 950;
}

.product-badge-easy {
  background: #8a5900;
}

.product-summary > p:first-child {
  margin: 0;
  color: #3d4b65;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  font-weight: 720;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border: 1px solid rgba(9, 45, 107, 0.18);
  border-radius: 999px;
  background: #eef3ff;
  padding: 7px 12px;
  color: #23436f;
  font-size: 0.84rem;
  font-weight: 900;
}

.product-link {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  border-radius: 10px;
  padding: 14px 18px;
  color: #111111;
  font-weight: 1000;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.product-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.product-link-amazon {
  background: #ffdf70;
}

.product-link-maker {
  background: #dce8ff;
  color: #092d6b;
}

.product-gallery {
  margin: clamp(40px, 7vw, 78px) 0 0;
}

.product-gallery-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-gallery figure,
.product-gallery-single {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(9, 31, 77, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(8, 25, 61, 0.12);
}

.product-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.product-gallery figcaption {
  color: #4a5872;
}

.product-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  margin-top: 22px;
  border-left: 6px solid #0d47a1;
  border-radius: 10px;
  background: #edf4ff;
  padding: 20px 24px;
}

.product-note strong {
  color: #092d6b;
  font-weight: 1000;
}

.product-note p {
  margin: 0;
  color: #3f4f69;
  font-weight: 720;
}

.hook-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 0.76fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: clamp(40px, 7vw, 78px);
}

.hook-layout .product-gallery {
  margin-top: 0;
}

.secure-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  border: 1px solid rgba(180, 116, 0, 0.26);
  border-radius: 18px;
  background: #fff9e7;
  padding: clamp(24px, 4vw, 36px);
  color: #3f3215;
}

.secure-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  background: #ffe300;
  color: #111111;
  font-size: 1.35rem;
  font-weight: 1000;
}

.secure-callout h3 {
  color: #765000;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
}

.secure-callout p:last-child {
  margin: 12px 0 0;
  font-weight: 760;
}

.safety-section {
  background: #061638;
  color: #ffffff;
}

.safety-section .section-kicker {
  color: var(--yellow);
}

.safety-section h2 {
  color: #ffffff;
}

.safety-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.safety-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.safety-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.safety-list span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #111111;
  font-weight: 1000;
}

.safety-list h3 {
  color: #ffffff;
}

.safety-list p {
  margin: 5px 0 0;
  color: #c9d7ee;
  font-weight: 700;
}

.safety-disclaimer {
  grid-column: 2;
  margin: 4px 0 0;
  color: #9fb1cd;
  font-size: 0.82rem;
}

.safety-page-link {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 18px;
  align-items: center;
  margin-top: 8px;
  border: 1px solid rgba(255, 227, 0, 0.32);
  border-radius: 12px;
  background: rgba(255, 227, 0, 0.1);
  padding: 18px 20px;
}

.safety-page-link > span:first-child {
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.safety-page-link strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.safety-page-link > span:last-child {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--yellow);
  font-size: 1.35rem;
  font-weight: 1000;
}

.safety-page-link:hover,
.safety-page-link:focus-visible {
  border-color: var(--yellow);
  background: rgba(255, 227, 0, 0.16);
}

.mounts-closing {
  background:
    linear-gradient(135deg, rgba(255, 227, 0, 0.1), rgba(13, 71, 161, 0.08)),
    #eef3ff;
}

.closing-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(9, 31, 77, 0.12);
  border-radius: 18px;
  background: #ffffff;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 20px 60px rgba(8, 25, 61, 0.1);
}

.closing-card p:not(.section-kicker) {
  margin: 18px 0 0;
  color: #4a5872;
  font-weight: 720;
}

.closing-card .button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .product-intro,
  .hook-layout,
  .safety-layout {
    grid-template-columns: 1fr;
  }

  .mounts-hero {
    min-height: auto;
    padding-top: 126px;
  }

  .safety-disclaimer {
    grid-column: 1;
  }

  .safety-page-link {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  .choice-grid,
  .product-gallery-two,
  .closing-card {
    grid-template-columns: 1fr;
  }

  .choice-card {
    min-height: 300px;
  }

  .product-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .closing-card .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mounts-hero {
    padding: 112px 20px 58px;
  }

  .mounts-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

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

  .mounts-section {
    padding: 58px 20px;
  }

  .secure-callout {
    grid-template-columns: 1fr;
  }

  .safety-list li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .choice-card,
  .product-link {
    transition: none;
  }
}
