:root {
  --ink: #102f42;
  --ink-soft: #42606d;
  --paper: #f8f6ee;
  --white: #fffef9;
  --blue: #2f6594;
  --teal: #218d9e;
  --cyan: #65bdc9;
  --green: #53a66c;
  --lime: #a8c768;
  --gold: #f0b13b;
  --yellow: #ffd661;
  --line: rgba(16, 47, 66, 0.16);
  --shadow: 0 1.4rem 4rem rgba(6, 37, 52, 0.19);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.4rem;
}

body {
  background:
    linear-gradient(145deg, rgba(101, 189, 201, 0.15), transparent 27rem),
    linear-gradient(35deg, rgba(255, 214, 97, 0.14), transparent 34rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.03;
}

h1 {
  font-size: 4.25rem;
  margin-bottom: 1rem;
  max-width: 13ch;
}

h2 {
  font-size: 3.15rem;
  margin-bottom: 0;
}

h3 {
  font-size: 1.58rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0.72rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(1rem);
  background: rgba(248, 246, 238, 0.88);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  height: 5.6rem;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(1rem, 4vw, 4.5rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 4.5rem;
  width: clamp(9.8rem, 14vw, 13rem);
}

.brand img,
footer img {
  display: block;
  filter: drop-shadow(0 0.45rem 0.65rem rgba(16, 47, 66, 0.12));
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.site-header nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.7rem, 2vw, 1.7rem);
  justify-content: flex-end;
}

.site-header nav a,
.site-header nav button {
  background: transparent;
  border: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-header nav a {
  padding-bottom: 0.22rem;
}

.site-header nav a::after {
  background: linear-gradient(90deg, var(--blue), var(--teal));
  bottom: -0.18rem;
  content: "";
  height: 0.16rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.55);
  transform-origin: left;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  width: 100%;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--ink);
  transform: translateY(-0.06rem);
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header nav .nav-cta {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border: 1px solid rgba(16, 47, 66, 0.12);
  border-radius: 999px;
  box-shadow:
    0 0.85rem 1.55rem rgba(16, 47, 66, 0.22),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.45);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0.74rem 1rem;
  transform: translateY(0);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.site-header nav .nav-cta:hover,
.site-header nav .nav-cta:focus-visible {
  background: linear-gradient(135deg, #397eb2, #2ba3b2);
  box-shadow:
    0 1.05rem 1.9rem rgba(16, 47, 66, 0.28),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.56);
  color: var(--white);
  transform: translateY(-0.14rem);
}

.site-header nav .nav-cta:active {
  box-shadow:
    0 0.42rem 0.9rem rgba(16, 47, 66, 0.2),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.32);
  transform: translateY(0.04rem);
}

.scroll-cta {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.55rem);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  visibility: hidden;
}

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

main {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 6.4rem;
}

.hero {
  align-items: end;
  background:
    linear-gradient(130deg, rgba(101, 189, 201, 0.09), transparent 30rem),
    #fff0dc;
  display: grid;
  isolation: isolate;
  min-height: min(51rem, calc(100svh - 1.35rem));
  padding: clamp(7.5rem, 12vh, 10rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4.2rem);
  position: relative;
}

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

.hero-media {
  filter: saturate(1.02);
  height: 100%;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 15%, black 100%),
    linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, black 15%, black 100%),
    linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
  object-fit: contain;
  object-position: right center;
  width: min(69vw, 83rem);
  right: 0;
  left: auto;
  z-index: -2;
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      #fff0dc 0%,
      rgba(255, 240, 220, 0.98) 24%,
      rgba(255, 240, 220, 0.88) 39%,
      rgba(255, 240, 220, 0.28) 60%,
      rgba(255, 240, 220, 0) 78%
    );
  z-index: -1;
}

.hero-content {
  color: var(--ink);
  max-width: 52rem;
}

.mobile-hero-visual {
  display: none;
}

.eyebrow,
.section-kicker,
.offer-kind {
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 0.82rem;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--teal);
}

.hero-copy {
  color: var(--ink-soft);
  font-size: 1.22rem;
  max-width: 39rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  margin-top: 1.6rem;
}

.hero-actions a,
.hero-actions button {
  background: var(--white);
  border: 1px solid rgba(16, 47, 66, 0.14);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-width: 12rem;
  padding: 0.94rem 1.18rem;
  text-align: center;
  text-decoration: none;
}

.hero-actions a {
  box-shadow:
    0 0.7rem 1.35rem rgba(16, 47, 66, 0.1),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.9);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.hero-actions a:hover,
.hero-actions a:focus-visible {
  border-color: rgba(16, 47, 66, 0.28);
  box-shadow:
    0 0.95rem 1.7rem rgba(16, 47, 66, 0.15),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.9);
  transform: translateY(-0.14rem);
}

.hero-actions button {
  border-color: transparent;
}

.lead-dialog {
  background: transparent;
  border: 0;
  color: var(--ink);
  max-height: calc(100svh - 2rem);
  max-width: calc(100vw - 2rem);
  overflow: visible;
  padding: 0;
  width: min(100%, 29rem);
}

.lead-dialog::backdrop {
  backdrop-filter: blur(0.35rem);
  background: rgba(8, 28, 40, 0.66);
}

.dialog-close {
  align-items: center;
  background: var(--ink);
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.65rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: -0.7rem;
  top: -0.7rem;
  width: 2.5rem;
  z-index: 1;
}

.lead-card {
  background: rgba(255, 254, 249, 0.97);
  border-top: 0.4rem solid var(--cyan);
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 0.56rem;
  padding: clamp(1rem, 2.4vw, 1.6rem);
  width: 100%;
}

.hidden-field {
  display: none;
}

.lead-heading {
  margin-bottom: 0.25rem;
}

.lead-heading .section-kicker {
  margin-bottom: 0.35rem;
}

.lead-heading h2 {
  font-size: 1.9rem;
  margin-bottom: 0.45rem;
}

.lead-heading span {
  color: var(--ink-soft);
  display: block;
}

.lead-card label {
  color: var(--ink-soft);
  display: grid;
  font-size: 0.88rem;
  font-weight: 850;
  gap: 0.3rem;
}

.lead-card input,
.lead-card select,
.lead-card textarea {
  appearance: none;
  background: var(--white);
  border: 1px solid rgba(16, 47, 66, 0.28);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  min-height: 2.58rem;
  padding: 0.54rem 0.72rem;
  width: 100%;
}

.lead-card textarea {
  line-height: 1.42;
  min-height: 6rem;
  resize: vertical;
}

.lead-card textarea::placeholder {
  color: rgba(66, 96, 109, 0.68);
}

.lead-card button,
.thanks a {
  background: var(--gold);
  border: 0;
  color: #132a34;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  margin-top: 0.28rem;
  min-height: 3rem;
  padding: 0.82rem 1rem;
  text-align: center;
  text-decoration: none;
}

.lead-card small {
  color: var(--ink-soft);
  line-height: 1.3;
}

.offer-chooser {
  align-items: end;
  background:
    linear-gradient(105deg, rgba(101, 189, 201, 0.16), transparent 29rem),
    var(--white);
  border-block: 1px solid var(--line);
  display: grid;
  gap: clamp(1rem, 3vw, 2.4rem);
  grid-template-columns: minmax(15rem, 0.62fr) 1fr;
  padding: clamp(1.35rem, 3vw, 2.4rem) max(clamp(1rem, 5vw, 5rem), calc((100vw - 84rem) / 2));
}

.chooser-heading h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  font-weight: 750;
  margin-bottom: 0;
}

.chooser-heading .section-kicker {
  margin-bottom: 0.42rem;
}

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

.chooser-links div {
  background:
    linear-gradient(145deg, rgba(255, 214, 97, 0.18), transparent 9rem),
    var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 1rem;
  min-height: 8.3rem;
  overflow: hidden;
  padding: clamp(0.92rem, 1.8vw, 1.25rem);
  position: relative;
}

.chooser-links div::after {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  bottom: 0;
  content: "";
  height: 0.28rem;
  left: 0;
  position: absolute;
  right: 0;
}

.chooser-links div:nth-child(2)::after {
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.chooser-links div:nth-child(3)::after {
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.chooser-links span {
  align-items: center;
  background: rgba(33, 141, 158, 0.12);
  color: var(--teal);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.chooser-links strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.3vw, 1.32rem);
  line-height: 1.16;
}

.intro,
.offers,
.coaching-flow,
.contact,
footer {
  margin-inline: auto;
  max-width: 84rem;
  width: calc(100% - clamp(2rem, 8vw, 10rem));
}

.intro {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 214, 97, 0.14), transparent 23rem),
    linear-gradient(315deg, rgba(101, 189, 201, 0.13), transparent 25rem);
  border: 1px solid var(--line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.74fr);
  margin-block: clamp(2.4rem, 5vw, 4.4rem);
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.6rem);
  position: relative;
}

.intro::after {
  border: 1px solid rgba(16, 47, 66, 0.11);
  border-radius: 50%;
  content: "";
  height: 19rem;
  pointer-events: none;
  position: absolute;
  right: -8rem;
  top: -10rem;
  width: 19rem;
}

.intro-heading,
.intro-copy {
  position: relative;
  z-index: 1;
}

.intro-heading h2 {
  max-width: 13ch;
}

.intro-copy {
  background: rgba(255, 254, 249, 0.78);
  border-left: 0.32rem solid var(--cyan);
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.intro-copy > p {
  color: var(--ink-soft);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.intro-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.intro-points span {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
  padding: 0.52rem 0.72rem;
}

.section-kicker,
.offer-kind {
  color: var(--teal);
}

.offer-card > p,
.management-copy p,
.contact p {
  color: var(--ink-soft);
  font-size: 1.1rem;
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
  max-width: 58rem;
}

.offers {
  padding: clamp(1.5rem, 3vw, 2.4rem) 0 clamp(4rem, 8vw, 7rem);
}

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

.offer-card {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-height: 37rem;
  overflow: hidden;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  position: relative;
}

.offer-card::before {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
  height: 0.34rem;
  inset: 0 0 auto;
  position: absolute;
}

.offer-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.offer-card:nth-child(3)::before {
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.offer-card h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
}

.offer-card ul {
  color: var(--ink);
  display: grid;
  gap: 0.82rem;
  list-style: none;
  margin: auto 0 0;
  padding: 1.5rem 0 0;
}

.offer-card li {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.68rem;
  grid-template-columns: 1rem 1fr;
  padding-top: 0.8rem;
}

.offer-card li::before {
  color: var(--gold);
  content: "✦";
  font-weight: 950;
}

.management-band {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 254, 249, 0.14), transparent 28rem),
    linear-gradient(120deg, var(--blue), var(--teal) 72%, #3a88a3);
  color: var(--white);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: 0.95fr 1fr;
  padding: clamp(3rem, 6vw, 5.4rem) max(clamp(1rem, 5vw, 5rem), calc((100vw - 84rem) / 2));
}

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

.management-band h2 {
  color: var(--white);
  margin-bottom: 1rem;
}

.management-copy p {
  color: rgba(255, 254, 249, 0.8);
}

.management-steps {
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.management-steps span {
  align-content: center;
  background: rgba(255, 254, 249, 0.15);
  border: 1px solid rgba(255, 254, 249, 0.26);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 750;
  min-height: 7.5rem;
  padding: 1.1rem;
}

.trainer-profile {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.78fr) 1fr;
  margin: clamp(3rem, 6vw, 5.4rem) auto;
  max-width: 84rem;
  width: calc(100% - clamp(2rem, 8vw, 10rem));
}

.trainer-copy {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 7rem;
}

.trainer-portrait {
  background: linear-gradient(145deg, rgba(101, 189, 201, 0.34), rgba(83, 166, 108, 0.12));
  border-radius: 1.8rem;
  box-shadow:
    0 1.25rem 2.8rem rgba(16, 47, 66, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min(100%, 19rem);
}

.trainer-portrait img {
  aspect-ratio: 1 / 0.9;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 50% 18%;
  width: 100%;
}

.trainer-portrait::after {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  content: "";
  inset: 0.55rem;
  pointer-events: none;
  position: absolute;
}

.trainer-intro h2 {
  margin-bottom: 1rem;
}

.trainer-intro > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 1.08rem;
  margin-bottom: 0;
}

.trainer-highlights {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trainer-highlights article {
  background:
    linear-gradient(145deg, rgba(101, 189, 201, 0.12), transparent 12rem),
    var(--white);
  border: 1px solid var(--line);
  min-height: 13rem;
  padding: clamp(1rem, 2vw, 1.45rem);
  position: relative;
}

.trainer-highlights article::before {
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  content: "";
  height: 0.3rem;
  inset: 0 0 auto;
  position: absolute;
}

.trainer-highlights article:nth-child(2)::before {
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.trainer-highlights article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.trainer-highlights article:nth-child(4)::before {
  background: linear-gradient(90deg, var(--teal), var(--green));
}

.trainer-highlights span {
  color: var(--teal);
  display: block;
  font-size: 0.82rem;
  font-weight: 950;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.trainer-highlights p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.6vw, 1.48rem);
  font-weight: 750;
  line-height: 1.16;
  margin-bottom: 0;
}

.conversion-band {
  align-items: center;
  background:
    linear-gradient(105deg, rgba(255, 214, 97, 0.24), transparent 38rem),
    var(--white);
  border-block: 1px solid var(--line);
  display: grid;
  gap: clamp(1.2rem, 4vw, 4rem);
  grid-template-columns: 1fr auto;
  padding: clamp(2.4rem, 5vw, 4.2rem) max(clamp(1rem, 5vw, 5rem), calc((100vw - 84rem) / 2));
}

.conversion-band h2 {
  max-width: 18ch;
}

.conversion-band button,
.contact-lead {
  cursor: pointer;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 950;
  min-height: 3.6rem;
  min-width: 13rem;
  padding: 1rem 1.25rem;
}

.coaching-flow {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.coaching-flow .section-heading {
  display: block;
  margin-bottom: clamp(1.6rem, 4vw, 2.8rem);
  max-width: 48rem;
}

.coaching-flow .section-heading::after {
  background:
    linear-gradient(90deg, var(--cyan), var(--green), var(--gold));
  content: "";
  display: block;
  height: 0.42rem;
  margin-top: 1.35rem;
  width: min(100%, 13rem);
}

.flow-grid {
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.15rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.flow-grid article {
  background:
    linear-gradient(145deg, rgba(101, 189, 201, 0.14), transparent 12rem),
    var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 1rem 2.8rem rgba(16, 47, 66, 0.08);
  min-height: 18rem;
  overflow: hidden;
  padding: clamp(1.15rem, 2.2vw, 1.8rem);
  position: relative;
}

.flow-grid article::before {
  background: var(--cyan);
  content: "";
  height: 0.34rem;
  inset: 0 0 auto;
  position: absolute;
}

.flow-grid article:nth-child(2)::before {
  background: var(--green);
}

.flow-grid article:nth-child(3)::before {
  background: var(--gold);
}

.flow-grid article::after {
  border: 1px solid rgba(16, 47, 66, 0.12);
  border-radius: 50%;
  content: "";
  height: 9rem;
  opacity: 0.7;
  position: absolute;
  right: -3.5rem;
  top: -3.2rem;
  width: 9rem;
}

.flow-grid p {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 950;
  height: 2.6rem;
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
  position: relative;
  width: 2.6rem;
  z-index: 1;
}

.flow-grid h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.3vw, 2.4rem);
  margin-bottom: 0.65rem;
  position: relative;
  z-index: 1;
}

.flow-grid article:nth-child(1) h3 {
  color: var(--blue);
}

.flow-grid article:nth-child(2) h3 {
  color: var(--green);
}

.flow-grid article:nth-child(3) h3 {
  color: #a56a00;
}

.flow-grid span {
  color: var(--ink-soft);
  display: block;
  font-size: 1.02rem;
  max-width: 22ch;
  position: relative;
  z-index: 1;
}

.topics {
  align-items: center;
  background: var(--white);
  border-block: 1px solid var(--line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: 0.8fr 1fr;
  padding: clamp(3rem, 6vw, 5rem) max(clamp(1rem, 5vw, 5rem), calc((100vw - 84rem) / 2));
}

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

.topic-list span {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 214, 97, 0.22), transparent 8rem),
    var(--paper);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 850;
  min-height: 5.2rem;
  padding: 1rem;
}

.contact {
  align-items: stretch;
  background:
    linear-gradient(115deg, rgba(101, 189, 201, 0.18), transparent 36rem),
    var(--white);
  border: 1px solid var(--line);
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: 1fr minmax(18rem, 0.55fr);
  margin-block: clamp(3rem, 7vw, 5.5rem);
  padding: clamp(1.4rem, 4vw, 3.5rem);
}

.contact h2 {
  margin-bottom: 1rem;
}

.contact-lead {
  margin-top: 1.35rem;
}

button[data-open-lead],
.lead-card button {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border: 1px solid rgba(16, 47, 66, 0.12);
  border-radius: 999px;
  box-shadow:
    0 0.85rem 1.55rem rgba(16, 47, 66, 0.22),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.45);
  color: var(--white);
  cursor: pointer;
  transform: translateY(0);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

button[data-open-lead]:hover,
button[data-open-lead]:focus-visible,
.lead-card button:hover,
.lead-card button:focus-visible {
  background: linear-gradient(135deg, #397eb2, #2ba3b2);
  box-shadow:
    0 1.05rem 1.9rem rgba(16, 47, 66, 0.28),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.56);
  transform: translateY(-0.14rem);
}

button[data-open-lead]:active,
.lead-card button:active {
  box-shadow:
    0 0.42rem 0.9rem rgba(16, 47, 66, 0.2),
    inset 0 0.08rem 0 rgba(255, 254, 249, 0.32);
  transform: translateY(0.04rem);
}

.contact-path {
  background:
    linear-gradient(140deg, rgba(255, 254, 249, 0.12), transparent 16rem),
    linear-gradient(145deg, var(--blue), var(--teal) 78%, #3a88a3);
  color: var(--white);
  display: grid;
  gap: 0.84rem;
  overflow: hidden;
  padding: clamp(1.2rem, 3vw, 2.3rem);
  position: relative;
}

.contact-path::after {
  border: 1px solid rgba(255, 254, 249, 0.14);
  border-radius: 50%;
  content: "";
  height: 12rem;
  pointer-events: none;
  position: absolute;
  right: -4.2rem;
  top: -4.6rem;
  width: 12rem;
}

.contact-path p {
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
  margin-bottom: 0;
  text-transform: uppercase;
}

.contact-path strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.08rem);
  line-height: 1.12;
  max-width: 13ch;
  position: relative;
  z-index: 1;
}

.contact-path ol {
  counter-reset: contact-path;
  display: grid;
  gap: 0.72rem;
  list-style: none;
  margin: 0.45rem 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.contact-path li {
  align-items: center;
  border-top: 1px solid rgba(255, 254, 249, 0.18);
  color: rgba(255, 254, 249, 0.88);
  counter-increment: contact-path;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 2rem 1fr;
  padding-top: 0.72rem;
}

.contact-path li::before {
  align-items: center;
  background: rgba(255, 254, 249, 0.12);
  color: var(--yellow);
  content: "0" counter(contact-path);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 7rem;
}

footer img {
  height: 4.4rem;
  width: 10rem;
}

footer p {
  margin-bottom: 0;
  text-align: right;
}

.footer-copy {
  display: grid;
  gap: 0.48rem;
  justify-items: end;
}

.legal-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.legal-links a,
.cookie-manage {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: rgba(16, 47, 66, 0.24);
  text-underline-offset: 0.18rem;
}

.legal-links a:hover,
.cookie-manage:hover {
  color: var(--teal);
}

.lead-card small a {
  font-weight: 900;
}

.legal-page {
  min-height: 100svh;
}

.legal-header {
  align-items: center;
  background: rgba(248, 246, 238, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  min-height: 6rem;
  padding: 0 clamp(1rem, 5vw, 4rem);
}

.legal-header a {
  display: block;
  height: 4.5rem;
  width: min(13rem, 42vw);
}

.legal-header img {
  display: block;
  filter: drop-shadow(0 0.45rem 0.65rem rgba(16, 47, 66, 0.12));
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.legal-shell {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 60rem;
  padding: clamp(2rem, 6vw, 4.8rem) clamp(1rem, 5vw, 3rem);
}

.legal-shell h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 0;
  max-width: none;
}

.legal-intro {
  color: var(--ink-soft);
  font-size: 1.12rem;
  max-width: 42rem;
}

.legal-shell section {
  background: rgba(255, 254, 249, 0.82);
  border: 1px solid var(--line);
  display: grid;
  gap: 0.72rem;
  padding: clamp(1rem, 2.5vw, 1.7rem);
}

.legal-shell h2 {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.legal-shell p,
.legal-shell li {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.legal-shell ul {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding-left: 1.2rem;
}

.legal-shell a {
  overflow-wrap: anywhere;
}

.legal-return a {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 0.68rem 1.4rem rgba(16, 47, 66, 0.08);
  display: inline-flex;
  font-weight: 950;
  padding: 0.72rem 1rem;
  text-decoration: none;
}

.cookie-banner {
  align-items: center;
  background: rgba(255, 254, 249, 0.97);
  border: 1px solid var(--line);
  bottom: 1rem;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  left: 1rem;
  max-width: min(54rem, calc(100vw - 2rem));
  padding: 1rem;
  position: fixed;
  z-index: 20;
}

.cookie-banner strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.cookie-banner p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  margin-bottom: 0.22rem;
}

.cookie-banner a {
  color: var(--teal);
  font-size: 0.88rem;
  font-weight: 900;
}

.cookie-actions {
  display: flex;
  gap: 0.5rem;
}

.cookie-actions button {
  border: 1px solid rgba(16, 47, 66, 0.15);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  min-height: 2.65rem;
  padding: 0.64rem 0.9rem;
}

.cookie-actions button:first-child {
  background: var(--white);
  color: var(--ink);
}

.cookie-actions button:last-child {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 0.55rem 1rem rgba(16, 47, 66, 0.18);
  color: var(--white);
}

.thanks-page {
  min-height: 100svh;
}

.thanks {
  align-content: center;
  display: grid;
  margin: 0 auto;
  min-height: 100svh;
  padding: 2rem;
  text-align: center;
  width: min(100%, 42rem);
}

.thanks img {
  display: block;
  filter: drop-shadow(0 0.45rem 0.65rem rgba(16, 47, 66, 0.12));
  height: 7rem;
  justify-self: center;
  margin-bottom: 1.5rem;
  object-fit: contain;
  width: 14rem;
}

.thanks .section-kicker {
  margin-inline: auto;
}

.thanks h1 {
  font-size: 3.4rem;
  margin-inline: auto;
  max-width: 11ch;
}

.thanks p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.thanks a {
  justify-self: center;
  min-width: 12rem;
}

.reveal {
  opacity: 0;
  transform: translateY(1.15rem);
  transition:
    opacity 620ms ease var(--reveal-delay, 0ms),
    transform 620ms ease var(--reveal-delay, 0ms);
}

.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

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

  .scroll-cta,
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .scroll-cta:not(.is-visible) {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 960px) {
  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 52rem;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 31, 46, 0.97), rgba(5, 31, 46, 0.75) 64%, rgba(5, 31, 46, 0.38));
  }

  .hero-media {
    -webkit-mask-image: none;
    mask-image: none;
    object-fit: cover;
    object-position: 60% center;
    width: 100%;
  }

  h1 {
    font-size: 3.9rem;
  }

  h2 {
    font-size: 2.58rem;
  }

  .intro,
  .management-band,
  .trainer-profile,
  .topics,
  .contact {
    grid-template-columns: 1fr;
  }

  .trainer-copy {
    position: static;
  }

  .offer-chooser {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 5rem;
  }

  .brand {
    height: 3.7rem;
    width: 8.5rem;
  }

  nav .nav-cta {
    font-size: 0.84rem;
    line-height: 1.18;
    max-width: 8.6rem;
    min-height: 2.9rem;
    padding: 0.62rem 0.88rem;
  }

  .intro,
  .offers,
  .coaching-flow,
  .trainer-profile,
  .contact,
  footer {
    width: calc(100% - 2rem);
  }

  .hero {
    background:
      linear-gradient(135deg, rgba(101, 189, 201, 0.13), transparent 18rem),
      #fff0dc;
    color: var(--ink);
    gap: 1.15rem;
    min-height: auto;
    padding:
      7.2rem 1rem 2.2rem;
  }

  .hero-media {
    display: none;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content {
    color: var(--ink);
  }

  h1 {
    font-size: 2.48rem;
    max-width: 100%;
  }

  h2 {
    font-size: 2.08rem;
  }

  .hero-copy,
  .intro-copy > p,
  .offer-card > p,
  .management-copy p,
  .contact p {
    font-size: 1rem;
  }

  .eyebrow {
    color: var(--teal);
  }

  .hero-copy {
    color: var(--ink-soft);
  }

  .hero-actions,
  .management-steps,
  .flow-grid,
  .trainer-highlights,
  .topic-list {
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    background: var(--white);
    border-color: rgba(16, 47, 66, 0.14);
    color: var(--ink);
    min-width: 0;
  }

  .hero-actions button {
    border-color: transparent;
    min-width: 0;
  }

  .mobile-hero-visual {
    background: var(--white);
    border-radius: 2rem;
    box-shadow: var(--shadow);
    display: block;
    margin: 0.55rem 0 0;
    overflow: hidden;
  }

  .mobile-hero-visual img {
    display: block;
    height: auto;
    object-fit: contain;
    width: 100%;
  }

  .conversion-band {
    grid-template-columns: 1fr;
  }

  .intro {
    margin-block: 1.3rem 1.8rem;
    padding: 1.2rem;
  }

  .intro-heading h2 {
    max-width: 100%;
  }

  .intro-copy {
    border-left-width: 0;
    border-top: 0.32rem solid var(--cyan);
  }

  .chooser-links {
    grid-template-columns: 1fr;
  }

  .chooser-links div {
    min-height: 6.4rem;
  }

  .conversion-band button {
    width: 100%;
  }

  .lead-dialog {
    overflow: auto;
    width: calc(100% - 1rem);
  }

  .dialog-close {
    right: 0.25rem;
    top: 0.25rem;
  }

  .offer-card h3 {
    font-size: 1.86rem;
  }

  .management-steps span {
    min-height: 5rem;
  }

  .flow-grid article,
  .flow-grid article + article {
    min-height: 14rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-block: 1.2rem;
  }

  footer p {
    text-align: left;
  }

  .footer-copy {
    justify-items: start;
  }

  .legal-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    right: 1rem;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
