:root{--orange:#ff6b1a;--orange-dark:#e25400;--orange-soft:#ff6b1a1f;--ink:#0d0d0d;--ink-2:#161616;--ink-3:#1e1e1e;--line:#2b2b2b;--paper:#fff;--paper-2:#f5f6f7;--text:#101114;--text-muted:#5c626b;--text-invert:#fff;--text-invert-muted:#b7bcc1;--radius:14px;--radius-lg:22px;--maxw:1140px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--shadow:0 18px 40px #0d0d0d1a}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:84px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{background:var(--paper);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.65}img,svg{max-width:100%}a{color:inherit}h1,h2,h3{letter-spacing:-.02em;margin:0 0 .5em;font-weight:800;line-height:1.12}h1{font-size:clamp(2.2rem,7vw,4rem)}h2{font-size:clamp(1.75rem,4.4vw,2.6rem)}h3{font-size:1.2rem}p{margin:0 0 1em}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}.section{padding:clamp(64px,9vw,110px) 0}.section--dark{background:var(--ink);color:var(--text-invert)}.section--grey{background:var(--paper-2)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:14px;font-size:.78rem;font-weight:800;display:inline-block}.lead{color:var(--text-muted);max-width:60ch;font-size:clamp(1.02rem,2.2vw,1.2rem)}.section--dark .lead{color:var(--text-invert-muted)}.btn{font:inherit;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:15px 26px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s,color .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.btn--primary{background:var(--orange);color:#fff}.btn--primary:hover{background:var(--orange-dark)}.btn--ghost{background:0 0;border-color:currentColor}.btn--ghost:hover{background:var(--orange);border-color:var(--orange);color:#fff}.btn--block{width:100%}.site-header{z-index:50;backdrop-filter:blur(10px);border-bottom:1px solid var(--line);color:var(--text-invert);background:#0d0d0deb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;min-height:68px;display:flex}.brand{color:#fff;align-items:center;gap:11px;text-decoration:none;display:flex}.brand svg{flex:none;width:34px;height:34px}.brand__name{letter-spacing:.01em;font-size:1.22rem;font-weight:900;line-height:1}.brand__name em{color:var(--orange);font-style:normal}.brand__claim{letter-spacing:.19em;color:var(--text-invert-muted);margin-top:4px;font-size:.56rem;font-weight:700;display:block}.nav{align-items:center;gap:4px;display:flex}.nav a{color:var(--text-invert-muted);border-radius:999px;padding:9px 13px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s,background-color .15s}.nav a:hover,.nav a:focus-visible{color:#fff;background:#ffffff12}.nav .btn{color:#fff;margin-left:8px;padding:10px 20px;font-size:.92rem}.nav-toggle{border:1px solid var(--line);color:#fff;cursor:pointer;background:0 0;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;display:none}.nav-toggle svg{width:22px;height:22px}.nav-toggle__close{display:none}@media (width<=900px){.nav-toggle{display:inline-flex}.nav{background:var(--ink);border-bottom:1px solid var(--line);visibility:hidden;flex-direction:column;align-items:stretch;gap:2px;padding:14px 20px 26px;transition:transform .25s,visibility .25s;position:fixed;inset:68px 0 auto;transform:translateY(-130%)}.nav a{border-radius:11px;padding:14px 12px;font-size:1.05rem}.nav .btn{margin:12px 0 0;padding:15px 20px;font-size:1rem}.site-header.is-open .nav{visibility:visible;transform:translateY(0)}.site-header.is-open .nav-toggle__open{display:none}.site-header.is-open .nav-toggle__close{display:block}}.hero{background:var(--ink);color:var(--text-invert);padding:clamp(56px,9vw,104px) 0 clamp(60px,8vw,96px);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.hero:before{background:radial-gradient(circle,#ff6b1a4d,#0000 62%);width:620px;height:620px;top:-300px;right:-190px}.hero:after{background:radial-gradient(circle,#ff6b1a24,#0000 65%);width:460px;height:460px;bottom:-280px;left:-170px}.hero__inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(38px,6vw,64px);display:grid;position:relative}@media (width<=900px){.hero__inner{grid-template-columns:1fr}}.hero__badge{background:var(--orange-soft);color:#ffd0b0;border:1px solid #ff6b1a66;border-radius:999px;align-items:center;gap:9px;margin-bottom:22px;padding:7px 15px 7px 9px;font-size:.83rem;font-weight:700;display:inline-flex}.hero__badge span{background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.72rem;display:grid}.hero h1 em{color:var(--orange);font-style:normal}.hero__text{color:var(--text-invert-muted);max-width:52ch;font-size:clamp(1.05rem,2.3vw,1.22rem)}.hero__cta{flex-wrap:wrap;gap:12px;margin:30px 0 34px;display:flex}.hero__cta .btn--ghost{color:#fff}.hero__facts{border-top:1px solid var(--line);flex-wrap:wrap;gap:12px 30px;margin:0;padding-top:26px;list-style:none;display:flex}.hero__facts div{color:var(--orange);font-size:1.6rem;font-weight:900;line-height:1.1}.hero__facts li{color:var(--text-invert-muted);font-size:.86rem}.hero__card{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;position:relative;box-shadow:0 30px 70px #00000080}.hero__card h2{margin-bottom:4px;font-size:1.24rem}.hero__card>p{color:var(--text-invert-muted);margin-bottom:20px;font-size:.92rem}.hero__list{gap:12px;margin:0 0 22px;padding:0;list-style:none;display:grid}.hero__list li{color:#e8eaec;align-items:flex-start;gap:12px;font-size:.96rem;display:flex}.hero__list svg{width:21px;height:21px;color:var(--orange);flex:none;margin-top:2px}.section__head{max-width:62ch;margin-bottom:clamp(34px,5vw,54px)}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.card{border-radius:var(--radius-lg);background:#fff;border:1px solid #e6e8ea;flex-direction:column;padding:28px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.card:hover{box-shadow:var(--shadow);border-color:#ff6b1a80;transform:translateY(-4px)}.card__icon{background:var(--orange-soft);width:52px;height:52px;color:var(--orange);border-radius:15px;place-items:center;margin-bottom:18px;display:grid}.card__icon svg{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.card p{color:var(--text-muted);font-size:.97rem}.card__meta{border-top:1px solid #ececee;justify-content:space-between;align-items:baseline;gap:12px;margin-top:auto;padding-top:18px;display:flex}.card__price{font-size:1.28rem;font-weight:900}.card__price span{color:var(--text-muted);font-size:.8rem;font-weight:600}.card__tag{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);font-size:.76rem;font-weight:800}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(34px,6vw,64px);display:grid}@media (width<=900px){.split{grid-template-columns:1fr}}.check-list{gap:13px;margin:0 0 28px;padding:0;list-style:none;display:grid}.check-list li{align-items:flex-start;gap:13px;display:flex}.check-list svg{width:22px;height:22px;color:var(--orange);flex:none;margin-top:3px}.panel{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(24px,4vw,34px)}.panel h3{color:#fff}.stat-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px;display:grid}.stat{background:var(--ink-3);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.stat b{color:var(--orange);font-size:1.5rem;line-height:1.2;display:block}.stat span{color:var(--text-invert-muted);font-size:.82rem}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.step{border-radius:var(--radius-lg);background:#fff;border:1px solid #e6e8ea;padding:30px 24px 26px;position:relative}.step b{background:var(--orange);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:16px;font-size:1.05rem;font-weight:900;display:grid}.step p{color:var(--text-muted);margin:0;font-size:.96rem}.about__photo{aspect-ratio:4/5;border-radius:var(--radius-lg);border:1px solid var(--line);background:linear-gradient(150deg, var(--ink-2), var(--ink-3));text-align:center;color:#55595e;place-items:center;padding:24px;font-size:.86rem;display:grid;overflow:hidden}.about__photo svg{color:#3a3d41;width:62px;height:62px;margin-bottom:12px}.about__photo img{object-fit:cover;width:100%;height:100%;display:block}.trainer-grid{grid-template-columns:.82fr 1.18fr;align-items:stretch;gap:clamp(28px,4vw,52px);display:grid}.trainer-media{flex-direction:column;gap:14px;display:flex}.trainer-media .about__photo{aspect-ratio:auto;flex:auto;min-height:300px;max-height:640px}.trainer-media .badges{flex:none;margin:auto 0 0}.trainer-body{flex-direction:column;display:flex}.trainer-body>p:last-child{margin-top:auto;padding-top:20px}@media (width<=1050px){.trainer-grid{grid-template-columns:1fr}.trainer-media .about__photo{aspect-ratio:4/5;flex:none;max-width:400px;max-height:none}.trainer-media .badges{margin:0}.trainer-body>p:last-child{margin-top:22px}}.badges{flex-wrap:wrap;gap:9px;margin:0 0 26px;padding:0;list-style:none;display:flex}.badge{background:var(--orange-soft);color:#ffd0b0;border:1px solid #ff6b1a66;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.83rem;font-weight:700;display:inline-flex}.badge svg{width:15px;height:15px;color:var(--orange)}.badge small{color:#9a9ea3;font-weight:600}.stations{grid-template-columns:repeat(2,1fr);gap:0 26px;margin:0;padding:0;list-style:none;display:grid}.station{border-bottom:1px solid var(--line);grid-template-columns:1fr;gap:3px;padding:11px 0;display:grid}.station:nth-last-child(-n+2){border-bottom:0}@media (width<=700px){.stations{grid-template-columns:1fr}.station:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.station:last-child{border-bottom:0}}.station__period{color:#7d8288;padding-top:2px;font-size:.83rem;font-weight:700}.station__club{color:#fff;flex-wrap:wrap;align-items:center;gap:9px;font-weight:800;display:flex}.station__club em{letter-spacing:.08em;text-transform:uppercase;color:var(--orange);border:1px solid #ff6b1a73;border-radius:999px;padding:2px 8px;font-size:.68rem;font-style:normal;font-weight:800}.station__role{color:var(--text-invert-muted);margin-top:2px;font-size:.9rem}.wins{gap:10px;margin:0;padding:0;list-style:none;display:grid}.wins li{grid-template-columns:62px 1fr;align-items:baseline;gap:14px;font-size:.92rem;display:grid}.wins b{color:var(--orange);font-size:.78rem;font-weight:800}.wins span{color:var(--text-invert-muted)}.wins span b{color:#fff;font-size:.92rem;font-weight:700;display:block}.faq{gap:12px;max-width:820px;margin:0 auto;display:grid}.faq details{border-radius:var(--radius);background:#fff;border:1px solid #e6e8ea;padding:4px 20px}.faq details[open]{border-color:#ff6b1a80}.faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;font-weight:700;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";background:var(--orange-soft);width:26px;height:26px;color:var(--orange);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.faq details[open] summary:after{content:"–"}.faq summary:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:8px}.faq p{color:var(--text-muted);margin:0 0 16px;font-size:.97rem}.form-layout{grid-template-columns:.85fr 1.15fr;align-items:stretch;gap:clamp(30px,5vw,54px);display:grid}.contact-intro{flex-direction:column;display:flex}@media (width<=900px){.form-layout{grid-template-columns:1fr}}.contact-list{gap:16px;margin:auto 0 0;padding:26px 0 0;list-style:none;display:grid}@media (width<=900px){.contact-list{margin-top:26px;padding-top:0}}.contact-list li{align-items:flex-start;gap:14px;display:flex}.contact-list svg{width:22px;height:22px;color:var(--orange);flex:none;margin-top:3px}.contact-list a{color:#fff;border-bottom:1px solid #ff6b1a99;text-decoration:none}.contact-list a:hover{color:var(--orange)}.contact-list small{color:var(--text-invert-muted);font-size:.82rem;display:block}.form{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(22px,3.5vw,32px)}.field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=620px){.field-row{grid-template-columns:1fr}}.field{margin-bottom:16px;display:block}.field>span{color:#e8eaec;margin-bottom:7px;font-size:.86rem;font-weight:700;display:block}.field>span b{color:var(--orange)}.field input,.field select,.field textarea{background:var(--ink-3);border:1px solid var(--line);color:#fff;width:100%;font:inherit;border-radius:11px;padding:13px 15px;font-size:1rem;transition:border-color .15s,box-shadow .15s}.field textarea{resize:vertical;min-height:128px}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b1a' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:18px;padding-right:44px}.field input::placeholder,.field textarea::placeholder{color:#6b7075}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #ff6b1a38}.field--check{color:var(--text-invert-muted);align-items:flex-start;gap:12px;margin:4px 0 20px;font-size:.86rem;display:flex}.field--check input{width:20px;height:20px;accent-color:var(--orange);flex:none;margin-top:2px}.field--check a{color:var(--orange)}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form__note{color:#7d8288;text-align:center;margin:16px 0 0;font-size:.79rem}.form__status{border-radius:11px;margin-bottom:18px;padding:14px 16px;font-size:.92rem;font-weight:600;display:none}.form__status.is-visible{display:block}.form__status.is-ok{color:#7ee2a3;background:#2ea05724;border:1px solid #2ea05780}.form__status.is-error{color:#ff9d90;background:#e23c2824;border:1px solid #e23c2880}.site-footer{color:var(--text-invert-muted);border-top:1px solid var(--line);background:#080808;padding:54px 0 28px;font-size:.9rem}.site-footer__grid{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr;gap:30px;padding-bottom:30px;display:grid}@media (width<=760px){.site-footer__grid{grid-template-columns:1fr}}.site-footer h4{color:#fff;letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.79rem}.site-footer ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--orange)}.site-footer__bottom{color:#6f747a;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;padding-top:22px;font-size:.82rem;display:flex}.legal{max-width:800px;margin:0 auto;padding:clamp(50px,8vw,84px) 20px}.legal h1{font-size:clamp(1.9rem,5vw,2.6rem)}.legal h2{margin-top:2em;font-size:1.3rem}.legal p,.legal li{color:var(--text-muted);font-size:.97rem}.legal a{color:var(--orange-dark)}.back-link{color:var(--orange-dark);align-items:center;gap:8px;margin-bottom:26px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.skip-link{z-index:100;background:var(--orange);color:#fff;border-radius:0 0 10px;padding:12px 18px;font-weight:700;position:absolute;left:-9999px}.skip-link:focus{top:0;left:0}
