:root{--bg: #121212;--fg: #E0E0E0;--muted: #B0B0B0;--primary: #C4A35A;--accent: #2A3B4C;--surface: #1E1E1E;--border: #2C2C2C;--beige-1: rgba(196,163,90,.18);--beige-2: rgba(229,214,182,.14);--red: #660000;--red-dark: #440000;--red-2: rgba(102,0,0,.2);--red-3: rgba(102,0,0,.1);--red-hover: #770000;--beige-glow: rgba(233,226,211,.1)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(2000px 1200px at 60% -30%,rgba(196,163,90,.06),transparent),radial-gradient(1800px 1000px at 40% 130%,rgba(42,59,76,.04),transparent),radial-gradient(1500px 800px at 20% 50%,rgba(196,163,90,.03),transparent),radial-gradient(1200px 600px at 80% 80%,rgba(42,59,76,.02),transparent),linear-gradient(180deg,#0d0d0d,#111,#151515,#181818,#151515,#111);background-attachment:fixed;color:var(--fg);font-family:Inter,system-ui,Arial}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.navbar{position:sticky;top:0;background:linear-gradient(180deg,#0d0d0df2,#111111e6);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--border);z-index:20}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;position:relative;z-index:25}.brand{display:flex;align-items:center;gap:12px;color:var(--fg);text-decoration:none;font-weight:900;font-size:18px}.logo{display:block;border-radius:8px;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.brand-text{letter-spacing:.4px}.nav-links{display:flex;gap:18px}.nav-links a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);text-decoration:none;padding:10px 12px;border-radius:10px;border:1px solid transparent;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.nav-links a svg{color:var(--muted)}.nav-links a.active,.nav-links a:hover{color:var(--fg);border-color:var(--border);background:#ffffff0a;box-shadow:inset 0 -2px #c4a35aa6}.app main{min-height:calc(100vh - 144px)}.hero{position:relative;padding:96px 0 80px;overflow:hidden;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;z-index:0;background:radial-gradient(circle at 25% 25%,rgba(196,163,90,.03) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(196,163,90,.02) 0%,transparent 50%),linear-gradient(45deg,transparent 48%,rgba(196,163,90,.01) 49%,rgba(196,163,90,.01) 51%,transparent 52%);background-size:200px 200px,300px 300px,20px 20px;animation:patternFloat 20s ease-in-out infinite}@keyframes patternFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(180deg,#0a0a0a00,#0a0a0a00 65%,#0a0a0a14 80%,#0a0a0a29)}.hero>*{position:relative;z-index:1}.hero .anim-layer{position:absolute;top:-10%;right:-100%;bottom:-10%;left:-100%;pointer-events:none;animation:heroFloat 24s ease-in-out infinite}.hero .anim-layer:before,.hero .anim-layer:after{animation-duration:28s}@keyframes heroFloat{0%{transform:translateY(-2%)}50%{transform:translateY(2%)}to{transform:translateY(-2%)}}.hero .anim-layer:before,.hero .anim-layer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 500px at 0% 30%,var(--beige-2),transparent),radial-gradient(1200px 500px at 100% 70%,var(--beige-1),transparent);animation:heroDrift 16s linear infinite}.hero .anim-layer:after{filter:blur(18px);opacity:.9;animation-duration:22s}@keyframes heroDrift{0%{transform:translate(-8%)}50%{transform:translate(8%)}to{transform:translate(-8%)}}.hero-title{opacity:0;transform:translateY(8px);animation:fadeUp .6s ease forwards .05s;transition:transform .3s ease}.hero-title:hover{transform:scale(1.02)!important}.hero-cta-large{opacity:0;transform:translateY(8px);animation:fadeUp .6s ease forwards .15s;transition:transform .3s ease}.hero-cta-large:hover{transform:translateY(-2px)!important}.stats{opacity:0;transform:translateY(8px);animation:fadeUp .6s ease forwards .25s}.stat{transition:transform .3s ease,box-shadow .3s ease;cursor:default}.stat:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 32px #c4a35a26}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.hero-redesign{position:relative}.hero-redesign .edge{position:absolute;left:0;right:0;height:120px;pointer-events:none}.hero-redesign .edge-top{top:0;background:linear-gradient(180deg,#c7a97b26,#c7a97b00)}.hero-redesign .edge-bottom{bottom:0;background:linear-gradient(0deg,#c7a97b26,#c7a97b00)}.hero-visual{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff05,#0000001a);aspect-ratio:2 / 1;max-height:380px}.hero-visual img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform 8s ease;filter:saturate(.96) contrast(1.04)}.hero-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#12121200 62%,#12121247),radial-gradient(700px 260px at 50% 100%,rgba(196,163,90,.08),transparent)}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(560px 180px at 50% 0%,rgba(255,255,255,.05),transparent)}.hero-visual:hover img{transform:scale(1.06)}@media (prefers-reduced-motion: reduce){.hero .anim-layer,.hero .anim-layer:before,.hero .anim-layer:after,.hero-title,.hero-subtitle,.hero-cta{animation:none!important}}.hero:before{content:"";position:absolute;inset:-20% -10% auto -10%;height:60%;background:radial-gradient(600px 280px at 10% 20%,rgba(199,169,123,.22),transparent),radial-gradient(700px 320px at 90% 10%,rgba(239,216,172,.18),transparent);filter:blur(40px)}.hero .glow{position:absolute;inset:-30% -20% auto -20%;height:70%;background:radial-gradient(800px 400px at 50% 0%,rgba(255,244,224,.05),transparent)}.hero-inner{text-align:center}.hero h1{margin:0 0 8px;font-size:40px}.hero p{margin:0 0 24px;color:var(--muted)}.cta{display:inline-flex;gap:12px}.btn{position:relative;padding:12px 18px;border-radius:12px;border:1px solid var(--border);cursor:pointer;text-decoration:none;display:inline-inline-block;transition:transform .15s ease,filter .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0) scale(.98);box-shadow:0 0 0 8px #6600002e,0 8px 24px #66000047}.btn-primary{background:linear-gradient(180deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 6px 18px #66000047}.btn-primary{border-color:#c4a35a59}.btn-primary:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:10px;background:linear-gradient(90deg,#c4a35a2e,#c4a35a00);pointer-events:none}.btn-primary:hover{background:linear-gradient(180deg,var(--red-hover),var(--red));transform:translateY(-1px);animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 6px 18px #66000047,0 0 #6006}50%{box-shadow:0 6px 18px #66000047,0 0 0 8px #6600001a}}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;box-shadow:inset 0 0 0 1px var(--beige-glow)}.btn-secondary{background:linear-gradient(180deg,#191917,#121211);color:var(--fg);border-color:var(--border)}.btn-ghost{background:transparent;color:var(--fg);border-color:#2b2b2e}.btn-cta{background:linear-gradient(180deg,var(--red),var(--red-dark));color:#fff;border-color:transparent;padding:12px 18px;border-radius:14px;font-weight:700;display:inline-flex;align-items:center}.btn-cta{border-color:#c4a35a59}.btn-cta:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:12px;background:linear-gradient(90deg,#c4a35a2e,#c4a35a00);pointer-events:none}.btn-cta:hover{background:linear-gradient(180deg,var(--red-hover),var(--red))}.btn-cta:active{transform:translateY(0) scale(.98);box-shadow:0 0 0 8px #66000024,0 6px 18px #66000047}.section{padding:64px 0;position:relative}.section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:90%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(196,163,90,.4) 10%,rgba(196,163,90,.8) 30%,rgba(196,163,90,1) 50%,rgba(196,163,90,.8) 70%,rgba(196,163,90,.4) 90%,transparent 100%);box-shadow:0 0 20px #c4a35a4d}.section:first-child:before{display:none}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:22px}.card{position:relative;padding:20px;border:1px solid var(--border);border-radius:14px;background:#15151599;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:14px;background:linear-gradient(120deg,#c7a97b29,#efd8ac1f);filter:blur(22px);opacity:0;transition:opacity .25s ease}.card:hover{transform:translateY(-3px);box-shadow:0 10px 26px #00000059;border-color:#2e2e36}.card:hover:before{opacity:1}.card .icon{font-size:28px;margin-bottom:8px}.form{display:grid;gap:12px;max-width:520px}.form input,.form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #2a2a2e;background:#121214;color:var(--fg)}.form textarea{min-height:120px}.note{margin:8px 0 0;font-size:14px}.note.success{color:#57d38c}.note.error{color:#ff6961}.footer{border-top:1px solid #1f1f21;padding:24px 0;color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:24px}.stat{background:#15151580;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:12px;padding:16px;text-align:center}.stat h3{margin:0;font-size:28px;color:var(--primary)}.stat p{margin:6px 0 0;color:var(--muted)}.marquee{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#15151580;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.marquee-track{display:flex;gap:32px;padding:12px 16px;animation:marquee 20s linear infinite;white-space:nowrap}.marquee strong{color:var(--primary)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.team-values .value-item{transition:transform .3s ease,box-shadow .3s ease;cursor:default}.team-values .value-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 32px #c4a35a26}.value-icon{filter:grayscale(100%) brightness(1.2) contrast(1.1);transition:filter .3s ease,transform .3s ease,color .3s ease;color:var(--muted)}.value-item:hover .value-icon{filter:grayscale(0%) brightness(1.3) contrast(1.2);transform:scale(1.1);color:var(--primary)}.team-values .value-item:nth-child(1){animation-delay:.1s}.team-values .value-item:nth-child(2){animation-delay:.2s}.team-values .value-item:nth-child(3){animation-delay:.3s}.team-values .value-item:nth-child(4){animation-delay:.4s}.principle-card{cursor:default}.principle-card:hover{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 12px 40px #c4a35a33!important;border-color:#c4a35a66!important}.result-card{cursor:default}.result-card:hover{transform:translateY(-4px) scale(1.01)!important;box-shadow:0 8px 24px #c4a35a26!important;border-color:#c4a35a4d!important}.fade-in{animation:fadeIn .4s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.9);box-shadow:0 0 #0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;transform:translateY(0) scale(1);box-shadow:0 30px 100px #0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important}.modal-scroll::-webkit-scrollbar{width:6px}.modal-scroll::-webkit-scrollbar-track{background:transparent}.modal-scroll::-webkit-scrollbar-thumb{background:#c4a35a4d;border-radius:3px}.modal-scroll::-webkit-scrollbar-thumb:hover{background:#c4a35a80}.schedule{margin-top:20px}.schedule-grid{display:grid;grid-template-columns:120px repeat(3,1fr);border:1px solid var(--border);border-radius:12px;overflow:hidden}.schedule-grid .head{background:linear-gradient(180deg,#171613,#12110f);color:var(--muted);font-weight:600}.schedule-grid .row{display:contents}.schedule-grid .cell{padding:14px 16px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.schedule-grid .cell:last-child{border-right:none}.schedule-grid .row:last-child .cell{border-bottom:none}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.reveal-in{opacity:1;transform:translateY(0)}.reveal .card{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.reveal-in .card{opacity:1;transform:translateY(0)}.reveal .card:nth-child(1){transition-delay:.1s}.reveal .card:nth-child(2){transition-delay:.2s}.reveal .card:nth-child(3){transition-delay:.3s}.reveal .card:nth-child(4){transition-delay:.4s}.reveal .card:nth-child(5){transition-delay:.5s}.reveal .card:nth-child(6){transition-delay:.6s}@media (max-width: 1200px){.container{padding:0 20px}}@media (max-width: 900px){.hero h1{font-size:34px}.nav-links{gap:12px}}@media (max-width: 720px){.nav-inner{height:56px}.nav-links{display:none}.cards{grid-template-columns:1fr}.cta{display:flex;flex-direction:column}.btn{width:100%}}.mobile-menu-toggle{display:none;background:linear-gradient(135deg,#c4a35a1a,#c4a35a0d);border:1px solid rgba(196,163,90,.3);color:var(--fg);font-size:18px;cursor:pointer;padding:10px;border-radius:12px;transition:all .3s ease;min-width:44px;min-height:44px;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:25;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.mobile-menu-toggle:hover{background:linear-gradient(135deg,#c4a35a33,#c4a35a26);border-color:#c4a35a80;transform:scale(1.05);box-shadow:0 4px 12px #c4a35a33}.mobile-menu-toggle:active{transform:scale(.95);background:linear-gradient(135deg,#c4a35a4d,#c4a35a33)}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#0d0d0df2,#111111fa,#0d0d0df2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(196,163,90,.3);border-radius:16px;z-index:10;transform:translateY(-20px) scale(.95);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);max-height:calc(100vh - 72px);overflow:hidden;margin-top:8px;box-shadow:0 8px 32px #0006,0 0 0 1px #c4a35a1a,inset 0 1px #ffffff1a}.mobile-nav-open{transform:translateY(0) scale(1);opacity:1}.mobile-nav-content{padding:20px 24px;display:flex;flex-direction:column;gap:12px;position:relative;z-index:1;margin-top:0;background:linear-gradient(180deg,#ffffff05,#ffffff03);border-radius:16px}.mobile-nav a{display:flex;align-items:center;gap:12px;color:var(--muted);text-decoration:none;padding:14px 16px;border-radius:12px;border:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:15px;font-weight:500;position:relative;z-index:1;background:linear-gradient(135deg,#ffffff08,#ffffff03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.mobile-nav a:hover,.mobile-nav a.active{color:var(--fg);border-color:#c4a35a66;background:linear-gradient(135deg,#c4a35a26,#c4a35a14);box-shadow:0 4px 12px #c4a35a33,inset 0 1px #ffffff1a;transform:translateY(-2px)}.mobile-nav a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(196,163,90,.1),transparent);transition:left .5s ease}.mobile-nav a:hover:before{left:100%}.mobile-contact-btn{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;padding:16px 20px;border-radius:12px;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:16px;font-weight:600;position:relative;z-index:1;background:linear-gradient(135deg,#dc2626,#b91c1c,#991b1b);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:100%;text-align:center;justify-content:center;overflow:hidden;margin-top:8px;box-shadow:0 4px 16px #dc262666,0 0 0 1px #ffffff1a}.mobile-contact-btn:hover{color:#fff;border-color:#ffffff4d;background:linear-gradient(135deg,#ef4444,#dc2626,#b91c1c);box-shadow:0 6px 20px #dc262680,0 0 0 1px #fff3;transform:translateY(-3px)}.mobile-contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.mobile-contact-btn:hover:before{left:100%}.mobile-cta{margin-top:8px;justify-content:center;background:linear-gradient(180deg,var(--red),var(--red-dark))!important;color:#fff!important;border-color:#c4a35a59!important;font-weight:600;padding:14px 20px!important;font-size:16px!important;position:relative;z-index:1;margin-bottom:0}.mobile-cta:hover{background:linear-gradient(180deg,var(--red-hover),var(--red))!important;color:#fff!important}.desktop-nav,.desktop-cta{display:flex}@media (max-width: 768px){.desktop-nav,.desktop-cta{display:none!important}.navbar{position:fixed!important;top:0;left:0;right:0;z-index:1000;width:100%}body{padding-top:72px}.nav-inner{justify-content:flex-start!important;align-items:center;position:relative;z-index:10;padding-right:80px;width:100%}.brand{flex:0 0 auto;max-width:calc(100% - 80px);overflow:hidden;white-space:nowrap;position:relative;z-index:1}.brand-text{font-size:16px!important;overflow:hidden;text-overflow:ellipsis}.logo{width:40px!important;height:40px!important}.mobile-menu-toggle{display:flex!important;position:absolute;top:50%;right:16px;transform:translateY(-50%);z-index:1002;width:52px;height:52px;background:linear-gradient(135deg,#c4a35a26,#c4a35a14);border:2px solid rgba(196,163,90,.4);cursor:pointer;pointer-events:auto;align-items:center;justify-content:center;border-radius:16px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 16px #0003,0 0 0 1px #c4a35a33;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-toggle svg{width:24px;height:24px;color:var(--fg);transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-toggle:hover{background:linear-gradient(135deg,#c4a35a40,#c4a35a26);border-color:#c4a35a99;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px #c4a35a4d,0 0 0 1px #c4a35a4d}.mobile-menu-toggle:hover svg{color:#c4a35a;transform:rotate(90deg)}.brand{pointer-events:none;cursor:default}.brand img,.brand .brand-text{pointer-events:none}.btn-cta,.desktop-cta,button[aria-label="Связаться с нами"]{display:none!important}.mobile-nav{display:block;position:fixed;top:72px;left:16px;right:auto;width:fit-content;min-width:280px;max-width:calc(100vw - 32px);z-index:999;background:linear-gradient(135deg,#0d0d0df2,#111111fa,#0d0d0df2);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(196,163,90,.3);border-radius:16px;box-shadow:0 8px 32px #0006,0 0 0 1px #c4a35a1a,inset 0 1px #ffffff1a}.navbar{position:relative;z-index:20}.mobile-nav{pointer-events:none!important;opacity:0!important;transform:translateY(-20px) scale(.95)!important}.services-page .container{max-width:90%!important;padding-left:8px!important;padding-right:8px!important}.services-page .section{padding-left:4px!important;padding-right:4px!important}.services-page .service-grid{gap:12px!important}.services-page .service-card{padding:16px!important}.services-page .service-grid-main,.services-page .service-grid-additional{grid-template-columns:1fr!important;gap:16px!important}.services-page .service-item{min-width:unset!important;width:100%!important}.services-page p{max-width:100%!important}.services-page .service-item{padding:20px 16px!important;border-radius:16px!important;margin-bottom:16px!important;border:1px solid rgba(196,163,90,.2)!important;background:linear-gradient(135deg,#1e1e1ef2,#191919fa)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 4px 16px #0000004d,0 0 0 1px #c4a35a1a!important;transition:all .3s ease!important}.services-page .service-item:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #0006,0 0 0 1px #c4a35a4d!important;border-color:#c4a35a66!important}.services-page .service-item h3{font-size:18px!important;margin-bottom:12px!important;color:var(--fg)!important}.services-page .service-item p{font-size:14px!important;line-height:1.5!important;margin-bottom:16px!important;color:var(--muted)!important}.services-page .service-item .service-icon{width:40px!important;height:40px!important;margin-bottom:12px!important}.services-page .service-item .service-features{margin:12px 0!important}.services-page .service-item .service-features li{font-size:13px!important;margin-bottom:6px!important;padding-left:20px!important}.services-page .service-item .service-features li:before{width:6px!important;height:6px!important;left:0!important;top:8px!important}.services-page h2{font-size:32px!important;margin-bottom:16px!important;text-align:center!important}.services-page h3{font-size:24px!important;margin-bottom:20px!important;text-align:center!important}.services-page .service-item button,.services-page .service-item a{width:100%!important;padding:12px 16px!important;font-size:14px!important;border-radius:8px!important;margin-top:12px!important}.services-page .service-item a[href*="/services/"]{display:none!important}.services-page .service-item button{width:100%!important;margin-top:0!important}.services-page .service-badge{font-size:11px!important;padding:4px 8px!important;border-radius:6px!important;margin-bottom:8px!important}.services-page a[href="/prices"]{display:none!important}.services-page .cta button:first-child{width:100%!important;margin-bottom:16px!important}.home-page a[href="/prices"],.home-page .cards{display:none!important}.hero:before,.hero:after,.hero .anim-layer,.hero .anim-layer:before,.hero .anim-layer:after,.hero .glow,.hero-redesign .edge,.hero-visual:before,.hero-visual:after,.card:before,.btn-primary:before,.btn-primary:after,.btn-cta:before,.mobile-nav a:before,.mobile-contact-btn:before,.trainer-photo-wrap:before,.trainer-photo-wrap:after{pointer-events:none!important}.home-page a[href="/gallery"],.home-page a[href="/services"],.home-page a[href="/trainers"]{display:none!important}.hero,.section,.container{pointer-events:auto!important}.hero:before,.hero:after,.section:before,.section:after,.container:before,.container:after{pointer-events:none!important}button,a,input,select,textarea{min-height:44px!important;min-width:44px!important}.mobile-nav{position:fixed!important;top:72px!important;left:16px!important;right:auto!important;width:fit-content!important;min-width:280px!important;max-width:calc(100vw - 32px)!important;z-index:999!important;pointer-events:none!important;opacity:0!important;transform:translateY(-20px) scale(.95)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.mobile-nav.mobile-nav-open{pointer-events:auto!important;opacity:1!important;transform:translateY(0) scale(1)!important}.navbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;width:100%!important;pointer-events:auto!important}body{padding-top:72px!important}.container,.section{position:relative!important;z-index:1!important}.mobile-nav-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#00000080!important;z-index:998!important;pointer-events:auto!important;opacity:1!important;transition:opacity .3s ease!important}.hero,.section,.container{position:relative!important;z-index:1!important}.btn,.card,.service-item{touch-action:manipulation!important}.footer a{display:inline-block!important;min-height:44px!important;min-width:44px!important;padding:8px!important;margin:-8px!important}.footer{position:relative!important;z-index:1!important}}@media (max-width: 768px){*{pointer-events:none!important}button,a,input,select,textarea,[role=button],[tabindex],.navbar,.hero,.section,.container,.contact-card,strong[onclick],article[onclick]{pointer-events:auto!important}.mobile-nav{pointer-events:none!important}.mobile-nav.mobile-nav-open,.mobile-nav-overlay{pointer-events:auto!important}*:before,*:after{pointer-events:none!important}}.modern-mobile-toggle{display:none;position:relative;width:50px;height:50px;background:linear-gradient(135deg,#c4a35a26,#c4a35a14);border:1px solid rgba(196,163,90,.3);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);align-items:center;justify-content:center;z-index:1001}.modern-mobile-toggle:hover{background:linear-gradient(135deg,#c4a35a40,#c4a35a26);border-color:#c4a35a80;transform:scale(1.05)}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{width:100%;height:2px;background:var(--fg);border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.modern-mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.modern-mobile-nav.open{pointer-events:auto;opacity:1}.nav-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.modern-mobile-nav.open .nav-backdrop{opacity:1}.nav-content{position:absolute;top:0;right:0;width:320px;max-width:85vw;height:100vh;background:linear-gradient(180deg,#0d0d0dfa,#111111f2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(196,163,90,.2);transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto}.modern-mobile-nav.open .nav-content{transform:translate(0)}.nav-header{padding:20px 24px;border-bottom:1px solid rgba(196,163,90,.1);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#c4a35a0d,#c4a35a05)}.nav-logo{display:flex;align-items:center;gap:12px;color:var(--fg);font-weight:700;font-size:16px}.nav-logo img{border-radius:8px}.nav-close{width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:var(--fg);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.nav-close:hover{background:#fff3;transform:scale(1.1)}.nav-menu{flex:1;padding:20px 0;display:flex;flex-direction:column;gap:8px}.nav-item{display:flex;align-items:center;gap:16px;padding:16px 24px;color:var(--muted);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;margin:0 12px;border-radius:12px;font-weight:500}.nav-item:hover,.nav-item.active{color:var(--fg);background:linear-gradient(135deg,#c4a35a26,#c4a35a14);transform:translate(8px)}.nav-icon{width:40px;height:40px;background:linear-gradient(135deg,#c4a35a33,#c4a35a1a);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--primary);transition:all .3s ease}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{background:linear-gradient(135deg,#c4a35a4d,#c4a35a33);transform:scale(1.1)}.nav-item span{flex:1;font-size:16px}.nav-arrow{font-size:12px;color:var(--muted);transition:all .3s ease}.nav-item:hover .nav-arrow,.nav-item.active .nav-arrow{color:var(--primary);transform:translate(4px)}.nav-footer{padding:20px 24px 60px;border-top:1px solid rgba(196,163,90,.1);background:linear-gradient(135deg,#c4a35a0d,#c4a35a05);margin-top:auto}.nav-cta{width:100%;padding:18px 24px;background:linear-gradient(135deg,#dc2626,#b91c1c,#991b1b);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666;background:linear-gradient(135deg,#ef4444,#dc2626,#b91c1c)}@media (max-width: 768px){.modern-mobile-toggle{display:flex!important}.mobile-menu-toggle,.mobile-nav,.mobile-nav-overlay{display:none!important}}@keyframes copySuccess{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.contact-card{pointer-events:auto!important;cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important;-webkit-touch-callout:none!important}.contact-card:active{transform:scale(.98)!important;transition:transform .1s ease!important}.contact-card .fa-check{animation:copySuccess .6s ease-in-out!important;pointer-events:none!important}.contact-card .fa-copy{transition:all .3s ease!important;pointer-events:none!important}.contact-card:hover .fa-copy{color:var(--primary)!important;transform:scale(1.1)!important}.contact-card *{pointer-events:none!important}.contact-card{pointer-events:auto!important}strong[onclick]{pointer-events:auto!important;cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important;-webkit-touch-callout:none!important;transition:all .2s ease!important}strong[onclick]:active{transform:scale(.95)!important;background-color:#c4a35a1a!important}span[onclick]{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important;-webkit-touch-callout:none!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}span[onclick]:active{background-color:#c4a35a1a!important;border-radius:4px!important}strong[onclick] *{pointer-events:none!important}@media (max-width: 768px){strong[onclick]{padding:6px 10px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}strong[onclick] .fa-check,strong[onclick] .fa-copy{font-size:16px!important}strong[onclick]:active{transform:scale(.95)!important;background-color:#c4a35a33!important}}@media (max-width: 768px){.contact-card{min-height:100px!important;padding:20px!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.contact-card .fa-check,.contact-card .fa-copy{font-size:18px!important}.contact-card h4{font-size:16px!important}.contact-card p{font-size:15px!important}.contact-card *{pointer-events:none!important}.contact-card{pointer-events:auto!important}.contact-card:active{transform:scale(.98)!important;background:linear-gradient(135deg,#1e1e1ee6,#191919f2)!important}.contact-card{-webkit-tap-highlight-color:rgba(196,163,90,.3)!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;-khtml-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.contact-card:active{transform:scale(.95)!important;transition:transform .1s ease!important}}@media (max-width: 768px){.contact-page h3+p{display:none!important}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:16px!important}.gallery-card{border-radius:12px!important;overflow:hidden!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(196,163,90,.2)!important}.gallery-card:active{transform:scale(.98)!important;transition:transform .1s ease!important}.gallery-modal{padding:0!important;align-items:center!important;justify-content:center!important}.gallery-modal>div{max-width:100vw!important;max-height:100vh!important;width:100vw!important;height:100vh!important;margin:0!important;border-radius:0!important}.gallery-modal img{max-width:100vw!important;max-height:80vh!important;width:100%!important;height:auto!important;object-fit:contain!important;border-radius:0!important;box-shadow:none!important}.gallery-modal>div{padding:0!important;margin:0!important}.gallery-nav-btn{display:none!important}.gallery-close-btn{position:fixed!important;top:20px!important;right:20px!important;background:#000000b3!important;border:2px solid rgba(255,255,255,.3)!important;color:#fff!important;width:50px!important;height:50px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:20px!important;z-index:10001!important;transition:all .2s ease!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.gallery-close-btn:hover{background:#fff3!important;transform:scale(1.1)!important}.gallery-close-btn:active{transform:scale(.95)!important}.gallery-thumbnails{margin-top:20px!important;padding:15px!important;gap:8px!important;max-width:100vw!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.gallery-thumbnail{width:50px!important;height:50px!important;border-radius:8px!important;flex-shrink:0!important}.gallery-counter{position:fixed!important;top:20px!important;left:50%!important;transform:translate(-50%)!important;background:#000c!important;color:#fff!important;padding:10px 20px!important;border-radius:25px!important;font-size:16px!important;font-weight:600!important;z-index:10001!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 4px 20px #0000004d!important}.gallery-modal{touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch!important}.gallery-swipe-hint{position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;background:#000000b3!important;color:#fff!important;padding:8px 16px!important;border-radius:20px!important;font-size:12px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;animation:fadeInOut 3s ease-in-out infinite!important}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}@media (min-width: 769px){.trainer-modal{padding:60px 20px 20px!important;align-items:flex-start!important}.modal-scroll{margin-top:0!important;max-height:80vh!important}.modal-content{padding-left:60px!important;padding-right:60px!important}}@media (max-width: 768px){.trainer-modal{padding:10px!important;align-items:flex-start!important;overflow:hidden!important}.modal-scroll{max-width:100%!important;width:100%!important;max-height:95vh!important;height:95vh!important;border-radius:16px!important;margin-top:10px!important;overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;position:relative!important}.modal-content{padding:20px 20px 40px!important}.trainer-header{flex-direction:column!important;text-align:center!important;gap:16px!important}.trainer-photo{width:120px!important;height:120px!important;margin:0 auto!important;border-radius:16px!important;object-fit:cover!important;box-shadow:0 8px 32px #0000004d!important;border:3px solid rgba(196,163,90,.3)!important}.trainer-info h2{font-size:22px!important;margin-bottom:8px!important;color:var(--fg)!important}.trainer-info p{font-size:16px!important;margin-bottom:12px!important}.trainer-details{justify-content:center!important;margin-bottom:8px!important}.modal-nav-button{display:none!important}.specialties{justify-content:center!important}.specialty-tag{font-size:12px!important;padding:4px 8px!important}.section-title{font-size:18px!important;margin-bottom:16px!important;text-align:center!important}.achievements{margin-bottom:24px!important}.achievements ul{padding-left:16px!important}.achievements ul li{font-size:15px!important;margin-bottom:8px!important;line-height:1.5!important}.extra-text{font-size:15px!important;line-height:1.6!important;text-align:center!important}.specialties{justify-content:center!important;margin-bottom:20px!important}.modal-scroll::-webkit-scrollbar{width:4px!important}.modal-scroll::-webkit-scrollbar-track{background:#ffffff1a!important;border-radius:2px!important}.modal-scroll::-webkit-scrollbar-thumb{background:#c4a35a80!important;border-radius:2px!important}.modal-scroll::-webkit-scrollbar-thumb:hover{background:#c4a35ab3!important}.modal-scroll{touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:smooth!important}.modal-content{min-height:calc(100% + 1px)!important}}@media (max-width: 768px){.brand{font-size:16px!important;gap:8px!important;flex:1;min-width:0;cursor:pointer!important;pointer-events:auto!important}.brand-text{display:block!important;font-size:14px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.logo{width:40px!important;height:40px!important;flex-shrink:0;pointer-events:none}.nav-inner{height:60px!important;padding:0 16px!important}.hero{padding:60px 0 50px}.hero h1{font-size:32px!important;line-height:1.2;margin:0 0 12px!important;letter-spacing:.2px}.hero-cta-large{margin:30px 0 36px!important;display:flex;justify-content:center;align-items:center}.hero-cta-large .btn{padding:14px 24px!important;font-size:16px!important;border-radius:12px!important;width:100%;max-width:280px}.stats{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-top:20px!important;max-width:100%!important}.stat{padding:12px!important}.stat h3{font-size:24px!important}.stat p{font-size:13px!important;margin:4px 0 0!important}.section{padding:40px 0!important}.section h2{font-size:24px!important;margin-bottom:24px!important}.section h2 span{font-size:20px!important}.section p{font-size:16px!important;line-height:1.5!important;margin:0 auto 24px!important}.team-values{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-bottom:32px!important}.value-item{padding:16px!important}.value-icon{font-size:24px!important;margin-bottom:8px!important}.value-item h4{font-size:14px!important;margin:0 0 6px!important}.value-item p{font-size:12px!important;margin:0!important}.team-photo img{border-radius:12px!important}.team-photo blockquote{font-size:16px!important;padding:16px 0!important;margin:0 auto!important}.section h2{font-size:22px!important}.section p{font-size:18px!important;line-height:1.4!important;margin:0 auto 32px!important}.section>div>div{padding:24px!important;border-radius:16px!important}.section>div>div p{font-size:16px!important;line-height:1.5!important}.section>div>div p span{font-size:18px!important}.section>div>div p strong{font-size:16px!important}.section>div>div p span:last-child{font-size:14px!important}.section h3{font-size:18px!important;margin-bottom:20px!important}.section>div>div>div{grid-template-columns:1fr!important;gap:16px!important}.principle-card{padding:20px!important;border-radius:12px!important}.principle-card div:first-child{font-size:24px!important;margin-bottom:12px!important}.principle-card h4{font-size:16px!important;margin-bottom:8px!important}.principle-card p{font-size:14px!important;line-height:1.4!important;margin:0!important}.result-card{padding:20px!important;border-radius:12px!important}.result-card div:first-child{font-size:28px!important;margin-bottom:8px!important}.result-card p{font-size:13px!important;line-height:1.3!important;margin:0!important}.card{padding:24px 20px!important;border-radius:12px!important}.card h2{font-size:20px!important;margin-bottom:12px!important}.card p{font-size:14px!important;margin-bottom:24px!important}.card>div{flex-direction:column!important;gap:12px!important;margin-bottom:16px!important}.card .btn{padding:14px 20px!important;font-size:14px!important;border-radius:10px!important;min-width:auto!important;width:100%!important}.card p:last-child{font-size:12px!important;margin:0!important}.cards{grid-template-columns:1fr!important;gap:16px!important;margin-top:16px!important}.card h3{font-size:16px!important;margin-bottom:8px!important}.card p{font-size:14px!important;line-height:1.4!important}}.gold-title{color:var(--primary)}.trainers-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));gap:20px;justify-content:center;align-items:stretch}.trainer-card{padding:0;overflow:hidden;display:flex;flex-direction:column;height:100%}.trainer-photo-wrap{position:relative;border-radius:14px;overflow:hidden}.trainer-photo{width:100%;aspect-ratio:5 / 4;object-fit:cover;display:block;transform:scale(1.01);transition:transform .8s ease}.trainer-photo-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#12121200 65%,#1212128c),linear-gradient(90deg,#1212125c,#12121200 18%,#12121200 82%,#1212125c);pointer-events:none}.trainer-photo-wrap:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:12px;pointer-events:none;background:linear-gradient(90deg,#c4a35a33,#c4a35a00)}.trainer-card:hover .trainer-photo{transform:scale(1.04)}.trainer-body{padding:16px 16px 18px;display:flex;flex-direction:column;flex:1;justify-content:space-between}@media (max-width: 1000px){.trainers-grid{grid-template-columns:repeat(2,1fr)}.trainer-photo{aspect-ratio:4 / 3}}@media (max-width: 600px){.trainers-grid{grid-template-columns:1fr}.trainer-photo{aspect-ratio:4 / 3}}.hero-spacer{height:40px;-webkit-user-select:none;user-select:none;pointer-events:none}#map,#map *,div[id=map],div[id=map] *,.ymaps-2-1-79-map,.ymaps-2-1-79-map *{cursor:pointer!important}.modal-content{padding:30px 70px 40px}@media (max-width: 768px){.modal-content{padding:20px 16px 30px}.modal-nav-button{display:none!important}.trainer-modal{padding:20px 12px!important;align-items:flex-start!important}.trainer-modal .modal-scroll{width:95%!important;max-width:none!important;max-height:95vh!important;border-radius:16px!important;margin:0!important}.trainer-modal .modal-content{padding:16px!important}.trainer-modal .trainer-header{flex-direction:column!important;gap:16px!important;text-align:center!important}.trainer-modal .trainer-photo{width:100px!important;height:100px!important;margin:0 auto!important}.trainer-modal .trainer-info h2{font-size:20px!important;margin-bottom:6px!important}.trainer-modal .trainer-info p{font-size:16px!important;margin-bottom:8px!important}.trainer-modal .trainer-details{flex-direction:column!important;gap:6px!important;align-items:center!important}.trainer-modal .trainer-details span{font-size:14px!important}.trainer-modal .specialties{gap:8px!important}.trainer-modal .specialty-tag{padding:4px 8px!important;font-size:12px!important}.trainer-modal .achievements ul{padding-left:16px!important}.trainer-modal .achievements li{font-size:14px!important;margin-bottom:4px!important}.trainer-modal .section-title{font-size:16px!important;margin-bottom:8px!important}.trainer-modal .section-title svg{font-size:16px!important}.trainer-modal .extra-text{font-size:14px!important;line-height:1.5!important}.trainer-modal{padding:10px!important}.trainer-modal .modal-scroll{border-radius:12px!important;box-shadow:0 20px 60px #00000080!important}.trainer-modal .trainer-header{margin-bottom:20px!important}.trainer-modal .trainer-photo{border-radius:8px!important}.trainer-modal .specialties{justify-content:center!important}.trainer-modal .achievements{margin-bottom:20px!important}.trainer-modal .section-title{justify-content:center!important}.contact-card,.contact-card[style*="gridColumn: span 2"]{grid-column:span 1!important}}.contact-form input,.contact-form textarea{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;pointer-events:auto!important;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;opacity:1!important;background:#2a2a2a!important;border:2px solid #444!important;color:#fff!important;cursor:text!important;z-index:10!important;position:relative!important}.contact-form input:focus,.contact-form textarea:focus{pointer-events:auto!important;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;opacity:1!important;background:#333!important;border-color:#c4a35a!important;outline:none!important}.contact-form input:hover,.contact-form textarea:hover{border-color:#c4a35a!important;background:#2f2f2f!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.section h2{font-size:28px!important;margin-bottom:20px!important}.section h2 span{font-size:24px!important}.section p{font-size:16px!important;line-height:1.5!important;margin:0 auto 32px!important}.services-grid{grid-template-columns:1fr!important;gap:20px!important}.service-card{padding:24px 20px!important;border-radius:16px!important}.service-card h3{font-size:20px!important;margin-bottom:12px!important}.service-card p{font-size:14px!important;line-height:1.4!important;margin-bottom:16px!important}.service-features{margin-bottom:20px!important}.service-features h4{font-size:14px!important;margin-bottom:8px!important}.service-features ul{gap:6px!important}.service-features li{font-size:13px!important;padding:6px 12px!important}.service-info{flex-direction:column!important;gap:12px!important;margin-bottom:20px!important}.service-info div{font-size:13px!important}.service-buttons{flex-direction:column!important;gap:12px!important}.service-buttons .btn{padding:12px 16px!important;font-size:14px!important;border-radius:10px!important}.additional-services{grid-template-columns:1fr!important;gap:16px!important}.additional-service{padding:20px 16px!important;border-radius:12px!important}.additional-service h4{font-size:18px!important;margin-bottom:8px!important}.additional-service p{font-size:14px!important;line-height:1.4!important;margin-bottom:12px!important}.additional-service ul{gap:4px!important;margin-bottom:16px!important}.additional-service li{font-size:12px!important;padding:4px 8px!important}.additional-service .btn{padding:10px 16px!important;font-size:13px!important;border-radius:8px!important}.cta-section{padding:40px 20px!important;border-radius:16px!important}.cta-section h3{font-size:24px!important;margin-bottom:16px!important}.cta-section p{font-size:16px!important;line-height:1.4!important;margin-bottom:32px!important}.cta-buttons{flex-direction:column!important;gap:16px!important}.cta-buttons .btn{padding:14px 24px!important;font-size:16px!important;border-radius:12px!important;width:100%!important}}@media (max-width: 768px){.trainers-grid{grid-template-columns:1fr!important;gap:20px!important}.trainer-card{border-radius:16px!important}.trainer-photo{aspect-ratio:4 / 3!important}.trainer-body{padding:20px 16px!important}.trainer-body h3{font-size:20px!important;margin-bottom:8px!important}.trainer-body p{font-size:14px!important;line-height:1.4!important;margin-bottom:12px!important}.trainer-experience{font-size:12px!important;padding:6px 12px!important;border-radius:8px!important}.trainer-specialties{margin-bottom:16px!important}.trainer-specialties h4{font-size:14px!important;margin-bottom:8px!important}.trainer-specialties ul{gap:6px!important}.trainer-specialties li{font-size:12px!important;padding:4px 8px!important}.trainer-buttons{flex-direction:column!important;gap:12px!important}.trainer-buttons .btn{padding:12px 16px!important;font-size:14px!important;border-radius:10px!important}}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.gallery-item{border-radius:12px!important;overflow:hidden!important}.gallery-item img{aspect-ratio:1 / 1!important;object-fit:cover!important}.gallery-item:hover img{transform:scale(1.05)!important}.gallery-categories{flex-wrap:wrap!important;gap:8px!important;margin-bottom:24px!important}.gallery-category{padding:8px 16px!important;font-size:14px!important;border-radius:20px!important}.gallery-modal .modal-content{padding:20px!important;margin:20px!important;max-width:calc(100vw - 40px)!important;max-height:calc(100vh - 40px)!important}.gallery-modal img{max-height:60vh!important;width:100%!important;object-fit:contain!important}.gallery-modal h3{font-size:18px!important;margin-bottom:12px!important}.gallery-modal p{font-size:14px!important;line-height:1.4!important}.gallery-nav-button{display:none!important}}@media (max-width: 768px){.prices-grid{grid-template-columns:1fr!important;gap:20px!important}.price-card{padding:24px 20px!important;border-radius:16px!important}.price-card.popular{transform:none!important;border-width:2px!important}.price-card h3{font-size:20px!important;margin-bottom:8px!important}.price-card .price{font-size:32px!important;margin-bottom:8px!important}.price-card .price-period{font-size:14px!important}.price-card .description{font-size:14px!important;line-height:1.4!important;margin-bottom:20px!important}.price-features{margin-bottom:24px!important}.price-features h4{font-size:14px!important;margin-bottom:12px!important}.price-features ul{gap:8px!important}.price-features li{font-size:13px!important;padding:8px 12px!important}.price-card .btn{padding:12px 20px!important;font-size:14px!important;border-radius:10px!important;width:100%!important}.price-comparison{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.comparison-table{min-width:600px!important}.comparison-table th,.comparison-table td{padding:12px 8px!important;font-size:12px!important}.comparison-table th:first-child,.comparison-table td:first-child{min-width:120px!important}}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr!important;gap:24px!important}.contact-card{padding:20px!important;border-radius:16px!important}.contact-card h3{font-size:18px!important;margin-bottom:16px!important}.contact-info{gap:16px!important}.contact-item{padding:12px!important;border-radius:12px!important}.contact-item h4{font-size:14px!important;margin-bottom:8px!important}.contact-item p{font-size:13px!important;line-height:1.4!important}.contact-item a{font-size:13px!important}.contact-form{padding:20px!important;border-radius:16px!important}.contact-form h3{font-size:20px!important;margin-bottom:16px!important}.contact-form p{font-size:14px!important;line-height:1.4!important;margin-bottom:20px!important}.form-group{margin-bottom:16px!important}.form-group label{font-size:14px!important;margin-bottom:6px!important}.form-group input,.form-group textarea{padding:12px 14px!important;font-size:14px!important;border-radius:10px!important}.form-group textarea{min-height:100px!important}.form-buttons{flex-direction:column!important;gap:12px!important}.form-buttons .btn{padding:14px 20px!important;font-size:14px!important;border-radius:10px!important;width:100%!important}.map-container{height:300px!important;border-radius:12px!important}.success-modal .modal-content{padding:30px 20px!important;margin:20px!important;max-width:calc(100vw - 40px)!important}.success-modal h3{font-size:20px!important;margin-bottom:16px!important}.success-modal p{font-size:14px!important;line-height:1.4!important;margin-bottom:24px!important}.success-modal .btn{padding:12px 24px!important;font-size:14px!important;border-radius:10px!important}}@media (max-width: 768px){.about-hero{padding:40px 0!important;text-align:center!important}.about-hero h1{font-size:28px!important;margin-bottom:16px!important}.about-hero p{font-size:16px!important;line-height:1.5!important;margin-bottom:24px!important}.about-stats{grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-bottom:32px!important}.about-stat{padding:16px!important;border-radius:12px!important}.about-stat h3{font-size:24px!important;margin-bottom:4px!important}.about-stat p{font-size:12px!important}.about-content{grid-template-columns:1fr!important;gap:24px!important}.about-text{padding:20px!important;border-radius:16px!important}.about-text h2{font-size:20px!important;margin-bottom:16px!important}.about-text p{font-size:14px!important;line-height:1.5!important;margin-bottom:16px!important}.about-text ul{gap:8px!important;margin-bottom:20px!important}.about-text li{font-size:13px!important;padding:8px 12px!important}.about-image{border-radius:12px!important}.about-values{grid-template-columns:1fr!important;gap:16px!important}.value-card{padding:20px!important;border-radius:12px!important}.value-card h3{font-size:18px!important;margin-bottom:12px!important}.value-card p{font-size:14px!important;line-height:1.4!important}.about-team{grid-template-columns:1fr!important;gap:20px!important}.team-member{padding:20px!important;border-radius:16px!important}.team-member img{width:80px!important;height:80px!important;margin-bottom:12px!important}.team-member h4{font-size:16px!important;margin-bottom:8px!important}.team-member p{font-size:13px!important;line-height:1.4!important}.about-cta{padding:40px 20px!important;border-radius:16px!important}.about-cta h3{font-size:22px!important;margin-bottom:16px!important}.about-cta p{font-size:16px!important;line-height:1.4!important;margin-bottom:24px!important}.about-cta .btn{padding:14px 24px!important;font-size:16px!important;border-radius:12px!important}}@media (max-width: 768px){.container{padding:0 16px!important}.section{padding:40px 0!important}.section h2{font-size:24px!important;margin-bottom:20px!important}.section p{font-size:16px!important;line-height:1.5!important}.btn{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}.form input,.form textarea{min-height:44px!important;font-size:16px!important}.form textarea{min-height:120px!important}.card{border-radius:12px!important}img{max-width:100%!important;height:auto!important}h1,h2,h3,h4,h5,h6{line-height:1.2!important}p{line-height:1.5!important}.mb-4{margin-bottom:16px!important}.mb-6{margin-bottom:24px!important}.mb-8{margin-bottom:32px!important}.mt-4{margin-top:16px!important}.mt-6{margin-top:24px!important}.mt-8{margin-top:32px!important}.grid-2,.grid-3{grid-template-columns:1fr!important;gap:16px!important}.grid-4{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.hidden-mobile{display:none!important}.visible-mobile{display:block!important}}@media (max-width: 480px){.container{padding:0 12px!important}.section{padding:32px 0!important}.section h2{font-size:20px!important}.btn{padding:12px 16px!important;font-size:14px!important}.card{padding:16px!important}}@media (max-width: 768px){.contact-card{min-height:100px!important;padding:20px!important;touch-action:manipulation;-webkit-tap-highlight-color:rgba(196,163,90,.2)}.contact-card:active{transform:scale(.98)!important;background:linear-gradient(135deg,#282828e6,#232323f2)!important}.contact-card .fa-copy,.contact-card .fa-check{font-size:18px!important;padding:8px;border-radius:50%;background:#ffffff1a;transition:all .2s ease}.contact-card .fa-check{background:#22c55e33!important;color:#22c55e!important}}
