:root{--milk:#fff3f7;
  --cream:#f5d5df;
  --pink:#ea2e78;
  --pink-2:#ff6ea8;
  --berry:#54152e;
  --graphite:#24151a;
  --muted:#72535d;
  --white:#fff;
  --line:rgba(84,21,46,.16);
  --shadow:0 28px 85px rgba(84,21,46,.18);
  --radius:34px;}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at top left, rgba(255,186,213,.42), transparent 28%), radial-gradient(circle at 88% 10%, rgba(234,46,120,.14), transparent 24%), linear-gradient(180deg,#fff3f7 0%,#fff9fb 44%,#fdeef4 100%);color:var(--graphite);overflow-x:hidden;isolation:isolate}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.page-glow,.bg-rings,.sound-wave{pointer-events:none}
.page-glow{position:fixed;z-index:0;border-radius:50%;filter:blur(34px);opacity:.42;animation:glowDrift 18s ease-in-out infinite}
.page-glow-one{width:560px;height:560px;background:#e8d1bf;left:-180px;top:90px}
.page-glow-two{width:660px;height:660px;background:#7a4a50;right:-300px;top:46vh;opacity:.18;animation-duration:22s}
.bg-rings{position:fixed;z-index:0;border-radius:50%;border:1px solid rgba(64,38,44,.22);opacity:.58}
.bg-rings:before,.bg-rings:after{content:"";position:absolute;inset:14%;border-radius:50%;border:1px solid rgba(64,38,44,.18)}
.bg-rings:after{inset:29%;border-color:rgba(64,38,44,.12)}
.bg-rings-left{width:300px;height:300px;left:-120px;bottom:14vh;animation:orbitLeft 18s linear infinite}
.bg-rings-right{width:420px;height:420px;right:-170px;top:11vh;opacity:.34;animation:orbitRight 24s linear infinite}
.sound-wave{position:fixed;inset:auto -5vw 8vh auto;width:48vw;height:48vw;z-index:0;opacity:.06;border-radius:50%;background:repeating-radial-gradient(circle at center, transparent 0 34px, var(--pink) 35px 42px, transparent 43px 68px);animation:floatWave 12s ease-in-out infinite}
@keyframes floatWave{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-22px) rotate(8deg)}}
@keyframes glowDrift{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(20px,-18px,0) scale(1.06)}}
@keyframes orbitLeft{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.08)}100%{transform:rotate(360deg) scale(1)}}
@keyframes orbitRight{0%{transform:rotate(0deg) translateY(0)}50%{transform:rotate(-180deg) translateY(16px)}100%{transform:rotate(-360deg) translateY(0)}}
main,.footer{position:relative;z-index:1}
.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:28px;justify-content:space-between;padding:14px clamp(18px,4vw,58px);background:rgba(247,238,228,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(64,38,44,.10)}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.02em}
.brand-logo{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(64,38,44,.15))}
.brand-text{font-size:20px;white-space:nowrap}
.nav{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:15px}
.nav a:hover{color:var(--pink)}
.top-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}
.top-telegram{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;overflow:hidden;box-shadow:0 12px 28px rgba(43,37,39,.12);transition:transform .28s ease, box-shadow .28s ease}
.top-telegram img{display:block;width:100%;height:100%;object-fit:cover}
.top-telegram::after{content:"";position:absolute;inset:-2px;border-radius:50%;border:1px solid rgba(0,136,204,.28);opacity:0;transform:scale(.82);transition:opacity .28s ease, transform .28s ease}
.top-telegram:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 16px 34px rgba(0,136,204,.22)}
.top-telegram:hover::after{opacity:1;transform:scale(1.08)}
.top-phone{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--berry)}
.top-phone-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(64,38,44,.08);color:var(--berry);flex-shrink:0}
.top-phone-icon svg{width:17px;height:17px;display:block}
.burger{display:none;background:transparent;border:0;width:42px;height:42px;position:relative}
.burger span{position:absolute;left:8px;width:26px;height:2px;background:var(--berry);transition:.25s}
.burger span:first-child{top:15px}
.burger span:last-child{top:25px}
.burger.active span:first-child{transform:rotate(45deg);top:20px}
.burger.active span:last-child{transform:rotate(-45deg);top:20px}
.mobile-menu{display:none}
.section{padding:clamp(64px,9vw,118px) clamp(18px,5vw,70px)}
.hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);gap:clamp(34px,5vw,80px);align-items:center;padding-top:54px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8f3348;font-weight:900;margin-bottom:18px}
.eyebrow:before{content:"";width:36px;height:1px;background:currentColor;opacity:.58}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,6.2vw,88px);line-height:.94;letter-spacing:-.075em;margin-bottom:26px;max-width:980px}
h2{font-size:clamp(34px,4.6vw,64px);line-height:1;letter-spacing:-.058em;margin-bottom:22px}
h3{font-size:23px;line-height:1.08;letter-spacing:-.035em;margin-bottom:14px}
.hero-text,.section-head p,.content-panel p,.lead-copy p{font-size:clamp(17px,1.5vw,22px);line-height:1.55;color:var(--muted)}
.hero-text{max-width:790px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;border-radius:999px;padding:0 28px;font-weight:900;border:1px solid transparent;transition:.25s;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,#8f3348 0%,#5b3038 48%,#33252a 100%);color:#fff;box-shadow:0 18px 42px rgba(64,38,44,.22)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(64,38,44,.28)}
.btn-soft{background:rgba(255,250,244,.78);border-color:var(--line);color:var(--berry)}
.hero-visual{position:relative;overflow:visible}
.hero-visual:before{content:"";position:absolute;inset:7% -5% -5% 12%;border-radius:42px;background:linear-gradient(135deg,rgba(143,51,72,.18),rgba(232,209,190,.28));transform:rotate(5deg);z-index:-1;animation:visualTilt 9s ease-in-out infinite}
.hero-visual img,.image-panel img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1.05/1;object-fit:cover;width:100%}
.hero-visual img{object-position:center;transform-origin:center;animation:heroFloat 8s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes cardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes ringPulse{0%,100%{transform:scale(1);opacity:.72}50%{transform:scale(1.08);opacity:1}}
@keyframes sparkle{0%,100%{transform:translateY(0) scale(1);opacity:.55}50%{transform:translateY(-14px) scale(1.22);opacity:1}}
@keyframes visualTilt{0%,100%{transform:rotate(5deg) scale(1)}50%{transform:rotate(7deg) scale(1.02)}}
.section-head{max-width:900px;margin:0 auto 38px;text-align:center}

@media(min-width:1121px){
  #about .section-head{max-width:1180px;}
  #about .about-title-line{display:block;white-space:nowrap;}
}
.cards{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.info-card,.result-card,.price-card{position:relative;isolation:isolate;background:rgba(255,250,244,.82);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 14px 45px rgba(91,17,54,.08);transition:.28s;overflow:hidden}
.info-card:before,.result-card:before,.price-card:before{content:"";position:absolute;width:180px;height:180px;right:-80px;top:-92px;border-radius:50%;background:radial-gradient(circle, rgba(143,51,72,.10), rgba(232,0,127,0));z-index:-1;transition:transform .4s ease, opacity .4s ease}
.info-card:hover,.result-card:hover,.price-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.info-card:hover:before,.result-card:hover:before,.price-card:hover:before{transform:scale(1.15);opacity:1}
.info-card p,.result-card p,.price-card p{color:var(--muted);line-height:1.55}
.split-section,.lead{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,72px);align-items:center}
.content-panel{padding:10px}
.steps{display:grid;gap:16px;margin-top:28px}
.steps div{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.56)}
.steps span,.result-card span{font-weight:900;color:#8f3348;font-size:14px;letter-spacing:.08em}
.steps p{margin:0;font-size:16px;color:var(--muted);line-height:1.5}
.steps b{color:var(--graphite)}
.karaoke{position:relative;min-height:720px;display:flex;align-items:center}
.result-card{min-height:235px}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{position:relative;padding:34px}
.price-card.featured{background:linear-gradient(145deg,#fffaf5,#ead7c5);border-color:rgba(64,38,44,.28)}
.price-card.featured:after{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg, rgba(64,38,44,.40), rgba(255,255,255,.2), rgba(123,20,63,.48));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.72;animation:featuredGlow 6s linear infinite}
@keyframes featuredGlow{0%{filter:hue-rotate(0deg)}100%{filter:hue-rotate(28deg)}}
.price-card strong{display:block;margin:18px 0 6px;font-size:24px;color:var(--berry)}
.price-card a{display:inline-flex;margin-top:12px;color:#8f3348;font-weight:900}
.hidden-benefit{position:relative;overflow:hidden}
.hidden-benefit:before{content:"";position:absolute;left:50%;top:54%;width:720px;height:720px;transform:translate(-50%,-50%);border-radius:50%;background:repeating-radial-gradient(circle, rgba(64,38,44,.055) 0 2px, transparent 3px 58px);z-index:0;pointer-events:none}
.hidden-benefit .section-head,.hidden-benefit .cards{position:relative;z-index:1}
.hidden-benefit .info-card{min-height:210px}
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:start}
.review-shot{position:relative;border:0;background:#fffaf5;border-radius:28px;padding:10px;box-shadow:var(--shadow);cursor:pointer;transition:.25s;overflow:hidden}
.review-shot:after{content:"";position:absolute;inset:0;transform:translateX(-120%) skewX(-18deg);background:linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);transition:transform .75s ease}
.review-shot:hover{transform:translateY(-6px)}
.review-shot:hover:after{transform:translateX(140%) skewX(-18deg)}
.review-shot img{width:100%;height:480px;object-fit:cover;object-position:top;border-radius:20px}
.review-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;background:rgba(25,17,23,.82);padding:22px;opacity:0;pointer-events:none;transition:.25s}
.review-modal.open{opacity:1;pointer-events:auto}
.review-modal img{max-height:92vh;max-width:min(92vw,760px);border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.35)}
.modal-close{position:absolute;right:24px;top:18px;width:48px;height:48px;border:0;border-radius:50%;background:#fffaf5;color:#40262c;font-size:34px;line-height:1;cursor:pointer}
.lead{background:linear-gradient(145deg,rgba(143,51,72,.09),rgba(255,255,255,.48));margin:0 clamp(18px,5vw,70px) clamp(30px,5vw,70px);border-radius:42px;border:1px solid var(--line)}
.lead-note{margin-top:24px;padding:18px;border-radius:20px;background:rgba(143,51,72,.075);color:#40262c;font-weight:900}
.lead-form{display:grid;gap:14px;background:#fffaf5;border:1px solid var(--line);border-radius:30px;padding:26px;box-shadow:var(--shadow)}
label{display:grid;gap:8px;font-size:14px;font-weight:900;color:var(--berry)}
input,select,textarea{width:100%;border:1px solid rgba(64,38,44,.18);border-radius:18px;background:#fffaf5;padding:16px 16px;font:inherit;color:var(--graphite);outline:none}
textarea{min-height:98px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:#8f3348;box-shadow:0 0 0 4px rgba(143,51,72,.09)}
.agree{display:flex;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;color:var(--muted);font-weight:600;line-height:1.35}
.agree input{width:18px;margin-top:2px}
.agree a{text-decoration:underline;color:var(--pink)}
.footer{display:flex;justify-content:space-between;gap:30px;padding:36px clamp(18px,5vw,70px);background:#2b2222;color:#fff}
.footer p{color:rgba(255,255,255,.66);margin:16px 0 0;max-width:560px}
.footer .brand-logo{filter:drop-shadow(0 10px 24px rgba(64,38,44,.28))}
.footer-contacts{display:grid;gap:10px;text-align:right;color:rgba(255,255,255,.78)}
.footer-contacts a:first-child{color:#fff;font-weight:900}
.sticky-cta{position:fixed;right:22px;bottom:22px;z-index:25;background:linear-gradient(135deg,#8f3348 0%,#5b3038 48%,#33252a 100%);color:#fff;border-radius:999px;padding:16px 22px;font-weight:900;box-shadow:0 18px 50px rgba(64,38,44,.30);display:inline-flex;animation:ctaPulse 2.8s ease-in-out infinite}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.reveal.show{opacity:1;transform:none}
@keyframes ctaPulse{0%,100%{transform:translateY(0);box-shadow:0 18px 50px rgba(64,38,44,.30)}50%{transform:translateY(-3px);box-shadow:0 22px 60px rgba(64,38,44,.34)}}
.privacy-page,.thanks-page{background:var(--milk)}
.privacy-wrap{max-width:900px;margin:0 auto;padding:60px 20px}
.privacy-wrap h1{font-size:clamp(36px,5vw,62px)}
.privacy-wrap h2{font-size:28px;margin-top:32px}
.privacy-wrap p{line-height:1.7;color:var(--muted)}
.thanks-page{min-height:100vh;display:grid;place-items:center;padding:20px}
.thanks-card{text-align:center;max-width:560px;background:#fffaf5;border:1px solid var(--line);border-radius:34px;padding:44px;box-shadow:var(--shadow)}
.thanks-card .brand-logo{margin:0 auto 18px;width:72px;height:72px}
.thanks-card h1{font-size:48px}
.thanks-card p{color:var(--muted);font-size:18px;line-height:1.5}
@media(max-width:1120px){
.nav,.top-phone{display:none}
.top-actions{gap:10px}
.top-telegram{width:42px;height:42px}
.burger{display:block}
.mobile-menu{position:fixed;z-index:29;left:12px;right:12px;top:74px;display:grid;gap:8px;padding:18px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);transform:translateY(-20px);opacity:0;pointer-events:none;transition:.25s}
.mobile-menu.open{transform:none;opacity:1;pointer-events:auto}
.mobile-menu a{padding:12px;font-weight:800}
.hero,.split-section,.lead{grid-template-columns:1fr}
.hero{min-height:auto}
.hero-copy{order:-1}
.hero-visual{order:0}
.price-grid,.grid-3{grid-template-columns:1fr}
.karaoke{min-height:auto;padding-top:80px;padding-bottom:80px}
.footer{display:grid}
.footer-contacts{text-align:left}
.sticky-cta{display:inline-flex}
.review-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
.section{padding:58px 18px}
.hero{padding-top:26px}
.topbar{padding:12px 18px}
.top-actions{gap:8px}
.top-telegram{width:38px;height:38px}
.brand-logo{width:40px;height:40px}
.brand-text{font-size:18px}
h1{font-size:40px}
.hero-text{font-size:17px}
.hero-actions{margin:24px 0 18px}
.hero-actions .btn{width:100%}
.bg-rings{display:none}
.hero-visual img,.image-panel img{border-radius:26px}
.review-grid{grid-template-columns:1fr}
.info-card,.result-card,.price-card{padding:24px}
.steps div{grid-template-columns:1fr}
.lead{margin:0 18px 28px;padding:44px 18px}
.footer{padding-bottom:94px}
.sticky-cta{left:18px;right:18px;justify-content:center}
.privacy-wrap{padding-top:38px}
.thanks-card h1{font-size:38px}
.review-shot img{height:430px}
}
@media (prefers-reduced-motion: reduce){
html{scroll-behavior:auto}
*,*::before,*::after{animation:none !important;transition:none !important}
.reveal{opacity:1;transform:none}
}
.btn-primary{position:relative;overflow:hidden}
.btn-primary:before{content:"";position:absolute;inset:-30% auto -30% -60%;width:45%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);animation:buttonShine 4.2s ease-in-out infinite}
@keyframes buttonShine{0%,55%{left:-60%}100%{left:130%}}
.teachers-section{padding-top:72px}
.teacher-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.teacher-card{display:grid;grid-template-columns:minmax(240px,320px) 1fr;gap:24px;align-items:start;background:rgba(255,250,244,.86);border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:0 14px 45px rgba(48,32,34,.08)}
.teacher-photo-wrap{border-radius:24px;overflow:hidden;background:#efe4d8}
.teacher-photo{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.teacher-body{display:grid;gap:14px}
.teacher-meta h3{margin:0 0 6px;font-size:28px;line-height:1.05;letter-spacing:-.03em}
.teacher-role{margin:0;color:var(--pink);font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:.07em}
.teacher-sample{margin:0;color:var(--muted);line-height:1.6;font-size:17px}
.teacher-video-wrap{border-radius:22px;overflow:hidden;background:#ead9cb;border:1px solid var(--line)}
.teacher-video{display:block;width:100%;max-height:520px;background:#ead9cb}
.teacher-note{margin:0;color:var(--muted);font-size:14px;font-weight:700}
@media(max-width:1120px){
.teacher-grid{grid-template-columns:1fr}
.teacher-card{grid-template-columns:260px 1fr}
}
@media(max-width:700px){
.teacher-card{grid-template-columns:1fr;padding:18px}
.teacher-meta h3{font-size:24px}
.teacher-video{max-height:none}
}
.video-reviews-section{padding-top:72px}
.video-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.video-review-card{background:rgba(255,250,244,.86);border:1px solid var(--line);border-radius:30px;padding:14px;box-shadow:0 14px 45px rgba(48,32,34,.08)}
.video-review-player{border-radius:22px;overflow:hidden;background:#ead9cb;border:1px solid var(--line)}
.video-review-player video{display:block;width:100%;aspect-ratio:9/16;background:#ead9cb}
.video-review-meta{padding:12px 4px 2px}
.video-review-meta h3{margin:0 0 6px;font-size:22px;line-height:1.1;letter-spacing:-.03em}
.video-review-meta p{margin:0;color:var(--muted);font-weight:700;font-size:14px}
.review-grid-extended{grid-template-columns:repeat(4,1fr)}
@media(max-width:1120px){
.video-review-grid{grid-template-columns:repeat(2,1fr)}
.review-grid-extended{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
.video-review-grid{grid-template-columns:1fr}
.review-grid-extended{grid-template-columns:1fr 1fr}
}
.school-photos-section{padding-top:72px}
.school-photo-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:16px}
.school-photo-item{border:0;padding:0;background:transparent;border-radius:26px;overflow:hidden;box-shadow:0 14px 45px rgba(48,32,34,.10);cursor:pointer;min-height:260px}
.school-photo-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease, filter .45s ease}
.school-photo-item:hover img{transform:scale(1.045);filter:saturate(1.05) brightness(1.02)}
.school-photo-large{grid-row:span 2;min-height:540px}
@media(max-width:1120px){
.school-photo-grid{grid-template-columns:1fr 1fr}
.school-photo-large{grid-row:auto;min-height:320px}
.school-photo-item{min-height:260px}
}
@media(max-width:620px){
.school-photo-grid{grid-template-columns:1fr 1fr;gap:10px}
.school-photo-item{min-height:180px;border-radius:18px}
.school-photo-large{grid-column:1/-1;min-height:260px}
}

@media(min-width:1121px){
.school-photo-grid .school-photo-item:last-child{display:none}
}
.review-gallery-actions{display:flex;justify-content:center;margin-top:26px}
.review-gallery-more{border:0;cursor:pointer}
.review-grid-extended .review-shot:nth-child(n+7){display:none}
.modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,250,244,.92);color:var(--text);font-size:38px;line-height:1;cursor:pointer;z-index:3;box-shadow:0 12px 32px rgba(0,0,0,.18)}
.modal-prev{left:28px}
.modal-next{right:28px}
.modal-dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:7px;z-index:3;max-width:76vw;flex-wrap:wrap;justify-content:center}
.modal-dots button,.mobile-carousel-dots button{width:8px;height:8px;border:0;border-radius:50%;background:rgba(255,255,255,.42);padding:0;cursor:pointer}
.modal-dots button.active,.mobile-carousel-dots button.active{background:#fff;transform:scale(1.3)}
.mobile-carousel-dots{display:none}
@media(max-width:700px){
.video-review-grid,.review-grid-extended{display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:14px;
    padding:2px 2px 12px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;}
.video-review-grid::-webkit-scrollbar,.review-grid-extended::-webkit-scrollbar{display:none}
.video-review-card,.review-grid-extended .review-shot{flex:0 0 100%;
    scroll-snap-align:center;}
.review-grid-extended .review-shot:nth-child(n+7){display:block}
.review-gallery-actions{display:none}
.mobile-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:8px}
.mobile-carousel-dots button{background:rgba(64,38,44,.24)}
.mobile-carousel-dots button.active{background:var(--pink)}
.modal-nav{display:none}
.modal-dots{bottom:14px}
}
html,body{max-width:100%;overflow-x:hidden}
*{box-sizing:border-box}
img,video,iframe{max-width:100%}
@media(max-width:700px){
body{width:100%;position:relative}
.topbar,.section,.footer,.mobile-menu,.hero,.hero-copy,.hero-visual,.content-panel,.image-panel,.section-head,.cards,.teacher-grid,.teacher-card,.video-review-grid,.review-grid-extended,.school-photo-grid,.price-grid,.review-grid{max-width:100%;}
.page-glow,.bg-rings,.sound-wave{max-width:100vw;
    overflow:hidden;}
.video-review-grid,.review-grid-extended{width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    overflow-x:auto;
    overflow-y:hidden;}
.video-review-card,.review-grid-extended .review-shot{min-width:0;
    max-width:100%;}
.review-modal img{max-width:92vw;}
.sticky-cta{right:16px;
    max-width:calc(100vw - 32px);}
}
.top-telegram{background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  border-radius:0!important;}
.top-telegram::after{display:none!important}
.top-telegram img{border-radius:50%;
  box-shadow:none!important;
  background:transparent!important;}
.top-telegram:hover{box-shadow:none!important;
  transform:translateY(-2px) scale(1.08);}
.top-phone-icon{width:auto!important;
  height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--berry);}
.top-phone-icon svg{width:19px!important;
  height:19px!important;}
.results-expanded .result-card p{line-height:1.55}
@media(max-width:1120px){
.results-expanded{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
.results-expanded{grid-template-columns:1fr}
}
.footer-inner{display:grid;
  grid-template-columns:1.1fr .8fr;
  gap:24px 40px;
  align-items:start;
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;}
.footer-main p,.footer-privacy-note{margin:6px 0;
  color:rgba(255,255,255,.72);
  line-height:1.55;}
.footer-contacts{display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-start;}
.footer-contacts a{color:#fff;
  text-decoration:none;
  font-weight:700;}
.footer-privacy-note{grid-column:1 / -1;
  max-width:980px;
  font-size:13px;}
.privacy-wrap{width:min(980px,calc(100% - 40px));
  margin:120px auto 80px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(92,38,71,.1);
  border-radius:32px;
  padding:clamp(28px,5vw,64px);
  box-shadow:0 24px 70px rgba(69,35,58,.08);}
.privacy-wrap h1{font-size:clamp(32px,4vw,56px);
  line-height:1.05;
  margin:0 0 24px;}
.privacy-wrap h2{margin:30px 0 12px;
  font-size:clamp(21px,2.4vw,30px);}
.privacy-wrap p{color:var(--muted);
  line-height:1.68;
  font-size:16px;
  margin:10px 0;}
@media(max-width:760px){
.footer-inner{grid-template-columns:1fr}
.footer-privacy-note{grid-column:auto}
.privacy-wrap{margin-top:96px;border-radius:24px}
}
.footer-map{grid-column:1 / -1;
  width:100%;
  max-width:720px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);}
.footer-map iframe{display:block;
  width:100%;
  height:230px;
  border:0;}
.footer-privacy-note{grid-column:1 / -1!important;
  max-width:980px!important;
  margin-top:4px!important;}
@media(max-width:760px){
.footer-map iframe{height:200px}
}
.lead-popup-card{background:#fffaf5;
  border:1px solid var(--line);
  border-radius:30px;
  padding:clamp(24px,4vw,38px);
  box-shadow:var(--shadow);}
.lead-popup-card h3{margin:0 0 12px;
  font-size:clamp(26px,3vw,38px);
  letter-spacing:-.04em;}
.lead-popup-card p{margin:0 0 24px;
  color:var(--muted);
  line-height:1.6;}
.lead-popup{position:fixed;
  inset:0;
  z-index:140;
  display:grid;
  place-items:center;
  padding:20px;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;}
.lead-popup.open{opacity:1;
  pointer-events:auto;}
.lead-popup-backdrop{position:absolute;
  inset:0;
  background:rgba(25,17,23,.72);
  backdrop-filter:blur(10px);}
.lead-popup-dialog{position:relative;
  z-index:1;
  width:min(560px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fffaf5;
  border:1px solid rgba(255,255,255,.72);
  border-radius:34px;
  padding:clamp(24px,4vw,38px);
  box-shadow:0 30px 110px rgba(25,17,23,.35);}
.lead-popup-dialog h2{margin:6px 0 10px;
  font-size:clamp(34px,4vw,52px);
  letter-spacing:-.055em;}
.lead-popup-dialog > p{margin:0 0 22px;
  color:var(--muted);
  line-height:1.55;}
.lead-popup-close{position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(143,51,72,.09);
  color:var(--berry);
  font-size:30px;
  line-height:1;
  cursor:pointer;}
.popup-lead-form{padding:0;
  border:0;
  box-shadow:none;
  background:transparent;}
body.popup-open{overflow:hidden;}
@media(max-width:620px){
.lead-popup{padding:12px}
.lead-popup-dialog{border-radius:26px}
}
.lead-compact{grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);
  gap:clamp(22px,4vw,48px);
  padding-top:clamp(44px,6vw,74px);
  padding-bottom:clamp(44px,6vw,74px);
  align-items:center;}
.lead-compact .lead-copy h2{max-width:760px;
  margin-bottom:14px;}
.lead-compact .lead-copy p{max-width:720px;
  margin-bottom:20px;}
.lead-compact .lead-note{margin-top:18px;
  max-width:620px;
  line-height:1.45;}
.lead-compact-card{align-self:center;
  padding:clamp(24px,3vw,34px);}
.lead-compact-card p{margin:0 0 22px;
  color:var(--muted);
  line-height:1.55;}
@media(max-width:900px){
.lead-compact{grid-template-columns:1fr;}
.lead-compact-card{max-width:560px;}
}
.vibe-badges{display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  max-width:980px;
  margin:30px auto 0;}
.vibe-badges span{display:inline-flex;
  align-items:center;
  gap:8px;
  padding:13px 18px;
  border-radius:999px;
  background:rgba(255,250,245,.86);
  border:1px solid rgba(64,38,44,.12);
  box-shadow:0 10px 28px rgba(64,38,44,.08);
  color:var(--graphite);
  font-weight:900;
  line-height:1.15;}
@media(max-width:620px){
.vibe-badges{justify-content:flex-start;
    gap:10px;}
.vibe-badges span{padding:12px 15px;
    font-size:14px;}
}
.formats-programs .section-head{max-width:880px;}
.formats-programs .price-grid{align-items:stretch;}
.formats-programs .format-card{display:flex;
  flex-direction:column;
  gap:16px;
  min-height:100%;}
.format-icon{width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(143,51,72,.09);
  font-size:26px;}
.format-price{margin:0!important;
  color:var(--berry)!important;
  font-weight:900;}
.format-program{margin-top:2px;
  padding-top:16px;
  border-top:1px solid rgba(64,38,44,.12);}
.format-program h4{margin:0 0 10px;
  color:var(--berry);
  font-size:16px;}
.format-program ul{margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;}
.format-program li{position:relative;
  padding-left:20px;
  color:var(--muted);
  line-height:1.45;
  font-weight:650;}
.format-program li::before{content:"";
  position:absolute;
  left:0;
  top:.65em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--berry);}
.formats-programs .format-card a{margin-top:auto;}
.formats-programs .format-card .btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin-top:auto;
  color:#fff!important;
  text-decoration:none!important;}
.formats-programs .format-card a.btn:hover{transform:translateY(-2px);}
.formats-programs .format-popup-btn{position:relative;
  z-index:3;
  pointer-events:auto;
  cursor:pointer;}
.formats-programs .format-card button.btn,.formats-programs .format-card a.btn{border:0;
  font:inherit;}
.mobile-phone-link{display:none;}
@media(max-width:760px){
.top-actions{gap:12px;}
.mobile-phone-link{display:inline-grid;
    place-items:center;
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--berry),#6d2138);
    color:#fff!important;
    text-decoration:none!important;
    box-shadow:0 10px 24px rgba(143,51,72,.22);}
.mobile-phone-link svg{width:17px;
    height:17px;
    display:block;}
}
.page-glow-one{background:#ffd5e5}
.page-glow-two{background:#8c1f49;opacity:.16}
.sound-wave{opacity:.075;background:repeating-radial-gradient(circle at center, transparent 0 34px, rgba(234,46,120,.55) 35px 42px, transparent 43px 68px)}
.topbar{background:rgba(255,244,248,.86)!important;border-bottom:1px solid rgba(84,21,46,.08)!important;box-shadow:0 14px 40px rgba(84,21,46,.08)!important}
.nav a:hover,.mobile-menu a:hover{color:var(--pink)}
.brand-logo{filter:none}
.btn-primary{background:linear-gradient(135deg,var(--pink),#be215e)!important;box-shadow:0 16px 34px rgba(190,33,94,.26)!important}
.btn-soft{border-color:rgba(234,46,120,.16)!important;background:rgba(255,255,255,.78)!important;color:var(--berry)!important}
.eyebrow{color:#bb2d66!important}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{max-width:12ch}
.hero-copy .hero-text{max-width:650px}
.hero-actions{margin-top:28px}
.teacher-card,.video-review-card,.review-shot,.school-photo-item{background:#fff;border:1px solid rgba(84,21,46,.08);box-shadow:0 16px 42px rgba(84,21,46,.12)}
.teacher-card{border-radius:26px;background:linear-gradient(180deg,#fff 0%,#fffafc 100%)}
.teacher-photo-wrap,.video-review-player,.review-shot,.school-photo-item{padding:14px}
.teacher-photo-wrap img,.video-review-player video,.review-shot img,.school-photo-item img{border-radius:10px}
.review-shot,.school-photo-item{border-radius:8px;padding-bottom:24px}
.review-shot:nth-child(3n+1),.school-photo-item:nth-child(3n+1){transform:rotate(-2deg)}
.review-shot:nth-child(3n+2),.school-photo-item:nth-child(3n+2){transform:rotate(1.5deg)}
.review-shot:nth-child(3n+3),.school-photo-item:nth-child(3n+3){transform:rotate(-1deg)}
.review-shot:hover,.school-photo-item:hover{transform:translateY(-4px) rotate(0deg)}
.review-shot::after,.school-photo-item::after{content:'Манера ♥';display:block;margin:10px auto 0;width:fit-content;color:#7d3151;font-family:"Segoe Print","Comic Sans MS","Bradley Hand",cursive;font-size:20px}
.school-photo-item{position:relative}
.school-photo-item::after{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);margin:0;padding:7px 14px;border-radius:999px;background:rgba(255,248,251,.94);box-shadow:0 10px 24px rgba(46,18,29,.16);line-height:1;z-index:2;white-space:nowrap;pointer-events:none}
.video-review-card{border-radius:18px;overflow:hidden}
.teacher-body{background:transparent}
.result-card,.price-card{background:rgba(255,255,255,.82)!important}
.result-card,.price-card{border-color:rgba(234,46,120,.08)!important}
.result-card span,.format-icon{background:rgba(234,46,120,.1)!important;color:var(--pink)!important}
.vibe-badges span{background:rgba(255,255,255,.82)!important;border-color:rgba(234,46,120,.16)!important;color:var(--berry)!important}
.footer{background:linear-gradient(180deg,rgba(255,238,245,.92),rgba(249,221,231,.94))!important}
.footer-map iframe{border:1px solid rgba(234,46,120,.14)!important}
@media (max-width: 760px){
.teacher-photo-wrap,.video-review-player,.review-shot,.school-photo-item{padding:10px}
.review-shot,.school-photo-item{padding-bottom:18px}
.review-shot::after,.school-photo-item::after{font-size:17px;margin-top:8px}
.school-photo-item::after{bottom:26px;margin:0;padding:6px 12px}
}
.hero-copy h1{max-width:10.8ch}
.section.results,.section.hidden-benefit,.section.split-section,.section.teachers-section,.section.school-photos-section,.section.video-reviews-section,.section.reviews,.section.formats-programs,.section.lead-compact,.section.karaoke{border:1px solid rgba(84,21,46,.07);
  box-shadow:0 20px 50px rgba(84,21,46,.07);}
.section.results{background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(255,246,250,.94))}

/* v134: richer design for first-lesson step cards */
.steps div{
  position:relative;
  overflow:hidden;
  gap:20px;
  padding:22px 22px 24px;
  background:linear-gradient(180deg,rgba(255,241,246,.90),rgba(244,225,232,.92))!important;
  border:1px solid rgba(184,45,102,.18)!important;
  box-shadow:0 14px 34px rgba(64,38,44,.08);
}
.steps div::before{
  content:"";
  position:absolute;
  right:-22px;
  top:-22px;
  width:118px;
  height:118px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(234,46,120,.18) 0%, rgba(234,46,120,.08) 34%, rgba(234,46,120,0) 68%);
  pointer-events:none;
}
.steps div::after{
  content:"";
  position:absolute;
  right:20px;
  top:18px;
  width:66px;
  height:66px;
  border-radius:50%;
  border:1px dashed rgba(184,45,102,.18);
  opacity:.85;
  pointer-events:none;
}
.steps span{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:58px;
  padding:0 14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(174,34,82,.14), rgba(255,255,255,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75), 0 10px 22px rgba(143,51,72,.10);
  font-size:15px;
  letter-spacing:.12em;
}
.steps p{position:relative;z-index:1}
@media(max-width:700px){
  .steps div{padding:22px 18px 24px}
  .steps div::before{right:-28px;top:-28px;width:128px;height:128px}
  .steps div::after{right:16px;top:16px;width:58px;height:58px}
  .steps span{min-width:56px;height:56px;margin-bottom:2px}
}

/* v123: dark screen for the “БОЛЬШЕ, ЧЕМ ВОКАЛ” block */
.section.hidden-benefit{
  background:
    radial-gradient(circle at 18% 18%, rgba(255,94,164,.18), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(255,195,118,.10), transparent 30%),
    linear-gradient(180deg,#090205 0%,#16050b 100%);
  border-color:rgba(255,255,255,.06)!important;
  box-shadow:0 24px 68px rgba(0,0,0,.22);
}
.section.hidden-benefit .eyebrow{color:#ff7db8!important}
.section.hidden-benefit h2,
.section.hidden-benefit .section-head p{color:#fff2f7}
.section.hidden-benefit .section-head p{opacity:.88}
.section.hidden-benefit .section-head p b{color:#fff}
.section.hidden-benefit:before{
  opacity:.42;
  background:repeating-radial-gradient(circle, rgba(255,255,255,.06) 0 2px, transparent 3px 58px);
}
.hidden-benefit .info-card{
  background:linear-gradient(180deg,rgba(255,247,222,.95),rgba(246,226,190,.92))!important;
  border-color:rgba(255,231,176,.42)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.hidden-benefit .info-card h3{color:#4a2732}
.hidden-benefit .info-card p{color:#694c51}
.hidden-benefit .info-card:before{background:radial-gradient(circle, rgba(255,126,184,.15), rgba(232,0,127,0))}
.hidden-benefit .info-card:hover{box-shadow:0 24px 56px rgba(0,0,0,.28)}
.section.split-section{background:linear-gradient(180deg,rgba(255,248,251,.95),rgba(255,241,246,.98))}
.section.teachers-section{background:linear-gradient(180deg,rgba(255,247,250,.96),rgba(254,240,246,.99))}
.section.school-photos-section{background:linear-gradient(180deg,rgba(255,249,252,.96),rgba(252,238,244,.99))}
.section.video-reviews-section{background:linear-gradient(180deg,rgba(255,245,249,.96),rgba(252,233,241,.99))}
.section.reviews{background:linear-gradient(180deg,rgba(255,248,251,.96),rgba(255,236,244,.99))}
.section.formats-programs{background:linear-gradient(180deg,rgba(255,243,248,.97),rgba(251,229,237,.99))}
.section.lead-compact{background:linear-gradient(180deg,rgba(255,247,250,.96),rgba(253,234,241,.99))}
.section.karaoke{background:linear-gradient(180deg,rgba(255,245,249,.96),rgba(250,229,237,.99))}
.result-card{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,245,249,.94))!important}
.price-card{background:linear-gradient(180deg,rgba(255,248,251,.94),rgba(253,235,242,.98))!important}
.teacher-card{background:linear-gradient(180deg,#fff 0%,#fff5f8 100%)!important;border-color:rgba(84,21,46,.06)!important}
.video-review-card{background:linear-gradient(180deg,#fff 0%,#fff5f8 100%)!important;border:1px solid rgba(84,21,46,.06)!important}
.review-shot,.school-photo-item{background:#fffdfd;border-color:rgba(84,21,46,.06)!important}
.result-card:hover,.price-card:hover,.teacher-card:hover,.video-review-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(84,21,46,.12)}
.footer{background:linear-gradient(180deg,#14070d 0%, #070204 100%)!important;
  color:#f8e6ee!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}
.footer .brand,.footer .brand span,.footer p,.footer a,.footer-privacy-note{color:#f8e6ee!important}
.footer a{opacity:.92}
.footer a:hover{opacity:1;color:#ff7db8!important}
.footer-map iframe{border:1px solid rgba(255,125,184,.18)!important;filter:saturate(.92) contrast(1.02)}
.footer-main p:nth-of-type(1){color:#f6cedd!important}
@media (max-width: 760px){
.section.results,.section.hidden-benefit,.section.split-section,.section.teachers-section,.section.school-photos-section,.section.video-reviews-section,.section.reviews,.section.formats-programs,.section.lead-compact,.section.karaoke{border-radius:26px}
}
.topbar{background:rgba(7,2,4,.86)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.22)!important;}
.brand{gap:10px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-text{color:#fff7f8;font-size:18px!important}
.brand-subtext{margin-top:4px;font-size:10px;letter-spacing:.02em;color:rgba(255,241,246,.8)}
.nav{color:rgba(255,240,245,.88)!important}
.nav a{color:rgba(255,240,245,.88)!important}
.nav a:hover{color:#ff6ea8!important}
.top-phone{color:#fff3f6!important}
.top-phone-icon{background:rgba(255,255,255,.07)!important;color:#fff3f6!important}
.topbar .btn-primary{min-height:50px;padding:0 24px}
.hero-main-ref{position:relative;
  min-height:calc(100vh - 78px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(470px,610px);
  gap:34px 38px;
  align-items:start;
  padding-top:34px;
  padding-bottom:50px;
  background:
    radial-gradient(circle at 14% 24%, rgba(255,84,167,.16), transparent 24%),
    radial-gradient(circle at 83% 16%, rgba(255,62,154,.12), transparent 24%),
    linear-gradient(180deg, #070204 0%, #110307 100%);
  overflow:hidden;}
.hero-main-ref::before{content:'';
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.1) 38%, rgba(0,0,0,.05) 100%),
    radial-gradient(circle at 18% 42%, rgba(255,123,188,.06), transparent 30%);
  pointer-events:none;}
.hero-main-ref > *{position:relative;z-index:1}
.hero-main-ref .hero-copy{padding-top:8px}
.hero-main-ref .eyebrow{color:#ff5b97!important;margin-bottom:18px}
.hero-main-ref .hero-text{max-width:560px;color:rgba(255,240,245,.88);font-size:clamp(18px,1.45vw,22px)}
.hero-main-ref .hero-actions{margin:28px 0 24px}
.hero-main-ref .btn-primary{background:linear-gradient(135deg,#f24791 0%, #c52168 100%)!important;box-shadow:0 20px 44px rgba(242,71,145,.28)!important}
.hero-outline-btn{background:transparent!important;border:1px solid rgba(255,108,171,.7)!important;color:#fff3f6!important;box-shadow:none!important}
.hero-outline-btn:hover{background:rgba(255,108,171,.1)!important}
.hero-feature-row{display:flex;flex-wrap:wrap;gap:16px 24px;color:#fff0f5}
.hero-feature-row span{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:rgba(255,240,245,.96)}
.hero-ref-collage{position:relative;min-height:690px;padding-right:46px}
.hero-frame{position:absolute;background:#fff8f4;border-radius:8px;padding:14px 14px 24px;
  box-shadow:0 28px 64px rgba(0,0,0,.35);border:1px solid rgba(0,0,0,.06)}
.hero-frame img{display:block;width:100%;height:100%;object-fit:cover;border-radius:3px}
.hero-frame::before{content:'';position:absolute;top:-8px;left:50%;transform:translateX(-50%) rotate(-4deg);width:62px;height:16px;background:rgba(255,217,214,.7);border-radius:2px}
.hero-frame-main{right:74px;top:18px;width:312px;height:484px;transform:rotate(7deg);z-index:3}
.hero-frame-left{left:28px;top:340px;width:222px;height:286px;transform:rotate(4deg);z-index:4}
.hero-frame-right{right:8px;top:410px;width:286px;height:248px;transform:rotate(6deg);z-index:4}
.hero-note{position:absolute;background:rgba(248,231,220,.92);color:#341821;padding:16px 16px 18px;border-radius:4px;
  box-shadow:0 14px 32px rgba(0,0,0,.2);font-family:"Segoe Print","Comic Sans MS",cursive;font-size:20px;line-height:1.22;font-weight:700;z-index:5}
.hero-note::before{content:'';position:absolute;top:-8px;left:18px;width:54px;height:14px;background:rgba(255,214,213,.7);border-radius:2px;transform:rotate(-6deg)}
.hero-note-top{left:86px;top:12px;max-width:180px;transform:rotate(-6deg)}
.hero-note-left{left:84px;top:538px;max-width:206px;transform:rotate(-4deg)}
.hero-note-bottom{right:104px;top:592px;max-width:184px;transform:rotate(-2deg)}
.hero-programs-card{grid-column:1 / span 2;
  width:min(760px,calc(100% - 10px));
  margin-top:-58px;
  background:linear-gradient(180deg,#f6e6db 0%, #f4e2d8 100%);
  color:#4a2732;border-radius:28px;padding:22px 26px 20px;
  box-shadow:0 24px 64px rgba(0,0,0,.26);}
.hero-programs-title{font-family:"Segoe Script","Brush Script MT",cursive;font-size:44px;line-height:1;text-align:center;color:#cf6c8f;margin-bottom:14px}
.hero-programs-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hero-program-item{display:flex;align-items:flex-start;gap:12px;font-size:17px;line-height:1.35;font-weight:700;color:#533543}
.hero-program-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:rgba(207,108,143,.12);font-size:20px;flex:0 0 38px}
@media (max-width: 1180px){
.hero-main-ref{grid-template-columns:1fr;gap:28px;padding-bottom:34px}
.hero-ref-collage{min-height:700px;max-width:640px;width:100%;margin:0 auto;padding-right:20px}
.hero-programs-card{grid-column:auto;width:100%;margin-top:-22px}
}
@media (max-width: 760px){
.brand-subtext{display:none}
.hero-main-ref{padding-top:20px;background:linear-gradient(180deg,#070204 0%, #16040b 100%)}
.hero-main-ref .hero-text{font-size:17px}
.hero-feature-row{gap:10px 14px}
.hero-feature-row span{font-size:14px}
.hero-ref-collage{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-right:0}
.hero-frame,.hero-note{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none!important}
.hero-frame-main{grid-column:span 2;width:100%;height:340px;order:1;margin-top:54px}
.hero-note-top{order:2}
.hero-frame-left{width:100%;height:240px;order:3}
.hero-frame-right{width:100%;height:240px;order:4}
.hero-note-left{order:5}
.hero-note-bottom{order:6}
.hero-note{font-size:18px;padding:14px 14px 16px;max-width:none}
.hero-programs-card{margin-top:0;border-radius:22px;padding:18px 16px}
.hero-programs-title{font-size:34px}
.hero-programs-list{grid-template-columns:1fr;gap:12px}
.hero-program-item{font-size:15px}
}
.hero-main-ref .hero-main-title{max-width:780px;
  color:#fff0eb;
  font-size:clamp(52px,6.2vw,88px);
  line-height:.94;
  letter-spacing:-.075em;
  margin-bottom:18px;}
@media(max-width:760px){
.hero-main-ref .hero-main-title{font-size:clamp(42px,12vw,62px);
    max-width:100%;}
}
@media(max-width:760px){
.hero-main-ref{overflow:hidden;}
.hero-ref-collage{display:flex!important;
    flex-direction:column;
    gap:14px;
    min-height:auto!important;
    max-width:100%;
    width:100%;
    padding:0!important;
    margin:22px 0 0!important;
    overflow:visible;}
.hero-ref-collage .hero-frame{position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    margin:0!important;
    box-sizing:border-box;}
.hero-ref-collage .hero-frame img{width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center top!important;
    background:#12050b;}
.hero-frame-main{order:2!important;}
.hero-frame-left{order:4!important;}
.hero-frame-right{order:6!important;}
.hero-ref-collage .hero-note{position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    max-width:100%!important;
    width:100%;
    box-sizing:border-box;}
.hero-note-top{order:3!important;}
.hero-note-left{order:5!important;}
.hero-note-bottom{order:7!important;}
.hero-programs-card{margin-top:20px!important;}
}
.top-actions{align-items:center;
  gap:12px;}
.top-telegram,.mobile-phone-link,.burger{position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  box-sizing:border-box;
  flex:0 0 42px;}
.top-telegram{overflow:hidden;
  box-shadow:0 12px 26px rgba(0,136,204,.22);}
.top-telegram img{width:100%;
  height:100%;
  object-fit:cover;
  display:block;}
.top-phone{gap:12px;
  color:#fff4f7!important;}
.top-phone-icon{width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,#8a264b 0%, #c72e6d 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(199,46,109,.24);}
.top-phone-icon svg{width:18px;
  height:18px;}
.mobile-phone-link{background:linear-gradient(135deg,#8a264b 0%, #c72e6d 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(199,46,109,.24)!important;}
.mobile-phone-link svg{width:18px;
  height:18px;}
.burger{background:rgba(255,255,255,.04);
  border:1px solid rgba(255,110,168,.24);
  cursor:pointer;
  transition:transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;}
.burger::before{content:"";
  position:absolute;
  left:12px;
  top:12px;
  width:16px;
  height:2px;
  border-radius:99px;
  background:#d53578;
  box-shadow:0 0 12px rgba(213,53,120,.18);
  transition:opacity .2s ease, transform .25s ease;}
.burger span{left:12px!important;
  width:16px!important;
  height:2px!important;
  border-radius:99px;
  background:#d53578!important;
  box-shadow:0 0 12px rgba(213,53,120,.18);}
.burger span:first-child{top:19px!important;}
.burger span:last-child{top:26px!important;}
.burger:hover{transform:translateY(-1px);
  background:rgba(255,110,168,.08);
  border-color:rgba(255,110,168,.34);
  box-shadow:0 12px 28px rgba(0,0,0,.18);}
.burger.active::before{opacity:0;}
.burger.active span:first-child{top:20px!important;}
.burger.active span:last-child{top:20px!important;}
@media(max-width:1120px){
.top-actions{gap:10px;}
.top-telegram,.mobile-phone-link,.burger{width:40px;
    height:40px;
    flex-basis:40px;}
}
@media(max-width:620px){
.topbar{padding:12px 14px!important;}
.brand{gap:10px;}
.brand-logo{width:38px!important;
    height:38px!important;}
.brand-text{font-size:17px!important;}
.top-actions{gap:8px!important;}
.top-telegram,.mobile-phone-link,.burger{width:38px;
    height:38px;
    flex-basis:38px;}
.mobile-phone-link svg,.top-phone-icon svg{width:16px;
    height:16px;}
.burger::before{left:11px;
    top:11px;
    width:15px;}
.burger span{left:11px!important;
    width:15px!important;}
.burger span:first-child{top:18px!important;}
.burger span:last-child{top:24px!important;}
.burger.active span:first-child,.burger.active span:last-child{top:19px!important;}
}
.top-telegram{width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
  padding:0!important;
  border-radius:50%!important;
  overflow:visible!important;
  background:#229ED9!important;
  box-shadow:0 12px 26px rgba(0,136,204,.24)!important;}
.top-telegram img{width:42px!important;
  height:42px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:50%!important;}
.mobile-phone-link{display:none!important;}
@media(max-width:1120px){
.top-telegram,.mobile-phone-link,.burger{width:40px!important;
    height:40px!important;
    flex-basis:40px!important;}
.top-telegram img{width:40px!important;
    height:40px!important;}
.mobile-phone-link{display:inline-flex!important;}
}
@media(max-width:620px){
.top-telegram,.mobile-phone-link,.burger{width:38px!important;
    height:38px!important;
    flex-basis:38px!important;}
.top-telegram img{width:38px!important;
    height:38px!important;}
}
.top-telegram{width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  padding:0!important;}
.top-telegram::after{display:none!important;}
.top-telegram img{width:36px!important;
  height:36px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  display:block!important;}
.top-phone{display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;}
.top-phone-icon{display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#8a264b 0%, #c72e6d 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(199,46,109,.24)!important;}
.top-phone-icon svg{width:17px!important;
  height:17px!important;}
.mobile-phone-link{display:none!important;}
@media(min-width:861px){
.nav{display:flex!important;}
.burger,.mobile-menu,.mobile-phone-link{display:none!important;}
.top-phone{display:inline-flex!important;}
}
@media(max-width:860px){
.nav,.top-phone{display:none!important;}
.burger{display:inline-flex!important;}
.mobile-phone-link{display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    height:40px!important;
    flex:0 0 40px!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,#8a264b 0%, #c72e6d 100%)!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(199,46,109,.24)!important;}
.top-actions{gap:10px!important;}
.top-telegram{width:34px!important;
    height:34px!important;
    flex-basis:34px!important;}
.top-telegram img{width:34px!important;
    height:34px!important;}
}
@media(max-width:620px){
.topbar{padding:12px 14px!important;}
.top-actions{gap:8px!important;}
.top-telegram{width:32px!important;
    height:32px!important;
    flex-basis:32px!important;}
.top-telegram img{width:32px!important;
    height:32px!important;}
.mobile-phone-link,.burger{width:38px!important;
    height:38px!important;
    flex-basis:38px!important;}
}
.top-telegram{width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
  font-size:0!important;
  vertical-align:middle!important;
  transform:none!important;}
.top-telegram img{width:40px!important;
  height:40px!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;}
.top-phone-icon{width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;}
.top-actions{align-items:center!important;}
@media(max-width:860px){
.top-telegram{width:40px!important;
    height:40px!important;
    flex-basis:40px!important;}
.top-telegram img{width:40px!important;
    height:40px!important;}
}
@media(max-width:620px){
.top-telegram,.mobile-phone-link,.burger{width:38px!important;
    height:38px!important;
    flex-basis:38px!important;}
.top-telegram img{width:38px!important;
    height:38px!important;}
}
.hero-main-ref .hero-main-title{font-weight:700!important;
  letter-spacing:-.055em!important;}
@media(max-width:760px){
.hero-main-ref .hero-main-title{font-weight:700!important;
    letter-spacing:-.045em!important;}
}
.hero-main-ref .hero-actions .btn-primary{font-size:18px!important;
  padding-left:32px!important;
  padding-right:32px!important;}
@media(max-width:760px){
.hero-main-ref .hero-actions .btn-primary{font-size:17px!important;}
}
.hero-main-ref .hero-main-title{font-weight:500!important;
  letter-spacing:-.04em!important;}
@media(max-width:760px){
.hero-main-ref .hero-main-title{font-weight:500!important;
    letter-spacing:-.035em!important;}
}
.top-telegram{width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  margin:0!important;
  line-height:0!important;
  background:transparent!important;
  border:none!important;
  border-radius:50%!important;
  box-shadow:none!important;
  overflow:hidden!important;
  vertical-align:middle!important;}
.top-telegram img{width:40px!important;
  height:40px!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:50%!important;
  background:transparent!important;}
.top-phone-icon{width:40px!important;
  height:40px!important;
  flex:0 0 40px!important;}
@media(max-width:860px){
.top-telegram,.mobile-phone-link{width:40px!important;
    height:40px!important;
    flex-basis:40px!important;}
.top-telegram img{width:40px!important;
    height:40px!important;}
}
@media(max-width:620px){
.top-telegram,.mobile-phone-link,.burger{width:38px!important;
    height:38px!important;
    flex-basis:38px!important;}
.top-telegram img{width:38px!important;
    height:38px!important;}
}
.vibe-slogan{display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:6px;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,250,245,.82);
  border:1px solid rgba(64,38,44,.12);
  box-shadow:0 10px 28px rgba(64,38,44,.08);
  color:#c9568f;
  font-family:"Segoe Script","Brush Script MT",cursive;
  font-size:28px;
  line-height:1;}
@media(max-width:760px){
.vibe-slogan{font-size:24px;
    padding:9px 16px;
    margin-top:2px;}
}
.hero-frame-right{height:auto!important;}
.hero-frame-right img{height:auto!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;}
@media(max-width:760px){
.hero-frame-right{height:auto!important;
    align-self:stretch!important;}
.hero-frame-right img{width:100%!important;
    height:auto!important;
    object-fit:cover!important;
    object-position:center center!important;
    background:transparent!important;}
}
.hero-frame-right{height:auto!important;
  padding:14px!important;}
.hero-frame-right img{width:100%!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;}
@media(max-width:760px){
.hero-frame-right{width:100%!important;
    max-width:100%!important;
    height:auto!important;
    padding:14px!important;
    box-sizing:border-box!important;
    align-self:stretch!important;}
.hero-frame-right img{width:100%!important;
    height:auto!important;
    display:block!important;}
}
.steps div{background:rgba(143,51,72,.12)!important;
  border:1px solid rgba(143,51,72,.24)!important;
  box-shadow:0 10px 24px rgba(64,38,44,.06);}
@media(max-width:860px){
.topbar{position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:120!important;
    transform:none!important;}
body{padding-top:72px;}
.mobile-menu{top:74px!important;}
}
@media(max-width:620px){
body{padding-top:66px;}
.mobile-menu{top:68px!important;}
}
.lead-compact-card .btn,.lead-popup-card .btn{text-align:center!important;
  justify-content:center!important;
  white-space:normal!important;}
.format-program li strong{display:inline!important;
  font-size:inherit!important;
  line-height:inherit!important;
  letter-spacing:inherit!important;
  font-weight:900!important;
  color:inherit!important;}
.karaoke{position:relative;
  overflow:hidden;
  background-image:url("images/vibe-party-bg.webp");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  border-radius:36px;
  isolation:isolate;}
.karaoke::before{content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(30,12,18,.82) 0%, rgba(61,16,32,.70) 45%, rgba(22,10,16,.82) 100%),
    radial-gradient(circle at 20% 20%, rgba(222,58,117,.24), transparent 38%),
    radial-gradient(circle at 80% 80%, rgba(255,180,207,.14), transparent 32%);
  z-index:0;}
.karaoke > *{position:relative;
  z-index:1;}
.karaoke .eyebrow{color:#ffd4e3;}
.karaoke h2{color:#fff7fa;}
.karaoke .section-head{text-align:center;}
.karaoke .vibe-slogan{background:rgba(255,237,244,.12);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  color:#ffd7e7;
  backdrop-filter:blur(8px);}
.karaoke .vibe-badges{max-width:1020px;}
.karaoke .vibe-badges span{background:rgba(255,247,250,.14);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 34px rgba(0,0,0,.14);
  color:#fff7fb;
  backdrop-filter:blur(8px);}
.karaoke .vibe-badges span:hover{transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(0,0,0,.18);}
@media(max-width:760px){
.karaoke{border-radius:28px;
    background-position:center top;}
.karaoke::before{background:
      linear-gradient(180deg, rgba(34,11,19,.86) 0%, rgba(59,18,33,.72) 55%, rgba(22,10,16,.84) 100%),
      radial-gradient(circle at 50% 0%, rgba(222,58,117,.24), transparent 32%);}
.karaoke .vibe-badges span{width:auto;
    max-width:100%;}
}
.karaoke .vibe-bg-photo{position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
  pointer-events:none;}
.karaoke::before{z-index:1!important;}
.karaoke > :not(.vibe-bg-photo){position:relative;
  z-index:2;}
.video-review-carousel{position:relative;}
.video-review-carousel .video-review-grid{display:flex!important;
  gap:22px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 4px 18px;
  scrollbar-width:none;}
.video-review-carousel .video-review-grid::-webkit-scrollbar{display:none;}
.video-review-carousel .video-review-card{flex:0 0 calc((100% - 44px) / 3);
  scroll-snap-align:start;}
.video-carousel-arrow{position:absolute;
  top:42%;
  z-index:5;
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:rgba(255,250,245,.94);
  color:var(--berry);
  font-size:38px;
  line-height:1;
  box-shadow:0 16px 36px rgba(64,38,44,.16);
  cursor:pointer;
  display:grid;
  place-items:center;}
.video-carousel-prev{left:-22px;}
.video-carousel-next{right:-22px;}
.video-carousel-arrow:hover{transform:translateY(-1px);
  box-shadow:0 20px 42px rgba(64,38,44,.22);}
.video-review-player video{object-fit:cover;}
@media(max-width:1120px){
.video-review-carousel .video-review-card{flex-basis:calc((100% - 22px) / 2);}
}
@media(max-width:700px){
.video-carousel-arrow{display:none;}
.video-review-carousel .video-review-grid{gap:14px;
    padding:2px 2px 12px;}
.video-review-carousel .video-review-card{flex:0 0 100%;}
}
.first-lesson-video-panel{position:relative;
  min-height:0;}
.first-lesson-video-gallery{position:relative;
  width:100%;
  overflow:hidden;
  border-radius:34px;
  box-shadow:var(--shadow);
  background:#12050b;}
.first-lesson-video-track{display:flex;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;}
.first-lesson-video-track::-webkit-scrollbar{display:none;}
.first-lesson-video-card{flex:0 0 100%;
  scroll-snap-align:start;
  background:#12050b;}
.first-lesson-video-card video{display:block;
  width:100%;
  height:100%;
  min-height:560px;
  max-height:680px;
  object-fit:cover;
  border-radius:34px;
  background:#12050b;}
.first-lesson-video-arrow{position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(255,250,245,.92);
  color:var(--berry);
  font-size:36px;
  line-height:1;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  cursor:pointer;
  display:grid;
  place-items:center;}
.first-lesson-video-prev{left:14px;}
.first-lesson-video-next{right:14px;}
.first-lesson-video-dots{position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:4;
  display:flex;
  gap:8px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(18,5,11,.34);
  backdrop-filter:blur(8px);}
.first-lesson-video-dots span{width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.48);}
.first-lesson-video-dots span.active{width:22px;
  border-radius:999px;
  background:#fff;}
@media(max-width:900px){
.first-lesson-video-card video{min-height:460px;
    max-height:620px;}
}
@media(max-width:620px){
.first-lesson-video-gallery,.first-lesson-video-card video{border-radius:26px;}
.first-lesson-video-card video{min-height:420px;
    max-height:560px;}
.first-lesson-video-arrow{display:none;}
}
.first-lesson-video-panel{display:flex!important;
  justify-content:center!important;
  align-items:flex-start!important;}
.first-lesson-video-gallery{width:min(430px,100%)!important;
  max-width:430px!important;
  margin:0 auto!important;}
.first-lesson-video-card{display:flex!important;
  justify-content:center!important;
  align-items:center!important;}
.first-lesson-video-card video{width:auto!important;
  max-width:100%!important;
  height:720px!important;
  min-height:720px!important;
  max-height:720px!important;
  object-fit:contain!important;
  border-radius:34px!important;
  background:#12050b!important;}
.first-lesson-video-track{align-items:center!important;}
@media(max-width:1100px){
.first-lesson-video-card video{height:640px!important;
    min-height:640px!important;
    max-height:640px!important;}
}
@media(max-width:900px){
#first-lesson{display:flex!important;
    flex-direction:column!important;}
#first-lesson .first-lesson-content{display:contents!important;}
#first-lesson .first-lesson-content .eyebrow{order:1;}
#first-lesson .first-lesson-content h2{order:2;}
#first-lesson .first-lesson-video-panel{order:3;
    width:100%!important;
    margin:8px 0 22px!important;}
#first-lesson .first-lesson-content p{order:4;}
#first-lesson .first-lesson-content .steps{order:5;}
.first-lesson-video-gallery{width:min(390px,100%)!important;
    max-width:390px!important;}
.first-lesson-video-card video{height:620px!important;
    min-height:620px!important;
    max-height:620px!important;
    object-fit:contain!important;}
}
@media(max-width:620px){
.first-lesson-video-gallery{width:min(340px,100%)!important;
    max-width:340px!important;}
.first-lesson-video-card video{height:560px!important;
    min-height:560px!important;
    max-height:560px!important;
    border-radius:26px!important;
    object-fit:contain!important;}
}
@media(max-width:390px){
.first-lesson-video-gallery{width:min(310px,100%)!important;
    max-width:310px!important;}
.first-lesson-video-card video{height:520px!important;
    min-height:520px!important;
    max-height:520px!important;}
}
.teacher-sample{font-size:15px!important;
  line-height:1.55!important;
  color:var(--muted)!important;
  margin-bottom:12px!important;}
.teacher-accent{margin:0 0 14px!important;
  padding:11px 13px!important;
  border-radius:16px!important;
  background:rgba(143,51,72,.08)!important;
  color:var(--berry)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:900!important;}
.teacher-more-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(143,51,72,.18);
  background:rgba(255,250,245,.84);
  color:var(--berry);
  font-weight:900;
  cursor:pointer;
  transition:.22s;
  margin-bottom:16px;}
.teacher-more-btn:hover{transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(64,38,44,.12);}
.teacher-modal-backdrop{position:fixed;
  inset:0;
  background:rgba(18,5,11,.62);
  backdrop-filter:blur(8px);
  z-index:1000;
  opacity:0;
  pointer-events:none;
  transition:.25s;}
.teacher-modal-backdrop.open{opacity:1;
  pointer-events:auto;}
.teacher-modal{position:fixed;
  inset:0;
  z-index:1001;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  pointer-events:none;
  transition:.25s;}
.teacher-modal.open{opacity:1;
  pointer-events:auto;}
.teacher-modal-card{position:relative;
  width:min(720px,100%);
  max-height:min(82vh,760px);
  overflow:auto;
  border-radius:30px;
  padding:clamp(26px,4vw,42px);
  background:linear-gradient(180deg,#fffaf6 0%,#fff2ed 100%);
  border:1px solid rgba(64,38,44,.12);
  box-shadow:0 32px 90px rgba(18,5,11,.28);}
.teacher-modal-card h3{margin:8px 0 14px;
  font-size:clamp(30px,4vw,46px);
  line-height:.98;
  letter-spacing:-.05em;}
.teacher-modal-accent{display:inline-flex;
  padding:11px 14px;
  border-radius:999px;
  background:rgba(143,51,72,.09);
  color:var(--berry);
  font-weight:900;
  line-height:1.25;
  margin:0 0 18px;}
.teacher-modal-text p{margin:0 0 14px;
  color:var(--graphite);
  font-size:17px;
  line-height:1.58;}
.teacher-modal-close{position:absolute;
  right:18px;
  top:16px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(64,38,44,.14);
  background:rgba(255,255,255,.72);
  color:var(--berry);
  font-size:30px;
  line-height:1;
  cursor:pointer;}
body.teacher-modal-open{overflow:hidden;}
@media(max-width:620px){
.teacher-more-btn{width:100%;}
.teacher-modal{padding:14px;}
.teacher-modal-card{border-radius:24px;
    padding:28px 20px 24px;
    max-height:86vh;}
.teacher-modal-accent{border-radius:18px;}
.teacher-modal-text p{font-size:16px;}
}
@media(max-width:760px){
.hero-main-ref{min-height:100svh!important;
    padding-bottom:118px!important;}
.hero-main-ref .hero-actions{position:fixed!important;
    left:16px!important;
    right:16px!important;
    bottom:16px!important;
    z-index:80!important;
    margin:0!important;
    transform:translateY(150%)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:transform .28s ease, opacity .28s ease!important;}
body.hero-mobile-cta-visible .hero-main-ref .hero-actions{transform:translateY(0)!important;
    opacity:1!important;
    pointer-events:auto!important;}
.hero-main-ref .hero-actions .btn{width:100%!important;
    min-height:52px!important;
    box-shadow:0 18px 46px rgba(18,5,11,.32)!important;}
.hero-main-ref .hero-copy{padding-bottom:0!important;}
.hero-main-ref .hero-visual{margin-top:12px!important;
    transform:translateY(-10px)!important;}
.hero-main-ref .hero-frame-main{margin-top:0!important;}
}
@media(max-width:420px){
.hero-main-ref{padding-bottom:98px!important;}
.hero-main-ref .hero-visual{margin-top:4px!important;
    transform:translateY(-18px)!important;}
}
.hero-main-ref .hero-note,.hero-note{font-family:inherit!important;
  font-weight:600!important;
  letter-spacing:-.025em!important;
  line-height:1.12!important;}
.hero-programs-card h3{font-family:inherit!important;
  font-style:normal!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;}
.nowrap{white-space:nowrap!important;}
.hero-programs-card .hero-programs-title,.hero-programs-title{font-family:inherit!important;
  font-style:normal!important;
  font-weight:500!important;
  letter-spacing:-.035em!important;}
@media(max-width:760px){
.sticky-cta{display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;}
body.hero-mobile-cta-visible .sticky-cta{display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    left:18px!important;
    right:18px!important;
    bottom:18px!important;
    justify-content:center!important;
    z-index:999!important;}
}
@media(max-width:760px){
.hero-main-ref .hero-actions{display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    z-index:auto!important;
    margin:24px 0 16px!important;
    transform:none!important;
    gap:12px!important;}
body:not(.hero-mobile-cta-visible) .hero-main-ref .hero-actions,body:not(.hero-mobile-cta-visible) .hero-main-ref .hero-actions .btn{display:flex!important;}
.hero-main-ref .hero-actions .btn{width:100%!important;}
}

@media(max-width:860px){
.topbar{border-bottom:0!important;box-shadow:none!important;}
}
@media(max-width:760px){
.hero-main-ref::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:126px;background:linear-gradient(180deg,rgba(22,4,11,0) 0%,rgba(22,4,11,.78) 34%,rgba(255,246,250,.98) 100%);pointer-events:none;z-index:0;}
.hero-main-ref > *{z-index:1;}
.section.results{position:relative;z-index:2;border-top-color:transparent!important;box-shadow:0 -32px 78px rgba(255,246,250,.42),0 24px 58px rgba(84,21,46,.08);}
}

@media(max-width:860px){
.topbar{border-bottom:0!important;box-shadow:none!important;background:#070204!important;}
body{padding-top:70px!important;}
.mobile-menu{top:70px!important;}
}
@media(max-width:620px){
.topbar{height:62px!important;padding-top:12px!important;padding-bottom:12px!important;}
body{padding-top:62px!important;}
.mobile-menu{top:62px!important;}
}
@media(max-width:760px){
.hero-main-ref{padding-bottom:92px!important;}
.hero-main-ref::before{z-index:0;}
.hero-main-ref::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:178px;background:linear-gradient(180deg,rgba(22,4,11,0) 0%,rgba(22,4,11,.38) 28%,rgba(255,246,250,.9) 76%,rgba(255,246,250,1) 100%)!important;pointer-events:none;z-index:2!important;}
.hero-main-ref > *{position:relative;z-index:3!important;}
.section.results{border:0!important;border-radius:0 0 26px 26px!important;box-shadow:0 24px 58px rgba(84,21,46,.08)!important;margin-top:0!important;}
}

.footer-intro,
.footer-hours{
  transition:color .2s ease;
}
.footer .footer-intro:hover{
  color:#ff7db8!important;
}
.footer .footer-hours{
  color:#f6cedd!important;
  font-weight:700;
}
@media(min-width:761px){
  .footer-contacts{
    padding-top:58px;
  }
}
@media(max-width:760px){
  .footer-contacts{
    padding-top:0;
  }
}


/* v135: richer desktop background for first lesson section */
@media(min-width:901px){
  #first-lesson{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    background:
      radial-gradient(circle at 16% 18%, rgba(255,188,219,.30), transparent 19%),
      radial-gradient(circle at 84% 18%, rgba(255,222,162,.16), transparent 18%),
      linear-gradient(180deg,rgba(255,248,251,.98),rgba(253,238,244,.99));
  }
  #first-lesson::before{
    content:"";
    position:absolute;
    inset:auto auto -90px -70px;
    width:320px;
    height:320px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(184,45,102,.10) 0%, rgba(184,45,102,.04) 38%, rgba(184,45,102,0) 70%);
    pointer-events:none;
    z-index:0;
  }
  #first-lesson::after{
    content:"";
    position:absolute;
    right:56px;
    top:58px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:repeating-radial-gradient(circle, rgba(184,45,102,.08) 0 2px, transparent 2px 20px);
    opacity:.45;
    pointer-events:none;
    z-index:0;
  }
  #first-lesson > *{position:relative;z-index:1}
}

/* v136: restore desktop reviews compact view and dark formats section */
@media(min-width:701px){
  .review-grid-extended .review-shot:nth-child(5),
  .review-grid-extended .review-shot:nth-child(6){
    display:none!important;
  }
}
.section.formats-programs{
  background:
    radial-gradient(circle at 16% 18%, rgba(255,94,164,.16), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(255,195,118,.10), transparent 30%),
    linear-gradient(180deg,#090205 0%,#16050b 100%)!important;
  color:#fff8fb;
  overflow:hidden;
}
.section.formats-programs .eyebrow{color:#ff6fac!important}
.section.formats-programs h2,
.section.formats-programs .section-head h2{color:#fff8fb!important}
.section.formats-programs .section-head p{color:rgba(255,248,251,.78)!important}
.section.formats-programs .price-card,
.section.formats-programs .format-card{
  background:linear-gradient(180deg,rgba(255,247,222,.96),rgba(246,226,190,.94))!important;
  border-color:rgba(255,231,176,.42)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.22)!important;
  color:#3b2029;
}
.section.formats-programs .price-card strong,
.section.formats-programs .format-card strong,
.section.formats-programs .price-card h3,
.section.formats-programs .format-card h3{color:#4a2732!important}
.section.formats-programs .price-card p,
.section.formats-programs .format-card p,
.section.formats-programs .price-card li,
.section.formats-programs .format-card li{color:#694c51!important}
.section.formats-programs .format-icon{
  background:linear-gradient(135deg,#16050b 0%,#2a0914 100%)!important;
  color:#ff6fac!important;
  border:1px solid rgba(255,248,251,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(22,5,11,.20);
}
.section.formats-programs .price-note,
.section.formats-programs .format-note{color:#7a5660!important}


/* v140: desktop back-to-top button */
.back-to-top{
  position:fixed;
  right:28px;
  bottom:28px;
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:linear-gradient(135deg,#ea2e78,#8f3348);
  color:#fff8fb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  font-weight:700;
  box-shadow:0 16px 34px rgba(91,17,54,.28);
  cursor:pointer;
  z-index:110;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .24s ease, visibility .24s ease, transform .24s ease, box-shadow .24s ease;
}
.back-to-top:hover{
  transform:translateY(6px);
  box-shadow:0 20px 42px rgba(91,17,54,.36);
}
.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top svg{
  width:22px;
  height:22px;
  display:block;
}
@media(max-width:760px){
  .back-to-top{display:none!important;}
}


/* v141: center the floating trial button on desktop */
@media(min-width:761px){
  .sticky-cta{
    left:50%!important;
    right:auto!important;
    bottom:26px!important;
    transform:translateX(-50%);
    animation:desktopCtaPulse 2.8s ease-in-out infinite;
  }
}
@keyframes desktopCtaPulse{
  0%,100%{transform:translate(-50%,0);box-shadow:0 18px 50px rgba(64,38,44,.30)}
  50%{transform:translate(-50%,-3px);box-shadow:0 22px 60px rgba(64,38,44,.34)}
}


/* v143: iPhone / iPad / Safari optimization */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-padding-top:calc(92px + env(safe-area-inset-top,0px));
}
body{
  min-width:320px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overscroll-behavior-x:none;
}
a,button,.btn,.review-shot,.school-photo-item,.teacher-more-btn{
  -webkit-tap-highlight-color:rgba(234,46,120,.16);
  touch-action:manipulation;
}
button,input,textarea,select{
  font:inherit;
}
input,select,textarea{
  font-size:16px!important;
  -webkit-appearance:none;
  appearance:none;
}
input[type="checkbox"]{
  -webkit-appearance:auto;
  appearance:auto;
}
img,video{
  -webkit-user-drag:none;
}
video{
  background:#16050b;
}
.topbar,.mobile-menu,.lead-popup,.review-modal,.teacher-modal,.teacher-modal-backdrop{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
@supports (height:100dvh){
  .lead-popup-dialog{max-height:calc(92dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));}
  .teacher-modal-card{max-height:calc(86dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));}
  .review-modal img{max-height:calc(92dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));}
}
@media(max-width:860px){
  .topbar{
    padding-top:calc(12px + env(safe-area-inset-top,0px))!important;
  }
  body{
    padding-top:calc(72px + env(safe-area-inset-top,0px))!important;
  }
  .mobile-menu{
    top:calc(74px + env(safe-area-inset-top,0px))!important;
    max-height:calc(100dvh - 92px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
}
@media(max-width:620px){
  body{
    padding-top:calc(66px + env(safe-area-inset-top,0px))!important;
  }
  .mobile-menu{
    top:calc(68px + env(safe-area-inset-top,0px))!important;
  }
}
@media(max-width:760px){
  .section{
    padding-left:max(18px,env(safe-area-inset-left,0px));
    padding-right:max(18px,env(safe-area-inset-right,0px));
  }
  .hero-main-ref{
    min-height:var(--app-height,100svh)!important;
  }
  .lead-popup,.teacher-modal,.review-modal{
    padding:
      max(12px,env(safe-area-inset-top,0px))
      max(12px,env(safe-area-inset-right,0px))
      max(12px,env(safe-area-inset-bottom,0px))
      max(12px,env(safe-area-inset-left,0px));
  }
  body.hero-mobile-cta-visible .sticky-cta{
    left:max(18px,env(safe-area-inset-left,0px))!important;
    right:max(18px,env(safe-area-inset-right,0px))!important;
    bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;
  }
}
@media(min-width:761px){
  .sticky-cta{
    bottom:calc(26px + env(safe-area-inset-bottom,0px))!important;
  }
  .back-to-top{
    right:calc(24px + env(safe-area-inset-right,0px))!important;
    bottom:calc(26px + env(safe-area-inset-bottom,0px))!important;
  }
}


/* v163: cookie banner */
.cookie-banner{
  position:fixed;
  left:clamp(18px,4vw,64px);
  bottom:calc(24px + env(safe-area-inset-bottom,0px));
  width:min(620px,calc(100vw - 36px));
  z-index:180;
  display:grid;
  gap:18px;
  padding:28px;
  border-radius:32px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,143,189,.14), transparent 30%),
    linear-gradient(135deg,rgba(22,5,11,.96),rgba(43,16,28,.96));
  color:#fff6fa;
  box-shadow:0 26px 70px rgba(18,4,10,.36);
  border:1px solid rgba(255,255,255,.10);
  transform:translateY(22px);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease, transform .28s ease;
}
.cookie-banner.show{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.cookie-banner p{
  margin:0;
  color:#fff6fa;
  font-size:18px;
  line-height:1.48;
  font-weight:600;
  letter-spacing:-.02em;
}
.cookie-banner a{
  color:#ff9fc8;
  font-weight:900;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.cookie-banner a:hover{color:#fff}
.cookie-accept{
  justify-self:start;
  border:0;
  cursor:pointer;
  border-radius:18px;
  padding:15px 28px;
  background:linear-gradient(135deg,#f0b47d,#d98d55);
  color:#fff8fb;
  font-size:18px;
  font-weight:900;
  box-shadow:0 14px 30px rgba(217,141,85,.26);
  transition:transform .22s ease, box-shadow .22s ease;
}
.cookie-accept:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(217,141,85,.34);
}
@media(max-width:760px){
  .cookie-banner{
    left:14px;
    right:14px;
    bottom:calc(88px + env(safe-area-inset-bottom,0px));
    width:auto;
    padding:22px;
    border-radius:26px;
  }
  .cookie-banner p{
    font-size:16px;
    line-height:1.44;
  }
  .cookie-accept{
    width:100%;
    justify-content:center;
    padding:14px 22px;
    font-size:17px;
  }
}


/* v164: compact cookie banner in bottom-right corner */
.cookie-banner{
  left:auto!important;
  right:calc(18px + env(safe-area-inset-right,0px))!important;
  bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;
  width:min(300px,calc(100vw - 28px))!important;
  gap:8px!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  box-shadow:0 16px 42px rgba(18,4,10,.30)!important;
}
.cookie-banner p{
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
.cookie-banner a{
  font-weight:800!important;
  text-underline-offset:3px!important;
}
.cookie-accept{
  border-radius:12px!important;
  padding:8px 14px!important;
  font-size:13px!important;
  box-shadow:0 10px 20px rgba(217,141,85,.22)!important;
}
@media(max-width:760px){
  .cookie-banner{
    left:auto!important;
    right:12px!important;
    bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;
    width:min(280px,calc(100vw - 24px))!important;
    padding:13px 14px!important;
    border-radius:17px!important;
  }
  .cookie-banner p{
    font-size:11.5px!important;
    line-height:1.34!important;
  }
  .cookie-accept{
    width:auto!important;
    justify-self:start!important;
    padding:8px 13px!important;
    font-size:12.5px!important;
  }
}


/* v168: mobile hero cleanup — remove header line and show photo on first screen */
@media(max-width:760px){
  .topbar,
  .topbar::before,
  .topbar::after{
    border:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    outline:0!important;
  }

  .hero-main-ref{
    border-top:0!important;
    margin-top:0!important;
    overflow:hidden!important;
    min-height:calc(var(--app-height,100svh) - 66px)!important;
    padding-top:24px!important;
    padding-bottom:210px!important;
  }

  .hero-main-ref::before{
    top:-2px!important;
    z-index:0!important;
  }

  .hero-main-ref::after{
    bottom:-2px!important;
  }

  .hero-main-ref .hero-copy{
    position:relative!important;
    z-index:4!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage{
    display:block!important;
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    bottom:38px!important;
    width:auto!important;
    height:158px!important;
    min-height:0!important;
    max-height:158px!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    overflow:visible!important;
    z-index:3!important;
    pointer-events:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame{
    display:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main,
  .hero-main-ref .hero-ref-collage .hero-frame-right{
    display:block!important;
    position:absolute!important;
    top:auto!important;
    bottom:0!important;
    height:146px!important;
    min-height:0!important;
    max-height:146px!important;
    margin:0!important;
    padding:8px 8px 16px!important;
    box-sizing:border-box!important;
    border-radius:8px!important;
    background:#fff8f4!important;
    box-shadow:0 18px 42px rgba(0,0,0,.34)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    left:0!important;
    right:auto!important;
    width:48%!important;
    transform:rotate(-4deg)!important;
    z-index:2!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-right{
    right:0!important;
    left:auto!important;
    width:56%!important;
    transform:rotate(3deg)!important;
    z-index:3!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame img{
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:4px!important;
    display:block!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note{
    display:none!important;
  }
}

@media(max-width:420px){
  .hero-main-ref{
    padding-bottom:185px!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage{
    bottom:30px!important;
    height:136px!important;
    max-height:136px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main,
  .hero-main-ref .hero-ref-collage .hero-frame-right{
    height:126px!important;
    max-height:126px!important;
  }
}


/* v169: final mobile hero fix — remove pink gap and show photo before program card */
@media(max-width:760px){
  body{
    padding-top:calc(62px + env(safe-area-inset-top,0px))!important;
    background:#070204!important;
  }

  main{
    margin-top:-2px!important;
    background:#070204!important;
  }

  .topbar{
    height:62px!important;
    min-height:62px!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
    border:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    outline:0!important;
    background:#070204!important;
  }

  .topbar::before,
  .topbar::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  .mobile-menu{
    top:calc(62px + env(safe-area-inset-top,0px))!important;
    border-top:0!important;
  }

  .hero-main-ref{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    border:0!important;
    border-top:0!important;
    box-shadow:none!important;
    margin-top:0!important;
    min-height:auto!important;
    padding-top:26px!important;
    padding-bottom:72px!important;
    overflow:hidden!important;
  }

  .hero-main-ref::before{
    top:-6px!important;
  }

  .hero-main-ref .hero-copy{
    order:1!important;
    width:100%!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage{
    order:2!important;
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:158px!important;
    min-height:158px!important;
    max-height:158px!important;
    margin:22px 0 0!important;
    padding:0!important;
    transform:none!important;
    overflow:visible!important;
    z-index:4!important;
    pointer-events:auto!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame,
  .hero-main-ref .hero-ref-collage .hero-note{
    display:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-right{
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:158px!important;
    min-height:158px!important;
    max-height:158px!important;
    margin:0!important;
    padding:10px 10px 18px!important;
    box-sizing:border-box!important;
    border-radius:16px!important;
    background:#fff8f4!important;
    box-shadow:0 18px 42px rgba(0,0,0,.34)!important;
    transform:rotate(-1.5deg)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-right img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:10px!important;
    display:block!important;
  }

  .hero-main-ref .hero-programs-card{
    order:3!important;
    margin-top:26px!important;
  }
}

@media(max-width:420px){
  body{
    padding-top:calc(62px + env(safe-area-inset-top,0px))!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage,
  .hero-main-ref .hero-ref-collage .hero-frame-right{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
  }

  .hero-main-ref .hero-programs-card{
    margin-top:22px!important;
  }
}


/* v170: use the main woman photo on mobile hero instead of group photo */
@media(max-width:760px){
  .hero-main-ref .hero-ref-collage .hero-frame-right{
    display:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:158px!important;
    min-height:158px!important;
    max-height:158px!important;
    margin:0!important;
    padding:10px 10px 18px!important;
    box-sizing:border-box!important;
    border-radius:16px!important;
    background:#fff8f4!important;
    box-shadow:0 18px 42px rgba(0,0,0,.34)!important;
    transform:rotate(-1.5deg)!important;
    z-index:4!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:10px!important;
    display:block!important;
  }
}

@media(max-width:420px){
  .hero-main-ref .hero-ref-collage .hero-frame-main{
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
  }
}


/* v171: restore square mobile hero photo and pink next section */
@media(max-width:760px){
  .hero-main-ref{
    display:flex!important;
    flex-direction:column!important;
    min-height:auto!important;
    padding-bottom:42px!important;
    background:
      radial-gradient(circle at 15% 20%, rgba(255,62,154,.13), transparent 28%),
      linear-gradient(180deg,#070204 0%,#13030a 100%)!important;
  }

  .hero-main-ref .hero-copy{
    order:1!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage{
    order:2!important;
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:28px 0 -34px!important;
    padding:0!important;
    transform:none!important;
    overflow:visible!important;
    z-index:4!important;
    pointer-events:auto!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame,
  .hero-main-ref .hero-ref-collage .hero-frame-right,
  .hero-main-ref .hero-ref-collage .hero-frame-left,
  .hero-main-ref .hero-ref-collage .hero-note{
    display:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1 / 1!important;
    margin:0!important;
    padding:12px 12px 26px!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
    background:#fff8f4!important;
    box-shadow:0 24px 54px rgba(0,0,0,.34)!important;
    transform:rotate(-1.5deg)!important;
    z-index:4!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1 / 1!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:12px!important;
    display:block!important;
  }

  .hero-main-ref .hero-programs-card{
    order:3!important;
    margin-top:64px!important;
  }

  #about.section.results,
  .section.results{
    background:
      radial-gradient(circle at 85% 8%, rgba(255,255,255,.84), transparent 24%),
      linear-gradient(180deg,#fff4f9 0%,#fde8f1 100%)!important;
    background-color:#fff4f9!important;
  }

  #about.section.results{
    margin-top:0!important;
    border-top:0!important;
    box-shadow:0 -18px 54px rgba(255,246,250,.34),0 24px 58px rgba(84,21,46,.08)!important;
  }
}

@media(max-width:420px){
  .hero-main-ref .hero-visual.hero-ref-collage{
    margin-top:24px!important;
    margin-bottom:-30px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    aspect-ratio:1 / 1!important;
    padding:10px 10px 24px!important;
  }

  .hero-main-ref .hero-programs-card{
    margin-top:58px!important;
  }
}


/* v172: adjust mobile hero photo crop so the face is visible */
@media(max-width:760px){
  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    object-position:center 22%!important;
  }
}

@media(max-width:420px){
  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    object-position:center 20%!important;
  }
}


/* v173: restore all mobile hero photos and captions */
@media(max-width:760px){
  .hero-main-ref{
    padding-bottom:56px!important;
  }

  .hero-main-ref .hero-visual.hero-ref-collage{
    order:2!important;
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:28px 0 -30px!important;
    padding:0!important;
    transform:none!important;
    overflow:visible!important;
    z-index:4!important;
    pointer-events:auto!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame,
  .hero-main-ref .hero-ref-collage .hero-note{
    display:block!important;
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame{
    height:auto!important;
    padding:12px 12px 26px!important;
    border-radius:18px!important;
    background:#fff8f4!important;
    box-shadow:0 24px 54px rgba(0,0,0,.34)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    order:1!important;
    aspect-ratio:1 / 1!important;
    transform:rotate(-1.5deg)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note-top{
    order:2!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-left{
    order:3!important;
    aspect-ratio:1 / .74!important;
    transform:rotate(1.2deg)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note-left{
    order:4!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-right{
    order:5!important;
    aspect-ratio:1 / .74!important;
    transform:rotate(-1deg)!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note-bottom{
    order:6!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame img{
    width:100%!important;
    height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:12px!important;
    display:block!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    object-position:center 20%!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note{
    max-width:100%!important;
    padding:14px 16px!important;
    border-radius:18px!important;
    background:rgba(248,231,220,.94)!important;
    color:#341821!important;
    box-shadow:0 16px 36px rgba(0,0,0,.20)!important;
    font-size:16px!important;
    line-height:1.22!important;
    font-weight:800!important;
  }

  .hero-main-ref .hero-programs-card{
    order:3!important;
    margin-top:64px!important;
  }
}

@media(max-width:420px){
  .hero-main-ref .hero-visual.hero-ref-collage{
    margin-top:24px!important;
    margin-bottom:-26px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame{
    padding:10px 10px 24px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-note{
    font-size:15px!important;
  }
}


/* v174: restore second mobile hero photo proportions and face crop */
@media(max-width:760px){
  .hero-main-ref .hero-ref-collage .hero-frame-left{
    aspect-ratio:1 / 0.95!important;
    padding:12px 12px 24px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-left img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 16%!important;
    border-radius:12px!important;
    display:block!important;
  }
}

@media(max-width:420px){
  .hero-main-ref .hero-ref-collage .hero-frame-left{
    aspect-ratio:1 / 0.92!important;
    padding:10px 10px 22px!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-left img{
    object-position:center 14%!important;
  }
}


/* v177: show first mobile hero photo immediately, without reveal delay */
@media(max-width:760px){
  .hero-main-ref .hero-visual,
  .hero-main-ref .hero-visual.reveal,
  .hero-main-ref .hero-ref-collage,
  .hero-main-ref .hero-ref-collage.reveal,
  .hero-main-ref .hero-ref-collage .hero-frame-main,
  .hero-main-ref .hero-ref-collage .hero-frame-main img{
    opacity:1!important;
    visibility:visible!important;
  }

  .hero-main-ref .hero-visual.reveal,
  .hero-main-ref .hero-ref-collage.reveal{
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }

  .hero-main-ref .hero-ref-collage .hero-frame-main{
    display:block!important;
  }
}

