@font-face{font-family:"Neuropol";src:url("assets/fonts/Neuropol.otf") format("opentype");font-display:swap}
@font-face{font-family:"Taskor";src:url("assets/fonts/Taskor-Personal-Use-BF687fa83aedd94.ttf") format("truetype");font-display:swap}

:root{
  --bg:#020807;
  --panel:#061312;
  --teal:#00f5f7;
  --white:#f7fbfb;
  --muted:rgba(247,251,251,.78);
  --line:rgba(0,245,247,.34);
  --glow:0 0 16px rgba(0,245,247,.42),0 0 36px rgba(0,245,247,.20),0 0 70px rgba(0,245,247,.10);
  --hard-glow:0 0 10px rgba(0,245,247,.85),0 0 30px rgba(0,245,247,.45),0 0 80px rgba(0,245,247,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{
  margin:0;
  background:
    radial-gradient(circle at 15% 0%,rgba(0,245,247,.15),transparent 28rem),
    radial-gradient(circle at 85% 18%,rgba(0,245,247,.08),transparent 34rem),
    linear-gradient(180deg,#010403,#020807 38%,#000 100%);
  color:var(--white);
  font-family:"Taskor",system-ui,sans-serif;
  letter-spacing:.055em;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;display:block}
iframe{display:block;border:0}

.site-header{
  position:fixed;
  z-index:50;
  top:0;left:0;right:0;
  height:86px;
  padding:0 clamp(16px,4vw,72px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:linear-gradient(180deg,rgba(0,0,0,.90),rgba(0,0,0,.48));
  backdrop-filter:blur(16px);
}
.brand img{width:min(285px,40vw);height:auto;filter:drop-shadow(0 0 14px rgba(0,245,247,.38))}
.header-nav{display:flex;gap:12px;align-items:center}
.header-nav a,.wire-btn,.big-cta,.outline-cta,.package-tab{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.header-nav a{
  font-family:"Neuropol";
  font-size:12px;
  text-transform:uppercase;
  padding:14px 18px;
  border:1px solid rgba(0,245,247,.45);
  border-radius:999px;
  background:rgba(0,0,0,.34);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,color .22s ease;
}
.header-nav a::before,.outline-cta::before,.package-tab::before,.big-cta::before,.wire-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent,rgba(255,255,255,.20),transparent);
  transform:translateX(-130%);
  transition:transform .7s ease;
  z-index:-1;
}
.header-nav a:hover::before,.outline-cta:hover::before,.package-tab:hover::before,.big-cta:hover::before,.wire-btn:hover::before{transform:translateX(130%)}
.header-nav a:hover{transform:translateY(-2px);border-color:var(--teal);box-shadow:var(--glow);color:var(--teal)}
.header-nav .nav-book{color:var(--teal);border-color:var(--teal);box-shadow:0 0 18px rgba(0,245,247,.16)}
.menu-toggle{display:none;background:transparent;border:0;width:48px;height:44px;padding:8px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:var(--teal);margin:7px 0;box-shadow:var(--glow);transition:.25s ease}
.menu-toggle.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

.hero{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.07)}
.youtube-hero{overflow:hidden;background:#000;pointer-events:none}
.youtube-hero iframe{position:absolute;top:50%;left:50%;width:177.78vh;min-width:100vw;height:100vh;min-height:56.25vw;transform:translate(-50%,-50%);filter:saturate(1.08) contrast(1.07)}
.hero-scrim{position:absolute;inset:0;background:radial-gradient(circle at 50% 43%,rgba(0,0,0,.04),rgba(0,0,0,.44) 56%,rgba(0,0,0,.72)),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.76))}
.hero-center{position:relative;z-index:2;text-align:center;display:grid;gap:26px;place-items:center;padding:130px 20px 84px}
.eyebrow,.kicker{font-family:"Neuropol";text-transform:uppercase;color:var(--teal);letter-spacing:.36em;font-size:clamp(12px,1.05vw,17px);margin:0;text-shadow:0 0 16px rgba(0,245,247,.44)}
.big-cta{
  font-family:"Neuropol";
  text-transform:uppercase;
  font-size:clamp(28px,4.4vw,68px);
  padding:25px 72px;
  color:var(--white);
  background:rgba(0,0,0,.42);
  border:2px solid var(--teal);
  border-radius:26px;
  clip-path:polygon(0 0,92% 0,100% 36%,100% 100%,8% 100%,0 64%);
  box-shadow:var(--hard-glow),inset 0 0 25px rgba(0,245,247,.15);
  animation:pulseCta 2.8s ease-in-out infinite;
}
.big-cta:hover{transform:translateY(-4px) scale(1.025)}
@keyframes pulseCta{0%,100%{box-shadow:0 0 18px rgba(0,245,247,.34),inset 0 0 22px rgba(0,245,247,.14)}50%{box-shadow:var(--hard-glow),inset 0 0 32px rgba(0,245,247,.22)}}
.sound-toggle,.mini-play{position:absolute;z-index:4;right:24px;bottom:26px;font-family:"Neuropol";text-transform:uppercase;color:var(--white);border:1px solid var(--line);border-radius:999px;padding:13px 18px;background:rgba(0,0,0,.58);cursor:pointer;box-shadow:0 0 18px rgba(0,245,247,.16)}
.sound-toggle:hover,.mini-play:hover{border-color:var(--teal);box-shadow:var(--glow);color:var(--teal)}
.scroll-cue{position:absolute;z-index:2;bottom:30px;left:50%;transform:translateX(-50%);font-family:"Neuropol";color:rgba(255,255,255,.72);text-transform:uppercase;font-size:11px;letter-spacing:.28em;animation:cue 1.8s ease-in-out infinite}
@keyframes cue{50%{transform:translate(-50%,6px);opacity:.5}}

.quick-links{max-width:1320px;margin:-38px auto 0;padding:0 clamp(16px,4vw,42px);position:relative;z-index:4;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.wire-btn{min-height:96px;display:grid;place-items:center;text-align:center;font-family:"Neuropol";text-transform:uppercase;font-size:clamp(18px,2.3vw,38px);background:rgba(0,0,0,.72);border:2px solid rgba(0,245,247,.66);border-radius:24px;clip-path:polygon(0 0,86% 0,100% 30%,100% 100%,14% 100%,0 70%);box-shadow:var(--glow),inset 0 0 28px rgba(0,245,247,.10);transition:transform .25s ease,box-shadow .25s ease,color .25s ease}
.wire-btn:hover,.wire-btn.featured{transform:translateY(-7px);color:var(--teal);box-shadow:var(--hard-glow),inset 0 0 34px rgba(0,245,247,.16)}

.section-pad{padding:clamp(72px,9vw,132px) clamp(20px,5vw,84px)}
.section-head{max-width:1080px;margin:0 auto 42px;text-align:center}.compact-head{margin-bottom:28px}
.section-head h1{font-family:"Neuropol";text-transform:uppercase;font-size:clamp(34px,5.2vw,74px);line-height:.96;margin:16px 0 0;letter-spacing:.02em;text-shadow:0 0 22px rgba(0,245,247,.12)}
.neon-panel{background:linear-gradient(180deg,rgba(0,245,247,.11),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:32px;box-shadow:var(--glow),inset 0 0 42px rgba(0,245,247,.06)}

.origin-layout{max-width:1240px;margin:0 auto 70px;display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:"copy main" "standing main";gap:22px;align-items:stretch}
.origin-copy{grid-area:copy;padding:34px;display:grid;align-content:center;gap:16px}
.origin-copy h2{font-family:"Taskor";font-size:clamp(22px,2.15vw,33px);line-height:1.18;margin:0;color:var(--white);letter-spacing:.035em}
.origin-copy p{font-size:clamp(17px,1.25vw,21px);line-height:1.48;margin:0;color:var(--muted)}
.origin-photo{margin:0;position:relative;overflow:hidden;border-radius:32px;border:1px solid var(--line);box-shadow:var(--glow);min-height:310px;background:#000}
.origin-photo img{width:100%;height:100%;object-fit:cover;transition:transform 7s ease,filter .5s ease}
.origin-photo:hover img{transform:scale(1.05);filter:saturate(1.08)}
.main-origin{grid-area:main;min-height:620px}.main-origin img{object-position:center}.standing-origin{grid-area:standing;min-height:280px}.standing-origin img{object-position:center 44%}

.coaches-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.25fr .82fr;gap:24px;align-items:start}
.coach-card{display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:start;padding:26px;position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(0,245,247,.10),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:30px;box-shadow:0 0 25px rgba(0,245,247,.08)}
.coach-card::before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle,rgba(0,245,247,.12),transparent 34%);opacity:0;transition:opacity .35s ease}.coach-card:hover::before{opacity:1}.coach-card>*{position:relative;z-index:1}
.coach-photo{width:190px;height:240px;overflow:hidden;border:2px solid rgba(0,245,247,.68);border-radius:26px;box-shadow:var(--glow);background:#061312}.coach-photo img{width:100%;height:100%;object-fit:cover;object-position:center 14%}.coach-tom .coach-photo img{object-position:center 9%}.coach-label{color:var(--teal);font-family:"Neuropol";text-transform:uppercase;font-size:12px;margin:0 0 10px}.coach-card h2{font-family:"Neuropol";text-transform:uppercase;margin:0 0 18px;font-size:clamp(24px,2.1vw,32px)}
.coach-card p:not(.coach-label){font-size:16px;line-height:1.45;color:var(--white);margin:0 0 13px}.bio-columns{column-count:2;column-gap:24px}.bio-columns p{break-inside:avoid}

.included{padding-top:80px}.included-graphic{max-width:1320px;margin:0 auto;border-radius:34px;overflow:hidden;filter:drop-shadow(0 0 24px rgba(0,245,247,.35));animation:floatSoft 5.5s ease-in-out infinite}.included-graphic img{width:100%;height:auto}
@keyframes floatSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.package-shell{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:24px}.package-tabs{display:grid;gap:14px;align-content:start;position:sticky;top:116px}.package-tab{font-family:"Neuropol";text-transform:uppercase;color:var(--white);background:rgba(0,0,0,.48);border:1px solid rgba(0,245,247,.38);border-radius:20px;clip-path:polygon(0 0,90% 0,100% 28%,100% 100%,10% 100%,0 72%);padding:23px 18px;font-size:23px;cursor:pointer;transition:all .25s ease}.package-tab.active,.package-tab:hover{color:var(--teal);border-color:var(--teal);box-shadow:var(--glow);transform:translateX(8px)}.package-stage{min-height:520px;border:1px solid var(--line);border-radius:34px;padding:28px;background:linear-gradient(180deg,rgba(0,245,247,.08),rgba(0,0,0,.32));overflow:hidden;box-shadow:inset 0 0 42px rgba(0,245,247,.06)}.package-panel{display:none;animation:panelIn .35s ease}.package-panel.active{display:block}@keyframes panelIn{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.chart-title{display:grid;grid-template-columns:auto 1fr;gap:0 22px;align-items:end;margin-bottom:24px}.chart-title span{font-family:"Neuropol";color:var(--teal);text-transform:uppercase;font-size:26px}.chart-title h2{font-family:"Neuropol";text-transform:uppercase;font-size:clamp(36px,5vw,72px);line-height:1;margin:0}.leisure-title h2{font-size:clamp(30px,4.3vw,58px)}.chart-title p{grid-column:2;margin:10px 0 0;color:var(--muted);font-size:20px}.neon-chart{display:grid;gap:0;border:2px solid var(--teal);border-radius:26px;overflow:hidden;box-shadow:var(--glow),inset 0 0 38px rgba(0,245,247,.10)}.cols-six{grid-template-columns:1.2fr repeat(5,1fr)}.cols-five{grid-template-columns:1.2fr repeat(4,1fr)}.neon-chart div{min-height:80px;display:grid;place-items:center;text-align:center;padding:14px;border-bottom:1px solid rgba(255,255,255,.38);font-family:"Neuropol";text-transform:uppercase;font-size:clamp(15px,1.45vw,24px);background:rgba(0,0,0,.22)}.neon-chart .chart-head{color:var(--white);font-size:clamp(11px,.95vw,15px);line-height:1.12;background:rgba(0,245,247,.09)}.neon-chart .teal{color:var(--teal)}.neon-chart s{text-decoration-thickness:3px;text-decoration-color:var(--white)}

.review-feature{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1.18fr .82fr 190px;gap:22px;align-items:stretch}.review-video{position:relative;overflow:hidden;min-height:390px;padding:0}.review-video video{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.05)}.review-video::after{content:"Frank Forehand Montage";position:absolute;left:24px;bottom:24px;font-family:"Neuropol";font-size:clamp(18px,2vw,30px);text-transform:uppercase;text-shadow:0 3px 18px #000}.mini-play{left:24px;right:auto;top:24px;bottom:auto}.review-live{padding:32px;display:grid;align-content:center;gap:17px}.review-live h2{font-family:"Neuropol";text-transform:uppercase;margin:0;font-size:clamp(28px,3vw,42px);line-height:1}.review-live p:not(.coach-label){margin:0;color:var(--white);font-size:19px;line-height:1.45}.review-actions{display:flex;flex-wrap:wrap;gap:12px}.outline-cta{font-family:"Neuropol";text-transform:uppercase;border:1px solid var(--teal);border-radius:999px;padding:15px 19px;color:var(--teal);background:rgba(0,0,0,.34);transition:transform .22s ease,box-shadow .22s ease}.outline-cta:hover{transform:translateY(-3px);box-shadow:var(--glow)}.qr-card{background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:30px;padding:18px;display:grid;place-items:center;gap:12px;box-shadow:var(--glow)}.qr-card img{width:150px;border-radius:18px;background:white;padding:10px}.qr-card span{font-family:"Neuropol";font-size:13px;text-transform:uppercase;color:var(--teal);text-align:center}

.steps-list{max-width:980px;margin:0 auto;display:grid;gap:16px}.steps-list a{display:grid;grid-template-columns:78px 1fr;align-items:center;min-height:86px;padding:16px 24px 16px 10px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(90deg,rgba(0,245,247,.12),rgba(255,255,255,.035));font-family:"Neuropol";text-transform:uppercase;font-size:clamp(18px,2vw,30px);transition:transform .22s ease,box-shadow .22s ease}.steps-list a:hover{transform:translateX(8px);box-shadow:var(--glow)}.steps-list span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#001313;background:var(--teal);box-shadow:var(--glow)}

.site-footer{padding:54px 20px;text-align:center;display:grid;place-items:center;gap:20px;background:#000}.site-footer img{width:min(340px,72vw);filter:drop-shadow(0 0 14px rgba(0,245,247,.36))}.site-footer p{margin:0;font-family:"Neuropol";text-transform:uppercase;color:var(--teal);font-size:18px}.footer-links,.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.footer-links a,.social-links a{font-family:"Neuropol";text-transform:uppercase;color:var(--white);border-bottom:1px solid var(--teal);padding-bottom:4px}.social-links a{color:var(--teal)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:translateY(0)}

@media (max-width:1080px){.coaches-grid{grid-template-columns:1fr}.coach-tyler{grid-template-columns:190px 1fr}.review-feature{grid-template-columns:1fr 260px}.review-live{grid-column:1}.side-qr{grid-column:2;grid-row:1/3}.origin-layout{grid-template-columns:1fr;grid-template-areas:"copy" "main" "standing"}.main-origin{min-height:480px}.standing-origin{min-height:300px}}
@media (max-width:900px){.site-header{height:78px}.brand img{width:235px}.menu-toggle{display:block}.header-nav{position:absolute;top:78px;left:12px;right:12px;display:none;grid-template-columns:repeat(5,1fr);gap:6px;padding:10px;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.92);box-shadow:var(--glow)}.header-nav.open{display:grid}.header-nav a{font-size:9px;padding:11px 5px;text-align:center}.quick-links{grid-template-columns:repeat(5,1fr);gap:7px;margin-top:-28px}.wire-btn{min-height:72px;font-size:14px;border-radius:16px}.hero-center{padding-top:120px}.package-shell{grid-template-columns:1fr}.package-tabs{position:relative;top:0;grid-template-columns:repeat(4,1fr)}.package-tab{font-size:15px;padding:16px 10px}.package-tab.active,.package-tab:hover{transform:translateY(-3px)}.neon-chart{overflow-x:auto}.cols-six{grid-template-columns:150px repeat(5,140px)}.cols-five{grid-template-columns:170px repeat(4,150px)}.bio-columns{column-count:1}}
@media (max-width:680px){.site-header{padding:0 14px}.brand img{width:210px}.quick-links{grid-template-columns:repeat(5,1fr);padding:0 8px}.wire-btn{font-size:10px;min-height:58px;border-radius:12px;clip-path:polygon(0 0,88% 0,100% 24%,100% 100%,12% 100%,0 76%)}.section-pad{padding:68px 16px}.section-head h1{font-size:34px}.eyebrow,.kicker{letter-spacing:.22em}.big-cta{font-size:34px;padding:22px 56px}.origin-copy{padding:24px}.main-origin{min-height:360px}.standing-origin{min-height:240px}.coach-card,.coach-tyler{grid-template-columns:1fr}.coach-photo{width:220px;height:250px}.review-feature{grid-template-columns:1fr}.side-qr{grid-column:auto;grid-row:auto;justify-self:stretch}.qr-card img{width:150px}.review-video{min-height:310px}.package-tabs{grid-template-columns:1fr 1fr}.chart-title{grid-template-columns:1fr}.chart-title p{grid-column:1}.steps-list a{grid-template-columns:58px 1fr;font-size:18px}.steps-list span{width:44px;height:44px}}

/* Final polish pass */
.site-header{height:82px;background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.42));border-bottom:1px solid rgba(0,245,247,.16)}
.brand{display:flex;align-items:center;min-width:230px}
.brand img{width:min(265px,36vw);max-height:58px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(0,245,247,.50))}
.header-nav{gap:10px}
.header-nav a,.outline-cta{
  border-radius:16px;
  clip-path:polygon(0 0,88% 0,100% 30%,100% 100%,12% 100%,0 70%);
  background:linear-gradient(180deg,rgba(0,245,247,.13),rgba(0,0,0,.54));
  border-color:rgba(0,245,247,.72);
  box-shadow:inset 0 0 18px rgba(0,245,247,.10),0 0 14px rgba(0,245,247,.11);
}
.header-nav a::after,.wire-btn::after,.outline-cta::after,.big-cta::after{
  content:"";
  position:absolute;
  inset:7px 10px;
  border-top:1px solid rgba(203,255,255,.72);
  border-right:1px solid rgba(203,255,255,.36);
  pointer-events:none;
  opacity:.72;
  z-index:-1;
}
.header-nav a:hover,.outline-cta:hover{background:linear-gradient(180deg,rgba(0,245,247,.25),rgba(0,0,0,.48));transform:translateY(-3px) scale(1.02)}
.sound-toggle{right:32px;bottom:44px;z-index:9;border-radius:15px;clip-path:polygon(0 0,88% 0,100% 32%,100% 100%,12% 100%,0 68%);background:rgba(0,0,0,.72);border-color:rgba(0,245,247,.72)}
.big-cta{border-radius:20px;clip-path:polygon(0 0,91% 0,100% 34%,100% 100%,9% 100%,0 66%)}
.quick-links{margin-top:-44px;gap:12px}
.wire-btn{
  min-height:86px;
  border-radius:22px;
  background:radial-gradient(circle at 50% 0%,rgba(0,245,247,.24),rgba(0,0,0,.64) 58%),linear-gradient(180deg,rgba(0,245,247,.16),rgba(0,0,0,.74));
  border:1px solid rgba(0,245,247,.86);
  clip-path:polygon(0 0,84% 0,100% 34%,100% 100%,16% 100%,0 66%);
  letter-spacing:.075em;
}
.wire-btn span{position:relative;text-shadow:0 0 14px rgba(0,245,247,.38)}
.wire-btn:hover,.wire-btn.featured{transform:translateY(-6px) scale(1.018);background:radial-gradient(circle at 50% 0%,rgba(0,245,247,.40),rgba(0,0,0,.62) 60%),linear-gradient(180deg,rgba(0,245,247,.22),rgba(0,0,0,.68))}

.about-section{padding-top:76px}
.compact-head{margin-bottom:24px}
.compact-head h1{font-size:clamp(34px,4.8vw,68px)}
.origin-layout{max-width:1180px;grid-template-columns:1.02fr .98fr;grid-template-areas:"main copy";gap:20px;margin-bottom:42px;align-items:stretch}
.origin-carousel{grid-area:main;position:relative;min-height:390px;overflow:hidden;padding:0;border-radius:28px;background:radial-gradient(circle at center,rgba(0,245,247,.10),#000 62%)}
.origin-slide{position:absolute;inset:0;margin:0;display:grid;place-items:center;opacity:0;animation:originFade 10s infinite;background:#000}
.origin-slide img{width:100%;height:100%;object-fit:contain;filter:saturate(1.04) contrast(1.02)}
.origin-slide.slide-one{animation-delay:0s}.origin-slide.slide-two{animation-delay:5s}
@keyframes originFade{0%,42%{opacity:1;transform:scale(1)}48%,94%{opacity:0;transform:scale(1.015)}100%{opacity:1;transform:scale(1)}}
.origin-copy{padding:26px;gap:12px}
.origin-copy h2{font-size:clamp(20px,1.7vw,27px);line-height:1.16}.origin-copy p{font-size:clamp(15px,1.03vw,18px);line-height:1.4}
.main-origin,.standing-origin{display:none}

.coaches-grid{grid-template-columns:1.55fr .72fr;gap:22px}
.coach-card{padding:24px;background:linear-gradient(135deg,rgba(0,245,247,.11),rgba(255,255,255,.03) 52%,rgba(0,245,247,.06));border-color:rgba(0,245,247,.42)}
.coach-tyler{display:block;min-height:0}.coach-tyler .coach-copy{display:block}.coach-tom{grid-template-columns:1fr}.coach-tom .coach-photo{width:100%;height:260px}.coach-tom .coach-photo img{object-position:center 10%}
.tyler-float{float:left;width:245px;height:295px;margin:0 24px 12px 0;border-radius:26px}
.tyler-float img{object-position:center 10%;transform:scale(1.42);transform-origin:center top}
.tyler-bio-wrap .bio-columns{column-count:1;column-gap:0}.tyler-bio-wrap .bio-columns p{break-inside:auto}.coach-card p:not(.coach-label){font-size:15.5px;line-height:1.42;margin-bottom:11px}.coach-card h2{margin-bottom:12px}

.review-feature{max-width:1180px;grid-template-columns:1.28fr .72fr;gap:20px}.review-video{min-height:430px;border-radius:30px}.review-video video{object-fit:cover;opacity:.92}.review-video::after{content:"";display:none}.review-video::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.46));z-index:1;pointer-events:none}.mini-play{display:none}.review-live{padding:28px;min-height:0}.review-live h2{font-size:clamp(34px,4vw,56px)}.review-live p:not(.coach-label){display:none}.review-actions{gap:14px}.outline-cta{padding:17px 22px;color:var(--white)}.qr-card{display:none!important}

.steps.section-pad{padding-bottom:30px}.steps-list{gap:12px}.steps-list a{min-height:74px;border-radius:20px;background:linear-gradient(90deg,rgba(0,245,247,.16),rgba(0,0,0,.32));font-size:clamp(16px,1.65vw,26px)}.site-footer{padding-top:24px;padding-bottom:38px}.site-footer img{width:min(290px,68vw)}

body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background:linear-gradient(90deg,transparent 0 49.6%,rgba(0,245,247,.055) 49.9% 50.1%,transparent 50.4% 100%);mix-blend-mode:screen;opacity:.65}body>*{position:relative;z-index:2}

@media (max-width:1080px){.origin-layout{grid-template-columns:1fr;grid-template-areas:"main" "copy";max-width:820px}.origin-carousel{min-height:430px}.coaches-grid{grid-template-columns:1fr}.coach-tom{grid-template-columns:210px 1fr}.coach-tom .coach-photo{width:210px;height:250px}.review-feature{grid-template-columns:1fr}.review-live{min-height:190px}.side-qr{display:none!important}}
@media (max-width:900px){.site-header{height:76px}.brand{min-width:0}.brand img{width:225px;max-height:50px}.header-nav{top:76px}.quick-links{margin-top:-32px}.wire-btn{min-height:66px}.sound-toggle{right:16px;bottom:28px}.origin-carousel{min-height:380px}.tyler-float{width:220px;height:270px}.coach-tom{grid-template-columns:1fr}.coach-tom .coach-photo{width:220px;height:250px}.review-video{min-height:340px}}
@media (max-width:680px){.brand img{width:190px}.quick-links{grid-template-columns:repeat(5,1fr);gap:6px}.wire-btn{min-height:54px;font-size:9px}.origin-carousel{min-height:300px}.origin-copy h2{font-size:20px}.tyler-float{float:none;width:100%;height:320px;margin:0 0 18px}.coach-card p:not(.coach-label){font-size:15px}.review-video{min-height:280px}.review-live{padding:22px}.steps.section-pad{padding-bottom:24px}.site-footer{padding-top:18px}}

/* FINAL POLISH PASS */
:root{--quick-bg:linear-gradient(90deg,rgba(0,245,247,.18),rgba(255,255,255,.055) 48%,rgba(0,245,247,.10));--quick-border:rgba(0,245,247,.54)}
html{scroll-behavior:smooth}
body{background:#010707;background-image:radial-gradient(circle at 18% 12%,rgba(0,245,247,.11),transparent 32%),radial-gradient(circle at 78% 28%,rgba(0,245,247,.08),transparent 34%),linear-gradient(180deg,#010707 0%,#000 45%,#010707 100%)}
body::after{content:"";position:fixed;inset:-20%;pointer-events:none;z-index:1;background:linear-gradient(115deg,transparent 0 38%,rgba(203,255,255,.055) 43%,transparent 48% 100%);animation:siteSheen 9s linear infinite;mix-blend-mode:screen;opacity:.78}@keyframes siteSheen{0%{transform:translateX(-55%) translateY(-10%) rotate(0deg)}100%{transform:translateX(55%) translateY(10%) rotate(0deg)}}
.site-header{height:86px;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.48));backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,245,247,.20);box-shadow:0 0 35px rgba(0,245,247,.08)}
.brand{display:flex;align-items:center;gap:16px;min-width:390px}.brand img{filter:drop-shadow(0 0 16px rgba(0,245,247,.38))}.brand-tagline{font-family:"Neuropol";text-transform:uppercase;color:var(--white);letter-spacing:.11em;font-size:clamp(10px,.9vw,14px);line-height:1.1;text-shadow:0 0 14px rgba(0,245,247,.36);opacity:.92;white-space:nowrap;border-left:1px solid rgba(0,245,247,.38);padding-left:16px}
.hero-scrim{background:radial-gradient(circle at 50% 43%,rgba(0,0,0,0),rgba(0,0,0,.22) 58%,rgba(0,0,0,.42)),linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.38))!important}.hero-video iframe{filter:brightness(1.23) saturate(1.12) contrast(1.04)}.hero-center{pointer-events:none}.hero-center .big-cta{pointer-events:auto}.sound-toggle{right:30px!important;bottom:28px!important;top:auto!important;left:auto!important;z-index:12!important;min-width:124px;text-align:center}.scroll-cue{opacity:.72}
/* one coherent button language — same family as Get on Court Quick */
.header-nav a,.wire-btn,.big-cta,.outline-cta,.package-tab,.steps-list a{position:relative;overflow:hidden;border:1px solid var(--quick-border)!important;border-radius:24px!important;clip-path:none!important;background:var(--quick-bg)!important;box-shadow:inset 0 0 22px rgba(0,245,247,.08),0 0 20px rgba(0,245,247,.10)!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease,color .24s ease!important}.header-nav a::before,.wire-btn::before,.big-cta::before,.outline-cta::before,.package-tab::before,.steps-list a::before{content:"";position:absolute;inset:-45% -70%;background:linear-gradient(105deg,transparent 0 42%,rgba(255,255,255,.30) 48%,transparent 54% 100%);transform:translateX(-72%);transition:transform .7s ease;z-index:0}.header-nav a:hover::before,.wire-btn:hover::before,.big-cta:hover::before,.outline-cta:hover::before,.package-tab:hover::before,.steps-list a:hover::before{transform:translateX(72%)}.header-nav a>*,.wire-btn span,.big-cta span,.outline-cta span,.package-tab span,.steps-list a>*{position:relative;z-index:1}.header-nav a:hover,.wire-btn:hover,.wire-btn.featured,.big-cta:hover,.outline-cta:hover,.package-tab:hover,.package-tab.active,.steps-list a:hover{transform:translateY(-4px) scale(1.015)!important;border-color:var(--teal)!important;color:var(--teal)!important;box-shadow:var(--glow),inset 0 0 28px rgba(0,245,247,.16)!important}.big-cta{font-size:clamp(42px,6vw,90px);padding:24px 86px}.wire-btn{min-height:78px}.outline-cta{color:var(--white)!important;text-align:center}.package-tab.active{transform:translateX(0) translateY(-4px) scale(1.01)!important}
.section-pad{position:relative}.section-pad::before{content:"";position:absolute;left:50%;top:0;width:min(1060px,82vw);height:1px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,rgba(0,245,247,.22),transparent);opacity:.45}.neon-panel,.coach-card,.package-stage,.neon-chart,.included-graphic img{position:relative;box-shadow:0 0 24px rgba(0,245,247,.10),inset 0 0 28px rgba(0,245,247,.06)!important;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.neon-panel:hover,.coach-card:hover,.package-stage:hover{transform:translateY(-3px);box-shadow:0 0 42px rgba(0,245,247,.20),inset 0 0 36px rgba(0,245,247,.10)!important}.neon-panel::after,.coach-card::after,.package-stage::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(118deg,transparent 0 44%,rgba(255,255,255,.08) 49%,transparent 54% 100%);transform:translateX(-110%);transition:transform .9s ease}.neon-panel:hover::after,.coach-card:hover::after,.package-stage:hover::after{transform:translateX(110%)}
.origin-layout{align-items:stretch!important}.origin-carousel{min-height:355px!important;aspect-ratio:16/9;border-radius:30px;background:rgba(0,0,0,.34)!important}.origin-slide{background:transparent!important}.origin-slide img{width:100%;height:100%;object-fit:cover!important;object-position:center center!important;filter:saturate(1.08) contrast(1.05) brightness(1.03)}.origin-slide.slide-two img{object-position:center 44%!important}.origin-copy{padding:24px!important}.origin-copy h2{font-size:clamp(19px,1.55vw,25px)!important}.origin-copy p{font-size:clamp(14px,.98vw,17px)!important;line-height:1.36!important}.compact-head h1{font-size:clamp(30px,4.1vw,58px)!important}.about-section{padding-top:58px!important}
.coaches-grid{align-items:stretch!important}.coach-card{height:100%;min-height:100%;display:block}.coach-tom{display:flex!important;flex-direction:column}.coach-tom .coach-photo{height:300px!important;flex:0 0 auto}.coach-tom .coach-copy{display:flex;flex-direction:column;justify-content:flex-start;flex:1}.tyler-float{width:255px!important;height:305px!important;margin:0 24px 14px 0!important}.tyler-float img{transform:scale(2.08)!important;transform-origin:center 18%!important;object-position:center 16%!important}.coach-card h2{font-size:clamp(24px,2vw,32px)!important}.coach-card p:not(.coach-label){font-size:15px!important;line-height:1.39!important}.coach-label{font-size:11px!important}.coach-tom .coach-photo img{object-position:center 8%!important;transform:scale(1.08)}
.review-video video{filter:brightness(1.12) saturate(1.1) contrast(1.03);opacity:1!important}.review-live{background:linear-gradient(135deg,rgba(0,245,247,.13),rgba(255,255,255,.035))}.review-actions .outline-cta{min-width:190px}.review-video::before{background:linear-gradient(90deg,rgba(0,0,0,.02),rgba(0,0,0,.20))!important}.review-feature{gap:18px!important}.steps.section-pad{padding-bottom:18px!important}.steps-list a{min-height:68px!important}.site-footer{padding-top:10px!important}
.reveal{transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.22,1),filter .8s ease!important;filter:blur(8px);opacity:0}.reveal.in-view{filter:blur(0);opacity:1}.included-graphic img{animation:softPulse 4.5s ease-in-out infinite}@keyframes softPulse{0%,100%{filter:drop-shadow(0 0 8px rgba(0,245,247,.18))}50%{filter:drop-shadow(0 0 22px rgba(0,245,247,.32))}}
@media (max-width:1080px){.brand{min-width:auto}.brand-tagline{font-size:10px;max-width:190px;white-space:normal}.origin-carousel{min-height:0!important}.coaches-grid{align-items:stretch!important}.coach-tom{display:grid!important;grid-template-columns:210px 1fr}.coach-tom .coach-photo{height:270px!important}.big-cta{padding:22px 70px}.sound-toggle{right:18px!important;bottom:22px!important}}
@media (max-width:900px){.site-header{height:78px}.brand img{width:185px!important}.brand-tagline{display:none}.header-nav{top:78px!important}.hero-scrim{background:radial-gradient(circle at 50% 43%,rgba(0,0,0,0),rgba(0,0,0,.18) 58%,rgba(0,0,0,.38)),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.34))!important}.wire-btn{min-height:58px}.sound-toggle{bottom:18px!important}.tyler-float{width:230px!important;height:285px!important}.coach-tom{display:flex!important}.coach-tom .coach-photo{height:250px!important;width:100%!important}.review-actions{display:grid;grid-template-columns:1fr 1fr}.outline-cta{min-width:0!important}}
@media (max-width:680px){.brand img{width:170px!important}.quick-links{margin-top:-20px!important}.wire-btn{min-height:50px}.big-cta{font-size:36px;padding:19px 58px}.sound-toggle{right:12px!important;bottom:12px!important;min-width:100px;padding:11px 14px}.origin-carousel{aspect-ratio:4/3}.origin-slide img{object-position:center center!important}.tyler-float{float:none!important;width:100%!important;height:330px!important;margin:0 0 16px!important}.tyler-float img{transform:scale(2.2)!important;transform-origin:center 18%!important}.coach-card{padding:20px!important}.review-actions{grid-template-columns:1fr}.steps-list a{min-height:62px!important}.site-footer{padding-top:6px!important}}

/* LAST TRY CLEAN PASS */
:root{
  --button-bg:linear-gradient(90deg,rgba(0,245,247,.15),rgba(255,255,255,.045));
  --button-bg-hover:linear-gradient(90deg,rgba(0,245,247,.27),rgba(255,255,255,.07));
}
.site-header{
  background:linear-gradient(180deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.62) 62%,rgba(0,0,0,.08) 100%)!important;
  border-bottom:0!important;
  box-shadow:0 22px 44px rgba(0,0,0,.38),0 0 26px rgba(0,245,247,.08)!important;
}
.site-header::after{
  content:"";position:absolute;left:0;right:0;bottom:-32px;height:34px;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,0));
}
.brand-tagline{color:var(--teal)!important;border-left-color:rgba(0,245,247,.42)!important;text-shadow:0 0 14px rgba(0,245,247,.58)!important;}
.hero-scrim{background:radial-gradient(circle at 50% 42%,rgba(0,0,0,0),rgba(0,0,0,.12) 56%,rgba(0,0,0,.30)),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.23))!important;}
.hero-video iframe{filter:brightness(1.34) saturate(1.14) contrast(1.03)!important;}
.hero{min-height:100vh!important;}
.scroll-cue{display:none!important;}
.sound-toggle{right:24px!important;bottom:100px!important;}
.hero-center,.big-cta{display:none!important;}
.quick-links{margin-top:-126px!important;margin-bottom:32px!important;z-index:8!important;}

/* replicate the simple Get on Court Quick button language everywhere */
.header-nav a,.wire-btn,.outline-cta,.package-tab,.review-actions a,.footer-links a,.social-links a{
  clip-path:none!important;
  border-radius:24px!important;
  border:1px solid rgba(0,245,247,.36)!important;
  background:var(--button-bg)!important;
  box-shadow:0 0 18px rgba(0,245,247,.08),inset 0 0 18px rgba(0,245,247,.055)!important;
  color:var(--white)!important;
  transform:none!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease,opacity .22s ease!important;
}
.header-nav a::before,.wire-btn::before,.outline-cta::before,.package-tab::before,.review-actions a::before,.footer-links a::before,.social-links a::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:0!important;
  background:linear-gradient(105deg,transparent 0 43%,rgba(255,255,255,.22) 49%,transparent 55% 100%)!important;
  transform:translateX(-135%)!important;transition:transform .62s ease!important;
}
.header-nav a:hover::before,.wire-btn:hover::before,.outline-cta:hover::before,.package-tab:hover::before,.review-actions a:hover::before,.footer-links a:hover::before,.social-links a:hover::before{transform:translateX(135%)!important;}
.header-nav a:hover,.wire-btn:hover,.wire-btn.featured,.outline-cta:hover,.package-tab:hover,.package-tab.active,.review-actions a:hover,.footer-links a:hover,.social-links a:hover{
  background:var(--button-bg-hover)!important;
  border-color:var(--teal)!important;
  color:var(--teal)!important;
  transform:translateY(-4px)!important;
  box-shadow:var(--glow),inset 0 0 22px rgba(0,245,247,.11)!important;
}
.header-nav a>*,.wire-btn span,.outline-cta span,.package-tab span,.review-actions a>*,.footer-links a>*,.social-links a>*{position:relative;z-index:1;}
.wire-btn{min-height:76px!important;font-size:clamp(16px,2vw,32px)!important;}
.package-tab{padding:20px 16px!important;font-size:clamp(16px,1.5vw,22px)!important;}
.outline-cta,.review-actions a{padding:17px 22px!important;}
.footer-links a,.social-links a{display:inline-grid;place-items:center;padding:12px 16px;position:relative;overflow:hidden;}

/* packages explainer */
.package-explainer{max-width:1280px;margin:-12px auto 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.mini-card{position:relative;overflow:hidden;border:1px solid rgba(0,245,247,.32);border-radius:24px;padding:18px;background:linear-gradient(135deg,rgba(0,245,247,.10),rgba(255,255,255,.035));box-shadow:0 0 20px rgba(0,245,247,.08),inset 0 0 24px rgba(0,245,247,.05);}
.mini-card::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 45%,rgba(255,255,255,.09) 50%,transparent 56%);transform:translateX(-120%);animation:cardSheen 6.5s ease-in-out infinite;}
@keyframes cardSheen{0%,52%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}
.mini-card strong{font-family:"Neuropol";text-transform:uppercase;color:var(--white);font-size:clamp(12px,.95vw,16px);position:relative;z-index:1;}
.mini-card p{margin:8px 0 0;color:var(--muted);font-size:clamp(13px,.9vw,16px);line-height:1.35;letter-spacing:.035em;position:relative;z-index:1;}
.mini-card b{color:var(--teal);font-weight:400;}
.standard-dot,.teal-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:8px;box-shadow:0 0 14px currentColor;position:relative;z-index:1;}
.standard-dot{background:rgba(255,255,255,.8);color:rgba(255,255,255,.65)}.teal-dot{background:var(--teal);color:var(--teal)}
.teal-card{border-color:rgba(0,245,247,.58);}
.neon-chart s,.neon-chart div:not(.teal):not(.chart-head){color:rgba(255,255,255,.78)!important;}
.neon-chart .teal{color:var(--teal)!important;text-shadow:0 0 14px rgba(0,245,247,.35);}
.chart-title p::after{content:" Grey / white = standard comparison. Teal = TennisTech.";color:var(--teal);}

/* bios */
.coaches-grid{grid-template-columns:1.18fr .82fr!important;align-items:stretch!important;}
.coach-card{height:100%!important;min-height:100%!important;}
.coach-tyler .coach-copy{height:100%;}
.coach-tom{height:100%!important;display:flex!important;flex-direction:column!important;}
.coach-tom .coach-copy{flex:1;}
.coach-label{font-size:12px!important;color:var(--teal)!important;letter-spacing:.12em!important;}
.coach-tyler p:not(.coach-label){font-size:16.6px!important;line-height:1.43!important;margin-bottom:12px!important;}
.coach-tom p:not(.coach-label){font-size:16.2px!important;line-height:1.48!important;}
.tyler-float{width:270px!important;height:320px!important;margin:0 24px 14px 0!important;}
.tyler-float img{transform:none!important;object-fit:cover!important;object-position:center center!important;}
.coach-photo{background:#000!important;}

/* extra cohesive movement without turning it into a casino */
.section-pad{isolation:isolate;}
.section-pad::after{content:"";position:absolute;inset:12% -12%;z-index:-1;pointer-events:none;background:radial-gradient(circle at 22% 20%,rgba(0,245,247,.08),transparent 28%),radial-gradient(circle at 86% 70%,rgba(0,245,247,.06),transparent 32%);opacity:.8;filter:blur(2px);}
.neon-panel,.coach-card,.package-stage,.review-video,.review-live,.steps-list a,.mini-card{backdrop-filter:blur(7px);}
.origin-carousel,.review-video,.included-graphic img{transition:transform .55s ease,filter .55s ease,box-shadow .55s ease;}
.origin-carousel:hover,.review-video:hover,.included-graphic img:hover{transform:translateY(-4px);filter:saturate(1.12) brightness(1.04);}

@media (max-width:1080px){
  .package-explainer{grid-template-columns:1fr 1fr;}
  .coaches-grid{grid-template-columns:1fr!important;}
  .sound-toggle{bottom:88px!important;}
}
@media (max-width:900px){
  .quick-links{margin-top:-102px!important;}
  .wire-btn{min-height:60px!important;font-size:13px!important;border-radius:18px!important;}
  .sound-toggle{bottom:76px!important;right:14px!important;}
  .brand-tagline{display:block!important;max-width:150px!important;color:var(--teal)!important;font-size:9px!important;}
  .header-nav a{border-radius:16px!important;}
}
@media (max-width:680px){
  .package-explainer{grid-template-columns:1fr;}
  .quick-links{margin-top:-86px!important;gap:6px!important;}
  .wire-btn{min-height:50px!important;font-size:9px!important;border-radius:14px!important;}
  .brand-tagline{display:none!important;}
  .tyler-float{float:none!important;width:100%!important;height:340px!important;margin:0 0 16px!important;}
  .coach-tyler p:not(.coach-label){font-size:15.8px!important;}
}

/* FINAL MICRO FIXES */
.chart-title p::after{content:none!important;display:none!important;}
.package-explainer{margin-bottom:24px!important;}
.coaches-grid{align-items:stretch!important;}
.coach-card{display:block!important;overflow:hidden!important;min-height:100%!important;}
.coach-tyler .coach-copy,.coach-tom .coach-copy{display:block!important;}
.bio-columns{column-count:1!important;column-gap:0!important;}
.tyler-float{
  float:left!important;
  width:236px!important;
  height:298px!important;
  margin:4px 24px 12px 0!important;
  background:#071111!important;
}
.tyler-float img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
.coach-tom{
  display:block!important;
}
.coach-tom .coach-photo{
  float:left!important;
  width:188px!important;
  height:236px!important;
  margin:4px 22px 12px 0!important;
  background:#071111!important;
}
.coach-tom .coach-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 18%!important;
  transform:none!important;
}
.coach-tyler .coach-copy::after,.coach-tom .coach-copy::after{content:"";display:block;clear:both;}
.coach-tyler p:not(.coach-label){font-size:17px!important;line-height:1.43!important;}
.coach-tom p:not(.coach-label){font-size:15.8px!important;line-height:1.48!important;}
.coach-card h2{margin-bottom:10px!important;}
.coach-label{margin-bottom:8px!important;}
.coach-card p:last-child{margin-bottom:0!important;}
@media (max-width:900px){
  .tyler-float,.coach-tom .coach-photo{
    float:none!important;
    width:100%!important;
    height:310px!important;
    margin:0 0 16px!important;
  }
  .coach-tyler p:not(.coach-label),.coach-tom p:not(.coach-label){font-size:15.6px!important;}
}


/* FINAL TWEAKS JUNE 4 */
/* simplify every button to the same clean rounded style */
.header-nav a,.wire-btn,.outline-cta,.package-tab,.review-actions a,.footer-links a,.social-links a,.steps-list a{
  position:relative!important;
  overflow:hidden!important;
  clip-path:none!important;
  border-radius:22px!important;
  border:1px solid rgba(0,245,247,.34)!important;
  background:linear-gradient(90deg,rgba(0,245,247,.14),rgba(255,255,255,.045))!important;
  box-shadow:0 0 16px rgba(0,245,247,.10), inset 0 0 16px rgba(0,245,247,.06)!important;
}
.header-nav a::before,.header-nav a::after,.wire-btn::before,.wire-btn::after,.outline-cta::before,.outline-cta::after,.package-tab::before,.package-tab::after,.review-actions a::before,.review-actions a::after,.footer-links a::before,.footer-links a::after,.social-links a::before,.social-links a::after,.steps-list a::before,.steps-list a::after{
  content:none!important;
  display:none!important;
}
.header-nav a:hover,.wire-btn:hover,.wire-btn.featured,.outline-cta:hover,.package-tab:hover,.package-tab.active,.review-actions a:hover,.footer-links a:hover,.social-links a:hover,.steps-list a:hover{
  transform:translateY(-3px)!important;
  border-color:var(--teal)!important;
  color:var(--teal)!important;
  background:linear-gradient(90deg,rgba(0,245,247,.23),rgba(255,255,255,.06))!important;
  box-shadow:0 0 24px rgba(0,245,247,.20), inset 0 0 18px rgba(0,245,247,.10)!important;
}
.header-nav a,.footer-links a,.social-links a,.outline-cta,.review-actions a,.package-tab{ text-align:center!important; }
.wire-btn{min-height:74px!important;font-size:clamp(16px,2vw,30px)!important;}
.steps-list a{min-height:68px!important;border-radius:22px!important;}
@media (max-width:900px){.wire-btn{min-height:58px!important;font-size:13px!important;border-radius:18px!important;} .header-nav a,.outline-cta,.package-tab,.steps-list a{border-radius:18px!important;}}
@media (max-width:680px){.wire-btn{min-height:50px!important;font-size:9px!important;border-radius:14px!important;} .header-nav a,.outline-cta,.package-tab,.steps-list a{border-radius:14px!important;}}

/* Tyler bio should wrap around the headshot like Tom's */
.coach-tyler .coach-copy,.coach-tom .coach-copy{display:block!important;overflow:visible!important;}
.tyler-bio-wrap .bio-columns,.coach-tom .coach-copy{display:block!important;}
.tyler-float{
  float:left!important;
  width:210px!important;
  height:272px!important;
  margin:4px 22px 10px 0!important;
}
.tyler-float img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
  transform:none!important;
}
.coach-tyler .coach-copy::after,.coach-tom .coach-copy::after{content:"";display:block;clear:both;}
.bio-columns{column-count:1!important;column-gap:0!important;}
.coach-tyler p:not(.coach-label){font-size:16.8px!important;line-height:1.44!important;}

/* tighten the gap before Get on Court Quick */
.reviews.section-pad{padding-bottom:28px!important;}
.steps.section-pad{padding-top:18px!important;margin-top:-10px!important;padding-bottom:18px!important;}

/* keep Tom crop as-is and not too zoomed */
.coach-tom .coach-photo{float:left!important;width:188px!important;height:236px!important;margin:4px 22px 12px 0!important;}
.coach-tom .coach-photo img{object-fit:cover!important;object-position:center 18%!important;transform:none!important;}


/* TRUE FINAL WRAP + SPACING PATCH */
/* Tyler card now uses the same float/sibling method as Tom so the bio actually wraps. */
.coach-tyler{
  display:block!important;
  overflow:hidden!important;
}
.coach-tyler > .tyler-float{
  float:left!important;
  display:block!important;
  width:210px!important;
  height:272px!important;
  margin:4px 22px 10px 0!important;
  clear:none!important;
}
.coach-tyler > .tyler-float img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
  transform:none!important;
}
.coach-tyler .coach-copy{
  display:block!important;
  height:auto!important;
  overflow:visible!important;
}
.coach-tyler .tyler-bio-wrap .bio-columns{
  display:block!important;
  column-count:1!important;
  column-gap:0!important;
  overflow:visible!important;
}
.coach-tyler .coach-copy::after{content:"";display:block;clear:both;}
.coach-tyler p:not(.coach-label){font-size:16.8px!important;line-height:1.44!important;}

/* Even section rhythm: not jammed, not floating in space. */
.reviews.section-pad{padding-bottom:54px!important;}
.steps.section-pad{padding-top:54px!important;margin-top:0!important;padding-bottom:34px!important;}

@media (max-width:900px){
  .coach-tyler > .tyler-float{
    float:none!important;
    width:100%!important;
    height:310px!important;
    margin:0 0 16px!important;
  }
  .reviews.section-pad{padding-bottom:42px!important;}
  .steps.section-pad{padding-top:42px!important;margin-top:0!important;}
}


/* LOCKED TYLER BIO WRAP FIX - photo is inside the copy block, so text wraps and fills below it */
.coach-tyler{
  display:block!important;
  overflow:hidden!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap{
  display:block!important;
  overflow:visible!important;
  height:auto!important;
  min-height:0!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap .tyler-float{
  float:left!important;
  display:block!important;
  width:210px!important;
  height:270px!important;
  margin:4px 24px 12px 0!important;
  clear:none!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap .tyler-float img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 42%!important;
  transform:none!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap .bio-columns{
  display:block!important;
  column-count:1!important;
  column-gap:0!important;
  overflow:visible!important;
  margin:0!important;
  padding:0!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap p:not(.coach-label){
  font-size:16.8px!important;
  line-height:1.44!important;
  margin:0 0 12px!important;
}
.coach-tyler .coach-copy.tyler-bio-wrap::after{content:"";display:block;clear:both;}
@media (max-width:900px){
  .coach-tyler .coach-copy.tyler-bio-wrap .tyler-float{
    float:none!important;
    width:100%!important;
    height:310px!important;
    margin:0 0 16px!important;
  }
}

/* ACTUAL FINAL: make Tyler bio paragraphs participate directly in the same float context */
.coach-tyler .coach-copy.tyler-bio-wrap .bio-columns{
  display:contents!important;
}


/* FINAL HEADER CLEANUP */
.header-nav .nav-book,
.header-nav a.nav-book{
  color:#001313!important;
  background:linear-gradient(90deg,rgba(0,245,247,.96),rgba(126,255,255,.82))!important;
  border-color:rgba(0,245,247,.95)!important;
  box-shadow:0 0 26px rgba(0,245,247,.38), inset 0 0 16px rgba(255,255,255,.22)!important;
}
.header-nav .nav-book:hover,
.header-nav a.nav-book:hover{
  color:#001313!important;
  background:linear-gradient(90deg,rgba(126,255,255,1),rgba(0,245,247,.92))!important;
  transform:translateY(-3px)!important;
  box-shadow:0 0 34px rgba(0,245,247,.55), inset 0 0 18px rgba(255,255,255,.26)!important;
}
@media (max-width:900px){
  .header-nav{grid-template-columns:repeat(4,1fr)!important;}
}


/* Book button accents */
.book-accent{
  color:#001214!important;
  border-color:var(--teal)!important;
  background:linear-gradient(135deg, rgba(0,245,247,.98), rgba(110,255,255,.88))!important;
  box-shadow:0 0 24px rgba(0,245,247,.28), inset 0 0 16px rgba(255,255,255,.15)!important;
}
.book-accent:hover{
  color:#001214!important;
  background:linear-gradient(135deg, rgba(102,255,255,1), rgba(0,245,247,.92))!important;
  box-shadow:0 0 34px rgba(0,245,247,.36), inset 0 0 20px rgba(255,255,255,.18)!important;
}
.book-accent::before,.book-accent::after{display:none!important;content:none!important;}
.header-nav .nav-book.book-accent{font-weight:700!important;}
.quick-links .wire-btn.book-accent span,.footer-links .book-accent,.header-nav .book-accent{color:#001214!important;}
.package-book{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:18px auto 0!important;
  min-width:138px!important;
  padding:12px 26px!important;
  border-radius:18px!important;
  font-family:"Neuropol"!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  letter-spacing:.08em!important;
}
.package-panel .package-book{position:relative;left:50%;transform:translateX(-50%);}
.package-panel .package-book:hover{transform:translateX(-50%) translateY(-3px)!important;}

/* FINAL BOOK BUTTON MATCH: force every Book link to use the exact header look */
a.book-accent,
a.book-accent span,
.header-nav a.nav-book.book-accent,
.quick-links a.wire-btn.featured.book-accent,
.quick-links a.wire-btn.featured.book-accent span,
.footer-links a.book-accent,
.package-book.book-accent{
  color:#001313!important;
  background:linear-gradient(90deg,rgba(0,245,247,.96),rgba(126,255,255,.82))!important;
  border-color:rgba(0,245,247,.95)!important;
  box-shadow:0 0 26px rgba(0,245,247,.38), inset 0 0 16px rgba(255,255,255,.22)!important;
  text-shadow:none!important;
}
a.book-accent:hover,
a.book-accent:hover span,
.header-nav a.nav-book.book-accent:hover,
.quick-links a.wire-btn.featured.book-accent:hover,
.quick-links a.wire-btn.featured.book-accent:hover span,
.footer-links a.book-accent:hover,
.package-book.book-accent:hover{
  color:#001313!important;
  background:linear-gradient(90deg,rgba(126,255,255,1),rgba(0,245,247,.92))!important;
  box-shadow:0 0 34px rgba(0,245,247,.55), inset 0 0 18px rgba(255,255,255,.26)!important;
  text-shadow:none!important;
}
.quick-links a.wire-btn.featured.book-accent,
.footer-links a.book-accent,
.package-book.book-accent{
  border-radius:22px!important;
  clip-path:none!important;
}


/* QUICK FIX: hero Book inner span should not create a second teal box */
.quick-links a.wire-btn.featured.book-accent span{
  background:transparent!important;
  box-shadow:none!important;
  border:none!important;
  padding:0!important;
  border-radius:0!important;
}

/* QUICK FIX: slide standing brothers photo up so feet show and headroom is reduced */
.origin-slide.slide-two img{
  object-position:center 68%!important;
}
@media (max-width:680px){
  .origin-slide.slide-two img{
    object-position:center 62%!important;
  }
}


/* FINAL ABOUT PHOTO SWAP */
.origin-carousel{aspect-ratio:4/3!important;min-height:0!important;}
.origin-slide img{width:100%!important;height:100%!important;object-fit:cover!important;}
.origin-slide.slide-one img{object-position:center 54%!important;}
.origin-slide.slide-two img{object-position:center 72%!important;}
@media (max-width:900px){
  .origin-carousel{aspect-ratio:4/3!important;}
  .origin-slide.slide-one img{object-position:center 54%!important;}
  .origin-slide.slide-two img{object-position:center 70%!important;}
}
@media (max-width:680px){
  .origin-slide.slide-one img{object-position:center 56%!important;}
  .origin-slide.slide-two img{object-position:center 68%!important;}
}


/* FINAL BIG BROTHERHOOD REFINEMENTS */
/* small breathing room under section title */
.about-section .section-head{margin-bottom:18px!important;}
.about-section .section-head h1{margin-bottom:10px!important;}

/* tighter text box now that intro line is removed */
.origin-copy{
  align-content:start!important;
  gap:14px!important;
  padding:22px 24px!important;
}
.origin-copy p{
  font-size:clamp(15px,1.02vw,18px)!important;
  line-height:1.42!important;
  margin:0!important;
}

/* cooler photo transition: crossfade + slight drift instead of fading to black */
.origin-carousel{
  background:rgba(0,0,0,.14)!important;
  overflow:hidden!important;
}
.origin-slide{
  animation:originSwapCool 12s infinite ease-in-out!important;
  background:transparent!important;
}
.origin-slide.slide-one{animation-delay:0s!important;}
.origin-slide.slide-two{animation-delay:6s!important;}
.origin-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  filter:saturate(1.08) contrast(1.04) brightness(1.03)!important;
  transition:transform 1.2s ease, filter .8s ease!important;
}
.origin-slide.slide-one img{object-position:center 52%!important;}
.origin-slide.slide-two img{object-position:center 72%!important;}
@keyframes originSwapCool{
  0%{opacity:0;transform:scale(1.05) translateX(2%);}
  8%{opacity:1;transform:scale(1.01) translateX(0);}
  42%{opacity:1;transform:scale(1.04) translateX(-1.2%);}
  50%{opacity:0;transform:scale(1.06) translateX(-2%);}
  100%{opacity:0;transform:scale(1.06) translateX(-2%);}
}
@media (max-width:900px){
  .about-section .section-head{margin-bottom:16px!important;}
  .origin-copy{padding:20px!important;}
  .origin-slide.slide-one img{object-position:center 53%!important;}
  .origin-slide.slide-two img{object-position:center 70%!important;}
}
@media (max-width:680px){
  .about-section .section-head{margin-bottom:14px!important;}
  .origin-copy{padding:18px!important;}
  .origin-slide.slide-one img{object-position:center 54%!important;}
  .origin-slide.slide-two img{object-position:center 68%!important;}
}

/* FINAL MICRO TWEAKS: brotherhood spacing, bigger text box copy, package guide line breaks, favicon assets supported in head */
.about-section .section-head{
  margin-bottom:30px!important;
}
.about-section .section-head h1{
  margin-bottom:0!important;
}
.origin-copy{
  padding:28px 28px!important;
  gap:18px!important;
  align-content:center!important;
}
.origin-copy p{
  font-size:clamp(17px,1.14vw,20px)!important;
  line-height:1.5!important;
}
.package-guide-lines{
  margin-top:12px!important;
  display:grid!important;
  gap:10px!important;
}
.package-guide-lines p{
  margin:0!important;
  font-size:clamp(13px,.96vw,16px)!important;
  line-height:1.38!important;
}
@media (max-width:900px){
  .about-section .section-head{margin-bottom:24px!important;}
  .origin-copy{padding:24px!important;gap:16px!important;}
  .origin-copy p{font-size:16px!important;line-height:1.46!important;}
}
@media (max-width:680px){
  .about-section .section-head{margin-bottom:20px!important;}
  .origin-copy{padding:20px!important;gap:14px!important;}
  .origin-copy p{font-size:15.5px!important;line-height:1.44!important;}
  .package-guide-lines{gap:8px!important;}
}

/* HERO VIDEO CLEANUP: remove the edited/filter look */
.hero-video,
.hero-video iframe,
.youtube-hero iframe{
  filter:none!important;
}
.hero-scrim{
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.02) 58%,rgba(0,0,0,.16) 100%)!important;
}


/* Footer phone */
.footer-phone a{
  font-family:"Neuropol";
  text-transform:uppercase;
  color:var(--teal);
  letter-spacing:.12em;
  font-size:clamp(15px,1.2vw,18px);
  text-shadow:0 0 14px rgba(0,245,247,.35);
  border:1px solid rgba(0,245,247,.36);
  border-radius:999px;
  padding:11px 18px;
  display:inline-grid;
  place-items:center;
  background:linear-gradient(90deg,rgba(0,245,247,.12),rgba(255,255,255,.035));
  box-shadow:0 0 16px rgba(0,245,247,.10),inset 0 0 16px rgba(0,245,247,.06);
}
.footer-phone a:hover{
  color:#001313;
  background:linear-gradient(90deg,rgba(0,245,247,.96),rgba(126,255,255,.82));
  border-color:var(--teal);
  box-shadow:0 0 26px rgba(0,245,247,.38),inset 0 0 16px rgba(255,255,255,.22);
}

/* MOBILE RESPONSIVE REPAIR PASS - keeps desktop intact */
html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
}
*,*::before,*::after{box-sizing:border-box;}
img,video,iframe{max-width:100%;}
.local-hero video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  background:#000;
}
.mobile-package-cards{display:none;}
.brotherhood-title span{display:inline;}

@media (max-width:900px){
  body{position:relative;}
  main,section,.site-header,.site-footer{max-width:100vw;overflow-x:hidden;}
  .hero{min-height:100svh!important;height:100svh!important;overflow:hidden!important;}
  .local-hero,.hero-video{inset:0!important;width:100%!important;height:100%!important;}
  .sound-toggle{
    bottom:150px!important;
    right:14px!important;
    z-index:12!important;
    min-width:96px!important;
  }
  .quick-links{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:0!important;
    gap:6px!important;
  }
  .wire-btn{min-width:0!important;white-space:nowrap!important;}
  .brotherhood-title{font-size:clamp(30px,8.6vw,48px)!important;line-height:1.03!important;max-width:100%!important;}
  .brotherhood-title span{display:block!important;white-space:nowrap!important;}
  .origin-layout,.origin-carousel,.origin-copy,.coaches-grid,.coach-card,.package-shell,.package-stage,.review-feature,.steps-list,.site-footer>*{
    width:100%!important;
    max-width:100%!important;
  }
  .origin-layout{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;}
  .origin-carousel{display:block!important;aspect-ratio:4/3!important;min-height:0!important;}
  .origin-slide{display:block!important;position:absolute!important;inset:0!important;}
  .coach-tyler .coach-copy.tyler-bio-wrap .tyler-float{
    float:none!important;
    width:100%!important;
    height:340px!important;
    margin:0 0 16px!important;
  }
  .coach-tyler .coach-copy.tyler-bio-wrap .tyler-float img{
    object-position:center 30%!important;
  }
  .coach-tom{display:block!important;}
  .coach-tom .coach-photo{
    float:none!important;
    width:100%!important;
    height:350px!important;
    margin:0 0 12px!important;
  }
  .coach-tom .coach-photo img{
    object-position:center 12%!important;
    transform:none!important;
  }
  .coach-tom .coach-label{display:block!important;margin:0 0 8px!important;text-align:left!important;}
  .package-stage{padding:20px!important;border-radius:26px!important;overflow:hidden!important;}
  .package-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;}
  .package-tab{font-size:12px!important;padding:13px 6px!important;min-width:0!important;}
  .chart-title{gap:8px!important;margin-bottom:16px!important;}
  .chart-title h2{font-size:clamp(31px,9.2vw,48px)!important;line-height:1.02!important;}
  .chart-title span{font-size:19px!important;}
  .chart-title p{font-size:15px!important;line-height:1.35!important;}
}

@media (max-width:680px){
  .site-header{width:100vw!important;max-width:100vw!important;padding:0 12px!important;}
  .brand img{width:160px!important;max-width:58vw!important;}
  .menu-toggle{flex:0 0 auto;}
  .header-nav{left:8px!important;right:8px!important;width:auto!important;max-width:calc(100vw - 16px)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .header-nav a{min-width:0!important;font-size:8px!important;padding:10px 4px!important;}
  .hero{min-height:100svh!important;height:100svh!important;}
  .sound-toggle{
    bottom:124px!important;
    right:10px!important;
    padding:10px 12px!important;
    min-width:88px!important;
    font-size:11px!important;
  }
  .quick-links{
    margin-top:-102px!important;
    margin-bottom:22px!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
  }
  .wire-btn{min-height:48px!important;font-size:8.5px!important;padding:0 2px!important;letter-spacing:.06em!important;}
  .section-pad{padding-left:14px!important;padding-right:14px!important;}
  .about-section{padding-top:58px!important;}
  .about-section .section-head{margin-bottom:16px!important;}
  .brotherhood-title{font-size:clamp(28px,8.8vw,38px)!important;line-height:1.05!important;}
  .origin-copy{padding:18px!important;}
  .origin-copy p{font-size:15px!important;line-height:1.42!important;}
  .coach-card{padding:18px!important;border-radius:26px!important;}
  .coach-tyler .coach-copy.tyler-bio-wrap .tyler-float{height:355px!important;}
  .coach-tyler .coach-copy.tyler-bio-wrap .tyler-float img{object-position:center 28%!important;}
  .coach-tom .coach-photo{height:365px!important;}
  .coach-tom .coach-label{font-size:11px!important;letter-spacing:.11em!important;}
  .package-explainer{grid-template-columns:1fr!important;gap:10px!important;}
  .package-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .package-tab{font-size:12px!important;padding:13px 8px!important;}
  .package-stage{padding:16px!important;border-radius:24px!important;}
  .neon-chart{display:none!important;}
  .mobile-package-cards{display:grid!important;gap:12px!important;margin-top:12px!important;}
  .mobile-price-card{
    border:1px solid rgba(0,245,247,.42);
    border-radius:20px;
    padding:15px;
    background:linear-gradient(135deg,rgba(0,245,247,.11),rgba(255,255,255,.035));
    box-shadow:0 0 18px rgba(0,245,247,.10),inset 0 0 18px rgba(0,245,247,.05);
  }
  .mobile-price-card h3{
    margin:0 0 10px;
    font-family:"Neuropol";
    color:var(--white);
    text-transform:uppercase;
    font-size:18px;
    letter-spacing:.06em;
  }
  .mobile-price-card p{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin:8px 0 0;
    font-family:"Neuropol";
    text-transform:uppercase;
    font-size:13px;
    line-height:1.25;
    color:rgba(255,255,255,.78);
  }
  .mobile-price-card span{color:rgba(255,255,255,.58);font-family:Arial,sans-serif;text-transform:none;letter-spacing:.02em;}
  .mobile-price-card .teal{color:var(--teal)!important;text-shadow:0 0 12px rgba(0,245,247,.35);}
  .package-book{width:100%!important;max-width:260px!important;margin-top:16px!important;}
  .included-graphic{overflow:hidden!important;}
  .included-graphic img{width:100%!important;height:auto!important;}
  .review-video,.review-live{width:100%!important;max-width:100%!important;}
  .steps-list a{grid-template-columns:48px 1fr!important;font-size:16px!important;}
  .footer-links,.social-links{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  .footer-phone a{width:100%;max-width:320px;margin-inline:auto;}
}

/* USER REQUEST PASS — transparent header, package icons, mobile pricing cleanup */
.site-header{
  background:transparent!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  border-bottom:0!important;
  box-shadow:none!important;
}
.site-header::after{display:none!important;content:none!important;}
.header-nav.open{
  background:rgba(0,0,0,.72)!important;
  backdrop-filter:blur(10px)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  border:1px solid rgba(0,245,247,.22)!important;
}

.chart-title{
  display:grid!important;
  justify-items:center!important;
  align-items:center!important;
  text-align:center!important;
}
.package-icon{
  width:clamp(58px,6vw,92px)!important;
  height:clamp(58px,6vw,92px)!important;
  object-fit:contain!important;
  margin:0 auto 8px!important;
  filter:drop-shadow(0 0 16px rgba(0,245,247,.52));
}
.chart-title h2{
  font-family:"Neuropol",Arial,sans-serif!important;
  letter-spacing:.16em!important;
}
.chart-title span,
.neon-chart .chart-head,
.mobile-price-card span{
  font-family:"Taskor",Arial,sans-serif!important;
}
.neon-chart,
.neon-chart div,
.mobile-price-card,
.mobile-price-card h3,
.mobile-price-card p,
.package-book{
  font-family:"Neuropol",Arial,sans-serif!important;
}

@media (max-width:680px){
  .coach-card p:not(.coach-label),
  .coach-tyler .coach-copy.tyler-bio-wrap p:not(.coach-label),
  .coach-tom .coach-copy p:not(.coach-label){
    font-size:13.4px!important;
    line-height:1.36!important;
  }
  .coach-card h2{font-size:24px!important;}
  .coach-label{font-size:10px!important;}
  .package-stage{padding:14px!important;}
  .chart-title{margin-bottom:12px!important;gap:5px!important;}
  .chart-title h2{font-size:clamp(27px,8vw,38px)!important;letter-spacing:.13em!important;}
  .chart-title span{font-size:17px!important;letter-spacing:.08em!important;}
  .chart-title p{font-size:13.2px!important;line-height:1.25!important;margin-top:2px!important;}
  .package-icon{width:62px!important;height:62px!important;margin-bottom:4px!important;}
  .mobile-package-cards{gap:10px!important;margin-top:8px!important;}
  .mobile-price-card{
    padding:13px 13px 12px!important;
    border-radius:18px!important;
  }
  .mobile-price-card h3{
    font-size:16px!important;
    letter-spacing:.07em!important;
    margin-bottom:8px!important;
  }
  .mobile-price-card p{
    font-size:12px!important;
    line-height:1.18!important;
    align-items:center!important;
  }
  .mobile-price-card span{
    font-size:11px!important;
    text-transform:uppercase!important;
    color:rgba(255,255,255,.62)!important;
  }
  .footer-links a,
  .social-links a,
  .footer-phone a{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:12px 16px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:13px!important;
    letter-spacing:.08em!important;
  }
  .footer-phone{width:100%!important;display:block!important;margin-top:10px!important;}
}

/* FINAL USER FIX — desktop package header only. Mobile stays as-is. */
@media (min-width:901px){
  .package-panel .chart-title{
    display:grid!important;
    grid-template-columns:auto minmax(0,max-content)!important;
    grid-template-areas:
      "icon pack"
      "icon title"
      "icon desc"!important;
    justify-content:center!important;
    justify-items:start!important;
    align-items:center!important;
    text-align:left!important;
    gap:2px 20px!important;
    margin-bottom:22px!important;
  }
  .package-panel .package-icon{
    grid-area:icon!important;
    width:clamp(54px,4.4vw,76px)!important;
    height:clamp(54px,4.4vw,76px)!important;
    margin:0!important;
    align-self:center!important;
  }
  .package-panel .chart-title span{
    grid-area:pack!important;
    font-size:clamp(17px,1.55vw,25px)!important;
    line-height:1!important;
    letter-spacing:.12em!important;
  }
  .package-panel .chart-title h2{
    grid-area:title!important;
    font-size:clamp(32px,4.15vw,58px)!important;
    line-height:.98!important;
    letter-spacing:.13em!important;
    white-space:nowrap!important;
  }
  .package-panel .chart-title p{
    grid-area:desc!important;
    grid-column:auto!important;
    margin:8px 0 0!important;
    font-size:clamp(15px,1.22vw,19px)!important;
    line-height:1.3!important;
    max-width:760px!important;
  }
  .package-panel .leisure-title h2{
    font-size:clamp(29px,3.6vw,50px)!important;
  }
}

/* FINAL USER FIX — mobile footer phone button spacing */
@media (max-width:680px){
  .site-footer{
    gap:16px!important;
  }
  .footer-phone{
    width:100%!important;
    display:block!important;
    margin-top:0!important;
  }
}


/* JUNE 4 LAST EDITS */
.sound-toggle{display:none!important;}

/* Desktop package card headers back to a cleaner icon-left layout. */
@media (min-width:901px){
  .package-panel .chart-title{
    display:grid!important;
    grid-template-columns:86px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto!important;
    grid-template-areas:
      "icon pack"
      "icon title"
      "icon desc"!important;
    justify-content:start!important;
    justify-items:start!important;
    align-items:center!important;
    text-align:left!important;
    gap:4px 16px!important;
    margin-bottom:22px!important;
  }
  .package-panel .package-icon{
    grid-area:icon!important;
    width:78px!important;
    height:78px!important;
    margin:0!important;
    align-self:center!important;
    justify-self:center!important;
  }
  #panel-stay .package-icon{
    width:84px!important;
    height:84px!important;
  }
  .package-panel .chart-title span{
    grid-area:pack!important;
    font-size:clamp(18px,1.45vw,23px)!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    margin:0!important;
  }
  .package-panel .chart-title h2{
    grid-area:title!important;
    font-size:clamp(31px,3.65vw,48px)!important;
    line-height:1!important;
    letter-spacing:.10em!important;
    white-space:nowrap!important;
    margin:0!important;
  }
  .package-panel .chart-title p{
    grid-area:desc!important;
    grid-column:auto!important;
    margin:4px 0 0!important;
    font-size:clamp(15px,1.1vw,18px)!important;
    line-height:1.28!important;
    max-width:760px!important;
  }
  .package-panel .leisure-title h2{
    font-size:clamp(28px,3vw,42px)!important;
  }
}

/* Mobile footer phone button spacing should match the buttons above it. */
@media (max-width:680px){
  .site-footer{gap:14px!important;}
  .footer-links,
  .social-links{
    width:100%!important;
    gap:8px!important;
  }
  .footer-phone{
    width:100%!important;
    display:block!important;
    margin-top:0!important;
  }
  .footer-phone a{
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:12px 16px!important;
    margin:0!important;
    border-radius:14px!important;
    font-size:13px!important;
    letter-spacing:.08em!important;
    line-height:1!important;
  }
}


/* JUNE 4 HERO CONTROL REFINEMENT */
.hero-controls{
  position:absolute;
  right:24px;
  bottom:24px;
  z-index:14;
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-control{
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid rgba(0,245,247,.34);
  background:rgba(3,12,16,.46);
  color:var(--teal);
  display:grid;
  place-items:center;
  padding:0;
  cursor:pointer;
  box-shadow:0 0 18px rgba(0,245,247,.11), inset 0 0 14px rgba(0,245,247,.06);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  opacity:.98;
}
.hero-control span{
  display:block;
  font-family:"Neuropol", Arial, sans-serif;
  font-size:18px;
  line-height:1;
  transform:translateY(-1px);
}
.hero-control:hover{
  transform:translateY(-2px);
  border-color:rgba(0,245,247,.72);
  background:rgba(3,16,20,.62);
  box-shadow:0 0 24px rgba(0,245,247,.18), inset 0 0 16px rgba(0,245,247,.09);
}
.hero-control:focus-visible{
  outline:none;
  border-color:rgba(126,255,255,.95);
  box-shadow:0 0 0 2px rgba(0,245,247,.18), 0 0 24px rgba(0,245,247,.22), inset 0 0 16px rgba(0,245,247,.1);
}
.hero-control.is-muted,
.hero-control.is-paused{
  color:#ffffff;
}
@media (max-width:900px){
  .hero-controls{
    right:14px!important;
    bottom:18px!important;
    gap:8px!important;
  }
  .hero-control{
    width:44px;
    height:44px;
  }
  .hero-control span{
    font-size:16px;
  }
}


/* JUNE 4 HERO CONTROL TEAL ICON TWEAK */
.hero-control{
  border:1px solid rgba(0,245,247,.34)!important;
  background:rgba(3,12,16,.46)!important;
  color:var(--teal)!important;
  box-shadow:0 0 18px rgba(0,245,247,.11), inset 0 0 14px rgba(0,245,247,.06)!important;
}
.hero-control svg{
  width:20px;
  height:20px;
  display:block;
}
.hero-control:hover{
  border-color:rgba(0,245,247,.72)!important;
  background:rgba(3,16,20,.62)!important;
  color:#7effff!important;
  box-shadow:0 0 24px rgba(0,245,247,.18), inset 0 0 16px rgba(0,245,247,.09)!important;
}
.hero-control:focus-visible{
  border-color:rgba(126,255,255,.95)!important;
  box-shadow:0 0 0 2px rgba(0,245,247,.18), 0 0 24px rgba(0,245,247,.22), inset 0 0 16px rgba(0,245,247,.1)!important;
}
.hero-control.is-muted,
.hero-control.is-paused{
  color:rgba(0,245,247,.72)!important;
}


/* JUNE 4 FINAL HERO / MOBILE BUTTON TWEAKS */
.hero-control svg{
  width:24px!important;
  height:24px!important;
}

@media (max-width:900px){
  .hero-control svg{
    width:22px!important;
    height:22px!important;
  }

  /* Move the mobile quick-link row up and leave breathing room above the hero controls. */
  .quick-links{
    margin-top:-128px!important;
    padding-bottom:72px!important;
    margin-bottom:8px!important;
    position:relative!important;
    z-index:10!important;
  }
}

@media (max-width:680px){
  .quick-links{
    margin-top:-124px!important;
    padding-bottom:76px!important;
    margin-bottom:10px!important;
  }

  .hero-controls{
    bottom:14px!important;
  }

  .hero-control svg{
    width:23px!important;
    height:23px!important;
  }
}


/* JUNE 4 FINAL MOBILE BUTTON LIFT */
@media (max-width:900px){
  .quick-links{
    margin-top:-168px!important;
    padding-bottom:92px!important;
    margin-bottom:4px!important;
    position:relative!important;
    z-index:10!important;
  }
}

@media (max-width:680px){
  .quick-links{
    margin-top:-164px!important;
    padding-bottom:96px!important;
    margin-bottom:6px!important;
  }
}

/* FINAL SITE VERSION — 2026-06-04
   Swap in corrected More Than a Lesson artwork and align desktop header mark/tagline. */
@media (min-width:901px){
  .site-header .brand{
    align-items:center!important;
  }
  .site-header .brand img{
    transform:translateY(-6px)!important;
  }
  .site-header .brand-tagline{
    transform:translateY(-1px)!important;
  }
}


/* FINAL SITE TWEAKS — 2026-06-04 v2 */
@media (min-width:901px){
  .site-header .brand{
    align-items:flex-start!important;
    gap:16px!important;
  }
  .site-header .brand img{
    transform:translateY(-12px)!important;
  }
  .site-header .brand-tagline{
    align-self:center!important;
    transform:translateY(-2px)!important;
  }
}

.included.section-pad{
  padding-top:44px!important;
  padding-bottom:40px!important;
}
.included-graphic{
  position:relative!important;
  max-width:1280px!important;
  margin:0 auto!important;
  padding:14px!important;
  border-radius:32px!important;
  overflow:visible!important;
  background:linear-gradient(135deg,rgba(0,245,247,.14),rgba(255,255,255,.03) 42%,rgba(0,0,0,.18) 100%)!important;
  border:1px solid rgba(0,245,247,.52)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.05) inset,0 0 24px rgba(0,245,247,.20),inset 0 0 24px rgba(0,245,247,.09)!important;
  filter:none!important;
  animation:none!important;
}
.included-graphic::before,
.included-graphic::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:40px;
}
.included-graphic::before{
  inset:-8px;
  border:1px solid rgba(0,245,247,.24);
  box-shadow:0 0 30px rgba(0,245,247,.12);
}
.included-graphic::after{
  inset:7px;
  border:1px solid rgba(255,255,255,.08);
}
.included-graphic img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:22px!important;
  border:1px solid rgba(0,245,247,.20)!important;
  box-shadow:0 0 26px rgba(0,245,247,.14)!important;
  animation:none!important;
}
.included-graphic img:hover{
  transform:none!important;
  filter:none!important;
}

.packages.section-pad{
  padding-top:48px!important;
}
.package-headline-only{
  margin-bottom:26px!important;
}
.package-headline-only .kicker{
  display:none!important;
}
.package-headline-only h1{
  margin-top:0!important;
}

@media (max-width:900px){
  .included.section-pad{
    padding-top:36px!important;
    padding-bottom:34px!important;
  }
  .included-graphic{
    padding:10px!important;
    border-radius:24px!important;
  }
  .included-graphic::before{inset:-5px;border-radius:28px;}
  .included-graphic img{border-radius:18px!important;}
  .packages.section-pad{
    padding-top:38px!important;
  }
}


/* FINAL SITE TWEAKS — 2026-06-04 v3 */
.included-graphic{
  animation:includedFloat 5.8s ease-in-out infinite!important;
  transition:transform .35s ease,box-shadow .35s ease,filter .35s ease!important;
}
.included-graphic::before{
  animation:framePulse 4.2s ease-in-out infinite;
}
.included-graphic::after{
  animation:framePulseSoft 4.2s ease-in-out infinite .35s;
}
.included-graphic img{
  transition:transform .45s ease,filter .45s ease,box-shadow .45s ease!important;
}
.included-graphic:hover{
  transform:translateY(-6px) scale(1.004)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.06) inset,0 0 36px rgba(0,245,247,.28),inset 0 0 28px rgba(0,245,247,.11)!important;
}
.included-graphic:hover img{
  transform:scale(1.008)!important;
  filter:saturate(1.05) brightness(1.04)!important;
  box-shadow:0 0 34px rgba(0,245,247,.20)!important;
}
@keyframes includedFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-5px)}
}
@keyframes framePulse{
  0%,100%{opacity:.78;box-shadow:0 0 22px rgba(0,245,247,.08)}
  50%{opacity:1;box-shadow:0 0 38px rgba(0,245,247,.18)}
}
@keyframes framePulseSoft{
  0%,100%{opacity:.72}
  50%{opacity:.96}
}

.package-headline-only{
  margin-bottom:36px!important;
}
.package-headline-only .kicker{
  display:block!important;
  margin-bottom:12px!important;
}
.package-headline-only h1{
  margin-top:0!important;
}
.package-explainer{
  margin:8px auto 40px!important;
  gap:18px!important;
}
.mini-card{
  transform:translateY(0);
  animation:packageCardFloat 6.4s ease-in-out infinite;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,filter .28s ease,background .28s ease!important;
}
.mini-card:nth-child(2){animation-delay:.5s;}
.mini-card:nth-child(3){animation-delay:1s;}
.mini-card:nth-child(4){animation-delay:1.5s;}
.mini-card:hover{
  transform:translateY(-8px) scale(1.012)!important;
  border-color:rgba(0,245,247,.72)!important;
  box-shadow:0 0 30px rgba(0,245,247,.18),inset 0 0 28px rgba(0,245,247,.08)!important;
  filter:saturate(1.06) brightness(1.03)!important;
}
.mini-card:hover::after{
  animation-duration:2.6s!important;
}
@keyframes packageCardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}

@media (max-width:900px){
  .package-headline-only{margin-bottom:28px!important;}
  .package-explainer{margin:6px auto 34px!important;gap:14px!important;}
}
@media (max-width:680px){
  .package-headline-only .kicker{margin-bottom:10px!important;}
  .package-headline-only{margin-bottom:24px!important;}
  .package-explainer{margin:4px auto 28px!important;gap:12px!important;}
  .mini-card:hover{transform:translateY(-4px) scale(1.006)!important;}
}

/* FINAL SITE TWEAKS — 2026-06-04 v4 */
/* Give the Big Brotherhood title more room before the first photo/text row. */
.about-section .section-head{
  margin-bottom:46px!important;
}
@media (max-width:900px){
  .about-section .section-head{margin-bottom:34px!important;}
}
@media (max-width:680px){
  .about-section .section-head{margin-bottom:28px!important;}
}

/* More Than a Lesson: stronger floating card + visible moving sheen. */
.included-graphic{
  overflow:hidden!important;
  transform-style:preserve-3d!important;
  animation:lessonCardFloatV4 7s ease-in-out infinite!important;
  background:
    radial-gradient(circle at 18% 12%,rgba(0,245,247,.18),transparent 30%),
    radial-gradient(circle at 82% 86%,rgba(0,245,247,.12),transparent 34%),
    linear-gradient(135deg,rgba(0,245,247,.15),rgba(255,255,255,.035) 44%,rgba(0,0,0,.22) 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06) inset,
    0 18px 42px rgba(0,0,0,.34),
    0 0 34px rgba(0,245,247,.22),
    inset 0 0 30px rgba(0,245,247,.10)!important;
}
.included-graphic::before{
  inset:0!important;
  border-radius:32px!important;
  border:1px solid rgba(0,245,247,.52)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.05),
    0 0 28px rgba(0,245,247,.24)!important;
  animation:lessonFrameGlowV4 4.6s ease-in-out infinite!important;
  z-index:3!important;
}
.included-graphic::after{
  inset:-42% -65%!important;
  border:0!important;
  border-radius:0!important;
  z-index:2!important;
  background:linear-gradient(112deg,
    transparent 0%,
    transparent 39%,
    rgba(255,255,255,.05) 44%,
    rgba(0,245,247,.24) 49%,
    rgba(255,255,255,.18) 52%,
    transparent 59%,
    transparent 100%)!important;
  transform:translateX(-70%) rotate(0.001deg)!important;
  animation:lessonSheenV4 5.2s ease-in-out infinite!important;
  opacity:.95!important;
}
.included-graphic img{
  position:relative!important;
  z-index:1!important;
  transform:translateZ(0)!important;
  transition:transform .5s ease,filter .5s ease,box-shadow .5s ease!important;
}
.included-graphic:hover{
  animation-play-state:paused!important;
  transform:translateY(-10px) scale(1.01)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 24px 52px rgba(0,0,0,.38),
    0 0 48px rgba(0,245,247,.34),
    inset 0 0 36px rgba(0,245,247,.13)!important;
}
.included-graphic:hover::after{
  animation-duration:2.35s!important;
}
.included-graphic:hover img{
  transform:scale(1.012)!important;
  filter:saturate(1.08) brightness(1.05)!important;
  box-shadow:0 0 34px rgba(0,245,247,.22)!important;
}
@keyframes lessonCardFloatV4{
  0%,100%{transform:translateY(0) rotateX(0deg) rotateY(0deg)}
  35%{transform:translateY(-9px) rotateX(.45deg) rotateY(-.35deg)}
  70%{transform:translateY(-3px) rotateX(-.25deg) rotateY(.32deg)}
}
@keyframes lessonSheenV4{
  0%,28%{transform:translateX(-72%) rotate(0.001deg);opacity:0}
  40%{opacity:.95}
  62%{transform:translateX(72%) rotate(0.001deg);opacity:.9}
  74%,100%{transform:translateX(72%) rotate(0.001deg);opacity:0}
}
@keyframes lessonFrameGlowV4{
  0%,100%{opacity:.82;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 0 22px rgba(0,245,247,.18)}
  50%{opacity:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),0 0 38px rgba(0,245,247,.30)}
}
@media (max-width:900px){
  .included-graphic::before{border-radius:24px!important;}
  .included-graphic::after{inset:-50% -85%!important;}
}


/* FINAL SITE TWEAKS — 2026-06-04 v5 */
@media (min-width:901px){
  .about-section.section-pad{
    padding-top:112px!important;
  }
}

.package-headline-only{
  margin-bottom:52px!important;
}
.package-explainer{
  margin-top:0!important;
}

.reviews.section-pad{
  padding-top:52px!important;
}

@media (max-width:900px){
  .package-headline-only{
    margin-bottom:36px!important;
  }
  .reviews.section-pad{
    padding-top:44px!important;
  }
}

@media (max-width:680px){
  .package-headline-only{
    margin-bottom:30px!important;
  }
  .reviews.section-pad{
    padding-top:38px!important;
  }
}


/* FINAL MOBILE MENU LINK FIX — 2026-06-04 v6 */
@media (max-width:900px){
  .menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    width:46px!important;
    height:46px!important;
    position:relative!important;
    z-index:1002!important;
  }

  .header-nav{
    position:absolute!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    z-index:1001!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    border:1px solid rgba(0,245,247,.42)!important;
    border-radius:18px!important;
    background:rgba(0,0,0,.94)!important;
    box-shadow:0 0 26px rgba(0,245,247,.16), inset 0 0 22px rgba(0,245,247,.06)!important;
  }

  .header-nav:not(.open){
    display:none!important;
  }

  .header-nav.open{
    display:grid!important;
  }

  .header-nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    width:100%!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    color:var(--white)!important;
    font-size:13px!important;
    letter-spacing:.11em!important;
    line-height:1!important;
    text-indent:0!important;
    overflow:visible!important;
    position:relative!important;
    z-index:1002!important;
  }

  .header-nav a:hover,
  .header-nav a:focus{
    color:var(--teal)!important;
  }
}


/* FINAL MOBILE HAMBURGER RESTORE — 2026-06-04 v7 */
@media (max-width:900px){
  .site-header{
    overflow:visible!important;
  }

  .menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    width:46px!important;
    height:46px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid rgba(0,245,247,.42)!important;
    border-radius:14px!important;
    background:rgba(0,0,0,.52)!important;
    box-shadow:0 0 18px rgba(0,245,247,.12), inset 0 0 14px rgba(0,245,247,.05)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    position:relative!important;
    z-index:3000!important;
    clip-path:none!important;
    appearance:none!important;
    -webkit-appearance:none!important;
  }

  .menu-toggle span{
    display:block!important;
    width:22px!important;
    height:2px!important;
    min-height:2px!important;
    border-radius:999px!important;
    background:var(--teal)!important;
    box-shadow:0 0 8px rgba(0,245,247,.45)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    position:relative!important;
  }

  .header-nav{
    position:absolute!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    z-index:2500!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    border:1px solid rgba(0,245,247,.42)!important;
    border-radius:18px!important;
    background:rgba(0,0,0,.94)!important;
    box-shadow:0 0 26px rgba(0,245,247,.16), inset 0 0 22px rgba(0,245,247,.06)!important;
  }

  .header-nav:not(.open){
    display:none!important;
  }

  .header-nav.open{
    display:grid!important;
  }

  .header-nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    width:100%!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    color:var(--white)!important;
    font-size:13px!important;
    letter-spacing:.11em!important;
    line-height:1!important;
    text-indent:0!important;
    overflow:visible!important;
    position:relative!important;
    z-index:2600!important;
  }
}

@media (max-width:680px){
  .menu-toggle{
    width:44px!important;
    height:44px!important;
  }

  .menu-toggle span{
    width:21px!important;
  }
}


/* SIMPLE MOBILE HAMBURGER — 2026-06-04 v8 */
@media (max-width:900px){
  .site-header{
    overflow:visible!important;
  }

  .menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    clip-path:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:99999!important;
    appearance:none!important;
    -webkit-appearance:none!important;
  }

  .menu-toggle::before,
  .menu-toggle::after{
    display:none!important;
    content:none!important;
  }

  .menu-toggle span{
    display:block!important;
    width:28px!important;
    height:3px!important;
    min-height:3px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:999px!important;
    background:var(--teal)!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    position:static!important;
  }

  .header-nav{
    position:absolute!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    z-index:99998!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    border:1px solid rgba(0,245,247,.42)!important;
    border-radius:18px!important;
    background:rgba(0,0,0,.94)!important;
    box-shadow:0 0 26px rgba(0,245,247,.16), inset 0 0 22px rgba(0,245,247,.06)!important;
  }

  .header-nav:not(.open){
    display:none!important;
  }

  .header-nav.open{
    display:grid!important;
  }

  .header-nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    width:100%!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    color:var(--white)!important;
    font-size:13px!important;
    letter-spacing:.11em!important;
    line-height:1!important;
    text-indent:0!important;
    overflow:visible!important;
    position:relative!important;
    z-index:99999!important;
  }

  .header-nav a:hover,
  .header-nav a:focus{
    color:var(--teal)!important;
  }
}

@media (max-width:680px){
  .menu-toggle{
    width:40px!important;
    height:40px!important;
  }

  .menu-toggle span{
    width:27px!important;
    height:3px!important;
  }
}


/* PURE CSS MOBILE MENU — 2026-06-04 v9 */
.mobile-menu-checkbox{
  display:none!important;
}

@media (max-width:900px){
  .site-header{
    overflow:visible!important;
    z-index:9999!important;
  }

  .menu-toggle{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:44px!important;
    height:44px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    clip-path:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    position:relative!important;
    z-index:10001!important;
    -webkit-tap-highlight-color:transparent!important;
  }

  .menu-toggle::before,
  .menu-toggle::after{
    display:none!important;
    content:none!important;
  }

  .menu-toggle span{
    display:block!important;
    width:30px!important;
    height:3px!important;
    min-height:3px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:var(--teal)!important;
    box-shadow:0 0 8px rgba(0,245,247,.35)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    position:static!important;
  }

  .mobile-menu-checkbox:not(:checked) ~ .header-nav{
    display:none!important;
  }

  .mobile-menu-checkbox:checked ~ .header-nav{
    display:grid!important;
  }

  .header-nav{
    position:absolute!important;
    top:78px!important;
    left:12px!important;
    right:12px!important;
    z-index:10000!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:12px!important;
    border:1px solid rgba(0,245,247,.42)!important;
    border-radius:18px!important;
    background:rgba(0,0,0,.94)!important;
    box-shadow:0 0 26px rgba(0,245,247,.16), inset 0 0 22px rgba(0,245,247,.06)!important;
  }

  .header-nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:44px!important;
    width:100%!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    color:var(--white)!important;
    font-size:13px!important;
    letter-spacing:.11em!important;
    line-height:1!important;
    text-indent:0!important;
    overflow:visible!important;
    position:relative!important;
    z-index:10001!important;
  }

  .header-nav a:hover,
  .header-nav a:focus{
    color:var(--teal)!important;
  }
}

@media (max-width:680px){
  .menu-toggle{
    width:42px!important;
    height:42px!important;
  }

  .menu-toggle span{
    width:29px!important;
  }
}


/* MOBILE MENU POLISH — 2026-06-04 v10 */
@media (min-width:901px){
  .mobile-phone-link{
    display:none!important;
  }
}

@media (max-width:900px){
  .menu-toggle span{
    transition:transform .28s ease, opacity .2s ease, width .22s ease!important;
    transform-origin:center!important;
  }

  .mobile-menu-checkbox:checked + .menu-toggle span:nth-child(1){
    transform:translateY(9px) rotate(45deg)!important;
  }

  .mobile-menu-checkbox:checked + .menu-toggle span:nth-child(2){
    opacity:0!important;
    width:0!important;
  }

  .mobile-menu-checkbox:checked + .menu-toggle span:nth-child(3){
    transform:translateY(-9px) rotate(-45deg)!important;
  }

  .header-nav{
    display:grid!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-12px) scale(.98)!important;
    transform-origin:top right!important;
    transition:
      opacity .24s ease,
      transform .26s cubic-bezier(.2,.8,.2,1),
      visibility .24s ease!important;
  }

  .mobile-menu-checkbox:not(:checked) ~ .header-nav{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-12px) scale(.98)!important;
  }

  .mobile-menu-checkbox:checked ~ .header-nav{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0) scale(1)!important;
  }

  .header-nav a{
    transform:translateY(-4px)!important;
    opacity:0!important;
    transition:
      opacity .22s ease,
      transform .24s ease,
      color .2s ease,
      box-shadow .2s ease,
      border-color .2s ease!important;
  }

  .mobile-menu-checkbox:checked ~ .header-nav a{
    transform:translateY(0)!important;
    opacity:1!important;
  }

  .mobile-menu-checkbox:checked ~ .header-nav a:nth-child(1){transition-delay:.03s!important;}
  .mobile-menu-checkbox:checked ~ .header-nav a:nth-child(2){transition-delay:.06s!important;}
  .mobile-menu-checkbox:checked ~ .header-nav a:nth-child(3){transition-delay:.09s!important;}
  .mobile-menu-checkbox:checked ~ .header-nav a:nth-child(4){transition-delay:.12s!important;}
  .mobile-menu-checkbox:checked ~ .header-nav a:nth-child(5){transition-delay:.15s!important;}

  .mobile-phone-link{
    display:flex!important;
    color:var(--teal)!important;
    border-color:rgba(0,245,247,.62)!important;
    background:linear-gradient(90deg,rgba(0,245,247,.22),rgba(255,255,255,.055))!important;
    box-shadow:0 0 22px rgba(0,245,247,.18), inset 0 0 20px rgba(0,245,247,.08)!important;
  }
}


/* MOBILE MENU CLEANUP — 2026-06-04 v11 */
@media (max-width:900px){
  .header-nav{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
    gap:10px!important;
    left:16px!important;
    right:16px!important;
  }

  .header-nav a{
    min-height:48px!important;
    border:1px solid rgba(0,245,247,.45)!important;
    border-radius:18px!important;
    background:linear-gradient(90deg,rgba(0,245,247,.18),rgba(255,255,255,.055))!important;
    box-shadow:0 0 18px rgba(0,245,247,.12), inset 0 0 18px rgba(0,245,247,.06)!important;
    backdrop-filter:blur(8px)!important;
  }

  .header-nav a:hover,
  .header-nav a:focus{
    color:var(--teal)!important;
    border-color:rgba(0,245,247,.75)!important;
    background:linear-gradient(90deg,rgba(0,245,247,.28),rgba(255,255,255,.07))!important;
    box-shadow:0 0 24px rgba(0,245,247,.22), inset 0 0 22px rgba(0,245,247,.09)!important;
  }

  .mobile-phone-link{
    color:var(--teal)!important;
    border-color:rgba(0,245,247,.7)!important;
    background:linear-gradient(90deg,rgba(0,245,247,.28),rgba(255,255,255,.075))!important;
    box-shadow:0 0 24px rgba(0,245,247,.22), inset 0 0 22px rgba(0,245,247,.10)!important;
  }
}


/* MOBILE MENU FINAL ORDER + BUTTONS — 2026-06-04 v12 */
@media (min-width:901px){
  .mobile-extra-link,
  .mobile-phone-link{
    display:none!important;
  }
}

@media (max-width:900px){
  .header-nav{
    gap:8px!important;
    left:18px!important;
    right:18px!important;
    top:76px!important;
  }

  .header-nav a{
    min-height:42px!important;
    height:42px!important;
    padding:0 14px!important;
    border-radius:16px!important;
    font-size:12px!important;
    letter-spacing:.105em!important;
    color:var(--white)!important;
    border:1px solid rgba(0,245,247,.38)!important;
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,245,247,.10))!important;
    box-shadow:0 0 13px rgba(0,245,247,.09), inset 0 0 14px rgba(0,245,247,.045)!important;
    backdrop-filter:blur(7px)!important;
  }

  .header-nav a:hover,
  .header-nav a:focus{
    color:var(--teal)!important;
    border-color:rgba(0,245,247,.65)!important;
    background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,245,247,.16))!important;
    box-shadow:0 0 18px rgba(0,245,247,.16), inset 0 0 16px rgba(0,245,247,.07)!important;
  }

  .header-nav .nav-book,
  .header-nav .mobile-phone-link{
    color:var(--teal)!important;
    border-color:rgba(0,245,247,.55)!important;
    background:linear-gradient(90deg,rgba(0,0,0,.84),rgba(0,245,247,.16))!important;
  }
}

@media (max-width:680px){
  .header-nav{
    gap:7px!important;
    left:16px!important;
    right:16px!important;
    top:76px!important;
  }

  .header-nav a{
    min-height:40px!important;
    height:40px!important;
    font-size:11px!important;
    border-radius:14px!important;
  }
}


/* HERO SCROLL INDICATOR — 2026-06-04 v13 */
.scroll-cue{
  display:none!important;
}

.hero-scroll-indicator{
  position:absolute!important;
  left:50%!important;
  bottom:24px!important;
  transform:translateX(-50%)!important;
  z-index:12!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  color:var(--teal)!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-family:"Neuropol", system-ui, sans-serif!important;
  font-size:10px!important;
  opacity:.92!important;
  transition:opacity .24s ease, transform .24s ease, filter .24s ease!important;
  filter:drop-shadow(0 0 10px rgba(0,245,247,.45))!important;
}

.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus{
  opacity:1!important;
  transform:translateX(-50%) translateY(-3px)!important;
  filter:drop-shadow(0 0 18px rgba(0,245,247,.68))!important;
}

.scroll-word{
  line-height:1!important;
  text-shadow:0 0 12px rgba(0,245,247,.58)!important;
}

.scroll-mouse{
  width:25px!important;
  height:39px!important;
  border:1px solid rgba(0,245,247,.72)!important;
  border-radius:999px!important;
  position:relative!important;
  display:block!important;
  background:rgba(0,0,0,.26)!important;
  box-shadow:
    0 0 18px rgba(0,245,247,.18),
    inset 0 0 14px rgba(0,245,247,.08)!important;
  overflow:hidden!important;
}

.scroll-mouse::before{
  content:""!important;
  position:absolute!important;
  inset:3px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

.scroll-mouse span{
  position:absolute!important;
  left:50%!important;
  top:8px!important;
  width:4px!important;
  height:8px!important;
  border-radius:999px!important;
  background:var(--teal)!important;
  transform:translateX(-50%)!important;
  box-shadow:0 0 10px rgba(0,245,247,.78)!important;
  animation:scrollWheel 1.55s ease-in-out infinite!important;
}

.scroll-arrow{
  width:14px!important;
  height:14px!important;
  border-right:2px solid var(--teal)!important;
  border-bottom:2px solid var(--teal)!important;
  transform:rotate(45deg)!important;
  box-shadow:4px 4px 8px rgba(0,245,247,.12)!important;
  animation:scrollArrow 1.55s ease-in-out infinite!important;
}

@keyframes scrollWheel{
  0%{opacity:0; transform:translate(-50%,-4px)}
  30%{opacity:1}
  72%{opacity:1; transform:translate(-50%,12px)}
  100%{opacity:0; transform:translate(-50%,16px)}
}

@keyframes scrollArrow{
  0%,100%{opacity:.34; transform:translateY(-2px) rotate(45deg)}
  50%{opacity:1; transform:translateY(3px) rotate(45deg)}
}

@media (max-width:900px){
  .hero-scroll-indicator{
    bottom:18px!important;
    font-size:9px!important;
    gap:6px!important;
  }

  .scroll-mouse{
    width:23px!important;
    height:35px!important;
  }

  .scroll-arrow{
    width:12px!important;
    height:12px!important;
  }
}

@media (max-width:680px){
  .hero-scroll-indicator{
    bottom:16px!important;
  }
}


/* HERO SCROLL INDICATOR SAFE POSITION — 2026-06-04 v14 */
@media (min-width:901px){
  .hero-scroll-indicator{
    bottom:162px!important;
  }
}

@media (max-width:900px){
  .hero-scroll-indicator{
    bottom:222px!important;
  }
}

@media (max-width:680px){
  .hero-scroll-indicator{
    bottom:214px!important;
    transform:translateX(-50%) scale(.92)!important;
  }

  .hero-scroll-indicator:hover,
  .hero-scroll-indicator:focus{
    transform:translateX(-50%) translateY(-3px) scale(.92)!important;
  }
}


/* HERO SCROLL INDICATOR BACK TO BOTTOM — 2026-06-04 v15 */
.hero-scroll-indicator{
  bottom:24px!important;
  z-index:7!important;
}

@media (max-width:900px){
  .hero-scroll-indicator{
    bottom:22px!important;
    z-index:7!important;
  }
}

@media (max-width:680px){
  .hero-scroll-indicator{
    bottom:18px!important;
    transform:translateX(-50%) scale(.9)!important;
  }

  .hero-scroll-indicator:hover,
  .hero-scroll-indicator:focus{
    transform:translateX(-50%) translateY(-3px) scale(.9)!important;
  }
}


/* SIMPLE HERO SCROLL INDICATOR — 2026-06-04 v16 */
.hero-scroll-indicator{
  bottom:14px!important;
  z-index:30!important;
  pointer-events:none!important;
  gap:0!important;
  width:32px!important;
  height:32px!important;
  opacity:.92!important;
  filter:drop-shadow(0 0 10px rgba(0,245,247,.55))!important;
}

.hero-scroll-indicator .scroll-word,
.hero-scroll-indicator .scroll-mouse{
  display:none!important;
}

.hero-scroll-indicator .scroll-arrow{
  width:17px!important;
  height:17px!important;
  border-right:2px solid var(--teal)!important;
  border-bottom:2px solid var(--teal)!important;
  animation:simpleHeroArrow 1.35s ease-in-out infinite!important;
}

@keyframes simpleHeroArrow{
  0%,100%{
    opacity:.35;
    transform:translateY(-3px) rotate(45deg)!important;
  }
  50%{
    opacity:1;
    transform:translateY(4px) rotate(45deg)!important;
  }
}

@media (max-width:900px){
  .hero-scroll-indicator{
    bottom:12px!important;
    width:28px!important;
    height:28px!important;
  }

  .hero-scroll-indicator .scroll-arrow{
    width:15px!important;
    height:15px!important;
  }
}

@media (max-width:680px){
  .hero-scroll-indicator{
    bottom:10px!important;
    transform:translateX(-50%) scale(.9)!important;
  }

  .hero-scroll-indicator:hover,
  .hero-scroll-indicator:focus{
    transform:translateX(-50%) scale(.9)!important;
  }
}


/* SIMPLE SCROLL TEXT + ARROW — 2026-06-04 v17 */
.hero-scroll-indicator{
  bottom:42px!important;
  z-index:30!important;
  pointer-events:none!important;
  width:auto!important;
  height:auto!important;
  gap:7px!important;
  opacity:.92!important;
  filter:drop-shadow(0 0 10px rgba(0,245,247,.55))!important;
  animation:scrollIndicatorFloat 1.7s ease-in-out infinite!important;
}

.hero-scroll-indicator .scroll-word{
  display:block!important;
  font-size:10px!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.65)!important;
  animation:scrollTextPulse 1.7s ease-in-out infinite!important;
}

.hero-scroll-indicator .scroll-mouse{
  display:none!important;
}

.hero-scroll-indicator .scroll-arrow{
  display:block!important;
  width:15px!important;
  height:15px!important;
  border-right:2px solid var(--teal)!important;
  border-bottom:2px solid var(--teal)!important;
  animation:scrollArrowPulse 1.7s ease-in-out infinite!important;
}

@keyframes scrollIndicatorFloat{
  0%,100%{
    transform:translateX(-50%) translateY(0)!important;
  }
  50%{
    transform:translateX(-50%) translateY(5px)!important;
  }
}

@keyframes scrollTextPulse{
  0%,100%{
    opacity:.55;
  }
  50%{
    opacity:1;
  }
}

@keyframes scrollArrowPulse{
  0%,100%{
    opacity:.38;
    transform:translateY(-2px) rotate(45deg)!important;
  }
  50%{
    opacity:1;
    transform:translateY(4px) rotate(45deg)!important;
  }
}

@media (max-width:900px){
  .hero-scroll-indicator{
    bottom:36px!important;
    gap:6px!important;
  }

  .hero-scroll-indicator .scroll-word{
    font-size:9px!important;
  }

  .hero-scroll-indicator .scroll-arrow{
    width:13px!important;
    height:13px!important;
  }
}

@media (max-width:680px){
  .hero-scroll-indicator{
    bottom:32px!important;
  }
}

/* HERO BUTTON / SCROLL LAYOUT FIX — 2026-06-04 v18
   Smaller quick-link buttons now straddle the hero/about break.
   Scroll cue sits above the row on the video instead of underneath it. */
.quick-links{
  max-width:980px!important;
  margin-top:-32px!important;
  margin-bottom:38px!important;
  padding:0 clamp(14px,3vw,28px)!important;
  gap:10px!important;
  z-index:24!important;
}

.quick-links .wire-btn{
  min-height:58px!important;
  height:58px!important;
  font-size:clamp(13px,1.55vw,24px)!important;
  border-radius:18px!important;
  letter-spacing:.075em!important;
  padding:0 14px!important;
}

.hero-scroll-indicator{
  bottom:96px!important;
  z-index:35!important;
  pointer-events:none!important;
}

.hero-controls{
  z-index:34!important;
}

@media (min-width:901px){
  .hero-scroll-indicator{
    bottom:92px!important;
  }
}

@media (max-width:900px){
  .quick-links{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    margin-top:-26px!important;
    margin-bottom:32px!important;
    padding:0!important;
    gap:6px!important;
  }

  .quick-links .wire-btn{
    min-height:46px!important;
    height:46px!important;
    font-size:9px!important;
    border-radius:13px!important;
    padding:0 3px!important;
    letter-spacing:.055em!important;
  }

  .hero-scroll-indicator{
    bottom:92px!important;
  }

  .hero-controls{
    bottom:72px!important;
  }
}

@media (max-width:680px){
  .quick-links{
    width:calc(100vw - 18px)!important;
    max-width:calc(100vw - 18px)!important;
    margin-top:-24px!important;
    margin-bottom:28px!important;
    gap:5px!important;
  }

  .quick-links .wire-btn{
    min-height:42px!important;
    height:42px!important;
    font-size:8px!important;
    border-radius:12px!important;
    padding:0 2px!important;
  }

  .hero-scroll-indicator{
    bottom:84px!important;
  }

  .hero-scroll-indicator .scroll-word{
    font-size:8px!important;
  }

  .hero-scroll-indicator .scroll-arrow{
    width:12px!important;
    height:12px!important;
  }

  .hero-controls{
    bottom:64px!important;
  }
}


/* HERO SCROLL + MOBILE BUTTON POSITION FIX — 2026-06-04 v19
   Makes the scroll cue larger/clickable and makes the quick buttons straddle
   the hero break on both desktop and mobile. */
.quick-links{
  position:relative!important;
  top:0!important;
  transform:none!important;
  max-width:980px!important;
  width:min(980px,calc(100vw - 32px))!important;
  margin:-29px auto 42px!important;
  padding:0!important;
  padding-bottom:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  z-index:40!important;
  overflow:visible!important;
}

.quick-links .wire-btn{
  min-height:58px!important;
  height:58px!important;
  padding:0 12px!important;
  font-size:clamp(13px,1.5vw,22px)!important;
  line-height:1!important;
  border-radius:18px!important;
  letter-spacing:.075em!important;
}

.hero-scroll-indicator{
  pointer-events:auto!important;
  cursor:pointer!important;
  bottom:132px!important;
  z-index:45!important;
  width:auto!important;
  min-width:106px!important;
  min-height:76px!important;
  padding:10px 16px!important;
  gap:9px!important;
  opacity:.96!important;
  transform:translateX(-50%)!important;
  filter:drop-shadow(0 0 16px rgba(0,245,247,.70))!important;
}

.hero-scroll-indicator .scroll-word{
  display:block!important;
  font-size:13px!important;
  letter-spacing:.2em!important;
  color:var(--teal)!important;
  text-shadow:0 0 16px rgba(0,245,247,.82)!important;
}

.hero-scroll-indicator .scroll-mouse{
  display:none!important;
}

.hero-scroll-indicator .scroll-arrow{
  display:block!important;
  width:24px!important;
  height:24px!important;
  border-right:3px solid var(--teal)!important;
  border-bottom:3px solid var(--teal)!important;
  filter:drop-shadow(0 0 12px rgba(0,245,247,.78))!important;
  animation:scrollArrowPulseV19 1.35s ease-in-out infinite!important;
}

.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus-visible{
  opacity:1!important;
  transform:translateX(-50%) translateY(-5px) scale(1.05)!important;
  filter:drop-shadow(0 0 24px rgba(0,245,247,.9))!important;
}

.hero-scroll-indicator:hover .scroll-word,
.hero-scroll-indicator:focus-visible .scroll-word{
  color:#ffffff!important;
  text-shadow:0 0 18px rgba(0,245,247,1)!important;
}

@keyframes scrollArrowPulseV19{
  0%,100%{
    opacity:.48;
    transform:translateY(-3px) rotate(45deg)!important;
  }
  50%{
    opacity:1;
    transform:translateY(6px) rotate(45deg)!important;
  }
}

.hero-controls{
  bottom:72px!important;
  z-index:44!important;
}

@media (max-width:900px){
  .quick-links{
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    margin-top:-24px!important;
    margin-bottom:34px!important;
    padding:0!important;
    padding-bottom:0!important;
    gap:6px!important;
  }

  .quick-links .wire-btn{
    min-height:48px!important;
    height:48px!important;
    font-size:9px!important;
    border-radius:13px!important;
    padding:0 3px!important;
    letter-spacing:.055em!important;
  }

  .hero-scroll-indicator{
    display:flex!important;
    bottom:128px!important;
    min-width:98px!important;
    min-height:70px!important;
    padding:9px 14px!important;
    gap:8px!important;
  }

  .hero-scroll-indicator .scroll-word{
    font-size:11px!important;
  }

  .hero-scroll-indicator .scroll-arrow{
    width:22px!important;
    height:22px!important;
  }

  .hero-controls{
    bottom:66px!important;
  }
}

@media (max-width:680px){
  .quick-links{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    margin-top:-23px!important;
    margin-bottom:30px!important;
    gap:5px!important;
  }

  .quick-links .wire-btn{
    min-height:46px!important;
    height:46px!important;
    font-size:8.5px!important;
    border-radius:12px!important;
    padding:0 2px!important;
  }

  .hero-scroll-indicator{
    display:flex!important;
    bottom:124px!important;
    min-width:92px!important;
    min-height:66px!important;
    padding:8px 12px!important;
  }

  .hero-scroll-indicator .scroll-word{
    font-size:10px!important;
  }

  .hero-scroll-indicator .scroll-arrow{
    width:20px!important;
    height:20px!important;
  }

  .hero-controls{
    bottom:62px!important;
  }
}

/* JUNE 5 WHITE ANIMATED LOGO + WHITE HEADER/SCROLL PASS */
.animated-logo-wrap{
  position:relative!important;
  display:inline-block!important;
  width:min(285px,36vw)!important;
  aspect-ratio:760/162!important;
  line-height:0!important;
  overflow:visible!important;
  flex:0 0 auto!important;
}
.animated-logo-wrap .logo-fallback,
.animated-logo-wrap .animated-logo-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
  border:0!important;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.25))!important;
}
.animated-logo-wrap .animated-logo-video{
  z-index:2!important;
  pointer-events:none!important;
  mix-blend-mode:normal!important;
}
.animated-logo-wrap .logo-fallback{
  z-index:1!important;
}
.site-header .brand{
  align-items:center!important;
  gap:16px!important;
}
.site-header .brand .animated-logo-wrap{
  width:min(285px,36vw)!important;
  transform:translateY(-4px)!important;
}
.site-header .brand img:not(.logo-fallback){
  transform:none!important;
}
.site-header .brand-tagline{
  color:#fff!important;
  border-left-color:rgba(255,255,255,.50)!important;
  text-shadow:0 0 12px rgba(255,255,255,.30),0 0 18px rgba(0,245,247,.22)!important;
  transform:none!important;
}
.site-footer > img{
  display:none!important;
}
.site-footer .footer-logo{
  width:min(340px,72vw)!important;
  margin:0 auto!important;
}
.site-footer p{
  color:#fff!important;
  text-shadow:0 0 12px rgba(255,255,255,.28),0 0 18px rgba(0,245,247,.20)!important;
}
.hero-scroll-indicator{
  color:#fff!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.42))!important;
}
.hero-scroll-indicator .scroll-word,
.hero-scroll-indicator .scroll-mouse{
  color:#fff!important;
  text-shadow:0 0 12px rgba(255,255,255,.48)!important;
}
.hero-scroll-indicator .scroll-mouse{
  border-color:rgba(255,255,255,.78)!important;
  box-shadow:0 0 18px rgba(255,255,255,.16), inset 0 0 14px rgba(255,255,255,.08)!important;
}
.hero-scroll-indicator .scroll-mouse span{
  background:#fff!important;
  box-shadow:0 0 10px rgba(255,255,255,.78)!important;
}
.hero-scroll-indicator .scroll-arrow{
  border-right-color:#fff!important;
  border-bottom-color:#fff!important;
  box-shadow:4px 4px 8px rgba(255,255,255,.14)!important;
}
.hero-scroll-indicator:hover,
.hero-scroll-indicator:focus-visible{
  filter:drop-shadow(0 0 18px rgba(255,255,255,.66))!important;
}
.hero-scroll-indicator:hover .scroll-word,
.hero-scroll-indicator:focus-visible .scroll-word{
  color:#fff!important;
}

@media (max-width:900px){
  .site-header .brand .animated-logo-wrap{
    width:185px!important;
    max-width:48vw!important;
    transform:translateY(-2px)!important;
  }
  .brand-tagline{
    color:#fff!important;
    border-left-color:rgba(255,255,255,.45)!important;
    text-shadow:0 0 10px rgba(255,255,255,.30)!important;
  }
}
@media (max-width:680px){
  .site-header .brand .animated-logo-wrap{
    width:160px!important;
    max-width:58vw!important;
    transform:translateY(-1px)!important;
  }
  .site-footer .footer-logo{
    width:min(300px,82vw)!important;
  }
}

/* JUNE 5 FIX PASS — animated logo only, smaller header, no animation crop, lower scroll cue */
.animated-logo-wrap{
  position:relative!important;
  display:inline-block!important;
  line-height:0!important;
  overflow:visible!important;
  flex:0 0 auto!important;
  aspect-ratio:760/162!important;
  background:transparent!important;
}

.animated-logo-wrap .animated-logo-img{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  display:block!important;
  transform:translate(-50%,-50%)!important;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.25))!important;
  pointer-events:none!important;
  z-index:2!important;
}

.animated-logo-wrap .logo-fallback{
  display:none!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  z-index:1!important;
}

.animated-logo-wrap.animated-logo-failed .animated-logo-img{
  display:none!important;
}

.animated-logo-wrap.animated-logo-failed .logo-fallback{
  display:block!important;
}

.site-header .brand .animated-logo-wrap{
  width:235px!important;
  max-width:28vw!important;
  transform:translateY(-2px)!important;
}

.site-header .brand .animated-logo-img{
  top:75%!important;
}

.site-footer .footer-logo{
  width:min(360px,74vw)!important;
  max-width:74vw!important;
  margin:0 auto!important;
}

.site-footer .footer-logo .animated-logo-img{
  top:50%!important;
}

.hero-scroll-indicator{
  bottom:112px!important;
}

@media (max-width:900px){
  .site-header .brand .animated-logo-wrap{
    width:158px!important;
    max-width:44vw!important;
    transform:translateY(-1px)!important;
  }

  .site-header .brand .animated-logo-img{
    top:78%!important;
  }

  .hero-scroll-indicator{
    bottom:108px!important;
  }
}

@media (max-width:680px){
  .site-header .brand .animated-logo-wrap{
    width:142px!important;
    max-width:52vw!important;
    transform:translateY(0)!important;
  }

  .site-header .brand .animated-logo-img{
    top:80%!important;
  }

  .site-footer .footer-logo{
    width:min(310px,82vw)!important;
  }

  .hero-scroll-indicator{
    bottom:104px!important;
  }
}


/* JUNE 5 v22 — real fix for logo stacking/cropping */
.animated-logo-wrap{
  position:relative!important;
  display:inline-block!important;
  aspect-ratio:960/470!important;
  overflow:visible!important;
  line-height:0!important;
  background:transparent!important;
  flex:0 0 auto!important;
}

.animated-logo-wrap .logo-fallback,
.animated-logo-wrap .animated-logo-img{
  display:none!important;
}

.animated-logo-wrap .animated-logo-video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:transparent!important;
  border:0!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  pointer-events:none!important;
  filter:drop-shadow(0 0 12px rgba(255,255,255,.22))!important;
}

.site-header .brand .animated-logo-wrap{
  width:190px!important;
  max-width:22vw!important;
  transform:translateY(1px)!important;
}

.site-footer .footer-logo{
  width:min(340px,72vw)!important;
  max-width:72vw!important;
  margin:0 auto 2px!important;
}

.site-footer p{
  margin-top:-18px!important;
  position:relative!important;
  z-index:2!important;
}

.hero-scroll-indicator{
  bottom:98px!important;
}

@media (max-width:900px){
  .site-header .brand .animated-logo-wrap{
    width:146px!important;
    max-width:40vw!important;
    transform:translateY(1px)!important;
  }

  .site-footer .footer-logo{
    width:min(310px,80vw)!important;
    max-width:80vw!important;
  }

  .hero-scroll-indicator{
    bottom:96px!important;
  }
}

@media (max-width:680px){
  .site-header .brand .animated-logo-wrap{
    width:132px!important;
    max-width:46vw!important;
  }

  .site-footer .footer-logo{
    width:min(290px,82vw)!important;
  }

  .hero-scroll-indicator{
    bottom:94px!important;
  }
}

/* JUNE 5 v24 — Lottie-web logo pass */
.lottie-logo-wrap{
  position:relative!important;
  display:inline-block!important;
  aspect-ratio:1280/720!important;
  overflow:visible!important;
  line-height:0!important;
  background:transparent!important;
  flex:0 0 auto!important;
}

.lottie-logo-wrap .lottie-logo-player{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  pointer-events:none!important;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.20))!important;
}


.lottie-logo-wrap .lottie-logo-player svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:visible!important;
}

.lottie-logo-wrap .logo-fallback{
  display:none!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
  border:0!important;
}

.lottie-logo-wrap.logo-fallback-active .lottie-logo-player{
  display:none!important;
}

.lottie-logo-wrap.logo-fallback-active .logo-fallback{
  display:block!important;
}

.site-header .brand .lottie-logo-wrap{
  width:118px!important;
  max-width:15vw!important;
  height:auto!important;
  transform:translateY(0)!important;
}

.site-footer .footer-logo.lottie-logo-wrap{
  width:min(300px,70vw)!important;
  max-width:70vw!important;
  margin:0 auto -8px!important;
}

.site-footer p{
  margin-top:-20px!important;
  position:relative!important;
  z-index:2!important;
}

@media (max-width:900px){
  .site-header .brand .lottie-logo-wrap{
    width:98px!important;
    max-width:32vw!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(280px,78vw)!important;
    max-width:78vw!important;
  }
}

@media (max-width:680px){
  .site-header .brand .lottie-logo-wrap{
    width:92px!important;
    max-width:36vw!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(260px,82vw)!important;
  }
}

/* JUNE 5 v25 — transparent TennisTech Lottie logo swap + no-crop guard */
.lottie-logo-wrap,
.lottie-logo-wrap *{
  box-sizing:border-box!important;
}

.lottie-logo-wrap{
  position:relative!important;
  display:inline-block!important;
  aspect-ratio:16/9!important;
  overflow:visible!important;
  line-height:0!important;
  background:transparent!important;
  isolation:isolate!important;
}

.lottie-logo-wrap .lottie-logo-player{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:visible!important;
  background:transparent!important;
  pointer-events:none!important;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.20))!important;
}

.lottie-logo-wrap .lottie-logo-player svg,
.lottie-logo-wrap .lottie-logo-player canvas{
  width:100%!important;
  height:100%!important;
  display:block!important;
  overflow:visible!important;
  background:transparent!important;
}

.lottie-logo-wrap .lottie-logo-player svg image{
  overflow:visible!important;
}

.site-header,
.site-header .brand,
.site-footer{
  overflow:visible!important;
}

.site-header .brand .lottie-logo-wrap{
  width:118px!important;
  max-width:15vw!important;
  height:auto!important;
  transform:translateY(-2px)!important;
}

.site-footer .footer-logo.lottie-logo-wrap{
  width:min(300px,70vw)!important;
  max-width:70vw!important;
  height:auto!important;
  margin:0 auto -8px!important;
}

@media (max-width:900px){
  .site-header .brand .lottie-logo-wrap{
    width:98px!important;
    max-width:32vw!important;
  }
}

@media (max-width:680px){
  .site-header .brand .lottie-logo-wrap{
    width:92px!important;
    max-width:36vw!important;
    transform:translateY(-1px)!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(260px,82vw)!important;
  }
}

/* JUNE 5 v26 — 30% larger transparent logo animation, no-crop guard */
.lottie-logo-wrap,
.lottie-logo-wrap .lottie-logo-player,
.lottie-logo-wrap .lottie-logo-player svg,
.lottie-logo-wrap .lottie-logo-player canvas{
  overflow:visible!important;
  background:transparent!important;
}

.site-header,
.site-header .brand,
.site-footer{
  overflow:visible!important;
}

.site-header .brand .lottie-logo-wrap{
  width:154px!important;
  max-width:22vw!important;
  height:auto!important;
  transform:translateY(-2px)!important;
  flex:0 0 auto!important;
}

.site-footer .footer-logo.lottie-logo-wrap{
  width:min(390px,86vw)!important;
  max-width:86vw!important;
  height:auto!important;
  margin:0 auto -14px!important;
}

.site-footer p{
  margin-top:-24px!important;
}

@media (max-width:900px){
  .site-header .brand .lottie-logo-wrap{
    width:127px!important;
    max-width:42vw!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(364px,88vw)!important;
    max-width:88vw!important;
  }
}

@media (max-width:680px){
  .site-header .brand .lottie-logo-wrap{
    width:120px!important;
    max-width:44vw!important;
    transform:translateY(-1px)!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(338px,90vw)!important;
    max-width:90vw!important;
    margin-bottom:-12px!important;
  }

  .site-footer p{
    margin-top:-22px!important;
  }
}

/* JUNE 5 v29 — back to transparent Lottie logo, make the actual rendered logo larger */
.site-header,
.site-header .brand,
.site-footer,
.site-header .brand .lottie-logo-wrap,
.site-footer .footer-logo.lottie-logo-wrap{
  overflow:visible!important;
}

/* Make the rendered logo itself larger */
.site-header .brand .lottie-logo-wrap{
  width:186px!important;
  max-width:26vw!important;
  transform:translateY(-2px)!important;
}

.site-header .brand .lottie-logo-wrap .lottie-logo-player,
.site-header .brand .lottie-logo-wrap .logo-fallback{
  transform:scale(1.16)!important;
  transform-origin:center center!important;
}

.site-footer .footer-logo.lottie-logo-wrap{
  width:min(500px,92vw)!important;
  max-width:92vw!important;
  margin:0 auto -18px!important;
}

.site-footer .footer-logo.lottie-logo-wrap .lottie-logo-player,
.site-footer .footer-logo.lottie-logo-wrap .logo-fallback{
  transform:scale(1.12)!important;
  transform-origin:center center!important;
}

.site-footer p{
  margin-top:-30px!important;
}

@media (max-width:900px){
  .site-header .brand .lottie-logo-wrap{
    width:156px!important;
    max-width:48vw!important;
  }

  .site-header .brand .lottie-logo-wrap .lottie-logo-player,
  .site-header .brand .lottie-logo-wrap .logo-fallback{
    transform:scale(1.14)!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(450px,94vw)!important;
    max-width:94vw!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap .lottie-logo-player,
  .site-footer .footer-logo.lottie-logo-wrap .logo-fallback{
    transform:scale(1.10)!important;
  }
}

@media (max-width:680px){
  .site-header .brand .lottie-logo-wrap{
    width:146px!important;
    max-width:52vw!important;
    transform:translateY(-1px)!important;
  }

  .site-header .brand .lottie-logo-wrap .lottie-logo-player,
  .site-header .brand .lottie-logo-wrap .logo-fallback{
    transform:scale(1.12)!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(400px,96vw)!important;
    max-width:96vw!important;
    margin-bottom:-14px!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap .lottie-logo-player,
  .site-footer .footer-logo.lottie-logo-wrap .logo-fallback{
    transform:scale(1.08)!important;
  }

  .site-footer p{
    margin-top:-24px!important;
  }
}


/* JUNE 5 v30 — move header tagline closer to logo */
.site-header .brand{
  gap:4px!important;
}

.site-header .brand-tagline{
  margin-left:-8px!important;
  padding-left:8px!important;
}

@media (max-width:1080px){
  .site-header .brand{
    gap:3px!important;
  }

  .site-header .brand-tagline{
    margin-left:-10px!important;
    padding-left:7px!important;
  }
}

/* JUNE 5 v31 — larger desktop header logo/tagline + centered divider spacing */
@media (min-width:901px){
  .site-header{
    height:96px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    overflow:visible!important;
  }

  .site-header .brand{
    gap:22px!important;
    align-items:center!important;
    min-width:auto!important;
    overflow:visible!important;
  }

  .site-header .brand .lottie-logo-wrap{
    width:220px!important;
    max-width:30vw!important;
    height:auto!important;
    transform:translateY(-1px)!important;
    overflow:visible!important;
  }

  .site-header .brand .lottie-logo-wrap .lottie-logo-player,
  .site-header .brand .lottie-logo-wrap .logo-fallback{
    transform:scale(1.16)!important;
    transform-origin:center center!important;
  }

  .site-header .brand-tagline{
    display:block!important;
    margin-left:0!important;
    padding-left:22px!important;
    border-left:1px solid rgba(247,251,251,.62)!important;
    color:var(--white)!important;
    font-size:clamp(15px,1.45vw,22px)!important;
    line-height:1.05!important;
    letter-spacing:.105em!important;
    max-width:none!important;
    white-space:nowrap!important;
    text-shadow:0 0 14px rgba(0,245,247,.42)!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand{
    gap:18px!important;
  }

  .site-header .brand .lottie-logo-wrap{
    width:202px!important;
    max-width:28vw!important;
  }

  .site-header .brand-tagline{
    padding-left:18px!important;
    font-size:clamp(14px,1.35vw,19px)!important;
    letter-spacing:.095em!important;
  }
}

/* JUNE 5 v32 — final header balance: logo slightly higher, tagline slightly smaller, divider left */
@media (min-width:901px){
  .site-header .brand{
    gap:14px!important;
  }

  .site-header .brand .lottie-logo-wrap{
    transform:translateY(-5px)!important;
  }

  .site-header .brand-tagline{
    padding-left:28px!important;
    font-size:clamp(14px,1.36vw,20px)!important;
    letter-spacing:.10em!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand{
    gap:12px!important;
  }

  .site-header .brand .lottie-logo-wrap{
    transform:translateY(-5px)!important;
  }

  .site-header .brand-tagline{
    padding-left:24px!important;
    font-size:clamp(13px,1.28vw,18px)!important;
  }
}

/* JUNE 5 v33 — logo slightly larger, divider farther left */
@media (min-width:901px){
  .site-header .brand{
    gap:8px!important;
  }

  .site-header .brand .lottie-logo-wrap{
    width:230px!important;
    transform:translateY(-5px)!important;
  }

  .site-header .brand .lottie-logo-wrap .lottie-logo-player,
  .site-header .brand .lottie-logo-wrap .logo-fallback{
    transform:scale(1.18)!important;
    transform-origin:center center!important;
  }

  .site-header .brand-tagline{
    padding-left:36px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand{
    gap:7px!important;
  }

  .site-header .brand .lottie-logo-wrap{
    width:212px!important;
    transform:translateY(-5px)!important;
  }

  .site-header .brand .lottie-logo-wrap .lottie-logo-player,
  .site-header .brand .lottie-logo-wrap .logo-fallback{
    transform:scale(1.18)!important;
    transform-origin:center center!important;
  }

  .site-header .brand-tagline{
    padding-left:32px!important;
  }
}

/* JUNE 5 v34 — shift divider/tagline left and reduce tagline size */
@media (min-width:901px){
  .site-header .brand{
    gap:2px!important;
  }

  .site-header .brand-tagline{
    padding-left:34px!important;
    font-size:clamp(13px,1.26vw,19px)!important;
    letter-spacing:.098em!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand{
    gap:1px!important;
  }

  .site-header .brand-tagline{
    padding-left:30px!important;
    font-size:clamp(12.5px,1.18vw,17px)!important;
    letter-spacing:.092em!important;
  }
}


/* JUNE 5 v35 — header scroll cleanup, wider right-side Book button, Packages jumps to More Than a Lesson */
html{
  scroll-behavior:smooth;
}

#included{
  scroll-margin-top:104px!important;
}

@media (min-width:901px){
  .site-header .brand-tagline{
    transition:opacity .22s ease, visibility .22s ease, max-width .22s ease, width .22s ease, padding-left .22s ease, margin-left .22s ease, border-color .22s ease, transform .22s ease!important;
  }

  .site-header.header-scrolled .brand{
    gap:0!important;
  }

  .site-header.header-scrolled .brand-tagline{
    opacity:0!important;
    visibility:hidden!important;
    max-width:0!important;
    width:0!important;
    margin-left:0!important;
    padding-left:0!important;
    border-left-color:transparent!important;
    transform:translateX(-12px)!important;
    pointer-events:none!important;
    overflow:hidden!important;
  }

  .site-header .header-nav{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
  }

  .site-header .header-nav a.nav-book.book-accent{
    order:99!important;
    min-width:132px!important;
    padding-left:28px!important;
    padding-right:28px!important;
    margin-left:4px!important;
  }
}

@media (max-width:900px){
  #included{
    scroll-margin-top:86px!important;
  }

  .site-header.header-scrolled .brand-tagline{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    border-left-color:transparent!important;
  }

  .header-nav a.nav-book.book-accent{
    order:99!important;
    min-height:50px!important;
    width:100%!important;
  }
}


/* JUNE 5 v36 — tighter header tagline grouping, later sticky fade, Options scroll cue */
@media (min-width:901px){
  .site-header .brand{
    gap:0!important;
  }

  .site-header .brand-tagline{
    margin-left:-18px!important;
    padding-left:27px!important;
    font-size:clamp(12.5px,1.18vw,18px)!important;
    letter-spacing:.094em!important;
  }

  .site-header.header-scrolled .brand-tagline{
    margin-left:0!important;
    padding-left:0!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand-tagline{
    margin-left:-15px!important;
    padding-left:24px!important;
    font-size:clamp(12px,1.08vw,16.5px)!important;
    letter-spacing:.088em!important;
  }
}

.included{
  position:relative!important;
  padding-bottom:84px!important;
}

.options-scroll-indicator{
  position:relative!important;
  left:50%!important;
  bottom:auto!important;
  margin-top:20px!important;
  margin-bottom:-36px!important;
  width:max-content!important;
  transform:translateX(-50%)!important;
  z-index:8!important;
}

.options-scroll-indicator:hover,
.options-scroll-indicator:focus{
  transform:translateX(-50%) translateY(-3px)!important;
}

#packages{
  scroll-margin-top:104px!important;
}

@media (max-width:900px){
  .included{
    padding-bottom:70px!important;
  }

  .options-scroll-indicator{
    margin-top:12px!important;
    margin-bottom:-26px!important;
    gap:5px!important;
  }

  #packages{
    scroll-margin-top:86px!important;
  }
}

/* JUNE 5 v37 — header fade smoothing + package picker cleanup */
@media (min-width:901px){
  .site-header .brand-tagline{
    /* Move divider slightly right while keeping the tagline spacing tight. */
    margin-left:-8px!important;
    padding-left:20px!important;
    transition:
      opacity .72s cubic-bezier(.22,.61,.36,1),
      visibility .72s cubic-bezier(.22,.61,.36,1),
      max-width .72s cubic-bezier(.22,.61,.36,1),
      width .72s cubic-bezier(.22,.61,.36,1),
      padding-left .72s cubic-bezier(.22,.61,.36,1),
      margin-left .72s cubic-bezier(.22,.61,.36,1),
      border-color .72s cubic-bezier(.22,.61,.36,1),
      transform .72s cubic-bezier(.22,.61,.36,1)!important;
  }

  .site-header.header-scrolled .brand-tagline{
    transition-duration:.72s!important;
    transform:translateX(-8px)!important;
  }

  .package-shell{
    display:block!important;
    max-width:1280px!important;
    margin:0 auto!important;
  }

  .package-tabs{
    position:relative!important;
    top:auto!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
    max-width:960px!important;
    margin:0 auto 16px!important;
    align-content:normal!important;
  }

  .package-tab{
    width:100%!important;
    padding:18px 16px!important;
  }

  .package-tab.active,
  .package-tab:hover{
    transform:translateY(-3px)!important;
  }

  .price-legend{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:28px!important;
    max-width:980px!important;
    margin:0 auto 24px!important;
    padding:0!important;
  }

  .legend-key{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    padding:8px 10px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .legend-key::after{display:none!important;}

  .legend-key strong{
    font-family:"Neuropol"!important;
    text-transform:uppercase!important;
    color:var(--white)!important;
    font-size:clamp(11px,.78vw,14px)!important;
    white-space:nowrap!important;
  }

  .legend-key p{
    margin:0!important;
    color:var(--muted)!important;
    font-size:clamp(12px,.82vw,15px)!important;
    line-height:1.2!important;
    letter-spacing:.025em!important;
    white-space:nowrap!important;
  }

  .legend-key .standard-dot,
  .legend-key .teal-dot{
    flex:0 0 auto!important;
    margin-right:2px!important;
  }

  #package-title{
    scroll-margin-top:108px!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-header .brand-tagline{
    margin-left:-7px!important;
    padding-left:18px!important;
  }
  .price-legend{gap:18px!important;}
  .legend-key{gap:7px!important;padding:6px 6px!important;}
}

@media (max-width:900px){
  .package-shell{
    display:block!important;
    max-width:100%!important;
  }
  .package-tabs{
    position:relative!important;
    top:auto!important;
    margin:0 auto 14px!important;
  }
  .price-legend{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin:0 auto 16px!important;
    padding:0 4px!important;
  }
  .legend-key{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:2px 0!important;
  }
  .legend-key::after{display:none!important;}
  .legend-key strong{
    font-family:"Neuropol"!important;
    text-transform:uppercase!important;
    color:var(--white)!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  .legend-key p{
    margin:0!important;
    color:var(--muted)!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  #package-title{
    scroll-margin-top:86px!important;
  }
}

/* JUNE 5 v38 — micro line nudge + package legend/choice cleanup */
@media (min-width:901px){
  .site-header .brand-tagline{
    margin-left:-11px!important;
    padding-left:20px!important;
  }
  .site-header.header-scrolled .brand-tagline{
    transform:translateX(-9px)!important;
  }
}

.package-quick-guide{
  max-width:1120px!important;
  margin:0 auto 22px!important;
  display:grid!important;
  gap:12px!important;
  justify-items:center!important;
}
.lesson-choice-note{
  margin:0!important;
  padding:10px 18px!important;
  border:1px solid rgba(0,245,247,.30)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.30)!important;
  color:rgba(255,255,255,.84)!important;
  font-size:clamp(14px,1.05vw,17px)!important;
  line-height:1.25!important;
  letter-spacing:.035em!important;
  text-align:center!important;
  box-shadow:0 0 18px rgba(0,245,247,.08), inset 0 0 18px rgba(0,245,247,.05)!important;
}
.lesson-choice-note b{
  color:var(--teal)!important;
  font-weight:400!important;
}
.price-legend{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:12px 26px!important;
  width:100%!important;
  margin:0 auto!important;
  padding:0!important;
}
.legend-key{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-width:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.80)!important;
}
.legend-key::before,
.legend-key::after{display:none!important;content:none!important;}
.legend-key strong{
  font-family:"Neuropol", sans-serif!important;
  text-transform:uppercase!important;
  color:var(--white)!important;
  font-size:clamp(11px,.78vw,14px)!important;
  white-space:nowrap!important;
  line-height:1!important;
}
.legend-key p{
  margin:0!important;
  color:var(--muted)!important;
  font-size:clamp(12px,.82vw,15px)!important;
  line-height:1.15!important;
  letter-spacing:.025em!important;
  white-space:nowrap!important;
}
.legend-key .standard-dot,
.legend-key .teal-dot{
  flex:0 0 auto!important;
  margin:0!important;
}
.legend-key-teal strong{color:var(--teal)!important;}
.package-explainer{display:none!important;}
.chart-title p::after{content:""!important;}

@media (max-width:900px){
  .package-quick-guide{
    margin:0 auto 18px!important;
    gap:10px!important;
  }
  .lesson-choice-note{
    width:100%!important;
    padding:10px 12px!important;
    border-radius:18px!important;
    font-size:13px!important;
  }
  .price-legend{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:start!important;
    gap:7px!important;
    padding:0 4px!important;
  }
  .legend-key{
    gap:8px!important;
    width:100%!important;
  }
  .legend-key strong{font-size:11px!important;}
  .legend-key p{font-size:12px!important;white-space:normal!important;}
}

/* JUNE 6 v39 — package order + per-chart legends */
#packages .package-shell{
  display:block!important;
  max-width:1280px!important;
  margin:0 auto!important;
}
#packages .package-quick-guide{
  max-width:1120px!important;
  margin:0 auto 20px!important;
  display:block!important;
}
#packages .lesson-choice-note{
  display:grid!important;
  gap:7px!important;
  width:min(1120px,100%)!important;
  margin:0 auto!important;
  padding:13px 20px!important;
  border:1px solid rgba(0,245,247,.30)!important;
  border-radius:22px!important;
  background:rgba(0,0,0,.30)!important;
  color:rgba(255,255,255,.86)!important;
  font-size:clamp(14px,1.03vw,17px)!important;
  line-height:1.34!important;
  letter-spacing:.025em!important;
  text-align:left!important;
  box-shadow:0 0 18px rgba(0,245,247,.08), inset 0 0 18px rgba(0,245,247,.05)!important;
}
#packages .lesson-choice-note p{
  margin:0!important;
}
#packages .lesson-choice-note b{
  color:var(--teal)!important;
  font-weight:700!important;
}
#packages .package-tabs{
  position:relative!important;
  top:auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  max-width:960px!important;
  margin:0 auto 22px!important;
  align-content:normal!important;
}
#packages .package-tab{
  width:100%!important;
  padding:18px 16px!important;
  text-align:center!important;
}
#packages .package-tab.active,
#packages .package-tab:hover{
  transform:translateY(-3px)!important;
}
#packages .package-stage{
  max-width:1120px!important;
  margin:0 auto!important;
}
#packages .package-chart-legend{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px 28px!important;
  width:100%!important;
  margin:14px auto 0!important;
  padding:0!important;
}
#packages .package-chart-legend .legend-key{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  line-height:1.2!important;
  color:rgba(255,255,255,.82)!important;
}
#packages .package-chart-legend .legend-key > span:not(.standard-dot):not(.teal-dot){
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  transform:none!important;
  margin:0!important;
  padding:0!important;
  vertical-align:middle!important;
}
#packages .package-chart-legend .legend-key strong{
  display:inline-flex!important;
  align-items:center!important;
  font-family:"Neuropol", sans-serif!important;
  text-transform:none!important;
  color:var(--white)!important;
  font-size:clamp(12px,.85vw,15px)!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  margin:0!important;
  padding:0!important;
}
#packages .package-chart-legend .legend-key-teal strong{
  color:var(--teal)!important;
}
#packages .package-chart-legend .standard-dot,
#packages .package-chart-legend .teal-dot{
  flex:0 0 auto!important;
  margin:0!important;
  align-self:center!important;
}
#packages .package-panel .package-book{
  display:flex!important;
  width:max-content!important;
  margin:18px auto 0!important;
  position:relative!important;
  left:auto!important;
  transform:none!important;
}
#packages .package-panel .package-book:hover{
  transform:translateY(-3px)!important;
}
@media (max-width:900px){
  #packages .package-quick-guide{margin:0 auto 16px!important;}
  #packages .lesson-choice-note{
    border-radius:18px!important;
    padding:12px 12px!important;
    font-size:13px!important;
    line-height:1.35!important;
  }
  #packages .package-tabs{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
    margin:0 auto 16px!important;
  }
  #packages .package-tab{
    font-size:12px!important;
    padding:14px 6px!important;
  }
  #packages .package-stage{
    padding:18px 14px!important;
  }
  #packages .package-chart-legend{
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:start!important;
    gap:7px!important;
    margin-top:12px!important;
  }
  #packages .package-chart-legend .legend-key{
    justify-content:flex-start!important;
    width:100%!important;
  }
  #packages .package-chart-legend .legend-key > span:not(.standard-dot):not(.teal-dot){
    white-space:normal!important;
  }
}


/* JUNE 6 v40 — package spacing, chart title color, legend order, payment note */
#packages.section-pad{
  padding-top:56px!important;
}
#packages .section-head.package-headline-only{
  margin-bottom:10px!important;
}
#packages .package-shell{
  margin-top:0!important;
}
#packages .package-quick-guide{
  margin:0 auto 14px!important;
}
#packages .lesson-choice-note{
  width:min(1060px,100%)!important;
  padding:11px 18px!important;
  gap:8px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(0,245,247,.075),rgba(0,0,0,.28))!important;
  box-shadow:0 0 16px rgba(0,245,247,.07), inset 0 0 16px rgba(0,245,247,.045)!important;
}
#packages .lesson-choice-note p{
  line-height:1.28!important;
}
#packages .lesson-choice-note b{
  font-family:"Neuropol",sans-serif!important;
  color:var(--teal)!important;
  font-weight:400!important;
  letter-spacing:.055em!important;
  text-shadow:0 0 10px rgba(0,245,247,.52)!important;
  white-space:nowrap!important;
}
#packages .lesson-choice-divider{
  width:100%!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),rgba(0,245,247,.52),rgba(255,255,255,.34),transparent)!important;
  margin:1px 0!important;
}
#packages .package-tabs{
  margin:0 auto 18px!important;
}
#packages .package-stage{
  padding-top:24px!important;
}
#packages .chart-title{
  margin-bottom:18px!important;
}
#packages .chart-title span{
  color:var(--white)!important;
  text-shadow:none!important;
}
#packages .chart-title h2{
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.72),0 0 26px rgba(0,245,247,.28)!important;
}
#packages .neon-chart{
  margin-bottom:0!important;
}
#packages .package-chart-legend{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  justify-items:stretch!important;
  gap:16px!important;
  width:min(720px,100%)!important;
  margin:13px auto 0!important;
  text-transform:uppercase!important;
}
#packages .package-chart-legend .legend-key{
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(10px,.74vw,13px)!important;
  letter-spacing:.055em!important;
  line-height:1.1!important;
  color:rgba(255,255,255,.86)!important;
  white-space:nowrap!important;
}
#packages .package-chart-legend .legend-key span:not(.standard-dot):not(.teal-dot),
#packages .package-chart-legend .legend-key > span:not(.standard-dot):not(.teal-dot){
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  line-height:1.1!important;
  transform:none!important;
}
#packages .package-chart-legend .legend-key-standard{
  justify-content:flex-start!important;
  text-align:left!important;
}
#packages .package-chart-legend .legend-key-teal{
  justify-content:flex-end!important;
  text-align:right!important;
  color:var(--teal)!important;
  text-shadow:0 0 9px rgba(0,245,247,.55)!important;
}
#packages .package-payment-note{
  width:max-content!important;
  max-width:100%!important;
  margin:9px auto 0!important;
  padding:6px 16px!important;
  border:1px solid rgba(0,245,247,.32)!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.25)!important;
  color:rgba(255,255,255,.90)!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(10px,.78vw,13px)!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  text-align:center!important;
  text-transform:uppercase!important;
  box-shadow:0 0 14px rgba(0,245,247,.10), inset 0 0 12px rgba(0,245,247,.04)!important;
}
#packages .package-panel .package-book{
  margin-top:12px!important;
}
@media (max-width:900px){
  #packages.section-pad{
    padding-top:54px!important;
  }
  #packages .section-head.package-headline-only{
    margin-bottom:8px!important;
  }
  #packages .package-quick-guide{
    margin:0 auto 12px!important;
  }
  #packages .lesson-choice-note{
    padding:10px 12px!important;
    gap:7px!important;
  }
  #packages .lesson-choice-note b{
    display:block!important;
    margin-bottom:2px!important;
    white-space:normal!important;
  }
  #packages .package-tabs{
    margin:0 auto 14px!important;
  }
  #packages .package-chart-legend{
    width:100%!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    justify-items:stretch!important;
  }
  #packages .package-chart-legend .legend-key{
    font-size:9px!important;
    letter-spacing:.035em!important;
    white-space:normal!important;
  }
  #packages .package-chart-legend .legend-key > span:not(.standard-dot):not(.teal-dot){
    white-space:normal!important;
  }
  #packages .package-chart-legend .legend-key-teal{
    justify-content:flex-end!important;
  }
  #packages .package-chart-legend .legend-key-standard{
    justify-content:flex-start!important;
  }
  #packages .package-payment-note{
    margin-top:8px!important;
    font-size:10px!important;
  }
}
@media (max-width:520px){
  #packages .package-chart-legend{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:6px!important;
  }
  #packages .package-chart-legend .legend-key,
  #packages .package-chart-legend .legend-key-standard,
  #packages .package-chart-legend .legend-key-teal{
    justify-content:center!important;
    text-align:center!important;
  }
}

/* JUNE 6 v41 — package section spacing cleanup + book/payment placement */
#packages.section-pad{
  padding-top:58px!important;
  padding-bottom:64px!important;
}
#packages .section-head.package-headline-only{
  margin-bottom:14px!important;
}
#packages .package-shell{
  max-width:1180px!important;
  margin:0 auto!important;
}
#packages .package-quick-guide{
  max-width:980px!important;
  margin:0 auto 22px!important;
}
#packages .lesson-choice-note{
  width:100%!important;
  padding:16px 24px!important;
  gap:12px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(0,245,247,.09),rgba(0,0,0,.30))!important;
  box-shadow:0 0 22px rgba(0,245,247,.09), inset 0 0 22px rgba(0,245,247,.045)!important;
}
#packages .lesson-choice-note p{
  line-height:1.38!important;
  max-width:920px!important;
  margin:0 auto!important;
}
#packages .lesson-choice-divider{
  width:min(760px,100%)!important;
  margin:0 auto!important;
}
#packages .package-tabs{
  max-width:900px!important;
  gap:16px!important;
  margin:0 auto 26px!important;
}
#packages .package-tab{
  min-height:62px!important;
  padding:18px 18px!important;
  border-radius:20px!important;
}
#packages .package-stage{
  max-width:1080px!important;
  margin:0 auto!important;
  padding:28px 30px 30px!important;
  border-radius:28px!important;
}
#packages .package-panel{
  max-width:100%!important;
  margin:0 auto!important;
}
#packages .chart-title{
  gap:7px!important;
  margin-bottom:22px!important;
}
#packages .chart-title span{
  margin-top:2px!important;
}
#packages .chart-title h2{
  margin:0!important;
}
#packages .chart-title p{
  max-width:720px!important;
  margin:3px auto 0!important;
  line-height:1.35!important;
}
#packages .neon-chart{
  width:100%!important;
  max-width:1000px!important;
  margin:0 auto!important;
  border-radius:22px!important;
}
#packages .package-chart-legend{
  width:min(820px,100%)!important;
  margin:18px auto 0!important;
  gap:28px!important;
  padding:0 10px!important;
}
#packages .package-chart-legend .legend-key{
  min-height:22px!important;
  font-size:clamp(10px,.78vw,13px)!important;
}
#packages .package-chart-legend .legend-key-standard{
  justify-content:flex-start!important;
}
#packages .package-chart-legend .legend-key-teal{
  justify-content:flex-end!important;
}
#packages .package-panel .package-book{
  min-width:210px!important;
  min-height:54px!important;
  margin:22px auto 0!important;
  padding:16px 34px!important;
  border-radius:999px!important;
  font-size:clamp(15px,1.1vw,18px)!important;
  letter-spacing:.12em!important;
  justify-content:center!important;
  align-items:center!important;
}
#packages .package-payment-note{
  width:auto!important;
  max-width:100%!important;
  margin:10px auto 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:rgba(255,255,255,.72)!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(10px,.72vw,12px)!important;
  line-height:1.2!important;
  letter-spacing:.095em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
#reviews .section-head h1{
  white-space:nowrap!important;
  font-size:clamp(34px,6vw,82px)!important;
}
@media (max-width:900px){
  #packages.section-pad{
    padding-top:52px!important;
    padding-bottom:54px!important;
  }
  #packages .section-head.package-headline-only{
    margin-bottom:10px!important;
  }
  #packages .package-quick-guide{
    margin:0 auto 18px!important;
  }
  #packages .lesson-choice-note{
    padding:14px 14px!important;
    gap:10px!important;
    border-radius:20px!important;
  }
  #packages .lesson-choice-note p{
    max-width:100%!important;
    line-height:1.36!important;
  }
  #packages .package-tabs{
    gap:9px!important;
    margin:0 auto 20px!important;
  }
  #packages .package-tab{
    min-height:50px!important;
    padding:13px 6px!important;
    border-radius:16px!important;
  }
  #packages .package-stage{
    padding:20px 14px 24px!important;
    border-radius:24px!important;
  }
  #packages .chart-title{
    margin-bottom:16px!important;
  }
  #packages .package-chart-legend{
    width:100%!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    padding:0!important;
    margin-top:15px!important;
  }
  #packages .package-chart-legend .legend-key{
    font-size:9px!important;
    line-height:1.18!important;
  }
  #packages .package-panel .package-book{
    width:min(270px,100%)!important;
    min-width:0!important;
    min-height:54px!important;
    margin-top:20px!important;
    padding:16px 28px!important;
    font-size:16px!important;
  }
  #packages .package-payment-note{
    margin-top:9px!important;
    font-size:10px!important;
    letter-spacing:.075em!important;
  }
  #reviews .section-head h1{
    font-size:clamp(27px,7.2vw,48px)!important;
    letter-spacing:.06em!important;
  }
}
@media (max-width:520px){
  #packages .package-chart-legend{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:7px!important;
  }
  #packages .package-chart-legend .legend-key,
  #packages .package-chart-legend .legend-key-standard,
  #packages .package-chart-legend .legend-key-teal{
    justify-content:center!important;
    text-align:center!important;
  }
  #reviews .section-head h1{
    font-size:clamp(24px,6.2vw,34px)!important;
    letter-spacing:.035em!important;
  }
}

/* JUNE 6 v42 — tighter, cleaner package section rhythm */
#packages.section-pad{
  padding-top:62px!important;
  padding-bottom:72px!important;
}
#packages .section-head.package-headline-only{
  margin-bottom:24px!important;
}
#packages .section-head.package-headline-only .kicker{
  margin-bottom:6px!important;
}
#packages .package-shell{
  max-width:1160px!important;
}
#packages .package-quick-guide{
  max-width:900px!important;
  width:min(900px,100%)!important;
  margin:0 auto 30px!important;
}
#packages .lesson-choice-note{
  width:100%!important;
  padding:18px 26px!important;
  gap:14px!important;
  border-radius:26px!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(0,245,247,.15),transparent 35%),
    linear-gradient(180deg,rgba(0,245,247,.085),rgba(0,0,0,.34))!important;
  border-color:rgba(0,245,247,.38)!important;
  box-shadow:0 0 28px rgba(0,245,247,.11), inset 0 0 24px rgba(0,245,247,.055)!important;
}
#packages .lesson-choice-note p{
  max-width:820px!important;
  line-height:1.42!important;
  letter-spacing:.018em!important;
}
#packages .lesson-choice-note b{
  display:inline-block!important;
  margin-right:4px!important;
}
#packages .lesson-choice-divider{
  width:min(640px,92%)!important;
  height:1px!important;
  opacity:.92!important;
}
#packages .package-tabs{
  max-width:900px!important;
  width:min(900px,100%)!important;
  margin:0 auto 34px!important;
  gap:18px!important;
}
#packages .package-tab{
  min-height:66px!important;
  padding:19px 18px!important;
  letter-spacing:.075em!important;
}
#packages .package-stage{
  max-width:1080px!important;
  padding:34px 34px 36px!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(0,245,247,.11),transparent 36%),
    linear-gradient(180deg,rgba(0,245,247,.075),rgba(0,0,0,.34))!important;
}
#packages .chart-title{
  justify-items:center!important;
  align-items:center!important;
  text-align:center!important;
  margin-bottom:28px!important;
}
#packages .chart-title .package-icon{
  margin-bottom:2px!important;
}
#packages .chart-title span{
  font-size:clamp(18px,1.55vw,25px)!important;
  letter-spacing:.09em!important;
}
#packages .chart-title h2{
  margin-top:3px!important;
  letter-spacing:.045em!important;
}
#packages .chart-title p{
  margin-top:8px!important;
  max-width:760px!important;
  color:rgba(255,255,255,.80)!important;
}
#packages .neon-chart{
  max-width:1010px!important;
}
#packages .neon-chart div{
  min-height:74px!important;
}
#packages .package-chart-legend{
  width:min(760px,100%)!important;
  margin:22px auto 0!important;
  gap:34px!important;
}
#packages .package-chart-legend .legend-key{
  min-height:26px!important;
  opacity:.95!important;
}
#packages .package-panel .package-book{
  min-width:240px!important;
  min-height:60px!important;
  margin-top:26px!important;
  padding:18px 42px!important;
  font-size:clamp(16px,1.25vw,20px)!important;
  box-shadow:0 0 24px rgba(0,245,247,.22), inset 0 0 18px rgba(255,255,255,.055)!important;
}
#packages .package-payment-note{
  margin-top:11px!important;
  color:rgba(255,255,255,.76)!important;
  font-size:clamp(10px,.75vw,12px)!important;
}
@media (max-width:900px){
  #packages.section-pad{padding-top:56px!important;padding-bottom:62px!important;}
  #packages .section-head.package-headline-only{margin-bottom:18px!important;}
  #packages .package-quick-guide{width:100%!important;max-width:100%!important;margin:0 auto 24px!important;}
  #packages .lesson-choice-note{padding:16px 15px!important;border-radius:22px!important;}
  #packages .lesson-choice-note p{line-height:1.38!important;}
  #packages .package-tabs{width:100%!important;max-width:100%!important;margin:0 auto 26px!important;gap:10px!important;}
  #packages .package-tab{min-height:56px!important;}
  #packages .package-stage{padding:24px 16px 28px!important;}
  #packages .chart-title{margin-bottom:22px!important;}
  #packages .package-chart-legend{margin-top:18px!important;gap:12px!important;width:100%!important;}
  #packages .package-panel .package-book{width:min(300px,100%)!important;min-height:58px!important;margin-top:24px!important;}
}
@media (max-width:520px){
  #packages .package-tabs{grid-template-columns:1fr 1fr!important;}
  #packages .package-quick-guide{margin-bottom:22px!important;}
  #packages .package-tabs{margin-bottom:24px!important;}
  #packages .lesson-choice-note{padding:15px 13px!important;}
}

/* JUNE 6 v43 — package text centering, single package copy, group note, larger icons */
#packages .lesson-choice-note{
  padding:20px 28px!important;
  gap:15px!important;
}
#packages .lesson-choice-note p{
  text-align:center!important;
}
#packages .lesson-choice-divider{
  margin:1px auto!important;
}
#packages .package-tabs{
  margin-bottom:36px!important;
}
#packages .package-stage{
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#packages .package-panel .chart-title,
#packages .package-panel .chart-title.leisure-title{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  justify-items:center!important;
  text-align:center!important;
  width:min(1010px,100%)!important;
  max-width:1010px!important;
  margin:0 auto 30px!important;
  gap:7px!important;
}
#packages .package-panel .chart-title .package-icon,
#packages .package-panel .package-icon,
#packages #panel-stay .package-icon{
  width:clamp(82px,7.2vw,118px)!important;
  height:clamp(82px,7.2vw,118px)!important;
  margin:0 auto 4px!important;
  object-fit:contain!important;
  align-self:center!important;
  justify-self:center!important;
  filter:drop-shadow(0 0 18px rgba(0,245,247,.58))!important;
}
#packages .package-panel .chart-title span{
  color:#fff!important;
  font-size:clamp(18px,1.35vw,24px)!important;
  letter-spacing:.11em!important;
  margin:0!important;
  line-height:1!important;
}
#packages .package-panel .chart-title h2{
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.72),0 0 28px rgba(0,245,247,.26)!important;
  text-align:center!important;
  white-space:normal!important;
  margin:0!important;
  line-height:.98!important;
}
#packages .package-panel .chart-title p{
  grid-column:auto!important;
  margin:5px auto 0!important;
  max-width:760px!important;
  text-align:center!important;
  line-height:1.34!important;
}
#packages .neon-chart{
  margin-left:auto!important;
  margin-right:auto!important;
}
#packages .neon-chart div{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1.18!important;
}
@media (max-width:900px){
  #packages .package-panel .chart-title,
  #packages .package-panel .chart-title.leisure-title{
    margin-bottom:24px!important;
    gap:6px!important;
  }
  #packages .package-panel .chart-title .package-icon,
  #packages .package-panel .package-icon,
  #packages #panel-stay .package-icon{
    width:clamp(74px,19vw,96px)!important;
    height:clamp(74px,19vw,96px)!important;
  }
}

/* JUNE 6 v44 — package guide text polish + cleaner chart header spacing */
#packages .package-quick-guide{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin:0 auto 34px!important;
}
#packages .lesson-choice-note{
  width:100%!important;
  padding:0!important;
  gap:12px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
#packages .lesson-choice-note p{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0 2px!important;
  text-align:left!important;
  line-height:1.42!important;
  color:rgba(255,255,255,.82)!important;
  letter-spacing:.012em!important;
}
#packages .lesson-choice-note b{
  color:var(--teal)!important;
  text-shadow:0 0 10px rgba(0,245,247,.38)!important;
  letter-spacing:.075em!important;
  margin-right:6px!important;
  white-space:nowrap!important;
}
#packages .lesson-choice-divider{
  width:100%!important;
  max-width:100%!important;
  height:1px!important;
  margin:0!important;
  background:linear-gradient(90deg,transparent,rgba(0,245,247,.42),rgba(255,255,255,.20),transparent)!important;
  opacity:.88!important;
}
#packages .package-tabs{
  margin-top:0!important;
  margin-bottom:38px!important;
}
#packages .package-stage{
  padding-top:24px!important;
  padding-bottom:38px!important;
}
#packages .package-panel .chart-title,
#packages .package-panel .chart-title.leisure-title{
  margin-top:0!important;
  margin-bottom:26px!important;
  gap:5px!important;
}
#packages .package-panel .chart-title .package-icon,
#packages .package-panel .package-icon,
#packages #panel-stay .package-icon{
  margin-top:0!important;
  margin-bottom:2px!important;
}
#packages .package-panel .chart-title p{
  margin-top:7px!important;
}
#packages .package-chart-legend{
  margin-top:24px!important;
}
#packages .package-panel .package-book{
  margin-top:28px!important;
}
@media (min-width:901px){
  #packages .lesson-choice-note{
    font-size:clamp(15px,1.05vw,18px)!important;
  }
}
@media (max-width:900px){
  #packages .package-quick-guide{
    margin-bottom:28px!important;
  }
  #packages .lesson-choice-note{
    gap:10px!important;
  }
  #packages .lesson-choice-note p{
    font-size:14px!important;
    line-height:1.38!important;
  }
  #packages .lesson-choice-note b{
    display:block!important;
    margin:0 0 3px!important;
  }
  #packages .package-tabs{
    margin-bottom:28px!important;
  }
  #packages .package-stage{
    padding-top:18px!important;
  }
  #packages .package-panel .chart-title,
  #packages .package-panel .chart-title.leisure-title{
    margin-bottom:22px!important;
  }
}

/* JUNE 6 v45 — review carousel + final package polish */
#packages .groups-line{
  white-space:nowrap!important;
}
#packages .package-stage{
  padding-top:18px!important;
}
#packages .package-panel .chart-title,
#packages .package-panel .chart-title.leisure-title{
  margin-bottom:22px!important;
  gap:4px!important;
}
#packages .package-panel .chart-title .package-icon,
#packages .package-panel .package-icon{
  margin-top:0!important;
  margin-bottom:0!important;
}
#packages #panel-stay .package-icon{
  width:clamp(96px,8.2vw,130px)!important;
  height:clamp(96px,8.2vw,130px)!important;
}
#reviews .section-head h1{
  white-space:nowrap!important;
}
#reviews .review-feature{
  grid-template-columns:minmax(320px,.88fr) minmax(360px,1.12fr)!important;
  align-items:stretch!important;
  gap:24px!important;
}
#reviews .review-video{
  min-height:360px!important;
  overflow:hidden!important;
}
#reviews .review-video video{
  height:100%!important;
  object-fit:cover!important;
}
#reviews .review-live{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:16px!important;
  min-height:360px!important;
  padding:32px!important;
}
#reviews .review-live h2{
  color:var(--teal)!important;
  text-shadow:0 0 14px rgba(0,245,247,.58)!important;
  margin:0!important;
}
#reviews .review-carousel{
  position:relative!important;
  min-height:150px!important;
  display:grid!important;
  align-items:center!important;
  overflow:hidden!important;
  border-top:1px solid rgba(0,245,247,.28)!important;
  border-bottom:1px solid rgba(0,245,247,.20)!important;
  padding:18px 0!important;
}
#reviews .review-quote{
  grid-area:1 / 1!important;
  opacity:0!important;
  transform:translateY(10px) scale(.98)!important;
  transition:opacity .45s ease, transform .45s ease!important;
  pointer-events:none!important;
}
#reviews .review-quote.active{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
}
#reviews .review-quote p{
  margin:0!important;
  color:rgba(255,255,255,.91)!important;
  font-size:clamp(20px,1.75vw,31px)!important;
  line-height:1.2!important;
  letter-spacing:.01em!important;
}
#reviews .review-dots{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:10px!important;
}
#reviews .review-dots span{
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.36)!important;
  box-shadow:0 0 8px rgba(255,255,255,.15)!important;
}
#reviews .review-dots span.active{
  width:28px!important;
  background:var(--teal)!important;
  box-shadow:0 0 12px rgba(0,245,247,.68)!important;
}
#reviews .review-actions{
  margin-top:4px!important;
}
@media (max-width:900px){
  #packages .groups-line{white-space:normal!important;}
  #packages .package-stage{padding-top:14px!important;}
  #packages #panel-stay .package-icon{
    width:clamp(86px,22vw,108px)!important;
    height:clamp(86px,22vw,108px)!important;
  }
  #reviews .review-feature{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  #reviews .review-video,
  #reviews .review-live{
    min-height:300px!important;
  }
  #reviews .review-live{
    padding:24px!important;
  }
  #reviews .review-carousel{
    min-height:135px!important;
  }
  #reviews .review-quote p{
    font-size:clamp(20px,5.8vw,27px)!important;
  }
}
@media (max-width:520px){
  #reviews .section-head h1{
    font-size:clamp(34px,11vw,50px)!important;
  }
  #reviews .review-video,
  #reviews .review-live{
    min-height:270px!important;
  }
}

/* v46/v47 review + global white text cleanup */
:root{--muted:#fff!important;}
body, p:not(.kicker):not(.eyebrow):not(.coach-label), li, .chart-title p, .origin-copy p, .mini-card p, .mobile-price-card p, .lesson-choice-note p, .package-payment-note, .groups-line, .scroll-cue{color:#fff!important;}
.neon-chart s,
.neon-chart div:not(.teal):not(.chart-head),
.standard-dot,
.legend-key-standard,
.package-chart-legend .legend-key-standard span:last-child{color:#fff!important;}
.coach-label,.kicker,.eyebrow,.teal,.legend-key-teal,.package-chart-legend .legend-key-teal span:last-child{color:var(--teal)!important;}

.groups-line{white-space:nowrap!important;}

.reviews .section-head{margin-bottom:28px!important;}
.review-feature{
  max-width:1240px!important;
  grid-template-columns:minmax(460px,.94fr) minmax(360px,.76fr)!important;
  gap:28px!important;
  align-items:center!important;
}
.review-video{
  aspect-ratio:4/3!important;
  min-height:0!important;
  height:auto!important;
  border-radius:34px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#000!important;
}
.review-video video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.06)!important;
  filter:brightness(1.08) saturate(1.12) contrast(1.05)!important;
  opacity:1!important;
}
.review-video::before{background:linear-gradient(90deg,rgba(0,0,0,.02),rgba(0,0,0,.12))!important;}
.review-live{
  min-height:360px!important;
  padding:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:20px!important;
  border-radius:34px!important;
  background:radial-gradient(circle at 20% 0%,rgba(0,245,247,.18),transparent 36%),linear-gradient(135deg,rgba(0,245,247,.10),rgba(255,255,255,.035))!important;
}
.review-live .coach-label{margin:0!important;letter-spacing:.28em!important;}
.review-carousel{
  position:relative!important;
  min-height:188px!important;
  display:grid!important;
  align-items:center!important;
}
.review-quote{
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:14px!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(14px) scale(.985)!important;
  transition:opacity .42s ease,transform .42s ease,visibility .42s ease!important;
  padding:4px 0!important;
}
.review-quote.active{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;}
.review-quote p{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(23px,2.15vw,34px)!important;
  line-height:1.18!important;
  letter-spacing:.01em!important;
  text-wrap:balance;
}
.stars{
  color:var(--teal)!important;
  font-size:clamp(18px,1.7vw,25px)!important;
  letter-spacing:.18em!important;
  text-shadow:0 0 16px rgba(0,245,247,.56)!important;
  line-height:1!important;
}
.review-dots{display:flex!important;gap:9px!important;align-items:center!important;margin-top:2px!important;}
.review-dots span{width:26px!important;height:4px!important;border-radius:999px!important;background:rgba(255,255,255,.45)!important;transition:all .25s ease!important;}
.review-dots span.active{width:44px!important;background:var(--teal)!important;box-shadow:0 0 14px rgba(0,245,247,.5)!important;}
.review-actions{display:flex!important;gap:14px!important;margin-top:2px!important;}
.review-actions .outline-cta{flex:1 1 0!important;min-width:0!important;justify-content:center!important;display:inline-flex!important;align-items:center!important;}

@media (max-width:980px){
  .review-feature{grid-template-columns:1fr!important;max-width:760px!important;}
  .review-live{min-height:320px!important;}
  .groups-line{white-space:normal!important;}
}
@media (max-width:680px){
  .review-live{padding:26px!important;min-height:300px!important;}
  .review-carousel{min-height:210px!important;}
  .review-quote p{font-size:clamp(22px,6.2vw,30px)!important;}
  .review-actions{grid-template-columns:1fr!important;display:grid!important;}
}


/* v47 — review scaling, Frank speed visual fit, package white text cleanup */
#packages .lesson-choice-note,
#packages .lesson-choice-note p,
#packages .lesson-choice-note b,
#packages .chart-title p,
#packages .mobile-price-card,
#packages .mobile-price-card p,
#packages .mobile-price-card span,
#packages .package-payment-note,
#packages .groups-line,
#packages .groups-line b{
  color:#fff!important;
}
#packages .lesson-choice-note p,
#packages .chart-title p{
  opacity:1!important;
}
#reviews .review-feature{
  grid-template-columns:minmax(520px,1.05fr) minmax(430px,.95fr)!important;
  gap:30px!important;
}
#reviews .review-video{
  aspect-ratio:16/10!important;
  max-height:520px!important;
}
#reviews .review-video video{
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.02)!important;
}
#reviews .review-live{
  min-height:430px!important;
  padding:32px 34px!important;
  justify-content:space-between!important;
  overflow:visible!important;
}
#reviews .review-carousel{
  position:relative!important;
  min-height:245px!important;
  width:100%!important;
  overflow:visible!important;
  display:grid!important;
  align-items:center!important;
}
#reviews .review-quote{
  position:absolute!important;
  inset:auto 0!important;
  top:50%!important;
  transform:translateY(calc(-50% + 12px)) scale(.985)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:12px!important;
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  overflow:visible!important;
}
#reviews .review-quote.active{
  transform:translateY(-50%) scale(1)!important;
}
#reviews .review-quote p{
  color:#fff!important;
  font-size:clamp(18px,1.55vw,25px)!important;
  line-height:1.24!important;
  max-width:100%!important;
  overflow:visible!important;
  text-wrap:pretty!important;
}
#reviews .stars{
  font-size:clamp(17px,1.35vw,22px)!important;
  line-height:1!important;
}
@media (max-width:1080px){
  #reviews .review-feature{grid-template-columns:1fr!important;max-width:820px!important;}
  #reviews .review-live{min-height:390px!important;}
  #reviews .review-carousel{min-height:230px!important;}
  #reviews .review-quote p{font-size:clamp(19px,2.8vw,26px)!important;}
}
@media (max-width:680px){
  #reviews .review-live{min-height:410px!important;padding:24px!important;}
  #reviews .review-carousel{min-height:275px!important;}
  #reviews .review-quote p{font-size:clamp(17px,4.6vw,22px)!important;line-height:1.22!important;}
  #reviews .stars{font-size:18px!important;}
}

/* v47 final — remove remaining gray text while preserving teal brand calls */
body p:not(.kicker):not(.eyebrow):not(.coach-label),
body li,
body small,
body .chart-title p,
body .lesson-choice-note,
body .lesson-choice-note *,
body .mobile-price-card,
body .mobile-price-card *,
body .origin-copy p,
body .coach-card p:not(.coach-label),
body .mini-card p,
body .steps-list a,
body .site-footer,
body .site-footer *{
  color:#fff!important;
  opacity:1!important;
}
body .teal,
body .kicker,
body .eyebrow,
body .coach-label,
body .stars,
body .legend-key-teal,
body .legend-key-teal span:last-child,
body .package-tab.active,
body .package-tab:hover,
body .chart-title h2,
body #reviews .section-head h1{
  color:var(--teal)!important;
}
body .chart-title span,
body .neon-chart div:not(.teal):not(.chart-head),
body .neon-chart s{
  color:#fff!important;
  opacity:1!important;
}


/* v48 — reviews layout priority + final color fixes */
#packages .lesson-choice-note b,
#packages .groups-line b{
  color:var(--teal)!important;
  text-shadow:0 0 10px rgba(0,245,247,.42)!important;
}
#packages .lesson-choice-note p,
#packages .groups-line{
  color:#fff!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  color:#fff!important;
  text-shadow:0 0 18px rgba(255,255,255,.26),0 0 26px rgba(0,245,247,.25)!important;
}
#reviews .section-head{
  margin-bottom:34px!important;
}
#reviews .review-feature{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr)!important;
  gap:30px!important;
  align-items:stretch!important;
  overflow:visible!important;
}
#reviews .review-live{
  order:1!important;
  min-height:510px!important;
  height:auto!important;
  padding:40px 42px 34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  gap:22px!important;
  overflow:visible!important;
  position:relative!important;
  z-index:2!important;
  background:linear-gradient(135deg,rgba(0,245,247,.15),rgba(255,255,255,.045) 58%,rgba(0,0,0,.48))!important;
  box-shadow:0 0 26px rgba(0,245,247,.18), inset 0 0 30px rgba(255,255,255,.035)!important;
}
#reviews .review-video{
  order:2!important;
  min-height:390px!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  align-self:center!important;
  max-height:480px!important;
  overflow:hidden!important;
  position:relative!important;
  z-index:1!important;
  opacity:.95!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.04)!important;
}
#reviews .coach-label{
  color:var(--teal)!important;
  text-shadow:0 0 10px rgba(0,245,247,.38)!important;
}
#reviews .review-carousel{
  position:relative!important;
  min-height:330px!important;
  width:100%!important;
  overflow:visible!important;
  flex:1 1 auto!important;
  display:block!important;
}
#reviews .review-quote{
  position:absolute!important;
  inset:0!important;
  top:0!important;
  bottom:0!important;
  left:0!important;
  right:0!important;
  height:100%!important;
  min-height:100%!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:16px!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(16px) scale(.985)!important;
  transition:opacity .55s ease, transform .55s ease, visibility .55s ease!important;
}
#reviews .review-quote.active{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}
#reviews .review-quote p{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(20px,1.65vw,28px)!important;
  line-height:1.32!important;
  letter-spacing:.005em!important;
  max-width:100%!important;
  overflow:visible!important;
  text-wrap:pretty!important;
}
#reviews .stars{
  color:var(--teal)!important;
  font-size:clamp(20px,1.45vw,25px)!important;
  line-height:1!important;
  letter-spacing:.16em!important;
  text-shadow:0 0 12px rgba(0,245,247,.6)!important;
}
#reviews .review-dots{
  margin-top:0!important;
  flex:0 0 auto!important;
}
#reviews .review-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
  flex:0 0 auto!important;
  margin-top:0!important;
}
#reviews .review-actions .outline-cta{
  width:100%!important;
  min-height:58px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
@media (max-width:1080px){
  #reviews .review-feature{
    grid-template-columns:1fr!important;
    max-width:820px!important;
  }
  #reviews .review-live{order:1!important;min-height:500px!important;}
  #reviews .review-video{order:2!important;min-height:300px!important;max-height:none!important;width:100%!important;}
  #reviews .review-carousel{min-height:315px!important;}
  #reviews .review-quote p{font-size:clamp(19px,3vw,27px)!important;line-height:1.32!important;}
}
@media (max-width:680px){
  #reviews .section-head{margin-bottom:24px!important;}
  #reviews .review-live{
    min-height:520px!important;
    padding:28px 24px 24px!important;
    gap:18px!important;
  }
  #reviews .review-carousel{min-height:360px!important;}
  #reviews .review-quote p{font-size:clamp(17px,4.55vw,21px)!important;line-height:1.31!important;}
  #reviews .stars{font-size:18px!important;letter-spacing:.12em!important;}
  #reviews .review-actions{grid-template-columns:1fr!important;}
  #reviews .review-video{min-height:250px!important;}
}


/* v49 — compact review banner, 16:9 Frank video, quote fit, Stay in Play icon fix */
#packages #panel-stay .chart-title .package-icon,
#packages #panel-stay .package-icon{
  width:92px!important;
  height:92px!important;
  max-width:92px!important;
  max-height:92px!important;
  margin-top:0!important;
  margin-bottom:8px!important;
  object-fit:contain!important;
  transform:none!important;
}

#reviews.section-pad{
  padding-top:60px!important;
  padding-bottom:48px!important;
}
#reviews .section-head{
  margin-bottom:20px!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  color:#fff!important;
}
#reviews .review-feature{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.5fr) minmax(310px,.72fr)!important;
  gap:20px!important;
  align-items:stretch!important;
  overflow:visible!important;
}
#reviews .review-live{
  order:1!important;
  min-height:0!important;
  height:auto!important;
  padding:26px 32px 24px!important;
  display:grid!important;
  grid-template-rows:auto minmax(135px,1fr) auto auto!important;
  gap:12px!important;
  overflow:hidden!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,rgba(0,245,247,.16),rgba(255,255,255,.045) 56%,rgba(0,0,0,.54))!important;
}
#reviews .review-video{
  order:2!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  align-self:center!important;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:24px!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:scale(1.01)!important;
}
#reviews .coach-label{
  margin:0!important;
  color:var(--teal)!important;
  font-size:12px!important;
  letter-spacing:.26em!important;
}
#reviews .review-carousel{
  position:relative!important;
  width:100%!important;
  min-height:150px!important;
  height:100%!important;
  overflow:hidden!important;
}
#reviews .review-quote{
  position:absolute!important;
  inset:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:10px!important;
}
#reviews .review-quote p{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(16px,1.22vw,21px)!important;
  line-height:1.22!important;
  letter-spacing:.002em!important;
  max-width:100%!important;
  text-wrap:pretty!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(14px,1.05vw,18px)!important;
  line-height:1.18!important;
}
#reviews .stars{
  color:var(--teal)!important;
  font-size:clamp(16px,1.1vw,20px)!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  flex:0 0 auto!important;
}
#reviews .review-dots{
  display:flex!important;
  gap:8px!important;
  margin:0!important;
  align-items:center!important;
}
#reviews .review-dots span{
  height:4px!important;
  width:24px!important;
}
#reviews .review-dots span.active{
  width:42px!important;
}
#reviews .review-actions{
  display:flex!important;
  gap:12px!important;
  margin:0!important;
}
#reviews .review-actions .outline-cta{
  min-height:48px!important;
  padding:12px 18px!important;
  flex:1 1 0!important;
}
@media (max-width:1080px){
  #reviews .review-feature{
    grid-template-columns:1fr!important;
    max-width:820px!important;
    gap:18px!important;
  }
  #reviews .review-live{
    order:1!important;
    min-height:0!important;
    padding:24px 28px!important;
    grid-template-rows:auto minmax(165px,auto) auto auto!important;
  }
  #reviews .review-video{
    order:2!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    min-height:0!important;
  }
  #reviews .review-carousel{min-height:190px!important;}
  #reviews .review-quote p{font-size:clamp(17px,2.5vw,23px)!important;line-height:1.22!important;}
  #reviews .review-quote:first-child p{font-size:clamp(15px,2.15vw,20px)!important;line-height:1.18!important;}
}
@media (max-width:680px){
  #reviews.section-pad{padding-top:46px!important;padding-bottom:38px!important;}
  #reviews .section-head{margin-bottom:16px!important;}
  #reviews .review-live{
    min-height:0!important;
    padding:22px 18px 20px!important;
    gap:10px!important;
    grid-template-rows:auto minmax(205px,auto) auto auto!important;
  }
  #reviews .review-carousel{min-height:220px!important;}
  #reviews .review-quote p{font-size:clamp(15px,4vw,19px)!important;line-height:1.2!important;}
  #reviews .review-quote:first-child p{font-size:clamp(13px,3.55vw,16.5px)!important;line-height:1.16!important;}
  #reviews .stars{font-size:16px!important;}
  #reviews .review-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  #reviews .review-actions .outline-cta{min-height:46px!important;}
}

/* v50 — Frank video inside review banner + no quote clipping + Stay in Play icon true-size fix */
#packages #panel-stay .chart-title .package-icon,
#packages #panel-stay .package-icon,
#packages .package-panel#panel-stay .chart-title img.package-icon{
  width:132px!important;
  height:132px!important;
  max-width:132px!important;
  max-height:132px!important;
  min-width:132px!important;
  min-height:132px!important;
  object-fit:contain!important;
  transform:scale(1.22)!important;
  transform-origin:center center!important;
  margin:-18px auto -2px!important;
  align-self:center!important;
  justify-self:center!important;
}

#reviews.section-pad{
  padding-top:54px!important;
  padding-bottom:42px!important;
}
#reviews .section-head{
  margin-bottom:18px!important;
}
#reviews .review-feature{
  width:min(1320px,100%)!important;
  max-width:1320px!important;
  margin:0 auto!important;
  display:block!important;
  overflow:visible!important;
}
#reviews .review-live{
  width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(330px,34%)!important;
  gap:22px!important;
  align-items:center!important;
  min-height:0!important;
  height:auto!important;
  padding:24px 24px 22px 34px!important;
  overflow:visible!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,rgba(0,245,247,.17),rgba(255,255,255,.045) 48%,rgba(0,0,0,.60))!important;
}
#reviews .review-copy{
  display:grid!important;
  grid-template-rows:auto auto auto auto!important;
  gap:12px!important;
  min-width:0!important;
  width:100%!important;
  overflow:visible!important;
}
#reviews .review-video{
  order:initial!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  align-self:center!important;
  border-radius:22px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(0,245,247,.55), 0 0 28px rgba(0,245,247,.22)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
#reviews .review-carousel{
  position:relative!important;
  display:grid!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
#reviews .review-quote{
  grid-area:1/1!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  overflow:visible!important;
  display:grid!important;
  grid-template-rows:auto auto!important;
  align-content:center!important;
  align-items:start!important;
  gap:9px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(6px)!important;
  transition:opacity .35s ease, transform .35s ease, visibility .35s ease!important;
}
#reviews .review-quote.active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}
#reviews .stars{
  font-size:clamp(17px,1.25vw,22px)!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  color:var(--teal)!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  margin:0!important;
  color:#fff!important;
  max-width:100%!important;
  width:100%!important;
  font-size:clamp(18px,1.55vw,24px)!important;
  line-height:1.18!important;
  letter-spacing:.002em!important;
  text-wrap:pretty!important;
  overflow:visible!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(16px,1.32vw,20px)!important;
  line-height:1.16!important;
}
#reviews .review-actions{
  display:flex!important;
  gap:12px!important;
  width:100%!important;
}
#reviews .review-actions .outline-cta{
  flex:0 1 185px!important;
  min-height:46px!important;
  padding:11px 18px!important;
  text-align:center!important;
  justify-content:center!important;
}
#reviews .review-dots{
  margin-top:0!important;
}

@media (max-width:1080px){
  #reviews .review-feature{max-width:860px!important;}
  #reviews .review-live{
    grid-template-columns:1fr!important;
    padding:26px!important;
    gap:18px!important;
  }
  #reviews .review-video{
    width:min(520px,100%)!important;
    justify-self:center!important;
  }
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(17px,2.25vw,22px)!important;
    line-height:1.18!important;
  }
}
@media (max-width:680px){
  #packages #panel-stay .chart-title .package-icon,
  #packages #panel-stay .package-icon,
  #packages .package-panel#panel-stay .chart-title img.package-icon{
    width:96px!important;
    height:96px!important;
    min-width:96px!important;
    min-height:96px!important;
    max-width:96px!important;
    max-height:96px!important;
    transform:scale(1.18)!important;
    margin:-10px auto 0!important;
  }
  #reviews.section-pad{padding-top:46px!important;padding-bottom:36px!important;}
  #reviews .review-live{padding:22px 18px 20px!important;gap:15px!important;}
  #reviews .review-copy{gap:11px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(14px,3.85vw,18px)!important;
    line-height:1.16!important;
  }
  #reviews .stars{font-size:16px!important;}
  #reviews .review-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;}
  #reviews .review-actions .outline-cta{flex:1 1 auto!important;width:100%!important;}
}


/* v51 — full-width review banner separator + true Stay in Play icon sizing */
#packages #panel-stay .chart-title img.package-icon,
#packages #panel-stay .package-icon,
#packages .package-panel#panel-stay .chart-title img.package-icon{
  width:150px!important;
  height:150px!important;
  min-width:150px!important;
  min-height:150px!important;
  max-width:150px!important;
  max-height:150px!important;
  object-fit:contain!important;
  transform:none!important;
  margin:-22px auto -8px!important;
  padding:0!important;
}

#reviews.reviews.section-pad{
  padding:26px 0 28px!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(90deg,rgba(0,245,247,.10),rgba(0,0,0,.34) 38%,rgba(0,245,247,.08))!important;
  overflow:visible!important;
}
#reviews .section-head{
  max-width:1280px!important;
  margin:0 auto 12px!important;
  padding:0 clamp(18px,3vw,34px)!important;
  text-align:left!important;
}
#reviews .section-head .kicker{
  margin-bottom:6px!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  color:#fff!important;
  text-align:left!important;
  font-size:clamp(30px,3.2vw,48px)!important;
  line-height:.95!important;
}
#reviews .review-feature{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 clamp(18px,3vw,34px)!important;
  box-sizing:border-box!important;
  display:block!important;
  overflow:visible!important;
}
#reviews .review-live{
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) clamp(230px,24vw,330px)!important;
  gap:18px!important;
  align-items:center!important;
  min-height:0!important;
  height:auto!important;
  padding:18px 20px 18px 28px!important;
  overflow:visible!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,rgba(0,245,247,.16),rgba(255,255,255,.04) 46%,rgba(0,0,0,.58))!important;
  box-shadow:0 0 0 1px rgba(0,245,247,.32),0 0 32px rgba(0,245,247,.12)!important;
}
#reviews .review-copy{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:9px!important;
  min-width:0!important;
  width:100%!important;
  overflow:visible!important;
  align-content:center!important;
}
#reviews .review-copy .coach-label{
  display:none!important;
}
#reviews .review-carousel{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
}
#reviews .review-quote{
  display:none!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  padding:0!important;
  overflow:visible!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
#reviews .review-quote.active{
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:7px!important;
}
#reviews .stars{
  font-size:clamp(16px,1.35vw,21px)!important;
  line-height:1!important;
  letter-spacing:.14em!important;
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.45)!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  margin:0!important;
  color:#fff!important;
  width:100%!important;
  max-width:none!important;
  font-size:clamp(17px,1.48vw,23px)!important;
  line-height:1.16!important;
  letter-spacing:.002em!important;
  text-wrap:balance!important;
  overflow:visible!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(15px,1.22vw,19px)!important;
  line-height:1.14!important;
}
#reviews .review-dots{
  display:flex!important;
  gap:8px!important;
  margin:0!important;
  align-items:center!important;
}
#reviews .review-dots span{
  width:24px!important;
  height:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.45)!important;
}
#reviews .review-dots span.active{
  width:42px!important;
  background:var(--teal)!important;
  box-shadow:0 0 14px rgba(0,245,247,.5)!important;
}
#reviews .review-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0!important;
}
#reviews .review-actions .outline-cta{
  flex:0 0 auto!important;
  min-width:148px!important;
  min-height:42px!important;
  padding:10px 16px!important;
  font-size:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
}
#reviews .review-video{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  height:auto!important;
  max-height:185px!important;
  align-self:center!important;
  justify-self:stretch!important;
  border-radius:20px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(0,245,247,.48),0 0 24px rgba(0,245,247,.20)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}

@media (max-width:900px){
  #reviews.reviews.section-pad{padding:24px 0!important;}
  #reviews .section-head{text-align:center!important;margin-bottom:12px!important;}
  body #reviews .section-head h1,#reviews .section-head h1{text-align:center!important;}
  #reviews .review-live{
    grid-template-columns:1fr!important;
    max-width:760px!important;
    padding:18px!important;
    gap:14px!important;
  }
  #reviews .review-video{
    width:min(420px,100%)!important;
    justify-self:center!important;
    max-height:none!important;
  }
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(15px,2.7vw,20px)!important;
    line-height:1.16!important;
  }
  #reviews .review-actions{justify-content:center!important;}
}
@media (max-width:680px){
  #packages #panel-stay .chart-title img.package-icon,
  #packages #panel-stay .package-icon,
  #packages .package-panel#panel-stay .chart-title img.package-icon{
    width:118px!important;
    height:118px!important;
    min-width:118px!important;
    min-height:118px!important;
    max-width:118px!important;
    max-height:118px!important;
    margin:-14px auto -4px!important;
    transform:none!important;
  }
  #reviews .section-head{padding:0 16px!important;}
  #reviews .review-feature{padding:0 14px!important;}
  #reviews .review-live{padding:16px!important;border-radius:22px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(13px,3.8vw,17px)!important;
    line-height:1.13!important;
    text-wrap:pretty!important;
  }
  #reviews .stars{font-size:15px!important;}
  #reviews .review-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
  #reviews .review-actions .outline-cta{min-width:0!important;width:100%!important;font-size:11px!important;padding:10px 8px!important;}
}

/* v52 — full-width reviews banner cleanup: centered heading, no inner frame, buttons under video */
#reviews.reviews.section-pad{
  padding:24px 0 26px!important;
  margin:0!important;
  width:100%!important;
  max-width:none!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  border-bottom:1px solid rgba(255,255,255,.16)!important;
  background:
    radial-gradient(circle at 20% 50%,rgba(0,245,247,.16),transparent 28%),
    radial-gradient(circle at 82% 50%,rgba(0,245,247,.10),transparent 25%),
    linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,25,28,.88) 50%,rgba(0,0,0,.72))!important;
  overflow:hidden!important;
}
#reviews .section-head{
  max-width:1280px!important;
  margin:0 auto 12px!important;
  padding:0 clamp(18px,3vw,34px)!important;
  text-align:center!important;
}
#reviews .section-head .kicker{
  text-align:center!important;
  margin:0 0 5px!important;
  color:var(--teal)!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  color:#fff!important;
  text-align:center!important;
  font-size:clamp(30px,3.1vw,46px)!important;
  line-height:.96!important;
}
#reviews .review-feature{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 clamp(18px,3vw,34px)!important;
  box-sizing:border-box!important;
  display:block!important;
}
#reviews .review-live{
  width:100%!important;
  max-width:1320px!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) clamp(250px,25vw,340px)!important;
  gap:20px!important;
  align-items:center!important;
  min-height:0!important;
  padding:0!important;
  overflow:visible!important;
  border:none!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
#reviews .review-copy{
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:10px!important;
  min-width:0!important;
  width:100%!important;
  overflow:visible!important;
  align-content:center!important;
  padding:14px 0 14px!important;
}
#reviews .review-copy .coach-label{display:none!important;}
#reviews .review-carousel{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:104px!important;
  height:auto!important;
  overflow:visible!important;
}
#reviews .review-quote{
  display:none!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
#reviews .review-quote.active{
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:7px!important;
}
#reviews .stars{
  font-size:clamp(15px,1.05vw,18px)!important;
  line-height:1!important;
  letter-spacing:.14em!important;
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.48)!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  margin:0!important;
  color:#fff!important;
  width:100%!important;
  max-width:none!important;
  font-size:clamp(17px,1.34vw,22px)!important;
  line-height:1.13!important;
  letter-spacing:.001em!important;
  text-wrap:pretty!important;
  overflow:visible!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(14px,1.05vw,17px)!important;
  line-height:1.10!important;
}
#reviews .review-dots{
  display:flex!important;
  gap:8px!important;
  margin:0!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
#reviews .review-dots span{
  width:22px!important;
  height:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.46)!important;
}
#reviews .review-dots span.active{
  width:38px!important;
  background:var(--teal)!important;
  box-shadow:0 0 14px rgba(0,245,247,.5)!important;
}
#reviews .review-media{
  width:100%!important;
  display:grid!important;
  grid-template-rows:auto auto!important;
  gap:10px!important;
  align-self:center!important;
  justify-self:end!important;
}
#reviews .review-video{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  height:auto!important;
  max-height:176px!important;
  justify-self:stretch!important;
  border-radius:18px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(0,245,247,.48)!important;
  box-shadow:0 0 22px rgba(0,245,247,.18)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
}
#reviews .review-actions{
  display:flex!important;
  justify-content:center!important;
  gap:9px!important;
  margin:0!important;
  width:100%!important;
}
#reviews .review-actions .outline-cta{
  flex:0 1 132px!important;
  width:auto!important;
  min-width:124px!important;
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:11px!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#fff!important;
  border-radius:999px!important;
}
@media (max-width:900px){
  #reviews .review-live{
    grid-template-columns:1fr!important;
    max-width:760px!important;
    gap:14px!important;
  }
  #reviews .review-copy{padding:8px 0 0!important;}
  #reviews .review-carousel{min-height:138px!important;}
  #reviews .review-media{width:min(420px,100%)!important;justify-self:center!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{font-size:clamp(14px,2.65vw,19px)!important;line-height:1.13!important;}
  #reviews .review-dots{justify-content:center!important;}
}
@media (max-width:680px){
  #reviews.reviews.section-pad{padding:22px 0 24px!important;}
  #reviews .section-head{padding:0 16px!important;margin-bottom:10px!important;}
  #reviews .review-feature{padding:0 14px!important;}
  #reviews .review-carousel{min-height:156px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{font-size:clamp(13px,3.72vw,16.5px)!important;line-height:1.12!important;}
  #reviews .stars{font-size:14px!important;}
  #reviews .review-actions{gap:8px!important;}
  #reviews .review-actions .outline-cta{min-width:118px!important;font-size:10.5px!important;padding:9px 10px!important;}
}

/* v52 — force Stay in Play icon to match other package icons visually */
#packages .package-panel#panel-stay .chart-title,
#packages #panel-stay .chart-title{overflow:visible!important;}
#packages .package-panel#panel-stay .chart-title img.package-icon,
#packages #panel-stay .chart-title img.package-icon,
#packages #panel-stay .package-icon{
  width:170px!important;
  height:170px!important;
  min-width:170px!important;
  min-height:170px!important;
  max-width:170px!important;
  max-height:170px!important;
  object-fit:contain!important;
  transform:scale(1.08)!important;
  transform-origin:center center!important;
  margin:-34px auto -14px!important;
  padding:0!important;
  filter:drop-shadow(0 0 20px rgba(0,245,247,.62))!important;
}
@media (max-width:680px){
  #packages .package-panel#panel-stay .chart-title img.package-icon,
  #packages #panel-stay .chart-title img.package-icon,
  #packages #panel-stay .package-icon{
    width:132px!important;
    height:132px!important;
    min-width:132px!important;
    min-height:132px!important;
    max-width:132px!important;
    max-height:132px!important;
    transform:scale(1.04)!important;
    margin:-22px auto -8px!important;
  }
}

/* v53 — reviews section tightened, buttons fixed, full-width frame lines stronger */
#reviews.reviews.section-pad{
  padding:20px 0 22px!important;
  border-top:2px solid rgba(0,245,247,.62)!important;
  border-bottom:2px solid rgba(0,245,247,.62)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -1px 0 rgba(255,255,255,.20),
    0 -10px 34px rgba(0,245,247,.10),
    0 10px 34px rgba(0,245,247,.10)!important;
  background:
    linear-gradient(90deg,rgba(0,245,247,.22),rgba(0,245,247,.04) 16%,rgba(0,0,0,0) 50%,rgba(0,245,247,.04) 84%,rgba(0,245,247,.22)),
    radial-gradient(circle at 18% 50%,rgba(0,245,247,.14),transparent 25%),
    radial-gradient(circle at 82% 50%,rgba(0,245,247,.10),transparent 24%),
    linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,24,28,.88) 50%,rgba(0,0,0,.76))!important;
}
#reviews.reviews.section-pad::before,
#reviews.reviews.section-pad::after{
  content:""!important;
  display:block!important;
  width:100%!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(0,245,247,.92),rgba(255,255,255,.45),rgba(0,245,247,.92),transparent)!important;
  box-shadow:0 0 18px rgba(0,245,247,.50)!important;
  pointer-events:none!important;
}
#reviews.reviews.section-pad::before{margin:-20px 0 16px!important;}
#reviews.reviews.section-pad::after{margin:16px 0 -22px!important;}
#reviews .section-head{
  margin:0 auto 8px!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  font-size:clamp(28px,2.8vw,42px)!important;
}
#reviews .review-live{
  grid-template-columns:minmax(0,1fr) clamp(320px,31vw,430px)!important;
  gap:22px!important;
  align-items:center!important;
}
#reviews .review-copy{
  padding:8px 0!important;
  gap:8px!important;
}
#reviews .review-carousel{
  min-height:0!important;
  height:auto!important;
}
#reviews .review-quote.active{
  gap:6px!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  line-height:1.12!important;
}
#reviews .review-dots{
  margin-top:2px!important;
}
#reviews .review-media{
  gap:8px!important;
  min-width:0!important;
}
#reviews .review-video{
  max-height:190px!important;
  border:2px solid rgba(0,245,247,.62)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16),
    0 0 28px rgba(0,245,247,.24)!important;
}
#reviews .review-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
#reviews .review-actions .outline-cta{
  flex:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
  min-height:40px!important;
  padding:10px 8px!important;
  font-size:clamp(10px,.82vw,12px)!important;
  white-space:nowrap!important;
  overflow:visible!important;
  border:2px solid rgba(0,245,247,.70)!important;
  box-shadow:inset 0 0 14px rgba(0,245,247,.08),0 0 14px rgba(0,245,247,.14)!important;
}
@media (max-width:900px){
  #reviews.reviews.section-pad{padding:20px 0 22px!important;}
  #reviews.reviews.section-pad::before{margin:-20px 0 14px!important;}
  #reviews.reviews.section-pad::after{margin:14px 0 -22px!important;}
  #reviews .section-head{margin-bottom:8px!important;}
  #reviews .review-live{
    grid-template-columns:1fr!important;
    gap:12px!important;
    max-width:740px!important;
  }
  #reviews .review-copy{padding:0!important;}
  #reviews .review-media{width:min(460px,100%)!important;}
  #reviews .review-carousel{min-height:0!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(14px,2.45vw,18px)!important;
    line-height:1.13!important;
  }
}
@media (max-width:680px){
  #reviews.reviews.section-pad{padding:18px 0 20px!important;}
  #reviews.reviews.section-pad::before{margin:-18px 0 12px!important;}
  #reviews.reviews.section-pad::after{margin:12px 0 -20px!important;}
  #reviews .section-head{margin-bottom:7px!important;}
  #reviews .review-feature{padding:0 12px!important;}
  #reviews .review-live{gap:11px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(13px,3.55vw,16px)!important;
    line-height:1.12!important;
  }
  #reviews .review-media{width:100%!important;}
  #reviews .review-actions{gap:7px!important;}
  #reviews .review-actions .outline-cta{
    font-size:clamp(9px,2.75vw,10.5px)!important;
    min-height:38px!important;
    padding:9px 5px!important;
  }
}

/* v54 — reviews fill the frame, Stay in Play icon normalized, Tom bio support */
#packages .package-panel#panel-stay .chart-title img.package-icon,
#packages #panel-stay .chart-title img.package-icon,
#packages #panel-stay .package-icon{
  width:clamp(72px,6vw,92px)!important;
  height:clamp(72px,6vw,92px)!important;
  min-width:0!important;
  min-height:0!important;
  max-width:92px!important;
  max-height:92px!important;
  object-fit:contain!important;
  transform:none!important;
  margin:0 auto 8px!important;
  padding:0!important;
  filter:drop-shadow(0 0 16px rgba(0,245,247,.52))!important;
}

#reviews.reviews.section-pad{
  padding:28px 0 34px!important;
  border-top:3px solid rgba(0,245,247,.72)!important;
  border-bottom:3px solid rgba(0,245,247,.72)!important;
  overflow:hidden!important;
}
#reviews.reviews.section-pad::before{margin:-28px 0 18px!important;}
#reviews.reviews.section-pad::after{margin:20px 0 -34px!important;}
#reviews .section-head{
  margin:0 auto 10px!important;
}
#reviews .section-head .kicker{
  font-size:clamp(12px,1.05vw,16px)!important;
  letter-spacing:.30em!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  font-size:clamp(40px,4.35vw,72px)!important;
  line-height:.92!important;
  letter-spacing:.035em!important;
}
#reviews .review-feature{
  padding:0 clamp(28px,5vw,74px)!important;
}
#reviews .review-live{
  max-width:1340px!important;
  min-height:clamp(330px,25vw,440px)!important;
  grid-template-columns:minmax(0,1fr) clamp(420px,33vw,540px)!important;
  gap:clamp(26px,3vw,46px)!important;
  align-items:center!important;
}
#reviews .review-copy{
  align-content:center!important;
  justify-content:stretch!important;
  gap:16px!important;
  padding:0!important;
}
#reviews .review-carousel{
  min-height:clamp(180px,14vw,250px)!important;
  display:grid!important;
  align-items:center!important;
  border-top:2px solid rgba(0,245,247,.30)!important;
  border-bottom:2px solid rgba(0,245,247,.24)!important;
  padding:20px 0!important;
}
#reviews .review-quote.active{
  gap:12px!important;
}
#reviews .stars{
  font-size:clamp(22px,1.8vw,31px)!important;
  letter-spacing:.15em!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  font-size:clamp(25px,2.05vw,36px)!important;
  line-height:1.15!important;
  text-wrap:balance!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(20px,1.55vw,27px)!important;
  line-height:1.14!important;
}
#reviews .review-dots{
  gap:10px!important;
  margin-top:2px!important;
}
#reviews .review-dots span{
  width:30px!important;
  height:5px!important;
}
#reviews .review-dots span.active{
  width:52px!important;
}
#reviews .review-media{
  gap:14px!important;
  align-self:center!important;
}
#reviews .review-video{
  max-height:none!important;
  aspect-ratio:16/9!important;
  border-radius:22px!important;
  border:3px solid rgba(0,245,247,.70)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.20),0 0 34px rgba(0,245,247,.30)!important;
}
#reviews .review-actions{
  gap:12px!important;
}
#reviews .review-actions .outline-cta{
  min-height:50px!important;
  font-size:clamp(12px,.92vw,15px)!important;
  padding:12px 10px!important;
  letter-spacing:.08em!important;
}

@media (max-width:1100px){
  #reviews .review-live{
    grid-template-columns:1fr!important;
    max-width:820px!important;
    min-height:0!important;
    gap:18px!important;
  }
  #reviews .review-feature{padding:0 18px!important;}
  #reviews .review-media{width:min(560px,100%)!important;justify-self:center!important;}
  #reviews .review-carousel{min-height:180px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{font-size:clamp(18px,3.2vw,28px)!important;}
}
@media (max-width:680px){
  #packages .package-panel#panel-stay .chart-title img.package-icon,
  #packages #panel-stay .chart-title img.package-icon,
  #packages #panel-stay .package-icon{
    width:72px!important;
    height:72px!important;
    max-width:72px!important;
    max-height:72px!important;
    margin:0 auto 6px!important;
  }
  #reviews.reviews.section-pad{padding:22px 0 26px!important;}
  #reviews.reviews.section-pad::before{margin:-22px 0 14px!important;}
  #reviews.reviews.section-pad::after{margin:14px 0 -26px!important;}
  body #reviews .section-head h1,#reviews .section-head h1{font-size:clamp(34px,11vw,48px)!important;}
  #reviews .review-live{gap:13px!important;}
  #reviews .review-carousel{min-height:155px!important;padding:14px 0!important;}
  #reviews .stars{font-size:16px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{font-size:clamp(14px,4vw,18px)!important;line-height:1.13!important;}
  #reviews .review-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;}
  #reviews .review-actions .outline-cta{min-height:40px!important;font-size:clamp(9px,2.6vw,10.5px)!important;padding:9px 5px!important;}
}


/* v55 — final reviews / footer / bio cleanup */
#reviews.reviews.section-pad{
  padding-top:68px!important;
  padding-bottom:44px!important;
}
#reviews.reviews.section-pad::before{
  margin:-34px 0 22px!important;
}
#reviews.reviews.section-pad::after{
  margin:22px 0 -28px!important;
}
#reviews .section-head{
  margin:0 auto 32px!important;
  padding-top:10px!important;
}
#reviews .section-head .kicker{
  margin-bottom:12px!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  font-size:clamp(48px,5.15vw,88px)!important;
  line-height:.94!important;
  letter-spacing:.04em!important;
}
#reviews .review-feature{
  width:min(1360px,100%)!important;
  max-width:1360px!important;
  padding:0 clamp(26px,4.4vw,72px)!important;
  margin:0 auto!important;
}
#reviews .review-live{
  max-width:1360px!important;
  min-height:clamp(400px,29vw,500px)!important;
  grid-template-columns:minmax(0,1.08fr) clamp(500px,37vw,640px)!important;
  gap:clamp(28px,3vw,48px)!important;
  padding:clamp(30px,2.8vw,42px)!important;
  align-items:center!important;
}
#reviews .review-copy{
  gap:20px!important;
}
#reviews .review-carousel{
  min-height:clamp(250px,18vw,320px)!important;
  padding:28px 0 24px!important;
  border-top:2px solid rgba(0,245,247,.34)!important;
  border-bottom:2px solid rgba(0,245,247,.28)!important;
}
#reviews .review-quote{
  align-content:center!important;
}
#reviews .review-quote.active{
  gap:16px!important;
}
#reviews .stars{
  font-size:clamp(25px,2vw,34px)!important;
  letter-spacing:.16em!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  font-size:clamp(28px,2.25vw,39px)!important;
  line-height:1.12!important;
  text-wrap:balance!important;
  max-width:19ch!important;
}
#reviews .review-quote:first-child p{
  font-size:clamp(22px,1.72vw,30px)!important;
  max-width:24ch!important;
}
#reviews .review-dots{
  margin-top:8px!important;
  gap:12px!important;
}
#reviews .review-dots span{
  width:32px!important;
  height:6px!important;
}
#reviews .review-dots span.active{
  width:56px!important;
}
#reviews .review-media{
  align-self:stretch!important;
  gap:18px!important;
}
#reviews .review-video{
  aspect-ratio:16/9!important;
  min-height:0!important;
  border-radius:24px!important;
  border:3px solid rgba(0,245,247,.72)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.18),0 0 38px rgba(0,245,247,.32)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#reviews .review-actions{
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
}
#reviews .review-actions .outline-cta{
  min-width:0!important;
  min-height:62px!important;
  font-size:clamp(14px,1.02vw,17px)!important;
  padding:16px 14px!important;
  letter-spacing:.11em!important;
  border-radius:999px!important;
}

#packages #panel-stay .chart-title .package-icon,
#packages #panel-stay .package-icon,
#packages .package-panel#panel-stay .chart-title img.package-icon{
  width:clamp(84px,7.2vw,118px)!important;
  height:clamp(84px,7.2vw,118px)!important;
  max-width:clamp(84px,7.2vw,118px)!important;
  max-height:clamp(84px,7.2vw,118px)!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  transform:none!important;
  margin:0 auto 4px!important;
}

@media (min-width:901px){
  .coaches-grid{align-items:stretch!important;}
  .coach-tom .coach-copy{display:flex!important;flex-direction:column!important;justify-content:space-between!important;min-height:100%!important;}
  .coach-tom .coach-copy p:last-child{margin-bottom:0!important;}
}

@media (max-width:1100px){
  #reviews.reviews.section-pad{
    padding-top:58px!important;
    padding-bottom:38px!important;
  }
  #reviews .section-head{margin-bottom:24px!important;}
  body #reviews .section-head h1,
  #reviews .section-head h1{font-size:clamp(44px,7vw,70px)!important;}
  #reviews .review-live{
    grid-template-columns:1fr!important;
    max-width:920px!important;
    min-height:0!important;
    padding:28px!important;
    gap:22px!important;
  }
  #reviews .review-copy,
  #reviews .review-media{width:100%!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    max-width:none!important;
    font-size:clamp(21px,3.1vw,30px)!important;
    line-height:1.18!important;
  }
  #reviews .review-carousel{min-height:200px!important;}
  #reviews .review-video{width:min(680px,100%)!important;margin:0 auto!important;}
  #reviews .review-actions{width:min(680px,100%)!important;margin:0 auto!important;}
}

@media (max-width:680px){
  #reviews.reviews.section-pad{
    padding:38px 0 30px!important;
  }
  #reviews.reviews.section-pad::before{margin:-26px 0 18px!important;}
  #reviews.reviews.section-pad::after{margin:16px 0 -22px!important;}
  #reviews .section-head{
    margin-bottom:18px!important;
    padding-top:4px!important;
  }
  body #reviews .section-head h1,
  #reviews .section-head h1{
    font-size:clamp(38px,10.6vw,52px)!important;
  }
  #reviews .review-feature{padding:0 12px!important;}
  #reviews .review-live{
    padding:20px 16px 18px!important;
    gap:14px!important;
  }
  #reviews .review-carousel{
    min-height:172px!important;
    padding:16px 0 14px!important;
  }
  #reviews .stars{font-size:17px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(15px,4.55vw,19px)!important;
    line-height:1.17!important;
  }
  #reviews .review-actions{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  #reviews .review-actions .outline-cta{
    min-height:46px!important;
    font-size:clamp(10px,2.8vw,11.5px)!important;
    padding:10px 6px!important;
  }

  .footer-links,
  .social-links,
  .footer-phone{
    width:min(100%,340px)!important;
    margin-inline:auto!important;
    box-sizing:border-box!important;
  }
  .footer-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .footer-links a,
  .social-links a,
  .footer-phone a{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
    margin:0!important;
  }
  .footer-links a.book-accent{order:-10!important;}
}

/* v56 — final package tab / Tom wrap / reviews / mobile footer cleanup */

/* Package selector buttons: show package name + pack count */
#packages .package-tabs{
  width:min(1040px,100%)!important;
  max-width:1040px!important;
  margin:0 auto 26px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
#packages .package-tab{
  min-height:78px!important;
  padding:14px 12px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
}
#packages .package-tab-name{
  display:block!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(15px,1.15vw,18px)!important;
  line-height:1.02!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
  color:#fff!important;
}
#packages .package-tab-count{
  display:block!important;
  font-size:clamp(10px,.8vw,12px)!important;
  line-height:1!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  color:var(--teal)!important;
  opacity:.95!important;
}
#packages .package-tab.active .package-tab-name,
#packages .package-tab:hover .package-tab-name{color:#001214!important;}
#packages .package-tab.active .package-tab-count,
#packages .package-tab:hover .package-tab-count{color:#003337!important;}

/* Tom bio should wrap around the photo like Tyler's */
.coach-tom,
.coach-tom .coach-copy,
.coach-tom .tom-bio-wrap{
  display:block!important;
  height:auto!important;
  min-height:0!important;
}
.coach-tom .tom-float{
  float:left!important;
  width:188px!important;
  height:236px!important;
  margin:4px 22px 12px 0!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.coach-tom .tom-float img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 18%!important;
}
.coach-tom .tom-bio-wrap::after{
  content:"";
  display:block;
  clear:both;
}

/* Reviews: buttons under text, larger video, tighter bottom spacing, complete quotes */
#reviews.reviews.section-pad{
  padding-top:54px!important;
  padding-bottom:18px!important;
}
#reviews.reviews.section-pad::before{
  margin:-26px 0 20px!important;
}
#reviews.reviews.section-pad::after{
  margin:8px 0 -12px!important;
}
#reviews .section-head{
  margin:0 auto 24px!important;
  padding:8px 0 2px!important;
}
#reviews .section-head .kicker{
  margin-bottom:10px!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  font-size:clamp(44px,4.8vw,74px)!important;
  line-height:.93!important;
  letter-spacing:.04em!important;
}
#reviews .review-feature{
  width:min(1360px,100%)!important;
  max-width:1360px!important;
  padding:0 clamp(20px,4vw,64px)!important;
  margin:0 auto!important;
}
#reviews .review-live{
  max-width:1320px!important;
  min-height:clamp(320px,23vw,390px)!important;
  grid-template-columns:minmax(0,1fr) clamp(500px,40vw,640px)!important;
  gap:clamp(24px,2.6vw,40px)!important;
  align-items:center!important;
  padding:clamp(24px,2.2vw,34px)!important;
}
#reviews .review-copy{
  display:grid!important;
  align-content:center!important;
  gap:14px!important;
}
#reviews .review-carousel{
  min-height:200px!important;
  display:grid!important;
  align-items:center!important;
  border-top:2px solid rgba(0,245,247,.32)!important;
  border-bottom:2px solid rgba(0,245,247,.24)!important;
  padding:18px 0 16px!important;
}
#reviews .review-quote{
  min-height:160px!important;
  display:none!important;
  align-content:center!important;
}
#reviews .review-quote.active{
  display:grid!important;
  gap:10px!important;
}
#reviews .stars{
  font-size:clamp(20px,1.55vw,28px)!important;
  letter-spacing:.14em!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  font-size:clamp(18px,1.55vw,28px)!important;
  line-height:1.19!important;
  text-wrap:balance!important;
  max-width:30ch!important;
  margin:0!important;
}
#reviews .review-name{
  display:block!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(11px,.82vw,14px)!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--teal)!important;
  margin-top:2px!important;
}
#reviews .review-dots{
  margin-top:0!important;
  gap:10px!important;
}
#reviews .review-dots span{
  width:28px!important;
  height:5px!important;
}
#reviews .review-dots span.active{
  width:48px!important;
}
#reviews .review-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  width:min(440px,100%)!important;
  margin-top:2px!important;
}
#reviews .review-actions .outline-cta{
  min-height:52px!important;
  width:100%!important;
  min-width:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:clamp(12px,.95vw,15px)!important;
  padding:12px 10px!important;
  letter-spacing:.10em!important;
}
#reviews .review-media{
  align-self:stretch!important;
}
#reviews .review-video{
  width:100%!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  border-radius:24px!important;
  border:3px solid rgba(0,245,247,.72)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.18),0 0 36px rgba(0,245,247,.28)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* Mobile cleanup */
@media (max-width:900px){
  #packages .package-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  #packages .package-tab{min-height:72px!important;padding:13px 8px 12px!important;}
  #packages .package-tab-name{font-size:13px!important;letter-spacing:.08em!important;}
  #packages .package-tab-count{font-size:10px!important;letter-spacing:.18em!important;}

  .coach-tom .tom-float{
    float:none!important;
    width:100%!important;
    max-width:none!important;
    height:330px!important;
    margin:0 0 16px!important;
  }

  #reviews.reviews.section-pad{padding-top:42px!important;padding-bottom:18px!important;}
  #reviews .section-head{margin-bottom:18px!important;}
  body #reviews .section-head h1,
  #reviews .section-head h1{font-size:clamp(36px,10vw,50px)!important;}
  #reviews .review-feature{padding:0 12px!important;}
  #reviews .review-live{
    grid-template-columns:1fr!important;
    min-height:0!important;
    gap:14px!important;
    padding:20px 16px 18px!important;
  }
  #reviews .review-copy{gap:12px!important;}
  #reviews .review-carousel{min-height:174px!important;padding:14px 0!important;}
  #reviews .review-quote{min-height:138px!important;}
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{font-size:clamp(14px,4.1vw,18px)!important;line-height:1.18!important;max-width:none!important;}
  #reviews .review-name{font-size:10px!important;}
  #reviews .stars{font-size:16px!important;}
  #reviews .review-actions{width:100%!important;gap:9px!important;}
  #reviews .review-actions .outline-cta{min-height:44px!important;font-size:10.5px!important;padding:10px 6px!important;}
  #reviews .review-video{width:100%!important;max-width:none!important;}

  #packages #panel-stay .chart-title .package-icon,
  #packages #panel-stay .package-icon,
  #packages .package-panel#panel-stay .chart-title img.package-icon{
    width:56px!important;
    height:56px!important;
    max-width:56px!important;
    max-height:56px!important;
    margin:0 auto 4px!important;
  }

  .site-footer{
    padding-left:16px!important;
    padding-right:16px!important;
    align-items:center!important;
    justify-items:center!important;
  }
  .footer-links,
  .social-links,
  .footer-phone{
    width:min(100%,320px)!important;
    max-width:320px!important;
    margin-inline:auto!important;
    justify-self:center!important;
    box-sizing:border-box!important;
  }
  .footer-links,
  .social-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .footer-links a,
  .social-links a,
  .footer-phone a{
    display:grid!important;
    place-items:center!important;
    width:100%!important;
    max-width:320px!important;
    margin:0 auto!important;
    box-sizing:border-box!important;
    text-align:center!important;
  }
  .footer-links a.book-accent{order:-10!important;}
}

/* v57 — rip up reviews section + readable package buttons + true icon sizing */

/* Package buttons: larger labels, clear active state, readable hover */
#packages .package-tabs{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin:0 auto 28px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
#packages .package-tab{
  min-height:92px!important;
  padding:16px 10px 14px!important;
  border:2px solid rgba(0,245,247,.55)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(0,245,247,.10),rgba(0,0,0,.48))!important;
  box-shadow:inset 0 0 18px rgba(0,245,247,.08),0 0 16px rgba(0,245,247,.16)!important;
  transform:none!important;
}
#packages .package-tab .package-tab-name{
  font-size:clamp(18px,1.35vw,23px)!important;
  line-height:1.05!important;
  letter-spacing:.08em!important;
  color:#fff!important;
  text-shadow:0 0 10px rgba(255,255,255,.42)!important;
}
#packages .package-tab .package-tab-count{
  font-size:clamp(15px,1vw,18px)!important;
  line-height:1.05!important;
  letter-spacing:.12em!important;
  color:var(--teal)!important;
  text-shadow:0 0 10px rgba(0,245,247,.42)!important;
  opacity:1!important;
}
#packages .package-tab:hover:not(.active){
  background:linear-gradient(180deg,rgba(0,245,247,.20),rgba(0,0,0,.36))!important;
  border-color:rgba(0,245,247,.86)!important;
  box-shadow:0 0 26px rgba(0,245,247,.30),inset 0 0 20px rgba(0,245,247,.10)!important;
}
#packages .package-tab:hover:not(.active) .package-tab-name,
#packages .package-tab:hover:not(.active) .package-tab-count{
  color:#fff!important;
}
#packages .package-tab.active{
  background:linear-gradient(180deg,#36fbff,#02bfc6)!important;
  border-color:#bfffff!important;
  box-shadow:0 0 34px rgba(0,245,247,.65),inset 0 0 14px rgba(255,255,255,.42)!important;
  transform:translateY(-3px)!important;
}
#packages .package-tab.active .package-tab-name,
#packages .package-tab.active .package-tab-count{
  color:#001214!important;
  text-shadow:none!important;
  font-weight:900!important;
}
#packages .package-tab.active::after{
  content:"SELECTED"!important;
  position:absolute!important;
  top:-12px!important;
  right:16px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#001214!important;
  color:#36fbff!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:9px!important;
  letter-spacing:.14em!important;
  box-shadow:0 0 12px rgba(0,245,247,.45)!important;
}

/* Stay in Play icon: force it down on desktop and mobile */
#packages .package-panel#panel-stay .chart-title img.package-icon,
#packages #panel-stay .chart-title img.package-icon,
#packages #panel-stay .package-icon{
  width:72px!important;
  height:72px!important;
  max-width:72px!important;
  max-height:72px!important;
  min-width:0!important;
  min-height:0!important;
  transform:none!important;
  margin:0 auto 6px!important;
  object-fit:contain!important;
}
#packages .package-panel:not(#panel-stay) .chart-title img.package-icon{
  width:86px!important;
  height:86px!important;
  max-width:86px!important;
  max-height:86px!important;
}

/* Reviews section: rebuild as a compact divider/banner and ignore old sizing rules */
#reviews.reviews.section-pad{
  padding:46px 0 22px!important;
  margin:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
#reviews.reviews.section-pad::before,
#reviews.reviews.section-pad::after{
  left:0!important;
  width:100%!important;
  max-width:none!important;
  height:2px!important;
  transform:none!important;
  background:linear-gradient(90deg,rgba(0,245,247,.05),rgba(0,245,247,.95),rgba(0,245,247,.05))!important;
  opacity:.95!important;
  box-shadow:0 0 16px rgba(0,245,247,.65)!important;
}
#reviews.reviews.section-pad::before{top:0!important;margin:0!important;}
#reviews.reviews.section-pad::after{bottom:0!important;margin:0!important;}
#reviews .section-head{
  margin:0 auto 22px!important;
  padding:0 16px!important;
}
#reviews .section-head .kicker{
  font-size:clamp(12px,.95vw,15px)!important;
  margin:0 0 8px!important;
  letter-spacing:.32em!important;
}
body #reviews .section-head h1,
#reviews .section-head h1{
  font-size:clamp(42px,4.45vw,70px)!important;
  line-height:.92!important;
  letter-spacing:.04em!important;
  margin:0!important;
}
#reviews .review-feature{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:0!important;
  display:block!important;
}
#reviews .review-live.neon-panel{
  width:100%!important;
  max-width:1180px!important;
  min-height:0!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(430px,520px)!important;
  gap:26px!important;
  align-items:center!important;
  padding:24px 26px!important;
  border:2px solid rgba(0,245,247,.56)!important;
  border-radius:28px!important;
  background:linear-gradient(120deg,rgba(0,245,247,.10),rgba(0,0,0,.30) 52%,rgba(0,245,247,.08))!important;
  box-shadow:0 0 26px rgba(0,245,247,.20),inset 0 0 32px rgba(0,245,247,.06)!important;
}
#reviews .review-copy{
  display:grid!important;
  gap:12px!important;
  align-content:center!important;
  min-height:0!important;
  padding:0!important;
}
#reviews .review-copy .coach-label{
  font-size:12px!important;
  letter-spacing:.24em!important;
  margin:0!important;
  color:var(--teal)!important;
}
#reviews .review-carousel{
  min-height:154px!important;
  height:154px!important;
  max-height:154px!important;
  padding:14px 0!important;
  display:grid!important;
  align-items:center!important;
  border-top:1px solid rgba(0,245,247,.34)!important;
  border-bottom:1px solid rgba(0,245,247,.24)!important;
  overflow:hidden!important;
}
#reviews .review-quote{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  display:none!important;
  align-content:center!important;
  gap:7px!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:none!important;
}
#reviews .review-quote.active{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
}
#reviews .stars{
  font-size:20px!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  color:var(--teal)!important;
  text-shadow:0 0 12px rgba(0,245,247,.72)!important;
}
#reviews .review-quote p,
#reviews .review-quote:first-child p{
  font-size:clamp(15px,1.08vw,18px)!important;
  line-height:1.24!important;
  max-width:62ch!important;
  margin:0!important;
  color:#fff!important;
  text-wrap:auto!important;
}
#reviews .review-name{
  display:block!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  color:var(--teal)!important;
  margin-top:2px!important;
}
#reviews .review-dots{
  display:flex!important;
  gap:8px!important;
  margin:0!important;
  align-items:center!important;
}
#reviews .review-dots span{
  width:26px!important;
  height:4px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.35)!important;
}
#reviews .review-dots span.active{
  width:44px!important;
  background:var(--teal)!important;
  box-shadow:0 0 12px rgba(0,245,247,.70)!important;
}
#reviews .review-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  width:min(420px,100%)!important;
  margin:0!important;
}
#reviews .review-actions .outline-cta{
  min-height:46px!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 12px!important;
  font-size:12px!important;
  letter-spacing:.10em!important;
  border-radius:999px!important;
}
#reviews .review-media{
  width:100%!important;
  align-self:center!important;
  display:block!important;
}
#reviews .review-video.neon-panel{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  border-radius:22px!important;
  border:3px solid rgba(0,245,247,.75)!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.18),0 0 28px rgba(0,245,247,.28)!important;
}
#reviews .review-video video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}

@media (max-width:900px){
  #packages .package-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  #packages .package-tab{
    min-height:82px!important;
    padding:14px 8px 12px!important;
  }
  #packages .package-tab .package-tab-name{font-size:clamp(15px,4.2vw,18px)!important;}
  #packages .package-tab .package-tab-count{font-size:clamp(13px,3.6vw,16px)!important;}
  #packages .package-tab.active::after{font-size:8px!important;right:10px!important;top:-10px!important;}

  #packages .package-panel#panel-stay .chart-title img.package-icon,
  #packages #panel-stay .chart-title img.package-icon,
  #packages #panel-stay .package-icon{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
  }

  #reviews.reviews.section-pad{padding:34px 0 18px!important;}
  #reviews .section-head{margin-bottom:16px!important;}
  body #reviews .section-head h1,
  #reviews .section-head h1{font-size:clamp(36px,10vw,50px)!important;}
  #reviews .review-feature{width:calc(100% - 24px)!important;}
  #reviews .review-live.neon-panel{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:18px 14px!important;
    border-radius:22px!important;
  }
  #reviews .review-carousel{
    height:172px!important;
    min-height:172px!important;
    max-height:172px!important;
    padding:12px 0!important;
  }
  #reviews .review-quote p,
  #reviews .review-quote:first-child p{
    font-size:clamp(13px,3.65vw,16px)!important;
    line-height:1.20!important;
    max-width:none!important;
  }
  #reviews .stars{font-size:16px!important;}
  #reviews .review-name{font-size:10px!important;}
  #reviews .review-actions{width:100%!important;gap:8px!important;}
  #reviews .review-actions .outline-cta{min-height:42px!important;font-size:10.5px!important;padding:9px 6px!important;}
  #reviews .review-video.neon-panel{border-radius:18px!important;}
}

/* v58 — remove the bad SELECTED tag; keep active package obvious without dumb label */
#packages .package-tab.active::after{
  content:none!important;
  display:none!important;
}
#packages .package-tab.active{
  background:linear-gradient(180deg,rgba(0,245,247,.34),rgba(0,245,247,.12) 52%,rgba(0,0,0,.34))!important;
  border-color:#bfffff!important;
  box-shadow:0 0 34px rgba(0,245,247,.56),inset 0 0 0 2px rgba(255,255,255,.22),inset 0 0 24px rgba(0,245,247,.20)!important;
  transform:translateY(-3px)!important;
}
#packages .package-tab.active .package-tab-name{
  color:#fff!important;
  text-shadow:0 0 14px rgba(255,255,255,.70),0 0 22px rgba(0,245,247,.55)!important;
  font-weight:900!important;
}
#packages .package-tab.active .package-tab-count{
  color:#36fbff!important;
  text-shadow:0 0 14px rgba(0,245,247,.80)!important;
  font-weight:900!important;
}

/* v59 — reviews section rebuilt from scratch, separate from old review classes */
#reviews.reviews.section-pad{
  padding:clamp(44px,5vw,66px) clamp(18px,4vw,64px) 26px!important;
  overflow:hidden!important;
}
#reviews.reviews.section-pad::before{
  width:100vw!important;
  height:2px!important;
  background:linear-gradient(90deg,rgba(0,245,247,.88),rgba(0,245,247,.38),rgba(0,245,247,.88))!important;
  box-shadow:0 0 16px rgba(0,245,247,.48)!important;
  opacity:1!important;
}
#reviews.reviews.section-pad::after{
  content:""!important;
  position:relative!important;
  display:block!important;
  left:50%!important;
  width:100vw!important;
  height:2px!important;
  transform:translateX(-50%)!important;
  margin:26px 0 -20px!important;
  background:linear-gradient(90deg,rgba(0,245,247,.88),rgba(0,245,247,.38),rgba(0,245,247,.88))!important;
  box-shadow:0 0 16px rgba(0,245,247,.48)!important;
  opacity:1!important;
  inset:auto!important;
  z-index:auto!important;
  pointer-events:none!important;
  filter:none!important;
}
#reviews .tt-review-head{
  margin:0 auto clamp(20px,2.4vw,30px)!important;
  padding:0!important;
}
#reviews .tt-review-head .kicker{
  margin-bottom:10px!important;
}
#reviews .tt-review-head h1{
  font-size:clamp(44px,5.4vw,78px)!important;
  line-height:.92!important;
  letter-spacing:.04em!important;
}
#reviews .tt-review-banner{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(420px,520px)!important;
  gap:clamp(22px,3vw,42px)!important;
  align-items:center!important;
  padding:clamp(20px,2.2vw,30px)!important;
  border:2px solid rgba(0,245,247,.46)!important;
  border-radius:26px!important;
  background:
    linear-gradient(90deg,rgba(0,245,247,.12),rgba(0,0,0,.12) 44%,rgba(0,245,247,.08)),
    rgba(0,12,13,.72)!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.10),0 0 38px rgba(0,245,247,.18),inset 0 0 36px rgba(0,245,247,.08)!important;
}
#reviews .tt-review-copy{
  display:grid!important;
  gap:14px!important;
  min-width:0!important;
}
#reviews .tt-review-eyebrow{
  font-family:"Neuropol",sans-serif!important;
  text-transform:uppercase!important;
  color:var(--teal)!important;
  font-size:clamp(11px,.9vw,14px)!important;
  letter-spacing:.24em!important;
}
#reviews .tt-review-slider{
  position:relative!important;
  min-height:clamp(210px,18vw,250px)!important;
  border-top:2px solid rgba(0,245,247,.30)!important;
  border-bottom:2px solid rgba(0,245,247,.22)!important;
  padding:18px 0!important;
  overflow:hidden!important;
}
#reviews .tt-review-card{
  position:absolute!important;
  inset:18px 0!important;
  margin:0!important;
  display:grid!important;
  align-content:center!important;
  gap:10px!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  transition:opacity .45s ease, transform .45s ease!important;
  pointer-events:none!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translateY(0)!important;
  pointer-events:auto!important;
}
#reviews .tt-review-stars{
  color:var(--teal)!important;
  font-size:clamp(19px,1.45vw,25px)!important;
  line-height:1!important;
  letter-spacing:.15em!important;
  text-shadow:0 0 12px rgba(0,245,247,.58)!important;
}
#reviews .tt-review-card blockquote{
  margin:0!important;
  max-width:34ch!important;
  color:#fff!important;
  font-family:"Taskor",system-ui,sans-serif!important;
  font-size:clamp(18px,1.45vw,25px)!important;
  line-height:1.18!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
  text-wrap:balance!important;
}
#reviews .tt-review-card figcaption{
  margin:0!important;
  color:var(--teal)!important;
  font-family:"Neuropol",sans-serif!important;
  text-transform:uppercase!important;
  font-size:clamp(11px,.88vw,14px)!important;
  letter-spacing:.18em!important;
}
#reviews .tt-review-bottom-row{
  display:grid!important;
  grid-template-columns:auto minmax(260px,440px)!important;
  gap:16px!important;
  align-items:center!important;
}
#reviews .tt-review-dots{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
}
#reviews .tt-review-dots span{
  display:block!important;
  width:26px!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.45)!important;
  box-shadow:0 0 8px rgba(255,255,255,.18)!important;
}
#reviews .tt-review-dots span.is-active{
  width:46px!important;
  background:var(--teal)!important;
  box-shadow:0 0 14px rgba(0,245,247,.70)!important;
}
#reviews .tt-review-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
#reviews .tt-review-actions .outline-cta{
  width:100%!important;
  min-width:0!important;
  min-height:48px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:11px 12px!important;
  font-size:clamp(11px,.82vw,13px)!important;
  letter-spacing:.09em!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
#reviews .tt-review-video-wrap{
  position:relative!important;
  overflow:hidden!important;
  border:3px solid rgba(0,245,247,.70)!important;
  border-radius:24px!important;
  background:#000!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.14),0 0 34px rgba(0,245,247,.28)!important;
  aspect-ratio:16/9!important;
}
#reviews .tt-review-video-wrap video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  filter:brightness(1.08) saturate(1.08) contrast(1.02)!important;
}
#reviews .tt-review-video-wrap span{
  position:absolute!important;
  left:14px!important;
  bottom:12px!important;
  z-index:2!important;
  font-family:"Neuropol",sans-serif!important;
  text-transform:uppercase!important;
  color:#001214!important;
  background:rgba(0,245,247,.88)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  border-radius:999px!important;
  padding:8px 12px!important;
  font-size:10px!important;
  letter-spacing:.12em!important;
  box-shadow:0 0 18px rgba(0,245,247,.35)!important;
}

@media (max-width:1000px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    max-width:760px!important;
  }
  #reviews .tt-review-card blockquote{max-width:none!important;}
  #reviews .tt-review-video-wrap{width:min(620px,100%)!important;margin:0 auto!important;}
}
@media (max-width:680px){
  #reviews.reviews.section-pad{
    padding:34px 12px 18px!important;
  }
  #reviews.reviews.section-pad::after{margin:18px 0 -12px!important;}
  #reviews .tt-review-head{margin-bottom:16px!important;}
  #reviews .tt-review-head h1{font-size:clamp(36px,10vw,50px)!important;}
  #reviews .tt-review-banner{
    padding:16px!important;
    border-radius:20px!important;
    gap:14px!important;
  }
  #reviews .tt-review-eyebrow{font-size:10px!important;letter-spacing:.18em!important;}
  #reviews .tt-review-slider{min-height:190px!important;padding:14px 0!important;}
  #reviews .tt-review-card{inset:14px 0!important;gap:8px!important;}
  #reviews .tt-review-stars{font-size:16px!important;}
  #reviews .tt-review-card blockquote{font-size:clamp(14px,4vw,17px)!important;line-height:1.18!important;}
  #reviews .tt-review-card figcaption{font-size:10px!important;}
  #reviews .tt-review-bottom-row{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  #reviews .tt-review-dots{justify-content:center!important;}
  #reviews .tt-review-actions{width:100%!important;}
  #reviews .tt-review-actions .outline-cta{min-height:42px!important;font-size:10px!important;padding:9px 6px!important;}
  #reviews .tt-review-video-wrap span{display:none!important;}
}


/* v60 — final review banner cleanup: no inner frame, no clipping, balanced lines */
#reviews.reviews.section-pad{
  --review-line-space:clamp(34px,4vw,52px);
  padding:var(--review-line-space) clamp(18px,4vw,64px) 0!important;
  overflow:hidden!important;
}
#reviews.reviews.section-pad::before{
  width:100vw!important;
  height:2px!important;
  background:linear-gradient(90deg,rgba(0,245,247,.92),rgba(0,245,247,.42),rgba(0,245,247,.92))!important;
  box-shadow:0 0 16px rgba(0,245,247,.48)!important;
  opacity:1!important;
}
#reviews.reviews.section-pad::after{
  content:""!important;
  position:relative!important;
  display:block!important;
  left:50%!important;
  width:100vw!important;
  height:2px!important;
  transform:translateX(-50%)!important;
  margin:var(--review-line-space) 0 0!important;
  background:linear-gradient(90deg,rgba(0,245,247,.92),rgba(0,245,247,.42),rgba(0,245,247,.92))!important;
  box-shadow:0 0 16px rgba(0,245,247,.48)!important;
  opacity:1!important;
  inset:auto!important;
  z-index:auto!important;
  pointer-events:none!important;
  filter:none!important;
}
#reviews .tt-review-head{
  margin:0 auto clamp(18px,2vw,26px)!important;
  padding:0!important;
}
#reviews .tt-review-head .kicker{margin-bottom:10px!important;}
#reviews .tt-review-head h1{
  font-size:clamp(42px,5vw,72px)!important;
  line-height:.94!important;
}
#reviews .tt-review-banner{
  width:min(1240px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(440px,560px)!important;
  gap:clamp(24px,3vw,44px)!important;
  align-items:center!important;
  padding:0!important;
  border:none!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
#reviews .tt-review-copy{
  display:grid!important;
  gap:14px!important;
  min-width:0!important;
  overflow:visible!important;
}
#reviews .tt-review-eyebrow{
  font-family:"Neuropol",sans-serif!important;
  text-transform:uppercase!important;
  color:var(--teal)!important;
  font-size:clamp(12px,.95vw,15px)!important;
  letter-spacing:.26em!important;
  line-height:1.1!important;
}
#reviews .tt-review-slider{
  position:relative!important;
  min-height:clamp(190px,16vw,245px)!important;
  border-top:none!important;
  border-bottom:none!important;
  padding:0!important;
  overflow:visible!important;
  display:grid!important;
  align-items:center!important;
}
#reviews .tt-review-card{
  position:static!important;
  inset:auto!important;
  margin:0!important;
  display:none!important;
  align-content:center!important;
  gap:10px!important;
  opacity:1!important;
  transform:none!important;
  transition:none!important;
  pointer-events:auto!important;
  overflow:visible!important;
}
#reviews .tt-review-card.is-active{
  display:grid!important;
}
#reviews .tt-review-stars{
  color:var(--teal)!important;
  font-size:clamp(19px,1.45vw,25px)!important;
  line-height:1.2!important;
  letter-spacing:.15em!important;
  text-shadow:0 0 12px rgba(0,245,247,.58)!important;
}
#reviews .tt-review-card blockquote{
  margin:0!important;
  max-width:38ch!important;
  color:#fff!important;
  font-family:"Taskor",system-ui,sans-serif!important;
  font-size:clamp(18px,1.35vw,24px)!important;
  line-height:1.24!important;
  text-transform:none!important;
  letter-spacing:.01em!important;
  text-wrap:balance!important;
  overflow:visible!important;
}
#reviews .tt-review-card figcaption{
  margin:0!important;
  color:var(--teal)!important;
  font-family:"Neuropol",sans-serif!important;
  text-transform:uppercase!important;
  font-size:clamp(11px,.85vw,14px)!important;
  letter-spacing:.18em!important;
  line-height:1.2!important;
}
#reviews .tt-review-bottom-row{
  display:grid!important;
  grid-template-columns:auto minmax(330px,520px)!important;
  gap:18px!important;
  align-items:center!important;
}
#reviews .tt-review-dots{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
}
#reviews .tt-review-dots span{
  display:block!important;
  width:26px!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.45)!important;
  box-shadow:0 0 8px rgba(255,255,255,.18)!important;
}
#reviews .tt-review-dots span.is-active{
  width:46px!important;
  background:var(--teal)!important;
  box-shadow:0 0 14px rgba(0,245,247,.70)!important;
}
#reviews .tt-review-actions{
  display:grid!important;
  grid-template-columns:minmax(128px,.82fr) minmax(182px,1.18fr)!important;
  gap:12px!important;
  width:100%!important;
}
#reviews .tt-review-actions .outline-cta{
  width:100%!important;
  min-width:0!important;
  min-height:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px 14px!important;
  font-size:clamp(11px,.82vw,13px)!important;
  letter-spacing:.08em!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
#reviews .tt-review-actions .outline-cta:last-child{
  min-width:182px!important;
  padding-left:18px!important;
  padding-right:18px!important;
}
#reviews .tt-review-video-wrap{
  position:relative!important;
  overflow:hidden!important;
  border:3px solid rgba(0,245,247,.72)!important;
  border-radius:24px!important;
  background:#000!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.14),0 0 34px rgba(0,245,247,.28)!important;
  aspect-ratio:16/9!important;
  width:100%!important;
}
#reviews .tt-review-video-wrap video{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  filter:brightness(1.08) saturate(1.08) contrast(1.02)!important;
}
#reviews .tt-review-video-wrap span{display:none!important;}

@media (max-width:1000px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    width:min(760px,100%)!important;
    gap:20px!important;
  }
  #reviews .tt-review-card blockquote{max-width:none!important;}
  #reviews .tt-review-video-wrap{width:100%!important;margin:0 auto!important;}
  #reviews .tt-review-bottom-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  #reviews .tt-review-dots{justify-content:center!important;}
  #reviews .tt-review-actions{width:min(520px,100%)!important;margin:0 auto!important;}
}
@media (max-width:680px){
  #reviews.reviews.section-pad{
    --review-line-space:26px;
    padding:var(--review-line-space) 14px 0!important;
  }
  #reviews .tt-review-head{margin-bottom:16px!important;}
  #reviews .tt-review-head h1{font-size:clamp(34px,10vw,48px)!important;}
  #reviews .tt-review-banner{gap:16px!important;}
  #reviews .tt-review-eyebrow{font-size:10px!important;letter-spacing:.18em!important;text-align:center!important;}
  #reviews .tt-review-slider{
    min-height:220px!important;
    align-items:center!important;
  }
  #reviews .tt-review-card{gap:8px!important;text-align:left!important;}
  #reviews .tt-review-stars{font-size:16px!important;text-align:center!important;}
  #reviews .tt-review-card blockquote{
    font-size:clamp(14px,4vw,17px)!important;
    line-height:1.22!important;
    max-width:none!important;
    text-wrap:pretty!important;
  }
  #reviews .tt-review-card figcaption{font-size:10px!important;text-align:center!important;}
  #reviews .tt-review-actions{
    grid-template-columns:minmax(0,.82fr) minmax(132px,1.18fr)!important;
    gap:9px!important;
    width:100%!important;
  }
  #reviews .tt-review-actions .outline-cta{
    min-height:44px!important;
    font-size:10px!important;
    padding:10px 6px!important;
    letter-spacing:.05em!important;
  }
  #reviews .tt-review-actions .outline-cta:last-child{
    min-width:132px!important;
    padding-left:8px!important;
    padding-right:8px!important;
  }
  #reviews .tt-review-video-wrap{border-radius:18px!important;border-width:2px!important;}
}

/* v61 — subtle review video overlay label restored */
#reviews .tt-review-video-wrap span{
  display:inline-flex!important;
  position:absolute!important;
  left:14px!important;
  bottom:14px!important;
  z-index:3!important;
  padding:8px 12px!important;
  border:1px solid rgba(0,245,247,.34)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,35,36,.44))!important;
  color:rgba(255,255,255,.88)!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(9px,.72vw,11px)!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  box-shadow:0 0 14px rgba(0,245,247,.14)!important;
  backdrop-filter:blur(6px)!important;
  pointer-events:none!important;
}
#reviews .tt-review-video-wrap::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:38%!important;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.38))!important;
  pointer-events:none!important;
  z-index:2!important;
}
@media (max-width:680px){
  #reviews .tt-review-video-wrap span{
    left:10px!important;
    bottom:10px!important;
    padding:7px 10px!important;
    font-size:8.5px!important;
    letter-spacing:.09em!important;
  }
}

/* v62 — reviews spacing + right-side video label cleanup */
#reviews.reviews.section-pad{
  --review-line-space:clamp(42px,4.6vw,64px)!important;
  padding:var(--review-line-space) clamp(18px,4vw,64px) 0!important;
}
#reviews .tt-review-head{
  margin:0 auto clamp(28px,3vw,42px)!important;
  padding:0!important;
}
#reviews .tt-review-head .kicker{
  margin-bottom:12px!important;
}
#reviews .tt-review-banner{
  gap:clamp(34px,4vw,58px)!important;
  align-items:center!important;
}
#reviews .tt-review-copy{
  gap:clamp(18px,2vw,26px)!important;
}
#reviews .tt-review-slider{
  min-height:clamp(215px,17vw,265px)!important;
  padding:clamp(18px,1.8vw,26px) 0!important;
  border-top:1px solid rgba(0,245,247,.24)!important;
  border-bottom:1px solid rgba(0,245,247,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035), inset 0 -1px 0 rgba(255,255,255,.025)!important;
}
#reviews .tt-review-card{
  gap:clamp(10px,1.1vw,15px)!important;
}
#reviews .tt-review-bottom-row{
  gap:clamp(18px,2vw,28px)!important;
  margin-top:2px!important;
}
#reviews .tt-review-actions{
  gap:14px!important;
}
#reviews .tt-review-actions .outline-cta:last-child{
  min-width:205px!important;
}

/* Kill the stray half-line inside the bottom of the reviews section. Keep only the full-width section line. */
#reviews .tt-review-banner::before,
#reviews .tt-review-banner::after,
#reviews .tt-review-copy::before,
#reviews .tt-review-copy::after,
#reviews .tt-review-slider::before,
#reviews .tt-review-slider::after,
#reviews .tt-review-bottom-row::before,
#reviews .tt-review-bottom-row::after{
  content:none!important;
  display:none!important;
}
#reviews.reviews.section-pad::after{
  margin:var(--review-line-space) 0 0!important;
}

/* Move video label from bottom-left to subtle top-right. */
#reviews .tt-review-video-wrap span{
  left:auto!important;
  right:14px!important;
  top:14px!important;
  bottom:auto!important;
  padding:8px 12px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,35,36,.38))!important;
  border-color:rgba(0,245,247,.30)!important;
  color:rgba(255,255,255,.84)!important;
  box-shadow:0 0 12px rgba(0,245,247,.12)!important;
}
#reviews .tt-review-video-wrap::after{
  content:none!important;
  display:none!important;
}

@media (max-width:1000px){
  #reviews .tt-review-banner{
    gap:28px!important;
  }
  #reviews .tt-review-copy{
    gap:18px!important;
  }
  #reviews .tt-review-slider{
    min-height:230px!important;
    padding:20px 0!important;
  }
}
@media (max-width:680px){
  #reviews.reviews.section-pad{
    --review-line-space:30px!important;
    padding:var(--review-line-space) 14px 0!important;
  }
  #reviews .tt-review-head{
    margin-bottom:24px!important;
  }
  #reviews .tt-review-banner{
    gap:24px!important;
  }
  #reviews .tt-review-copy{
    gap:16px!important;
  }
  #reviews .tt-review-slider{
    min-height:245px!important;
    padding:18px 0!important;
  }
  #reviews .tt-review-bottom-row{
    gap:16px!important;
  }
  #reviews .tt-review-actions .outline-cta:last-child{
    min-width:150px!important;
  }
  #reviews .tt-review-video-wrap span{
    right:10px!important;
    top:10px!important;
    bottom:auto!important;
    left:auto!important;
    padding:7px 10px!important;
    font-size:8.5px!important;
    letter-spacing:.08em!important;
  }
}

/* v63 — move review video label to bottom-right */
#reviews .tt-review-video-wrap span{
  left:auto!important;
  right:14px!important;
  top:auto!important;
  bottom:14px!important;
}
@media (max-width:680px){
  #reviews .tt-review-video-wrap span{
    left:auto!important;
    right:10px!important;
    top:auto!important;
    bottom:10px!important;
  }
}

/* v64 — reviews spacing pass: open middle, clean bottom rule */
#reviews.reviews.section-pad{
  --review-line-space:clamp(50px,5.2vw,76px)!important;
  padding:var(--review-line-space) clamp(24px,4.8vw,82px) 0!important;
  overflow:hidden!important;
}
#reviews.reviews.section-pad::before,
#reviews.reviews.section-pad::after{
  height:2px!important;
  width:100vw!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(90deg,rgba(0,245,247,.84),rgba(0,245,247,.42),rgba(0,245,247,.84))!important;
  box-shadow:0 0 14px rgba(0,245,247,.42)!important;
  opacity:1!important;
  filter:none!important;
}
#reviews.reviews.section-pad::after{
  margin:var(--review-line-space) 0 0!important;
}
#reviews .tt-review-head{
  margin:0 auto clamp(42px,4.2vw,66px)!important;
  padding:0!important;
}
#reviews .tt-review-head .kicker{
  margin-bottom:14px!important;
}
#reviews .tt-review-banner{
  width:min(1520px,100%)!important;
  max-width:1520px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(560px,720px)!important;
  column-gap:clamp(72px,6vw,112px)!important;
  row-gap:44px!important;
  align-items:center!important;
  padding:0!important;
  border:none!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
#reviews .tt-review-copy{
  gap:clamp(24px,2.3vw,34px)!important;
  padding:0!important;
  overflow:visible!important;
}
#reviews .tt-review-eyebrow{
  margin-bottom:2px!important;
}
#reviews .tt-review-slider{
  min-height:clamp(245px,17vw,300px)!important;
  padding:clamp(24px,2vw,32px) 0!important;
  border-top:1px solid rgba(0,245,247,.26)!important;
  border-bottom:1px solid rgba(0,245,247,.22)!important;
  box-shadow:none!important;
  overflow:visible!important;
}
#reviews .tt-review-card{
  gap:clamp(12px,1vw,18px)!important;
}
#reviews .tt-review-card blockquote{
  max-width:40ch!important;
  line-height:1.22!important;
}
#reviews .tt-review-bottom-row{
  margin-top:0!important;
  gap:clamp(24px,2.5vw,38px)!important;
}
#reviews .tt-review-actions{
  gap:16px!important;
}
#reviews .tt-review-video-wrap{
  width:100%!important;
  max-width:720px!important;
  justify-self:end!important;
  margin:0!important;
  border-width:3px!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.12),0 0 34px rgba(0,245,247,.24)!important;
}
#reviews .tt-review-video-wrap span{
  display:inline-flex!important;
  left:auto!important;
  right:14px!important;
  top:auto!important;
  bottom:14px!important;
}
/* keep only the section's real bottom rule; no half-width line from nested pieces */
#reviews .tt-review-banner::before,
#reviews .tt-review-banner::after,
#reviews .tt-review-copy::before,
#reviews .tt-review-copy::after,
#reviews .tt-review-bottom-row::before,
#reviews .tt-review-bottom-row::after{
  content:none!important;
  display:none!important;
  border:0!important;
  box-shadow:none!important;
  background:none!important;
}

@media (max-width:1180px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    width:min(820px,100%)!important;
    max-width:820px!important;
    row-gap:34px!important;
  }
  #reviews .tt-review-copy{
    gap:24px!important;
  }
  #reviews .tt-review-video-wrap{
    width:100%!important;
    max-width:760px!important;
    justify-self:center!important;
  }
  #reviews .tt-review-card blockquote{max-width:none!important;}
  #reviews .tt-review-bottom-row{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  #reviews .tt-review-dots{justify-content:center!important;}
  #reviews .tt-review-actions{width:min(520px,100%)!important;margin:0 auto!important;}
}
@media (max-width:680px){
  #reviews.reviews.section-pad{
    --review-line-space:34px!important;
    padding:var(--review-line-space) 14px 0!important;
  }
  #reviews .tt-review-head{
    margin-bottom:30px!important;
  }
  #reviews .tt-review-banner{
    row-gap:28px!important;
  }
  #reviews .tt-review-copy{
    gap:20px!important;
  }
  #reviews .tt-review-slider{
    min-height:250px!important;
    padding:20px 0!important;
  }
  #reviews .tt-review-bottom-row{
    gap:18px!important;
  }
  #reviews .tt-review-video-wrap span{
    right:10px!important;
    bottom:10px!important;
    top:auto!important;
    left:auto!important;
  }
}

/* v65 — reviews responsive stack + animated cycling */
#reviews .tt-review-banner{
  grid-template-columns:minmax(0,1fr) minmax(500px,660px)!important;
  column-gap:clamp(78px,6.2vw,118px)!important;
  row-gap:52px!important;
  align-items:center!important;
}
#reviews .tt-review-copy{
  min-width:0!important;
  gap:clamp(26px,2.3vw,36px)!important;
}
#reviews .tt-review-video-wrap{
  max-width:660px!important;
  min-width:0!important;
  align-self:center!important;
}
#reviews .tt-review-head{
  margin-bottom:clamp(48px,4.5vw,72px)!important;
}
#reviews .tt-review-slider{
  position:relative!important;
  min-height:clamp(285px,20vw,340px)!important;
  padding:clamp(24px,2.1vw,34px) 0!important;
  overflow:hidden!important;
  border-top:1px solid rgba(0,245,247,.28)!important;
  border-bottom:1px solid rgba(0,245,247,.24)!important;
}
#reviews .tt-review-card{
  position:absolute!important;
  inset:clamp(24px,2.1vw,34px) 0!important;
  margin:0!important;
  display:grid!important;
  align-content:center!important;
  gap:clamp(12px,1vw,18px)!important;
  opacity:0!important;
  transform:translate3d(36px,0,0) scale(.985)!important;
  filter:blur(4px)!important;
  transition:none!important;
  pointer-events:none!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  pointer-events:auto!important;
  animation:ttReviewIn .62s cubic-bezier(.2,.75,.18,1) both!important;
}
#reviews .tt-review-card.is-leaving{
  opacity:0!important;
  transform:translate3d(-34px,0,0) scale(.985)!important;
  filter:blur(4px)!important;
  animation:ttReviewOut .52s cubic-bezier(.4,0,.2,1) both!important;
}
@keyframes ttReviewIn{
  0%{opacity:0;transform:translate3d(42px,0,0) scale(.985);filter:blur(5px)}
  45%{opacity:1;filter:blur(1px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes ttReviewOut{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(-36px,0,0) scale(.985);filter:blur(5px)}
}

/* Stack before the layout gets cramped. Tablet and mobile show video first. */
@media (max-width:1400px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    width:min(880px,100%)!important;
    max-width:880px!important;
    row-gap:clamp(38px,5vw,56px)!important;
  }
  #reviews .tt-review-video-wrap{
    order:1!important;
    width:min(760px,100%)!important;
    max-width:760px!important;
    justify-self:center!important;
    margin:0 auto!important;
  }
  #reviews .tt-review-copy{
    order:2!important;
    width:100%!important;
    max-width:820px!important;
    justify-self:center!important;
  }
  #reviews .tt-review-card blockquote{
    max-width:none!important;
  }
  #reviews .tt-review-bottom-row{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  #reviews .tt-review-dots{
    justify-content:center!important;
  }
  #reviews .tt-review-actions{
    width:min(540px,100%)!important;
    margin:0 auto!important;
  }
}

@media (max-width:900px){
  #reviews .tt-review-head{
    margin-bottom:34px!important;
  }
  #reviews .tt-review-banner{
    row-gap:34px!important;
  }
  #reviews .tt-review-slider{
    min-height:clamp(250px,48vw,330px)!important;
    padding:22px 0!important;
  }
  #reviews .tt-review-card{
    inset:22px 0!important;
  }
}

@media (max-width:680px){
  #reviews .tt-review-banner{
    row-gap:28px!important;
  }
  #reviews .tt-review-copy{
    gap:18px!important;
  }
  #reviews .tt-review-slider{
    min-height:330px!important;
    padding:20px 0!important;
  }
  #reviews .tt-review-card{
    inset:20px 0!important;
    gap:10px!important;
  }
  #reviews .tt-review-bottom-row{
    gap:16px!important;
  }
}

/* v66 — review alignment + visible carousel motion */
#reviews .tt-review-copy{
  text-align:right!important;
}
#reviews .tt-review-eyebrow,
#reviews .tt-review-stars,
#reviews .tt-review-card blockquote,
#reviews .tt-review-card figcaption{
  text-align:right!important;
}
#reviews .tt-review-card blockquote{
  margin-left:auto!important;
  margin-right:0!important;
  max-width:min(36ch,100%)!important;
}
#reviews .tt-review-card figcaption{
  justify-self:end!important;
}
#reviews .tt-review-bottom-row{
  display:grid!important;
  grid-template-columns:minmax(0,auto) minmax(120px,1fr)!important;
  align-items:center!important;
  column-gap:clamp(18px,2.4vw,34px)!important;
  row-gap:14px!important;
}
#reviews .tt-review-actions{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:start!important;
  margin:0!important;
  width:auto!important;
}
#reviews .tt-review-dots{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:end!important;
  justify-content:flex-end!important;
}

/* The previous keyframe setup used !important values, which made the cards snap instead of move. */
#reviews .tt-review-card{
  opacity:0!important;
  transform:translate3d(46px,0,0) scale(.975)!important;
  filter:blur(7px)!important;
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.75,.18,1), filter .72s ease!important;
  animation:none!important;
  will-change:opacity,transform,filter!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  animation:none!important;
}
#reviews .tt-review-card.is-leaving{
  opacity:0!important;
  transform:translate3d(-46px,0,0) scale(.975)!important;
  filter:blur(7px)!important;
  animation:none!important;
}
#reviews .tt-review-dots span{
  transition:width .38s ease, opacity .38s ease, background .38s ease, box-shadow .38s ease!important;
}

@media (max-width:1400px){
  #reviews .tt-review-copy{
    text-align:right!important;
  }
  #reviews .tt-review-eyebrow,
  #reviews .tt-review-stars,
  #reviews .tt-review-card blockquote,
  #reviews .tt-review-card figcaption{
    text-align:right!important;
  }
  #reviews .tt-review-bottom-row{
    grid-template-columns:minmax(0,auto) minmax(120px,1fr)!important;
  }
  #reviews .tt-review-actions{
    width:auto!important;
    margin:0!important;
    justify-self:start!important;
  }
  #reviews .tt-review-dots{
    justify-content:flex-end!important;
    justify-self:end!important;
  }
}

@media (max-width:680px){
  #reviews .tt-review-bottom-row{
    grid-template-columns:1fr!important;
  }
  #reviews .tt-review-actions{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:stretch!important;
    width:100%!important;
  }
  #reviews .tt-review-dots{
    grid-column:1!important;
    grid-row:2!important;
    justify-self:end!important;
    justify-content:flex-end!important;
  }
  #reviews .tt-review-card blockquote{
    max-width:100%!important;
  }
}

/* v67 — review controls/order/alignment + stronger carousel animation */
#reviews .tt-review-eyebrow{
  display:none!important;
}
#reviews .tt-review-copy{
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:clamp(22px,2vw,32px)!important;
  text-align:right!important;
}
#reviews .tt-review-dots{
  grid-row:1!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:12px!important;
  margin:0 0 2px!important;
  width:100%!important;
}
#reviews .tt-review-slider{
  grid-row:2!important;
  margin:0!important;
  overflow:hidden!important;
}
#reviews .tt-review-actions{
  grid-row:3!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  width:min(560px,100%)!important;
  margin:0 0 0 auto!important;
  justify-self:end!important;
}
#reviews .tt-review-actions .outline-cta{
  flex:1 1 0!important;
  min-width:190px!important;
  max-width:260px!important;
  white-space:nowrap!important;
  padding-inline:20px!important;
  letter-spacing:.08em!important;
}
#reviews .tt-review-actions .outline-cta:last-child{
  min-width:220px!important;
}
#reviews .tt-review-stars,
#reviews .tt-review-card blockquote,
#reviews .tt-review-card figcaption{
  text-align:right!important;
}
#reviews .tt-review-card blockquote{
  margin-left:auto!important;
  margin-right:0!important;
}
#reviews .tt-review-card figcaption{
  justify-self:end!important;
}

/* Stronger, more obvious transition. */
#reviews .tt-review-card{
  opacity:0!important;
  transform:translate3d(58px,12px,0) scale(.965)!important;
  filter:blur(9px)!important;
  transition:none!important;
  animation:none!important;
  pointer-events:none!important;
  will-change:opacity,transform,filter!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  pointer-events:auto!important;
}
#reviews .tt-review-card.is-active.is-entering{
  animation:ttReviewEnterV67 .9s cubic-bezier(.16,.84,.25,1) both!important;
}
#reviews .tt-review-card.is-leaving{
  opacity:0!important;
  animation:ttReviewLeaveV67 .78s cubic-bezier(.42,0,.18,1) both!important;
}
@keyframes ttReviewEnterV67{
  0%{opacity:0;transform:translate3d(72px,18px,0) scale(.94);filter:blur(12px)}
  45%{opacity:1;filter:blur(2px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes ttReviewLeaveV67{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(-70px,-10px,0) scale(.96);filter:blur(11px)}
}

@media (max-width:1400px){
  #reviews .tt-review-copy{
    text-align:center!important;
    gap:clamp(20px,3vw,30px)!important;
  }
  #reviews .tt-review-dots{
    justify-content:center!important;
  }
  #reviews .tt-review-stars,
  #reviews .tt-review-card blockquote,
  #reviews .tt-review-card figcaption{
    text-align:center!important;
  }
  #reviews .tt-review-card blockquote{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #reviews .tt-review-card figcaption{
    justify-self:center!important;
  }
  #reviews .tt-review-actions{
    width:min(560px,100%)!important;
    margin:0 auto!important;
    justify-self:center!important;
  }
}

@media (max-width:680px){
  #reviews .tt-review-copy{
    text-align:center!important;
    gap:18px!important;
  }
  #reviews .tt-review-dots{
    justify-content:center!important;
    gap:9px!important;
  }
  #reviews .tt-review-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:360px!important;
  }
  #reviews .tt-review-actions .outline-cta,
  #reviews .tt-review-actions .outline-cta:last-child{
    min-width:0!important;
    max-width:none!important;
    width:100%!important;
    padding-inline:8px!important;
    font-size:10px!important;
    letter-spacing:.055em!important;
  }
  #reviews .tt-review-card.is-active.is-entering{
    animation:ttReviewEnterMobileV67 .72s cubic-bezier(.16,.84,.25,1) both!important;
  }
  #reviews .tt-review-card.is-leaving{
    animation:ttReviewLeaveMobileV67 .62s cubic-bezier(.42,0,.18,1) both!important;
  }
}
@keyframes ttReviewEnterMobileV67{
  0%{opacity:0;transform:translate3d(0,22px,0) scale(.97);filter:blur(8px)}
  55%{opacity:1;filter:blur(1px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes ttReviewLeaveMobileV67{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(0,-22px,0) scale(.97);filter:blur(8px)}
}


/* v68 — restore review column width + real carousel animation */
#reviews .tt-review-banner{
  grid-template-columns:minmax(520px,1fr) minmax(440px,600px)!important;
  gap:clamp(54px,6.2vw,104px)!important;
  align-items:center!important;
}
#reviews .tt-review-copy{
  width:100%!important;
  min-width:0!important;
  justify-self:stretch!important;
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:clamp(22px,2.2vw,34px)!important;
  text-align:right!important;
}
#reviews .tt-review-dots{
  grid-row:1!important;
  width:min(760px,100%)!important;
  margin:0 0 0 auto!important;
  justify-content:flex-end!important;
}
#reviews .tt-review-slider{
  grid-row:2!important;
  position:relative!important;
  width:min(760px,100%)!important;
  min-height:clamp(250px,19vw,330px)!important;
  margin:0 0 0 auto!important;
  overflow:visible!important;
  display:block!important;
  border-top:1px solid rgba(0,245,247,.25)!important;
  border-bottom:1px solid rgba(0,245,247,.20)!important;
  padding:clamp(22px,2vw,30px) 0!important;
}
#reviews .tt-review-actions{
  grid-row:3!important;
  width:min(620px,100%)!important;
  margin:0 0 0 auto!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:minmax(190px,1fr) minmax(240px,1.18fr)!important;
  gap:18px!important;
}
#reviews .tt-review-actions .outline-cta,
#reviews .tt-review-actions .outline-cta:last-child{
  min-width:0!important;
  max-width:none!important;
  width:100%!important;
  padding-inline:22px!important;
  white-space:nowrap!important;
}
#reviews .tt-review-card,
#reviews .tt-review-card.is-active,
#reviews .tt-review-card.is-leaving{
  display:grid!important;
}
#reviews .tt-review-card{
  position:absolute!important;
  inset:clamp(22px,2vw,30px) 0!important;
  margin:0!important;
  align-content:center!important;
  justify-items:end!important;
  gap:12px!important;
  opacity:0!important;
  transform:translate3d(80px,0,0) scale(.975)!important;
  filter:blur(10px)!important;
  pointer-events:none!important;
  visibility:hidden!important;
  will-change:opacity,transform,filter!important;
  transition:none!important;
  animation:none!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  pointer-events:auto!important;
  visibility:visible!important;
  z-index:2!important;
}
#reviews .tt-review-card.is-active.is-entering{
  animation:ttReviewSlideInV68 .85s cubic-bezier(.16,.84,.25,1) both!important;
}
#reviews .tt-review-card.is-leaving{
  visibility:visible!important;
  z-index:1!important;
  animation:ttReviewSlideOutV68 .72s cubic-bezier(.42,0,.18,1) both!important;
}
#reviews .tt-review-stars,
#reviews .tt-review-card blockquote,
#reviews .tt-review-card figcaption{
  text-align:right!important;
}
#reviews .tt-review-card blockquote{
  max-width:44ch!important;
  margin-left:auto!important;
  margin-right:0!important;
}
#reviews .tt-review-card figcaption{
  justify-self:end!important;
}
@keyframes ttReviewSlideInV68{
  0%{opacity:0;transform:translate3d(90px,0,0) scale(.965);filter:blur(12px)}
  42%{opacity:1;filter:blur(2px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes ttReviewSlideOutV68{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(-78px,0,0) scale(.975);filter:blur(10px)}
}
@media (max-width:1250px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    width:min(820px,100%)!important;
    gap:34px!important;
  }
  #reviews .tt-review-video-wrap{order:1!important;width:100%!important;margin:0 auto!important;}
  #reviews .tt-review-copy{order:2!important;text-align:center!important;}
  #reviews .tt-review-dots,
  #reviews .tt-review-slider,
  #reviews .tt-review-actions{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #reviews .tt-review-dots{justify-content:center!important;width:100%!important;}
  #reviews .tt-review-slider{width:100%!important;max-width:760px!important;min-height:clamp(235px,30vw,320px)!important;}
  #reviews .tt-review-card{justify-items:center!important;}
  #reviews .tt-review-stars,
  #reviews .tt-review-card blockquote,
  #reviews .tt-review-card figcaption{text-align:center!important;}
  #reviews .tt-review-card blockquote{margin-inline:auto!important;max-width:48ch!important;}
  #reviews .tt-review-card figcaption{justify-self:center!important;}
  #reviews .tt-review-actions{justify-self:center!important;width:min(620px,100%)!important;}
}
@media (max-width:680px){
  #reviews .tt-review-banner{gap:26px!important;}
  #reviews .tt-review-copy{gap:18px!important;}
  #reviews .tt-review-slider{
    min-height:270px!important;
    padding:18px 0!important;
  }
  #reviews .tt-review-card{inset:18px 0!important;gap:9px!important;}
  #reviews .tt-review-actions{
    grid-template-columns:1fr 1.18fr!important;
    gap:10px!important;
    width:min(370px,100%)!important;
  }
  #reviews .tt-review-actions .outline-cta,
  #reviews .tt-review-actions .outline-cta:last-child{
    padding-inline:8px!important;
    font-size:10px!important;
    letter-spacing:.055em!important;
  }
  #reviews .tt-review-card.is-active.is-entering{animation:ttReviewSlideInMobileV68 .74s cubic-bezier(.16,.84,.25,1) both!important;}
  #reviews .tt-review-card.is-leaving{animation:ttReviewSlideOutMobileV68 .62s cubic-bezier(.42,0,.18,1) both!important;}
}
@keyframes ttReviewSlideInMobileV68{
  0%{opacity:0;transform:translate3d(0,26px,0) scale(.975);filter:blur(8px)}
  48%{opacity:1;filter:blur(1.5px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes ttReviewSlideOutMobileV68{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(0,-24px,0) scale(.975);filter:blur(8px)}
}

/* v69 — restore review width and keep the carousel motion stable */
#reviews .tt-review-banner{
  display:grid!important;
  grid-template-columns:minmax(600px,1.05fr) minmax(430px,590px)!important;
  gap:clamp(64px,6.4vw,118px)!important;
  align-items:center!important;
  max-width:1380px!important;
  margin-inline:auto!important;
}
#reviews .tt-review-copy{
  width:100%!important;
  max-width:820px!important;
  min-width:0!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-rows:auto auto auto!important;
  gap:clamp(22px,2vw,32px)!important;
  text-align:right!important;
}
#reviews .tt-review-dots{
  grid-row:1!important;
  width:100%!important;
  max-width:820px!important;
  margin:0!important;
  justify-self:stretch!important;
  justify-content:flex-end!important;
}
#reviews .tt-review-slider{
  grid-row:2!important;
  position:relative!important;
  width:100%!important;
  max-width:820px!important;
  min-height:clamp(260px,20vw,335px)!important;
  margin:0!important;
  overflow:visible!important;
  display:block!important;
  border-top:1px solid rgba(0,245,247,.26)!important;
  border-bottom:1px solid rgba(0,245,247,.20)!important;
  padding:clamp(24px,2vw,31px) 0!important;
}
#reviews .tt-review-actions{
  grid-row:3!important;
  width:min(650px,100%)!important;
  max-width:650px!important;
  margin:0 0 0 auto!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(260px,1.16fr)!important;
  gap:18px!important;
}
#reviews .tt-review-actions .outline-cta,
#reviews .tt-review-actions .outline-cta:last-child{
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  padding-left:20px!important;
  padding-right:20px!important;
  white-space:nowrap!important;
}
#reviews .tt-review-card{
  position:absolute!important;
  inset:clamp(24px,2vw,31px) 0!important;
  margin:0!important;
  align-content:center!important;
  justify-items:end!important;
  gap:12px!important;
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  transform:translate3d(84px,0,0) scale(.975)!important;
  filter:blur(10px)!important;
  pointer-events:none!important;
  transition:none!important;
  animation:none!important;
  will-change:opacity,transform,filter!important;
}
#reviews .tt-review-card.is-active,
#reviews .tt-review-card.is-leaving,
#reviews .tt-review-card.is-entering{
  display:grid!important;
  visibility:visible!important;
}
#reviews .tt-review-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  pointer-events:auto!important;
  z-index:3!important;
}
#reviews .tt-review-stars,
#reviews .tt-review-card blockquote,
#reviews .tt-review-card figcaption{
  text-align:right!important;
}
#reviews .tt-review-card blockquote{
  max-width:48ch!important;
  margin-left:auto!important;
  margin-right:0!important;
}
#reviews .tt-review-card figcaption{
  justify-self:end!important;
}
#reviews .tt-review-video-wrap{
  width:100%!important;
  justify-self:stretch!important;
}

@media (max-width:1250px){
  #reviews .tt-review-banner{
    grid-template-columns:1fr!important;
    width:min(860px,100%)!important;
    max-width:860px!important;
    gap:36px!important;
  }
  #reviews .tt-review-video-wrap{
    order:1!important;
    width:100%!important;
    max-width:860px!important;
    margin-inline:auto!important;
  }
  #reviews .tt-review-copy{
    order:2!important;
    width:100%!important;
    max-width:820px!important;
    justify-self:center!important;
    text-align:center!important;
  }
  #reviews .tt-review-dots,
  #reviews .tt-review-slider,
  #reviews .tt-review-actions{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #reviews .tt-review-dots{
    justify-content:center!important;
    width:100%!important;
  }
  #reviews .tt-review-slider{
    width:100%!important;
    max-width:820px!important;
    min-height:clamp(245px,30vw,330px)!important;
  }
  #reviews .tt-review-card{
    justify-items:center!important;
    transform:translate3d(0,34px,0) scale(.975)!important;
  }
  #reviews .tt-review-stars,
  #reviews .tt-review-card blockquote,
  #reviews .tt-review-card figcaption{
    text-align:center!important;
  }
  #reviews .tt-review-card blockquote{
    max-width:52ch!important;
    margin-inline:auto!important;
  }
  #reviews .tt-review-card figcaption{
    justify-self:center!important;
  }
  #reviews .tt-review-actions{
    justify-self:center!important;
    width:min(650px,100%)!important;
  }
}

@media (max-width:680px){
  #reviews .tt-review-banner{gap:28px!important;}
  #reviews .tt-review-copy{gap:18px!important;}
  #reviews .tt-review-slider{
    min-height:285px!important;
    padding:18px 0!important;
  }
  #reviews .tt-review-card{
    inset:18px 0!important;
    gap:9px!important;
  }
  #reviews .tt-review-actions{
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    max-width:420px!important;
    gap:10px!important;
  }
  #reviews .tt-review-actions .outline-cta,
  #reviews .tt-review-actions .outline-cta:last-child{
    padding-left:9px!important;
    padding-right:9px!important;
    font-size:10.5px!important;
    letter-spacing:.055em!important;
  }
}

@media (max-width:390px){
  #reviews .tt-review-actions{
    grid-template-columns:1fr!important;
    max-width:260px!important;
  }
}

/* v70 — clean reviews rebuild: no old carousel classes, stable width, responsive stack, real animation */
#reviews.reviews-v70{
  position:relative!important;
  padding:clamp(44px,4.8vw,66px) clamp(18px,4vw,64px)!important;
  overflow:hidden!important;
}
#reviews.reviews-v70::before,
#reviews.reviews-v70::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:1px!important;
  transform:none!important;
  background:linear-gradient(90deg,transparent 0%,rgba(0,245,247,.50) 18%,rgba(0,245,247,.50) 82%,transparent 100%)!important;
  opacity:1!important;
  margin:0!important;
}
#reviews.reviews-v70::before{top:0!important;}
#reviews.reviews-v70::after{bottom:0!important;}
#reviews.reviews-v70 .reviews-v70-head{
  margin:0 auto clamp(42px,4.4vw,64px)!important;
  padding:0!important;
}
#reviews.reviews-v70 .reviews-v70-wrap{
  width:min(1400px,100%)!important;
  max-width:1400px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(460px,590px) minmax(560px,720px)!important;
  gap:clamp(72px,7vw,128px)!important;
  align-items:center!important;
}
#reviews.reviews-v70 .reviews-v70-video{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/9!important;
  border:2px solid rgba(0,245,247,.64)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 30px rgba(0,245,247,.24)!important;
  background:#030707!important;
}
#reviews.reviews-v70 .reviews-v70-video video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
#reviews.reviews-v70 .reviews-v70-video-label{
  position:absolute!important;
  right:14px!important;
  bottom:14px!important;
  z-index:3!important;
  display:inline-flex!important;
  max-width:calc(100% - 28px)!important;
  padding:8px 12px!important;
  border:1px solid rgba(0,245,247,.32)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,rgba(0,0,0,.66),rgba(0,35,36,.42))!important;
  color:rgba(255,255,255,.86)!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(9px,.72vw,11px)!important;
  line-height:1!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
  box-shadow:0 0 14px rgba(0,245,247,.14)!important;
  backdrop-filter:blur(6px)!important;
  pointer-events:none!important;
}
#reviews.reviews-v70 .reviews-v70-copy{
  width:100%!important;
  max-width:720px!important;
  justify-self:end!important;
  display:grid!important;
  gap:clamp(20px,2.2vw,32px)!important;
  text-align:right!important;
}
#reviews.reviews-v70 .reviews-v70-dots{
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin:0!important;
}
#reviews.reviews-v70 .reviews-v70-dots button{
  appearance:none!important;
  width:30px!important;
  height:5px!important;
  border:0!important;
  border-radius:99px!important;
  padding:0!important;
  cursor:pointer!important;
  background:rgba(255,255,255,.26)!important;
  box-shadow:none!important;
  transition:width .28s ease,background .28s ease,box-shadow .28s ease,opacity .28s ease!important;
}
#reviews.reviews-v70 .reviews-v70-dots button.is-active{
  width:54px!important;
  background:var(--teal)!important;
  box-shadow:0 0 14px rgba(0,245,247,.44)!important;
}
#reviews.reviews-v70 .reviews-v70-slider{
  width:100%!important;
  min-height:clamp(245px,19vw,330px)!important;
  display:grid!important;
  align-items:center!important;
  padding:clamp(24px,2.2vw,34px) 0!important;
  border-top:1px solid rgba(0,245,247,.28)!important;
  border-bottom:1px solid rgba(0,245,247,.22)!important;
  overflow:visible!important;
}
#reviews.reviews-v70 .reviews-v70-card{
  display:none!important;
  margin:0!important;
  max-width:100%!important;
  justify-items:end!important;
  gap:12px!important;
  opacity:0!important;
  transform:translate3d(0,0,0)!important;
  filter:blur(0)!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-active,
#reviews.reviews-v70 .reviews-v70-card.is-leaving,
#reviews.reviews-v70 .reviews-v70-card.is-entering{
  display:grid!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-active{
  opacity:1!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-entering{
  animation:reviewsV70In .72s cubic-bezier(.16,.84,.25,1) both!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-leaving{
  animation:reviewsV70Out .38s cubic-bezier(.42,0,.18,1) both!important;
}
#reviews.reviews-v70 .reviews-v70-stars{
  color:#fff!important;
  font-size:clamp(19px,1.42vw,27px)!important;
  line-height:1!important;
  letter-spacing:.15em!important;
  text-align:right!important;
}
#reviews.reviews-v70 blockquote{
  width:100%!important;
  max-width:58ch!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(19px,1.55vw,28px)!important;
  line-height:1.24!important;
  text-align:right!important;
  text-wrap:balance!important;
}
#reviews.reviews-v70 .reviews-v70-card p{
  margin:0!important;
  color:var(--teal)!important;
  font-family:"Neuropol",sans-serif!important;
  font-size:clamp(11px,.86vw,14px)!important;
  line-height:1!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  text-align:right!important;
}
#reviews.reviews-v70 .reviews-v70-actions{
  width:min(650px,100%)!important;
  justify-self:end!important;
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(260px,1.16fr)!important;
  gap:18px!important;
  margin:0!important;
}
#reviews.reviews-v70 .reviews-v70-actions .outline-cta{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  white-space:nowrap!important;
  min-height:54px!important;
  padding:14px 20px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

@keyframes reviewsV70In{
  0%{opacity:0;transform:translate3d(46px,0,0) scale(.985);filter:blur(10px)}
  55%{opacity:1;filter:blur(2px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes reviewsV70Out{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(-34px,0,0) scale(.99);filter:blur(8px)}
}

@media (max-width:1180px){
  #reviews.reviews-v70 .reviews-v70-wrap{
    width:min(860px,100%)!important;
    grid-template-columns:1fr!important;
    gap:clamp(34px,5vw,52px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-video{
    order:1!important;
    width:100%!important;
    max-width:860px!important;
    margin-inline:auto!important;
  }
  #reviews.reviews-v70 .reviews-v70-copy{
    order:2!important;
    max-width:760px!important;
    justify-self:center!important;
    text-align:center!important;
  }
  #reviews.reviews-v70 .reviews-v70-dots{
    justify-content:center!important;
  }
  #reviews.reviews-v70 .reviews-v70-slider{
    min-height:clamp(245px,32vw,340px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-card{
    justify-items:center!important;
  }
  #reviews.reviews-v70 .reviews-v70-stars,
  #reviews.reviews-v70 blockquote,
  #reviews.reviews-v70 .reviews-v70-card p{
    text-align:center!important;
  }
  #reviews.reviews-v70 blockquote{
    margin-inline:auto!important;
    max-width:54ch!important;
  }
  #reviews.reviews-v70 .reviews-v70-actions{
    justify-self:center!important;
  }
  @keyframes reviewsV70In{
    0%{opacity:0;transform:translate3d(0,30px,0) scale(.985);filter:blur(9px)}
    55%{opacity:1;filter:blur(2px)}
    100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  }
  @keyframes reviewsV70Out{
    0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
    100%{opacity:0;transform:translate3d(0,-24px,0) scale(.99);filter:blur(8px)}
  }
}
@media (max-width:680px){
  #reviews.reviews-v70{
    padding:34px 14px!important;
  }
  #reviews.reviews-v70 .reviews-v70-head{
    margin-bottom:28px!important;
  }
  #reviews.reviews-v70 .reviews-v70-wrap{
    gap:28px!important;
  }
  #reviews.reviews-v70 .reviews-v70-copy{
    gap:18px!important;
  }
  #reviews.reviews-v70 .reviews-v70-slider{
    min-height:310px!important;
    padding:20px 0!important;
  }
  #reviews.reviews-v70 blockquote{
    font-size:clamp(15px,4.25vw,19px)!important;
    line-height:1.22!important;
    max-width:100%!important;
  }
  #reviews.reviews-v70 .reviews-v70-stars{
    font-size:17px!important;
  }
  #reviews.reviews-v70 .reviews-v70-actions{
    width:100%!important;
    max-width:420px!important;
    grid-template-columns:1fr 1.08fr!important;
    gap:10px!important;
  }
  #reviews.reviews-v70 .reviews-v70-actions .outline-cta{
    min-height:46px!important;
    padding:10px 8px!important;
    font-size:10.5px!important;
    letter-spacing:.055em!important;
  }
  #reviews.reviews-v70 .reviews-v70-video-label{
    right:10px!important;
    bottom:10px!important;
    padding:7px 10px!important;
    font-size:8.5px!important;
    letter-spacing:.08em!important;
  }
}
@media (max-width:390px){
  #reviews.reviews-v70 .reviews-v70-actions{
    grid-template-columns:1fr!important;
    max-width:270px!important;
  }
}

/* v71 — reviews: video right on desktop, real visible carousel animation, package box matches tab width */
#packages .package-shell{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin:0 auto!important;
  display:block!important;
}
#packages .package-quick-guide,
#packages .package-tabs,
#packages .package-stage{
  width:100%!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
#packages .package-stage{
  margin-top:0!important;
}

@media (min-width:1181px){
  #reviews.reviews-v70 .reviews-v70-wrap{
    grid-template-columns:minmax(560px,720px) minmax(460px,590px)!important;
    gap:clamp(72px,7vw,128px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-copy{
    grid-column:1!important;
    grid-row:1!important;
  }
  #reviews.reviews-v70 .reviews-v70-video{
    grid-column:2!important;
    grid-row:1!important;
  }
}

#reviews.reviews-v70 .reviews-v70-slider{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
#reviews.reviews-v70 .reviews-v70-card{
  display:grid!important;
  position:absolute!important;
  inset:clamp(24px,2.2vw,34px) 0!important;
  align-content:center!important;
  justify-items:end!important;
  gap:12px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate3d(42px,0,0) scale(.985)!important;
  filter:blur(10px)!important;
  z-index:0!important;
  will-change:opacity,transform,filter!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-active,
#reviews.reviews-v70 .reviews-v70-card.is-entering,
#reviews.reviews-v70 .reviews-v70-card.is-leaving{
  display:grid!important;
  visibility:visible!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-active{
  opacity:1!important;
  transform:translate3d(0,0,0) scale(1)!important;
  filter:blur(0)!important;
  z-index:2!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-entering{
  animation:reviewsV71In .82s cubic-bezier(.16,.84,.25,1) both!important;
  z-index:3!important;
}
#reviews.reviews-v70 .reviews-v70-card.is-leaving{
  animation:reviewsV71Out .68s cubic-bezier(.42,0,.18,1) both!important;
  z-index:1!important;
}
@keyframes reviewsV71In{
  0%{opacity:0;transform:translate3d(54px,0,0) scale(.985);filter:blur(12px)}
  58%{opacity:1;filter:blur(2px)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
}
@keyframes reviewsV71Out{
  0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  100%{opacity:0;transform:translate3d(-46px,0,0) scale(.99);filter:blur(10px)}
}

@media (max-width:1180px){
  #reviews.reviews-v70 .reviews-v70-card{
    justify-items:center!important;
    transform:translate3d(0,30px,0) scale(.985)!important;
  }
  @keyframes reviewsV71In{
    0%{opacity:0;transform:translate3d(0,34px,0) scale(.985);filter:blur(11px)}
    58%{opacity:1;filter:blur(2px)}
    100%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
  }
  @keyframes reviewsV71Out{
    0%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
    100%{opacity:0;transform:translate3d(0,-28px,0) scale(.99);filter:blur(9px)}
  }
}

@media (max-width:900px){
  #packages .package-shell,
  #packages .package-quick-guide,
  #packages .package-tabs,
  #packages .package-stage{
    max-width:100%!important;
  }
}

/* v72 — simple review slide + restore time blurb width */
#reviews.reviews-v70 .reviews-v70-slider{
  position:relative!important;
  overflow:hidden!important;
  display:block!important;
  width:100%!important;
  min-height:clamp(245px,19vw,330px)!important;
  padding:clamp(24px,2.2vw,34px) 0!important;
  border-top:1px solid rgba(0,245,247,.28)!important;
  border-bottom:1px solid rgba(0,245,247,.22)!important;
}
#reviews.reviews-v70 .reviews-v70-track{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  transition:transform .62s cubic-bezier(.2,.85,.25,1)!important;
  will-change:transform!important;
}
#reviews.reviews-v70 .reviews-v70-card,
#reviews.reviews-v70 .reviews-v70-card.is-active,
#reviews.reviews-v70 .reviews-v70-card.is-entering,
#reviews.reviews-v70 .reviews-v70-card.is-leaving{
  position:relative!important;
  inset:auto!important;
  flex:0 0 100%!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  animation:none!important;
  transition:none!important;
  pointer-events:auto!important;
  z-index:1!important;
  align-content:center!important;
  justify-items:end!important;
  gap:12px!important;
  padding:0!important;
  margin:0!important;
}
#reviews.reviews-v70 .reviews-v70-card[aria-hidden="true"]{
  pointer-events:none!important;
}
#reviews.reviews-v70 .reviews-v70-stars,
#reviews.reviews-v70 blockquote,
#reviews.reviews-v70 .reviews-v70-card p{
  text-align:right!important;
}
#reviews.reviews-v70 blockquote{
  margin-left:auto!important;
  margin-right:0!important;
  max-width:58ch!important;
}

#packages .package-shell{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#packages .package-tabs,
#packages .package-stage{
  width:100%!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
#packages .package-quick-guide{
  width:min(900px,100%)!important;
  max-width:900px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media (max-width:1180px){
  #reviews.reviews-v70 .reviews-v70-slider{
    min-height:clamp(245px,32vw,340px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-card,
  #reviews.reviews-v70 .reviews-v70-card.is-active,
  #reviews.reviews-v70 .reviews-v70-card.is-entering,
  #reviews.reviews-v70 .reviews-v70-card.is-leaving{
    justify-items:center!important;
  }
  #reviews.reviews-v70 .reviews-v70-stars,
  #reviews.reviews-v70 blockquote,
  #reviews.reviews-v70 .reviews-v70-card p{
    text-align:center!important;
  }
  #reviews.reviews-v70 blockquote{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:54ch!important;
  }
}
@media (max-width:680px){
  #reviews.reviews-v70 .reviews-v70-slider{
    min-height:310px!important;
    padding:20px 0!important;
  }
}

/* v73 — narrower time blurb + slightly larger reviews video */
#packages .package-quick-guide{
  width:min(760px,100%)!important;
  max-width:760px!important;
}

@media (min-width:1181px){
  #reviews.reviews-v70 .reviews-v70-wrap{
    width:min(1440px,100%)!important;
    max-width:1440px!important;
    grid-template-columns:minmax(540px,700px) minmax(540px,680px)!important;
    gap:clamp(60px,5.5vw,104px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-video{
    width:100%!important;
    max-width:680px!important;
    justify-self:end!important;
  }
}

@media (max-width:1180px){
  #reviews.reviews-v70 .reviews-v70-video{
    max-width:920px!important;
  }
}

@media (max-width:900px){
  #packages .package-quick-guide{
    width:min(680px,100%)!important;
    max-width:680px!important;
  }
}

/* v74 — tighter time blurb + larger reviews video */
#packages .package-quick-guide{
  width:min(620px,100%)!important;
  max-width:620px!important;
}

@media (min-width:1181px){
  #reviews.reviews-v70 .reviews-v70-wrap{
    width:min(1500px,100%)!important;
    max-width:1500px!important;
    grid-template-columns:minmax(500px,650px) minmax(640px,780px)!important;
    gap:clamp(56px,4.8vw,88px)!important;
  }
  #reviews.reviews-v70 .reviews-v70-video{
    width:100%!important;
    max-width:780px!important;
    justify-self:end!important;
  }
}

@media (max-width:1180px){
  #reviews.reviews-v70 .reviews-v70-video{
    width:min(980px,100%)!important;
    max-width:980px!important;
  }
}

@media (max-width:900px){
  #packages .package-quick-guide{
    width:min(540px,100%)!important;
    max-width:540px!important;
  }
}

@media (max-width:680px){
  #packages .package-quick-guide{
    width:min(430px,100%)!important;
    max-width:430px!important;
  }
}

/* v75 — hard-center mobile footer buttons */
@media (max-width: 680px){
  body .site-footer{
    width:100%!important;
    max-width:100vw!important;
    box-sizing:border-box!important;
    padding-left:20px!important;
    padding-right:20px!important;
    margin-left:0!important;
    margin-right:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    justify-items:center!important;
    text-align:center!important;
    overflow:hidden!important;
  }
  body .site-footer > *{
    transform:none!important;
    left:auto!important;
    right:auto!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-self:center!important;
    align-self:center!important;
    box-sizing:border-box!important;
  }
  body .site-footer .footer-links,
  body .site-footer .social-links,
  body .site-footer .footer-phone{
    width:min(320px, calc(100vw - 40px))!important;
    max-width:min(320px, calc(100vw - 40px))!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    justify-items:center!important;
    align-content:center!important;
    align-items:center!important;
  }
  body .site-footer .footer-links a,
  body .site-footer .social-links a,
  body .site-footer .footer-phone a{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:grid!important;
    place-items:center!important;
    text-align:center!important;
    white-space:normal!important;
  }
  body .site-footer .footer-links a.book-accent{
    order:-10!important;
  }
}

/* v76 — mobile footer should visually end the page */
@media (max-width:680px){
  html,
  body{
    margin:0!important;
    padding:0!important;
    background:#000!important;
    overflow-x:hidden!important;
  }

  body{
    min-height:100svh!important;
  }

  main{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  body .site-footer{
    position:relative!important;
    margin:0!important;
    padding-top:22px!important;
    padding-bottom:calc(22px + env(safe-area-inset-bottom, 0px))!important;
    background:#000!important;
    overflow:visible!important;
  }

  body .site-footer::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:100%!important;
    height:160px!important;
    background:#000!important;
    pointer-events:none!important;
  }

  body .site-footer .footer-phone{
    margin-bottom:0!important;
  }
}

/* v77 — remove artificial mobile space after footer */
@media (max-width:680px){
  html,
  body{
    height:auto!important;
    min-height:100%!important;
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
    background:#000!important;
  }

  body{
    display:block!important;
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  main{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }

  body .site-footer{
    margin-bottom:0!important;
    padding-bottom:max(20px, env(safe-area-inset-bottom, 0px))!important;
    overflow:hidden!important;
  }

  body .site-footer::after,
  body .site-footer::before{
    content:none!important;
    display:none!important;
    height:0!important;
  }

  body .site-footer > :last-child,
  body .site-footer .footer-phone{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
}

/* FINAL 2026-06-06 — uniform package time blurb width */
#packages .package-quick-guide{
  width:min(720px,100%)!important;
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
#packages .lesson-choice-note{
  width:100%!important;
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
#packages .lesson-choice-note p,
#packages .lesson-choice-note .groups-line,
#packages .groups-line{
  width:100%!important;
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  white-space:normal!important;
}
#packages .lesson-choice-divider{
  width:100%!important;
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media (max-width:900px){
  #packages .package-quick-guide,
  #packages .lesson-choice-note,
  #packages .lesson-choice-note p,
  #packages .lesson-choice-note .groups-line,
  #packages .groups-line,
  #packages .lesson-choice-divider{
    width:min(640px,100%)!important;
    max-width:640px!important;
  }
}
@media (max-width:680px){
  #packages .package-quick-guide,
  #packages .lesson-choice-note,
  #packages .lesson-choice-note p,
  #packages .lesson-choice-note .groups-line,
  #packages .groups-line,
  #packages .lesson-choice-divider{
    width:100%!important;
    max-width:100%!important;
  }
}

/* 2026-06-06 TRUE MOBILE FOOTER + PACKAGE TIME GUIDE PATCH
   Fixes the actual scrollable overflow after the footer and makes the time guide wider/even. */
html,
body{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow-x:clip!important;
  background:#000!important;
  overscroll-behavior-x:none!important;
}

body{
  min-height:100dvh!important;
  display:flex!important;
  flex-direction:column!important;
}

main{
  flex:1 0 auto!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}

.site-footer{
  flex:0 0 auto!important;
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  background:#000!important;
}

/* Kill any old footer extension patches that created fake space below the site. */
.site-footer::before,
.site-footer::after,
body::before,
body::after,
html::before,
html::after{
  max-height:0!important;
}

@media (max-width:680px){
  html,
  body{
    height:auto!important;
    min-height:100%!important;
    overflow-x:clip!important;
    overscroll-behavior-y:none!important;
  }

  body{
    display:flex!important;
    flex-direction:column!important;
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  main{
    flex:1 0 auto!important;
    padding-bottom:0!important;
    margin-bottom:0!important;
  }

  .site-footer{
    flex:0 0 auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100vw!important;
    margin:0!important;
    padding:18px 18px max(18px, env(safe-area-inset-bottom, 0px))!important;
    gap:12px!important;
    overflow:hidden!important;
    contain:layout paint!important;
  }

  .site-footer::before,
  .site-footer::after,
  body::before,
  body::after,
  html::before,
  html::after{
    content:none!important;
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap{
    width:min(340px,92vw)!important;
    max-width:92vw!important;
    margin:0 auto -12px!important;
    overflow:hidden!important;
    contain:paint!important;
  }

  .site-footer .footer-logo.lottie-logo-wrap .lottie-logo-player,
  .site-footer .footer-logo.lottie-logo-wrap .logo-fallback,
  .site-footer .footer-logo.lottie-logo-wrap svg,
  .site-footer .footer-logo.lottie-logo-wrap canvas{
    overflow:hidden!important;
  }

  .site-footer > :last-child,
  .site-footer .footer-phone,
  .site-footer .footer-phone a{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
}

/* Wider, equal package time blurb sections */
#packages .package-quick-guide{
  width:min(980px,100%)!important;
  max-width:980px!important;
  margin:0 auto 30px!important;
  box-sizing:border-box!important;
}

#packages .lesson-choice-note{
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  gap:12px!important;
  box-sizing:border-box!important;
}

#packages .lesson-choice-note p,
#packages .lesson-choice-note .groups-line,
#packages .groups-line{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
  text-align:left!important;
}

#packages .lesson-choice-divider{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  justify-self:stretch!important;
}

@media (min-width:901px){
  #packages .package-shell,
  #packages .package-quick-guide,
  #packages .package-tabs,
  #packages .package-stage{
    width:min(1120px,100%)!important;
    max-width:1120px!important;
  }

  #packages .lesson-choice-note{
    padding:0 8px!important;
  }
}

@media (max-width:900px){
  #packages .package-quick-guide{
    width:100%!important;
    max-width:100%!important;
  }
}


/* Time blurb equal width for desktop */
.time-blurbs-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.time-blurb {
    flex: 1 1 32%; /* three equal columns */
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .time-blurb {
        flex: 1 1 100%; /* stack on smaller screens */
    }
}
