:root {
  --brand-black: #0d0d0d;
  --brand-ink-muted: #2a2a2a;
  --brand-white: #ffffff;
  --gray-50: #fafafa;
  --gray-100: #f2f2f2;
  --gray-200: #e5e5e5;
  --gray-300: #d4d4d4;
  --gray-400: #a3a3a3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #262626;
  --accent-peach: #ff8f70;
  --accent-peach-soft: #fff0ea;
  --accent-sage: #9bdc9d;
  --accent-sage-soft: #edf8ef;
  --accent-sky: #8ec7ff;
  --accent-sky-soft: #eef6ff;
  --accent-honey: #f5c75c;
  --accent-honey-soft: #fff7de;
  --line: rgba(13, 13, 13, 0.1);
  --shadow-sm: 0 8px 18px rgba(13, 13, 13, 0.06);
  --shadow-md: 0 18px 42px rgba(13, 13, 13, 0.08);
  --shadow-lg: 0 28px 80px rgba(13, 13, 13, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--brand-black);
  background:
    linear-gradient(180deg, var(--gray-50) 0%, #f8fbf7 42%, var(--gray-50) 100%);
}

a {
  color: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0 56px;
  overflow: hidden;
}

.topbar,
.hero,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--brand-white);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  object-fit: contain;
}

.brand-logo {
  display: block;
  width: 118px;
  height: auto;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.topnav a,
.footer a,
.text-link {
  color: var(--gray-600);
  text-decoration: none;
  transition: color 0.18s ease;
}

.topnav a:hover,
.footer a:hover,
.text-link:hover {
  color: var(--brand-black);
}

a:focus-visible,
.button:focus-visible,
.cta-pill:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid var(--accent-peach);
  outline-offset: 4px;
}

.cta-pill,
.button,
.eyebrow,
.hero-meta div,
.time-row span,
.preview-badge,
.tag-row span {
  border-radius: 999px;
}

.cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  background: linear-gradient(135deg, var(--brand-black), var(--brand-ink-muted));
  color: var(--brand-white);
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 12px 22px rgba(13, 13, 13, 0.12),
    0 0 0 5px rgba(255, 143, 112, 0.1);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: stretch;
  min-height: auto;
  margin-top: 24px;
  padding: 64px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 250, 250, 0.93) 56%, rgba(238, 246, 255, 0.9) 100%),
    linear-gradient(135deg, rgba(255, 143, 112, 0.24) 0%, transparent 36%),
    linear-gradient(315deg, rgba(155, 220, 157, 0.22) 0%, transparent 34%);
  border: 1px solid var(--gray-200);
  color: var(--brand-black);
  box-shadow: var(--shadow-md);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 13, 13, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.28), transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 760px;
}

.hero-journey {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}

.hero-journey-head {
  display: grid;
  gap: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-200);
}

.hero-journey-head span,
.hero-journey-note {
  color: var(--gray-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-journey-head strong {
  color: var(--brand-black);
  font-size: 1.18rem;
}

.hero-journey-list {
  display: grid;
  gap: 0;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.hero-journey-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-200);
}

.hero-journey-list li > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent-sky-soft);
  color: var(--brand-black);
  font-size: 0.68rem;
  font-weight: 800;
}

.hero-journey-list li:nth-child(2) > span { background: var(--accent-honey-soft); }
.hero-journey-list li:nth-child(3) > span { background: var(--accent-sage-soft); }

.hero-journey-list strong {
  display: block;
  color: var(--brand-black);
  font-size: 0.94rem;
}

.hero-journey-list p {
  margin: 4px 0 0;
  color: var(--gray-600);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hero-journey-note {
  margin: auto 0 0;
  padding-top: 20px;
}

.hero-collage {
  position: relative;
  z-index: 1;
  min-height: 430px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 16%, rgba(245, 199, 92, 0.42), transparent 30%),
    linear-gradient(145deg, var(--accent-sky-soft), var(--accent-peach-soft));
}

.hero-collage figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.86);
  border-radius: 18px;
  background: var(--gray-100);
  box-shadow: 0 18px 34px rgba(13, 13, 13, 0.16);
}

.hero-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-main {
  top: 52px;
  bottom: 30px;
  left: 30px;
  width: 57%;
  transform: rotate(-2.5deg);
}

.collage-main img { object-position: center; }

.collage-post {
  top: 28px;
  right: 25px;
  width: 50%;
  height: 156px;
  transform: rotate(3deg);
}

.collage-post img { object-position: center; }

.collage-detail {
  right: 28px;
  bottom: 28px;
  width: 41%;
  height: 222px;
  transform: rotate(2deg);
}

.collage-detail img { object-position: center top; }

.hero-brand-visual {
  position: relative;
  z-index: 1;
  min-height: 430px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(244, 249, 255, 0.64)),
    linear-gradient(135deg, var(--accent-sky-soft), var(--accent-peach-soft));
  box-shadow: var(--shadow-md);
}

.hero-brand-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.46;
  background-image: radial-gradient(rgba(13, 13, 13, 0.15) 0.7px, transparent 0.7px);
  background-size: 13px 13px;
  mask-image: linear-gradient(140deg, transparent 8%, black 44%, transparent 82%);
}

.brand-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.82;
}

.brand-orb-peach {
  top: -66px;
  right: -36px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.82), var(--accent-peach));
  animation: drift-peach 10s ease-in-out infinite alternate;
}

.brand-orb-sky {
  bottom: -90px;
  left: -72px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at 60% 38%, rgba(255, 255, 255, 0.78), var(--accent-sky));
  animation: drift-sky 12s ease-in-out infinite alternate;
}

.brand-orb-sage {
  top: 44%;
  left: 53%;
  width: 126px;
  height: 126px;
  background: radial-gradient(circle at 36% 36%, rgba(255, 255, 255, 0.82), var(--accent-sage));
  animation: drift-sage 9s ease-in-out infinite alternate;
}

.brand-glass {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 18px 44px rgba(40, 71, 94, 0.14), inset 0 1px rgba(255, 255, 255, 0.62);
  color: var(--brand-black);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.brand-glass-main {
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  gap: 12px;
  width: 190px;
  height: 190px;
  border-radius: 42px;
  transform: translate(-50%, -50%) rotate(-8deg);
  animation: float-main 7s ease-in-out infinite;
}

.brand-glass-main img {
  display: block;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.brand-glass-main span {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand-glass-discover,
.brand-glass-book {
  padding: 13px 17px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.brand-glass-discover {
  top: 20%;
  left: 9%;
  transform: rotate(6deg);
  animation: float-label-one 8s ease-in-out infinite;
}

.brand-glass-book {
  right: 7%;
  bottom: 20%;
  transform: rotate(-5deg);
  animation: float-label-two 9s ease-in-out infinite;
}

.brand-line {
  position: absolute;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 13, 13, 0.22), transparent);
  transform-origin: center;
}

.brand-line-one { top: 39%; left: -7%; width: 72%; transform: rotate(22deg); }
.brand-line-two { right: -11%; bottom: 34%; width: 66%; transform: rotate(-28deg); }

@keyframes float-main {
  0%, 100% { transform: translate(-50%, -50%) rotate(-8deg) translateY(0); }
  50% { transform: translate(-50%, -50%) rotate(-5deg) translateY(-10px); }
}

@keyframes float-label-one {
  0%, 100% { transform: rotate(6deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-9px); }
}

@keyframes float-label-two {
  0%, 100% { transform: rotate(-5deg) translateY(0); }
  50% { transform: rotate(-8deg) translateY(8px); }
}

@keyframes drift-peach { to { transform: translate(-16px, 16px) scale(1.07); } }
@keyframes drift-sky { to { transform: translate(24px, -16px) scale(1.06); } }
@keyframes drift-sage { to { transform: translate(-12px, -14px) scale(1.12); } }

.hero-training-visual {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #101214;
  box-shadow: 0 24px 56px rgba(13, 13, 13, 0.24);
}

.training-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #101214;
}

.training-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, 0.16), transparent 36%),
    linear-gradient(0deg, rgba(8, 10, 12, 0.24), transparent 42%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.16), transparent 26%, transparent 68%, rgba(255, 255, 255, 0.05));
}

.training-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #101214;
  filter: saturate(1.04) contrast(1.07);
  animation: none;
}

.training-photo-main {
  inset: 0;
  z-index: 0;
  animation: hero-photo-one 15s ease-in-out infinite;
}

.training-photo-main img {
  transform: scale(1.25);
  transform-origin: 42% 52%;
}

.training-photo-pilates,
.training-photo-boxing {
  z-index: 1;
}

.training-photo-pilates { animation: hero-photo-two 15s ease-in-out infinite; }
.training-photo-boxing { animation: hero-photo-three 15s ease-in-out infinite; }

@keyframes hero-photo-one {
  0%, 30% { opacity: 1; }
  34%, 96% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes hero-photo-two {
  0%, 30% { opacity: 0; }
  34%, 63% { opacity: 1; }
  67%, 100% { opacity: 0; }
}

@keyframes hero-photo-three {
  0%, 63% { opacity: 0; }
  67%, 96% { opacity: 1; }
  100% { opacity: 0; }
}

.hero-training-visual::after {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 42%, rgba(255, 255, 255, 0.13) 50%, transparent 58%);
  animation: hero-gloss-pass 12s ease-in-out infinite;
}

@keyframes hero-gloss-pass {
  0%, 100% { transform: translateX(-24%); opacity: 0.15; }
  50% { transform: translateX(24%); opacity: 0.55; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  background: var(--accent-honey-soft);
  border: 1px solid rgba(245, 199, 92, 0.44);
  color: var(--gray-700);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--accent-peach);
  box-shadow: 0 0 0 4px rgba(255, 143, 112, 0.14);
}

.hero h1,
.section h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  margin-top: 18px;
  max-width: 640px;
  font-size: 4.45rem;
  line-height: 0.98;
}

.hero-text {
  max-width: 620px;
  margin: 22px 0 0;
  overflow-wrap: break-word;
  color: var(--gray-600);
  font-size: 1.02rem;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--brand-black), var(--brand-ink-muted));
  color: var(--brand-white);
  box-shadow:
    0 14px 28px rgba(13, 13, 13, 0.16),
    0 0 0 7px rgba(255, 143, 112, 0.12);
}

.button-secondary {
  border: 1px solid var(--gray-200);
  background: rgba(255, 255, 255, 0.76);
  color: var(--brand-black);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hero-meta div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.hero-meta div::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--accent-peach);
  box-shadow: 0 0 0 4px rgba(255, 143, 112, 0.13);
  content: "";
}

.meta-label,
.step-number,
.panel-kicker {
  display: inline-flex;
  color: var(--gray-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-meta .meta-label {
  color: var(--gray-500);
}

.hero-meta strong {
  display: block;
  color: var(--brand-black);
  font-size: 0.84rem;
  line-height: 1.35;
}

.hero-contact {
  margin: 22px 0 0;
  color: var(--gray-600);
  font-size: 0.88rem;
  line-height: 1.6;
}

.hero-contact a {
  color: var(--brand-black);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--accent-peach);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 16px;
}

.hero-phone {
  width: min(100%, 285px);
  aspect-ratio: 1170 / 2532;
  overflow: hidden;
  border: 8px solid var(--brand-black);
  border-radius: 38px;
  background: var(--brand-black);
  box-shadow: var(--shadow-lg), 0 18px 60px rgba(142, 199, 255, 0.2);
}

.hero-visual p {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.82rem;
  text-align: center;
}

.product-panel {
  width: min(100%, 430px);
  padding: 22px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, var(--brand-white) 0%, rgba(250, 250, 250, 0.98) 100%);
  border: 1px solid var(--gray-200);
  box-shadow:
    var(--shadow-lg),
    0 18px 60px rgba(142, 199, 255, 0.16);
  animation: panel-float 8s ease-in-out infinite;
}

.product-header,
.product-title,
.product-search-row,
.product-trainer-card,
.product-booking-card,
.booking-times {
  display: flex;
  align-items: center;
}

.product-header {
  justify-content: space-between;
  margin-bottom: 18px;
}

.product-title {
  gap: 10px;
}

.product-title img {
  width: 112px;
  height: auto;
}

.product-title span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-honey);
}

.product-title strong {
  font-size: 1.05rem;
}

.notification-button,
.product-filter {
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
}

.notification-button {
  position: relative;
  width: 36px;
  height: 36px;
}

.notification-button::before,
.product-filter::before,
.product-filter::after {
  content: "";
  position: absolute;
  background: var(--brand-black);
}

.notification-button::before {
  left: 12px;
  top: 10px;
  width: 12px;
  height: 14px;
  border-radius: 10px 10px 6px 6px;
}

.notification-button span {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-peach);
}

.product-search-row {
  gap: 10px;
}

.product-search {
  flex: 1;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--gray-500);
  font-size: 0.82rem;
}

.product-filter {
  position: relative;
  width: 42px;
  height: 42px;
}

.product-filter::before {
  left: 13px;
  top: 13px;
  width: 16px;
  height: 2px;
  box-shadow: 0 7px 0 var(--brand-black), 0 14px 0 var(--brand-black);
}

.product-filter::after {
  left: 21px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -7px 7px 0 var(--brand-black), 6px 14px 0 var(--brand-black);
}

.product-section-title {
  margin: 24px 0 14px;
  font-weight: 700;
}

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

.product-goals span {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-goals span:nth-child(1) {
  background: linear-gradient(145deg, var(--accent-peach-soft), var(--brand-white));
  border-color: rgba(255, 143, 112, 0.34);
}

.product-goals span:nth-child(2) {
  background: linear-gradient(145deg, var(--accent-sky-soft), var(--brand-white));
  border-color: rgba(142, 199, 255, 0.42);
}

.product-goals span:nth-child(3) {
  background: linear-gradient(145deg, var(--accent-sage-soft), var(--brand-white));
  border-color: rgba(155, 220, 157, 0.42);
}

.product-goals span:nth-child(4) {
  background: linear-gradient(145deg, var(--accent-honey-soft), var(--brand-white));
  border-color: rgba(245, 199, 92, 0.42);
}

.product-goals img {
  width: 46px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.product-goals .goal-glyph {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--brand-black);
}

.recovery-glyph::before,
.recovery-glyph::after {
  content: "";
  position: absolute;
  background: var(--brand-black);
}

.recovery-glyph::before {
  left: 8px;
  top: 15px;
  width: 14px;
  height: 2px;
}

.recovery-glyph::after {
  left: 17px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--brand-black);
  border-right: 2px solid var(--brand-black);
  background: transparent;
  transform: rotate(45deg);
}

.product-trainer-card,
.product-booking-card {
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border-radius: 22px;
  background: var(--brand-white);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.product-trainer-card {
  background: linear-gradient(145deg, var(--brand-white), var(--accent-sky-soft));
}

.trainer-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-peach-soft);
}

.trainer-avatar img {
  width: 24px;
  height: 30px;
  object-fit: contain;
}

.product-trainer-card div:not(.trainer-avatar),
.product-booking-card div:first-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.product-trainer-card span,
.product-booking-card span {
  color: var(--gray-500);
  font-size: 0.76rem;
}

.product-trainer-card button {
  margin-left: auto;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-black);
  color: var(--brand-white);
  font: inherit;
  font-weight: 700;
}

.product-booking-card {
  align-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(145deg, var(--brand-white), var(--accent-sage-soft));
}

.booking-times {
  gap: 6px;
}

.booking-times span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--brand-black);
  color: var(--brand-white);
  font-size: 0.72rem;
  font-weight: 700;
}

.booking-times span:last-child {
  background: var(--accent-honey);
  color: var(--brand-black);
}

@keyframes panel-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.section {
  padding: 86px 0 0;
  scroll-margin-top: 112px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading.narrow {
  max-width: 640px;
}

.section .eyebrow {
  background: var(--accent-sky-soft);
  border-color: rgba(142, 199, 255, 0.38);
  color: var(--gray-700);
}

.section h2 {
  margin-top: 16px;
  font-size: 3.35rem;
  line-height: 1.04;
}

.section-heading p,
.feature-card p,
.step-card p,
.trainer-copy p,
.trainer-list,
.callout p,
.faq-list p,
.footer p,
.preview-card p {
  color: var(--gray-600);
  line-height: 1.72;
}

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

.feature-card,
.step-card,
.preview-card,
.trainer-panel,
.callout,
.faq-list details,
.hero-meta div {
  background: var(--brand-white);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
}

.hero .hero-meta div {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.feature-card,
.preview-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before,
.preview-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-peach), var(--accent-honey), var(--accent-sage));
}

.feature-card:nth-child(1) {
  background: linear-gradient(180deg, var(--accent-peach-soft), var(--brand-white) 50%);
}

.feature-card:nth-child(2) {
  background: linear-gradient(180deg, var(--accent-sky-soft), var(--brand-white) 50%);
}

.feature-card:nth-child(3) {
  background: linear-gradient(180deg, var(--accent-sage-soft), var(--brand-white) 50%);
}

.feature-card,
.step-card,
.preview-card,
.trainer-panel,
.callout,
.faq-list details {
  border-radius: 22px;
  padding: 24px;
}

.card-number {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--gray-500);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.feature-card h3,
.step-card h3,
.preview-card h3 {
  margin: 0 0 10px;
  color: var(--brand-black);
  font-size: 1.15rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: end;
}

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

.step-card {
  min-height: 230px;
}

.step-number {
  margin-bottom: 14px;
}

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

.preview-screen {
  aspect-ratio: 1170 / 2532;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  border-radius: 22px;
  background: var(--brand-black);
  box-shadow: 0 22px 48px rgba(13, 13, 13, 0.14);
}

.preview-teaser {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 28px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 143, 112, 0.72), transparent 34%),
    linear-gradient(145deg, var(--brand-ink-muted), var(--brand-black));
  color: var(--brand-white);
  text-align: center;
}

.preview-teaser span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.preview-teaser strong {
  font-size: 1.55rem;
}

.preview-video {
  position: relative;
  background:
    linear-gradient(180deg, rgba(13, 13, 13, 0.12), rgba(13, 13, 13, 0.72)),
    var(--brand-black);
}

.demo-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-badge {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(13, 13, 13, 0.58);
  color: var(--brand-white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.app-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.preview-card p {
  margin: 0;
}

.trainer-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
}

.panel-head {
  display: grid;
  gap: 10px;
}

.trainer-list {
  margin: 22px 0 24px;
  padding-left: 20px;
}

.trainer-list li + li {
  margin-top: 14px;
}

.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, var(--brand-black), var(--brand-ink-muted) 64%, rgba(255, 143, 112, 0.72));
  color: var(--brand-white);
}

.callout p {
  color: rgba(255, 255, 255, 0.72);
}

.callout .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--brand-white);
}

.callout .button-primary {
  background: var(--brand-white);
  color: var(--brand-black);
  box-shadow: none;
}

.faq-section {
  padding-bottom: 20px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  color: var(--brand-black);
  font-size: 1.02rem;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--brand-black);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 14px 0 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 36px 0 0;
  border-top: 1px solid var(--gray-200);
}

.footer strong {
  display: inline-block;
  margin-bottom: 8px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

.footer-brand img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-brand strong {
  font-size: 1.1rem;
}

.footer p {
  margin: 0;
}

.footer-note {
  margin-top: 6px !important;
  font-size: 0.82rem;
}

.footer-note a {
  color: var(--brand-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
    gap: 24px;
    min-height: auto;
    padding: 44px;
  }

  .hero-training-visual {
    min-height: 0;
  }

  .hero-visual {
    min-height: auto;
  }

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


  .split-section,
  .trainer-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 20px), 1180px);
    padding-top: 14px;
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    flex-wrap: wrap;
    border-radius: 28px;
    overflow: hidden;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }

  .brand-logo {
    width: 108px;
  }

  .topnav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 8px 12px;
    padding-top: 4px;
  }

  .topnav a {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .cta-pill {
    min-height: 44px;
    max-width: 142px;
    padding: 0 14px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .hero {
    padding: 28px 22px;
    border-radius: 26px;
  }

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

  .hero-training-visual {
    min-height: 0;
    max-width: 520px;
  }


  .hero::after {
    background-size: 34px 34px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 2.8rem;
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .hero-text {
    max-width: 100%;
    font-size: 0.94rem;
  }

  .hero-actions,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-meta,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    gap: 14px;
  }

  .hero-meta div {
    justify-content: flex-start;
    text-align: left;
  }

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

  .hero-visual {
    min-height: auto;
  }

  .hero-phone {
    width: min(100%, 270px);
  }

  .section {
    padding-top: 72px;
  }

  .section h2 {
    font-size: 2.35rem;
  }

  .callout {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Lightweight scroll motion: transforms only, so it stays smooth on Safari and iOS. */
html.has-js main > .section,
html.has-js .footer {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.has-js main > .section.is-visible,
html.has-js .footer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

html.has-js .feature-card,
html.has-js .step-card,
html.has-js .preview-card,
html.has-js .trainer-copy,
html.has-js .trainer-panel,
html.has-js .callout > *,
html.has-js .faq-list details {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 540ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.has-js .section.is-visible .feature-card,
html.has-js .section.is-visible .step-card,
html.has-js .section.is-visible .preview-card,
html.has-js .section.is-visible .trainer-copy,
html.has-js .section.is-visible .trainer-panel,
html.has-js .section.callout.is-visible > *,
html.has-js .section.is-visible .faq-list details {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

html.has-js .section.is-visible .feature-card:nth-child(2),
html.has-js .section.is-visible .step-card:nth-child(2),
html.has-js .section.is-visible .preview-card:nth-child(2),
html.has-js .section.is-visible .faq-list details:nth-child(2) { transition-delay: 80ms; }

html.has-js .section.is-visible .feature-card:nth-child(3),
html.has-js .section.is-visible .step-card:nth-child(3),
html.has-js .section.is-visible .preview-card:nth-child(3),
html.has-js .section.is-visible .faq-list details:nth-child(3) { transition-delay: 160ms; }

html.has-js .section.is-visible .faq-list details:nth-child(4) { transition-delay: 240ms; }

@media (max-width: 760px) {
  html.has-js main > .section,
  html.has-js .footer {
    transform: translate3d(0, 20px, 0);
  }

  html.has-js .feature-card,
  html.has-js .step-card,
  html.has-js .preview-card,
  html.has-js .trainer-copy,
  html.has-js .trainer-panel,
  html.has-js .callout > *,
  html.has-js .faq-list details {
    transform: translate3d(0, 12px, 0);
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
