@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap");

:root {
  --bg: #000000;
  --bg-2: #0a0a0a;
  --surface: #111111;
  --surface-2: #1a1a1a;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.35);
  --text: #ffffff;
  --muted: #999999;
  --soft: #cccccc;
  --accent: #ffffff;
  --white: #ffffff;
  --black: #000000;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.7);
  --radius: 12px;
  --radius-lg: 18px;
  --font-body: "Public Sans", Helvetica, Arial, sans-serif;
  --font-display: "Public Sans", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(8, 11, 20, 0.95), rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 72% 8%, rgba(245, 158, 11, 0.1), transparent 34%),
    radial-gradient(circle at 12% 28%, rgba(13, 202, 240, 0.08), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.7) 42%, rgba(0, 0, 0, 0.94)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.92)),
    url("assets/cdn/bg-1.jpg") center top / cover no-repeat;
  opacity: 0.45;
  filter: saturate(0.75) contrast(1.02) brightness(0.7);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(247, 251, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 251, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 76%);
  mask-image: linear-gradient(to bottom, black, transparent 76%);
  animation: floorBreath 16s ease-in-out infinite alternate;
}

#bg-ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
#bg-ambient::before {
  content: "";
  position: absolute;
  inset: -60%;
  background:
    radial-gradient(ellipse 55% 45% at 75% 10%, rgba(245,158,11,0.2), transparent 55%),
    radial-gradient(ellipse 45% 40% at 20% 25%, rgba(13,202,240,0.15), transparent 50%),
    radial-gradient(ellipse 50% 35% at 60% 50%, rgba(168,85,247,0.12), transparent 48%),
    radial-gradient(ellipse 40% 30% at 85% 75%, rgba(34,197,94,0.13), transparent 45%),
    radial-gradient(ellipse 35% 40% at 10% 85%, rgba(251,191,36,0.12), transparent 50%);
  animation: ambientDrift 20s ease-in-out infinite alternate;
}
#bg-ambient::after {
  content: "";
  position: absolute;
  inset: -60%;
  background:
    radial-gradient(ellipse 45% 35% at 35% 60%, rgba(236,72,153,0.1), transparent 50%),
    radial-gradient(ellipse 40% 30% at 55% 15%, rgba(245,158,11,0.13), transparent 45%),
    radial-gradient(ellipse 35% 40% at 40% 85%, rgba(13,202,240,0.1), transparent 50%);
  animation: ambientDrift2 28s ease-in-out infinite alternate;
}
#bg-ambient .bg-plus {
  position: absolute;
  color: rgba(255,255,255,0.06);
  font-size: 22px;
  font-weight: 300;
  font-family: sans-serif;
  animation: bgFloatUp 18s linear infinite;
}
#bg-ambient .bg-plus:nth-child(1) { left:5%; top:20%; font-size:28px; animation-delay:0s; animation-duration:22s; }
#bg-ambient .bg-plus:nth-child(2) { left:15%; top:60%; font-size:18px; animation-delay:4s; animation-duration:19s; }
#bg-ambient .bg-plus:nth-child(3) { left:30%; top:35%; font-size:32px; animation-delay:8s; animation-duration:25s; }
#bg-ambient .bg-plus:nth-child(4) { left:45%; top:75%; font-size:20px; animation-delay:2s; animation-duration:21s; }
#bg-ambient .bg-plus:nth-child(5) { left:60%; top:15%; font-size:26px; animation-delay:6s; animation-duration:23s; }
#bg-ambient .bg-plus:nth-child(6) { left:75%; top:55%; font-size:16px; animation-delay:10s; animation-duration:20s; }
#bg-ambient .bg-plus:nth-child(7) { left:88%; top:30%; font-size:24px; animation-delay:3s; animation-duration:24s; }
#bg-ambient .bg-plus:nth-child(8) { left:50%; top:90%; font-size:20px; animation-delay:7s; animation-duration:18s; }

#bg-ambient .bg-diamond {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1.5px solid rgba(255,255,255,0.07);
  transform: rotate(45deg);
  animation: bgDiamondFloat 25s linear infinite;
}
#bg-ambient .bg-diamond:nth-child(9) { left:8%; top:70%; width:14px; height:14px; animation-delay:0s; animation-duration:28s; }
#bg-ambient .bg-diamond:nth-child(10) { left:25%; top:10%; width:8px; height:8px; animation-delay:5s; animation-duration:22s; }
#bg-ambient .bg-diamond:nth-child(11) { left:55%; top:45%; width:12px; height:12px; animation-delay:10s; animation-duration:26s; }
#bg-ambient .bg-diamond:nth-child(12) { left:78%; top:80%; width:9px; height:9px; animation-delay:3s; animation-duration:24s; }
#bg-ambient .bg-diamond:nth-child(13) { left:92%; top:20%; width:11px; height:11px; animation-delay:8s; animation-duration:20s; }

#bg-ambient .bg-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  animation: bgDotPulse 4s ease-in-out infinite alternate;
}
#bg-ambient .bg-dot:nth-child(14) { left:12%; top:40%; width:5px; height:5px; animation-delay:0s; }
#bg-ambient .bg-dot:nth-child(15) { left:35%; top:80%; width:3px; height:3px; animation-delay:0.8s; background:rgba(245,158,11,0.15); }
#bg-ambient .bg-dot:nth-child(16) { left:48%; top:12%; width:6px; height:6px; animation-delay:1.6s; background:rgba(13,202,240,0.12); }
#bg-ambient .bg-dot:nth-child(17) { left:65%; top:65%; width:4px; height:4px; animation-delay:2.4s; }
#bg-ambient .bg-dot:nth-child(18) { left:82%; top:40%; width:5px; height:5px; animation-delay:3.2s; background:rgba(168,85,247,0.13); }
#bg-ambient .bg-dot:nth-child(19) { left:20%; top:92%; width:4px; height:4px; animation-delay:1.2s; background:rgba(34,197,94,0.12); }
#bg-ambient .bg-dot:nth-child(20) { left:70%; top:5%; width:3px; height:3px; animation-delay:2s; }
#bg-ambient .bg-dot:nth-child(21) { left:40%; top:50%; width:7px; height:7px; animation-delay:0.4s; background:rgba(245,158,11,0.1); }
#bg-ambient .bg-dot:nth-child(22) { left:55%; top:30%; width:3px; height:3px; animation-delay:2.8s; background:rgba(236,72,153,0.12); }
#bg-ambient .bg-dot:nth-child(23) { left:90%; top:60%; width:5px; height:5px; animation-delay:1.8s; }

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

main {
  width: 100%;
}



.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 100;
  background: linear-gradient(90deg, var(--white), var(--white), var(--white));
}

.fg-latest-event-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: linear-gradient(90deg, #0b3d1e 0%, #14532d 35%, #9a3412 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.fg-latest-event-banner[hidden] { display: none !important; }

.fg-latest-event-banner-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 20px;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
}

.fg-latest-event-badge {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #14532d;
  background: #fef3c7;
  padding: 4px 8px;
  border-radius: 4px;
}

.fg-latest-event-copy {
  margin: 0;
  flex: 1 1 220px;
  min-width: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}

.fg-latest-event-copy strong { font-weight: 700; color: #fff; }

.fg-latest-event-meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

.fg-latest-event-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.fg-latest-event-register,
.fg-latest-event-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}

.fg-latest-event-register {
  background: #fff;
  color: #14532d;
}

.fg-latest-event-details {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.fg-latest-event-dismiss {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
}

.fg-latest-event-dismiss:hover { color: #fff; }

body.has-latest-event-banner .site-header { top: 42px; }

@media (max-width: 720px) {
  .fg-latest-event-banner-inner { padding: 8px 14px; gap: 8px; }
  .fg-latest-event-meta { display: none; }
  body.has-latest-event-banner .site-header { top: 48px; }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s, box-shadow 0.3s, top 0.2s;
}
.site-header.is-sticky {
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  height: 68px;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.header-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 700;
  color: var(--white);
  font-size: 0.95rem;
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}

.brand-text strong {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.brand-text span {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  font-weight: 400;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.desktop-nav a {
  padding: 8px 14px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  font-size: 0.88rem;
  border-radius: 6px;
  transition: color 150ms, background 150ms;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(74,222,128,0.15);
  border: 1px solid rgba(74,222,128,0.3);
  color: #4ade80;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
}
.header-play-btn:hover {
  background: rgba(74,222,128,0.25);
  border-color: rgba(74,222,128,0.5);
  transform: translateY(-1px);
}
.header-play-btn svg {
  flex-shrink: 0;
}

.header-expert {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  font-size: 0.85rem;
  padding: 8px 4px;
  transition: color 150ms;
}

.header-expert:hover {
  color: #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 20px;
  border-radius: 50px;
  background: var(--white);
  color: #000;
  font-weight: 600;
  font-size: 0.85rem;
  min-height: 38px;
  transition: opacity 150ms;
}

.header-cta:hover {
  opacity: 0.85;
}



.menu-button {
  display: none;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 6px;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  color: var(--white);
}

.menu-button span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 6px 0;
  border-radius: 1px;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: #000;
  padding: 24px;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav-header .brand-mark {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.mobile-nav-close {
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255,255,255,0.08);
  border-radius: 6px;
  color: var(--white);
  font-size: 1.3rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.mobile-nav a {
  display: block;
  padding: 14px 16px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 150ms, background 150ms;
}

.mobile-nav a:hover {
  color: #fff;
  background: rgba(255,255,255,0.06);
}

.mobile-nav-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav-ctas .header-expert {
  justify-content: center;
  padding: 12px;
  color: rgba(255,255,255,0.7);
}

.mobile-nav-ctas .header-cta {
  justify-content: center;
  padding: 12px;
}

/* -- Primary / Secondary / Ghost buttons -- */
.primary-button,
.secondary-button,
.ghost-button,
.download-pill,
.icon-submit {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50px;
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.primary-button {
  color: #000;
  background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
  font-size: 0.95rem;
  padding: 16px 36px;
}
.primary-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.primary-button:hover::before {
  opacity: 1;
}
.primary-button:hover {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.25);
}
.primary-button span,
.primary-button svg {
  position: relative;
  z-index: 1;
}

.secondary-button {
  color: #000;
  background: linear-gradient(135deg, var(--white), #ffffff);
  border-color: rgba(13, 202, 240, 0.34);
}

.ghost-button,
.download-pill {
  color: var(--white);
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 16px 36px;
  
}
.ghost-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.ghost-button:hover::before {
  opacity: 1;
}
.ghost-button:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.download-pill:hover,
.icon-submit:hover {
  transform: translateY(-3px);
}

.page-hero {
  position: relative;
  padding: 86px 0 52px;
}

.coach-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: 24px;
  align-items: stretch;
  padding: 86px 0 52px;
}

.coach-hero h1 {
  max-width: 860px;
}

.coach-hero > div:first-child {
  padding: 34px;
  border: 1px solid rgba(91, 200, 238, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(11, 141, 204, 0.22), rgba(237, 28, 36, 0.09)),
    rgba(247, 251, 255, 0.055);
}

.coach-hero-panel {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 34px;
  border: 1px solid rgba(237, 28, 36, 0.32);
  border-radius: 18px;
  background: rgba(237, 28, 36, 0.1);
  box-shadow: var(--shadow);
}

.coach-hero-panel strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.9;
}

.coach-hero-panel span {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 880px;
  font-size: 3.35rem;
  font-weight: 800;
}

h2 {
  font-size: 2.05rem;
  font-weight: 700;
}

h3 {
  font-size: 1.12rem;
  font-weight: 700;
}

p {
  margin: 0;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.7;
}

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

.proof-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.proof-card,
.metric-card,
.activity-card {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(247, 251, 255, 0.055);
  border-radius: 8px;
}

.proof-card strong,
.metric-card strong,
.activity-card strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.proof-card span,
.metric-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.section-photo,
.community-photo {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(91, 200, 238, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.72);
  box-shadow: var(--shadow);
}

.section-photo img,
.community-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
}

.section-photo::after,
.community-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 52%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.photo-caption strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.photo-caption span {
  display: block;
  margin-top: 4px;
  color: var(--soft);
}

.brand-panel {
  display: grid;
  align-content: center;
  gap: 18px;
  min-height: 288px;
  padding: 22px;
  border: 1px solid rgba(91, 200, 238, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 141, 204, 0.34), rgba(237, 28, 36, 0.13)),
    rgba(7, 17, 31, 0.8);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.wordmark-frame {
  display: grid;
  place-items: center;
  min-height: 160px;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
}

.wordmark-frame img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.brand-panel p {
  color: var(--soft);
}

/* -- Hero Carousel (full-bleed, future.co inspired) -- */
/* -- Fittr-style Hero (full-screen, centered, animated) -- */
.hero-fittr {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  background: #000;
}

.hero-fittr-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-fittr-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroFadeIn 1.5s ease-out;
}

.hero-fittr-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.78) 50%, rgba(0,0,0,0.65) 100%);
}

.hero-fittr-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 24px 80px;
  animation: heroContentFade 1s ease-out 0.3s both;
}

.hero-fittr-content > * {
  max-width: 720px;
}

.hero-fittr-badge {
  display: inline-block;
  padding: 7px 22px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,0.06);
  margin-bottom: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-fittr-headline {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.1;
  margin-bottom: 16px;
  color: var(--white);
  font-weight: 800;
}

.hero-fittr-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 28px;
  font-weight: 300;
}

.program-logo-wall {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: 42px 0 18px;
}

.program-logo-wall-inner {
  display: grid;
  gap: 22px;
  justify-items: center;
  padding: 22px 0;
  border-block: 1px solid rgba(255,255,255,0.08);
}

.program-logo-wall-kicker {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.program-logo-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.program-logo-slot {
  position: relative;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.program-logo-slot span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100%);
  animation: programLogoCycle 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: calc(var(--slot, 0) * 0.18s);
}

.program-logo-slot span:nth-child(2) {
  animation-delay: calc(3s + var(--slot, 0) * 0.18s);
}

.program-logo-slot span:nth-child(3) {
  animation-delay: calc(6s + var(--slot, 0) * 0.18s);
}

.program-logo-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: translateX(-120%);
  animation: programLogoSheen 4.5s ease-in-out infinite;
  animation-delay: calc(var(--slot, 0) * 0.22s);
}

@keyframes programLogoCycle {
  0% { opacity: 0; transform: translateY(100%); }
  7%, 28% { opacity: 1; transform: translateY(0); }
  35%, 100% { opacity: 0; transform: translateY(-100%); }
}

@keyframes programLogoSheen {
  0%, 45% { transform: translateX(-120%); opacity: 0; }
  55% { opacity: 1; }
  78%, 100% { transform: translateX(120%); opacity: 0; }
}

@media (max-width: 860px) {
  .program-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .program-logo-wall {
    width: calc(100% - 24px);
    padding-top: 30px;
  }

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

  .program-logo-slot {
    height: 52px;
  }

  .program-logo-slot span {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-logo-slot span,
  .program-logo-slot::after {
    animation: none;
  }

  .program-logo-slot span:first-child {
    opacity: 1;
    transform: none;
  }
}

.hero-split.hero-fittr {
  height: auto;
  min-height: 0;
  background: #0b0b0b;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-split .hero-fittr-content {
  position: relative;
}
.hero-split .hero-fittr-content > * {
  max-width: none;
}
.hero-split-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding: 100px 60px 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-split-left {
  flex: 1;
  max-width: 480px;
  text-align: left;
}
.hero-split-right {
  flex: 0 0 420px;
  text-align: left;
}
.hero-split-actions {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.hero-plan-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-left: 3px solid #fff;
  border-radius: 20px;
  padding: 0;

  
  position: relative;
  box-shadow: 0 0 40px rgba(255,255,255,0.04);
}
.hero-plan-card-tag {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 14px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #000;
  background: linear-gradient(135deg, var(--white), #e0e0e0);
  box-shadow: 0 2px 8px rgba(255,255,255,0.15);
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
.hero-plan-card-body {
  padding: 32px 28px 28px;
  margin-top: 6px;
}
.hero-plan-card-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
}
.hero-plan-card-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.hero-plan-card-price {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 18px;
}
.hero-plan-card-price span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
}
.hero-plan-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.hero-plan-card-list li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  padding: 5px 0;
  line-height: 1.45;
}
.hero-plan-card-list li::before {
  display: none;
}
.hero-plan-card-list li span {
  color: rgba(255,255,255,0.5);
}
.hero-plan-card-list li strong {
  color: var(--white);
  font-weight: 600;
}
.hero-plan-card-cta {
  width: 100%;
  justify-content: center;
  border-radius: 10px;
}
.hero-plan-card-note {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}
/* -- Contact Hero -- */
.contact-hero {
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(255,255,255,0.04) 0%, transparent 60%),
              radial-gradient(ellipse at 20% 70%, rgba(255,255,255,0.03) 0%, transparent 50%),
              #0b0b0b;
}
.contact-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.contact-hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted);
  margin-bottom: 4px;
}
.contact-hero-kicker::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--muted);
}
.contact-hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  margin: 0;
}
.contact-hero-title em {
  font-style: normal;
  color: var(--white);
  -webkit-text-stroke: 0;
}
.contact-hero-desc {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.65;
  max-width: 480px;
}
.contact-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.contact-hero-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.chc-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.chc-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}
.chc-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  color: var(--white);
  margin-bottom: 8px;
}
.chc-icon svg {
  width: 15px;
  height: 15px;
}
.chc-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.chc-value {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.3;
}
.chc-note {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  margin-top: 2px;
}
@media (max-width: 800px) {
  .contact-hero { padding: 100px 0 56px; }
  .contact-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-hero-title { font-size: 2rem; }
  .contact-hero-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .contact-hero-cards { grid-template-columns: 1fr; }
  .contact-hero-actions { flex-direction: column; }
}

.hero-cta-sub {
  margin-top: 4px;
}
.hero-cta-sub:hover {
  background: rgba(255,255,255,0.12) !important;
}

.hero-fittr-counters {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 48px;
  animation: heroContentFade 1s ease-out 0.6s both;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.counter-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

@keyframes floorBreath {
  0% { opacity: 0.6; }
  100% { opacity: 1; }
}
@keyframes ambientDrift {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(2%,1.5%) rotate(2deg); }
  100% { transform: translate(-1%,-1%) rotate(-1deg); }
}
@keyframes ambientDrift2 {
  0% { transform: translate(0,0) rotate(0deg); }
  50% { transform: translate(-1.5%,-2%) rotate(-3deg); }
  100% { transform: translate(2%,1%) rotate(2deg); }
}
@keyframes bgFloatUp {
  0% { transform: translateY(0) rotate(0deg); opacity:0; }
  5% { opacity:1; }
  90% { opacity:0.6; }
  100% { transform: translateY(-120vh) rotate(180deg); opacity:0; }
}
@keyframes bgDiamondFloat {
  0% { transform: translateY(0) rotate(45deg); opacity:0; }
  5% { opacity:0.8; }
  90% { opacity:0.4; }
  100% { transform: translateY(-100vh) rotate(45deg); opacity:0; }
}
@keyframes bgDotPulse {
  0% { opacity:0.15; transform: scale(0.8); }
  100% { opacity:1; transform: scale(1.3); }
}
@keyframes heroFadeIn {
  from { opacity: 0; transform: scale(1.05); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes heroContentFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -- Feature Carousel (edge-to-edge, lively) -- */
.feature-carousel-section {
  width: 100vw;
  padding: 80px 0 60px;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 0%, rgba(255,255,255,0.06) 0%, transparent 70%);
  margin-left: calc(-50vw + 50%);
  border-top: none;
}

.feature-carousel-header {
  text-align: center;
  padding: 0 24px 48px;
  max-width: 100%;
  margin: 0 auto;
}

.feature-carousel-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}

.feature-carousel-header p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
}

.feature-carousel-scroll {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 20px;
}

.feature-carousel-scroll::-webkit-scrollbar { display: none; }

.feature-card {
  flex: 0 0 33.333vw;
  scroll-snap-align: start;
  padding: 48px 36px;
  border: none;
  border-right: 1px solid var(--line);
  background: transparent;
  transition: background 0.4s, transform 0.4s, box-shadow 0.4s;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  perspective: 800px;
}

.feature-card:last-child { border-right: none; }

.feature-card:hover {
  background: rgba(247,251,255,0.03);
  transform: scale(1.03) translateZ(20px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  z-index: 2;
}

.feature-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--white);
  transition: background 0.3s, transform 0.3s;
}

.feature-card:hover .feature-card-icon {
  background: rgba(255,255,255,0.18);
  transform: scale(1.1);
}

.feature-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 360px;
}

.feature-carousel-scrollbar {
  max-width: 600px;
  margin: 28px auto 0;
  height: 2px;
  background: var(--line);
  border-radius: 2px;
  position: relative;
}

.feature-carousel-thumb {
  height: 100%;
  width: 20%;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.2s;
}

/* -- Plans Grid (pricing cards with accordion) -- */
.plans-shell {
  position: relative;
}
.plans-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  background: linear-gradient(135deg, var(--white) 40%, var(--white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}
.plans-sub {
  font-size: 1rem;
  color: var(--muted);
}
.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 1020px) {
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .plans-grid { grid-template-columns: 1fr; }
}

.plan-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
  transition: border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.plan-card:hover {
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}
#corePlanCard {
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
#corePlanCard:hover {
  border-color: var(--white);
  box-shadow: 0 8px 40px rgba(255,255,255,0.15);
  transform: translateY(-3px);
}
#corePlanCard:active {
  transform: translateY(-1px);
}

.plan-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.08) 0%, transparent 70%);
  border-bottom: 1px solid var(--line);
}
.plan-img-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.35);
}

.plan-preview {
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.plan-preview h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.plan-orig {
  font-size: 0.82rem;
  color: var(--muted);
  text-decoration: line-through;
}
.plan-actual {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  font-family: var(--font-display);
}
.plan-period {
  font-size: 0.78rem;
  color: var(--muted);
}
.plan-desc-short {
  font-size: 0.85rem;
  color: var(--soft);
  line-height: 1.5;
  flex: 1;
}
.plan-expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  transition: gap 0.2s;
}
.plan-expand-btn:hover { gap: 8px; }

.plan-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  border-top: 1px solid transparent;
}
.plan-card.open .plan-details {
  border-top-color: var(--line);
}
.plan-details-inner {
  padding: 16px 20px 20px;
  background: rgba(0,0,0,0.15);
}
.plan-details-inner p {
  font-size: 0.88rem;
  color: var(--soft);
  line-height: 1.7;
  margin-top: 8px;
}
.plan-details-inner p:first-child { margin-top: 0; }
.plan-details-inner strong { color: var(--white); }

.plan-card p { margin-top: 0; }

.plan-card-signature {
  border-color: rgba(255,255,255,0.3);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  position: relative;
}
.plan-card-signature::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--white), transparent 50%, var(--white)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.plan-badge {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 8px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bg-darker);
  background: var(--white);
  margin-bottom: 8px;
}
.plan-badge-core {
  background: var(--white);
  color: #fff;
}

/* -- Plans Showcase (homepage) -- */
.plans-showcase-section {
  position: relative;
  padding: 60px 24px;
  overflow: hidden;
}
.plans-showcase-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.05), transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.03), transparent 60%);
  pointer-events: none;
}
.plans-showcase-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.plans-showcase-header {
  text-align: center;
  margin-bottom: 36px;
  animation: planFadeUp 0.6s ease both;
}
.plans-showcase-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 14px;
}
.plans-showcase-header h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.plans-showcase-header p {
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 450px;
  margin: 0 auto;
}
.plans-showcase-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 100%;
}
@media (max-width: 800px) {
  .plans-showcase-cards { grid-template-columns: repeat(2, 1fr); max-width: 600px; }
}
@media (max-width: 540px) {
  .plans-showcase-cards { grid-template-columns: 1fr; max-width: 360px; }
  .plans-showcase-section { padding: 40px 16px; }
  .plans-showcase-header h2 { font-size: 1.4rem; }
}
.plans-showcase-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  animation: planFadeUp 0.6s ease both;
  animation-delay: calc(0.15s + var(--l, 0) * 0.12s);
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.plans-showcase-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.plans-showcase-card-accent-prime:hover {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 8px 32px rgba(255,255,255,0.08);
}
.plans-showcase-card-accent-amber {
  border-color: rgba(255,255,255,0.25);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
}
.plans-showcase-card-accent-amber::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plans-showcase-card-accent-amber:hover {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 8px 32px rgba(255,255,255,0.08);
}
.plans-showcase-card-accent-orange {
  border-color: rgba(249,115,22,0.25);
  background: linear-gradient(180deg, rgba(249,115,22,0.06), rgba(249,115,22,0.01));
}
.plans-showcase-card-accent-orange::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plans-showcase-card-accent-orange:hover {
  border-color: rgba(249,115,22,0.35);
  box-shadow: 0 8px 32px rgba(249,115,22,0.08);
}
.plans-showcase-card-accent-purple {
  border-color: rgba(168,85,247,0.25);
  background: linear-gradient(180deg, rgba(168,85,247,0.06), rgba(168,85,247,0.01));
}
.plans-showcase-card-accent-purple::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plans-showcase-card-accent-purple:hover {
  border-color: rgba(168,85,247,0.35);
  box-shadow: 0 8px 32px rgba(168,85,247,0.08);
}
.plans-showcase-card-accent {
  border-color: rgba(255,255,255,0.25);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  position: relative;
}
.plans-showcase-card-accent::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--white), transparent 50%, var(--white)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plans-showcase-card-accent-prime {
  border-color: rgba(255,255,255,0.25);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
}
.plans-showcase-card-accent-prime::before {
  background: linear-gradient(135deg, var(--white), transparent 50%, var(--white)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.psc-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--white);
  color: var(--bg-darker);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 0 0 8px 8px;
}
.psc-icon-lg {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: none !important;
  margin-bottom: 20px !important;
}
.plans-showcase-card-accent .psc-icon-lg {
  border: none !important;
  background: none !important;
}
.plans-showcase-card h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.plans-showcase-card .psc-short {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.4;
}
.plans-showcase-card .psc-short strong { color: var(--white); }
.psc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.psc-features li {
  font-size: 0.78rem;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 6px;
}
.psc-features li svg { color: var(--white); min-width: 12px; }
.psc-cta-wrap { text-align: center; }
.core-showcase-btn {
  cursor: pointer;
  justify-content: center;
  font-size: 0.82rem;
}

/* -- Core Plan Modal (full-page) -- */
.plan-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  padding: 0;
  overflow-y: auto;
}
.plan-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.plan-modal {
  width: 100%;
  min-height: 100vh;
  padding: 24px 32px 32px;
  position: relative;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.06), transparent 70%),
              radial-gradient(ellipse at 80% 100%, rgba(255,255,255,0.03), transparent 50%),
              #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-modal-body {
  width: min(1240px, 100%);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan-modal-close {
  position: fixed;
  top: 14px;
  right: 18px;
  z-index: 10001;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(247,251,255,0.06);
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.plan-modal-close:hover {
  background: rgba(247,251,255,0.12);
  color: var(--white);
  transform: rotate(90deg);
}
.plan-modal-header {
  text-align: center;
  margin-bottom: 20px;
  animation: planFadeUp 0.6s ease both;
}
.plan-modal-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin: 0 auto 10px;
  animation: planPulse 2.5s ease-in-out infinite;
}
.plan-modal-header h2 {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #fff 30%, var(--white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.plan-modal-sub {
  color: var(--muted);
  font-size: 0.85rem;
  max-width: 400px;
  margin: 0 auto;
}
.plan-modal-hero {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 14px;
}
.plan-modal-panel {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.02));
}
.plan-modal-panel h3 {
  margin-bottom: 10px;
  font-size: 0.98rem;
}
.plan-modal-copy {
  color: var(--soft);
  line-height: 1.7;
  margin: 0;
}
.plan-modal-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.plan-modal-meta span {
  display: block;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.04);
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.45;
}
.plan-modal-meta strong {
  display: block;
  color: var(--white);
  font-size: 0.8rem;
  margin-bottom: 3px;
}
.plan-modal-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-modal-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: var(--soft);
  font-size: 0.84rem;
  line-height: 1.55;
}
.plan-modal-list li:last-child { border-bottom: 0; }
.plan-modal-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--white), rgba(255,255,255,0.28));
  box-shadow: 0 0 12px rgba(255,255,255,0.22);
}
.plan-modal-cta-row {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.plan-modal-cta-row .primary-button {
  min-width: 220px;
}
.plan-modal-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1020px) {
  .plan-modal-tiers { grid-template-columns: repeat(2, 1fr); max-width: 600px; }
  .plan-modal { padding: 20px 20px 24px; }
  .plan-modal-header h2 { font-size: 1.2rem; }
  .plan-modal-hero { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .plan-modal-tiers { grid-template-columns: 1fr; max-width: 360px; }
  .plan-modal { padding: 16px 12px 20px; }
  .plan-modal-header h2 { font-size: 1.1rem; }
  .plan-modal-header { margin-bottom: 14px; }
  .plan-modal-meta { grid-template-columns: 1fr; }
}
.plan-tier {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 16px 14px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  display: flex;
  flex-direction: column;
  animation: planFadeUp 0.6s ease both;
  animation-delay: calc(0.1s + var(--i, 0) * 0.08s);
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  position: relative;
}
.plan-tier:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 8px 28px rgba(255,255,255,0.08);
}
.plan-tier-top {
  margin-bottom: 10px;
}
.plan-tier-top h4 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 2px;
}
.plan-tier .plan-actual {
  font-size: 1.2rem;
}
.plan-tier .plan-period {
  font-size: 0.72rem;
}
.plan-tier-features {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
  flex: 1;
  align-content: flex-start;
}
.plan-tier-chip {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--soft);
  background: rgba(247,251,255,0.05);
  border: 1px solid rgba(247,251,255,0.06);
  transition: background 0.25s, border-color 0.25s;
}
.plan-tier:hover .plan-tier-chip {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.plan-tier-save {
  font-size: 0.68rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.plan-tier .primary-button {
  justify-content: center;
  font-size: 0.72rem;
  padding: 6px 12px;
  border-radius: 8px;
}
.plan-tier-details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(247,251,255,0.06);
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
}
.plan-tier-details-inner {
  padding: 8px 0 4px;
}
.plan-tier-details-inner p {
  font-size: 0.75rem;
  color: var(--soft);
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 2px solid rgba(255,255,255,0.15);
}
.plan-tier-details-inner p:last-child { margin-bottom: 0; }
.plan-tier-details-inner strong { color: var(--white); }
.plan-tier-info {
  display: none !important;
}
/* -- How It Works (card grid) -- */
.plan-how-section {
  max-width: 100%;
  width: 100%;
  margin: 20px 0 0;
  animation: planFadeUp 0.6s ease both;
  animation-delay: 0.5s;
}
.plan-how-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  margin-bottom: 18px;
}
.plan-how-title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.plan-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 900px) {
  .plan-how-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .plan-how-grid { grid-template-columns: 1fr; }
  .plan-how-title { font-size: 1.1rem; }
}
.plan-how-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(247,251,255,0.04), rgba(247,251,255,0.01));
  animation: planFadeUp 0.5s ease both;
  animation-delay: calc(0.55s + var(--k, 0) * 0.06s);
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.plan-how-card:hover {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 6px 24px rgba(255,255,255,0.08);
}
.plan-how-card-num {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 10px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.plan-how-card:hover .plan-how-card-num {
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.08));
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 0 16px rgba(255,255,255,0.1);
}
.plan-how-card h4 {
  font-size: 0.82rem;
  margin-bottom: 4px;
}
.plan-how-card p {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}
.plan-tier-highlight {
  border-color: rgba(255,255,255,0.3);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}
.plan-tier-highlight::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--white), transparent 50%, var(--white)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.plan-tier-highlight:hover {
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 12px 48px rgba(255,255,255,0.12);
}
.plan-tier-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: var(--white);
  color: #000;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 0 0 10px 10px;
}
.plan-tier-highlight h4 { color: var(--white); }
.core-view-plans {
  font-size: 0.9rem !important;
  gap: 6px !important;
  padding: 8px 0;
}

@keyframes planFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes planPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.1); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}
@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
@keyframes cardGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(74,222,128,0.05); }
  50% { box-shadow: 0 0 30px rgba(74,222,128,0.12); }
}

.moving-line {
  height: 10px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.08);
  overflow: hidden;
}

.moving-line i {
  display: block;
  width: 46%;
  height: 100%;
  background: linear-gradient(90deg, var(--white), var(--white), var(--white));
  animation: lineRun 2s ease-in-out infinite alternate;
}

@keyframes lineRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(116%);
  }
}

.section-shell,
.contrast-band,
.guide-section,
.booking-band,
.admin-section,
.tools-panel,
.split-section,
.cta-strip,
.updates-band,
.plans-section,
.faq-section {
  padding: 64px 0;
}
.section-shell:not(:first-of-type),
.split-section:not(:first-of-type) {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  position: relative;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--white), transparent);
  border-radius: 2px;
}

.section-heading p:not(.eyebrow) {
  color: var(--soft);
}

.section-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.guide-layout,
.program-grid,
.detail-grid,
.contact-details {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}

.coach-scroll-track .cc-card {
  flex: 0 0 240px;
  border-radius: 20px;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  cursor: default;
  animation: cardFadeIn 0.6s ease both;
}
.coach-scroll-track .cc-card:nth-child(1) { animation-delay: 0.1s; }
.coach-scroll-track .cc-card:nth-child(2) { animation-delay: 0.18s; }
.coach-scroll-track .cc-card:nth-child(3) { animation-delay: 0.26s; }
.coach-scroll-track .cc-card:nth-child(4) { animation-delay: 0.34s; }
.coach-scroll-track .cc-card:nth-child(5) { animation-delay: 0.42s; }
.coach-scroll-track .cc-card:nth-child(6) { animation-delay: 0.5s; }
.coach-scroll-track .cc-card:nth-child(7) { animation-delay: 0.58s; }
@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.coach-scroll-track .cc-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(255,255,255,0.4);
  box-shadow: 0 12px 40px rgba(74,222,128,0.15), 0 0 0 1px rgba(74,222,128,0.2);
  animation: cardGlow 2s ease-in-out infinite;
}
.coach-scroll-track .cc-card .psc-card-icon {
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
  animation: iconFloat 3s ease-in-out infinite;
}
.coach-scroll-track .cc-card:nth-child(odd) .psc-card-icon { animation-delay: 0s; }
.coach-scroll-track .cc-card:nth-child(even) .psc-card-icon { animation-delay: 1.5s; }
.coach-scroll-track .cc-card:hover .psc-card-icon {
  transform: scale(1.15) rotate(-5deg);
  animation-play-state: paused;
}
.coach-scroll-track .cc-card .psc-card-tag {
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.coach-scroll-track .cc-card:hover .psc-card-tag {
  background: rgba(74,222,128,0.2);
  color: #4ade80;
  transform: translateY(-2px);
}

.coach-tools {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}
.coach-tools-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.coach-tools-row input {
  flex: 1;
  min-width: 200px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 0.85rem;
}
.coach-tools-row select {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #000;
  font-size: 0.8rem;
  cursor: pointer;
  width: 120px;
}
.ccv2-stats {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.78rem;
}
.ccv2-rating {
  color: #fff;
  font-weight: 600;
}
.ccv2-clients {
  color: rgba(255,255,255,0.5);
}

/* -- Coach Card v2 (lively redesign) -- */
@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
  50% { box-shadow: 0 4px 20px var(--coach-accent, rgba(255,255,255,0.5)); }
}
@keyframes avatarGlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}
@keyframes borderDance {
  0% { border-color: var(--line); }
  50% { border-color: var(--coach-accent, var(--white)); }
}

.coach-card-v2 {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
  cursor: pointer;
  opacity: 0;
  animation: cardFadeIn 0.5s ease-out forwards;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.4s;
  position: relative;
}
.coach-card-v2:nth-child(1) { animation-delay: 0.05s; }
.coach-card-v2:nth-child(2) { animation-delay: 0.1s; }
.coach-card-v2:nth-child(3) { animation-delay: 0.15s; }
.coach-card-v2:nth-child(4) { animation-delay: 0.2s; }
.coach-card-v2:nth-child(5) { animation-delay: 0.25s; }
.coach-card-v2:nth-child(6) { animation-delay: 0.3s; }
.coach-card-v2:nth-child(7) { animation-delay: 0.35s; }
.coach-card-v2:nth-child(8) { animation-delay: 0.4s; }
.coach-card-v2:nth-child(9) { animation-delay: 0.45s; }
.coach-card-v2:nth-child(10) { animation-delay: 0.5s; }

.coach-card-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--coach-accent, var(--white)), transparent 50%, var(--coach-accent, var(--white))) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.coach-card-v2:hover::before {
  opacity: 1;
}

.coach-card-v2:hover {
  border-color: var(--coach-accent, var(--white));
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4), 0 0 30px rgba(255,255,255,0.08);
}

.ccv2-avatar {
  position: relative;
  width: 100%;
  height: 360px;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.ccv2-highlight-badge {
  display: none;
}

.ccv2-rating-orbit,
.coach-rating-float {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(0,0,0,0.62);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0,0,0,0.34);
  
  animation: ratingFloat 3.4s ease-in-out infinite;
}

@keyframes ratingFloat {
  0%, 100% { transform: translateY(0); box-shadow: 0 10px 28px rgba(0,0,0,0.34); }
  50% { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(255,255,255,0.12); }
}

.ccv2-body {
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.ccv2-role {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.ccv2-body h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--white) 60%, var(--coach-accent, var(--white)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ccv2-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 10px;
}

.ccv2-proof-row span {
  min-width: 0;
  padding: 7px 6px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.58);
  font-size: 0.64rem;
  text-align: center;
  animation: statRise 0.55s ease both;
}

.ccv2-proof-row span:nth-child(2) { animation-delay: 0.08s; }
.ccv2-proof-row span:nth-child(3) { animation-delay: 0.16s; }

.ccv2-proof-row strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.15;
}

@keyframes meterFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes statRise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.ccv2-tags {
  display: none;
}

.ccv2-tags span {
  padding: 3px 10px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  transition: transform 0.2s;
}
.ccv2-tags span:hover {
  transform: scale(1.08);
}

.ccv2-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.ccv2-profile-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.ccv2-profile-btn:hover {
  background: rgba(255,255,255,0.08);
  transform: scale(1.03);
}

.ccv2-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 18px;
  border: none;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #000;
  background: linear-gradient(135deg, var(--white), rgba(255,255,255,0.7));
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(255,255,255,0.2);
}
.ccv2-book-btn:hover {
  opacity: 0.92;
  transform: scale(1.04);
  box-shadow: 0 6px 24px rgba(255,255,255,0.35);
  color: #000;
}

/* -- Coach Popup v2 ------------------- */
.cp-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 240px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.cp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.7));
  z-index: 1;
}
.cp-hero-badge {
  position: absolute;
  bottom: 14px;
  left: 16px;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.cp-avatar-fallback {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  z-index: 1;
}
.cp-content {
  padding: 24px 24px 28px;
}
.cp-header {
  text-align: center;
  margin-bottom: 16px;
}
.cp-name {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.cp-role {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
}
.cp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.cp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
}
.cp-stat:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}
.cp-stat-icon {
  font-size: 1.2rem;
  line-height: 1;
}
.cp-stat-value {
  font-size: 0.72rem;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.cp-stars {
  display: block;
  font-size: 0.75rem;
  color: #f5b342;
  margin-top: 1px;
  letter-spacing: 2px;
}
.cp-trust-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}
.cp-trust-panel span {
  padding: 10px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
  color: rgba(255,255,255,0.48);
  font-size: 0.68rem;
  text-align: center;
  animation: statRise 0.55s ease both;
}
.cp-trust-panel span:nth-child(2) { animation-delay: 0.08s; }
.cp-trust-panel span:nth-child(3) { animation-delay: 0.16s; }
.cp-trust-panel strong {
  display: block;
  color: #fff;
  font-size: 0.78rem;
  margin-bottom: 2px;
}
.cp-bio {
  text-align: left;
  color: var(--soft);
  line-height: 1.7;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.cp-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}
.cp-cert {
  padding: 3px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 600;
}
.cp-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px;
}
.cp-focus span {
  padding: 4px 12px;
  border: 1px solid;
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 600;
}
.cp-actions {
  display: flex;
  justify-content: center;
}
.cp-actions .primary-button {
  color: #000;
  justify-content: center;
  width: 100%;
}
.coach-modal-overlay {
  animation: overlayFade 0.3s ease;
}
@keyframes overlayFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.coach-modal {
  max-width: 480px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 20px !important;
  animation: coachModalIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
@keyframes coachModalIn {
  from { opacity: 0; transform: translateY(30px) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.coach-modal .auth-close {
  color: #fff;
  z-index: 10;
  top: 10px;
  right: 14px;
  font-size: 1.8rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.coach-modal .auth-close:hover {
  color: #fff;
  opacity: 0.8;
}

.coach-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: 24px;
  padding: 74px 0 42px;
  align-items: stretch;
}

.coach-profile-main,
.coach-profile-side {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.07), rgba(247, 251, 255, 0.035));
}

.coach-profile-side {
  border-color: rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.5);
}

.coach-profile-side .coach-avatar {
  width: 96px;
  height: 96px;
  font-size: 2rem;
  overflow: hidden;
}
.coach-profile-side .coach-avatar .cp-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.coach-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: 24px;
}

.source-note {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(91, 200, 238, 0.22);
  border-radius: 12px;
  color: var(--soft);
  background: rgba(91, 200, 238, 0.08);
  font-size: 0.94rem;
}

.compact-heading {
  margin-top: 18px;
}



.plan-grid,
.coach-grid,
.testimonial-grid,
.capability-grid,
.event-flow-grid,
.method-grid,
.contact-grid,
.tool-grid,
.path-grid,
.community-grid,
.area-grid,
.faq-list,
.updates-list {
  display: grid;
  gap: 16px;
}

.guide-layout,
.psc-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  animation: planFadeUp 0.6s ease both;
  animation-delay: calc(0.1s + var(--sid, 0) * 0.12s);
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.psc-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.psc-card-accent {
  border: 1px solid rgba(255,255,255,0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.psc-card-accent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
  transition: border-color 0.3s;
}
.psc-card-accent::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(74,222,128,0.06), transparent 50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.psc-card-accent:hover::before {
  border-color: rgba(255,255,255,0.25);
}
.psc-card-accent:hover::after {
  opacity: 1;
}
.psc-card-accent:hover {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.psc-card-accent-prime {
  border-color: rgba(255,255,255,0.25);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
}
.psc-card-accent-prime::before {
  background: linear-gradient(135deg, var(--white), transparent 50%, var(--white)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.psc-card-accent-amber {
  border-color: rgba(255,255,255,0.25);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
}
.psc-card-accent-amber::before {
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.psc-card-accent-orange {
  border-color: rgba(249,115,22,0.25);
  background: linear-gradient(180deg, rgba(249,115,22,0.06), rgba(249,115,22,0.01));
}
.psc-card-accent-orange::before {
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.psc-card-accent-purple {
  border-color: rgba(168,85,247,0.25);
  background: linear-gradient(180deg, rgba(168,85,247,0.06), rgba(168,85,247,0.01));
}
.psc-card-accent-purple::before {
  background: linear-gradient(135deg, #ffffff, transparent 50%, #ffffff) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.psc-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft);
  margin-bottom: 16px;
  background: rgba(247,251,255,0.03);
  transition: background 0.3s, border-color 0.3s;
}
.psc-card-icon-lg {
  width: auto !important;
  height: auto !important;
  border: none !important;
  background: none !important;
  margin-bottom: 20px !important;
}
.psc-icon-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed rgba(247,251,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247,251,255,0.02);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
.psc-card:hover .psc-icon-circle {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 32px rgba(255,255,255,0.06);
}
.psc-card-icon-lg .psc-icon-circle svg {
  width: 44px;
  height: 44px;
}
.psc-card-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.psc-card-tag {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(247,251,255,0.05);
  border: 1px solid rgba(247,251,255,0.08);
  color: var(--soft);
}
.psc-card-premium {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--white);
  color: var(--bg-darker);
  padding: 2px 10px;
  border-radius: 999px;
}
.psc-card h3 {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.psc-short {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.4;
}
.psc-short strong { color: var(--white); }
.psc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.psc-features li {
  font-size: 0.78rem;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 6px;
}
.psc-features li svg { color: var(--white); min-width: 12px; }
.psc-card-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.psc-card-foot .primary-button,
.psc-card-foot .secondary-button { width: 100%; }
@media (max-width: 680px) {
  .psc-card { padding: 20px 16px 18px; }
}

.program-grid,
.detail-grid,
.coach-grid,
.testimonial-grid,
.capability-grid,
.method-grid,
.contact-grid,
.tool-grid,
.path-grid,
.community-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.plan-grid,
.event-flow-grid,
.updates-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-card,
.program-card,
.detail-card,
.plan-card,
.coach-card,
.capability-card,
.flow-card,
.method-card,
.contact-card,
.tool-card,
.path-card,
.community-card {
  position: relative;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.07), rgba(247, 251, 255, 0.035));
  overflow: hidden;
}

.program-card::before,
.detail-card::before,
.coach-card::before,
.capability-card::before,
.plan-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--accent, var(--white));
}

.guide-card span,
.capability-card span,
.flow-card span,
.path-card span,
.community-card span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(91, 200, 238, 0.12);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
}

.program-card small,
.detail-card small,
.plan-card small,
.coach-card strong {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.program-card p,
.detail-card p,
.plan-card p,
.coach-card p,
.capability-card p,
.flow-card p,
.method-card p,
.contact-card p,
.tool-card p,
.path-card p,
.community-card p {
  margin-top: 12px;
}

.program-card strong,
.price {
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 900;
}

ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

li {
  position: relative;
  margin: 8px 0;
  padding-left: 18px;
  color: var(--soft);
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--white);
}

.program-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 20px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(91, 200, 238, 0.28);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.82);
  color: var(--white);
  padding: 12px 13px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.14);
}

.filter-tabs,
.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tabs button,
.admin-tabs button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 251, 255, 0.06);
  color: var(--soft);
  padding: 11px 13px;
  cursor: pointer;
  font-weight: 900;
}

.filter-tabs button.active,
.admin-tabs button.active {
  color: #000;
  background: linear-gradient(135deg, var(--white), #ffffff);
  border-color: var(--white);
}

.tool-count {
  color: var(--white);
  font-weight: 900;
  text-align: right;
}

.compare-table-wrap,
.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.56);
}

.compare-table,
.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--white);
  font-family: var(--font-display);
  background: rgba(91, 200, 238, 0.08);
}

td {
  color: var(--soft);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.community-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 64px 0;
}
.community-event-card {
  position: relative;
  padding: 32px 24px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.02));
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.community-event-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.community-event-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: var(--accent, var(--white));
}
.community-event-card .event-icon {
  display: inline-flex;
  width: 48px; height: 48px;
  align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  margin-bottom: 14px;
}
.community-event-card h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1rem;
}
.community-event-card .event-meta {
  display: inline-block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}
.community-event-card p {
  margin-top: 12px;
  color: var(--soft);
  font-size: 0.88rem;
  line-height: 1.6;
}
.community-event-card .event-tag {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.client-hidden-note {
  padding: 16px;
  border: 1px solid rgba(237, 28, 36, 0.32);
  border-radius: 8px;
  background: rgba(237, 28, 36, 0.08);
  color: var(--soft);
}

.story-panel {
  padding: 24px;
  border-left: 4px solid var(--white);
  background: rgba(237, 28, 36, 0.08);
  border-radius: 8px;
}

.story-panel p + p {
  margin-top: 14px;
}

.event-stage {
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(91, 200, 238, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 141, 204, 0.22), rgba(237, 28, 36, 0.12)),
    rgba(247, 251, 255, 0.04);
}

.route-line {
  width: 100%;
  max-width: 500px;
  height: 150px;
  position: relative;
  border-bottom: 5px solid var(--white);
  border-left: 5px solid var(--white);
  border-radius: 8px;
}

.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 24px rgba(237, 28, 36, 0.5);
}

.route-line::before {
  left: -13px;
  bottom: -13px;
}

.route-line::after {
  right: -8px;
  bottom: -13px;
}

.event-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.event-steps span {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  text-align: center;
  font-weight: 900;
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: start;
}

.lead-form,
.checkin-form,
.newsletter-form {
  display: grid;
  gap: 13px;
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wide {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  color: var(--white);
  font-weight: 800;
}

.mode-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(91, 200, 238, 0.28);
  border-radius: 8px;
  background: rgba(247, 251, 255, 0.055);
}

.mode-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mode-stats span {
  min-width: 112px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  text-align: center;
}

.mode-stats strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.calculator,
.checkin-form,
.goal-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 251, 255, 0.055);
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.wide-field {
  grid-column: 1 / -1;
}

.bmi-result {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(91, 200, 238, 0.1);
}

.bmi-result strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2.4rem;
}

.tool-note {
  margin-top: 12px;
  font-size: 0.94rem;
}

.admin-note {
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(91, 200, 238, 0.28);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(91, 200, 238, 0.08);
}

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

.area-grid span {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  background: rgba(247, 251, 255, 0.05);
  font-weight: 800;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 251, 255, 0.05);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
}

details p {
  padding: 0 20px 18px;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--white);
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social svg {
  width: 18px;
  height: 18px;
}

.footer-copy {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 1020px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .desktop-nav,
  .header-right,
  .header-play-btn {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .header-inner {
    padding: 0 16px;
    height: 60px;
  }

  .coach-hero,
  .coach-profile-hero,
  .coach-profile-layout,
  .split-section,
  .community-events,
  .booking-band {
    grid-template-columns: 1fr;
  }

  .guide-layout,
  .program-grid,
  .detail-grid,
  .coach-grid,
  .community-events,
  .testimonial-grid,
  .contact-details,
  .updates-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .coach-tools,
  .cta-strip {
    grid-template-columns: 1fr;
  }
}

/* -- Workouts & Calculators Pages (LiftStrong-inspired) -- */

/* Shared accent */
.wk-accent { color: var(--white); }

/* -- Hero -- */
.wk-hero {
  padding: 110px 24px 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}
.wk-hero-content {
  max-width: 100%;
  margin: 0;
}
.wk-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.15;
}
.wk-hero-desc {
  font-size: 1rem;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.65;
}
.wk-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.wk-hero-stats {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.wk-hstat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.wk-hstat span {
  font-size: 0.65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* -- Section header -- */
.wk-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.wk-section-header h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-bottom: 6px;
}
.wk-section-header p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* -- Section groups (calculators page) -- */
.wk-section-group {
  margin-bottom: 48px;
}
.wk-group-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

/* -- Grid -- */
.wk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.wk-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}

/* -- Workout card (liftstrong-style) -- */
.wk-card {
  display: block;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  transition: all 0.3s ease;
  animation: wkCardIn 0.5s ease both;
  animation-delay: calc(0.03s + var(--i,0) * 0.04s);
}
@keyframes wkCardIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.wk-card:hover {
  border-color: rgba(255,255,255,0.25);
  background: var(--surface-2);
}
.wk-card-emoji {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 14px;
  line-height: 1;
}
.wk-card-name {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.35;
  transition: color 0.25s;
}
.wk-card:hover .wk-card-name { color: var(--white); }
.wk-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wk-badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.wk-card:hover .wk-badge { background: rgba(255,255,255,0.08); }

/* -- Controls / Search / Filters -- */
.wk-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.wk-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,0,0,0.3);
  color: var(--muted);
  flex: 0 0 260px;
}
.wk-search-wrap svg { flex-shrink: 0; }
.wk-search {
  border: none;
  background: transparent;
  color: var(--white);
  font-size: 0.85rem;
  outline: none;
  width: 100%;
}
.wk-search::placeholder { color: var(--muted); }
.wk-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wk-filter-chips .filter-chip {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}
.wk-filter-chips .filter-chip:hover {
  border-color: rgba(255,255,255,0.3);
  color: var(--white);
}
.wk-filter-chips .filter-chip.active {
  background: var(--white);
  color: #000;
  border-color: var(--white);
}

/* -- Calculator cards (liftstrong-style) -- */
.cl-card {
  display: block;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.cl-card:hover {
  border-color: rgba(255,255,255,0.25);
  background: var(--surface-2);
}
.cl-card--interactive:hover { border-color: var(--line); background: var(--surface); }
.cl-card-emoji {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
}
.cl-card-title {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 4px;
  transition: color 0.25s;
}
.cl-card:hover .cl-card-title { color: var(--white); }
.cl-card--interactive:hover .cl-card-title { color: inherit; }
.calc-layout { width:100%; }
.calc-featured-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; width:100%; }
.calc-more-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; width:100%; }
.cl-card--featured { min-height:220px; text-align:left; position:relative; overflow:hidden; border-color:rgba(255,255,255,.28); background:linear-gradient(145deg, rgba(255,255,255,.13), rgba(17,17,17,.94) 58%); box-shadow:0 18px 38px rgba(0,0,0,.22); }
.cl-card--featured::after { content:""; position:absolute; width:150px; height:150px; right:-52px; bottom:-75px; border-radius:50%; background:rgba(255,255,255,.09); }
.cl-card--featured:hover { transform:translateY(-5px); border-color:var(--white); }
.cl-card--featured .cl-card-emoji { font-size:2rem; }
.cl-card-cat { display:block; margin-top:16px; color:var(--soft); font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.calc-more-heading { display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin:48px 0 16px; padding-top:20px; border-top:1px solid var(--line); }
.calc-more-heading span { font-family:var(--font-display); font-size:1rem; font-weight:800; }
.calc-more-heading p { color:var(--muted); font-size:.8rem; margin:0; }
@media (max-width:760px) { .calc-featured-grid, .calc-more-grid { grid-template-columns:1fr; } .cl-card--featured { min-height:0; } .calc-more-heading { display:block; } .calc-more-heading p { margin-top:4px; } }
.cl-card-sub,
.cl-card-desc {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.cl-card-cat {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cal-trigger {
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
}
.cal-trigger:hover .cl-card-title { color: var(--white); }

.cal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 20px;
  font-family: inherit;
  transition: color 0.2s;
}
.cal-back:hover { color: var(--white); }

.cal-view-inner {
  max-width: 100%;
  margin: 0;
}
.cal-view-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.cal-view-icon {
  font-size: 2.8rem;
  line-height: 1;
}
.cal-view-header h2 { margin: 0 0 4px; font-size: 1.3rem; }
.cal-view-header p { margin: 0; color: var(--muted); font-size: 0.85rem; }

.cal-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  margin-bottom: 16px;
}
.cal-field {
  display: grid;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--soft);
}
.cal-field-label { display: block; }
.cal-input {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3,7,13,0.7);
  color: var(--white);
  font-size: 0.85rem;
  outline: none;
  transition: 0.15s;
  font-family: inherit;
}
.cal-input:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}
.cal-input::-webkit-calendar-picker-indicator { filter: invert(1); }
select.cal-input { cursor: pointer; }

.cal-submit {
  width: 100%;
  justify-content: center;
  margin-bottom: 16px;
}

.cal-result {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  animation: calFadeIn 0.3s ease;
}
@keyframes calFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.cal-result-main {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.cal-result-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}
.cal-result-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.cal-result-unit {
  color: var(--muted);
  font-size: 0.85rem;
}
.cal-result-label {
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 12px;
}
.cal-result-rating {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid;
  font-size: 0.78rem;
  font-weight: 700;
}

.cal-breakdown h4 {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.cal-breakdown-list {
  display: grid;
  gap: 6px;
}
.cal-breakdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--surface-2);
  font-size: 0.82rem;
  color: var(--soft);
}
.cal-breakdown-val {
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 640px) {
  .cal-form { grid-template-columns: 1fr; }
  .cal-result-num { font-size: 2.2rem; }
}

/* -- Category Carousels -- */
.wk-cat-section {
  margin-bottom: 44px;
}
.wk-cat-count {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 6px;
}
.wk-carousel-wrap {
  position: relative;
}
.wk-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 8px;
}
.wk-carousel::-webkit-scrollbar { display: none; }
.wk-carousel .wk-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
}
.wk-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  line-height: 1;
}
.wk-carousel-btn:hover {
  background: var(--white);
  color: #000;
}
.wk-cprev { left: -14px; }
.wk-cnext { right: -14px; }
.wk-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.wk-cdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
}
.wk-cdot.active {
  background: #fff;
  border-color: #fff;
}

@media (max-width: 720px) {
  .wk-carousel .wk-card { flex: 0 0 220px; }
  .wk-cprev { left: -6px; }
  .wk-cnext { right: -6px; }
}
@media (max-width: 480px) {
  .wk-carousel .wk-card { flex: 0 0 180px; }
}
.cl-calc-form {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(0,0,0,0.3);
}
.cl-f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.cl-f-row--3 { grid-template-columns: 1fr 1fr 1fr; }
.cl-calc-form label {
  display: grid;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--soft);
}
.cl-calc-form input,
.cl-calc-form select {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3,7,13,0.7);
  color: var(--white);
  font-size: 0.85rem;
  outline: none;
  transition: 0.15s;
}
.cl-calc-form input:focus,
.cl-calc-form select:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.08);
}
.cl-calc-form .primary-button { width: 100%; justify-content: center; }
.cl-result {
  display: none;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  align-items: center;
}
.cl-result-ring {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid var(--white);
  text-align: center;
}
.cl-result-ring span {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}
.cl-result-ring small {
  display: block;
  color: var(--muted);
  font-size: 0.65rem;
  margin-top: 1px;
}
.cl-result-details { flex: 1; min-width: 0; }
.cl-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.cl-badge--under { background: rgba(91,200,238,0.18); color: var(--white); }
.cl-badge--normal { background: rgba(255,255,255,0.12); color: #fff; }
.cl-badge--over { background: rgba(255,255,255,0.12); color: #fff; }
.cl-badge--obese { background: rgba(237,28,36,0.2); color: var(--white); }
.cl-bar-wrap {
  height: 5px;
  border-radius: 4px;
  background: var(--line);
  overflow: hidden;
  margin-bottom: 10px;
}
.cl-bar {
  height: 100%;
  border-radius: 4px;
  transition: width 0.4s ease;
  background: var(--white);
}
.cl-result-details p {
  font-size: 0.82rem;
  color: var(--soft);
  line-height: 1.5;
}

/* BMI bar (shared) */
.bmi-bar {
  display: flex;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  line-height: 24px;
}
.bmi-seg--under { background: var(--white); }
.bmi-seg--normal { background: #ffffff; }
.bmi-seg--over { background: #ffffff; }
.bmi-seg--obese { background: var(--white); }
.bmi-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 0.75rem;
  color: var(--muted);
  padding: 0 2px;
}
.bmd-chart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.bmd-chart div {
  padding: 12px 8px;
  border-radius: 8px;
  border: 1px solid var(--line);
  text-align: center;
  font-size: 0.82rem;
}
.bmd-chart strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.bmd-chart small {
  display: block;
  color: var(--muted);
  margin-top: 3px;
}

/* -- CTA -- */
.wk-cta {
  padding: 70px 24px;
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.06) 0%, transparent 70%);
  border-top: 1px solid var(--line);
}
.wk-cta-inner {
  max-width: 100%;
  margin: 0;
}
.wk-cta h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin-bottom: 8px; }
.wk-cta p { color: var(--muted); max-width: 400px; margin: 0 auto 24px; }
.wk-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .wk-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-grid--2col { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wk-grid { grid-template-columns: 1fr; }
  .cl-f-row { grid-template-columns: 1fr; }
  .cl-f-row--3 { grid-template-columns: 1fr 1fr; }
  .wk-hero-stats { gap: 16px; }
  .wk-controls { flex-direction: column; align-items: stretch; }
  .wk-search-wrap { flex: unset; }
  .cl-result { flex-direction: column; align-items: center; text-align: center; }
  .cl-result-ring { width: 68px; height: 68px; }
  .cl-result-ring span { font-size: 1.2rem; }
}

/* -- Workout Detail Page -- */
.wd-page {
  padding-top: 100px;
}
.wd-back {
  max-width: 100%;
  padding: 0 24px 10px;
}
.wd-back a {
  color: var(--muted);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.wd-back a:hover { color: var(--white); }

.wd-hero {
  padding: 30px 24px 40px;
  text-align: center;
}
.wd-hero-inner {
  max-width: 100%;
  margin: 0;
}
.wd-emoji {
  font-size: 4rem;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.wd-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.15;
}
.wd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.wd-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
}

.wd-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 30px;
  align-items: start;
}

.wd-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  margin-bottom: 20px;
}
.wd-card h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.wd-card p {
  font-size: 0.9rem;
  color: var(--soft);
  line-height: 1.65;
  margin: 0;
}
.wd-card ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.wd-card ul li {
  font-size: 0.85rem;
  color: var(--soft);
  padding: 4px 0;
  border-bottom: 1px solid var(--line);
}
.wd-card ul li:last-child { border-bottom: none; }
.wd-card ul li strong {
  color: var(--white);
  font-weight: 600;
}

.wd-ex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.wd-ex-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--surface-2);
  font-size: 0.82rem;
  color: var(--soft);
}
.wd-ex-icon {
  color: var(--white);
  font-weight: 700;
  flex-shrink: 0;
}

.wd-sidebar .wd-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 14px;
}
.wd-info-list {
  display: grid;
  gap: 10px;
}
.wd-info-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
}
.wd-info-label { color: var(--muted); }
.wd-info-item span:last-child { color: var(--white); font-weight: 600; }
.wd-hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 18px 0;
}
.wd-cta-text {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 14px;
  line-height: 1.5;
}
.wd-sticky {
  position: sticky;
  top: 90px;
}

@media (max-width: 860px) {
  .wd-layout { grid-template-columns: 1fr; }
  .wd-sticky { position: static; }
  .wd-ex-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  main,
  .site-header,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.62rem;
  }

  .page-hero {
    padding: 54px 0 36px;
  }

  .guide-layout,
  .program-grid,
  .detail-grid,
  .coach-grid,
  .testimonial-grid,
  .contact-details,
  .updates-list,
  .area-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .coach-hero > div:first-child,
  .coach-hero-panel,
  .coach-profile-main,
  .coach-profile-side {
    padding: 22px;
  }

  .event-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    display: none;
  }
}

#waWidget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
}

#waBtn {
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #25D366;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.38);
  transition: transform 160ms ease;
}

#waBtn:hover {
  transform: scale(1.08);
}

#waPopup {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 320px;
  display: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--line);
  background: var(--bg);
}

#waPopup.open {
  display: block;
}

#waHeader {
  padding: 16px 18px;
  background: #25D366;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
}

#waBody {
  padding: 18px;
  display: grid;
  gap: 12px;
}

#waIntro {
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

#waPhone {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
}

#waLabel {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--soft);
}

#waMessage {
  width: 100%;
  border: 1px solid rgba(91, 200, 238, 0.28);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.82);
  color: var(--white);
  padding: 10px 12px;
  outline: none;
  resize: none;
  font-size: 0.92rem;
}

#waMessage:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 3px rgba(91, 200, 238, 0.14);
}

#waSend {
  text-align: center;
  text-decoration: none;
  background: #25D366;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.3);
  color: white;
}

#waSend:hover {
  filter: brightness(1.08);
}

@media (max-width: 720px) {
  #waWidget {
    right: 12px;
    bottom: 12px;
  }
  #waBtn {
    width: 48px;
    height: 48px;
  }
  #waPopup {
    right: 0;
    bottom: 58px;
    width: 290px;
  }
}

/* -- Auth Modal ----------------------- */
.auth-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
}
.auth-overlay.open { display: flex; }

.auth-modal {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 20px;
  padding: 40px 36px 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  animation: fadeUp 0.25s ease;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.auth-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
}
.auth-close:hover { color: var(--white); }

.auth-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.auth-tab {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.15s;
}
.auth-tab.active {
  background: rgba(245, 158, 11, 0.12);
  color: var(--white);
}

.auth-form h3 {
  margin: 0 0 4px;
  font-size: 1.3rem;
}
.auth-sub {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.85rem;
}

.auth-form label {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}
.auth-form input {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
}
.auth-form input:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.15);
}

.auth-submit {
  width: 100%;
  margin-top: 6px;
  justify-content: center;
}

.auth-status {
  margin: 10px 0 0;
  color: var(--white);
  font-size: 0.82rem;
  min-height: 1.2em;
}

.auth-switch {
  margin: 16px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.auth-switch a {
  color: var(--white);
  text-decoration: underline;
  cursor: pointer;
}
.auth-switch a:hover { color: var(--white); }

/* -- Auth Nav Button ----------------- */
.auth-btn {
  color: #000 !important;
  border-color: var(--white) !important;
  background: var(--white) !important;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.25) !important;
  font-weight: 700 !important;
}
.auth-btn:hover,
.auth-btn.logged-in {
  color: var(--white) !important;
  border-color: var(--white) !important;
  background: rgba(245, 158, 11, 0.1) !important;
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.3) !important;
}
.auth-btn.logged-in {
  color: var(--white) !important;
  border-color: rgba(245, 158, 11, 0.4) !important;
  background: rgba(245, 158, 11, 0.08) !important;
}

/* -- Testimonials Page -- */
.ts-glow {
  background: linear-gradient(135deg, #f7fbff 30%, rgba(255,255,255,0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ts-hero {
  position: relative;
  padding: 120px 24px 70px;
  overflow: hidden;
  min-height: 75vh;
  display: flex;
  align-items: center;
}
.ts-hero-shape {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 30% 20%, rgba(168,85,247,0.10), transparent 55%),
              radial-gradient(ellipse 50% 40% at 70% 60%, rgba(245,158,11,0.08), transparent 50%),
              radial-gradient(ellipse 40% 35% at 50% 80%, rgba(13,202,240,0.06), transparent 45%);
  animation: tsShapeDrift 20s ease-in-out infinite alternate;
}
@keyframes tsShapeDrift {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(1.5%,-1%) scale(1.04); }
}
.ts-hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(247,251,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(247,251,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 70%);
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
.ts-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.ts-hero-text { flex: 1; max-width: 540px; }
.ts-hero-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ts-hero-text h1 {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.1;
}
.ts-hero-text p {
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}
.ts-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
}
.ts-hstat { display: flex; flex-direction: column; }
.ts-hstat strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.ts-hstat small {
  font-size: 0.65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}
.ts-hero-visual { flex: 1; max-width: 400px; }
.ts-hsc-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.ts-hsc-stat {
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  animation: tsStatFade 0.7s ease both;
}
.ts-hsc-stat:nth-child(1) { animation-delay: 0.1s; }
.ts-hsc-stat:nth-child(2) { animation-delay: 0.2s; }
.ts-hsc-stat:nth-child(3) { animation-delay: 0.3s; }
.ts-hsc-stat:nth-child(4) { animation-delay: 0.4s; }
@keyframes tsStatFade {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.ts-hsc-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.ts-hsc-stat span {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* -- Journey Path -- */
.ts-journey {
  padding: 80px 24px;
  width: 100%;
  text-align: center;
}
.ts-journey-header { margin-bottom: 48px; }
.ts-journey-header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 8px; }
.ts-journey-header p { color: var(--muted); max-width: 500px; margin: 0 auto; }
.ts-journey-path {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
.ts-jpath-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 180px;
  opacity: 0.6;
  transition: opacity 0.4s, transform 0.4s;
}
.ts-jpath-step:hover { opacity: 1; transform: translateY(-4px); }
.ts-jpath-step.active { opacity: 1; }
.ts-jpath-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, background 0.3s, transform 0.5s cubic-bezier(.34,1.56,.64,1);
}
.ts-jpath-step:hover .ts-jpath-icon { border-color: var(--white); background: rgba(255,255,255,0.1); transform: scale(1.1); }
.ts-jpath-step.active .ts-jpath-icon { border-color: var(--white); background: rgba(255,255,255,0.12); }
.ts-jpath-step strong {
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ts-jpath-step small {
  font-size: 0.65rem;
  color: var(--muted);
  max-width: 120px;
  line-height: 1.4;
}
.ts-jpath-connector {
  flex-shrink: 0;
  padding-top: 17px;
  color: var(--muted);
  opacity: 0.4;
}

/* -- Featured Story -- */
.ts-featured {
  padding: 0 24px 60px;
  width: 100%;
}
.ts-featured-inner {
  display: flex;
  gap: 40px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(247,251,255,0.06), rgba(247,251,255,0.01));
  transition: border-color 0.3s, box-shadow 0.4s;
}
.ts-featured-inner:hover {
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.ts-featured-visual {
  flex: 0 0 280px;
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.ts-featured-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  filter: grayscale(30%) contrast(1.1);
  transition: filter 0.6s, transform 0.6s;
}
.ts-featured-inner:hover .ts-featured-visual img { filter: grayscale(0%) contrast(1); transform: scale(1.04); }
.ts-fv-stats {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
}
.ts-fv-stat { text-align: center; }
.ts-fv-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--white);
}
.ts-fv-stat small { font-size: 0.6rem; color: var(--muted); text-transform: uppercase; }
.ts-fv-arrow { color: var(--white); opacity: 0.6; }
.ts-featured-body {
  flex: 1;
  padding: 32px 32px 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ts-featured-body h2 { font-size: 1.4rem; margin: 0; }
.ts-featured-body p {
  font-size: 0.95rem;
  color: var(--soft);
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}
.ts-fb-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ts-fb-meta span { font-size: 0.82rem; color: var(--muted); }
.ts-fb-meta strong { color: var(--white); font-weight: 600; }
.ts-fj-steps {
  display: flex;
  gap: 0;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.ts-fj-step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 8px 4px 0;
}
.ts-fj-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: var(--bg);
  margin: 0 auto 6px;
  transition: background 0.3s;
}
.ts-fj-step:hover .ts-fj-dot { background: var(--white); }
.ts-fj-step strong { display: block; font-size: 0.68rem; color: var(--white); font-weight: 600; }
.ts-fj-step span { font-size: 0.6rem; color: var(--muted); }

/* -- Grid & Filters -- */
.ts-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.ts-header h2 { font-size: 1.6rem; margin: 0 0 4px; }
.ts-header p { color: var(--muted); font-size: 0.85rem; margin: 0; }
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-chip {
  padding: 6px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.25s;
}
.filter-chip:hover { border-color: var(--white); color: var(--white); }
.filter-chip.active { border-color: var(--white); color: var(--white); background: rgba(255,255,255,0.1); }
.ts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ts-card {
  padding: 22px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.01));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  animation: tsCardIn 0.5s ease both;
  animation-delay: calc(0.05s + var(--i,0) * 0.06s);
}
@keyframes tsCardIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.ts-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.ts-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ts-card-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--line);
  flex-shrink: 0;
}
.ts-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ts-card-stars {
  display: flex;
  gap: 2px;
  opacity: 0.7;
}
.ts-card p {
  font-size: 0.82rem;
  color: var(--soft);
  line-height: 1.6;
  font-style: italic;
  flex: 1;
  margin: 0 0 12px;
}
.ts-card h3 {
  font-size: 0.9rem;
  font-family: var(--font-display);
  color: var(--white);
  margin: 0 0 10px;
}
.ts-card-progress { margin-bottom: 10px; }
.ts-pbar {
  height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 4px;
}
.ts-pbar-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), var(--white));
  border-radius: 4px;
  transition: width 1s cubic-bezier(.34,1.56,.64,1);
}
.ts-pbar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  color: var(--muted);
  font-family: var(--font-mono, monospace);
}
.ts-card-badge {
  align-self: flex-start;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* -- Story Map -- */
.story-map { position:relative; width:100%; padding:40px 0 60px; }
.story-map-timeline { position:absolute; left:50%; top:0; bottom:0; width:3px; background:linear-gradient(180deg, var(--accent) 0%, rgba(255,255,255,0.1) 100%); transform:translateX(-50%); border-radius:2px; }
.sm-story { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; margin-bottom:80px; position:relative; }
.sm-story::before { content:""; position:absolute; left:50%; top:50%; width:18px; height:18px; background:var(--accent); border:3px solid var(--bg-dark); border-radius:50%; transform:translate(-50%,-50%); z-index:2; box-shadow:0 0 0 4px rgba(255,255,255,0.1); }
.sm-story.sm-left { direction:ltr; }
.sm-story.sm-right { direction:rtl; }
.sm-story.sm-right > * { direction:ltr; }
.sm-story-image { position:relative; border-radius:16px; overflow:hidden; aspect-ratio:4/3; box-shadow:0 8px 32px rgba(0,0,0,0.3); }
.sm-story-image img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s ease; }
.sm-story-image:hover img { transform:scale(1.05); }
.sm-story-overlay { position:absolute; bottom:0; left:0; right:0; padding:16px; background:linear-gradient(transparent, rgba(0,0,0,0.7)); display:flex; justify-content:flex-end; }
.sm-story-badge { background:var(--accent); color:#000; font-size:0.7rem; font-weight:700; padding:4px 12px; border-radius:20px; text-transform:uppercase; letter-spacing:0.05em; }
.sm-story-content { background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:28px; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.sm-story-header { display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.sm-story-avatar { width:48px; height:48px; border-radius:50%; overflow:hidden; border:2px solid var(--accent); flex-shrink:0; }
.sm-story-avatar img { width:100%; height:100%; object-fit:cover; }
.sm-story-header h3 { margin:0; font-size:1.05rem; color:var(--white); }
.sm-stars { display:flex; gap:2px; margin-top:2px; }
.sm-story-quote { margin:0 0 16px; padding:0; border:none; font-size:0.92rem; color:var(--soft); line-height:1.7; font-style:italic; position:relative; padding-left:16px; border-left:3px solid var(--accent); }
.sm-progress { display:flex; align-items:center; gap:12px; margin-bottom:16px; padding:14px 16px; background:rgba(255,255,255,0.04); border-radius:10px; border:1px solid rgba(255,255,255,0.06); }
.sm-progress-before, .sm-progress-after { text-align:center; }
.sm-progress-val { display:block; font-size:1.3rem; font-weight:700; color:var(--white); }
.sm-progress-unit { display:block; font-size:0.7rem; color:var(--muted); margin-top:2px; }
.sm-progress-arrow { display:flex; flex-direction:column; align-items:center; gap:2px; color:var(--accent); }
.sm-progress-lost { font-size:0.75rem; font-weight:700; color:var(--accent); }
.sm-journey { display:flex; gap:8px; flex-wrap:wrap; }
.sm-journey-step { flex:1; min-width:70px; text-align:center; padding:8px 6px; background:rgba(255,255,255,0.04); border-radius:8px; border:1px solid rgba(255,255,255,0.06); }
.sm-journey-step strong { display:block; font-size:0.65rem; color:var(--accent); text-transform:uppercase; letter-spacing:0.05em; margin-bottom:2px; }
.sm-journey-step span { display:block; font-size:0.8rem; color:var(--white); font-weight:600; }

@media (max-width:860px) {
  .story-map-timeline { left:24px; }
  .sm-story { grid-template-columns:1fr; gap:20px; padding-left:48px; margin-bottom:48px; }
  .sm-story::before { left:24px; top:24px; transform:translate(-50%,0); }
  .sm-story.sm-right { direction:ltr; }
  .sm-story-image { aspect-ratio:16/9; }
  .sm-progress { flex-wrap:wrap; justify-content:center; }
}

/* -- CTA -- */
.ts-cta {
  padding: 70px 24px;
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.06) 0%, transparent 70%);
  border-top: 1px solid var(--line);
}
.ts-cta h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin-bottom: 8px; }
.ts-cta p { color: var(--muted); max-width: 400px; margin: 0 auto 24px; }

@media (max-width: 960px) {
  .ts-grid { grid-template-columns: repeat(2, 1fr); }
  .ts-featured-inner { flex-direction: column; }
  .ts-featured-visual { flex: unset; height: 220px; }
  .ts-featured-body { padding: 0 24px 24px; }
  .ts-hero-content { flex-direction: column; gap: 30px; }
  .ts-hero-text { max-width: 100%; }
  .ts-hero-visual { max-width: 100%; }
  .ts-hero-stats { grid-template-columns: repeat(2, auto); gap: 16px; }
  .ts-journey-path { flex-wrap: wrap; gap: 12px; }
  .ts-jpath-connector { display: none; }
}
@media (max-width: 640px) {
  .ts-grid { grid-template-columns: 1fr; }
  .ts-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .ts-header { flex-direction: column; }
}

/* -- Homepage testimonial carousel ---- */
.testi-carousel-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.testi-carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.testi-carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  padding: 32px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(247,251,255,0.07), rgba(247,251,255,0.035));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stars { display: flex; gap: 2px; margin-bottom: 14px; }
.testi-carousel-slide p {
  font-style: italic;
  line-height: 1.7;
  color: var(--soft);
  max-width: 560px;
  margin: 0 auto;
}
.testi-carousel-slide h3 {
  margin-top: 16px;
  font-family: var(--font-display);
  color: var(--white);
}
.testimonial-result {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.testi-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.testi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(247,251,255,0.15);
  cursor: pointer;
  transition: 0.25s;
}
.testi-dot.active { background: var(--white); box-shadow: 0 0 10px rgba(255,255,255,0.4); }
.testi-avatar-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--line);
  margin-bottom: 10px;
}
.testi-avatar-img { width: 100%; height: 100%; object-fit: cover; }

/* -- Coach Section enhancements ---- */
.coach-section-shell {
  position: relative;
}
.coach-section-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--white), transparent);
  opacity: 0.3;
}
.coach-section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  background: linear-gradient(135deg, var(--white) 40%, var(--white) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.coach-section-sub {
  margin-top: 8px;
  font-size: 0.95rem;
  color: var(--muted);
}
.secondary-button:hover span { transform: translateX(4px); display:inline-block; }

@media (max-width: 768px) {
  .auth-modal {
    padding: 28px 20px 24px;
    max-width: 360px;
  }
  .coach-modal {
    max-width: 400px !important;
    padding: 0 !important;
  }
  .cp-hero { max-height: 180px; }
  .cp-content { padding: 18px 16px 22px; }
  .cp-name { font-size: 1.3rem; }
  .cp-stats { gap: 5px; }
  .cp-stat { padding: 8px 4px; }
  .cp-stat-value { font-size: 0.68rem; }
}

/* -- Quiz ---------------------------- */
.quiz-progress {
  margin-bottom: 20px;
}
.qp-bar {
  height: 4px;
  background: var(--line);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 6px;
}
.qp-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--white), var(--white));
  border-radius: 4px;
  transition: width 0.3s ease;
}
.qp-label {
  font-size: 0.78rem;
  color: var(--muted);
}
.quiz-question {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.4;
}
.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quiz-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.15s;
  font-size: 0.9rem;
}
.quiz-option:hover {
  border-color: var(--white);
  background: rgba(245, 158, 11, 0.06);
}
.quiz-option.selected {
  border-color: var(--white);
  background: rgba(245, 158, 11, 0.1);
}
.quiz-option input { display: none; }
.quiz-option span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid var(--line);
  border-radius: 50%;
  vertical-align: middle;
  transition: 0.15s;
}
.quiz-option.selected span::before {
  border-color: var(--white);
  background: var(--white);
  box-shadow: inset 0 0 0 4px var(--surface);
}
.quiz-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: space-between;
}
#quizNext:disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* -- Coach Recommendation ------------ */
#recCoach {
  text-align: center;
}
.rec-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--white);
}
.rec-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recCoach h3 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: var(--white);
}
.rec-name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
}
.rec-role {
  margin: 2px 0 10px;
  font-size: 0.85rem;
  color: var(--muted);
}
.rec-bio {
  margin: 0 0 12px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text);
}
.rec-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}
.rec-focus span {
  padding: 4px 10px;
  font-size: 0.78rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
}
.rec-profile {
  display: inline-flex;
  margin-bottom: 10px;
}
.rec-book {
  display: inline-flex;
}

/* -- Ambient Background -------------- */
.bg-ambient {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  pointer-events: none;
}
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.12;
  will-change: transform;
}
.bg-orb--1 {
  width: 600px;
  height: 600px;
  top: -10%;
  left: -8%;
  background: radial-gradient(circle, var(--white), transparent 70%);
  animation: floatA 28s ease-in-out infinite;
}
.bg-orb--2 {
  width: 500px;
  height: 500px;
  bottom: -12%;
  right: -6%;
  background: radial-gradient(circle, var(--white), transparent 70%);
  animation: floatB 35s ease-in-out infinite;
}
.bg-orb--3 {
  width: 400px;
  height: 400px;
  top: 40%;
  right: 20%;
  background: radial-gradient(circle, var(--white), transparent 70%);
  opacity: 0.07;
  animation: floatC 40s ease-in-out infinite;
}
.bg-orb--4 {
  width: 350px;
  height: 350px;
  bottom: 15%;
  left: 10%;
  background: radial-gradient(circle, var(--white), transparent 70%);
  opacity: 0.06;
  animation: floatD 32s ease-in-out infinite;
}

@keyframes floatA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(60px, -40px) scale(1.05); }
  50% { transform: translate(30px, 60px) scale(0.95); }
  75% { transform: translate(-40px, 20px) scale(1.02); }
}
@keyframes floatB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-50px, -30px) scale(1.06); }
  66% { transform: translate(40px, 50px) scale(0.94); }
}
@keyframes floatC {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-30px, 40px); }
  40% { transform: translate(40px, -20px); }
  60% { transform: translate(-20px, -40px); }
  80% { transform: translate(30px, 20px); }
}
@keyframes floatD {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(50px, -30px) rotate(8deg); }
}

/* -- Contact Page -------------------- */
.contact-hero {
  position: relative;
  padding: 100px 0 64px;
  overflow: hidden;
}
.contact-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(245, 158, 11, 0.12), transparent 50%),
    radial-gradient(ellipse at 80% 10%, rgba(13, 202, 240, 0.08), transparent 40%),
    radial-gradient(ellipse at 50% 80%, rgba(245, 158, 11, 0.06), transparent 45%);
  pointer-events: none;
}
.contact-hero-inner {
  position: relative;
  max-width: 100%;
}
.contact-hero-inner h1 {
  font-size: 3.5rem;
  line-height: 1.05;
}
.gradient-text {
  background: linear-gradient(135deg, var(--white), var(--white), var(--white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-hero-inner > p {
  max-width: 580px;
  margin-top: 16px;
  font-size: 1.08rem;
  color: var(--soft);
}
.contact-hero-stats {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.contact-hero-stats span {
  color: var(--muted);
  font-size: 0.88rem;
}
.contact-hero-stats strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.1;
}

/* -- Contact Redesign ---------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-info-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 6px 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-decoration: none;
  transition: border-color 0.2s;
  cursor: pointer;
}
.contact-info-card:hover {
  border-color: rgba(255,255,255,0.2);
}
.cic-icon {
  grid-row: 1 / 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
}
.cic-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}
.cic-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  align-self: end;
}
.cic-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
}
.cic-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}
.contact-page-form {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
}
.contact-page-form h3 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.contact-form-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.cpf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-page-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.6);
  font-size: 0.8rem;
  font-weight: 700;
}
.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(3,7,13,0.7);
  color: #fff;
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: #fff;
}
.contact-page-form textarea {
  resize: vertical;
}
.cpf-submit {
  justify-content: center;
  width: 100%;
}
.form-status {
  margin-top: 10px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  text-align: center;
}
@media (max-width: 800px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .cpf-row {
    grid-template-columns: 1fr;
  }
  .contact-page-form {
    padding: 20px 16px;
  }
}
.gallery-scroll-track .gallery-carr-card {
  width: 320px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.gallery-scroll-track .gallery-carr-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.gallery-scroll-track .gallery-carr-label {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
@media (max-width: 640px) {
  .gallery-scroll-track .gallery-carr-card { width: 260px; }
  .gallery-scroll-track .gallery-carr-card img { height: 180px; }
}

/* split layout */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 64px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

/* methods */
.contact-methods h2 {
  margin-bottom: 4px;
}
.contact-sub {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}
.contact-method {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
}
.contact-method:hover {
  border-color: var(--white);
  background: rgba(245, 158, 11, 0.06);
}
.cm-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
}
.cm-icon svg {
  width: 20px;
  height: 20px;
}
.cm-icon--phone { background: rgba(91, 200, 238, 0.18); color: var(--white); }
.cm-icon--wa { background: rgba(255, 255, 255, 0.12); color: #ffffff; }
.cm-icon--email { background: rgba(11, 141, 204, 0.18); color: var(--white); }
.cm-icon--pin { background: rgba(237, 28, 36, 0.18); color: var(--white); }
.cm-content {
  flex: 1;
  min-width: 0;
}
.cm-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cm-value {
  display: block;
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 1px;
}
.cm-note {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 2px;
}
.cm-arrow {
  color: var(--muted);
  font-size: 1.2rem;
  transition: 0.2s;
}
.contact-method:hover .cm-arrow {
  color: var(--white);
  transform: translateX(4px);
}
.contact-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(245, 158, 11, 0.06);
  font-size: 0.85rem;
  color: var(--muted);
}

/* form */
.contact-form {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.06), rgba(247, 251, 255, 0.02)),
    var(--surface);
}
.cf-header {
  margin-bottom: 20px;
}
.cf-header h3 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.cf-header p {
  font-size: 0.88rem;
  color: var(--muted);
}
.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.7);
  color: var(--white);
  font-size: 0.92rem;
  outline: none;
  box-sizing: border-box;
  transition: 0.15s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--white);
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.12);
}
.contact-form textarea {
  resize: vertical;
}
.cf-wide {
  grid-column: 1 / -1;
}
.cf-submit {
  justify-content: center;
  width: 100%;
}

/* service areas */
.contact-areas {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.area-tags span {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--muted);
  font-size: 0.88rem;
  transition: 0.15s;
}
.area-tags span:hover {
  border-color: var(--white);
  color: var(--white);
  background: rgba(245, 158, 11, 0.06);
}

@media (max-width: 900px) {
  .contact-split {
    grid-template-columns: 1fr;
  }
  .contact-hero-inner h1 {
    font-size: 2.5rem;
  }
  .contact-hero-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media (max-width: 540px) {
  .cf-row {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 20px 16px;
  }
}

/* -- Contact Redesign ---------------- */
.contact-hero-v2 {
  padding-top: 82px;
}
.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}
.contact-hero-copy {
  position: relative;
  z-index: 1;
  padding-right: 8px;
}
.contact-hero-copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 0.98;
  margin-top: 10px;
}
.contact-hero-lead {
  max-width: 640px;
  margin-top: 18px;
  font-size: 1.05rem;
  color: var(--soft);
}
.contact-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.contact-hero-actions .secondary-button {
  background: rgba(255,255,255,0.05);
  color: var(--white);
  border-color: var(--line);
}
.contact-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.08), rgba(247,251,255,0.025));
  box-shadow: 0 18px 60px rgba(0,0,0,0.2);
}
.contact-hero-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(255,255,255,0.16), transparent 35%, rgba(255,255,255,0.14));
  pointer-events: none;
}
.contact-hero-panel-top {
  position: relative;
  z-index: 1;
}
.contact-hero-panel-kicker {
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 900;
}
.contact-hero-panel-top h2 {
  margin-top: 10px;
  font-size: 1.6rem;
}
.contact-hero-panel-top p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-hero-panel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.contact-hero-panel-card {
  padding: 14px 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
}
.contact-hero-panel-card strong {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
}
.contact-hero-panel-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.contact-split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
}
.contact-method {
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.contact-form {
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.contact-areas {
  display: grid;
  gap: 20px;
}
.contact-areas .section-heading {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .contact-hero-grid,
  .contact-split {
    grid-template-columns: 1fr;
  }
  .contact-hero-copy {
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .contact-hero-panel-grid {
    grid-template-columns: 1fr;
  }
}

/* -- Hero & Feature Carousel Responsive -- */
@media (max-width: 860px) {
  .hero-fittr {
    min-height: 480px;
  }
  .hero-fittr-counters {
    gap: 28px;
    bottom: 24px;
  }
  .counter-num {
    font-size: 1.5rem;
  }
  .feature-card {
    flex: 0 0 50vw;
    padding: 36px 28px;
    min-height: 280px;
  }
}
@media (max-width: 540px) {
  .hero-fittr {
    min-height: 540px;
  }
  .hero-fittr-content {
    padding: 80px 16px 40px;
  }
  .hero-split-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 80px 20px 40px;
    gap: 32px;
  }
  .hero-split-left {
    max-width: 100%;
  }
  .hero-split-left .hero-fittr-headline {
    text-align: left;
  }
  .hero-split-left .hero-fittr-sub {
    text-align: left;
  }
  .hero-split-right {
    flex: none;
  }
  .hero-plan-card {
    padding: 24px 22px 22px;
  }
  .hero-fittr-headline {
    font-size: 2rem;
  }
  .hero-fittr-sub {
    font-size: 0.9rem;
  }
  .hero-fittr-counters {
    flex-wrap: wrap;
    gap: 16px;
    bottom: 16px;
  }
  .feature-carousel-section {
    padding: 48px 0;
  }
  .feature-card {
    flex: 0 0 85vw;
    padding: 28px 20px;
    min-height: 260px;
  }
}

/* -- Reveal Scroll Animations -------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* -- About Page ---------------------- */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 100%;
}
.about-story-text h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.about-story-text p {
  color: var(--soft);
  line-height: 1.75;
  margin-bottom: 12px;
}
.about-story-text p:last-child {
  margin-bottom: 0;
}
.about-story blockquote {
  border-left: 3px solid var(--white);
  padding: 16px 20px;
  margin: 20px 0 0;
  background: rgba(255,255,255,0.04);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--white);
  font-size: 0.95rem;
  line-height: 1.6;
}
.about-story blockquote cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 0.82rem;
  color: var(--white);
}
.about-story-visual {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(0,0,0,0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
}
.about-story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-team-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.about-team-card:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.about-team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0.92);
  border-radius: 12px;
  z-index: 4;
}
.about-team-card:hover .about-team-overlay {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.ato-stats {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  width: 100%;
}
.ato-stat {
  flex: 1;
  text-align: center;
  padding: 8px 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 0.6rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.ato-stat strong {
  display: block;
  font-size: 0.8rem;
  color: var(--white);
  font-weight: 800;
  margin-bottom: 2px;
  text-transform: none;
  letter-spacing: 0;
}
.ato-stat:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-2px);
}
.about-team-overlay p {
  font-size: 0.72rem;
  color: var(--soft);
  line-height: 1.5;
  margin: 0;
}
.about-team-avatar {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.15);
  background: var(--surface);
}
.about-team-card h4 {
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.about-team-card small {
  font-size: 0.75rem;
  color: var(--soft);
}
.about-founder {
  max-width: 100%;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px 28px 36px;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.about-founder:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.about-founder-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 0 30px rgba(255,255,255,0.08);
}
.about-founder-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-founder h2 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
.about-founder .about-founder-role {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.about-founder p {
  color: var(--soft);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto 16px;
}
.about-founder blockquote {
  border-left: 3px solid var(--white);
  padding: 12px 16px;
  margin: 0 auto;
  max-width: 480px;
  background: rgba(255,255,255,0.04);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .about-story { grid-template-columns: 1fr; gap: 24px; }
  .about-values { grid-template-columns: 1fr; }
  .about-team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .about-team-grid { grid-template-columns: 1fr; }
}

/* -- Homepage Coach Enhanced Hover --- */
.home-coach-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.4s;
  overflow: hidden;
  cursor: pointer;
}
.home-coach-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--accent, rgba(255,255,255,0.3));
  box-shadow: 0 16px 48px rgba(0,0,0,0.2), 0 0 30px rgba(255,255,255,0.05);
}
.home-coach-card .coach-avatar-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: 100px; height: 100px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 2px solid var(--accent, var(--white));
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), box-shadow 0.4s;
}
.home-coach-card:hover .coach-avatar-wrap {
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(255,255,255,0.15);
}
.home-coach-card .coach-avatar-inner {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
}
.home-coach-card .coach-avatar-img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%; position: absolute; inset: 0;
}
.ccv2-avatar-img {
  width: 100%; height: 100%; object-fit: contain;
}
.about-team-avatar-img {
  width: 100%; height: 100%; object-fit: contain; border-radius: 50%; position: absolute; inset: 0;
}
.cp-avatar-img {
  width: 100%; height: 100%; object-fit: contain; border-radius: 8px;
}
.home-coach-card h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1rem;
  transition: color 0.3s;
}
.home-coach-card:hover h3 {
  color: var(--accent, var(--white));
}
.home-coach-card .coach-role {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  color: var(--muted);
}
.home-coach-card .coach-hover-layer {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 20px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.95) 30%, rgba(0,0,0,0.7));
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 3;
}
.home-coach-card:hover .coach-hover-layer {
  transform: translateY(0);
}
.home-coach-card .coach-hover-layer p {
  font-size: 0.78rem;
  color: var(--soft);
  line-height: 1.5;
  margin: 8px 0 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease 0.1s, transform 0.35s ease 0.1s;
}
.home-coach-card:hover .coach-hover-layer p {
  opacity: 1;
  transform: translateY(0);
}
.home-coach-card .coach-hover-layer .coach-hover-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 12px;
  border-radius: 16px;
  background: var(--accent, rgba(255,255,255,0.12));
  color: var(--accent, var(--white));
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease 0.15s, transform 0.35s ease 0.15s;
}
.home-coach-card:hover .coach-hover-layer .coach-hover-tag {
  opacity: 1;
  transform: translateY(0);
}
.coach-overlay-stats {
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}
.home-coach-card:hover .coach-overlay-stats {
  opacity: 1;
  transform: translateY(0);
}
.coach-ostat {
  flex: 1;
  text-align: center;
  padding: 6px 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  font-size: 0.65rem;
  color: var(--muted);
  border: 1px solid rgba(255,255,255,0.04);
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.coach-ostat strong {
  display: block;
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 800;
  margin-bottom: 1px;
}
.coach-ostat:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--accent, rgba(255,255,255,0.15));
  transform: translateY(-2px);
}
.home-coach-card .coach-highlight-badge {
  position: absolute;
  top: 12px; right: 12px;
  padding: 3px 10px;
  border-radius: 12px;
  background: var(--accent, var(--white));
  color: var(--bg);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* -- CTA Strip Enhanced -------------- */
.cta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 34px auto 72px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(0,0,0,0.94) 0%, rgba(15,10,18,0.96) 54%, rgba(29,5,18,0.92) 100%),
    radial-gradient(ellipse at 88% 38%, rgba(248,113,113,0.12), transparent 58%);
  box-shadow: 0 18px 50px rgba(0,0,0,0.28);
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 14% 0%, rgba(255,255,255,0.11), transparent 42%),
    linear-gradient(90deg, rgba(255,255,255,0.06), transparent 48%);
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.6s;
}
.cta-strip:hover::before {
  opacity: 0.95;
}
.cta-strip > * {
  position: relative;
  z-index: 1;
}
.cta-strip .page-shell {
  width: 100%;
  max-width: none;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.cta-strip h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.05;
}
.cta-strip p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.55;
}
.cta-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}
.cta-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 800;
}
.cta-strip .primary-button {
  position: relative;
  min-width: 220px;
  padding-inline: 34px;
  justify-self: end;
  animation: ctaPulse 2.5s ease-in-out infinite;
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.2); }
  50% { box-shadow: 0 0 0 12px rgba(255,255,255,0); }
}
@media (max-width: 760px) {
  .cta-strip,
  .cta-strip .page-shell {
    grid-template-columns: 1fr;
  }
  .cta-strip {
    width: min(100% - 28px, 560px);
    margin: 28px auto 56px;
    padding: 26px 20px;
    border-radius: 16px;
  }
  .cta-strip .primary-button {
    width: 100%;
    justify-self: stretch;
  }
  .cta-trust {
    gap: 9px 14px;
  }
}

/* -- Update Card Enhanced ------------ */
.update-card {
  position: relative;
  min-height: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(247,251,255,0.07), rgba(247,251,255,0.035));
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.update-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.update-card time {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

/* -- Footer --------------------------- */
.site-footer {
  width: 100%;
  padding: 48px 24px 0;
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 14px;
}
.footer-logo img {
  width: 44px; height: 44px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--white);
}
.footer-logo-text {
  font-family: var(--font-display);
  font-size: 1rem;
}
.footer-logo-text strong { color: var(--white); display: block; }
.footer-logo-text span { color: var(--muted); font-weight: 500; }
.footer-tagline {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 16px;
  max-width: 300px;
}
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 0.8rem;
}
.footer-contact span svg { flex-shrink: 0; color: var(--white); }
.footer-col h4 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a,
.footer-nav-link {
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.2s;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.footer-nav a:hover,
.footer-nav-link:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 32px;
  gap: 16px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), color 0.15s, border-color 0.15s, background 0.15s;
}
.footer-social a:hover {
  transform: translateY(-3px);
  color: var(--white);
  border-color: var(--white);
  background: rgba(255,255,255,0.08);
}
.footer-social svg { width: 16px; height: 16px; }
.footer-copy {
  color: var(--muted);
  font-size: 0.78rem;
}
.footer-gallery {
  padding: 32px 0 16px;
}
.footer-gallery h4 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--white);
}
.footer-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.footer-gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.footer-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.footer-gallery-item:hover img {
  transform: scale(1.08);
}
.footer-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 10px;
  font-size: 0.7rem;
  color: #fff;
  background: rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
@media (max-width: 860px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* -- Cycle Carousel -------- */
.cycle-carousel-wrap {
  position: relative;
  max-width: 100%;
}

.cycle-carousel-track {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.cycle-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.cycle-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.cycle-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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

.cycle-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  font-size: 0.85rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.cycle-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.cycle-carousel-btn:hover {
  background: var(--accent);
  color: #000;
}

.cycle-prev { left: 16px; }
.cycle-next { right: 16px; }

.cycle-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.cycle-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s;
}

.cycle-dot.active {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0 8px rgba(255,255,255,0.4);
}

@media (max-width: 720px) {
  .cycle-carousel-track { height: 340px; }
  .cycle-carousel-btn { width: 36px; height: 36px; font-size: 1rem; }
  .cycle-caption { font-size: 0.75rem; padding: 10px 14px; }
}

/* -- Services Horizontal Cards -------- */
.svc-card {
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.02));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.4s;
}
.svc-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent, rgba(255,255,255,0.2));
  box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 0 30px rgba(255,255,255,0.04);
}
.svc-card-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}
.svc-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(80%) contrast(1.1);
  transition: filter 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-card:hover .svc-card-img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.03);
}
.svc-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(225deg, rgba(0,0,0,0.55) 15%, transparent 50%);
  pointer-events: none;
}
.svc-card-body {
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.svc-card-badge {
  display: inline-block;
  width: fit-content;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.svc-card-body h3 {
  font-family: var(--font-display);
  color: var(--white);
  font-size: 1.5rem;
  transition: color 0.3s;
}
.svc-card:hover h3 { color: var(--accent, var(--white)); }
.svc-summary {
  margin-top: 10px;
  color: var(--soft);
  font-size: 0.88rem;
  line-height: 1.6;
}
.svc-short {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}
.svc-short strong { color: var(--white); }
.svc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.svc-features li {
  color: var(--soft);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  flex: 0 0 calc(50% - 10px);
}
.svc-features li::before { display: none; }
.svc-features li svg { flex-shrink: 0; color: var(--accent, var(--white)); }
.svc-card-foot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.svc-sessions {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
  background: rgba(247,251,255,0.06);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-mono, monospace);
}
.svc-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  font-size: 0.8rem;
  font-weight: 700;
}
.svc-compare-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  font-family: inherit;
}
.svc-compare-btn:hover {
  color: var(--white);
  border-color: var(--white);
}
.svc-compare-btn.selected {
  color: #000;
  background: var(--white);
  border-color: var(--white);
}
.svc-card.selected {
  border-color: var(--white);
  box-shadow: 0 0 0 1px var(--white), 0 12px 40px rgba(0,0,0,0.2);
}
@media (max-width: 860px) {
  .svc-card { grid-template-columns: 1fr; }
  .svc-card-img-wrap { min-height: 200px; max-height: 220px; }
  .svc-card-body { padding: 20px; }
  .svc-card-body h3 { font-size: 1.15rem; }
  .svc-features li { flex: 0 0 100%; }
}

.event-price {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
}


/* -- Events Page -- */
.ev-hero {
  position: relative;
  padding: 100px 24px 60px;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

/* -- Footer refresh ------------------------- */
.footer-refresh { width:calc(100% - 48px); margin:88px auto 0; padding:0; border:1px solid var(--line); border-radius:22px 22px 0 0; background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(10,10,10,.88) 42%); overflow:hidden; }
.footer-refresh .footer-topline { min-height:104px; display:flex; align-items:center; gap:28px; padding:24px 32px; border-bottom:1px solid var(--line); }
.footer-refresh .footer-logo { margin:0; flex:0 0 auto; }
.footer-refresh .footer-logo img { width:42px; height:42px; }
.footer-refresh .footer-topline > p { margin:0; color:var(--muted); font-size:.88rem; }
.footer-cta { margin-left:auto; display:inline-flex; gap:10px; align-items:center; color:var(--black); background:var(--white); border-radius:999px; padding:11px 16px; text-decoration:none; font-size:.78rem; font-weight:800; }
.footer-cta span { font-size:1.15rem; line-height:0; }
.footer-refresh-grid { display:grid; grid-template-columns:1.4fr repeat(4, 1fr); gap:28px; padding:34px 32px 38px; }
.footer-refresh .footer-intro { display:flex; flex-direction:column; align-items:flex-start; gap:8px; max-width:300px; }
.footer-refresh .footer-intro p { margin:0 0 8px; color:var(--soft); font-size:.88rem; line-height:1.6; }
.footer-refresh .footer-intro a { color:var(--white); font-size:.8rem; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.3); }
.footer-refresh .footer-col h4 { margin-bottom:14px; font-size:.7rem; color:var(--muted); }
.footer-refresh .footer-nav { gap:9px; }
.footer-refresh .footer-nav a { color:var(--soft); font-size:.81rem; }
.footer-refresh .footer-address { color:var(--soft); font-size:.8rem; line-height:1.6; margin:0 0 14px; }
.footer-refresh .footer-contact-col { display:flex; flex-direction:column; gap:8px; }
.footer-refresh .footer-contact-col a,
.footer-refresh .footer-contact-col span { display:flex; align-items:center; gap:7px; color:var(--soft); font-size:.8rem; text-decoration:none; transition:color .2s; }
.footer-refresh .footer-contact-col a:hover { color:var(--white); }
.footer-refresh .footer-contact-col svg { flex-shrink:0; }
.footer-refresh .footer-contact-cta { margin-top:10px; display:inline-flex !important; align-items:center; gap:5px; color:var(--white) !important; font-size:.78rem !important; font-weight:600; background:rgba(255,255,255,.07); padding:6px 12px; border-radius:8px; border:1px solid rgba(255,255,255,.12); transition:background .2s; }
.footer-refresh .footer-contact-cta:hover { background:rgba(255,255,255,.14); }
.footer-refresh .footer-social a { width:30px; height:30px; border-radius:50%; font-size:.62rem; font-weight:800; text-decoration:none; }
.footer-refresh .footer-bottom { border-top:1px solid var(--line); padding:16px 32px; }
.footer-refresh .footer-bottom > a { color:var(--muted); font-size:.75rem; text-decoration:none; }
@media (max-width:860px) { .footer-refresh .footer-refresh-grid { grid-template-columns:repeat(2, 1fr); } .footer-refresh .footer-intro { grid-column:1 / -1; max-width:440px; } }
@media (max-width:540px) { .footer-refresh { width:calc(100% - 24px); margin-top:56px; } .footer-refresh .footer-topline { align-items:flex-start; flex-wrap:wrap; gap:15px; padding:22px; } .footer-refresh .footer-topline > p { width:100%; order:3; } .footer-refresh .footer-cta { margin-left:auto; } .footer-refresh .footer-refresh-grid { grid-template-columns:1fr 1fr; padding:28px 22px; gap:26px 16px; } .footer-refresh .footer-bottom { padding:16px 22px; flex-direction:row; text-align:left; } }
.admin-empty { padding:30px 16px !important; text-align:center; color:var(--muted); }

/* Persistent contact actions */
.wa-float { position:fixed; right:22px; bottom:22px; z-index:120; width:56px; height:56px; display:inline-flex; align-items:center; justify-content:center; padding:0; border:1px solid rgba(255,255,255,.38); border-radius:50%; background:#25d366; box-shadow:0 12px 30px rgba(0,0,0,.42); color:#fff; text-decoration:none; transition:transform .2s ease, box-shadow .2s ease; }
.wa-float:hover { transform:translateY(-3px); box-shadow:0 17px 36px rgba(0,0,0,.5); }
.wa-float svg { width:28px; height:28px; flex:0 0 auto; }
.fg-chatbot { position:fixed; left:22px; bottom:22px; z-index:120; font-family:var(--font-body); }
.fg-chatbot-toggle { width:56px; height:56px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.28); border-radius:50%; color:#0b0b0b; background:#fff; box-shadow:0 12px 30px rgba(0,0,0,.42); cursor:pointer; transition:transform .2s ease, box-shadow .2s ease; }
.fg-chatbot-toggle:hover { transform:translateY(-3px); box-shadow:0 17px 36px rgba(0,0,0,.5); }
.fg-chatbot-toggle svg { width:27px; height:27px; fill:currentColor; }
.fg-chatbot-panel { position:absolute; left:0; bottom:72px; width:min(380px, calc(100vw - 44px)); height:min(520px, calc(100vh - 120px)); border:1px solid rgba(255,255,255,.16); border-radius:18px; overflow:hidden; background:#0b0b0b; box-shadow:0 22px 60px rgba(0,0,0,.5); color:#fff; opacity:0; transform:translateY(12px) scale(.98); pointer-events:none; transition:opacity .2s ease, transform .2s ease; display:flex; flex-direction:column; }
.fg-chatbot.is-open .fg-chatbot-panel { opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
.fg-chatbot-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.1); flex:0 0 auto; }
.fg-chatbot-head strong { font-size:.86rem; }
.fg-chatbot-status { display:block; margin-top:2px; color:rgba(255,255,255,.55); font-size:.68rem; font-weight:500; }
.fg-chatbot-close { width:28px; height:28px; border:0; border-radius:50%; color:#fff; background:rgba(255,255,255,.1); cursor:pointer; font:inherit; line-height:1; }
.fg-chatbot-messages { flex:1 1 auto; overflow-y:auto; display:flex; flex-direction:column; gap:10px; padding:14px 16px; scroll-behavior:smooth; }
.fg-chatbot-msg { max-width:88%; padding:10px 12px; border-radius:14px; font-size:.82rem; line-height:1.45; word-break:break-word; }
.fg-chatbot-msg-bot { align-self:flex-start; color:rgba(255,255,255,.88); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.08); border-bottom-left-radius:4px; }
.fg-chatbot-msg-user { align-self:flex-end; color:#0b0b0b; background:#fff; border-bottom-right-radius:4px; }
.fg-chatbot-msg-typing { display:inline-flex; gap:4px; align-items:center; min-height:18px; }
.fg-chatbot-msg-typing span { width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,.55); animation:fgChatTyping 1.1s infinite ease-in-out; }
.fg-chatbot-msg-typing span:nth-child(2) { animation-delay:.15s; }
.fg-chatbot-msg-typing span:nth-child(3) { animation-delay:.3s; }
@keyframes fgChatTyping { 0%,80%,100% { transform:translateY(0); opacity:.45; } 40% { transform:translateY(-4px); opacity:1; } }
.fg-chatbot-suggestions { display:flex; flex-wrap:wrap; gap:8px; padding:0 16px 10px; flex:0 0 auto; }
.fg-chatbot-chip { border:1px solid rgba(255,255,255,.14); border-radius:999px; padding:7px 11px; color:#fff; background:rgba(255,255,255,.06); cursor:pointer; font:inherit; font-size:.72rem; text-align:left; }
.fg-chatbot-chip:hover { background:rgba(255,255,255,.12); }
.fg-chatbot-chip:disabled { opacity:.45; cursor:not-allowed; }
.fg-chatbot-compose { display:flex; gap:8px; align-items:flex-end; padding:12px 14px 14px; border-top:1px solid rgba(255,255,255,.1); flex:0 0 auto; }
.fg-chatbot-input { flex:1 1 auto; min-height:42px; max-height:110px; resize:none; border:1px solid rgba(255,255,255,.14); border-radius:12px; padding:10px 12px; color:#fff; background:rgba(255,255,255,.05); font:inherit; font-size:.82rem; line-height:1.4; }
.fg-chatbot-input:focus { outline:none; border-color:rgba(255,255,255,.28); }
.fg-chatbot-send { width:42px; height:42px; border:0; border-radius:12px; color:#0b0b0b; background:#fff; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; }
.fg-chatbot-send:disabled { opacity:.45; cursor:not-allowed; }
.fg-chatbot-send svg { width:18px; height:18px; fill:currentColor; }
.fg-chatbot-foot { display:flex; justify-content:space-between; gap:10px; align-items:center; padding:0 16px 12px; flex:0 0 auto; }
.fg-chatbot-cta { display:inline-flex; align-items:center; justify-content:center; min-height:34px; border-radius:999px; padding:0 12px; color:#0b0b0b; background:#fff; font-size:.72rem; font-weight:800; text-decoration:none; }
.fg-chatbot-powered { color:rgba(255,255,255,.45); font-size:.66rem; }
@media (max-width:540px) { .wa-float { right:14px; bottom:14px; width:52px; height:52px; } .fg-chatbot { left:14px; bottom:14px; } .fg-chatbot-toggle { width:52px; height:52px; } .fg-chatbot-panel { bottom:66px; width:min(360px, calc(100vw - 28px)); height:min(68vh, 520px); } }

/* Full-screen program detail overlay */
.workout-overlay { position:fixed; inset:0; z-index:200; display:none; background:rgba(0,0,0,.76); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); }
.workout-overlay.is-open { display:flex; flex-direction:column; }
.workout-overlay-open { overflow:hidden; }
.workout-overlay-bar { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:10px max(18px, calc((100vw - 1320px) / 2)); color:var(--soft); background:#090909; border-bottom:1px solid var(--line); font-size:.8rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.workout-overlay-close { display:inline-flex; align-items:center; gap:9px; border:1px solid rgba(255,255,255,.28); border-radius:999px; padding:8px 12px; color:var(--white); background:transparent; cursor:pointer; font:inherit; font-size:.72rem; }
.workout-overlay-close span { font-size:1.2rem; line-height:.7; }
.workout-overlay-frame { flex:1; width:100%; border:0; background:#000; }
.ev-hero-shape {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 20%, rgba(245,158,11,0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 25% 60%, rgba(13,202,240,0.08), transparent 50%),
    radial-gradient(ellipse 40% 35% at 80% 75%, rgba(168,85,247,0.06), transparent 45%);
  animation: evShapeDrift 18s ease-in-out infinite alternate;
}
@keyframes evShapeDrift {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(2%,-1.5%) scale(1.05); }
}
.ev-hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247,251,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,251,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 70%);
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
.ev-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.ev-hero-text {
  flex: 1;
  max-width: 540px;
}
.ev-hero-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ev-hero-text h1 {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.1;
}
.ev-hero-text p {
  font-size: 1.05rem;
  color: var(--soft);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 480px;
}
.ev-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ev-hero-visual {
  flex: 1;
  max-width: 460px;
}
.ev-hsc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ev-hsc-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.ev-hsc-stat {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
}
.ev-hsc-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.ev-hsc-stat span {
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ev-hsc-card {
  display: flex;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.ev-hsc-card-img {
  width: 100px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.ev-hsc-card-body {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.ev-hsc-card-body strong {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.ev-hsc-card-body span {
  font-size: 0.85rem;
  color: var(--white);
}
.ev-hero-floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ev-float-icon {
  position: absolute;
  color: rgba(255,255,255,0.08);
  font-size: 24px;
  animation: evFloat 12s ease-in-out infinite;
}
@keyframes evFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.4; }
  50% { transform: translateY(-30px) rotate(180deg); opacity: 1; }
}
@media (max-width: 860px) {
  .ev-hero { min-height: initial; padding: 100px 16px 50px; }
  .ev-hero-content { flex-direction: column; gap: 30px; }
  .ev-hero-text { max-width: 100%; }
  .ev-hero-visual { max-width: 100%; }
  .ev-hsc-stats { grid-template-columns: repeat(2, 1fr); }
}

/* -- Magazine Hero -- */
.mg-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 80px;
  overflow: hidden;
}
.mg-hero-bg {
  position: absolute;
  inset: 0;
}
.mg-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(70%) contrast(1.2);
}
.mg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.45) 100%);
}
.mg-hero-content {
  position: relative;
  text-align: center;
  max-width: 750px;
}
.mg-hero-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 5px 16px;
  margin-bottom: 24px;
}
.mg-hero-content h1 {
  font-size: 3.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.mg-hero-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.mg-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.mg-hero-actions .ghost-button {
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}
.mg-hero-actions .ghost-button:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.4);
}
.mg-hero-stats {
  position: relative;
  display: flex;
  gap: 48px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  justify-content: center;
}
.mg-stat {
  text-align: center;
}
.mg-stat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}
.mg-stat span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* -- Magazine Featured Spread -- */
.mg-featured {
  padding: 60px 24px;
  background: linear-gradient(135deg, rgba(74,222,128,0.08), rgba(74,222,128,0.02) 60%, transparent);
  border-top: 1px solid rgba(74,222,128,0.15);
  border-bottom: 1px solid rgba(74,222,128,0.15);
  position: relative;
  overflow: hidden;
}
.mg-featured::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(74,222,128,0.06), transparent 60%);
  pointer-events: none;
  animation: featuredGlow 6s ease-in-out infinite;
}
@keyframes featuredGlow {
  0%, 100% { opacity: 0.4; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(30px); }
}
.mg-feat-urgent {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  background: #4ade80;
  padding: 5px 14px;
  border-radius: 50px;
  animation: urgentPulse 2s ease-in-out infinite;
}
@keyframes urgentPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74,222,128,0.4); }
  50% { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
}
.mg-feat-date-block {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 16px 0 8px;
}
.mg-feat-day {
  font-size: 3rem;
  font-weight: 800;
  color: #4ade80;
  line-height: 1;
}
.mg-feat-month {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mg-featured-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.mg-featured-inner.rev {
  direction: rtl;
}
.mg-featured-inner.rev > * {
  direction: ltr;
}
.mg-featured-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.mg-featured-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(50%) contrast(1.15);
  transition: filter 0.6s, transform 0.6s;
}
.mg-featured-visual:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.04);
}
.mg-featured-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 4px 14px;
  background: rgba(0,0,0,0.5);
 
}
.mg-featured-text h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 6px;
  letter-spacing: -0.01em;
}
.mg-featured-text p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 12px 0 20px;
}
.mg-label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
}
.mg-featured-meta {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}
.mg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.mg-tags span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 4px 14px;
  background: rgba(255,255,255,0.02);
}
.mg-tag-lvl {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #4ade80;
  border: 1px solid rgba(74,222,128,0.3);
  border-radius: 8px;
  padding: 6px 16px;
  background: rgba(74,222,128,0.1);
  transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
  cursor: default;
}
.mg-tag-lvl:hover {
  background: rgba(74,222,128,0.2);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74,222,128,0.2);
}

/* -- Next Event Highlight Details -- */
.mg-event-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.mg-event-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mg-event-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.mg-icon-date {
  background: rgba(74,222,128,0.1);
  border-color: rgba(74,222,128,0.25);
  color: #4ade80;
}
.mg-icon-time {
  background: rgba(250,204,21,0.1);
  border-color: rgba(250,204,21,0.25);
  color: #facc15;
}
.mg-icon-loc {
  background: rgba(96,165,250,0.1);
  border-color: rgba(96,165,250,0.25);
  color: #60a5fa;
}
.mg-event-detail div {
  display: flex;
  flex-direction: column;
}
.mg-event-detail strong {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 1px;
}
.mg-event-detail span:last-child {
  font-size: 0.82rem;
  color: #fff;
  font-weight: 600;
}
.mg-event-cta {
  margin-top: 4px;
}
.mg-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.mg-price {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

/* -- Magazine Grid -- */
.mg-grid-section {
  padding: 64px 24px;
}
.mg-section-header {
  text-align: center;
  margin-bottom: 44px;
}
.mg-section-header h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.mg-section-header p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.4);
  max-width: 480px;
  margin: 0 auto;
}
.mg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.mg-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mg-card {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.015);
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}
.mg-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
}
.mg-card-img {
  overflow: hidden;
}
.mg-card-img img {
  width: 100%;
  display: block;
  max-height: 55vh;
  object-fit: contain;
  filter: grayscale(60%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
}
.mg-card:hover .mg-card-img img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.05);
}
.mg-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mg-card-tag {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 3px 12px;
  width: fit-content;
}
.mg-card-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.mg-card-body p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin: 0;
}
.mg-card-meta {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
}
.mg-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 22px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
  transition: background 0.3s, border-color 0.3s;
  margin-top: 4px;
}
.mg-card-cta:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.3);
}
.mg-card-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.mg-card-cta-wa {
  border-color: rgba(255,255,255,0.25);
}

/* -- Magazine Spread -- */
.mg-spread {
  padding: 64px 24px;
}
.mg-spread-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.mg-spread-text h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 14px;
  letter-spacing: -0.01em;
}
.mg-spread-text p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
  margin: 0 0 28px;
}
.mg-spread-routes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.mg-route {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 10px;
  background: rgba(255,255,255,0.015);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  transition: border-color 0.25s, background 0.25s;
}
.mg-route:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.03);
}
.mg-route-dist {
  font-size: 1.1rem;
  font-weight: 800;
  color: #4ade80;
  min-width: 44px;
  text-shadow: 0 0 8px rgba(74,222,128,0.3);
}
.mg-route-lvl {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  padding: 2px 10px;
  min-width: 66px;
  text-align: center;
}
.mg-spread-visual {
  border-radius: 20px;
  overflow: hidden;
}
.mg-spread-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(50%) contrast(1.15);
  transition: filter 0.6s, transform 0.6s;
}
.mg-spread-visual:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.04);
}

/* -- Magazine Gallery -- */
.mg-gallery {
  padding: 64px 24px;
}
.mg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1100px;
  margin: 0 auto;
}
.mg-gal-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  aspect-ratio: 1;
}
.mg-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(70%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
  display: block;
}
.mg-gal-item:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.05);
}

/* -- Magazine CTA -- */
.mg-cta {
  text-align: center;
  padding: 64px 24px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.mg-cta h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.mg-cta p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.4);
  margin: 0 0 24px;
}

@media (max-width: 860px) {
  .mg-hero-content h1 { font-size: 2.4rem; }
  .mg-featured-inner { grid-template-columns: 1fr; gap: 32px; }
  .mg-featured-inner.rev { direction: ltr; }
  .mg-featured-visual { order: -1; }
  .mg-grid { grid-template-columns: 1fr; }
  .mg-grid-3 { grid-template-columns: 1fr; }
  .mg-spread-inner { grid-template-columns: 1fr; }
  .mg-spread-visual { order: -1; }
  .mg-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .mg-hero-stats { gap: 32px; }
}
@media (max-width: 480px) {
  .mg-hero-content h1 { font-size: 1.8rem; }
  .mg-gallery-grid { grid-template-columns: 1fr; }
}

/* -- Floating WhatsApp Icon -- */
.ev-card-alt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  transition: background 0.4s;
}
.ev-card-alt:hover .ev-card-alt-overlay { background: rgba(0,0,0,0.25); }
.ev-card-alt-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(.34,1.56,.64,1), background 0.3s;
}
.ev-card-alt:hover .ev-card-alt-icon {
  transform: scale(1.15);
  background: rgba(255,255,255,0.2);
}
.ev-card-alt-body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.ev-card-alt-num {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.ev-card-alt-body h3 {
  font-size: 1.1rem;
  margin: 0;
}
.ev-card-alt-body p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.ev-card-alt-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* -- Corporate Section -- */
.ev-corp {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
}
.ev-corp-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.2) brightness(0.12);
  z-index: -1;
}
.ev-corp-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ev-corp-showcase {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}
.ev-corp-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(0,0,0,0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s;
}
.ev-corp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.2);
}
.ev-corp-card-visual {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ev-corp-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(.34,1.56,.64,1);
}
.ev-corp-card:hover .ev-corp-card-icon { transform: scale(1.15); }
.ev-corp-card-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.ev-corp-card-body h3 {
  font-size: 1.1rem;
  color: var(--white);
  margin: 0;
}
.ev-corp-card-body p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.ev-corp-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.ev-corp-mini-card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.ev-corp-mini-card svg {
  color: var(--white);
  margin-bottom: 10px;
}
.ev-corp-mini-card h4 {
  font-size: 0.95rem;
  margin: 0 0 6px;
  color: var(--white);
}
.ev-corp-mini-card p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* -- Cycling Club -- */
.ev-cycle {
  padding: 80px 24px;
  width: 100%;
}
.ev-cycle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.ev-cycle-card {
  padding: 26px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s;
}
.ev-cycle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.2);
}
.ev-cycle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  color: var(--white);
}
.ev-cycle-card h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.ev-cycle-card p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 4px;
}
.ev-cycle-track {
  margin-top: 28px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.ev-cycle-track h3 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1rem;
}
.ev-track-bar {
  position: relative;
  height: 50px;
  margin-bottom: 24px;
}
.ev-track-step {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}
.ev-track-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: var(--bg);
  transition: background 0.4s;
}
.ev-track-step:hover .ev-track-dot { background: var(--white); }
.ev-track-step strong {
  font-size: 0.82rem;
  color: var(--white);
}
.ev-track-step small {
  font-size: 0.6rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ev-track-line {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255,255,255,0.1);
}
.ev-track-fill {
  height: 100%;
  width: 0%;
  background: var(--white);
  transition: width 1.2s cubic-bezier(.34,1.56,.64,1);
}
.ev-track-fill.animate { width: 66%; }
.ev-cycle-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .ev-grid { grid-template-columns: 1fr; }
  .ev-card-alt { grid-template-columns: 1fr; }
  .ev-card-alt-visual { min-height: 160px; }
  .ev-corp-card { grid-template-columns: 1fr; }
  .ev-corp-card-visual { min-height: 180px; }
  .ev-corp-mini { grid-template-columns: repeat(2, 1fr); }
  .ev-cycle-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .ev-corp-mini { grid-template-columns: 1fr; }
}
/* -- Events: Cycling Club Showcase --- */
.ev-cycle-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
}
.ev-cycle-visual {
  border-radius: 18px;
  overflow: hidden;
  min-height: 280px;
}
.ev-cycle-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ev-cycle-info h3 {
  font-size: 1.3rem;
  margin: 0 0 14px;
}
.ev-cycle-info ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ev-cycle-info ul li {
  font-size: 0.88rem;
  color: var(--soft);
  padding-left: 20px;
  position: relative;
}
.ev-cycle-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
}
.ev-cycle-distances {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ev-cycle-dist {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  color: var(--soft);
}
.ev-cycle-dist strong {
  color: var(--white);
  margin-right: 4px;
}

/* -- Events: FAQ (shared with services) -- */
.svc-faq-list {
  display: grid;
  gap: 10px;
  max-width: 100%;
}
.svc-faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  transition: border-color 0.3s, background 0.3s;
}
.svc-faq-item:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.svc-faq-item[open] {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
}
.svc-faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.svc-faq-item summary::-webkit-details-marker { display: none; }
.svc-faq-item summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--muted);
  transition: transform 0.3s;
  line-height: 1;
}
.svc-faq-item[open] summary::after {
  transform: rotate(45deg);
}
.svc-faq-item p {
  padding: 0 20px 18px;
  margin: 0;
  font-size: 0.88rem;
  color: var(--soft);
  line-height: 1.7;
}
.svc-faq-item p a { color: var(--white); text-decoration: underline; }

@media (max-width: 768px) {
  .ev-cycle-showcase { grid-template-columns: 1fr; }
  .ev-cycle-visual { min-height: 200px; }
}

/* -- Button Ripple -------------------- */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  transform: scale(0);
  animation: rippleAnim 0.6s ease-out;
  pointer-events: none;
}
@keyframes rippleAnim {
  to { transform: scale(4); opacity: 0; }
}

/* -- Custom Cursor -------------------- */
.fg-cursor {
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--white);
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width 0.3s, height 0.3s, border-color 0.3s, border-radius 0.3s, background 0.3s;
  will-change: left, top;
  mix-blend-mode: difference;
}
.fg-cursor-dot {
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  background: var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-hover .fg-cursor {
  width: 40px;
  height: 40px;
  border-color: var(--white);
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}

/* -- Magnetic Hover ------------------- */
.primary-button,
.secondary-button,
.ghost-button,
.magnetic {
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
  transform: translate(var(--mx, 0px), var(--my, 0px));
}

/* === FITTR-STYLE HOMEPAGE === */
.fittr-hero {
  position: relative;
  width: 100vw;
  min-height: 90vh;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(-50vw + 50%);
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 700px;
  padding: 0 24px;
}
.fittr-hero-eyebrow {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.fittr-hero-title {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.fittr-hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
  margin: 0 0 32px;
  line-height: 1.6;
  max-width: 500px;
}
.fittr-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.fittr-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.12);
}

/* -- Events: Fittr-style hero --------------------------- */
.events-fittr-hero {
  min-height: min(100vh, 820px);
  isolation: isolate;
}
.events-fittr-hero .hero-slide-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.48) 48%, rgba(0,0,0,0.36) 100%);
}
.events-fittr-hero .hero-carousel-slide img {
  filter: grayscale(55%) contrast(1.08);
  transform: scale(1.035);
  transition: transform 6s ease, filter 0.8s ease;
}
.events-fittr-hero .hero-carousel-slide.active img {
  transform: scale(1.1);
  filter: grayscale(20%) contrast(1.08);
}
.events-fittr-hero .hero-slide-content {
  max-width: 840px;
}
.events-fittr-hero .fittr-hero-title {
  font-size: clamp(3rem, 6vw, 5.7rem);
  letter-spacing: -0.06em;
}
.events-fittr-hero .fittr-hero-desc {
  max-width: 580px;
  margin: 18px auto 30px;
  font-size: 1.05rem;
}
.events-fittr-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.events-fittr-link {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  padding: 10px 2px;
  transition: border-color 0.2s, opacity 0.2s;
}
.events-fittr-link:hover { opacity: 0.72; border-color: transparent; }
.events-fittr-counters {
  width: min(100% - 48px, 960px);
  justify-content: space-between;
  gap: 24px;
}
.events-fittr-counters .fittr-counter-item {
  min-width: 170px;
}
.events-fittr-counters .fittr-counter-item + .fittr-counter-item {
  border-left: 1px solid rgba(255,255,255,0.22);
}
.events-fittr-counters .fittr-counter-label { max-width: 170px; margin-inline: auto; }

@media (max-width: 680px) {
  .events-fittr-hero { min-height: 720px; }
  .events-fittr-hero .fittr-hero-title { font-size: clamp(2.8rem, 13vw, 4.25rem); }
  .events-fittr-hero .fittr-hero-eyebrow { font-size: 1rem; }
  .events-fittr-actions { gap: 14px; flex-wrap: wrap; }
  .events-fittr-counters { bottom: 28px; width: calc(100% - 32px); gap: 8px; }
  .events-fittr-counters .fittr-counter-item { min-width: 0; flex: 1; }
  .events-fittr-counters .fittr-counter-item + .fittr-counter-item { border-left-color: rgba(255,255,255,0.16); }
  .events-fittr-counters .fittr-counter-num { font-size: 1.28rem; }
  .events-fittr-counters .fittr-counter-label { font-size: 0.67rem; }
}

.testi-avatar-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  border: 2px solid rgba(255,255,255,0.1);
}

.testi-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === LIVES TRANSFORMED === */
.lives-section {
  padding: 100px 24px;
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.lives-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.lives-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.lives-header a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.lives-header a:hover {
  color: #fff;
}

.lives-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}

.lives-carousel::-webkit-scrollbar {
  display: none;
}

.lives-card {
  min-width: 320px;
  scroll-snap-align: start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.lives-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255,255,255,0.06), 0 0 0 1px rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
}

.lives-card-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: rgba(255,255,255,0.05);
}

.lives-card-img img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.lives-card-stat {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.lives-card-unit {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}

.lives-card-metric {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lives-card-trend {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.lives-card-quote {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  font-style: italic;
}


.lives-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.lives-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.lives-nav-btn:hover {
  background: rgba(255,255,255,0.1);
}

/* === ECOSYSTEM === */
.ecosystem-section {
  padding: 100px 24px;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.ecosystem-header {
  text-align: center;
  margin-bottom: 48px;
}

.ecosystem-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}

.ecosystem-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.2;
}

.ecosystem-header p {
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.eco-scroll-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.eco-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.6);
  color: var(--white);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.eco-arrow:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}
.eco-arrow-left { left: 8px; }
.eco-arrow-right { right: 8px; }
.eco-scroll-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: ecoScroll 60s linear infinite;
}
.eco-scroll-track .ecosystem-card {
  width: 300px;
  flex-shrink: 0;
}
.video-scroll-track .svc-video-card {
  width: 420px;
  flex-shrink: 0;
}
.minds-scroll-track .minds-card {
  width: 260px;
  flex-shrink: 0;
}
.app-scroll-track img {
  width: 200px;
  flex-shrink: 0;
  border-radius: 12px;
}
.lives-scroll-track .lives-card {
  width: 280px;
  min-width: 0;
  flex-shrink: 0;
  scroll-snap-align: none;
}
@media (max-width: 640px) {
  .video-scroll-track .svc-video-card { width: 300px; }
  .minds-scroll-track .minds-card { width: 220px; }
  .app-scroll-track img { width: 160px; }
  .lives-scroll-track .lives-card { width: 240px; }
}
@keyframes ecoScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .eco-scroll-track .ecosystem-card { width: 260px; }
}

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

.ecosystem-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ecosystem-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255,255,255,0.06), 0 0 0 1px rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
}

.ecosystem-card-img {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 4px;
}

.ecosystem-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ecosystem-card-badge {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.4);
}

.ecosystem-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.ecosystem-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.ecosystem-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.1);
  align-self: flex-start;
  transition: background 0.2s;
}

.ecosystem-card-cta:hover {
  background: rgba(255,255,255,0.2);
}

.eco-filter-row {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.eco-filter-btn {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.2s;
}
.eco-filter-btn:hover {
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
}
.eco-filter-btn.active {
  background: var(--accent, #00e5ff);
  border-color: var(--accent, #00e5ff);
  color: #000;
}
.eco-level-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 6px 0 8px;
}
.eco-level-tag {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 8px;
  border-radius: 4px;
}
.eco-level-tag.beginner {
  background: rgba(76,175,80,0.2);
  color: #4caf50;
}
.eco-level-tag.intermediate {
  background: rgba(255,193,7,0.2);
  color: #ffc107;
}
.eco-level-tag.advanced {
  background: rgba(244,67,54,0.2);
  color: #f44336;
}
.ecosystem-card.hidden-level {
  display: none;
}

/* -- The Fitness Journey (Timeline) -- */
.journey-section {
  padding: 100px 24px 120px;
  position: relative;
  overflow: hidden;
}
.journey-head {
  text-align: center;
  margin-bottom: 80px;
}
.journey-head .section-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 12px;
}
.journey-head h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--white);
}
.journey-head p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto;
}
.journey-track {
  position: relative;
  max-width: 100%;
}
.journey-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.2));
  transform: translateX(-50%);
}
.journey-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}
.journey-item:last-child { margin-bottom: 0; }
.journey-item--alt { flex-direction: row-reverse; }
.journey-card {
  flex: 1;
  max-width: 420px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(247,251,255,0.05), rgba(247,251,255,0.02));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.journey-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.journey-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: #000;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.journey-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--white);
  line-height: 1.3;
}
.journey-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 18px;
}
.journey-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.journey-cta:hover { opacity: 0.7; }
.journey-node {
  flex-shrink: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.journey-node-inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid var(--white);
  background: var(--bg);
  transition: background 0.4s, transform 0.4s cubic-bezier(.34,1.56,.64,1);
}
.journey-item:hover .journey-node-inner {
  background: var(--white);
  transform: scale(1.3);
}
.journey-visual {
  flex: 1;
  max-width: 420px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  height: auto;
  transition: transform 0.5s cubic-bezier(.34,1.56,.64,1), border-color 0.3s;
}
.journey-visual:hover {
  transform: scale(1.02);
  border-color: rgba(255,255,255,0.2);
}
.journey-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(60%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
}
.journey-visual:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.05);
}
@media (max-width: 860px) {
  .journey-section { padding: 60px 16px 80px; }
  .journey-head h2 { font-size: 1.8rem; }
  .journey-head { margin-bottom: 50px; }
  .journey-line { left: 18px; }
  .journey-item { flex-direction: column !important; gap: 20px; margin-bottom: 50px; }
  .journey-card, .journey-visual { max-width: 100%; width: 100%; }
  .journey-card { padding: 22px; }
  .journey-node { position: absolute; left: 0; top: 0; width: 36px; }
  .journey-card, .journey-visual { margin-left: 50px; }
  .journey-card h3 { font-size: 1.1rem; }
}

/* === MINDS BEHIND === */
.minds-section {
  padding: 100px 24px;
  width: 100%;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.minds-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.minds-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
  line-height: 1.2;
}

.minds-header p {
  color: rgba(255,255,255,0.6);
  margin: 0;
  line-height: 1.6;
}

.minds-header a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  transition: color 0.2s;
  white-space: nowrap;
}

.minds-header a:hover {
  color: #fff;
}

.minds-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}

.minds-carousel::-webkit-scrollbar {
  display: none;
}

.minds-card {
  min-width: 250px;
  scroll-snap-align: start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.minds-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 40px rgba(255,255,255,0.06), 0 0 0 1px rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
}

.minds-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
}

.minds-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.minds-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}

.minds-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin: 0 0 8px;
}

.minds-card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.minds-card-cert {
  font-size: 0.75rem;
  color: var(--accent, #00bcd4);
  background: rgba(0,188,212,0.1);
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
}

.minds-card-exp {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
}

.coach-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.coach-carousel-arrow {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  z-index: 2;
}

.coach-carousel-arrow:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
}

/* === FEATURES SLIDER === */
.features-slider-section {
  padding: 80px 24px;
  width: 100%;
}

.features-slider-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

.features-slider-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
}

.features-slider-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-slider-content {
  flex: 1;
  max-width: 480px;
}

.features-slider-nav {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.features-slider-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.features-slider-nav-btn.active {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.features-slider-content h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 12px;
}

.features-slider-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 28px;
}

.features-slider-badges {
  display: flex;
  gap: 12px;
}

.features-slider-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  transition: background 0.2s;
}

.features-slider-badge:hover {
  background: rgba(255,255,255,0.05);
}

.features-slider-progress {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.features-slider-progress-bar {
  flex: 1;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.15);
  cursor: pointer;
  transition: background 0.3s;
}

.features-slider-progress-bar.active {
  background: #fff;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .fittr-hero-title {
    font-size: 2.8rem;
  }
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .features-slider-wrap {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .fittr-hero-title {
    font-size: 2rem;
  }
  .fittr-hero-eyebrow {
    font-size: 0.75rem;
  }
  .fittr-hero-desc {
    font-size: 0.9rem;
  }
  .fittr-hero {
    min-height: 80vh;
    padding-top: 80px;
  }
  .lives-card {
    min-width: 280px;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }
  .minds-card {
    min-width: 200px;
  }
  .lives-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .minds-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* -- Curvy Edges for All Carousels ---- */
.lives-card {
  border-radius: 18px;
  overflow: hidden;
}
.lives-card-img {
  border-radius: 14px;
  overflow: hidden;
}
.lives-card-img img {
  border-radius: 14px;
}
.feature-card {
  border-radius: 20px;
  overflow: hidden;
}
.feature-card-icon {
  border-radius: 16px;
}
.minds-card {
  border-radius: 18px;
  overflow: hidden;
}
.minds-card-avatar {
  border-radius: 16px;
  overflow: hidden;
}
.ecosystem-card {
  border-radius: 18px;
  overflow: hidden;
}
.ecosystem-card-img {
  border-radius: 14px;
  overflow: hidden;
}
.ecosystem-card-img img {
  border-radius: 14px;
}
.features-slider-visual {
  border-radius: 24px;
  overflow: hidden;
}
.features-slider-visual img {
  border-radius: 24px;
}
.testi-carousel-slide {
  border-radius: 20px;
}
.community-event-card {
  border-radius: 20px;
}
.csc-visual {
  border-radius: 18px;
  overflow: hidden;
}
.corp-card {
  border-radius: 16px;
}
.cycling-info-card {
  border-radius: 16px;
}
.plan-card {
  border-radius: 18px;
  overflow: hidden;
}
.plan-tier {
  border-radius: 16px;
}
.plan-how-card {
  border-radius: 14px;
}
.psc-card {
  border-radius: 18px;
}
.tool-card {
  border-radius: 20px;
}
.coach-card-v2 {
  border-radius: 18px;
}
.home-coach-card {
  border-radius: 20px;
}
.about-team-card {
  border-radius: 18px;
}
.about-founder {
  border-radius: 20px;
}
.about-story-visual {
  border-radius: 20px;
}

/* -- New Transformation Carousel -- */
.transformation-section {
  padding: 80px 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.04), transparent 60%);
}
.transformation-header {
  text-align: center;
  padding: 0 24px 48px;
}
.transformation-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}
.transformation-header p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
}
.transformation-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 24px 24px;
}
.transformation-carousel::-webkit-scrollbar {
  display: none;
}
.transformation-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.02));
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.4s;
}
.transformation-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 16px 48px rgba(0,0,0,0.2);
}
.transformation-card-img {
  height: 220px;
  overflow: hidden;
}
.transformation-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.transformation-card:hover .transformation-card-img img {
  transform: scale(1.08);
}
.transformation-card-body {
  padding: 20px 20px 24px;
}
.transformation-card-body h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.transformation-card-body .transformation-result {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.transformation-card-body p {
  font-size: 0.85rem;
  color: var(--soft);
  line-height: 1.6;
}

@keyframes storyCardRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes storyPulse {
  0%, 100% { transform: translateX(-50%) scale(1); box-shadow: 0 0 0 6px rgba(255,255,255,0.08); }
  50% { transform: translateX(-50%) scale(1.08); box-shadow: 0 0 0 10px rgba(255,255,255,0.04); }
}
@keyframes storyFill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.transformation-story,
.ts-storymap-card {
  animation: storyCardRise 0.7s ease both;
}
.transformation-story:nth-child(1), .ts-storymap-card:nth-child(1) { animation-delay: 0.04s; }
.transformation-story:nth-child(2), .ts-storymap-card:nth-child(2) { animation-delay: 0.12s; }
.transformation-story:nth-child(3), .ts-storymap-card:nth-child(3) { animation-delay: 0.2s; }
.transformation-story:nth-child(4), .ts-storymap-card:nth-child(4) { animation-delay: 0.28s; }
.transformation-story:nth-child(5), .ts-storymap-card:nth-child(5) { animation-delay: 0.36s; }
.transformation-story-node,
.ts-storymap-node {
  animation: storyPulse 2.8s ease-in-out infinite;
}
.transformation-story-progress,
.ts-storymap-progress {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}
.transformation-story-progress span,
.ts-storymap-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--white), rgba(255,255,255,0.35));
  transform-origin: left;
  animation: storyFill 1.2s ease both;
}

/* -- Testimonial Videos Grid -- */
.ts-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 28px;
  margin-top: 28px;
}
.ts-video-card {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s;
}
.ts-video-card:hover {
  border-color: rgba(255,255,255,0.2);
}
.ts-video-card video {
  width: 100%;
  display: block;
  background: #000;
  max-height: 65vh;
  object-fit: contain;
}
.ts-video-body {
  padding: 20px 22px 22px;
}
.ts-video-body strong {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}
.ts-video-body p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}

/* -- Studio Tour Carousel -- */
.tour-section {
  padding: 80px 0;
  position: relative;
  background: radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.04), transparent 60%);
}
.tour-header {
  text-align: center;
  padding: 0 24px 48px;
}
.tour-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}
.tour-header p {
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
}
.tour-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 24px;
}
@media (max-width: 860px) {
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }
}
.tour-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.4s;
}
.tour-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}
.tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tour-card:hover img {
  transform: scale(1.08);
}
.tour-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.tour-card-overlay span {
  color: var(--white);
  font-weight: 600;
  font-size: 0.88rem;
}

/* -- Services Split Hero --------------- */
.svc-hero-fittr {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 108px 0 60px;
  min-height: 520px;
  overflow: hidden;
}
.svc-hero-shape {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  pointer-events: none;
  animation: svcShapePulse 8s ease-in-out infinite alternate;
}
@keyframes svcShapePulse {
  0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  100% { transform: translate(-30px, 20px) scale(1.15); opacity: 1; }
}
.svc-hero-content {
  position: relative;
  z-index: 2;
  animation: heroContentFade 0.8s ease-out 0.2s both;
}
.svc-hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 16px;
  line-height: 1.05;
}
.svc-hero-content > p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.svc-hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: heroContentFade 0.8s ease-out 0.4s both;
}
.svc-hsc {
  width: 100%;
  max-width: 340px;
  padding: 28px 24px 24px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.3);
}
.svc-hsc-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 8px;
}
.svc-hsc-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.svc-hsc-price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 18px;
}
.svc-hsc-price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--muted);
}
.svc-hsc-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.svc-hsc-features li {
  font-size: 0.85rem;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.svc-hsc-features li svg {
  color: var(--white);
  flex-shrink: 0;
}
.svc-hsc-features li::before { display: none; }
@media (max-width: 820px) {
  .svc-hero-fittr { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .svc-hero-content > p { margin: 0 auto 28px; }
  .hero-actions { justify-content: center; }
  .svc-hero-visual { order: -1; }
  .svc-hsc { max-width: 300px; }
}

/* -- Services Stats Strip -------------- */
.svc-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 0;
}
.svc-stat {
  text-align: center;
  padding: 16px 8px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  transition: background 0.3s, transform 0.3s;
}
.svc-stat:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}
.svc-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.svc-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media (max-width: 640px) {
  .svc-strip { grid-template-columns: repeat(2, 1fr); }
}

/* -- How It Works Grid ---------------- */
.svc-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.svc-how-card {
  padding: 28px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.svc-how-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}
.svc-how-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: rgba(255,255,255,0.08);
  line-height: 1;
  margin-bottom: 12px;
  transition: color 0.3s;
}
.svc-how-card:hover .svc-how-num { color: rgba(255,255,255,0.2); }
.svc-how-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.svc-how-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.55;
}
@media (max-width: 860px) {
  .svc-how-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .svc-how-grid { grid-template-columns: 1fr; }
}

/* -- Services Grid/Compare Toggle ----- */
.svc-toggle-wrap {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
}
.svc-toggle-btn {
  padding: 8px 18px;
  border: none;
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.svc-toggle-btn.active {
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
.svc-toggle-btn:hover { color: var(--white); }

/* -- Horizontal Plan Cards ------------ */
#servicesGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 28px;
}

.svc-plan-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
  animation: planFadeUp 0.5s ease both;
  animation-delay: calc(0.08s * var(--idx, 0));
  cursor: pointer;
}
.svc-plan-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 19px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--accent, var(--white)), transparent 50%, var(--accent, var(--white))) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.svc-plan-card:hover::before { opacity: 1; }
.svc-plan-card:hover {
  border-color: var(--accent, var(--white));
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.2), 0 0 30px rgba(255,255,255,0.05);
}

.svc-plan-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000;
}

.svc-plan-hero {
  position: relative;
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-plan-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(60%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
}
.svc-plan-card:hover .svc-plan-hero img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.05);
}
.svc-plan-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.6));
  pointer-events: none;
}

.svc-plan-body {
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.svc-plan-body h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  transition: color 0.3s;
}
.svc-plan-card:hover h3 { color: var(--accent, var(--white)); }
.svc-plan-desc {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}
.svc-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 14px;
}
.svc-plan-actual {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
}
.svc-plan-period {
  font-size: 0.78rem;
  color: var(--muted);
}
.svc-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.svc-plan-features li {
  font-size: 0.78rem;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.svc-plan-features li::before { display: none; }
.svc-plan-features li svg { color: var(--accent, var(--white)); flex-shrink: 0; }
.svc-plan-cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* compare view */
.svc-compare-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0,0,0,0.2);
}
.svc-compare-table th,
.svc-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 0.85rem;
  color: var(--soft);
  vertical-align: middle;
}
.svc-compare-table th {
  background: rgba(255,255,255,0.04);
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-display);
}
.svc-compare-table th:first-child,
.svc-compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--white);
  position: sticky;
  left: 0;
  background: var(--bg);
  z-index: 1;
}
.svc-compare-table td:first-child {
  font-size: 0.82rem;
}
.svc-compare-table .cta-cell {
  padding: 10px 12px;
}
.svc-compare-table .cta-cell .primary-button {
  font-size: 0.72rem;
  padding: 6px 14px;
  justify-content: center;
}
.svc-compare-wrap {
  overflow-x: auto;
  border-radius: 14px;
  margin-top: 28px;
}
.svc-compare-empty {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--soft);
  background: rgba(255,255,255,0.03);
}

/* -- Services FAQ --------------------- */
.svc-faq-section {
  border-top: 1px solid var(--line);
}
.svc-faq {
  display: grid;
  gap: 10px;
}
.svc-faq details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  transition: border-color 0.3s, background 0.3s;
}
.svc-faq details:hover {
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.svc-faq details[open] {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
}
.svc-faq summary {
  padding: 16px 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.svc-faq summary::-webkit-details-marker { display: none; }
.svc-faq summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--muted);
  transition: transform 0.3s;
  line-height: 1;
}
.svc-faq details[open] summary::after {
  transform: rotate(45deg);
}
.svc-faq details p {
  padding: 0 20px 18px;
  margin: 0;
  font-size: 0.88rem;
  color: var(--soft);
  line-height: 1.7;
}
@media (max-width: 560px) {
  .svc-hero-fittr { padding: 20px 0 40px; }
  .svc-hsc { max-width: 100%; }
}

/* -- Contact Gallery Carousel -- */
.gallery-shell {
  padding-bottom: 60px;
}
.gallery-cat {
  margin-bottom: 40px;
}
.gallery-cat-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 14px;
  color: var(--soft);
}
.gallery-carousel-wrap {
  position: relative;
}
.gallery-carr-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 10px;
}
.gallery-carr-track::-webkit-scrollbar { display: none; }
.gallery-carr-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--surface);
}
.gallery-carr-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.gallery-carr-card:hover img {
  transform: scale(1.06);
}
.gallery-carr-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  pointer-events: none;
}
.gallery-carr-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(0,0,0,0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  line-height: 1;
  padding: 0;
}
.gallery-carr-btn:hover {
  background: var(--white);
  color: #000;
}
.gallery-carr-prev { left: -12px; }
.gallery-carr-next { right: -12px; }
.gallery-carr-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.gallery-carr-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
}
.gallery-carr-dot.active {
  background: #fff;
  border-color: #fff;
}

@media (max-width: 720px) {
  .gallery-carr-card { flex: 0 0 220px; }
  .gallery-carr-prev { left: -6px; }
  .gallery-carr-next { right: -6px; }
}
@media (max-width: 480px) {
  .gallery-carr-card { flex: 0 0 180px; }
}

/* Utility Classes */
.pb-0 { padding-bottom: 0; }
.pt-40-pb-28 { padding-top: 40px; padding-bottom: 28px; }
.pt-42-pb-34 { padding-top: 42px; padding-bottom: 34px; }
.pt-42-pb-42 { padding-top: 42px; padding-bottom: 42px; }
.mt-24 { margin-top: 24px; }
.mt-12 { margin-top: 12px; }
.grid-full { grid-column: 1 / -1; }
.flex-gap-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.flex-gap-wrap-mt-12 { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.btn-center { justify-content: center; }
.icon-white-bg { color: var(--white); background: rgba(255, 255, 255, 0.1); }
.mt-12-jc { margin-top: 12px; justify-content: center; }

/* -- Fittr Animation Keyframes -- */
@keyframes fittrFadeUp { from { opacity:0; transform:translateY(36px); } to { opacity:1; transform:translateY(0); } }
@keyframes fittrFadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fittrScaleIn { from { opacity:0; transform:scale(0.96); } to { opacity:1; transform:scale(1); } }
@keyframes fittrProgressFill { from { width:0% !important; } }
@keyframes fittrCountUp { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }

/* -- Fittr Card System -- */
.fittr-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fittr-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  box-shadow: 0 18px 55px rgba(0,0,0,0.2);
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
}
.fittr-card:hover { transform: translateY(-4px); box-shadow: 0 24px 70px rgba(0,0,0,0.35); }
.fittr-card-img img { width: 100%; height: 214px; object-fit: cover; display: block; }
.fittr-card-body { padding: 18px 18px 20px; }
.fittr-card-body h3 { margin-bottom: 8px; font-size: 1.05rem; }
.fittr-card-body p { margin-bottom: 12px; color: var(--soft); }

.fittr-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: var(--white);
}

.fittr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fittr-tags span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  color: var(--muted);
}

.fittr-card-hover {
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease;
}
.fittr-card-hover:hover { transform: translateY(-3px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }

/* -- Events Grid -- */
.fittr-events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fittr-event-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.04), rgba(247,251,255,0.01));
  position: relative;
  overflow: hidden;
}
.fittr-event-card.grid-full { grid-column: 1 / -1; }
.fittr-event-card h3 { font-size: 1.15rem; margin: 14px 0 8px; }

.fittr-btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

/* -- Transformation Timeline -- */
.fittr-transformations { padding: 72px 0 58px; }
.transformation-header { text-align: center; margin-bottom: 36px; }
.transformation-header h2 { font-size: 2rem; }
.transformation-header p { color: var(--soft); max-width: 600px; margin: 8px auto 0; }

.fittr-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.fittr-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}

.fittr-tl-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
}
.fittr-tl-alt { grid-template-columns: minmax(280px, 0.68fr) minmax(0, 0.92fr); }
.fittr-tl-alt .fittr-tl-img { order: 2; }
.fittr-tl-alt .fittr-tl-body { order: 1; }
.fittr-tl-node {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 0 6px rgba(255,255,255,0.08);
  z-index: 2;
}
.fittr-tl-img { min-height: 260px; }
.fittr-tl-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fittr-tl-body { padding: 24px; display: flex; flex-direction: column; justify-content: center; }
.fittr-tl-body h3 { margin-bottom: 8px; font-size: 1.28rem; }
.fittr-tl-body p { margin-bottom: 14px; color: var(--soft); line-height: 1.7; }

.fittr-progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 14px;
  overflow: hidden;
}
.fittr-progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--white), rgba(255,255,255,0.6));
  animation: fittrProgressFill 1.2s cubic-bezier(0.22,1,0.36,1) forwards;
}

/* -- Studio Tour -- */
.fittr-studio { padding: 60px 0; }
.studio-header { text-align: center; margin-bottom: 32px; }
.studio-header h2 { font-size: 2rem; }
.studio-header p { color: var(--soft); margin-top: 6px; }
.studio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.studio-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.studio-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.studio-card:hover img { transform: scale(1.06); }
.studio-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85));
  display: flex;
  align-items: flex-end;
  padding: 18px;
}
.studio-card-overlay span {
  font-weight: 600;
  font-size: 0.88rem;
}

/* -- Responsive -- */
@media (max-width: 980px) {
  .fittr-grid-3col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .fittr-timeline::before { left: 14px; display: none; }
  .fittr-tl-node { left: 14px; top: 18px; display: none; }
  .fittr-tl-card,
  .fittr-tl-alt { grid-template-columns: 1fr; }
  .fittr-tl-alt .fittr-tl-img,
  .fittr-tl-alt .fittr-tl-body { order: initial; }
  .fittr-tl-body { padding: 20px 18px 22px; }
  .fittr-events-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .fittr-grid-3col { grid-template-columns: 1fr; }
  .fittr-card-img img { height: 200px; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-card img { height: 200px; }
}

/* -- Enhanced Animations -- */
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}
.reveal-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > *:nth-child(3) { transition-delay: 0.15s; }
.reveal-stagger > *:nth-child(4) { transition-delay: 0.2s; }
.reveal-stagger > *:nth-child(5) { transition-delay: 0.25s; }
.reveal-stagger > *:nth-child(6) { transition-delay: 0.3s; }
.reveal-stagger > *:nth-child(7) { transition-delay: 0.35s; }
.reveal-stagger > *:nth-child(8) { transition-delay: 0.4s; }

.counter-num {
  display: inline-block;
}

/* -- Homepage Conversion Redesign -- */
.hp-lead-form {
  max-width: 100%;
  margin: 0;
}
.hp-lead-inner {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.hp-lead-inner input {
  flex: 1;
  min-width: 130px;
  padding: 11px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 0.85rem;
  outline: none;
}
.hp-lead-inner input::placeholder { color: rgba(255,255,255,0.5); }
.hp-lead-inner .primary-button {
  padding: 11px 20px;
  font-size: 0.85rem;
}
.hp-lead-note {
  margin: 10px 0 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  text-align: center;
}

.hp-trust-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 28px 20px 22px;
  border-bottom: 1px solid var(--line);
}
.hp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--soft);
  font-size: 0.82rem;
}
.hp-trust-icon {
  display: inline-flex;
  color: var(--white);
  opacity: 0.7;
}

.hp-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 100%;
}
.hp-pricing-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px 22px 24px;
  background: linear-gradient(180deg, rgba(247,251,255,0.05), rgba(247,251,255,0.01));
  display: flex;
  flex-direction: column;
  position: relative;
}
.hp-pricing-tag {
  position: absolute;
  top: -1px;
  right: 20px;
  background: rgba(255,255,255,0.1);
  border: 1px solid var(--line);
  border-top: none;
  padding: 4px 12px;
  border-radius: 0 0 8px 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.hp-pricing-tag-feat {
  background: var(--white);
  color: #000;
  border-color: var(--white);
}
.hp-pricing-featured {
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.15), 0 18px 50px rgba(0,0,0,0.4);
}
.hp-pricing-card h3 {
  font-size: 1.1rem;
  margin: 0 0 4px;
}
.hp-pricing-sub {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0 0 14px;
}
.hp-pricing-amount {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--white);
}
.hp-pricing-currency {
  font-size: 1rem;
  vertical-align: super;
  margin-right: 2px;
  opacity: 0.6;
}
.hp-pricing-period {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px;
}
.hp-pricing-features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.hp-pricing-features li {
  padding-left: 22px;
  position: relative;
  font-size: 0.82rem;
  color: var(--soft);
  line-height: 1.4;
}
.hp-pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
}
.hp-pricing-footer {
  text-align: center;
  margin-top: 28px;
}

.hp-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hp-social-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 20px;
  background: linear-gradient(180deg, rgba(247,251,255,0.04), rgba(247,251,255,0.01));
}
.hp-social-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.hp-social-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.hp-social-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-social-head h4 {
  margin: 0;
  font-size: 0.9rem;
}
.hp-social-result {
  margin-left: auto;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--white);
  background: rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.hp-social-card p {
  font-size: 0.82rem;
  color: var(--soft);
  line-height: 1.6;
  margin: 0;
}
.stars {
  display: flex;
  gap: 2px;
}

.hp-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 100%;
}
.hp-how-card {
  text-align: center;
  padding: 32px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  position: relative;
  background: linear-gradient(180deg, rgba(247,251,255,0.04), rgba(247,251,255,0.01));
}
.hp-how-num {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 2.4rem;
  font-weight: 800;
  color: rgba(255,255,255,0.05);
  line-height: 1;
}
.hp-how-icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--white);
  opacity: 0.7;
}
.hp-how-card h3 {
  font-size: 1rem;
  margin: 0 0 8px;
}
.hp-how-card p {
  font-size: 0.82rem;
  color: var(--soft);
  margin: 0;
  line-height: 1.6;
}

.hp-lead {
  position: relative;
  overflow: hidden;
}
.hp-lead-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.04), transparent 60%);
  pointer-events: none;
}
.hp-lead-inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hp-lead-content h2 {
  font-size: 1.8rem;
  margin: 10px 0 14px;
  line-height: 1.2;
}
.hp-lead-content p {
  color: var(--soft);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0 0 20px;
}
.hp-lead-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-lead-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--soft);
}
.hp-lead-bullets li svg { color: var(--white); opacity: 0.6; flex-shrink: 0; }
.hp-lead-form-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247,251,255,0.06), rgba(247,251,255,0.02));
}
.hp-lead-form-box input,
.hp-lead-form-box select {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 0.85rem;
  outline: none;
  font-family: var(--font-body);
}
.hp-lead-form-box input::placeholder { color: rgba(255,255,255,0.4); }
.hp-lead-form-box select option { background: #111; color: #fff; }

@media (max-width: 768px) {
  .hp-pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
  .hp-social-grid { grid-template-columns: 1fr; }
  .hp-how-grid { grid-template-columns: 1fr; max-width: 360px; }
  .hp-lead-inner-wrap { grid-template-columns: 1fr; }
  .hp-trust-strip { gap: 14px; flex-direction: column; align-items: center; }
  .hp-lead-inner { flex-direction: column; }
  .hp-lead-inner input { min-width: auto; }
}

/* -- App Showcase -- */
.fg-app-section {
  padding: 70px 24px;
  background: linear-gradient(135deg, rgba(0,0,0,0.5), rgba(255,107,53,0.06));
  position: relative;
  overflow: hidden;
}
.fg-app-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,107,53,0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.fg-app-header {
  text-align: center;
  margin-bottom: 40px;
}
.fg-app-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.fg-app-header p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
}
.fg-app-screens {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
 
  padding: 12px 24px 20px;
  margin-bottom: 48px;
}
.fg-app-screens::-webkit-scrollbar { height: 6px; }
.fg-app-screens::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 10px; }
.fg-app-screens::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
.fg-app-screens img {
  flex: 0 0 180px;
  height: 360px;
  scroll-snap-align: start;
  border-radius: 20px;
  border: 2px solid rgba(255,255,255,0.08);
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.fg-app-screens img:hover {
  transform: scale(1.05) translateY(-6px);
  box-shadow: 0 16px 48px rgba(255,107,53,0.2);
  border-color: rgba(255,107,53,0.4);
}
.fg-app-stores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.fg-app-store-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1),
              box-shadow 0.4s ease,
              background 0.3s ease,
              border-color 0.3s ease;
  animation: fgAppFloat 3s ease-in-out infinite;
}
.fg-app-store-link:nth-child(2) {
  animation-delay: 1.5s;
}
.fg-app-store-link:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 36px rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
}
.fg-app-store-link svg {
  width: 28px;
  height: 28px;
}
.fg-app-store-link .fg-store-label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fg-app-store-link .fg-store-label small {
  font-size: 0.65rem;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@keyframes fgAppFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.fg-app-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 40px;
  opacity: 0.06;
  pointer-events: none;
}
.fg-app-marquee span {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  animation: fgMarquee 40s linear infinite;
}
@keyframes fgMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width: 768px) {
  .fg-app-screens img { flex: 0 0 140px; height: 280px; }
  .fg-app-store-link { padding: 10px 20px; font-size: 0.8rem; }
  .fg-app-store-link svg { width: 22px; height: 22px; }
}

/* -- Carousel Shared -- */
.fg-carousel-section {
  padding: 60px 24px 70px;
}
.fg-carousel-header {
  text-align: center;
  margin-bottom: 40px;
}
.fg-carousel-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.fg-carousel-header p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  max-width: 540px;
  margin: 0 auto;
}
.fg-carousel-wrapper {
  position: relative;
  max-width: 100%;
}
.fg-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  
  padding: 8px 4px 16px;
}
.fg-carousel-track::-webkit-scrollbar { height: 6px; }
.fg-carousel-track::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 10px; }
.fg-carousel-track::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 10px; }
.fg-carousel-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
}
.fg-carousel-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 40px rgba(255,107,53,0.18);
  border-color: rgba(255,107,53,0.4);
}
.fg-carousel-card-img {
  height: 180px;
  overflow: hidden;
}
.fg-carousel-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.fg-carousel-card:hover .fg-carousel-card-img img {
  transform: scale(1.08);
}
.fg-carousel-card-body {
  padding: 18px 20px 22px;
}
.fg-carousel-card-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--accent), #ff8a50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.fg-carousel-card-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.fg-carousel-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.fg-carousel-card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin: 0;
}
.fg-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.6);
  
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, border-color 0.3s;
  z-index: 2;
}
.fg-carousel-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
}
.fg-carousel-btn.prev { left: -18px; }
.fg-carousel-btn.next { right: -18px; }

/* -- Story Map -- */
.fg-story-section {
  padding: 60px 24px 80px;
  background: linear-gradient(180deg, transparent 0%, rgba(255,107,53,0.04) 40%, rgba(0,0,0,0.3) 100%);
}
.fg-story-header {
  text-align: center;
  margin-bottom: 50px;
}
.fg-story-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.fg-story-header p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
}
.fg-story-map {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fg-story-map::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), rgba(255,107,53,0.15));
  transform: translateX(-50%);
  border-radius: 10px;
}
.fg-story-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.fg-story-item:nth-child(odd) {
  flex-direction: row;
  padding-right: calc(50% + 30px);
  text-align: right;
}
.fg-story-item:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: calc(50% + 30px);
  text-align: left;
}
.fg-story-dot {
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid #111;
  z-index: 2;
  transition: box-shadow 0.3s, transform 0.3s;
}
.fg-story-item:hover .fg-story-dot {
  box-shadow: 0 0 0 6px rgba(255,107,53,0.25);
  transform: translateX(-50%) scale(1.2);
}
.fg-story-content {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 18px 22px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.fg-story-item:hover .fg-story-content {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255,107,53,0.12);
  border-color: rgba(255,107,53,0.3);
}
.fg-story-year {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent);
  display: block;
  margin-bottom: 4px;
}
.fg-story-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.fg-story-content p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .fg-carousel-card { flex: 0 0 250px; }
  .fg-carousel-btn { display: none; }
  .fg-story-map::before { left: 20px; }
  .fg-story-item:nth-child(odd),
  .fg-story-item:nth-child(even) {
    padding: 10px 0 10px 50px;
    flex-direction: row;
    text-align: left;
  }
  .fg-story-dot { left: 20px; top: 24px; }
}

/* -- New Ride Announcement Horizontal Card -- */
.ride-announcement {
  padding: 80px 24px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(10,10,10,0.9));
}
.ride-card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.4s ease,
              border-color 0.4s ease;
  margin: 0 24px;
  will-change: transform;
}
.ride-card:hover {
  transform: scale(1.015) translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: rgba(255,255,255,0.15);
}
.ride-card-img {
  flex: 0 0 400px;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.ride-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.ride-card:hover .ride-card-img img {
  transform: scale(1.06);
}
.ride-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(0,0,0,0.3));
}
.ride-card-body {
  flex: 1;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.ride-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.9);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 14px;
  border-radius: 50px;
  width: fit-content;
  background: rgba(255,255,255,0.05);
}
.ride-card-badge svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}
.ride-card-date {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ride-card-date svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.ride-card-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.ride-card-text {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0;
}
.ride-card-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.ride-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  width: fit-content;
  transition: gap 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  background: transparent;
}
.ride-card-cta:hover {
  gap: 12px;
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
}
.ride-card-cta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.3s ease;
}
.ride-card-cta:hover svg {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .ride-card {
    flex-direction: column;
  }
  .ride-card-img {
    flex: none;
    height: 220px;
  }
  .ride-card-img::after {
    background: linear-gradient(0deg, transparent 60%, rgba(0,0,0,0.4));
  }
  .ride-card-body {
    padding: 28px 24px;
  }
  .ride-card-title {
    font-size: 1.35rem;
  }
}

/* -- Fast Testimonial Carousels -- */
.fg-testi-fast {
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(255,107,53,0.04), rgba(0,0,0,0.3));
  position: relative;
}
.fg-testi-fast::before,
.fg-testi-fast::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.fg-testi-fast::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.6), transparent);
}
.fg-testi-fast::after {
  right: 0;
  background: linear-gradient(-90deg, rgba(0,0,0,0.6), transparent);
}
.fg-testi-fast-header {
  text-align: center;
  padding: 0 24px 36px;
}
.fg-testi-fast-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.fg-testi-fast-header p {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
}
.fg-testi-fast-track {
  display: flex;
  gap: 16px;
  padding: 8px 0 20px;
  will-change: transform;
}
.fast-right {
  animation: fgScrollRight 25s linear infinite;
}
.fast-left {
  transform: translateX(-50%);
  animation: fgScrollRight 25s linear infinite reverse;
}
.fg-testi-fast:hover .fast-right,
.fg-testi-fast:hover .fast-left {
  animation-play-state: paused;
}
.fg-testi-fast-card {
  flex: 0 0 280px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 16px 20px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.fg-testi-fast-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 32px rgba(255,107,53,0.15);
  border-color: rgba(255,107,53,0.35);
}
.fg-testi-fast-img {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,107,53,0.3);
}
.fg-testi-fast-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fg-testi-fast-body {
  flex: 1;
  min-width: 0;
}
.fg-testi-fast-body strong {
  display: block;
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 2px;
}
.fg-testi-fast-stars {
  font-size: 0.7rem;
  color: #ffb347;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.fg-testi-fast-body p {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
  display: -webkit-box;
 -webkit-line-clamp: 2;
line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@keyframes fgScrollRight {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* -- Services: Horizontal Plan Cards (B&W) -- */
.plans-bw-section {
  padding: 60px 0;
}
.plans-bw-header {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 40px;
}
.plans-bw-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.plans-bw-header p {
  color: rgba(255,255,255,0.5);
  font-size: 0.95rem;
  max-width: 560px;
  margin: 0 auto;
}
.plans-hz-card {
  display: flex;
  width: 100%;
  height: 380px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.4s, border-color 0.4s;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.plans-hz-card:last-child {
  margin-bottom: 0;
}
.plans-hz-card:hover {
  background: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.15);
  z-index: 1;
}
.plans-hz-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.02) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  border-radius: 16px;
}
.plans-hz-card:hover::before {
  opacity: 1;
}
.plans-hz-card-body {
  flex: 1;
  padding: 28px 28px 28px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.plans-hz-tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.plans-hz-tag.highlight {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.plans-hz-card:hover .plans-hz-tag:not(.highlight) {
  border-color: rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.8);
}
.plans-hz-card-body h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  transition: color 0.3s;
}
.plans-hz-card:hover h3 {
  color: rgba(255,255,255,0.9);
}
.plans-hz-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}
.plans-hz-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.plans-hz-price .amt {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}
.plans-hz-price .period {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin-left: 3px;
}
.plans-hz-sessions {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  white-space: nowrap;
  transition: border-color 0.3s;
}
.plans-hz-card:hover .plans-hz-sessions {
  border-color: rgba(255,255,255,0.2);
}
.plans-hz-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.plans-hz-features li {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  padding-left: 16px;
  position: relative;
}
.plans-hz-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.plans-hz-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, gap 0.3s;
  font-family: inherit;
  width: fit-content;
}
.plans-hz-btn svg {
  transition: transform 0.3s;
}
.plans-hz-card:hover .plans-hz-btn {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.3);
  gap: 10px;
}
.plans-hz-card:hover .plans-hz-btn svg {
  transform: translateX(3px);
}
.plans-hz-card-img {
  flex: 0 0 420px;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}
.plans-hz-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(70%) contrast(1.1);
  transition: filter 0.6s cubic-bezier(0.23,1,0.32,1),
              transform 0.6s cubic-bezier(0.23,1,0.32,1);
}
.plans-hz-card:hover .plans-hz-card-img img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.06);
}
.plans-hz-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, transparent 50%, rgba(0,0,0,0.5));
  pointer-events: none;
  transition: opacity 0.5s;
}
.plans-hz-card:hover .plans-hz-card-img::after {
  opacity: 0.3;
}
@media (max-width: 860px) {
  .plans-hz-card { flex-direction: column-reverse; height: auto; }
  .plans-hz-card-img { flex: none; height: 200px; }
  .plans-hz-card-img::after { background: linear-gradient(0deg, transparent 50%, rgba(0,0,0,0.5)); }
  .plans-hz-card-body { padding: 20px 18px; }
}

/* -- Plan Full-Page Overlay -- */
.plan-overlay-bw {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0,0,0,0.92);
  
  display: none;
  overflow-y: auto;
  
}
.plan-overlay-bw.open { display: block; }
.overlay-best-value {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.05);
  animation: bestValuePulse 2.5s ease-in-out infinite;
}
@keyframes bestValuePulse {
  0%, 100% { border-color: rgba(255,255,255,0.25); box-shadow: 0 0 0 0 rgba(255,255,255,0.1); }
  50% { border-color: rgba(255,255,255,0.6); box-shadow: 0 0 16px rgba(255,255,255,0.08); }
}
.plan-overlay-bw-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.plan-overlay-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s;
  z-index: 10;
  font-family: inherit;
}
.plan-overlay-close:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
}
.plan-overlay-text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.plan-overlay-text .plan-overlay-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 24px;
}
.plan-overlay-tiers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.plan-tier-bw {
  flex: 1;
  min-width: 130px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  transition: border-color 0.25s, background 0.25s;
}
.plan-tier-bw:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}
.plan-tier-bw .tier-name {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}
.plan-tier-bw .tier-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}
.plan-tier-bw .tier-price small {
  font-size: 0.7rem;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
}
.plan-overlay-sessions {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  display: inline-block;
}
.plan-overlay-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin-bottom: 24px;
}
.plan-overlay-desc strong { color: #fff; }
.plan-overlay-section {
  margin-bottom: 24px;
}
.plan-overlay-section h3 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.plan-overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.plan-overlay-list li {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.plan-overlay-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.plan-overlay-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  margin-top: 8px;
}
.plan-overlay-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.15);
}
.plan-overlay-visual {
  position: sticky;
  top: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.plan-overlay-visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(60%) contrast(1.05);
  transition: filter 0.6s, transform 0.6s;
}
.plan-overlay-visual:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.03);
}
.plan-overlay-visual-cap {
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(0,0,0,0.5);
}
.plan-overlay-visual-cap span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 860px) {
  .plan-overlay-bw-inner { grid-template-columns: 1fr; gap: 28px; padding: 30px 18px 50px; }
  .plan-overlay-visual { position: static; order: -1; max-height: 260px; }
  .plan-overlay-tiers { flex-direction: column; }
  .plan-tier-bw { min-width: auto; }
}

/* -- How It Works (overlay) -- */
.plan-overlay-how {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 60px;
}
.plan-overlay-how h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
  text-align: center;
}
.plan-overlay-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.plan-how-step {
  padding: 20px 18px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  transition: transform 0.3s, border-color 0.3s;
}
.plan-how-step:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.2);
}
.plan-how-step .step-num {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3);
  margin-bottom: 6px;
}
.plan-how-step h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.plan-how-step p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 720px) {
  .plan-overlay-how-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .plan-overlay-how-grid { grid-template-columns: 1fr; }
}

/* -- B&W Testimonials -- */
.bw-testi-section {
  padding: 70px 24px;
}
.bw-testi-header {
  text-align: center;
  margin-bottom: 44px;
}
.bw-testi-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.bw-testi-header p {
  color: rgba(255,255,255,0.45);
  font-size: 0.92rem;
}
.bw-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bw-testi-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  background: rgba(255,255,255,0.02);
  animation: bwTestiFade 0.7s ease both;
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1),
              border-color 0.35s,
              box-shadow 0.35s,
              background 0.35s;
}
.bw-testi-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.04);
}
.t-anim-1 { animation-delay: 0s; }
.t-anim-2 { animation-delay: 0.08s; }
.t-anim-3 { animation-delay: 0.16s; }
.t-anim-4 { animation-delay: 0.24s; }
.t-anim-5 { animation-delay: 0.32s; }
.t-anim-6 { animation-delay: 0.4s; }
@keyframes bwTestiFade {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.bw-testi-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
  transition: border-color 0.35s, box-shadow 0.35s;
}
.bw-testi-card:hover .bw-testi-avatar {
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.06);
}
.bw-testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.1);
  transition: filter 0.5s;
}
.bw-testi-card:hover .bw-testi-avatar img {
  filter: grayscale(60%) contrast(1);
}
.bw-testi-body p {
  margin: 0 0 10px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
  font-style: italic;
}
.bw-testi-body strong {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.bw-testi-body span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 860px) {
  .bw-testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .bw-testi-grid { grid-template-columns: 1fr; }
}


/* -- Floating WhatsApp Icon -- */
.fab-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 997;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
}
.fab-wa:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
}
.fab-wa svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

/* -- Fittr-Style Footer -- */
.footer-news {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-news-inner {
  padding: 0 24px;
}
.footer-news-proof {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-news-proof-item {
  text-align: center;
}
.footer-news-proof-item strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
}
.footer-news-proof-item span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.25);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-news-main {
  display: flex;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-news-brand {
  flex: 0 0 260px;
}
.footer-news-brand .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer-news-brand .brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.footer-news-brand .brand-text { font-size: 1rem; }
.footer-news-brand .brand-text strong { font-weight: 800; color: #fff; }
.footer-news-brand .brand-text span { color: rgba(255,255,255,0.5); }
.footer-news-tagline {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
  margin: 0 0 16px;
}
.footer-news-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-news-contact a,
.footer-news-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.25s;
}
.footer-news-contact a:hover { color: #fff; }
.footer-news-contact svg { flex-shrink: 0; opacity: 0.35; width: 14px; height: 14px; }
.footer-news-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #25d366;
  text-decoration: none;
  padding: 8px 18px;
  border: 1px solid rgba(37,211,102,0.2);
  border-radius: 8px;
  transition: background 0.25s, border-color 0.25s;
  margin-top: 12px;
}
.footer-news-wa:hover {
  background: rgba(37,211,102,0.06);
  border-color: rgba(37,211,102,0.35);
}
.footer-news-wa svg { width: 16px; height: 16px; fill: currentColor; }
.footer-news-links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.footer-news-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.2);
  margin: 0 0 14px;
}
.footer-news-col nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-news-col nav a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: color 0.25s;
}
.footer-news-col nav a:hover { color: #fff; }
.footer-news-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-news-copy {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.2);
  margin: 0;
}
.footer-news-social {
  display: flex;
  gap: 16px;
}
.footer-news-social a {
  color: rgba(255,255,255,0.25);
  transition: color 0.25s;
  display: flex;
}
.footer-news-social a:hover { color: #fff; }
.footer-news-social a svg { width: 16px; height: 16px; }
@media (max-width: 860px) {
  .footer-news-main { flex-direction: column; gap: 28px; }
  .footer-news-brand { flex: none; }
  .footer-news-links { grid-template-columns: repeat(2, 1fr); }
  .footer-news-proof { gap: 28px; flex-wrap: wrap; }
  .footer-news-bottom { flex-direction: column; gap: 14px; text-align: center; }
}

/* -- Events Gallery Carousel -- */
.mg-carousel-section {
  padding: 64px 24px;
  overflow: hidden;
}

/* -- Born Stars Section -- */
.born-stars-section {
  background: linear-gradient(180deg, rgba(74,222,128,0.04), transparent);
  border-top: 1px solid rgba(74,222,128,0.1);
}
.born-stars-info {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.born-stars-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 16px 28px;
  background: rgba(74,222,128,0.06);
  border: 1px solid rgba(74,222,128,0.15);
  border-radius: 14px;
  min-width: 100px;
}
.born-stars-stat strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: #4ade80;
}
.born-stars-stat span {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.born-stars-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: bornStarsScroll 40s linear infinite;
}
.born-stars-track:hover {
  animation-play-state: paused;
}
@keyframes bornStarsScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.born-stars-slide {
  flex: 0 0 260px;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, box-shadow 0.3s;
}
.born-stars-slide:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(74,222,128,0.3);
  box-shadow: 0 12px 32px rgba(74,222,128,0.12);
}
.born-stars-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(40%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
}
.born-stars-slide:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.06);
}
@media (max-width: 768px) {
  .born-stars-stat { padding: 12px 18px; min-width: 80px; }
  .born-stars-stat strong { font-size: 1.2rem; }
  .born-stars-slide { flex: 0 0 200px; height: 260px; }
}
.mg-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  
  padding-bottom: 8px;
  
  max-width: 1100px;
  margin: 0 auto;
}
.mg-carousel-track::-webkit-scrollbar { height: 4px; }
.mg-carousel-track::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }
.mg-carousel-track::-webkit-scrollbar-track { background: transparent; }
.mg-carousel-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  aspect-ratio: 1;
}
.mg-cc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.mg-cc-item {
  overflow: hidden;
}
.mg-cc-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(70%) contrast(1.1);
  transition: filter 0.5s, transform 0.5s;
  display: block;
}
.mg-carousel-card:hover .mg-cc-item img {
  filter: grayscale(0%) contrast(1);
}
.mg-cc-item:hover img {
  transform: scale(1.08);
}

/* -- Homepage Popup -- */
/* -- Consultation Modal ------------------- */
.consult-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.85);
  
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 20px;
}
.consult-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.consult-modal-card {
  position: relative;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 36px 32px 28px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
.consult-modal-overlay.open .consult-modal-card {
  transform: translateY(0) scale(1);
}
.consult-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.3);
  font-size: 1.5rem;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.2s;
  line-height: 1;
}
.consult-modal-close:hover { color: #fff; }
.consult-modal-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.consult-modal-card > .consult-modal-sub {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin: 0 0 18px;
}
.consult-modal-card form label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 2px;
}
.consult-modal-card form input,
.consult-modal-card form select,
.consult-modal-card form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 0.85rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.consult-modal-card form input:focus,
.consult-modal-card form select:focus,
.consult-modal-card form textarea:focus {
  border-color: rgba(255,255,255,0.3);
}
.consult-modal-card form select option {
  background: #222;
  color: #fff;
}
.consult-modal-card form .consult-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.consult-modal-card form > label,
.consult-modal-card form .consult-row {
  margin-bottom: 12px;
}
.consult-modal-card form .primary-button {
  margin-top: 4px;
}
.consult-modal-card .form-status {
  font-size: 0.8rem;
  margin: 8px 0 0;
  color: rgba(255,255,255,0.6);
}

.site-popup {
  position: fixed;
  inset: 0;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.site-popup.open {
  opacity: 1;
  visibility: visible;
}
.site-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.8);
  
}
.site-popup-card {
  position: relative;
  background: #111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px 36px 32px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1);
}
.site-popup.open .site-popup-card {
  transform: translateY(0) scale(1);
}
.site-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.3);
  font-size: 1.6rem;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.25s;
}
.site-popup-close:hover {
  color: #fff;
}
.site-popup-icon {
  color: rgba(255,255,255,0.15);
  margin-bottom: 12px;
}
.site-popup-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.site-popup-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.5;
  margin: 0 0 18px;
}
.site-popup-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
}
.site-popup-features span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 4px 14px;
}
.site-popup-cta {
  display: block;
  padding: 12px 24px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.site-popup-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.1);
}
.site-popup-later {
  background: none;
  border: none;
  color: rgba(255,255,255,0.25);
  font-size: 0.78rem;
  cursor: pointer;
  font-family: inherit;
  margin-top: 12px;
  transition: color 0.25s;
}
.site-popup-later:hover {
  color: rgba(255,255,255,0.5);
}

/* -- Coach Calendar Overlay ---------------- */
.coach-cal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.85);
 
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  padding: 20px;
}
.coach-cal-overlay.open {
  opacity: 1;
  visibility: visible;
}
.coach-cal-modal {
  background: rgba(0,0,0,0.92);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  width: 100%;
  max-width: 980px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 36px;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.35s;
}
.coach-cal-overlay.open .coach-cal-modal {
  transform: translateY(0);
}
.coach-cal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 1.6rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  transition: color 0.25s;
}
.coach-cal-close:hover {
  color: #fff;
}
.coach-cal-header {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.coach-cal-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(255,255,255,0.1);
}
.coach-cal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-cal-info h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.coach-cal-info .coach-cal-role {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  margin: 0 0 4px;
}
.coach-cal-info .coach-cal-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.coach-cal-info .coach-cal-badges span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 2px 10px;
}

/* Videos */
.coach-cal-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
.coach-cal-video {
  aspect-ratio: 16/9;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.2);
  font-size: 0.75rem;
}
.coach-cal-video svg {
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

/* Calendar */
.coach-cal-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}
.coach-cal-grid-wrap {
  overflow-x: auto;
}
.coach-cal-grid {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.75rem;
}
.coach-cal-grid th {
  text-align: center;
  padding: 8px 6px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.coach-cal-grid td {
  text-align: center;
  padding: 8px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.5);
  font-size: 0.72rem;
  vertical-align: top;
  line-height: 1.3;
}
.coach-cal-grid .cal-time {
  color: rgba(255,255,255,0.3);
  font-size: 0.68rem;
  white-space: nowrap;
  font-weight: 500;
}
.coach-cal-grid .cal-slot {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 500;
}
.coach-cal-grid .cal-slot-pt {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
}
.coach-cal-grid .cal-slot-yoga {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.5);
}
.coach-cal-grid .cal-slot-group {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.6);
}

/* Cumulative coach blocks */
.cal-coach-container {
  display: flex;
  flex-direction: column;
}
.cal-coach-block {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
  transition: border-color 0.25s;
}
.cal-coach-block:hover {
  border-color: rgba(255,255,255,0.12);
}
.cal-coach-block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.cal-coach-block-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.1);
}
.cal-coach-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cal-coach-block-info strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.cal-coach-block-info span {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.35);
}
.cal-coach-block-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cal-coach-row {
  display: grid;
  grid-template-columns: 70px repeat(7, 1fr);
  gap: 4px;
  align-items: center;
}
.cal-coach-time {
  font-size: 0.62rem;
  color: rgba(255,255,255,0.3);
  font-weight: 500;
  white-space: nowrap;
}
.cal-coach-slot {
  display: block;
  text-align: center;
  padding: 3px 2px;
  border-radius: 4px;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.cal-coach-slot-empty {
  background: none;
  border: 1px solid rgba(255,255,255,0.03);
  border-radius: 3px;
}
.cal-coach-slot.cal-slot-pt {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
}
.cal-coach-slot.cal-slot-yoga {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.5);
}
.cal-coach-slot.cal-slot-group {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.6);
}

.coach-cal-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: flex-end;
}
.coach-cal-footer a {
  padding: 10px 24px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 0.82rem;
  text-decoration: none;
  transition: transform 0.25s;
}
.coach-cal-footer a:hover {
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .coach-cal-modal {
    padding: 20px 16px;
    max-height: 95vh;
  }
  .coach-cal-header {
    flex-direction: column;
    text-align: center;
  }
  .coach-cal-videos {
    grid-template-columns: 1fr;
  }
  .coach-cal-grid {
    font-size: 0.68rem;
  }
  .coach-cal-grid th,
  .coach-cal-grid td {
    padding: 6px 3px;
  }
}

/* -- Coach Schedule Button removed -- */


/* -- Dynamic Coach Page Schedule ----------- */
.fg-coach-schedule {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 64px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
    rgba(255,255,255,0.025);
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}
.fg-coach-schedule.compact {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.fg-schedule-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}
.fg-schedule-head h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.05;
}
.fg-schedule-head p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 0.9rem;
}
.fg-schedule-stats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.fg-schedule-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.045);
  color: rgba(255,255,255,0.68);
  font-size: 0.74rem;
  white-space: nowrap;
}
.fg-schedule-stats strong {
  color: #fff;
  font-size: 0.86rem;
}
.fg-week-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.fg-day-card {
  min-height: 168px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(5, 12, 10, 0.72);
}
.fg-day-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.fg-day-top strong {
  color: #fff;
  font-size: 0.82rem;
}
.fg-day-top span {
  color: rgba(255,255,255,0.42);
  font-size: 0.66rem;
  white-space: nowrap;
}
.fg-day-slots {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fg-schedule-slot,
.fg-schedule-empty {
  display: block;
  padding: 7px 8px;
  border-radius: 9px;
  font-size: 0.72rem;
  line-height: 1.25;
}
.fg-schedule-slot {
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  background: rgba(255,255,255,0.07);
}
.fg-schedule-slot.pt {
  background: rgba(29, 185, 132, 0.14);
  border-color: rgba(29, 185, 132, 0.26);
}
.fg-schedule-slot.yoga {
  background: rgba(86, 156, 214, 0.14);
  border-color: rgba(86, 156, 214, 0.24);
}
.fg-schedule-slot.group {
  background: rgba(245, 158, 11, 0.13);
  border-color: rgba(245, 158, 11, 0.24);
}
.fg-schedule-empty {
  border: 1px dashed rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.025);
}
.fg-coach-schedule.compact .fg-schedule-head {
  display: none;
}
.fg-coach-schedule.compact .fg-week-calendar {
  min-width: 760px;
}
.fg-coach-schedule.compact .fg-day-card {
  min-height: 132px;
  background: rgba(255,255,255,0.035);
}

@media (max-width: 980px) {
  .fg-schedule-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .fg-schedule-stats {
    justify-content: flex-start;
  }
  .fg-week-calendar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .fg-coach-schedule {
    width: min(100% - 20px, 1180px);
    padding: 14px;
    margin-top: 18px;
  }
  .fg-week-calendar {
    grid-template-columns: 1fr;
  }
  .fg-day-card {
    /* 'min-height: auto' has poor support in older Firefox; use 0 to allow flex/grid children to collapse as needed */
    min-height: 0;
  }
}

/* -- Services Catalog Overlay ------------ */
.svc-cat-overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(0,0,0,0.93);
  
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  padding: 20px;
}
.svc-cat-overlay.open {
  opacity: 1;
  visibility: visible;
}
.svc-cat-modal {
  background: rgba(0,0,0,0.9);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  max-height: 88vh;
  overflow-y: auto;
  padding: 28px 32px;
  position: relative;
  transform: translateY(24px);
  transition: transform 0.35s;
}
.svc-cat-overlay.open .svc-cat-modal {
  transform: translateY(0);
}
.svc-cat-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.3);
  font-size: 1.5rem;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  transition: color 0.25s, transform 0.25s;
}
.svc-cat-close:hover {
  color: #fff;
  transform: rotate(90deg);
}
.svc-cat-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svc-cat-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.svc-cat-header p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}
.svc-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}
.svc-cat-card {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 18px;
  transition: border-color 0.25s;
}
.svc-cat-card:hover {
  border-color: rgba(255,255,255,0.15);
}
.svc-cat-card.has-img {
  padding: 0;
  overflow: hidden;
}
.svc-cat-card.has-img .svc-cat-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.svc-cat-card.has-img .svc-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-cat-card.has-img .svc-cat-card-body {
  padding: 18px;
}
.svc-cat-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.svc-cat-card .svc-cat-sub {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.svc-cat-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.svc-cat-card-tags span {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 3px 10px;
  line-height: 1.4;
}
.svc-cat-card-tags .svc-cat-em {
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.7);
}
.svc-cat-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-cat-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 10px;
}
.svc-cat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.svc-cat-item strong {
  display: block;
  font-size: 0.78rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
.svc-cat-item p {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin: 0;
}

/* Corporate events card */
.svc-corp-card {
  grid-column: 1 / -1;
}
.svc-corp-card .svc-corp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.svc-corp-card .svc-corp-grid span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 8px 12px;
}

/* Trigger button */
.svc-cat-trigger {
  position: fixed;
  right: 20px;
  bottom: 76px;
  z-index: 9997;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  
}
.svc-cat-trigger:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  transform: scale(1.05);
}
.svc-cat-trigger svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 640px) {
  .svc-cat-modal {
    padding: 20px 16px;
    max-height: 95vh;
  }
  .svc-cat-grid {
    grid-template-columns: 1fr;
  }
}

/* -- Services Page Catalog -- */
.svc-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
}
.svc-page-card {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 20px;
  transition: border-color 0.25s;
}
.svc-page-card:hover {
  border-color: rgba(255,255,255,0.15);
}
.svc-page-card.has-img {
  padding: 0;
  overflow: hidden;
}
.svc-page-card.has-img .svc-page-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.svc-page-card.has-img .svc-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-page-card.has-img .svc-page-card-body {
  padding: 20px;
}
.svc-page-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
.svc-page-card .svc-page-sub {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}
.svc-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.svc-page-tags span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 4px 10px;
}
.svc-page-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.svc-page-item {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 12px;
}
.svc-page-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.svc-page-item strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}
.svc-page-item p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}
.svc-corp-page {
  grid-column: 1 / -1;
}
.svc-corp-page .svc-corp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.svc-corp-page .svc-corp-grid span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 8px 14px;
}

/* -- Services Video Section -- */
.svc-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 30px;
  margin-top: 28px;
}
.svc-video-card {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.svc-video-card:hover {
  border-color: rgba(255,255,255,0.2);
}
.svc-video-wrap {
  background: #000;
  aspect-ratio: 16 / 9;
  max-height: 200px;
}
.svc-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.svc-video-body {
  padding: 16px 18px 18px;
  flex: 1;
}
.svc-video-tag {
  display: inline-block;
  font-size: 0.6rem;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 2px 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.svc-video-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.svc-video-body p {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  margin: 0 0 10px;
}
.svc-video-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.svc-video-stats span {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  padding: 3px 10px;
}

/* -- Home Page Redesign --------------- */
.page-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.home-page { overflow-x: clip; }
.home-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.home-section-accent {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.03) 40%, transparent) !important;
}
.fg-carousel-header h2 em,
.home-pillars-copy h2 em,
.fg-story-header h2 em,
.fg-testi-fast-header h2 em,
.fg-app-header h2 em,
.bw-testi-header h2 em {
  font-style: normal;
  color: #fff;
}

.home-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background: #0a0a0a;
}
.home-hero-slides { position: absolute; inset: 0; }
.home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 1.4s ease;
}
.home-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.home-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.7s ease;
}
.home-hero-img.is-loaded { opacity: 1; }
.home-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.9) 100%);
}
.home-hero-grain { display: none; }
.home-hero-content {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 24px 180px;
}
.home-hero-panels {
  position: relative;
  width: 100%;
  min-height: 260px;
}
.home-hero-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}
.home-hero-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.home-hero-badge {
  display: inline-flex;
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.06);
  margin-bottom: 18px;
}
.home-hero-title {
  font-size: clamp(2.6rem, 6.5vw, 4.8rem);
  line-height: 1.05;
  margin: 0 0 16px;
  color: #fff;
  font-weight: 700;
}
.home-hero-title em {
  font-style: normal;
  color: #fff;
}
.home-hero-sub {
  color: rgba(255,255,255,0.68);
  font-size: 1.02rem;
  line-height: 1.75;
}
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.home-hero-cta { min-width: 190px; justify-content: center; }
.home-hero-counters {
  position: absolute;
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 40px;
  width: calc(100% - 32px);
}
.home-hero-controls {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-hero-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.35);
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.home-hero-nav:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
  transform: scale(1.05);
}
.home-hero-dots { display: flex; gap: 8px; }
.home-hero-dots button {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
}
.home-hero-dots button.is-active {
  width: 44px;
  background: #fff;
}
.home-hero-scroll {
  position: absolute;
  right: 28px;
  bottom: 110px;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: homeScrollBounce 2s ease-in-out infinite;
  transition: color 0.25s;
}
.home-hero-scroll:hover { color: #fff; }
.home-hero-scroll svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
@keyframes homeScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.home-trust {
  padding: 0 24px;
  margin-top: -34px;
  position: relative;
  z-index: 6;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.home-trust-inner {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(10,10,10,0.85);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.home-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 32px;
  text-align: center;
  position: relative;
}
.home-trust-item + .home-trust-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.06);
}
.home-trust-item strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.home-trust-item span {
  color: rgba(255,255,255,0.5);
  font-size: 0.76rem;
}

.home-pillars {
  padding: 80px 24px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.home-pillars-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 0 24px;
}
.home-pillars-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin: 0 0 14px;
  color: #fff;
}
.home-pillars-copy h2 em { font-style: normal; color: #fff; }
.home-pillars-copy p {
  color: rgba(255,255,255,0.58);
  line-height: 1.7;
  margin: 0;
}
.home-pillars-grid {
  display: grid;
  gap: 16px;
}
.home-pillar-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.home-pillar-card:hover {
  transform: translateX(6px);
  border-color: rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.04);
}
.home-pillar-num {
  flex: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(255,255,255,0.2);
  line-height: 1.2;
}
.home-pillar-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1rem;
}
.home-pillar-card p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 0.86rem;
  line-height: 1.55;
}

.fg-carousel-pro .fg-carousel-card {
  flex: 0 0 min(320px, 82vw);
}
.fg-carousel-pro-wrap {
  padding: 0 24px;
}
.fg-carousel-pro .fg-carousel-card-img {
  height: 200px;
  position: relative;
}
.fg-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent);
  color: #111;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fg-card-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}
.fg-card-link:hover { text-decoration: underline; }
.fg-carousel-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 0 6px;
}
.fg-carousel-dots {
  display: flex;
  gap: 8px;
  flex: 1 1 auto;
}
.fg-carousel-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.fg-carousel-dots button.is-active {
  background: var(--accent);
  transform: scale(1.25);
}
.fg-carousel-progress {
  flex: 0 0 120px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
}
.fg-carousel-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #ff8a50);
  transition: width 0.35s ease;
}

.home-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0s);
}
.home-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.img-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.img-reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.img-reveal img {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.fg-story-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fg-story-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.fg-story-item:hover .fg-story-content {
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-3px);
}
.home-cta {
  padding: 80px 24px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  border-top: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 900px) {
  .home-trust-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 24px;
    padding: 24px;
    gap: 16px;
  }
  .home-trust-item + .home-trust-item::before { display: none; }
  .home-pillars-inner { grid-template-columns: 1fr; }
  .home-hero-scroll { display: none; }
  .home-hero-counters { bottom: 96px; gap: 18px 24px; }
}
@media (max-width: 560px) {
  .home-hero-content { padding-bottom: 210px; }
  .home-hero-counters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    bottom: 108px;
  }
  .home-hero-actions { width: 100%; }
  .home-hero-cta { width: 100%; }
  .fg-carousel-btn.prev { left: 4px; }
  .fg-carousel-btn.next { right: 4px; }
}

/* -- Service Detail Horizontal Cards (Plans-style) -- */
.svc-detail-section {
  padding: 48px 0;
}
.svc-detail-section .page-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.svc-detail-section .section-heading {
  text-align: center;
  margin-bottom: 32px;
}
.svc-detail-section .section-heading h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
}
.svc-detail-section .section-heading p {
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
}

.svc-hz-card {
  display: flex;
  width: 100%;
  height: 420px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.4s, border-color 0.4s, box-shadow 0.4s;
  position: relative;
  overflow: visible;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.03);
}
.svc-hz-card:last-child { margin-bottom: 0; }
.svc-hz-card + .svc-hz-card { margin-top: 80px; }
.svc-hz-card:hover:not(.active) {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.15);
  z-index: 1;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.svc-hz-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.02) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  border-radius: 16px;
}
.svc-hz-card:hover:not(.active)::before { opacity: 1; }

/* -- Left body -- */
.svc-hz-body {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.svc-hz-tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.svc-hz-card:hover:not(.active) .svc-hz-tag {
  border-color: rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.8);
}
.svc-hz-body h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  transition: color 0.3s;
}
.svc-hz-card:hover:not(.active) h3 { color: rgba(255,255,255,0.9); }
.svc-hz-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
  line-height: 1.5;
}
.svc-hz-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.svc-hz-meta-item {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  gap: 5px;
}
.svc-hz-meta-item strong {
  color: rgba(255,255,255,0.85);
  font-weight: 700;
}
.svc-hz-features {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.svc-hz-features li {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  padding-left: 16px;
  position: relative;
}
.svc-hz-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
}
.svc-hz-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.svc-hz-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
  transform: translateY(-2px);
}
.svc-hz-btn svg {
  transition: transform 0.3s;
}
.svc-hz-card:hover:not(.active) .svc-hz-btn svg {
  transform: translateX(3px);
}

/* -- Right image -- */
.svc-hz-img {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: -20px -24px -20px -20px;
  z-index: 2;
}
.svc-hz-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: filter 0.6s, transform 0.6s;
}
.svc-hz-card:hover:not(.active) .svc-hz-img img {
  filter: grayscale(0%) contrast(1.1);
  transform: scale(1.04);
}
.svc-hz-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(0,0,0,0.3) 100%);
  pointer-events: none;
  transition: opacity 0.4s;
}
.svc-hz-card:hover:not(.active) .svc-hz-img::after { opacity: 0.6; }

/* -- Workout Overlay -- */
.svc-hz-overlay {
  position: fixed;
  inset: 0;
  background: #0a0a0a;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
  overflow-y: auto;
  border-radius: 0;
  will-change: opacity;
}
.svc-hz-card.active .svc-hz-overlay {
  opacity: 1;
  visibility: visible;
}
.svc-hz-overlay-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 48px 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0;
}
.svc-hz-overlay-head h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}
.svc-hz-overlay-close {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.6);
  cursor: pointer;
  font-size: 1.4rem;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.svc-hz-overlay-close:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.svc-hz-overlay-meta {
  display: flex;
  gap: 12px;
  padding: 20px 48px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}
.svc-hz-overlay-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
}
.svc-hz-overlay-meta-item strong {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.svc-hz-overlay-meta-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.svc-hz-overlay-body {
  padding: 0 48px 40px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  flex: 1 1 auto;
}
.svc-hz-overlay-desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 28px;
}
.svc-hz-overlay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.svc-hz-overlay-col h4 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.35);
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svc-hz-overlay-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-hz-overlay-col ul li {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.svc-hz-overlay-col ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
}
.svc-hz-overlay-table {
  width: 100%;
  border-collapse: collapse;
}
.svc-hz-overlay-table th {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.35);
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svc-hz-overlay-table td {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.svc-hz-overlay-table tr:last-child td {
  border-bottom: none;
}
.svc-hz-overlay-table tr:hover td {
  background: rgba(255,255,255,0.03);
}
.svc-hz-overlay-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(10,10,10,0.95);
  
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.svc-hz-overlay-footer span {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
}
.svc-hz-overlay-footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 50px;
  background: #4ade80;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.svc-hz-overlay-footer a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(74,222,128,0.3);
}

@media (max-width: 768px) {
  .svc-hz-card { flex-direction: column-reverse; height: auto; overflow: hidden; }
  .svc-hz-img { width: 100%; height: 220px; margin: 0; border-radius: 20px 20px 0 0; }
  .svc-hz-body { padding: 24px; }
  .svc-hz-img::after { background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent 60%); }
  .svc-hz-body { padding: 20px 18px; }
  .svc-hz-overlay-grid { grid-template-columns: 1fr; }
  .svc-hz-overlay { padding: 0; }
  .svc-hz-overlay-meta { padding: 12px 20px; gap: 10px; }
  .svc-hz-overlay-meta-item { padding: 8px 12px; }
  .svc-hz-overlay-body { padding: 0 20px 20px; }
  .svc-hz-overlay-table { font-size: 0.8rem; }
  .svc-hz-overlay-table th, .svc-hz-overlay-table td { padding: 8px; }
  .svc-hz-overlay-footer { padding: 12px 20px; flex-direction: column; gap: 12px; }
}

/* -- Hero App Pill -- */
.hero-app-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 16px 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  font-size: 0.75rem;
  font-weight: 600;
  
  animation: pillPulse 3s ease-in-out infinite;
}
.hero-app-pill svg { color: rgba(255,255,255,0.5); flex-shrink: 0; }
.hero-app-pill-tag {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff;
  color: #000;
}
@keyframes pillPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.1); }
  50% { box-shadow: 0 0 0 6px rgba(255,255,255,0.05); }
}

/* -- App Promotion Strip -- */
.app-promo-strip {
  padding: 56px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.app-promo-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: center;
}
.app-promo-phone {
  position: relative;
}
.app-promo-phone img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.app-promo-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}
.app-promo-content h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.app-promo-content > p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0 0 20px;
}
.app-promo-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}
.app-promo-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}
.app-promo-feat svg { color: #4ade80; flex-shrink: 0; }
.app-promo-stores {
  display: flex;
  gap: 12px;
}
.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.app-store-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}
.app-store-btn small {
  display: block;
  font-size: 0.55rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.app-store-btn strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .app-promo-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .app-promo-phone { max-width: 180px; margin: 0 auto; }
  .app-promo-features { grid-template-columns: 1fr; }
  .app-promo-stores { justify-content: center; }
}

/* -- Corporate Events Section -- */
.mg-corporate {
  padding: 80px 24px;
  background: linear-gradient(135deg, rgba(74,222,128,0.04), rgba(0,0,0,0.6), rgba(74,222,128,0.02));
  border-top: 1px solid rgba(74,222,128,0.08);
  border-bottom: 1px solid rgba(74,222,128,0.08);
}
.mg-corporate-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.mg-corporate-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin: 8px 0 12px;
  line-height: 1.2;
}
.mg-corporate-text > p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 28px;
}
.mg-corporate-offerings {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mg-corp-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.mg-corp-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(74,222,128,0.12);
  color: #4ade80;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.mg-corp-item div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mg-corp-item strong {
  font-size: 0.85rem;
  color: #fff;
}
.mg-corp-item span {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
}
.mg-corporate-form-wrap {
  position: sticky;
  top: 100px;
}
.mg-corp-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px;
}
.mg-corp-form-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}
.mg-corp-form-card > p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin: 0 0 20px;
}
.mg-corp-form-card form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mg-corp-form-card label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mg-corp-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.mg-corp-form-card input,
.mg-corp-form-card select,
.mg-corp-form-card textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 0.85rem;
  font-family: inherit;
  transition: border-color 0.2s;
}
.mg-corp-form-card select option {
  background: #1a1a1a;
  color: #fff;
}
.mg-corp-form-card input:focus,
.mg-corp-form-card select:focus,
.mg-corp-form-card textarea:focus {
  outline: none;
  border-color: rgba(74,222,128,0.5);
}
.mg-corp-form-card input::placeholder,
.mg-corp-form-card textarea::placeholder {
  color: rgba(255,255,255,0.25);
}
.mg-corp-submit {
  margin-top: 4px;
}
.mg-corp-form-status {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.mg-corp-trust {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.mg-corp-trust span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 768px) {
  .mg-corporate-inner { grid-template-columns: 1fr; }
  .mg-corp-row { grid-template-columns: 1fr; }
  .mg-corporate-form-wrap { position: static; }
}

/* -- Book Modal -- */
.book-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.book-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.book-modal {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 32px;
  width: 90%;
  max-width: 440px;
  position: relative;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1);
}
.book-modal-overlay.open .book-modal {
  transform: translateY(0) scale(1);
}
.book-modal-head {
  text-align: center;
  margin-bottom: 24px;
}
.book-modal-head h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.book-modal-coach-name {
  font-size: 0.9rem;
  color: #4ade80;
  font-weight: 600;
  margin-top: 4px;
}
.book-frm-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}
.book-frm-row label {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.book-frm-row input,
.book-frm-row select,
.book-frm-row textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 0.85rem;
  font-family: inherit;
}
.book-frm-row select option {
  background: #1a1a1a;
  color: #fff;
}
.book-frm-row input:focus,
.book-frm-row select:focus,
.book-frm-row textarea:focus {
  outline: none;
  border-color: rgba(74,222,128,0.5);
}
.book-frm-row input::placeholder,
.book-frm-row textarea::placeholder {
  color: rgba(255,255,255,0.25);
}
.book-frm-submit {
  width: 100%;
  margin-top: 4px;
}
.book-modal-trust {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.book-modal-trust span {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.35);
}
@media (max-width: 768px) {
  .book-modal { width: 95%; padding: 24px; }
}

/* -- Stats Strip -- */
.stats-strip {
  padding: 48px 24px;
  background: linear-gradient(135deg, rgba(74,222,128,0.08), rgba(74,222,128,0.02));
  border-top: 1px solid rgba(74,222,128,0.15);
  border-bottom: 1px solid rgba(74,222,128,0.15);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(74,222,128,0.06);
  border: 1px solid rgba(74,222,128,0.1);
}
.stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #4ade80;
  line-height: 1;
}
.stat-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
}
@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .stat-num { font-size: 1.8rem; }
  .stat-item { padding: 16px; }
}

/* 4-week transformation challenge page */
.challenge-page {
  --challenge-green: #25d366;
  --challenge-cyan: #25d366;
  --challenge-amber: #25d366;
  --challenge-pink: #25d366;
  --challenge-green-soft: rgba(37,211,102,0.16);
  --challenge-cyan-soft: rgba(37,211,102,0.14);
  --challenge-amber-soft: rgba(37,211,102,0.16);
  padding-bottom: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.86), rgba(0,0,0,0.98)),
    radial-gradient(circle at 82% 18%, var(--challenge-green-soft), transparent 30%),
    radial-gradient(circle at 18% 42%, var(--challenge-cyan-soft), transparent 28%),
    var(--bg);
}

.challenge-page main {
  overflow: hidden;
}

.challenge-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 142px 0 74px;
  text-align: center;
}

.challenge-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.challenge-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.08) brightness(0.46);
}

.challenge-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at center, rgba(37,211,102,0.12), transparent 28%),
    radial-gradient(circle at 38% 36%, rgba(34,211,238,0.1), transparent 22%),
    linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.68) 48%, rgba(0,0,0,0.82)),
    linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.94));
}

.challenge-hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(76vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 90px rgba(37,211,102,0.08),
    inset 0 0 0 28px rgba(255,255,255,0.018),
    inset 0 0 0 90px rgba(34,211,238,0.018);
  animation: challengeHeroRing 14s linear infinite;
}

.challenge-hero-motion {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.challenge-hero-motion span {
  position: absolute;
  display: block;
  width: 86px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--challenge-cyan), var(--challenge-green), transparent);
  opacity: 0.42;
  animation: challengeHeroStreak 6s ease-in-out infinite;
}

.challenge-hero-motion span:nth-child(1) {
  left: 10%;
  top: 30%;
  transform: rotate(-18deg);
}

.challenge-hero-motion span:nth-child(2) {
  right: 12%;
  top: 24%;
  width: 120px;
  transform: rotate(16deg);
  animation-delay: 1.3s;
}

.challenge-hero-motion span:nth-child(3) {
  left: 17%;
  bottom: 24%;
  width: 70px;
  transform: rotate(22deg);
  animation-delay: 2.7s;
}

.challenge-hero-motion span:nth-child(4) {
  right: 20%;
  bottom: 30%;
  transform: rotate(-24deg);
  animation-delay: 4.1s;
}

.challenge-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 720px);
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.challenge-hero-copy {
  max-width: 720px;
  margin: 0 auto;
}

.challenge-eyebrow,
.challenge-dates {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--challenge-green-soft), rgba(255,255,255,0.055));
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 12px;
}

.challenge-hero-copy .primary-button {
  min-width: 190px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(135deg, #ffffff, #d9fff0);
  box-shadow: 0 18px 52px rgba(37,211,102,0.22);
  animation: challengeHeroCta 2.8s ease-in-out infinite;
}

.challenge-hero h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  font-size: clamp(2.9rem, 5.8vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--white);
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(0,0,0,0.72);
}

.challenge-dates {
  margin: 0 auto 16px;
  color: var(--white);
}

.challenge-lede {
  margin: 0 auto 10px;
  max-width: 560px;
  color: var(--soft);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 700;
}

.challenge-hero-note {
  max-width: 560px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.challenge-hero-proof {
  width: min(100%, 620px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px auto 0;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.3), 0 0 46px rgba(34,211,238,0.08);
}

.challenge-hero-proof div {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 22px;
  border-right: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.015));
  transition: background 0.25s ease, transform 0.25s ease;
}

.challenge-hero-proof div:nth-child(1) strong {
  color: var(--challenge-green);
}

.challenge-hero-proof div:nth-child(2) strong {
  color: var(--challenge-cyan);
}

.challenge-hero-proof div:nth-child(3) strong {
  color: var(--challenge-amber);
}

.challenge-hero-proof div:hover {
  background: linear-gradient(180deg, rgba(37,211,102,0.12), rgba(255,255,255,0.035));
  transform: translateY(-2px);
}

.challenge-hero-proof div:last-child {
  border-right: 0;
}

.challenge-hero-proof strong {
  color: var(--white);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.challenge-hero-proof span {
  margin-top: 6px;
  color: rgba(255,255,255,0.58);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@keyframes challengeHeroRing {
  from { transform: translate(-50%, -50%) rotate(0deg) scale(0.98); }
  50% { transform: translate(-50%, -50%) rotate(180deg) scale(1.03); }
  to { transform: translate(-50%, -50%) rotate(360deg) scale(0.98); }
}

@keyframes challengeHeroStreak {
  0%, 100% { opacity: 0.12; translate: 0 0; }
  45% { opacity: 0.7; translate: 18px -8px; }
}

@keyframes challengeHeroCta {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 52px rgba(37,211,102,0.2); }
  50% { transform: translateY(-2px); box-shadow: 0 24px 68px rgba(34,211,238,0.22); }
}

.challenge-strip {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
}

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

.challenge-strip-grid span {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 18px;
  color: var(--soft);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
}

.challenge-strip-grid span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--challenge-cyan);
  box-shadow: 0 0 16px rgba(34,211,238,0.58);
}

.challenge-section {
  padding: 76px 0;
}

.challenge-section-head {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.challenge-section-head h2,
.challenge-signup-copy h2,
.challenge-prize h2 {
  margin: 8px 0 10px;
  color: var(--white);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.challenge-section-head p,
.challenge-signup-copy p,
.challenge-prize p {
  color: var(--muted);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

.challenge-step,
.challenge-testimonials article,
.challenge-form,
.challenge-prize-card,
.challenge-faq-list details,
.challenge-contact-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
}

.challenge-step::before,
.challenge-testimonials article::before,
.challenge-prize-card::before,
.challenge-faq-list details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--challenge-green), var(--challenge-cyan), var(--challenge-amber));
  opacity: 0.76;
  transform-origin: left;
  transform: scaleX(0.28);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.challenge-step:hover::before,
.challenge-testimonials article:hover::before,
.challenge-prize-card:hover::before,
.challenge-faq-list details:hover::before,
.challenge-faq-list details[open]::before {
  transform: scaleX(1);
  opacity: 1;
}

.challenge-step {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.challenge-step:nth-child(1)::before { background: var(--challenge-green); }
.challenge-step:nth-child(2)::before { background: var(--challenge-cyan); }
.challenge-step:nth-child(3)::before { background: var(--challenge-amber); }
.challenge-step:nth-child(4)::before { background: var(--challenge-pink); }

.challenge-step:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

.challenge-step-visual {
  min-height: 220px;
  aspect-ratio: auto;
  background: rgba(255,255,255,0.04);
}

.challenge-step-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.challenge-step:hover .challenge-step-visual img {
  transform: scale(1.045);
  filter: saturate(1.08) brightness(1.06);
}

.challenge-step-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.challenge-step-body span,
.challenge-testimonials article span,
.challenge-prize-card span {
  color: var(--challenge-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.challenge-step-body h3,
.challenge-testimonials h3 {
  margin: 9px 0;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.15;
}

.challenge-step-body p,
.challenge-testimonials p,
.challenge-prize-card p,
.challenge-faq-list p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.challenge-testimonials {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.challenge-testimonials article {
  overflow: hidden;
  grid-column: span 3;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.challenge-testimonials article:hover {
  transform: translateY(-4px);
  border-color: rgba(37,211,102,0.26);
  box-shadow: 0 22px 60px rgba(0,0,0,0.24);
}

.challenge-testimonials img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.challenge-testimonials article:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) brightness(1.04);
}

.challenge-testimonials article > div {
  padding: 20px;
}

.challenge-testimonials strong {
  display: inline-flex;
  margin-top: 10px;
  color: var(--challenge-green);
  font-size: 0.86rem;
}

.challenge-new-proof {
  min-height: 100%;
  display: flex;
  align-items: end;
  grid-column: 4 / span 6 !important;
  min-height: 230px;
  padding-top: 64px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.05)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 12px) !important;
}

.challenge-new-proof > div {
  padding: 22px !important;
}

.challenge-prize {
  background: rgba(255,255,255,0.028);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.challenge-prize-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 48px;
  align-items: center;
}

.challenge-prize-card {
  padding: 30px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,0.2);
}

.challenge-prize-card strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--challenge-amber);
  font-size: 2rem;
  line-height: 1;
}

.challenge-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.challenge-faq-list details {
  padding: 22px;
  overflow: hidden;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.challenge-faq-list details[open] {
  border-color: rgba(34,211,238,0.28);
  background: linear-gradient(180deg, rgba(34,211,238,0.075), rgba(255,255,255,0.018));
}

.challenge-faq-list summary {
  cursor: pointer;
  color: var(--white);
  font-weight: 800;
  list-style: none;
}

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

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

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

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

.challenge-signup {
  position: relative;
  padding: 92px 0 104px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 18% 16%, rgba(34,211,238,0.09), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(251,191,36,0.08), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.055), rgba(255,255,255,0.01) 42%, rgba(37,211,102,0.055)),
    rgba(0,0,0,0.28);
}

.challenge-signup::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.challenge-signup-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 560px);
  gap: 52px;
  align-items: center;
  max-width: 1120px;
}

.challenge-signup-copy {
  max-width: 530px;
}

.challenge-signup-copy .section-kicker,
.challenge-prize .section-kicker {
  justify-content: flex-start;
}

.challenge-signup-copy h2,
.challenge-prize h2 {
  margin-top: 12px;
}

.challenge-live-panel {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025)),
    rgba(0,0,0,0.24);
  box-shadow: 0 24px 64px rgba(0,0,0,0.24);
  overflow: hidden;
}

.challenge-live-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.075), transparent);
  transform: translateX(-100%);
  animation: challengeSweep 5.5s ease-in-out infinite;
  pointer-events: none;
}

.challenge-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.challenge-live-top strong {
  color: var(--white);
  font-size: 0.95rem;
}

.challenge-live-top span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #052d16;
  background: var(--challenge-green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.challenge-live-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.challenge-live-meter span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--challenge-green), var(--challenge-cyan), var(--challenge-amber));
  animation: challengePulse 3.4s ease-in-out infinite alternate;
}

.challenge-live-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.challenge-live-grid div {
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.challenge-live-grid div:hover {
  transform: translateY(-3px);
  border-color: rgba(251,191,36,0.26);
  background: rgba(251,191,36,0.055);
}

.challenge-live-grid strong {
  display: block;
  color: var(--white);
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.challenge-live-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.challenge-contact-card {
  max-width: 420px;
  margin-top: 18px;
  padding: 20px;
}

.challenge-contact-card strong {
  display: block;
  color: var(--white);
  margin-bottom: 6px;
}

.challenge-contact-card a {
  color: var(--white);
  font-weight: 800;
}

.challenge-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 30px;
  box-shadow: 0 26px 70px rgba(0,0,0,0.28);
  overflow: hidden;
}

.challenge-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--challenge-green), var(--challenge-cyan), var(--challenge-amber));
}

.challenge-form-head {
  padding-bottom: 4px;
}

.challenge-form-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--challenge-cyan);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.challenge-form-head strong {
  display: block;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1.05;
}

.challenge-form-head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.challenge-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.challenge-form label {
  display: grid;
  gap: 6px;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.challenge-form input,
.challenge-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.045);
  color: var(--white);
  font: inherit;
  letter-spacing: 0;
  min-height: 48px;
  padding: 13px 14px;
  outline: none;
}

.challenge-form textarea {
  resize: vertical;
}

.challenge-form input:focus,
.challenge-form textarea:focus {
  border-color: rgba(34,211,238,0.5);
  box-shadow: 0 0 0 3px rgba(34,211,238,0.1);
}

.challenge-form .primary-button {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.challenge-form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.challenge-wa-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: #25d366;
  color: #052d16;
  font-weight: 900;
  font-size: 0.85rem;
  text-decoration: none;
  box-shadow: 0 14px 36px rgba(0,0,0,0.35);
}

.challenge-wa-sticky svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.svc-video-placeholder,
.ts-video-placeholder {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(37,211,102,0.12), rgba(34,211,238,0.08)),
    rgba(255,255,255,0.035);
  text-align: center;
}

.svc-video-placeholder span,
.ts-video-placeholder span {
  color: var(--white);
  font-weight: 800;
}

.svc-video-placeholder a,
.ts-video-placeholder a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #07140d;
  background: #25d366;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.challenge-page .wa-float {
  display: none;
}

.challenge-page .fg-chatbot {
  display: none;
}

@keyframes challengeSweep {
  0%, 52% { transform: translateX(-100%); opacity: 0; }
  64% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

@keyframes challengePulse {
  from { width: 58%; filter: brightness(0.92); }
  to { width: 76%; filter: brightness(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  .challenge-hero::before,
  .challenge-hero-motion span,
  .challenge-hero-copy .primary-button,
  .challenge-live-panel::after,
  .challenge-live-meter span {
    animation: none;
  }
}

@media (max-width: 1100px) {
  .challenge-hero-inner,
  .challenge-prize-inner,
  .challenge-signup-grid {
    grid-template-columns: 1fr;
  }

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

  .challenge-hero-proof {
    width: 100%;
  }

  .challenge-testimonials article {
    grid-column: span 6;
  }

  .challenge-new-proof {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  .challenge-hero {
    padding: 108px 0 44px;
  }

  .challenge-hero h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
    line-height: 0.98;
  }

  .challenge-strip-grid,
  .challenge-steps,
  .challenge-faq-list {
    grid-template-columns: 1fr;
  }

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

  .challenge-hero-proof div {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  .challenge-hero-proof div:last-child {
    border-bottom: 0;
  }

  .challenge-step {
    grid-template-columns: 1fr;
  }

  .challenge-step-visual {
    min-height: 210px;
    aspect-ratio: 4 / 3;
  }

  .challenge-testimonials {
    grid-template-columns: 1fr;
  }

  .challenge-testimonials article,
  .challenge-new-proof {
    grid-column: auto !important;
  }

  .challenge-strip-grid span {
    min-height: 58px;
  }

  .challenge-section {
    padding: 56px 0;
  }

  .challenge-section-head {
    text-align: left;
  }

  .challenge-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .challenge-signup {
    padding-bottom: 88px;
  }

  .challenge-form {
    padding: 20px;
  }

  .challenge-live-grid,
  .challenge-form-row {
    grid-template-columns: 1fr;
  }

  .challenge-live-panel {
    margin-top: 24px;
  }

  .challenge-wa-sticky {
    left: 14px;
    right: 14px;
    justify-content: center;
  }
}

.home-latest-event {
  padding: 0 24px;
  margin-top: -28px;
  position: relative;
  z-index: 7;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.home-latest-event-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  flex-wrap: wrap;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(120deg, rgba(11, 61, 30, 0.92), rgba(154, 52, 18, 0.88)),
    radial-gradient(ellipse 70% 120% at 90% 20%, rgba(254, 243, 199, 0.18), transparent 55%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.home-latest-event-kicker {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fef3c7;
  margin-bottom: 6px;
}

.home-latest-event-copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.home-latest-event-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 46ch;
}

.home-latest-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 720px) {
  .home-latest-event { margin-top: -18px; }
  .home-latest-event-inner { padding: 18px 16px; }
}

