:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --text: #1a2233;
  --muted: #5f6b82;
  --line: #dbe1ee;
  --primary: #271269;
  --primary-dark: #1a114d;
  --support-yellow: #f1d53c;
  --support-amber: #ffc247;
  --support-cyan: #8fffff;
  --support-mint: #7fe7b3;
  --support-magenta: #cd2992;
  --support-blue: #465097;
  --radius: 14px;
  --shadow: 0 14px 30px rgba(19, 36, 75, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  padding-top: 36px;
}

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

:focus-visible {
  outline: 3px solid #f1d53c;
  outline-offset: 2px;
}

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

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: #edf2fc;
}

.section-transition-testimonials {
  position: relative;
  padding: 52px 0 60px;
  background:
    linear-gradient(180deg, #0a1020 0%, #17233e 20%, #dfe8f6 72%, #f5f7fb 100%);
}

.section-transition-testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 10%, rgba(241, 213, 60, 0.14) 0%, rgba(241, 213, 60, 0) 32%),
    radial-gradient(circle at 78% 22%, rgba(143, 255, 255, 0.12) 0%, rgba(143, 255, 255, 0) 28%);
}

.transition-testimonials-inner {
  position: relative;
  z-index: 1;
}

.transition-testimonials-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.transition-testimonials-head h2,
.transition-testimonials-head p {
  color: #ffffff;
}

.transition-testimonials-head p {
  color: rgba(244, 246, 255, 0.8);
}

.transition-testimonials-head h2 {
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.08;
  margin: 0;
  text-transform: none;
}

.section-transition-testimonials .section-amazon-reviews-marquee {
  padding: 12px 0 16px;
}

.section-transition-testimonials .section-amazon-reviews-marquee::before {
  background: linear-gradient(90deg, #dfe8f6 0%, rgba(223, 232, 246, 0) 100%);
}

.section-transition-testimonials .section-amazon-reviews-marquee::after {
  background: linear-gradient(270deg, #f5f7fb 0%, rgba(245, 247, 251, 0) 100%);
}

.section-transition-testimonials .section-amazon-reviews-track {
  animation-duration: 82s;
}

.section-transition-testimonials .amazon-review-card {
  min-height: 176px;
}

.amazon-review-stars span {
  display: inline-block;
}

.amazon-review-stars .is-filled {
  color: var(--support-yellow);
}

.amazon-review-stars .is-outline {
  color: rgba(70, 80, 151, 0.55);
}

.section-transition-testimonials .amazon-review-buyer {
  color: var(--support-blue);
}

.section-head {
  max-width: 720px;
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--muted);
}

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

h1,
h2 {
  line-height: 1.15;
}

p + p {
  margin-top: 12px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  border: 0;
  border-radius: 999px;
  background: var(--support-yellow);
  color: #181228;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
}

.btn:hover {
  background: var(--support-amber);
}

.btn-secondary {
  background: #2b2f3b;
}

.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #271269;
  color: #f1d53c;
  z-index: 30;
}

.announcement-track {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  animation: announcement-scroll 24s linear infinite;
}

.announcement-track span {
  flex: 0 0 auto;
  padding-right: 40px;
}

.site-header {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
}

.brand img {
  width: auto;
  height: 56px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 600;
  color: #ffffff;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 11, 28, 0.24);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(10, 13, 37, 0.28);
}

.main-nav a.is-active {
  border-color: rgba(241, 213, 60, 0.92);
  background: rgba(241, 213, 60, 0.2);
  color: #fff9d9;
}

.main-nav .nav-cta {
  border-color: rgba(241, 213, 60, 0.72);
  background: rgba(241, 213, 60, 0.15);
  color: #fff6bf;
}

.main-nav .nav-cta:hover {
  border-color: rgba(241, 213, 60, 1);
  background: rgba(241, 213, 60, 0.26);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: transparent;
  padding: 9px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}

.menu-toggle span + span {
  margin-top: 6px;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #271269;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(17, 29, 58, 0.25);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, background-color 0.2s ease;
  z-index: 1001;
}

.back-to-top:hover {
  background: var(--primary-dark);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-sticky-cta {
  display: none;
}

.hero {
  padding-top: 140px;
  min-height: 90vh;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 6, 14, 0.96) 0%,
      rgba(6, 8, 18, 0.88) 28%,
      rgba(8, 10, 22, 0.68) 52%,
      rgba(10, 10, 20, 0.32) 72%,
      rgba(10, 10, 20, 0.1) 100%
    ),
    url("../images/sportida-s6764-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.92) contrast(1.08);
}

.hero-slider {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-slide {
  position: relative;
  display: none;
}

.hero-slide.is-active {
  display: block;
}

.hero-slide img {
  min-height: 420px;
  max-height: 560px;
  object-fit: cover;
}

.section-real-training {
  position: relative;
  background-color: #e9eff4;
  color: #16233b;
}

.section-real-training::before {
  content: none;
}

.section-real-training-media {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.section-real-training-media::after {
  content: none;
}

.section-real-training-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section-real-training-content {
  position: relative;
  z-index: 1;
  padding: 28px 0 72px;
}

.section-real-training-copy {
  width: min(760px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.section-real-training-copy h2 {
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1.08;
  margin-bottom: 18px;
  color: #0f1f37;
}

.section-real-training-copy p {
  max-width: 34ch;
  margin: 0 auto;
  font-size: clamp(1rem, 3.3vw, 1.18rem);
  line-height: 1.72;
  color: rgba(22, 35, 59, 0.82);
}

.section-real-training-copy p + p {
  margin-top: 18px;
}

.section-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #5f6792;
}

.section-impact-protection {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
  padding: 60px 0 52px;
}

.section-impact-protection::before,
.section-multisport-performance::before,
.section-mobility-fit::before,
.section-size-guide::before,
.section-final-amazon-cta::before {
  content: none;
}

.section-impact-protection-layout {
  display: grid;
  gap: 28px;
  padding: 36px;
  border: 1px solid rgba(39, 18, 105, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.96) 100%);
  box-shadow:
    0 24px 60px rgba(17, 29, 58, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.section-impact-protection-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(17, 29, 58, 0.08);
}

.section-impact-protection-copy {
  text-align: left;
}

.section-impact-protection-copy h2 {
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.08;
  color: #101d34;
  margin-bottom: 18px;
}

.section-impact-protection-copy p {
  max-width: 38ch;
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  line-height: 1.72;
  color: rgba(16, 29, 52, 0.8);
}

.section-impact-protection-copy p + p {
  margin-top: 16px;
}

.section-multisport-performance {
  position: relative;
  background: #ffffff;
  padding: 88px 0 56px;
}

.section-multisport-performance::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 248, 252, 0.72) 100%);
  pointer-events: none;
}

.section-multisport-performance-layout {
  display: grid;
  gap: 28px;
}

.section-multisport-performance-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-multisport-performance-head h2 {
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 1.08;
  color: #101d34;
  margin-bottom: 16px;
}

.section-multisport-performance-head p {
  max-width: 42ch;
  margin: 0 auto;
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  line-height: 1.72;
  color: rgba(16, 29, 52, 0.78);
}

.section-multisport-performance-media {
  width: 100%;
}

.section-multisport-performance-media img {
  width: min(100%, 1200px);
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 22px 56px rgba(17, 29, 58, 0.12);
}

.section-multisport-performance-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.section-multisport-performance-copy p {
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.76;
  color: rgba(16, 29, 52, 0.8);
}

.section-multisport-performance-sports {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #101d34;
  font-weight: 700;
}

.section-multisport-performance-sports li {
  position: relative;
  padding-left: 18px;
}

.section-multisport-performance-sports li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #271269;
  transform: translateY(-50%);
}

.section-mobility-fit {
  position: relative;
  background: #ffffff;
  padding: 96px 0 56px;
}

.section-mobility-fit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(246, 248, 252, 0.86) 100%);
  pointer-events: none;
}

.section-mobility-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
}

.section-mobility-fit-media {
  grid-column: 1 / -1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.section-mobility-fit-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.section-mobility-fit-copy {
  grid-column: 1 / -1;
  width: min(760px, 92vw);
  margin: 0 auto;
  text-align: center;
}

.section-mobility-fit-copy h2 {
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.08;
  color: #101d34;
  margin-bottom: 18px;
}

.section-mobility-fit-copy p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.76;
  color: rgba(16, 29, 52, 0.8);
}

.section-mobility-fit-features {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  justify-items: stretch;
}

.section-mobility-fit-features li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid rgba(39, 18, 105, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.94) 100%);
  box-shadow: 0 12px 28px rgba(17, 29, 58, 0.05);
  font-weight: 600;
  color: #101d34;
  line-height: 1.6;
  text-align: left;
  justify-self: stretch;
}

.section-mobility-fit-features li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #1a114d;
  box-shadow: 0 0 0 6px rgba(39, 18, 105, 0.08);
  transform: translateY(-50%);
}

.section-size-guide {
  position: relative;
  background: #ffffff;
  padding: 48px 0 72px;
}

.section-size-guide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 249, 253, 0.88) 100%);
  pointer-events: none;
}

.section-size-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(39, 18, 105, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.96) 100%);
  box-shadow:
    0 24px 60px rgba(17, 29, 58, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.section-size-guide-media img {
  width: min(100%, 520px);
  border-radius: 16px;
  box-shadow: 0 22px 56px rgba(17, 29, 58, 0.12);
}

.section-size-guide-media img.size-guide-goalie-image {
  filter: blur(0.8px);
}

.section-size-guide-copy h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.08;
  color: #101d34;
  margin-bottom: 14px;
}

.section-size-guide-subhead {
  max-width: 34ch;
  margin-bottom: 16px;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.7;
  color: rgba(16, 29, 52, 0.78);
}

.section-size-guide-copy > p:last-child {
  margin-top: 18px;
}

.section-size-guide-copy p {
  max-width: 42ch;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.76;
  color: rgba(16, 29, 52, 0.8);
}

.section-size-guide-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
}

.section-size-guide-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(70, 80, 151, 0.14);
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(17, 29, 58, 0.06);
}

.section-size-guide-table th,
.section-size-guide-table td {
  padding: 16px 18px;
  text-align: center;
}

.section-size-guide-table th {
  background: #f6f8fc;
  color: #101d34;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-size-guide-table td {
  color: rgba(16, 29, 52, 0.84);
  font-weight: 600;
}

.section-size-guide-table tbody tr + tr td {
  border-top: 1px solid rgba(70, 80, 151, 0.12);
}

.section-size-guide-tip {
  max-width: 42ch;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(70, 80, 151, 0.12);
  border-radius: 14px;
  background: #f8faff;
}

.section-athlete-benefits {
  padding: 72px 0 88px;
  background: #f7f9fd;
}

.section-athlete-benefits-layout {
  display: grid;
  gap: 30px;
}

.section-athlete-benefits-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-athlete-benefits-head h2 {
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.08;
  color: #101d34;
  margin-bottom: 14px;
}

.section-athlete-benefits-head p {
  max-width: 34ch;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.72;
  color: rgba(16, 29, 52, 0.78);
}

.section-athlete-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.section-goalie-intro {
  padding: 56px 0 64px;
}

.section-goalie-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.section-goalie-intro-card {
  min-height: 100%;
  padding: 30px 26px;
  border: 1px solid rgba(39, 18, 105, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.95) 100%);
  box-shadow: 0 18px 42px rgba(17, 29, 58, 0.06);
  text-align: center;
}

.section-goalie-intro-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1.12;
  color: #101d34;
  margin-bottom: 14px;
}

.section-goalie-intro-card p {
  max-width: 40ch;
  margin: 0 auto;
  font-size: clamp(1rem, 1.7vw, 1.06rem);
  line-height: 1.7;
  color: rgba(16, 29, 52, 0.78);
}

.section-athlete-benefit-card {
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(39, 18, 105, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 255, 0.95) 100%);
  box-shadow: 0 18px 42px rgba(17, 29, 58, 0.06);
  text-align: center;
}

.section-athlete-benefit-icon {
  display: inline-flex;
  width: 88px;
  height: 88px;
  margin-bottom: 18px;
  border-radius: 22px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  align-items: center;
  justify-content: center;
}

.section-athlete-benefit-icon::before {
  content: none;
}

.section-athlete-benefit-icon-protection {
  background-image: url("../images/icon-protection-without-bulk.png");
}

.section-athlete-benefit-icon-mobility {
  background-image: url("../images/icon-knee-mobility.png");
}

.section-athlete-benefit-icon-fit {
  background-image: url("../images/icon-secure-fit.png");
}

.section-athlete-benefit-card h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.45rem);
  line-height: 1.22;
  color: #101d34;
  margin-bottom: 12px;
}

.section-athlete-benefit-card p {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(16, 29, 52, 0.78);
}

.section-amazon-reviews {
  position: relative;
  padding: 112px 0 96px;
  background:
    linear-gradient(180deg, rgba(25, 20, 76, 0.16) 0%, rgba(98, 120, 196, 0.14) 24%, rgba(225, 237, 247, 0.96) 68%, #ffffff 100%);
}

.section-amazon-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(143, 255, 255, 0.16) 0%, rgba(143, 255, 255, 0) 28%),
    radial-gradient(circle at 82% 10%, rgba(241, 213, 60, 0.12) 0%, rgba(241, 213, 60, 0) 24%);
  pointer-events: none;
}

.section-amazon-reviews::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(233, 239, 244, 0.86) 64%, #e9eff4 100%);
  pointer-events: none;
  z-index: 1;
}

.section-amazon-reviews-layout {
  position: relative;
  display: grid;
  gap: 34px;
}

.section-amazon-reviews-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding-inline: 16px;
}

.section-amazon-reviews-head h2 {
  font-size: clamp(1.9rem, 6vw, 3rem);
  line-height: 1.08;
  color: #101d34;
  margin: 0;
  text-transform: none;
}

.section-amazon-reviews-marquee {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 16px 0;
}

.section-amazon-reviews-marquee::before,
.section-amazon-reviews-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(22px, 7vw, 88px);
  z-index: 2;
  pointer-events: none;
}

.section-amazon-reviews-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #eef5fb 0%, rgba(238, 245, 251, 0) 100%);
}

.section-amazon-reviews-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.section-amazon-reviews-track {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  padding-inline: 20px;
  animation: amazon-review-scroll 68s linear infinite;
  will-change: transform;
}

.section-amazon-reviews-marquee:hover .section-amazon-reviews-track {
  animation-play-state: paused;
}

.amazon-review-card {
  font-family: "Montserrat", sans-serif;
  flex: 0 0 clamp(220px, 68vw, 260px);
  min-height: 164px;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(70, 80, 151, 0.08);
  box-shadow:
    0 18px 36px rgba(17, 29, 58, 0.08),
    0 2px 0 rgba(143, 255, 255, 0.18) inset;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: hidden;
}

.amazon-review-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  color: #f3bf2d;
  font-size: 0.98rem;
  letter-spacing: 0.12em;
}

.amazon-review-quote {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 14px;
  color: #101d34;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}

.amazon-review-buyer {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #465097;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.6;
  text-align: center;
}

@keyframes amazon-review-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-amazon-reviews-track {
    animation: none;
  }
}

.section-final-amazon-cta {
  padding: 108px 0;
  background:
    radial-gradient(circle at top center, rgba(241, 213, 60, 0.16) 0%, rgba(241, 213, 60, 0) 28%),
    linear-gradient(180deg, #271269 0%, #1a114d 100%);
  color: #f5f3ff;
}

.section-final-amazon-cta-layout {
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.section-final-amazon-cta-layout h2 {
  font-size: clamp(2.15rem, 4.8vw, 3.6rem);
  line-height: 1.06;
  margin: 0;
  color: #ffffff;
}

.section-final-amazon-cta-layout p {
  max-width: 42ch;
  font-size: clamp(1rem, 2.1vw, 1.12rem);
  line-height: 1.76;
  color: rgba(245, 243, 255, 0.82);
}

.section-final-amazon-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 360px);
  padding: 18px 32px;
  border-radius: 999px;
  background: #f1d53c;
  color: #1a114d;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(10, 6, 32, 0.26);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.section-final-amazon-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(10, 6, 32, 0.32);
  background: #f6dd62;
}

.section-final-amazon-cta-note {
  max-width: 48ch;
  margin: 12px auto 0;
  color: rgba(243, 246, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.6;
}

.section-final-amazon-cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-final-amazon-cta-trust li {
  position: relative;
  padding-left: 24px;
  color: rgba(245, 243, 255, 0.9);
  font-weight: 600;
}

.section-final-amazon-cta-trust li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 50%;
  color: #f1d53c;
  transform: translateY(-50%);
}

.feature-list {
  margin-top: 24px;
  display: grid;
  gap: 16px;
}

.feature-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(70, 80, 151, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(15, 27, 54, 0.05);
}

.feature-item-marker {
  width: 14px;
  height: 14px;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: #1a114d;
  box-shadow: 0 0 0 6px rgba(39, 18, 105, 0.12);
}

.feature-item-copy h3 {
  font-size: 1.02rem;
  line-height: 1.25;
  color: #121f37;
  margin-bottom: 6px;
}

.feature-item-copy p {
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(18, 31, 55, 0.74);
}

.hero-overlay {
  position: absolute;
  inset: auto 24px 24px 24px;
  max-width: 640px;
  background: rgba(12, 18, 34, 0.78);
  color: #fff;
  padding: 24px;
  border-radius: 12px;
}

.hero-overlay p {
  color: #dbe4ff;
}

.hero-controls {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  gap: 8px;
}

.hero-control {
  border: 0;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(9, 15, 30, 0.74);
  color: #fff;
  cursor: pointer;
}

.hero-sportida {
  position: relative;
  padding: 120px 0 72px;
  overflow: hidden;
}

.hero-sportida::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 222, 176, 0.18) 0%, rgba(255, 222, 176, 0.08) 16%, rgba(255, 222, 176, 0) 36%),
    radial-gradient(circle at 52% 48%, rgba(255, 244, 218, 0.1) 0%, rgba(255, 244, 218, 0.04) 22%, rgba(255, 244, 218, 0) 44%),
    linear-gradient(90deg, rgba(4, 6, 14, 0.08) 0%, rgba(4, 6, 14, 0) 38%, rgba(255, 230, 190, 0.03) 72%, rgba(255, 230, 190, 0.05) 100%);
  z-index: 0;
}

.hero-sportida::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 82% 18%, rgba(255, 235, 204, 0.1) 0%, rgba(255, 235, 204, 0.04) 12%, rgba(255, 235, 204, 0) 24%);
  filter: blur(14px);
  z-index: 0;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-template-areas:
    "left product right"
    ". review ."
    ". cta .";
  gap: 30px;
  align-items: center;
  min-height: 560px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  grid-area: left;
  max-width: 420px;
  color: #ffffff;
  align-self: center;
  justify-self: start;
  text-align: left;
  padding-top: 0;
  transform: translateY(-84px);
}

.hero-copy .eyebrow {
  color: var(--support-yellow);
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
}

.hero-copy h1 {
  font-size: clamp(2.15rem, 3.1vw, 3.35rem);
  margin-bottom: 12px;
}

.hero-copy > p {
  color: #ecf1ff;
  max-width: 24ch;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-model {
  display: inline-block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-cta {
  margin-top: 24px;
}

.cta-button {
  display: inline-block;
  padding: 18px 38px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  background: var(--support-yellow);
  color: #181228;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 12px 28px rgba(241, 213, 60, 0.28);
  transition: all 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 194, 71, 0.32);
}

.hero-product {
  grid-area: product;
  position: relative;
  isolation: isolate;
  justify-self: center;
  align-self: center;
  width: 100%;
  max-width: 500px;
  transform: translateY(42px);
}

.hero-product::before,
.hero-product::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-product::before {
  top: -10%;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 252, 244, 0.92) 0%, rgba(255, 245, 220, 0.68) 14%, rgba(255, 236, 188, 0.28) 30%, rgba(255, 230, 182, 0.08) 52%, rgba(255, 236, 204, 0) 74%);
  filter: blur(56px);
  z-index: 0;
  animation: glowPulse 6s ease-in-out infinite;
}

.hero-product::after {
  top: -2%;
  width: 860px;
  height: 520px;
  background:
    radial-gradient(ellipse at center, rgba(255, 248, 230, 0.24) 0%, rgba(250, 236, 214, 0.14) 26%, rgba(244, 236, 255, 0.05) 48%, rgba(235, 232, 255, 0) 72%);
  filter: blur(72px);
  z-index: 0;
  animation: glowPulse 6s ease-in-out infinite;
}

.hero-product-visual::before {
  content: "";
  position: absolute;
  inset: 10% 14% 18%;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 28%, rgba(255, 248, 232, 0.34) 0%, rgba(255, 248, 232, 0.14) 18%, rgba(255, 248, 232, 0) 44%),
    radial-gradient(circle at 58% 48%, rgba(162, 245, 255, 0.1) 0%, rgba(162, 245, 255, 0.04) 16%, rgba(162, 245, 255, 0) 34%);
  mix-blend-mode: screen;
  filter: blur(16px);
}

.hero-product-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.hero-product-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 470px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.2))
    drop-shadow(0 34px 56px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 18px rgba(255, 236, 204, 0.12));
  animation: heroProductFloat 6s ease-in-out infinite;
}

.hero-product-shadow {
  position: relative;
  z-index: 1;
  width: 270px;
  height: 46px;
  margin: -26px auto 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.54);
  filter: blur(32px);
  animation: shadowPulse 6s ease-in-out infinite;
}

.hero-product-caption {
  position: relative;
  z-index: 2;
  max-width: 340px;
  margin: 16px auto 0;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.45;
  box-shadow: 0 12px 22px rgba(6, 10, 22, 0.16);
}

.hero-right {
  grid-area: right;
  color: #f1f4ff;
  max-width: 300px;
  align-self: center;
  justify-self: end;
  text-align: right;
  padding-top: 0;
  transform: translateY(-48px);
  opacity: 0.92;
}

.hero-support-label {
  margin: 0 0 10px;
  color: rgba(241, 213, 60, 0.88);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-right h2 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.08;
  margin-bottom: 12px;
}

.hero-support-copy {
  color: rgba(236, 241, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-conversion {
  display: contents;
}

.hero-cta-mobile-wrap {
  grid-area: cta;
  display: none;
  justify-self: center;
}

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

.feature-card,
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: var(--shadow);
}

.feature-card img {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 12px;
}

.feature-card p,
.testimonial-card p {
  color: var(--muted);
  margin-top: 10px;
}

.testimonial-card small {
  display: block;
  margin-top: 12px;
  color: #4a5771;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: center;
}

.media-frame {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  box-shadow: var(--shadow);
}

.media-frame img {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  background: #fff;
}

.ticker-track {
  display: flex;
  gap: 24px;
  white-space: nowrap;
  animation: ticker 26s linear infinite;
  font-weight: 700;
  color: #25304a;
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

.newsletter {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr 1fr;
  align-items: end;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #c6d2ea;
  border-radius: 10px;
  padding: 12px 13px;
  font: inherit;
}

.newsletter-form .btn {
  margin-top: 0;
}

.contact-form {
  max-width: 760px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

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

.site-footer {
  background: #101d34;
  color: #e3ebff;
  padding: 72px 0 28px;
}

.sportida-guides {
  background: #ffffff;
  padding: 100px 0;
}

.sportida-guides-container {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sportida-guides h2 {
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  line-height: 1.12;
  color: #101d34;
}

.sportida-guides p {
  max-width: 50ch;
  margin: 16px auto 0;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.72;
  color: rgba(16, 29, 52, 0.78);
}

.sportida-guides-grid {
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  text-align: left;
}

.sportida-guides-card {
  padding: 22px 22px 20px;
  border: 1px solid rgba(39, 18, 105, 0.12);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(242, 246, 255, 0.96) 0%, rgba(236, 242, 255, 0.94) 100%);
  box-shadow: 0 10px 24px rgba(17, 29, 58, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sportida-guides-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(17, 29, 58, 0.11);
  border-color: rgba(39, 18, 105, 0.24);
}

.sportida-guides-card h3 {
  margin: 0;
}

.sportida-guides-title-link {
  color: #101d34;
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: color 0.2s ease, background-size 0.24s ease;
}

.sportida-guides-title-link:hover {
  color: var(--primary);
  background-size: 100% 1px;
}

.sportida-guides-card p {
  max-width: none;
  margin: 10px 0 14px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(16, 29, 52, 0.74);
}

.sportida-guides-learn-link {
  display: inline-block;
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
  transition: color 0.2s ease, background-size 0.24s ease;
}

.sportida-guides-learn-link:hover {
  color: var(--primary);
  background-size: 100% 1px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
}

.footer-brand {
  display: grid;
  gap: 10px;
  max-width: 340px;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
}

.footer-logo img {
  width: min(160px, 42vw);
  height: auto;
}

.footer-brand h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 2.55rem);
  line-height: 1;
}

.footer-brand-line {
  max-width: 34ch;
  color: rgba(227, 235, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.footer-disclaimer {
  max-width: 34ch;
  color: rgba(227, 235, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-self: start;
  align-content: center;
  align-items: center;
  padding-top: 0;
  max-width: 620px;
}

.footer-links a {
  color: #e3ebff;
  font-weight: 600;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(227, 235, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
  border-color: rgba(227, 235, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.footer-links a.is-active {
  color: #ffffff;
  border-color: rgba(143, 255, 255, 0.62);
  background: rgba(143, 255, 255, 0.14);
}

.copyright {
  margin: 28px 0 0;
  text-align: center;
  color: #a5b3d7;
  font-size: 0.92rem;
}

@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
  }

  .footer-links {
    justify-content: center;
    justify-self: center;
    padding-top: 6px;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes announcement-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes heroProductFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes shadowPulse {
  0% {
    transform: scaleX(1);
    opacity: 0.35;
  }
  50% {
    transform: scaleX(0.92);
    opacity: 0.28;
  }
  100% {
    transform: scaleX(1);
    opacity: 0.35;
  }
}

@keyframes glowPulse {
  0% {
    opacity: 0.96;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    opacity: 0.96;
    transform: translateX(-50%) scale(1);
  }
}

@media (max-width: 920px) {
  body {
    padding-top: 32px;
  }

  .section-transition-testimonials {
    padding: 44px 0 52px;
    background:
      linear-gradient(180deg, #0a1020 0%, #1a2947 26%, #e5ecf7 74%, #f5f7fb 100%);
  }

  .transition-testimonials-head {
    margin-bottom: 24px;
  }

  .section-transition-testimonials .section-amazon-reviews-track {
    animation-duration: 68s;
  }

  .announcement-bar {
    height: 32px;
  }

  .announcement-track {
    font-size: 12px;
    letter-spacing: 1.2px;
    animation-duration: 20s;
  }

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

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    padding: 12px 4vw 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 13, 37, 0.82);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 14px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero-sportida {
    padding: 54px 0 56px;
    background-position: 60% center;
  }

  .hero-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "product"
      "conversion";
    min-height: 0;
    gap: 20px;
    text-align: center;
  }

  .hero-copy,
  .hero-right {
    max-width: 620px;
    justify-self: center;
    text-align: center;
    padding-top: 0;
    transform: none;
  }

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

  .hero-copy .eyebrow {
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    max-width: none;
    white-space: nowrap;
    margin: 0 auto 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 8vw, 3.4rem);
    margin-bottom: 10px;
  }

  .hero-copy > p {
    max-width: none;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.4;
  }

  .hero-model {
    margin-top: 10px;
  }

  .hero-product {
    justify-self: center;
    width: min(400px, 82vw);
    transform: none;
  }

  .hero-product-visual {
    width: min(100%, 320px);
  }

  .hero-product-image {
    max-width: 320px;
  }

  .hero-product-shadow {
    width: 190px;
    height: 32px;
    margin-top: -16px;
  }

  .hero-cta-desktop {
    display: none;
  }

  .hero-cta-mobile-wrap {
    display: block;
    justify-self: stretch;
  }

  .hero-cta-mobile {
    margin-top: 0;
    min-width: min(320px, 84vw);
    text-align: center;
  }

  .hero-conversion {
    grid-area: conversion;
    display: grid;
    gap: 14px;
    width: min(520px, 88vw);
    margin: 0 auto;
    padding: 0;
  }

  .hero-right,
  .hero-cta-mobile-wrap {
    grid-area: auto;
    justify-self: stretch;
  }

  .hero-right {
    max-width: none;
  }

  .hero-right h2 {
    font-size: clamp(1.05rem, 3.4vw, 1.3rem);
    line-height: 1.12;
    text-align: center;
  }

  .hero-support-label,
  .hero-support-copy {
    text-align: center;
  }

  .hero-overlay {
    position: static;
    max-width: none;
    border-radius: 0;
  }

  .hero-slide img {
    min-height: 300px;
  }

  .section-real-training-content {
    padding: 28px 0 64px;
  }

  .section-real-training-copy h2 {
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
  }

  .section-impact-protection {
    padding: 64px 0;
  }

  .section-impact-protection-layout {
    padding: 28px;
  }

  .section-multisport-performance {
    padding: 72px 0 48px;
  }

  .section-mobility-fit {
    padding: 68px 0 40px;
  }

  .section-mobility-fit-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-size-guide {
    padding: 36px 0 56px;
  }

  .section-size-guide-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }

  .section-athlete-benefits {
    padding: 56px 0 72px;
  }

  .section-athlete-benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .section-amazon-reviews {
    padding: 92px 0 84px;
  }

  .section-final-amazon-cta {
    padding: 92px 0;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 30px;
  }

  .section-transition-testimonials {
    padding: 38px 0 46px;
  }

  .transition-testimonials-head h2 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .section-transition-testimonials .section-amazon-reviews-track {
    animation-duration: 58s;
  }

  .transition-testimonial-card {
    padding: 18px;
    border-radius: 18px;
  }

  .announcement-bar {
    height: 30px;
  }

  .announcement-track {
    font-size: 11px;
    letter-spacing: 1px;
  }

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

  .brand img {
    height: 44px;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(8, 11, 28, 0.36);
    backdrop-filter: blur(8px);
  }

  .main-nav {
    top: 84px;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 14px;
    left: 14px;
    bottom: 14px;
    z-index: 1001;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: #f1d53c;
    color: #16102f;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 30px rgba(8, 11, 28, 0.32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .mobile-sticky-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .back-to-top {
    right: 14px;
    bottom: 76px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    z-index: 1002;
  }

  .hero-sportida {
    padding: 68px 0 44px;
    background-position: 62% center;
  }

  .hero-container {
    gap: 22px;
  }

  .hero-copy {
    max-width: 92vw;
  }

  .hero-copy .eyebrow {
    font-size: 0.8rem;
    line-height: 1.2;
    max-width: none;
    margin: 0 auto 14px;
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 8.9vw, 3rem);
    line-height: 1.06;
  }

  .hero-copy > p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .hero-model {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .cta-button {
    padding: 16px 26px;
    font-size: 15px;
  }

  .hero-product {
    width: min(300px, 72vw);
  }

  .hero-product::before {
    width: 460px;
    height: 460px;
    top: -8%;
    filter: blur(30px);
  }

  .hero-product::after {
    width: 560px;
    height: 320px;
    top: 8%;
    filter: blur(44px);
  }

  .hero-product-visual {
    width: min(100%, 260px);
  }

  .hero-product-image {
    max-width: 260px;
  }

  .hero-product-shadow {
    width: 150px;
    height: 24px;
    margin-top: -10px;
    filter: blur(20px);
  }

  .hero-right {
    max-width: none;
  }

  .hero-right h2 {
    font-size: clamp(0.98rem, 4.8vw, 1.16rem);
    line-height: 1.15;
  }

  .hero-support-label {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }

  .hero-support-copy {
    font-size: 0.84rem;
  }

  .hero-conversion {
    width: min(360px, 90vw);
    gap: 12px;
    padding: 0;
  }

  .section-real-training-media img {
    min-height: 54vw;
  }

  .section-real-training-content {
    padding: 26px 0 56px;
  }

  .section-real-training-copy {
    width: min(92vw, 36rem);
  }

  .section-real-training-copy h2 {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
    max-width: 11ch;
    margin-bottom: 16px;
  }

  .section-real-training-copy p {
    max-width: 31ch;
    font-size: 1rem;
    line-height: 1.68;
  }

  .section-impact-protection {
    padding: 56px 0;
  }

  .section-impact-protection-layout {
    gap: 24px;
    padding: 20px;
    border-radius: 22px;
  }

  .section-multisport-performance {
    padding: 68px 0 44px;
  }

  .section-multisport-performance-layout {
    gap: 24px;
  }

  .section-multisport-performance-head h2 {
    font-size: clamp(1.85rem, 7.6vw, 2.6rem);
  }

  .section-multisport-performance-head p,
  .section-multisport-performance-copy p {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .section-multisport-performance-sports {
    gap: 10px 18px;
    font-size: 0.96rem;
  }

  .section-mobility-fit {
    padding: 68px 0 40px;
  }

  .section-mobility-fit-layout {
    gap: 24px;
  }

  .section-mobility-fit-copy {
    width: min(680px, 92vw);
    text-align: center;
  }

  .section-mobility-fit-copy h2 {
    font-size: clamp(1.85rem, 7.4vw, 2.5rem);
  }

  .section-mobility-fit-copy p {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .section-mobility-fit-features {
    justify-items: stretch;
  }

  .section-mobility-fit-features li {
    text-align: left;
  }

  .section-size-guide {
    padding: 36px 0 56px;
  }

  .section-size-guide::after {
    height: 56px;
  }

  .section-multisport-performance::after,
  .section-mobility-fit::after {
    height: 56px;
  }

  .section-size-guide-layout {
    gap: 24px;
  }

  .section-athlete-benefits {
    padding: 52px 0 68px;
  }

  .section-size-guide-copy {
    text-align: center;
  }

  .section-size-guide-copy h2 {
    font-size: clamp(1.85rem, 7.2vw, 2.4rem);
  }

  .section-size-guide-subhead,
  .section-size-guide-copy p,
  .section-size-guide-tip {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .section-size-guide-table th,
  .section-size-guide-table td {
    padding: 14px 14px;
    font-size: 0.92rem;
  }

  .section-amazon-reviews {
    padding: 76px 0 68px;
  }

  .section-amazon-reviews-layout {
    gap: 24px;
  }

  .section-amazon-reviews-head h2 {
    font-size: clamp(1.85rem, 7.2vw, 2.4rem);
  }

  .section-amazon-reviews-marquee {
    padding: 10px 0 14px;
  }

  .section-amazon-reviews-track {
    gap: 14px;
    padding-inline: 14px;
    animation-duration: 38s;
  }

  .amazon-review-card {
    flex-basis: 248px;
    min-height: 152px;
    padding: 16px 16px 18px;
  }

  .amazon-review-quote {
    font-size: 0.96rem;
  }

  .section-final-amazon-cta {
    padding: 76px 0;
  }

  .section-final-amazon-cta-layout {
    gap: 18px;
  }

  .section-final-amazon-cta-layout h2 {
    font-size: clamp(1.95rem, 8vw, 2.75rem);
  }

  .section-final-amazon-cta-layout p {
    max-width: 31ch;
    font-size: 1rem;
  }

  .section-final-amazon-cta-button {
    width: 100%;
    min-width: 0;
    padding: 17px 24px;
    font-size: 0.96rem;
  }

  .section-final-amazon-cta-trust {
    gap: 10px 0;
    justify-content: flex-start;
    width: min(100%, 320px);
  }

  .section-final-amazon-cta-trust li {
    width: 100%;
    text-align: left;
  }

  .section-impact-protection-copy {
    text-align: center;
  }

  .section-impact-protection-copy h2 {
    font-size: clamp(1.85rem, 7.6vw, 2.6rem);
    max-width: 11ch;
    margin-left: auto;
    margin-right: auto;
  }

  .section-impact-protection-copy p {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .feature-list {
    gap: 18px;
  }

  .feature-item {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .feature-item-marker {
    margin: 0 auto;
  }

  .feature-item-copy h3 {
    font-size: 1rem;
  }

  .feature-item-copy p {
    font-size: 0.95rem;
  }

  .sportida-guides {
    padding: 72px 0;
  }

  .sportida-guides-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (min-width: 921px) {
  .hero-sportida {
    padding: 154px 0 108px;
  }

  .hero-container {
    min-height: clamp(620px, 74vh, 780px);
    align-content: center;
  }

  .hero-copy {
    transform: none;
  }

  .hero-right {
    transform: none;
  }

  .hero-product {
    transform: translateY(14px);
  }

  .section-real-training {
    padding-bottom: 84px;
  }

  .section-real-training-media {
    min-height: clamp(420px, 48vw, 700px);
  }

  .section-real-training-media::after {
    content: none;
  }

  .section-real-training-media img {
    height: clamp(420px, 48vw, 700px);
  }

  .section-real-training-content {
    margin-top: -72px;
    padding: 0 0 0;
  }

  .section-real-training-copy {
    width: min(780px, 72vw);
    padding: 46px 44px 0;
    background: rgba(233, 239, 244, 0.94);
    border-radius: 28px 28px 0 0;
  }

  .section-real-training-copy p {
    max-width: 44ch;
  }

  .section-impact-protection {
    padding: 84px 0;
  }

  .section-impact-protection-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .section-impact-protection-copy p {
    max-width: 42ch;
  }

  .section-goalie-intro-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
  }
}
