:root {
  --ink: #111317;
  --coal: #171a1f;
  --carbon: #20242b;
  --paper: #f7f8f7;
  --white: #ffffff;
  --mist: #e9edf1;
  --muted: #6f7782;
  --sky: #73bcff;
  --blue: #245f9f;
  --lime: #b9ff66;
  --line: rgba(17, 19, 23, 0.12);
  --shadow: 0 28px 80px rgba(17, 19, 23, 0.12);
  --shadow-soft: 0 16px 44px rgba(17, 19, 23, 0.08);
  --shadow-hover: 0 34px 90px rgba(17, 19, 23, 0.15);
  --radius: 8px;
  --radius-lg: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  .plan-card,
  .comparison-card,
  .comparison-photo,
  .athlete-copy,
  .dashboard-preview,
  .moment-hero,
  .moment-copy,
  .coach-card,
  .presential-note,
  .planning-card,
  .planning-step,
  .planning-table,
  .planning-pdf-banner,
  .planning-note {
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease,
      background 220ms ease;
  }
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 50;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(17, 19, 23, 0.66);
  color: var(--white);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.site-header.is-scrolled { background: rgba(17, 19, 23, 0.88); }
.brand, .header-actions, .main-nav { display: flex; align-items: center; }
.brand { gap: 10px; }

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.brand-mark img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.brand strong, .brand small { display: block; line-height: 1.1; }

.brand strong {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  justify-content: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-nav a:hover, .ghost-link:hover { color: var(--white); }

.header-actions {
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switch button {
  min-width: 34px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.language-switch a {
  display: inline-grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.language-switch button.is-active {
  background: var(--white);
  color: var(--ink);
}

.language-switch a.is-active {
  background: var(--white);
  color: var(--ink);
}

.ghost-link, .primary-link, .button {
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ghost-link { padding: 11px 14px; color: rgba(255, 255, 255, 0.74); }
.primary-link { padding: 11px 18px; background: var(--white); color: var(--ink); }
.primary-link:hover, .button:hover { transform: translateY(-2px); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media, .hero-shade { position: absolute; inset: 0; }

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.86) 0%, rgba(5, 8, 12, 0.56) 42%, rgba(5, 8, 12, 0.2) 100%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.86) 0%, rgba(5, 8, 12, 0) 34%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 96px);
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 48px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 154px 0 138px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--sky);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1, h2, h3 {
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 24px;
  max-width: 760px;
  font-size: 96px;
  font-weight: 900;
}

h2 {
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 900;
}

h3 { font-size: 26px; font-weight: 900; }

.hero-lead {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-line { border-color: rgba(255, 255, 255, 0.4); color: var(--white); }
.button-line:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.1); }

.hero-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-panel span, .hero-panel strong { display: block; }

.hero-panel span {
  margin-bottom: 14px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel strong {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.metrics-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 11, 15, 0.46);
  backdrop-filter: blur(16px);
}

.metrics-bar div {
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.metrics-bar div:last-child { border-right: 0; }
.metrics-bar strong, .metrics-bar span { display: block; }
.metrics-bar strong { color: var(--sky); font-size: 28px; line-height: 1; }

.metrics-bar span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-band {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.intro-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.92;
}

.intro-band::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.9) 0%, rgba(5, 8, 12, 0.62) 46%, rgba(5, 8, 12, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.72) 0%, rgba(5, 8, 12, 0) 48%);
  content: "";
}

.intro-band div {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
  padding: 80px 0;
}

.intro-band span {
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-band p {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.08;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-tight { padding-bottom: 84px; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

.section-heading > p:not(.eyebrow) {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 16px;
}

.plan-switch {
  display: flex;
  width: fit-content;
  gap: 4px;
  margin-bottom: 24px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.plan-switch button {
  min-width: 84px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.plan-switch button.is-active { background: var(--ink); color: var(--white); }

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.plan-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.plan-card:hover,
.comparison-card:hover,
.comparison-photo:hover,
.dashboard-preview:hover,
.moment-hero:hover,
.moment-copy:hover,
.coach-card:hover,
.presential-note:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.plan-card.is-hidden { display: none; }
.plan-card.featured { background: var(--ink); color: var(--white); }

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured .card-topline { color: var(--sky); }
.plan-card p, .plan-card li { color: var(--muted); font-size: 13.5px; }
.featured p, .featured li { color: rgba(255, 255, 255, 0.72); }
.price { display: block; margin: 10px 0 22px; font-size: 18px; }

.family-access {
  display: grid;
  gap: 4px;
  margin: 0 0 22px;
  padding: 18px 18px 17px;
  border: 1px solid rgba(115, 188, 255, .44);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(115, 188, 255, .22), rgba(185, 255, 102, .16)),
    var(--mist);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 16px 34px rgba(48, 105, 170, .1);
}

.family-access span,
.family-access strong {
  display: block;
  text-transform: uppercase;
}

.family-access span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.family-access strong {
  color: var(--ink);
  font-size: clamp(22px, 2.7vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .95;
}

.featured .family-access {
  border-color: rgba(185, 255, 102, .5);
  background:
    linear-gradient(135deg, rgba(115, 188, 255, .22), rgba(185, 255, 102, .22)),
    rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 42px rgba(0, 0, 0, .24);
}

.featured .family-access span {
  color: var(--lime);
}

.featured .family-access strong {
  color: var(--white);
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.plan-card li { padding-top: 10px; border-top: 1px solid var(--line); }
.featured li { border-top-color: rgba(255, 255, 255, 0.16); }

.plan-card a {
  margin-top: auto;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured a { color: var(--lime); }

.details-section {
  padding: 112px max(20px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.details-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.details-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
}

.details-heading p:not(.eyebrow) {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 16px;
}

.details-grid,
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.comparison-card,
.comparison-photo {
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.comparison-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.comparison-card-dark {
  background: var(--ink);
  color: var(--white);
}

.comparison-card div {
  margin-bottom: 28px;
}

.comparison-card span,
.comparison-photo span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison-card-dark span,
.comparison-photo span {
  color: var(--sky);
}

.comparison-card strong,
.comparison-photo strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.comparison-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13.5px;
}

.comparison-card-dark li {
  border-top-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.74);
}

.comparison-card b {
  display: grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.comparison-card-dark b {
  background: rgba(255, 255, 255, 0.1);
  color: var(--lime);
}

.comparison-card li.comparison-family {
  margin-top: 2px;
  border-top-color: rgba(115, 188, 255, .32);
  background: linear-gradient(90deg, rgba(115, 188, 255, .13), rgba(185, 255, 102, .1));
  color: var(--ink);
  font-weight: 900;
}

.comparison-card li.comparison-family b {
  background: var(--sky);
  color: var(--ink);
}

.comparison-card-dark li.comparison-family {
  border-top-color: rgba(185, 255, 102, .26);
  background: linear-gradient(90deg, rgba(115, 188, 255, .16), rgba(185, 255, 102, .12));
  color: var(--white);
}

.comparison-card-dark li.comparison-family b {
  background: var(--lime);
  color: var(--ink);
}

.comparison-photo {
  position: relative;
  background: var(--ink);
  color: var(--white);
}

.comparison-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
}

.comparison-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 23, 0.04), rgba(17, 19, 23, 0.86));
  content: "";
}

.comparison-photo div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 26px;
}

.detail-card {
  min-height: 520px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.detail-card-dark {
  background: var(--ink);
  color: var(--white);
}

.detail-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-card-dark span {
  color: var(--sky);
}

.detail-card p,
.detail-card li {
  color: var(--muted);
  font-size: 14.5px;
}

.detail-card-dark p,
.detail-card-dark li {
  color: rgba(255, 255, 255, 0.72);
}

.detail-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-card li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.detail-card-dark li {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.challenge-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  min-height: 330px;
  margin-top: 18px;
  overflow: hidden;
  padding: 36px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
}

.challenge-banner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 19, 23, 0.95) 0%, rgba(17, 19, 23, 0.72) 48%, rgba(17, 19, 23, 0.22) 100%),
    url("/img/guillem-hero.jpg") center 48% / cover;
  content: "";
}

.challenge-banner > * {
  position: relative;
  z-index: 1;
}

.challenge-banner span {
  display: block;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.challenge-banner h3 {
  max-width: 760px;
  color: var(--white);
  font-size: 48px;
}

.challenge-banner p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.system-section, .visual-split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  min-height: 720px;
  background: var(--coal);
  color: var(--white);
}

.system-media, .visual-split > div:first-child { min-height: 520px; }
.system-media img, .visual-split img { width: 100%; height: 100%; object-fit: cover; }
.visual-split img { object-position: center 46%; }
.system-media img { object-position: center 27%; }

.system-copy, .visual-split > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 7vw, 92px);
}

.system-copy h2 { color: var(--white); }
.method-list { display: grid; gap: 18px; margin-top: 42px; }

.method-list div {
  display: grid;
  grid-template-columns: 46px 160px 1fr;
  gap: 18px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.method-list span { color: var(--lime); font-size: 12px; font-weight: 900; }
.method-list strong { text-transform: uppercase; }
.method-list p, .visual-split p { margin-bottom: 0; color: rgba(255, 255, 255, 0.68); }

.athlete-section {
  width: 100%;
  margin: 0;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: var(--white);
}

.athlete-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.athlete-copy, .dashboard-preview { border-radius: var(--radius-lg); }

.athlete-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  padding: 34px;
  background: var(--mist);
}

.athlete-copy p { color: var(--muted); }

.family-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 26px 0 28px;
}

.family-flow div {
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(17, 19, 23, .08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .66);
}

.family-flow span,
.family-flow strong,
.family-dashboard-label {
  display: block;
  text-transform: uppercase;
}

.family-flow span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.family-flow strong {
  margin-top: 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.dashboard-preview {
  padding: 20px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.family-dashboard-label {
  margin: 0 0 14px;
  padding: 13px 15px;
  border: 1px solid rgba(185, 255, 102, .22);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(115, 188, 255, .16), rgba(185, 255, 102, .1));
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 4px 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-top strong { color: var(--white); }
.dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

.dashboard-grid div, .dashboard-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--carbon);
}

.dashboard-grid div { min-height: 120px; padding: 18px; }

.dashboard-grid span, .dashboard-note span {
  display: block;
  margin-bottom: 12px;
  color: var(--sky);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-grid strong { font-size: 30px; }
.dashboard-note { margin-top: 10px; padding: 24px; }

.dashboard-note p {
  max-width: 580px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.moments-section {
  padding: 112px max(20px, calc((100vw - 1180px) / 2));
  background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
}

.moments-heading {
  margin-right: auto;
  margin-left: auto;
}

.moments-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
  align-items: stretch;
}

.moment-hero,
.moment-copy {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.moment-hero {
  min-height: 640px;
  background: var(--coal);
}

.moment-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.moment-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 17, 30, 0.04) 0%, rgba(6, 17, 30, 0.18) 45%, rgba(6, 17, 30, 0.72) 100%);
  content: "";
}

.moment-hero div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 34px;
  color: var(--white);
}

.moment-hero span,
.moment-copy > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--sky);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.moment-hero h3 {
  max-width: 520px;
  color: var(--white);
  font-size: 54px;
}

.moment-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 640px;
  padding: 34px;
  background: var(--ink);
  color: var(--white);
}

.moment-copy::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 19, 23, 0.16), rgba(17, 19, 23, 0.9));
  content: "";
}

.moment-copy > *:not(.moment-copy-photo) {
  position: relative;
  z-index: 1;
}

.moment-copy-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.moment-running-photo {
  object-position: 62% 62%;
}

.moment-copy h3 {
  color: var(--white);
  font-size: 36px;
}

.moment-copy p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
}

.moment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.moment-tags span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.visual-split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--paper); color: var(--ink); }
.visual-split > div:last-child { background: var(--white); }
.visual-split h2 { color: var(--ink); }

.visual-split p {
  max-width: 650px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 18px;
}

.presential-note {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.presential-note strong {
  text-transform: uppercase;
}

.presential-note span {
  color: var(--muted);
  font-size: 14px;
}

.coaches-section { padding-bottom: 124px; }
.coach-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.coach-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.coach-card > img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center 22%; }
.coach-card > img.coach-guillem-photo { object-position: center 18%; }
.coach-card div { align-self: end; padding: 28px; }

.coach-card span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coach-card p { color: var(--muted); }

.coach-card img.coach-certification {
  width: min(320px, 100%);
  height: auto;
  min-height: 0;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  object-fit: contain;
  object-position: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.72fr);
  min-height: 780px;
  background: var(--paper);
}

.contact-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
}

.contact-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.contact-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.84), rgba(5, 8, 12, 0.2)),
    linear-gradient(0deg, rgba(5, 8, 12, 0.78), rgba(5, 8, 12, 0.06));
  content: "";
}

.contact-visual div {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 780px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(40px, 7vw, 86px);
}

.contact-visual span {
  margin-bottom: 18px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-visual h2 {
  max-width: 760px;
  color: var(--white);
}

.contact-visual p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(34px, 5vw, 70px);
  background: var(--white);
}

.contact-form h3 {
  margin-bottom: 8px;
  font-size: 44px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0;
  padding: 14px 15px;
  text-transform: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--mist);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-error {
  background: #ffe9e9;
  color: #7d1f1f;
}

.consent-row {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.consent-row input {
  width: auto;
  margin-top: 2px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: var(--white);
}

.site-footer strong, .site-footer span { display: block; }

.site-footer span, .site-footer nav {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

.legal-main {
  padding: 150px max(20px, calc((100vw - 1180px) / 2)) 86px;
  background:
    linear-gradient(180deg, rgba(115, 188, 255, 0.12), rgba(247, 248, 247, 0) 330px),
    var(--paper);
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 54px;
}

.legal-hero h1 {
  margin-bottom: 18px;
  max-width: 850px;
  font-size: clamp(42px, 7vw, 78px);
}

.legal-hero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}

.legal-contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.legal-contact-card strong,
.legal-contact-card a,
.legal-contact-card span {
  display: block;
}

.legal-contact-card strong {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-contact-card a,
.legal-contact-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.legal-sidebar a {
  padding: 9px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-sidebar a:hover {
  color: var(--ink);
  background: var(--mist);
}

.legal-card {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.legal-card h2 {
  margin: 38px 0 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.legal-card h2:first-child { margin-top: 0; }

.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

.legal-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-note {
  margin-bottom: 30px;
  padding: 16px 18px;
  border-left: 3px solid var(--sky);
  background: rgba(115, 188, 255, 0.12);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.legal-meta {
  display: grid;
  gap: 10px;
  margin: 22px 0 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.legal-meta div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  color: var(--muted);
  font-size: 14px;
}

.legal-meta strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #0b2716;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
}

.page-shell {
  min-height: 100svh;
  background: linear-gradient(180deg, rgba(247, 248, 247, 0.96), rgba(247, 248, 247, 1) 52%);
}

.planning-hero {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.planning-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: 0.84;
}

.planning-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.9) 0%, rgba(5, 8, 12, 0.62) 46%, rgba(5, 8, 12, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.88), rgba(5, 8, 12, 0.12) 58%);
  content: "";
}

.planning-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 82svh;
  margin: 0 auto;
  padding: 150px 0 88px;
  grid-template-columns: minmax(0, 0.95fr) 360px;
  align-items: end;
  gap: 46px;
}

.planning-hero h1 {
  max-width: 840px;
  color: var(--white);
  font-size: 88px;
}

.planning-hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.planning-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(185, 255, 102, 0.26);
  border-radius: 999px;
  background: rgba(185, 255, 102, 0.08);
  color: var(--lime);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-hero-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.planning-hero-card span,
.planning-card span,
.planning-step span,
.planning-table span,
.planning-note span {
  display: block;
  color: var(--sky);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-hero-card strong {
  display: block;
  margin: 18px 0;
  color: var(--white);
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.planning-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.planning-hero-card li {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.planning-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
}

.planning-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.54fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.planning-section-header p {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 16px;
}

.planning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.planning-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(17, 19, 23, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.planning-card:hover,
.planning-step:hover,
.planning-table:hover,
.planning-note:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 95, 159, 0.24);
  box-shadow: var(--shadow-hover);
}

.planning-card h3 {
  margin: 16px 0 12px;
  font-size: 24px;
}

.planning-card p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.planning-card footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: inherit;
  padding-top: 16px;
}

.planning-card footer strong {
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planning-card footer small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planning-card.is-dark {
  background: var(--ink);
  color: var(--white);
}

.planning-card.is-dark h3,
.planning-card.is-dark footer strong {
  color: var(--white);
}

.planning-card.is-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.planning-card.is-dark footer {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.planning-card.is-dark footer small {
  color: var(--lime);
}

.planning-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.planning-step {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.planning-step strong {
  display: block;
  margin: 32px 0 12px;
  font-size: 25px;
  line-height: 1.05;
  text-transform: uppercase;
}

.planning-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
}

.planning-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.planning-row {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(160px, 0.5fr));
  border-top: 1px solid var(--line);
}

.planning-row:first-child {
  border-top: 0;
  background: var(--ink);
  color: var(--white);
}

.planning-row > div {
  padding: 18px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 13.5px;
}

.planning-row:first-child > div {
  color: rgba(255, 255, 255, 0.74);
}

.planning-row > div:first-child {
  border-left: 0;
  color: var(--ink);
  font-weight: 900;
}

.planning-row:first-child > div:first-child {
  color: var(--white);
}

.planning-row b {
  color: var(--blue);
}

.planning-row:first-child b {
  color: var(--lime);
}

.planning-note {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  overflow: hidden;
  margin-top: 18px;
  padding: 38px;
  border-radius: var(--radius-lg);
  background: var(--ink);
  color: var(--white);
}

.planning-note::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 19, 23, 0.94) 0%, rgba(17, 19, 23, 0.72) 48%, rgba(17, 19, 23, 0.18) 100%),
    url("/img/limitless-start.jpg") center 40% / cover;
  content: "";
}

.planning-note > * {
  position: relative;
  z-index: 1;
}

.planning-note span {
  color: var(--lime);
  margin-bottom: 16px;
}

.planning-note h2 {
  max-width: 760px;
  color: var(--white);
  font-size: 52px;
}

.planning-note p {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
}

.planning-force {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.planning-force img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center 46%;
}

.planning-force-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 72px);
}

.planning-force-copy h2 {
  font-size: 50px;
}

.planning-force-copy p {
  max-width: 620px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 17px;
}

.planning-force-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.planning-force-list li {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.planning-force-list li::before {
  color: var(--blue);
  content: "+ ";
  font-weight: 900;
}

.planning-pdf-banner {
  position: relative;
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: stretch;
  gap: 22px;
  overflow: hidden;
  margin-top: 22px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(36, 95, 159, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 237, 241, 0.86)),
    var(--white);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.planning-pdf-banner::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(115, 188, 255, 0.16), rgba(185, 255, 102, 0.13) 52%, rgba(255, 255, 255, 0) 76%);
  content: "";
}

.planning-pdf-banner::after {
  position: absolute;
  left: 54px;
  bottom: 40px;
  width: 90px;
  height: 5px;
  border-radius: 999px;
  background: var(--lime);
  content: "";
}

.planning-pdf-banner > * {
  position: relative;
  z-index: 1;
}

.planning-pdf-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding-right: 10px;
}

.planning-pdf-kicker {
  display: block;
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-pdf-copy h2 {
  max-width: 780px;
  color: var(--ink);
  font-size: 50px;
}

.planning-pdf-copy p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.planning-pdf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.planning-pdf-actions .button-light {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(17, 19, 23, 0.16);
}

.planning-pdf-actions .button-line {
  border-color: rgba(17, 19, 23, 0.18);
  background: var(--white);
  color: var(--ink);
}

.planning-pdf-photo {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 58px rgba(17, 19, 23, 0.14);
}

.planning-pdf-banner:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.planning-pdf-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 66%;
}

@media (max-width: 1060px) {
  .site-header { grid-template-columns: auto auto; }
  .main-nav { display: none; }
  .header-actions { justify-content: end; }
  .hero-grid, .system-section, .visual-split, .athlete-layout { grid-template-columns: 1fr; }
  .planning-hero-inner,
  .planning-section-header,
  .planning-note,
  .planning-pdf-banner,
  .planning-force { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .hero-panel { max-width: 460px; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
  .planning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planning-flow { grid-template-columns: 1fr; }
  .details-grid { grid-template-columns: 1fr; }
  .comparison-grid { grid-template-columns: repeat(2, 1fr); }
  .details-heading { display: block; }
  .details-heading .eyebrow { margin-bottom: 14px; }
  .challenge-banner { grid-template-columns: 1fr; }
  .moments-grid { grid-template-columns: 1fr; }
  .coach-card { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: calc(100% - 18px);
    gap: 8px;
    padding: 8px 9px;
  }
  .brand { min-width: 0; gap: 8px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-mark img { width: 23px; height: 23px; }
  .brand strong { max-width: 88px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .header-actions { gap: 6px; }
  .brand small, .ghost-link { display: none; }
  .language-switch { padding: 2px; }
  .language-switch button,
  .language-switch a { min-width: 27px; min-height: 27px; font-size: 9px; letter-spacing: 0.03em; }
  .primary-link { padding: 9px 11px; font-size: 10px; letter-spacing: 0.02em; }
  h1 { font-size: 46px; line-height: 0.96; }
  h2 { font-size: 32px; line-height: 1.04; }
  .hero-lead { font-size: 17px; }
  .hero-grid { width: calc(100% - 28px); padding-top: 118px; padding-bottom: 120px; }
  .hero-media { object-position: 58% center; }
  .hero-actions { gap: 10px; margin-top: 26px; }
  .button { min-height: 44px; padding: 13px 17px; }
  .metrics-bar { grid-template-columns: repeat(2, 1fr); }
  .metrics-bar div { padding: 16px; }
  .intro-band { padding: 38px 14px; }
  .intro-band div { min-height: 340px; padding: 42px 0; }
  .intro-band p { font-size: 22px; line-height: 1.18; }
  .section { width: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 14px; }
  .plan-switch { width: 100%; overflow-x: auto; }
  .plan-grid, .coach-grid, .dashboard-grid { grid-template-columns: 1fr; }
  .details-section, .moments-section { padding: 66px 14px; }
  .detail-card, .moment-copy { min-height: auto; padding: 24px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card,
  .comparison-photo { min-height: auto; }
  .comparison-photo { min-height: 340px; }
  .planning-hero-inner { width: calc(100% - 28px); padding-top: 118px; padding-bottom: 72px; }
  .planning-hero h1 { font-size: 44px; line-height: 0.98; }
  .planning-hero p { font-size: 16px; }
  .planning-hero-card { padding: 20px; }
  .planning-section { width: calc(100% - 28px); padding: 66px 0; }
  .planning-section-header { display: block; }
  .planning-grid { grid-template-columns: 1fr; }
  .planning-card { min-height: auto; }
  .planning-table { overflow-x: auto; }
  .planning-row { min-width: 760px; }
  .planning-note { min-height: 340px; padding: 24px; }
  .planning-note h2 { font-size: 32px; }
  .planning-pdf-banner { min-height: 420px; padding: 24px; }
  .planning-pdf-copy h2 { font-size: 34px; }
  .planning-pdf-copy p { font-size: 15px; }
  .planning-pdf-photo { min-height: 300px; }
  .planning-force img { min-height: 340px; }
  .planning-force-copy { padding: 28px; }
  .planning-force-copy h2 { font-size: 32px; }
  .challenge-banner { min-height: 340px; padding: 24px; }
  .challenge-banner h3 { font-size: 30px; }
  .moment-hero { min-height: 340px; }
  .moment-hero h3 { font-size: 32px; }
  .moment-hero div { padding: 24px; }
  .method-list div { grid-template-columns: 42px 1fr; }
  .method-list p { grid-column: 2; }
  .family-flow { grid-template-columns: 1fr; }
  .system-copy, .visual-split > div:last-child, .athlete-copy { padding: 28px; }
  .contact-visual,
  .contact-visual div { min-height: 380px; }
  .contact-visual div,
  .contact-form { padding: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form h3 { font-size: 32px; }
  .site-footer { display: grid; }

  .legal-main { padding-top: 132px; }

  .legal-hero,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .legal-meta div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
