:root{--bg-primary:#0f1923;--bg-secondary:#162030;--bg-tertiary:#1a237e;--bg-footer:#0a1218;--bg-elevated:#1c2a3a;--accent:#00e676;--accent-hover:#00c853;--accent-dim:#00a44b;--accent-muted:#00e67626;--accent-subtle:#00e67614;--text-primary:#fff;--text-secondary:#b0bec5;--text-muted:#607d8b;--text-on-accent:#0f1923;--surface-glass:#ffffff0a;--surface-hover:#00e6760a;--border-default:#00e67626;--border-hover:#00e676;--border-subtle:#ffffff0d;--border-input:#ffffff1a;--border-focus:#00e676;--border-error:#ff5252;--success:#00e676;--error:#ff5252;--warning:#ffd740;--info:#448aff;--glow:0 0 20px #00e67666;--glow-strong:0 0 40px #00e67699;--glow-subtle:0 0 12px #00e67633;--glow-text:0 0 20px #00e67666, 0 0 40px #00e67633;--glow-focus:0 0 0 3px #00e67626;--font-heading:"Montserrat", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--text-hero:clamp(80px, 12vw, 160px);--text-h1:clamp(40px, 5.5vw, 72px);--text-h2:clamp(32px, 3.5vw, 48px);--text-h3:clamp(20px, 2vw, 24px);--text-body:16px;--text-body-lg:clamp(16px, 1.2vw, 18px);--text-small:14px;--text-caption:12px;--text-cta:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:64px;--space-11:80px;--space-12:96px;--space-13:120px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:100px;--radius-round:50%;--shadow-card:0 4px 20px #0003;--shadow-elevated:0 8px 32px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1;text-rendering:optimizelegibility;line-height:1.6;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);-webkit-hyphens:none;hyphens:none;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (width>=768px){.container{padding:0 32px}}@media (width>=1024px){.container{padding:0 40px}}.section{padding:var(--space-12) 0;position:relative}@media (width<=768px){.section{padding:var(--space-10) 0}}@media (width<=767px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}::selection{background:var(--accent);color:var(--text-on-accent)}.navbar{z-index:100;will-change:transform;background:0 0;align-items:center;height:72px;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,height .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#0f1923d9;height:64px;box-shadow:0 1px #00e6760f}.navbar__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}@media (width>=768px){.navbar__inner{padding:0 32px}}@media (width>=1024px){.navbar__inner{padding:0 40px}}.navbar__logo{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:201;align-items:baseline;gap:0;font-size:20px;font-weight:700;display:flex}.navbar__logo:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.navbar__logo-accent{color:var(--accent);text-shadow:var(--glow-text);margin-left:4px}.navbar__nav{display:none}@media (width>=768px){.navbar__nav{align-items:center;gap:var(--space-6);margin:0;padding:0;list-style:none;display:flex}}.navbar__nav-item{position:relative}.navbar__nav-link{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 0;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.navbar__nav-link:after{content:"";background:var(--accent);width:0;height:2px;box-shadow:var(--glow-subtle);border-radius:1px;transition:width .25s;position:absolute;bottom:-2px;left:0}.navbar__nav-link:hover{color:var(--text-primary)}.navbar__nav-link:hover:after{width:100%}.navbar__nav-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.navbar__nav-link--active{color:var(--accent)}.navbar__nav-link--active:after{width:100%}.navbar__right{display:none}@media (width>=768px){.navbar__right{align-items:center;gap:var(--space-4);display:flex}}.navbar__phone{align-items:center;gap:var(--space-2);font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);white-space:nowrap;text-decoration:none;transition:color .2s;display:flex}.navbar__phone:hover{color:var(--accent-hover)}.navbar__phone:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.navbar__phone-icon{flex-shrink:0;width:16px;height:16px}.navbar__cta{display:none}@media (width>=1024px){.navbar__cta{font-family:var(--font-heading);font-weight:700;font-size:var(--text-small);text-transform:uppercase;letter-spacing:.06em;color:var(--text-on-accent);background:var(--accent);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--glow);white-space:nowrap;border:none;align-items:center;padding:10px 24px;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}.navbar__cta:hover{background:var(--accent-hover);box-shadow:var(--glow-strong);transform:scale(1.03)}.navbar__cta:active{transform:scale(.98)}.navbar__cta:focus-visible{outline:2px solid var(--accent);outline-offset:4px}}.navbar__hamburger{cursor:pointer;z-index:201;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex;position:relative}.navbar__hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}@media (width>=768px){.navbar__hamburger{display:none}}.navbar__hamburger-line{background:var(--text-primary);border-radius:1px;width:24px;height:2px;transition:background .2s;display:block;position:absolute}.navbar__hamburger-line--top{transform:translateY(-7px)}.navbar__hamburger-line--mid{transform:translateY(0)}.navbar__hamburger-line--bot{transform:translateY(7px)}.navbar__mobile-overlay{z-index:200;-webkit-backdrop-filter:blur(20px);clip-path:inset(0 0 100%);pointer-events:none;background:#0f1923f7;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.navbar__mobile-overlay--open{pointer-events:auto}@media (width>=768px){.navbar__mobile-overlay{display:none}}.navbar__mobile-nav{align-items:center;gap:var(--space-7);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.navbar__mobile-link{font-family:var(--font-heading);color:var(--text-primary);cursor:pointer;opacity:0;background:0 0;border:none;font-size:clamp(20px,5vw,28px);font-weight:600;text-decoration:none;transition:color .2s}.navbar__mobile-link:hover{color:var(--accent)}.navbar__mobile-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.navbar__mobile-link--active{color:var(--accent)}.navbar__mobile-bottom{align-items:center;gap:var(--space-5);margin-top:var(--space-9);opacity:0;flex-direction:column;display:flex}.navbar__mobile-phone{align-items:center;gap:var(--space-2);font-family:var(--font-body);font-weight:500;font-size:var(--text-body-lg);color:var(--accent);text-decoration:none;display:flex}.navbar__mobile-cta{font-family:var(--font-heading);font-weight:700;font-size:var(--text-cta);text-transform:uppercase;letter-spacing:.06em;color:var(--text-on-accent);background:var(--accent);border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--glow);border:none;align-items:center;padding:16px 40px;transition:background .2s,box-shadow .2s;display:inline-flex}.navbar__mobile-cta:hover{background:var(--accent-hover);box-shadow:var(--glow-strong)}.navbar__mobile-cta:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (prefers-reduced-motion:reduce){.navbar{will-change:auto;transition:none}.navbar__nav-link:after,.navbar__cta,.navbar__mobile-cta{transition:none}}.hero{text-align:center;background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__noise{opacity:.03;mix-blend-mode:overlay;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.hero__orb{pointer-events:none;z-index:0;will-change:transform;border-radius:50%;position:absolute}.hero__orb--1{filter:blur(120px);background:radial-gradient(circle,#1a237e99 0%,#0000 70%);width:500px;height:500px;bottom:-10%;left:-10%}.hero__orb--2{filter:blur(150px);background:radial-gradient(circle,#00e67612 0%,#0000 70%);width:400px;height:400px;top:-5%;right:-5%}.hero__orb--3{filter:blur(100px);background:radial-gradient(circle,#00a44b0d 0%,#0000 70%);width:300px;height:300px;top:40%;left:50%;transform:translate(-50%)}.hero__content{z-index:1;align-items:center;gap:var(--space-6);padding:var(--space-13) 0;flex-direction:column;display:flex;position:relative}.hero__badge{border-radius:var(--radius-full);background:var(--accent-subtle);font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;opacity:0;border:1px solid #00e6764d;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.hero__badge-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.hero__title{font-family:var(--font-heading);font-weight:800;font-size:var(--text-hero);color:var(--accent);text-shadow:0 0 10px #00e6764d,0 0 20px #00e67633,0 0 40px #00e6761a;perspective:600px;-webkit-hyphens:none;hyphens:none;font-variant-numeric:tabular-nums;line-height:1}.hero__title .char{opacity:0;will-change:transform, opacity;display:inline-block}.hero__subtitle{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);-webkit-hyphens:none;hyphens:none;opacity:0}.hero__desc{font-family:var(--font-body);font-size:var(--text-body-lg);color:var(--text-secondary);opacity:0;max-width:560px;line-height:1.6}.hero__cta{gap:var(--space-4);margin-top:var(--space-4);opacity:0;flex-wrap:wrap;justify-content:center;display:flex}.hero__btn-primary{background:var(--accent);color:var(--text-on-accent);font-family:var(--font-heading);font-weight:700;font-size:var(--text-cta);text-transform:uppercase;letter-spacing:.02em;border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:18px 40px;text-decoration:none;transition:background .2s,box-shadow .3s,transform .2s;display:inline-flex;box-shadow:0 0 20px #00e67666,0 0 40px #00e67626}@media (hover:hover) and (pointer:fine){.hero__btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 0 30px #00e67699,0 0 60px #00e6764d}}.hero__btn-primary:active{transform:scale(.98)}.hero__btn-primary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.hero__btn-secondary{color:var(--accent);font-family:var(--font-heading);font-weight:700;font-size:var(--text-cta);border:2px solid var(--accent);border-radius:var(--radius-md);cursor:pointer;background:0 0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:18px 40px;text-decoration:none;transition:background .2s,box-shadow .3s,transform .2s,border-color .2s;display:inline-flex}@media (hover:hover) and (pointer:fine){.hero__btn-secondary:hover{background:var(--accent-subtle);transform:translateY(-2px);box-shadow:0 0 12px #00e67633}}.hero__btn-secondary:active{transform:scale(.98)}.hero__btn-secondary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.hero__scroll-indicator{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero__scroll-text{font-family:var(--font-body);font-size:var(--text-caption);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em}.hero__scroll-chevron{width:24px;height:24px;color:var(--text-muted)}@media (width<=768px){.hero__content{padding:var(--space-11) 0;gap:var(--space-5)}.hero__cta{flex-direction:column;align-items:stretch;width:100%}.hero__btn-primary,.hero__btn-secondary{text-align:center;width:100%;padding:16px 32px}.hero__orb--1{width:300px;height:300px}.hero__orb--2{width:250px;height:250px}.hero__orb--3{display:none}.hero__scroll-indicator{bottom:20px}}@media (prefers-reduced-motion:reduce){.hero__badge,.hero__title .char,.hero__subtitle,.hero__desc,.hero__cta,.hero__scroll-indicator{opacity:1!important;transform:none!important}.hero__btn-primary,.hero__btn-secondary{transition:none}.hero__orb{will-change:auto}}.services{background:var(--bg-secondary)}.services__header{text-align:center;margin-bottom:var(--space-9)}.services__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}.services__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4)}.services__divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin:0 auto}.services__grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.services__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width>=1024px){.services__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.services__card{background:var(--surface-glass);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:var(--space-7);text-align:left;will-change:transform;transition:border-color .3s,transform .3s,box-shadow .3s}@media (hover:hover){.services__card:hover{border-color:var(--border-hover);box-shadow:var(--glow-subtle);transform:translateY(-4px)}.services__card:hover .services__icon-wrap{transform:scale(1.1);box-shadow:0 0 16px #00e67633}}@media (width<=767px){.services__card{padding:var(--space-5)}}.services__icon-wrap{border-radius:var(--radius-round);background:var(--accent-muted);width:72px;height:72px;margin-bottom:var(--space-5);justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.services__icon-wrap svg{width:32px;height:32px;color:var(--accent);stroke-width:1.5px}.services__card-title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h3);color:var(--text-primary);margin-bottom:var(--space-2)}.services__card-desc{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-secondary);max-width:65ch;line-height:1.6}.services__header{opacity:0}@media (prefers-reduced-motion:reduce){.services__card,.services__header{opacity:1!important;transform:none!important}.services__card{transition:border-color .3s,box-shadow .3s}}.advantages{background:var(--bg-primary)}.advantages__header{text-align:center;margin-bottom:var(--space-9)}.advantages__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}.advantages__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4)}.advantages__divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin:0 auto}.advantages__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=768px){.advantages__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.advantages__grid{gap:var(--space-7);grid-template-columns:repeat(4,1fr)}}.advantages__card{text-align:center;padding:var(--space-7) var(--space-5);position:relative}.advantages__card:before{content:"";background:var(--accent);opacity:.5;border-radius:2px;width:40px;height:3px;transition:width .3s,opacity .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (hover:hover){.advantages__card:hover:before{opacity:1;width:60px}}.advantages__icon{margin:0 auto var(--space-4);color:var(--accent-dim);justify-content:center;align-items:center;transition:color .3s;display:flex}@media (hover:hover){.advantages__card:hover .advantages__icon{color:var(--accent)}}.advantages__number{font-family:var(--font-heading);color:var(--accent);margin-bottom:var(--space-2);font-variant-numeric:tabular-nums;font-size:clamp(48px,5vw,72px);font-weight:800;line-height:1.1}.advantages__number-value{display:inline}.advantages__number-suffix{opacity:.8;font-size:clamp(20px,2vw,28px);font-weight:600}.advantages__subtitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:var(--space-2);font-size:clamp(16px,1.2vw,18px);font-weight:600}.advantages__desc{font-size:var(--text-small);color:var(--text-secondary);max-width:28ch;margin:0 auto;line-height:1.5}@media (width<=767px){.advantages__desc{max-width:none}.advantages__card{padding:var(--space-6) var(--space-4)}}@media (prefers-reduced-motion:reduce){.advantages__card,.advantages__icon,.advantages__card:before{transition:none!important}}.prices{background:var(--bg-secondary)}.prices__header{text-align:center;margin-bottom:var(--space-9)}.prices__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}.prices__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4)}.prices__subtitle{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-secondary);max-width:50ch;margin:0 auto}.prices__divider{background:var(--accent);width:60px;height:3px;margin:0 auto var(--space-6);border-radius:2px}.prices__table{max-width:800px;margin:0 auto}.prices__row{background:var(--surface-glass);border-bottom:1px solid var(--border-subtle);border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:20px 32px;transition:background .2s,border-left-color .2s;display:flex}.prices__row:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.prices__row:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg);border-bottom:none}@media (hover:hover){.prices__row:hover{background:var(--surface-hover);border-left-color:var(--accent)}}.prices__service{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-primary);line-height:1.4}.prices__amount{font-family:var(--font-heading);font-weight:700;font-size:var(--text-body-lg);color:var(--accent);font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:var(--space-4);flex-shrink:0}.prices__disclaimer{text-align:center;color:var(--text-secondary);font-size:var(--text-small);margin-top:var(--space-6);max-width:50ch;margin-left:auto;margin-right:auto}.prices__cta{margin-top:var(--space-8);justify-content:center;display:flex}.prices__btn{align-items:center;gap:var(--space-2);background:var(--accent);color:var(--text-on-accent);font-family:var(--font-heading);font-weight:700;font-size:var(--text-cta);text-transform:uppercase;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--glow);border:none;padding:18px 40px;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex}@media (hover:hover){.prices__btn:hover{background:var(--accent-hover);box-shadow:var(--glow-strong);transform:scale(1.03)}}.prices__btn:active{transform:scale(.98)}.prices__btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (width<=767px){.prices__row{padding:16px 20px}.prices__amount{font-size:var(--text-body)}.prices__btn{justify-content:center;width:100%;padding:16px 24px}}.prices__header,.prices__row,.prices__disclaimer,.prices__cta{opacity:0}@media (prefers-reduced-motion:reduce){.prices__header,.prices__row,.prices__disclaimer,.prices__cta{opacity:1!important;transform:none!important}}.reviews{background:var(--bg-primary);overflow:hidden}.reviews__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3);text-align:center}.reviews__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4);text-align:center}.reviews__divider{background:var(--accent);width:60px;height:3px;margin:0 auto var(--space-9);border-radius:2px}.reviews__carousel{max-width:1200px;margin:0 auto;position:relative}.reviews__track{overflow:hidden}.reviews__slides{will-change:transform;display:flex}.reviews__slide{min-width:0;padding:0 var(--space-3);flex:0 0 100%}@media (width>=768px){.reviews__slide{flex:0 0 50%}}.reviews__card{background:var(--surface-glass);border:1px solid var(--border-default);border-radius:var(--radius-md);padding:var(--space-7);flex-direction:column;height:100%;transition:border-color .3s,box-shadow .3s;display:flex}@media (width<=767px){.reviews__card{padding:var(--space-5)}}@media (hover:hover){.reviews__card:hover{border-color:var(--border-hover);box-shadow:var(--glow-subtle)}}.reviews__stars{gap:var(--space-1);margin-bottom:var(--space-4);display:flex}.reviews__star{font-size:20px;line-height:1}.reviews__star--filled{color:var(--warning)}.reviews__star--empty{color:var(--text-muted);opacity:.4}.reviews__text{font-family:var(--font-body);font-size:var(--text-body-lg);color:var(--text-primary);margin-bottom:var(--space-6);flex:1;max-width:65ch;line-height:1.6}.reviews__author{margin-top:auto}.reviews__name{font-family:var(--font-heading);font-weight:700;font-size:var(--text-body);color:var(--text-primary);margin-bottom:var(--space-1)}.reviews__car{font-family:var(--font-body);font-size:var(--text-small);color:var(--text-muted)}.reviews__nav{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-7);display:flex}.reviews__arrow{border-radius:var(--radius-round);border:1px solid var(--border-default);background:var(--surface-glass);width:48px;height:48px;color:var(--text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.reviews__arrow svg{width:20px;height:20px}@media (hover:hover){.reviews__arrow:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--glow-subtle)}}.reviews__arrow:active{transform:scale(.95)}.reviews__arrow:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.reviews__dots{align-items:center;gap:var(--space-2);display:flex}.reviews__dot{border-radius:var(--radius-full);background:var(--text-muted);cursor:pointer;opacity:.4;border:none;width:8px;height:8px;padding:0;transition:background .3s,width .3s,opacity .3s}.reviews__dot--active{background:var(--accent);opacity:1;width:24px}.reviews__dot:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media (prefers-reduced-motion:reduce){.reviews__slides{will-change:auto}.reviews__card,.reviews__arrow,.reviews__dot{transition:none}}.booking{background:var(--bg-secondary)}.booking__header{text-align:center;margin-bottom:var(--space-9)}.booking__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3)}.booking__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4)}.booking__divider{background:var(--accent);border-radius:2px;width:60px;height:3px;margin:0 auto}.booking__grid{gap:var(--space-7);grid-template-columns:1fr;max-width:960px;margin:0 auto;display:grid}@media (width>=768px){.booking__grid{grid-template-columns:3fr 2fr}}.booking__form-card{background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:var(--space-8)}@media (width<=767px){.booking__form-card{padding:var(--space-6)}}.booking__form-title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h3);color:var(--text-primary);margin-bottom:var(--space-2)}.booking__form-subtitle{font-size:var(--text-small);color:var(--text-secondary);margin-bottom:var(--space-6)}.booking__fields{gap:var(--space-4);flex-direction:column;display:flex}.booking__field{position:relative}.booking__field label{font-size:var(--text-small);color:var(--text-secondary);margin-bottom:var(--space-2);font-weight:500;display:block}.booking__input-wrapper{position:relative}.booking__input-icon{color:var(--text-muted);pointer-events:none;width:20px;height:20px;transition:color .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.booking__field--textarea .booking__input-icon{top:18px;transform:none}.booking__input{border:1px solid var(--border-input);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);font-size:var(--text-body);color:var(--text-primary);background:#ffffff0d;outline:none;padding:14px 16px 14px 48px;transition:border-color .2s,box-shadow .2s}.booking__input::placeholder{color:var(--text-muted)}.booking__input:focus{border-color:var(--border-focus);box-shadow:var(--glow-focus)}.booking__input--focus-icon{color:var(--accent)!important}.booking__input--error{border-color:var(--border-error)!important;box-shadow:none!important}textarea.booking__input{resize:vertical;min-height:80px;font-family:var(--font-body)}.booking__error-text{font-size:var(--text-caption);color:var(--error);margin-top:var(--space-1);min-height:0}.booking__error-notice{font-size:var(--text-caption);color:var(--error);text-align:center;margin-top:var(--space-1)}.booking__error-link{color:var(--accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.booking__submit{justify-content:center;align-items:center;gap:var(--space-2);background:var(--accent);width:100%;color:var(--text-on-accent);font-family:var(--font-heading);font-weight:700;font-size:var(--text-cta);text-transform:uppercase;border-radius:var(--radius-md);cursor:pointer;box-shadow:var(--glow);border:none;min-height:56px;padding:18px;transition:all .2s;display:flex}@media (hover:hover){.booking__submit:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--glow-strong);transform:scale(1.03)}}.booking__submit:active:not(:disabled){transform:scale(.98)}.booking__submit:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.booking__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.booking__spinner{border:2px solid var(--text-on-accent);border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite booking-spin;display:inline-block}@keyframes booking-spin{to{transform:rotate(360deg)}}.booking__consent{font-size:var(--text-caption);color:var(--text-muted);text-align:center;line-height:1.5}.booking__success{justify-content:center;align-items:center;gap:var(--space-4);padding:var(--space-9) var(--space-6);text-align:center;flex-direction:column;display:flex}.booking__success-icon{background:var(--accent-muted);width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.booking__success-title{font-weight:700;font-size:var(--text-h3);color:var(--text-primary)}.booking__success-text{font-size:var(--text-body);color:var(--text-secondary);max-width:320px}.booking__contact{justify-content:center;gap:var(--space-7);flex-direction:column;display:flex}.booking__contact-title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h3);color:var(--text-secondary);margin-bottom:var(--space-3)}.booking__phone-link{font-family:var(--font-heading);color:var(--accent);font-variant-numeric:tabular-nums;font-size:clamp(24px,3vw,32px);font-weight:700;text-decoration:none;transition:text-shadow .2s;display:block}.booking__phone-link:hover{text-shadow:var(--glow-text)}.booking__phone-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius-sm)}.booking__walk-in{font-size:var(--text-body-lg);color:var(--text-secondary);margin-top:var(--space-3)}.booking__hours{align-items:center;gap:var(--space-3);color:var(--text-secondary);font-size:var(--text-body);display:flex}.booking__hours-icon{color:var(--accent);flex-shrink:0}.booking__hours-text{font-weight:600}.booking__badge{border:1px solid var(--accent);border-radius:var(--radius-full);background:var(--accent-muted);color:var(--accent);font-weight:500;font-size:var(--text-small);text-transform:uppercase;letter-spacing:.06em;align-self:flex-start;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.booking__badge-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (prefers-reduced-motion:reduce){.booking__submit{transition:none}.booking__submit:hover:not(:disabled){transform:none}.booking__spinner{animation:none}.booking__phone-link:hover{text-shadow:none}}.contacts{background:var(--bg-primary)}.contacts__label{font-family:var(--font-body);font-weight:500;font-size:var(--text-small);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-3);text-align:center}.contacts__title{font-family:var(--font-heading);font-weight:700;font-size:var(--text-h2);color:var(--text-primary);margin-bottom:var(--space-4);text-align:center}.contacts__divider{background:var(--accent);width:60px;height:3px;margin:0 auto var(--space-9);border-radius:2px}.contacts__grid{gap:var(--space-7);grid-template-columns:1fr;display:grid}@media (width>=768px){.contacts__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}}.contacts__info{gap:var(--space-6);flex-direction:column;display:flex}.contacts__item{align-items:flex-start;gap:var(--space-3);display:flex}.contacts__item-icon{width:24px;height:24px;color:var(--text-muted);flex-shrink:0;margin-top:2px}.contacts__item-text{font-size:var(--text-body);color:var(--text-primary);line-height:1.5}.contacts__phone{font-family:var(--font-heading);color:var(--accent);font-size:clamp(20px,2.5vw,24px);font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.contacts__phone:hover{color:var(--accent-hover);text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:4px;text-decoration-thickness:2px}.contacts__phone:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.contacts__vk-link{font-size:var(--text-body);color:var(--accent);font-weight:500;text-decoration:none;transition:color .2s}.contacts__vk-link:hover{color:var(--accent-hover);text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.contacts__vk-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.contacts__badge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border:1px solid var(--accent);border-radius:var(--radius-full);color:var(--accent);font-weight:700;font-size:var(--text-small);text-transform:uppercase;letter-spacing:.06em;background:#00e67626;align-self:flex-start;display:inline-flex}.contacts__badge-dot{border-radius:var(--radius-round);background:var(--accent);will-change:transform;flex-shrink:0;width:8px;height:8px}@media (prefers-reduced-motion:reduce){.contacts__badge-dot{animation:none}}.contacts__map-wrapper{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-primary);will-change:transform, opacity;min-height:350px;overflow:hidden}.contacts__map-wrapper iframe{border:none;width:100%;height:400px;display:block}@media (width<=767px){.contacts__map-wrapper iframe{height:300px}}.contacts__map-fallback{justify-content:center;align-items:center;gap:var(--space-4);height:400px;color:var(--text-muted);font-size:var(--text-body);flex-direction:column;display:flex}.contacts__map-link{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border:1px solid var(--accent);border-radius:var(--radius-md);color:var(--accent);font-weight:600;font-size:var(--text-small);text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.contacts__map-link:hover{background:var(--accent-subtle);box-shadow:var(--glow-subtle)}.contacts__map-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.footer{background:var(--bg-footer);padding:var(--space-6) 0;border-top:1px solid var(--border-default)}.footer__inner{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.footer__logo{font-family:var(--font-heading);color:var(--text-primary);white-space:nowrap;flex-shrink:0;font-size:18px;font-weight:700}.footer__logo-accent{color:var(--accent)}.footer__info{align-items:center;gap:var(--space-4);color:var(--text-secondary);font-size:var(--text-small);flex-wrap:wrap;justify-content:center;display:flex}.footer__info-divider{background:var(--text-muted);flex-shrink:0;width:1px;height:14px}.footer__phone-link{color:var(--accent);font-weight:500;text-decoration:none;transition:color .2s}.footer__phone-link:hover{color:var(--accent-hover);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.footer__phone-link:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.footer__copy{color:var(--text-muted);font-size:var(--text-small);white-space:nowrap;flex-shrink:0}@media (width<=767px){.footer__inner{text-align:center;gap:var(--space-3);flex-direction:column}.footer__info{gap:var(--space-2);flex-direction:column}.footer__info-divider{display:none}.footer__copy{white-space:normal}}.mobile-cta{z-index:90;height:64px;padding:8px 16px;padding-bottom:calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border-default);will-change:transform;background:#0f1923f2;align-items:center;gap:12px;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.mobile-cta--visible{transform:translateY(0)}@media (width>=768px){.mobile-cta{display:none}}.mobile-cta__btn{height:48px;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.mobile-cta__btn:active{opacity:.85}.mobile-cta__btn--call{background:var(--accent);color:var(--text-on-accent)}.mobile-cta__btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mobile-cta__btn--book{color:var(--accent);border:1.5px solid var(--accent);background:#ffffff0f}.mobile-cta__icon{flex-shrink:0;width:20px;height:20px}@media (prefers-reduced-motion:reduce){.mobile-cta{transition:none}}
