:root{--brand:#8b080b;--brand-dark:#700708;--brand-light:#c53032;--brand-glow:#8b080b40;--brand-10:#8b080b1a;--brand-05:#8b080b0d;--bg:#080808;--bg-2:#101010;--bg-3:#181818;--surface:#ffffff0a;--surface-hover:#ffffff12;--border:#ffffff14;--border-hover:#ffffff29;--white:#fff;--gray-1:#ffffffe0;--gray-2:#ffffff8c;--gray-3:#ffffff47;--gray-4:#ffffff1a;--success:#22c55e;--danger:#ef4444;--warning:#f59e0b;--info:#3b82f6;--r-sm:8px;--r:14px;--r-lg:20px;--r-xl:28px;--r-full:9999px;--shadow:0 4px 24px #00000073;--shadow-lg:0 16px 56px #000000a6;--shadow-orange:0 8px 32px #8b080b59;--ease:cubic-bezier(.4,0,.2,1);--spring:cubic-bezier(.34,1.56,.64,1);--t:all .25s var(--ease);--topbar-h:36px;--nav-h:90px;--mob-nav-h:68px;--max-w:1280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--bg);color:var(--white);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;line-height:1.6;overflow-x:hidden}h1{font-family:Syne,sans-serif;font-size:clamp(3rem,5vw,4.2rem);font-weight:800;line-height:1.05}h2{font-family:Syne,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.08}h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:800;line-height:1.08}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{background:0 0;border:none;outline:none;font-family:DM Sans,sans-serif}button{cursor:pointer}ul{list-style:none}::selection{background:var(--brand);color:var(--white)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--brand);border-radius:var(--r-full)}.container{max-width:var(--max-w);margin:0 auto;padding:0 28px}.section{padding:100px 0}.section--sm{padding:64px 0}.section--xs{padding:40px 0}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.s2col{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.s3col{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.s2col-md{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tag{letter-spacing:.14em;text-transform:uppercase;color:var(--brand);background:var(--brand-10);border-radius:var(--r-full);border:1px solid #8b080b33;align-items:center;gap:6px;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.section-title{color:var(--white);margin-bottom:16px}.section-title span{color:var(--brand)}.section-desc{color:var(--gray-2);max-width:520px;font-size:1.05rem;line-height:1.7}.divider{background:linear-gradient(90deg,var(--brand),transparent);border-radius:var(--r-full);width:44px;height:3px;margin-bottom:18px}.label-wrap{margin-bottom:14px}.text-orange{color:var(--brand)}.text-muted{color:var(--gray-2)}.btn{letter-spacing:.01em;border-radius:var(--r-full);transition:var(--t);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:600;line-height:1;display:inline-flex}.btn-primary{background:var(--brand);color:var(--white);box-shadow:var(--shadow-orange)}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-2px);box-shadow:0 12px 40px #8b080b73}.btn-ghost{background:var(--surface);color:var(--white);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-ghost:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-2px)}.btn-outline{color:var(--brand);border:1.5px solid var(--brand);background:0 0}.btn-outline:hover{background:var(--brand-10);transform:translateY(-2px)}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{background:#dc2626;transform:translateY(-2px)}.btn-success{background:var(--success);color:var(--white)}.btn-sm{padding:11px 18px;font-size:.82rem}.btn-lg{padding:17px 40px;font-size:1rem}.btn-full{width:100%}.btn:active{transform:scale(.98)!important}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);overflow:hidden}.card:hover{border-color:var(--border-hover);background:var(--surface-hover)}.glass{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--r-lg);background:#ffffff0a}.badge{letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-full);align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.badge-orange{background:var(--brand);color:var(--white)}.badge-green{color:var(--success);background:#22c55e1a;border:1px solid #22c55e47}.badge-red{color:var(--danger);background:#ef44441a;border:1px solid #ef444447}.badge-yellow{color:var(--warning);background:#f59e0b1a;border:1px solid #f59e0b47}.badge-gray{background:var(--surface);color:var(--gray-2);border:1px solid var(--border)}.field{flex-direction:column;gap:8px;display:flex}.field-label{color:var(--gray-1);letter-spacing:.02em;font-size:.85rem;font-weight:600}.field-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--white);transition:var(--t);padding:13px 16px;font-size:.95rem}.field-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.field-input::placeholder{color:var(--gray-3)}.field-input--error{border-color:var(--danger)!important}.field-error{color:var(--danger);font-size:.78rem}textarea.field-input{resize:vertical;min-height:110px}select.field-input{appearance:none;cursor:pointer}select.field-input option,select.form-input option{color:#fff;background:#181818}select.field-input option:checked,select.form-input option:checked{color:#fff;background:#8b080b}.hr{background:var(--border);height:1px;margin:24px 0}.topbar{height:var(--topbar-h);background:#0808083d;border-bottom:1px solid #ffffff0f;position:relative}.topbar__inner{color:#ffffff8c;justify-content:center;align-items:center;gap:10px;height:100%;padding:0 24px;font-size:.84rem;display:flex}.topbar__pin{flex-shrink:0;font-size:.8rem}.topbar__label{color:#fff;flex-shrink:0;font-weight:600}.topbar__areas{flex-wrap:nowrap;align-items:center;gap:0;display:flex}.topbar__area{white-space:nowrap;color:#fff}.topbar__dot{color:#ffffff40;margin:0 7px}.topbar__cta{background:var(--brand);color:#fff;white-space:nowrap;border-radius:9999px;flex-shrink:0;margin-left:18px;padding:3px 12px;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .2s}.topbar__cta:hover{background:var(--brand-light)}@media (max-width:640px){.topbar__areas .topbar__area:nth-child(n+4),.topbar__label{display:none}}@media (max-width:400px){.topbar__cta{display:none}}.navbar{top:var(--topbar-h);z-index:1000;border-bottom:1px solid var(--border);height:90px;transition:top .25s,background .25s,box-shadow .25s;position:fixed;left:0;right:0}.navbar--past-topbar{top:0}.navbar--scrolled{-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#080808f0}.navbar__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;gap:24px;height:100%;margin:0 auto;padding:0 28px;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:10px;font-family:Syne,sans-serif;font-size:1.15rem;font-weight:800;display:flex}.navbar__logo-mark{background:var(--brand);width:36px;height:36px;color:var(--white);border-radius:9px;justify-content:center;align-items:center;font-size:1rem;display:flex}.navbar__links{flex:1;justify-content:center;align-items:center;gap:2px;display:flex}.navbar__link{border-radius:var(--r);color:var(--gray-2);transition:var(--t);align-items:center;gap:5px;padding:8px 14px;font-size:.875rem;font-weight:500;display:flex;position:relative}.navbar__link:hover{color:var(--white);background:var(--surface)}.navbar__link--active{color:var(--white)}.navbar__link-wrap{position:relative}.navbar__dropdown{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);min-width:210px;box-shadow:var(--shadow-lg);z-index:10;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.navbar__dd-item{border-radius:var(--r-sm);color:var(--gray-2);transition:var(--t);align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;font-weight:500;display:flex}.navbar__dd-item:hover{background:var(--surface-hover);color:var(--white)}.navbar__dd-icon{text-align:center;width:20px;font-size:1rem}.navbar__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.navbar__lang{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);gap:2px;padding:3px;display:flex}.navbar__lang-btn{border-radius:var(--r-full);color:var(--gray-2);transition:var(--t);cursor:pointer;padding:5px 11px;font-size:.75rem;font-weight:700}.navbar__lang-btn--active{background:var(--brand);color:var(--white)}.navbar__cart{border-radius:var(--r-full);background:var(--surface);border:1px solid var(--border);color:var(--white);transition:var(--t);align-items:center;gap:7px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex;position:relative}.navbar__cart:hover{border-color:var(--brand);color:var(--brand)}.navbar__cart-count{background:var(--brand);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.navbar__hamburger{border-radius:var(--r-sm);background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:5px;padding:9px;display:none}.navbar__bar{background:var(--white);width:20px;height:2px;transition:var(--t);transform-origin:50%;border-radius:2px}.navbar__bar--1.open{transform:translateY(7px)rotate(45deg)}.navbar__bar--2.open{opacity:0;transform:scaleX(0)}.navbar__bar--3.open{transform:translateY(-7px)rotate(-45deg)}.navbar__mobile-menu{z-index:999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#080808fa;flex-direction:column;gap:6px;padding:120px 16px;display:flex;position:fixed;inset:30px 0 0;overflow-y:auto}.navbar__mobile-link{border-radius:var(--r);color:var(--gray-1);background:var(--surface);border:1px solid var(--border);transition:var(--t);align-items:center;gap:14px;padding:15px 18px;font-size:.95rem;font-weight:600;display:flex}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--brand);background:var(--brand-05);border-color:#8b080b4d}.navbar__mobile-icon{text-align:center;width:22px;font-size:1.15rem}.mob-nav{z-index:1000;height:var(--mob-nav-h);-webkit-backdrop-filter:blur(28px);border-top:1px solid var(--border);padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px);background:#000;display:none;position:fixed;bottom:0;left:0;right:0}.mob-nav__inner{justify-content:space-around;align-items:center;height:100%;display:flex}.mob-nav__item{border-radius:var(--r);transition:var(--t);flex-direction:column;flex:1;align-items:center;gap:3px;padding:8px 10px;display:flex;position:relative}.mob-nav__item--active{color:var(--brand)}.mob-nav__item-icon{font-size:1.3rem;line-height:1}.mob-nav__item-label{letter-spacing:.05em;text-transform:uppercase;font-size:.62rem;font-weight:700}.mob-nav__cart-btn{background:var(--brand);color:var(--white);border-radius:var(--r);padding:9px 14px;position:relative}.mob-nav__cart-btn:hover{background:var(--brand-dark)}.mob-nav__cart-bubble{background:var(--white);width:16px;height:16px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:900;display:flex;position:absolute;top:-5px;right:-5px}.hero{min-height:100svh;padding-top:var(--nav-h);align-items:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-overlay{background:linear-gradient(135deg,#080808 0%,#080808e6 45%,#080808d1 100%);position:absolute;inset:0}.hero__bg-grid{background-image:linear-gradient(#8b080b09 1px,#0000 1px),linear-gradient(90deg,#8b080b09 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hero__glow{pointer-events:none;background:radial-gradient(circle,#8b080b1a 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-150px}.hero__content{z-index:1;max-width:var(--max-w);grid-template-columns:1fr 560px;align-items:start;gap:72px;margin:0 auto;padding:40px 28px 100px;display:grid;position:relative}.hero__eyebrow{background:var(--brand-10);letter-spacing:.04em;color:var(--brand-light);border:1px solid #8b080b59;border-radius:9999px;align-items:center;margin-bottom:24px;padding:5px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.hero__title{color:var(--white);margin-bottom:24px}.hero__title-accent{color:var(--brand);display:block}.hero__desc{color:var(--gray-2);max-width:460px;margin-bottom:40px;font-size:1.05rem;line-height:1.75}.hero__ctas{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero__trust{border-top:1px solid var(--border);flex-wrap:nowrap;align-items:center;gap:28px;margin-top:52px;padding-top:40px;display:flex}.hero__trust-item{align-items:center;gap:5px;display:flex}.hero__trust-icon{font-size:1.4rem}.hero__trust-info strong{color:var(--white);font-size:.95rem;font-weight:700;display:block}.hero__trust-info span{color:var(--gray-2);font-size:.78rem}.hero__qbook{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);background:#101010eb;padding:32px}.hero__qbook-title{margin-bottom:4px;font-size:1.25rem}.hero__qbook-sub{color:var(--gray-2);margin-bottom:22px;font-size:.82rem}.hero__qbook-tabs{background:var(--bg-3);border-radius:var(--r);gap:6px;margin-bottom:20px;padding:4px;display:flex}.hero__qbook-tab{border-radius:var(--r-sm);text-align:center;color:var(--gray-2);transition:var(--t);cursor:pointer;flex:1;padding:9px;font-size:.8rem;font-weight:700}.hero__qbook-tab--active{background:var(--brand);color:var(--white)}.hero__qbook-fields{flex-direction:column;gap:12px;display:flex}.hero__qbook-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.hero__qbook-submit{border-radius:var(--r);background:var(--brand);width:100%;color:var(--white);transition:var(--t);box-shadow:var(--shadow-orange);justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:15px;font-size:.95rem;font-weight:700;display:flex}.hero__qbook-submit:hover{background:var(--brand-dark);transform:translateY(-2px)}.hero__scroll-hint{color:#ffffff59;z-index:1;flex-direction:column;align-items:center;gap:0;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero__scroll-chevron{margin-top:-10px;animation:1.6s ease-in-out infinite scroll-bounce;display:block}.hero__scroll-chevron--2{opacity:.5;animation-delay:.2s}@keyframes scroll-bounce{0%,to{opacity:.9;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}.how__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:64px;display:grid}.how__step{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);transition:var(--t);padding:36px 28px;position:relative;overflow:hidden}.how__step:hover{border-color:var(--brand);box-shadow:var(--shadow-orange);transform:translateY(-4px)}.how__step-num{background:linear-gradient(135deg,#8b080b24,#0000);-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-family:Syne,sans-serif;font-size:5rem;font-weight:800;line-height:1;position:absolute;top:-10px;right:16px}.how__step-icon{margin-bottom:18px;font-size:2.2rem}.how__step-title{margin-bottom:10px;font-size:1.2rem}.how__step-desc{color:var(--gray-2);font-size:.88rem;line-height:1.65}.catalog__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px;display:flex}.catalog__search-wrap{flex:1;max-width:360px;position:relative}.catalog__search-icon{color:var(--gray-3);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.catalog__search{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);width:100%;color:var(--white);transition:var(--t);padding:12px 16px 12px 40px;font-size:.9rem}.catalog__search:focus{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.catalog__filters{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.catalog__filter{border-radius:var(--r-full);background:var(--surface);border:1px solid var(--border);color:var(--gray-2);transition:var(--t);cursor:pointer;align-items:center;gap:6px;padding:8px 18px;font-size:.84rem;font-weight:600;display:flex}.catalog__filter:hover{border-color:var(--border-hover);color:var(--white)}.catalog__filter--active{background:var(--brand-10);border-color:var(--brand);color:var(--brand)}.catalog__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.catalog__empty{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:80px 24px;display:flex}.catalog__empty-icon{opacity:.3;font-size:3rem}.eq-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);position:relative;overflow:hidden}.eq-card:hover{border-color:var(--brand);box-shadow:var(--shadow-orange);transform:translateY(-4px)}.eq-card__img-wrap{aspect-ratio:16/10;background:var(--bg-3);position:relative;overflow:hidden}.eq-card__img{object-fit:cover;width:100%;height:100%;transition:transform .45s var(--ease)}.eq-card:hover .eq-card__img{transform:scale(1.06)}.eq-card__badges{flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:12px;left:12px}.eq-card__fav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:32px;height:32px;transition:var(--t);background:#080808bf;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:12px;right:12px}.eq-card__fav:hover{background:#8b080b33;transform:scale(1.1)}.eq-card__body{padding:18px 18px 0}.eq-card__cat{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:6px;font-size:.7rem;font-weight:700}.eq-card__name{margin-bottom:8px;font-size:1.1rem}.eq-card__specs{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.eq-card__spec{color:var(--gray-2);align-items:center;gap:4px;font-size:.78rem;display:flex}.eq-card__footer{border-top:1px solid var(--border);background:#00000026;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.eq-card__price-label{color:var(--gray-3);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.eq-card__price-val{font-size:1.35rem;font-weight:700}.eq-card__price-val small{color:var(--gray-2);font-size:.78rem;font-weight:400}.eq-card__add-btn{border-radius:var(--r-full);background:var(--brand);color:var(--white);transition:var(--t);align-items:center;gap:6px;padding:9px 16px;font-size:.82rem;font-weight:700;display:flex}.eq-card__add-btn:hover{background:var(--brand-dark);transform:scale(1.04)}.booking-overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#000000b8;position:fixed;inset:0}.booking-panel{z-index:2001;background:var(--bg-2);border-left:1px solid var(--border);flex-direction:column;width:min(560px,100vw);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-24px 0 64px #000000b3}.booking-panel__head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 26px;display:flex}.booking-panel__title{font-size:1.25rem}.booking-panel__close{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--gray-2);transition:var(--t);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.booking-panel__close:hover{color:var(--white);background:var(--surface-hover)}.booking-steps{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:0;padding:18px 26px;display:flex}.bstep{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex;position:relative}.bstep:not(:last-child):after{content:"";background:var(--border);z-index:0;width:100%;height:1px;position:absolute;top:15px;left:50%}.bstep__dot{z-index:1;width:30px;height:30px;transition:var(--t);border:2px solid var(--border);background:var(--bg-3);color:var(--gray-3);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.bstep--done .bstep__dot{background:var(--success);border-color:var(--success);color:var(--white)}.bstep--active .bstep__dot{background:var(--brand);border-color:var(--brand);color:var(--white);box-shadow:0 0 0 4px var(--brand-glow)}.bstep__lbl{color:var(--gray-3);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.bstep--active .bstep__lbl{color:var(--brand)}.bstep--done .bstep__lbl{color:var(--success)}.booking-panel__body{flex:1;padding:26px;overflow-y:auto}.booking-panel__body::-webkit-scrollbar{width:3px}.booking-panel__body::-webkit-scrollbar-thumb{background:var(--border)}.period-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin:16px 0 22px;display:grid}.period-btn{border-radius:var(--r);text-align:center;background:var(--surface);border:1.5px solid var(--border);cursor:pointer;transition:var(--t);padding:12px 6px}.period-btn__name{color:var(--gray-2);margin-bottom:4px;font-size:.7rem;font-weight:600;display:block}.period-btn__price{color:var(--white);font-size:.92rem;font-weight:800;display:block}.period-btn:hover{border-color:var(--brand)}.period-btn--active{background:var(--brand-10);border-color:var(--brand)}.period-btn--active .period-btn__name{color:var(--brand)}.qty-ctrl{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);align-items:center;display:inline-flex;overflow:hidden}.qty-ctrl__btn{width:38px;height:38px;color:var(--gray-2);transition:var(--t);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.qty-ctrl__btn:hover{background:var(--surface-hover);color:var(--white)}.qty-ctrl__val{text-align:center;min-width:44px;padding:0 14px;font-size:.92rem;font-weight:700}.delivery-opts{flex-direction:column;gap:10px;margin:16px 0;display:flex}.delivery-opt{border-radius:var(--r);border:1.5px solid var(--border);cursor:pointer;transition:var(--t);align-items:flex-start;gap:14px;padding:15px;display:flex}.delivery-opt:hover{border-color:var(--border-hover)}.delivery-opt--sel{background:var(--brand-05);border-color:var(--brand)}.delivery-opt__radio{border:2px solid var(--border);width:18px;height:18px;transition:var(--t);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.delivery-opt--sel .delivery-opt__radio{border-color:var(--brand);background:var(--brand)}.delivery-opt__dot{background:var(--white);opacity:0;width:7px;height:7px;transition:var(--t);border-radius:50%}.delivery-opt--sel .delivery-opt__dot{opacity:1}.delivery-opt__info h4{margin-bottom:2px;font-size:.9rem}.delivery-opt__info p{color:var(--gray-2);font-size:.8rem}.pay-methods{flex-direction:column;gap:10px;margin:16px 0;display:flex}.pay-method{border-radius:var(--r);border:1.5px solid var(--border);cursor:pointer;transition:var(--t);align-items:center;gap:14px;padding:14px 16px;display:flex}.pay-method:hover{border-color:var(--border-hover)}.pay-method--sel{background:var(--brand-05);border-color:var(--brand)}.pay-method__icon{text-align:center;flex-shrink:0;width:28px;font-size:1.5rem}.pay-method__name{font-size:.9rem;font-weight:600}.pay-method__desc{color:var(--gray-2);font-size:.76rem}.pay-method__check{border:2px solid var(--border);width:18px;height:18px;transition:var(--t);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:flex}.pay-method--sel .pay-method__check{background:var(--brand);border-color:var(--brand)}.pay-method__check-icon{color:var(--white);opacity:0;transition:var(--t);font-size:.65rem}.pay-method--sel .pay-method__check-icon{opacity:1}.booking-panel__foot{border-top:1px solid var(--border);background:var(--bg-2);flex-direction:column;flex-shrink:0;gap:10px;padding:18px 26px;display:flex}.sum-row{color:var(--gray-2);justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.sum-row--total{color:var(--white);border-top:1px solid var(--border);padding-top:10px;font-size:1.05rem;font-weight:800}.cart-bar{bottom:calc(var(--mob-nav-h) + 12px);z-index:1900;background:var(--brand);border-radius:var(--r-lg);box-shadow:var(--shadow-orange);cursor:pointer;transition:var(--t);justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex;position:fixed;left:16px;right:16px}.cart-bar:hover{background:var(--brand-dark);transform:translateY(-2px)}.cart-bar__info{color:var(--white);align-items:center;gap:10px;display:flex}.cart-bar__count{font-size:.82rem}.cart-bar__total{color:var(--white);font-size:1.1rem;font-weight:800}.stats__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);text-align:center;transition:var(--t);padding:32px 24px}.stat-card:hover{border-color:var(--brand);transform:translateY(-4px)}.stat-card__num{color:var(--brand);margin-bottom:8px;font-family:Syne,sans-serif;font-size:clamp(2.4rem,4vw,3.2rem);font-weight:800;line-height:1}.stat-card__lbl{color:var(--gray-2);font-size:.85rem;font-weight:500}.services__grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:64px;display:grid}.svc-card{border-radius:var(--r-xl);min-height:340px;transition:var(--t);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.svc-card:hover{transform:translateY(-4px)}.svc-card:hover .svc-card__img{transform:scale(1.06)}.svc-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease);position:absolute;inset:0}.svc-card__overlay{background:linear-gradient(#0000 0%,#08080859 45%,#080808f5 100%);position:absolute;inset:0}.svc-card__body{z-index:1;padding:30px;position:relative}.svc-card__icon{margin-bottom:10px;font-size:1.8rem}.svc-card__title{margin-bottom:8px;font-size:1.5rem}.svc-card__desc{color:var(--gray-2);margin-bottom:18px;font-size:.86rem;line-height:1.55}.svc-list-card{background:var(--surface);border:1px solid var(--border);border-left:2px solid var(--brand);border-radius:var(--r-xl);color:inherit;align-items:flex-start;gap:16px;height:100%;padding:22px 20px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.svc-list-card:hover{border-color:var(--brand);transform:translateY(-2px)}.svc-list-card__icon{flex-shrink:0;margin-top:2px;font-size:2rem}.svc-list-card__body{flex:1}.svc-list-card__title{margin-bottom:6px;font-family:Syne,sans-serif;font-size:1rem;font-weight:800}.svc-list-card__desc{color:var(--gray-2);margin-bottom:12px;font-size:.83rem;line-height:1.6}.svc-list-card__badges{flex-wrap:wrap;gap:6px;display:flex}.svc-list-card__arrow{color:var(--brand);flex-shrink:0;align-self:center;font-size:1.4rem}.testi__grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:60px;display:grid}.testi-card{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);transition:var(--t);padding:26px}.testi-card:hover{border-color:var(--border-hover);transform:translateY(-3px)}.testi-card__stars{color:#f59e0b;letter-spacing:2px;margin-bottom:12px;font-size:.95rem}.testi-card__text{color:var(--gray-1);margin-bottom:18px;font-size:.9rem;line-height:1.7}.testi-card__author{align-items:center;gap:10px;display:flex}.testi-card__avatar{background:var(--brand-10);border:2px solid var(--brand);width:40px;height:40px;color:var(--brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.testi-card__name{font-size:.88rem;font-weight:700}.testi-card__role{color:var(--gray-3);font-size:.76rem}.cta-banner{border-radius:var(--r-xl);background:linear-gradient(135deg,#6b0507 0%,#8b080b 40%,#5a0406 100%);padding:80px 64px 64px;position:relative;overflow:hidden;box-shadow:0 0 80px #8b080b59,inset 0 1px #ffffff14}.cta-banner__dots{z-index:0;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 40%,#0000 100%)}.cta-banner__glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#ff50502e 0%,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;left:-80px}.cta-banner__glow--right{background:radial-gradient(circle,#ffb45014 0%,#0000 70%);width:360px;height:360px;inset:auto -60px -100px auto}.cta-banner__ring{z-index:0;pointer-events:none;border:1px solid #ffffff12;border-radius:50%;position:absolute}.cta-banner__ring--1{width:420px;height:420px;top:-180px;right:8%}.cta-banner__ring--2{width:260px;height:260px;top:-100px;right:14%}.cta-banner__ghost{z-index:0;color:#0000;-webkit-text-stroke:1px #ffffff0f;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Syne,sans-serif;font-size:clamp(8rem,14vw,14rem);font-weight:900;line-height:1;position:absolute;top:50%;right:6%;transform:translateY(-50%)}.cta-banner__content{z-index:1;text-align:center;position:relative}.cta-banner__tag{color:#ffffffe6;letter-spacing:.02em;background:#ffffff1f;border:1px solid #fff3;border-radius:9999px;margin-bottom:20px;padding:5px 16px;font-size:.78rem;font-weight:600;display:inline-block}.cta-banner__title{color:var(--white);text-shadow:0 2px 20px #0000004d;margin-bottom:14px}.cta-banner__desc{color:#fffc;max-width:480px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}.cta-banner__btns{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:32px;display:flex}.cta-banner__btn-primary{color:var(--brand);background:#fff;border-color:#fff;font-weight:700}.cta-banner__btn-primary:hover{color:var(--brand-dark);background:#ffffffe6;border-color:#ffffffe6}.cta-banner__btn-ghost{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border-color:#ffffff59}.cta-banner__btn-ghost:hover{background:#fff3;border-color:#fff9}.cta-banner__trust{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.cta-banner__trust-pill{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff24;border-radius:9999px;align-items:center;gap:5px;padding:5px 14px;font-size:.76rem;display:flex}.coverage__wrap{grid-template-columns:1fr 1fr;align-items:start;gap:60px;margin-top:60px;display:grid}.coverage__cities{flex-direction:column;gap:10px;display:flex}.coverage__city{border-radius:var(--r);background:var(--surface);border:1px solid var(--border);transition:var(--t);align-items:center;gap:14px;padding:13px 16px;display:flex}.coverage__city:hover{border-color:var(--brand)}.coverage__city-dot{background:var(--brand);border-radius:50%;flex-shrink:0;width:9px;height:9px}.coverage__city-name{font-size:.92rem;font-weight:600}.coverage__city-extra{color:var(--gray-2);margin-left:auto;font-size:.8rem}.coverage__map-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);aspect-ratio:4/3;justify-content:center;align-items:center;display:flex;overflow:hidden}.coverage__map-ph{opacity:.3;font-size:3rem}.scroll-top{z-index:999;background:var(--brand);color:#fff;cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;line-height:1;transition:opacity .25s,transform .25s,background .2s;display:flex;position:fixed;bottom:100px;right:28px;transform:translateY(12px);box-shadow:0 4px 18px #8b080b73}.scroll-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top:hover{background:var(--brand-light)}@media (max-width:640px){.scroll-top{width:40px;height:40px;font-size:1.05rem;right:16px}}.footer{background:var(--bg-2);border-top:1px solid var(--border);padding:72px 0 0}.footer__grid{grid-template-columns:1.6fr 1fr 1.1fr 1fr 1fr;gap:32px;margin-bottom:56px;display:grid}.footer__brand-logo{align-items:center;gap:10px;margin-bottom:14px;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.footer__brand-mark{background:var(--brand);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.footer__brand-desc{color:var(--gray-2);max-width:270px;margin-bottom:22px;font-size:.86rem;line-height:1.7}.footer__socials{gap:8px;display:flex}.footer__social{border-radius:var(--r-sm);background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--gray-2);transition:var(--t);justify-content:center;align-items:center;font-size:.95rem;display:flex}.footer__social:hover{background:var(--brand);border-color:var(--brand);color:var(--white)}.footer__col-title{letter-spacing:.08em;text-transform:uppercase;color:var(--white);margin-bottom:18px;font-size:.82rem;font-weight:700}.footer__links{flex-direction:column;gap:0;display:flex}.footer__link{color:var(--gray-2);transition:var(--t);font-size:.86rem}.footer__link:hover{color:var(--brand)}.footer__contact-item{align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.footer__contact-icon{color:var(--brand);flex-shrink:0;margin-top:2px;font-size:.95rem}.footer__contact-text{color:var(--gray-2);font-size:.86rem;line-height:1.5}.footer__bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:22px 0;display:flex}.footer__copy{color:var(--gray-3);font-size:.8rem}.footer__bottom-links{gap:18px;display:flex}.footer__bottom-link{color:var(--gray-3);transition:var(--t);font-size:.8rem}.footer__bottom-link:hover{color:var(--brand)}.page-hero{padding:calc(var(--nav-h) + -20px) 0 56px;border-bottom:1px solid var(--border);background:linear-gradient(#8b080b0d 0%,#0000 100%)}.page-hero__content{max-width:620px}.page-hero__back{color:var(--gray-2);transition:var(--t);align-items:center;gap:6px;margin-bottom:20px;font-size:.82rem;display:inline-flex}.page-hero__back:hover{color:var(--brand)}.feat-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px;display:grid}.feat-item{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);transition:var(--t);padding:26px 22px}.feat-item:hover{border-color:var(--brand)}.feat-item__icon{margin-bottom:12px;font-size:1.7rem}.feat-item__title{margin-bottom:8px;font-size:.98rem}.feat-item__desc{color:var(--gray-2);font-size:.83rem;line-height:1.6}.contact__grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.contact__info{flex-direction:column;gap:16px;display:flex}.contact__info-card{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);align-items:flex-start;gap:14px;padding:18px;display:flex}.contact__info-icon{border-radius:var(--r);background:var(--brand-10);border:1px solid #8b080b33;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.15rem;display:flex}.contact__info-title{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-3);margin-bottom:3px;font-size:.76rem;font-weight:700}.contact__info-val{color:var(--white);font-size:.98rem;font-weight:600}.contact__info-sub{color:var(--gray-2);font-size:.8rem}.contact__form-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:34px}.contact__form{flex-direction:column;gap:16px;display:flex}.auth-wrap{min-height:100svh;padding:calc(var(--nav-h) + 24px) 24px 40px;background:radial-gradient(at 50% -10%,#8b080b14 0%,#0000 60%);justify-content:center;align-items:center;display:flex}.auth-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-xl);width:100%;max-width:400px;padding:28px 32px}.auth-card__logo{justify-content:center;margin-bottom:16px;display:flex}.auth-card__title{text-align:center;margin-bottom:4px;font-size:1.4rem}.auth-card__sub{color:var(--gray-2);text-align:center;margin-bottom:20px;font-size:.82rem}.auth-form{flex-direction:column;gap:10px;display:flex}.auth-divider{color:var(--gray-3);align-items:center;gap:10px;margin:4px 0;font-size:.74rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.account-wrap{max-width:960px;margin:0 auto;padding:48px 28px 120px}.account-header{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:28px;display:flex}.account-header__info{flex:1;min-width:0}.account-header__actions{flex-shrink:0;gap:8px;display:flex}.acct-avatar{background:var(--brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-family:Syne,sans-serif;font-size:1.2rem;font-weight:800;display:flex}.acct-cards{flex-direction:row;gap:16px;margin-bottom:32px;display:flex}.acct-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px 22px}.acct-card__label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-3);margin-bottom:14px;font-size:.68rem;font-weight:700}.acct-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 0;display:flex}.acct-row:last-of-type{border-bottom:none}.acct-row__lbl{color:var(--gray-3);flex-shrink:0;width:52px;font-size:.74rem}.acct-row__val{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.86rem;font-weight:500;overflow:hidden}.acct-te-box{border-radius:var(--r-lg);padding:14px 16px}.acct-te-box--active{background:#22c55e14;border:1px solid #22c55e40}.acct-te-box--inactive{background:var(--bg-3);border:1px solid var(--border)}.acct-section-title{margin-bottom:14px;font-size:1rem;font-weight:700}.order-card__reorder{margin-left:auto}.account-tabs{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.account-tab{border-radius:var(--r-full);color:var(--gray-2);background:var(--surface);border:1px solid var(--border);transition:var(--t);align-items:center;gap:7px;padding:9px 18px;font-size:.86rem;font-weight:600;display:flex}.account-tab:hover{color:var(--white)}.account-tab--active{background:var(--brand-10);border-color:var(--brand);color:var(--brand)}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);margin-bottom:14px;padding:22px}.order-card:hover{border-color:var(--border-hover)}.order-card__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.order-card__id{color:var(--gray-3);font-family:monospace;font-size:.8rem}.order-card__items{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.order-card__item{align-items:center;gap:12px;display:flex}.order-card__item-img{border-radius:var(--r-sm);background:var(--bg-3);flex-shrink:0;width:48px;height:38px;overflow:hidden}.order-card__item-name{font-size:.88rem;font-weight:600}.order-card__item-period{color:var(--gray-2);font-size:.76rem}.order-card__foot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:14px;display:flex}.order-card__total{font-size:1rem;font-weight:700}.order-list{flex-direction:column;gap:5px;display:flex}.order-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);transition:border-color .15s;overflow:hidden}.order-row:hover{border-color:var(--border-hover)}.order-row--open{border-color:#e6394666}.order-row__summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;padding:11px 16px;transition:background .15s;display:flex}.order-row__summary:hover{background:var(--bg-3)}.order-row__num{color:var(--brand);flex-shrink:0;font-family:monospace;font-size:1rem;font-weight:700}.order-row__date{color:var(--gray-3);white-space:nowrap;flex-shrink:0;font-size:.74rem}.order-row__items-count{color:var(--gray-3);white-space:nowrap;flex-shrink:0;font-size:.72rem}.order-row__spacer{flex:1}.order-row__total{white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:700}.order-row__chevron{color:var(--gray-3);flex-shrink:0;margin-left:6px;font-size:.62rem;transition:transform .2s}.order-row--open .order-row__chevron{transform:rotate(180deg)}.order-row__detail{border-top:1px solid var(--border);padding:10px 16px 12px}.order-row__item{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:5px 0;display:flex}.order-row__item:last-of-type{border-bottom:none}.order-row__item-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.82rem;font-weight:600;overflow:hidden}.order-row__item-period{color:var(--gray-3);white-space:nowrap;flex-shrink:0;font-size:.72rem}.order-row__item-price{white-space:nowrap;text-align:right;flex-shrink:0;min-width:58px;font-size:.82rem;font-weight:600}.order-row__detail-foot{color:var(--gray-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding-top:9px;font-size:.76rem;display:flex}.order-row__detail-right{align-items:center;gap:12px;display:flex}.order-row__grand-total{color:var(--brand);font-size:.9rem;font-weight:800}.admin-layout{background:var(--bg);min-height:100vh;display:flex}.admin-sidebar{background:var(--bg-2);border-right:1px solid var(--border);z-index:100;flex-direction:column;flex-shrink:0;width:256px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.admin-sidebar__head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:22px 18px;display:flex}.admin-sidebar__logo{flex:1;font-family:Syne,sans-serif;font-size:.98rem;font-weight:800}.admin-sidebar__badge{text-transform:uppercase;letter-spacing:.06em;background:var(--brand);color:var(--white);border-radius:var(--r-full);padding:3px 8px;font-size:.6rem;font-weight:800}.admin-sidebar__nav{flex-direction:column;flex:1;gap:3px;padding:14px 10px;display:flex}.admin-sidebar__section{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-3);padding:10px 8px 4px;font-size:.66rem;font-weight:800}.admin-sidebar__item{border-radius:var(--r-sm);color:var(--gray-2);transition:var(--t);align-items:center;gap:10px;padding:10px 12px;font-size:.86rem;font-weight:500;display:flex;position:relative}.admin-sidebar__item:hover{background:var(--surface);color:var(--white)}.admin-sidebar__item--active{background:var(--brand-10);color:var(--brand)}.admin-sidebar__item--active:before{content:"";background:var(--brand);border-radius:0 3px 3px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.admin-sidebar__icon{text-align:center;flex-shrink:0;width:18px;font-size:.95rem}.admin-sidebar__count{background:var(--brand);color:var(--white);border-radius:var(--r-full);margin-left:auto;padding:2px 7px;font-size:.66rem;font-weight:800}.admin-sidebar__foot{border-top:1px solid var(--border);padding:14px 10px}.admin-hamburger,.admin-mob-backdrop,.admin-mob-sidebar{display:none}.admin-main{flex-direction:column;flex:1;min-height:100vh;margin-left:256px;display:flex}.admin-topbar{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#080808eb;justify-content:space-between;align-items:center;gap:14px;padding:14px 28px;display:flex;position:sticky;top:0}.admin-topbar__title{font-size:1.1rem;font-weight:700}.admin-topbar__actions{align-items:center;gap:10px;display:flex}.admin-content{flex:1;padding:20px}.admin-kpis{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:28px;display:grid}.admin-kpi{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);transition:var(--t);padding:22px}.admin-kpi:hover{border-color:var(--border-hover)}.admin-kpi__icon{margin-bottom:10px;font-size:1.4rem}.admin-kpi__val{margin-bottom:4px;font-family:Syne,sans-serif;font-size:1.7rem;font-weight:800}.admin-kpi__lbl{color:var(--gray-2);font-size:.8rem}.admin-kpi__delta{margin-top:6px;font-size:.76rem;font-weight:700}.admin-kpi__delta--up{color:var(--success)}.admin-kpi__delta--down{color:var(--danger)}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-2);background:var(--bg-3);border-bottom:1px solid var(--border);padding:12px 18px;font-size:.72rem;font-weight:800}.admin-table td{color:var(--gray-1);border-bottom:1px solid #ffffff0a;padding:14px 18px;font-size:.86rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--surface-hover)}.admin-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.damage-panel{border-radius:var(--r-lg);background:#ef44440a;border:1px solid #ef44442e;margin-top:20px;padding:22px}.damage-panel__title{color:var(--danger);align-items:center;gap:8px;margin-bottom:14px;font-size:.95rem;display:flex}.damage-form{grid-template-columns:1fr 1fr;gap:14px;display:grid}.order-detail{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.order-timeline{flex-direction:column;gap:0;display:flex}.order-tl-item{gap:16px;display:flex}.order-tl-item:not(:last-child) .order-tl-line{flex:1}.order-tl-dot{background:var(--brand);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.order-tl-line{background:var(--border);width:2px;margin:4px 0 4px 5px}.order-tl-text{padding-bottom:20px}.order-tl-title{font-size:.88rem;font-weight:600}.order-tl-time{color:var(--gray-3);margin-top:2px;font-size:.76rem}.toast-wrap{z-index:9999;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.toast{border-radius:var(--r);background:var(--bg-2);border:1px solid var(--border);box-shadow:var(--shadow-lg);min-width:270px;max-width:360px;color:var(--white);align-items:center;gap:12px;padding:14px 18px;font-size:.86rem;display:flex}.toast--success{border-color:#22c55e4d}.toast--error{border-color:#ef44444d}.toast--info{border-color:#3b82f64d}.toast__icon{flex-shrink:0;font-size:1.1rem}.toast__close{color:var(--gray-3);cursor:pointer;transition:var(--t);margin-left:auto;font-size:.9rem}.toast__close:hover{color:var(--white)}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-hover) 50%,var(--surface) 75%);border-radius:var(--r-sm);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.spinner{border:2.5px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:72px 24px;display:flex}.empty__icon{opacity:.3;font-size:2.8rem}.empty__title{font-size:1.2rem}.empty__desc{color:var(--gray-2);max-width:300px;font-size:.88rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--gray-2);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.form-input{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);width:100%;color:var(--white);transition:var(--t);outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem}.form-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-10)}.form-input::placeholder{color:var(--gray-3)}.form-input[type=date]::-webkit-calendar-picker-indicator{filter:invert()opacity(.4)}select.form-input{cursor:pointer}.form-textarea{resize:vertical;min-height:120px}.form-error{color:var(--danger);margin-top:2px;font-size:.76rem}.form-hint{color:var(--gray-3);font-size:.76rem}.form-check{cursor:pointer;color:var(--gray-2);align-items:center;gap:10px;font-size:.88rem;display:flex}.form-check input[type=checkbox]{border:1px solid var(--border);background:var(--bg-3);width:18px;height:18px;accent-color:var(--brand);cursor:pointer;border-radius:4px;flex-shrink:0}.catalog__filter-bar{border-radius:var(--r-lg);background:var(--surface);border:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:0;padding:18px 22px;display:flex}.catalog__cats{flex-wrap:wrap;gap:8px;display:flex}.catalog__cat-btn{border-radius:var(--r-full);color:var(--gray-2);transition:var(--t);white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:600;display:flex}.catalog__cat-btn:hover{color:var(--white);background:var(--surface-hover)}.catalog__cat-btn.active{background:var(--brand-10);border-color:var(--brand);color:var(--brand)}.catalog__search-wrap{border-radius:var(--r-full);background:var(--bg-3);border:1px solid var(--border);align-items:center;gap:8px;min-width:220px;display:flex}.catalog__search-icon{color:var(--gray-3);font-size:.88rem}.catalog__search{color:var(--white);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.86rem}.catalog__search::placeholder{color:var(--gray-3)}.eq-detail__grid{grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;align-items:start;gap:24px 56px;display:grid}.eq-detail__img-wrap{grid-area:1/1}.eq-detail__info-col{grid-area:1/2/3}.eq-detail__specs-wrap{grid-area:2/1}.eq-detail__img{aspect-ratio:4/3;border-radius:var(--r-xl);background:var(--bg-3);border:1px solid var(--border);justify-content:center;align-items:center;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.eq-detail__specs{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;padding:20px;display:flex}.eq-detail__specs-grid{gap:10px;display:flex}.eq-detail__spec-item{justify-content:space-between;align-items:center;display:flex}.eq-detail__spec-key{color:var(--gray-2);font-size:.82rem}.eq-detail__spec-val{color:var(--gray-1);font-size:.84rem;font-weight:600}.eq-detail__price-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}@media (max-width:1200px){.hero__content{grid-template-columns:1fr}.hero__qbook{display:none}.footer__grid{grid-template-columns:1fr 1fr 1fr;gap:28px}.admin-kpis{grid-template-columns:repeat(3,1fr)}.order-detail{grid-template-columns:1fr}}@media (max-width:1024px){.how__grid{grid-template-columns:1fr}.stats__grid{grid-template-columns:repeat(2,1fr)}.services__grid{grid-template-columns:1fr}.testi__grid{grid-template-columns:repeat(2,1fr)}.contact__grid,.coverage__wrap{grid-template-columns:1fr}.feat-grid{grid-template-columns:repeat(2,1fr)}.eq-detail__grid{grid-template-rows:auto;grid-template-columns:1fr;row-gap:0}.eq-detail__img-wrap{grid-area:1/1}.eq-detail__info-col{grid-area:2/1}.eq-detail__specs-wrap{grid-area:3/1;margin-top:24px}}@media (max-width:768px){:root{--nav-h:60px}html,body{max-width:100vw;overflow-x:hidden}.section{padding:52px 0}.section--sm{padding:40px 0}.container{padding:0 16px}.navbar__inner{justify-content:space-between;gap:0;padding:0 16px}.navbar__links,.navbar__lang,.navbar__cart,.navbar__cta{display:none}.navbar__hamburger{display:flex}.mob-nav{display:block}body{padding-bottom:var(--mob-nav-h)}.hero__content{gap:32px;padding:60px 16px 52px}.hero__desc{margin-bottom:24px;font-size:.95rem}.hero__trust{grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;padding-top:28px;display:grid}.hero__trust-item{text-align:center;flex-direction:column;align-items:center;gap:6px}.hero__trust-icon{font-size:1.5rem}.hero__trust-info strong{font-size:.85rem}.hero__trust-info span{font-size:.72rem}.hero__ctas{flex-wrap:wrap}.grid-2,.grid-3,.grid-4,.s2col,.s3col,.s2col-md,.form-row{grid-template-columns:1fr;gap:16px}.stats__grid{grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:22px 16px}.how__grid{gap:12px}.how__step{padding:24px 20px}.services__grid{gap:14px;margin-top:36px}.svc-card{min-height:260px}.catalog__header{flex-direction:column;align-items:stretch;gap:14px}.catalog__search-wrap{max-width:100%;margin-top:20px}.catalog__filters{gap:6px}.catalog__filter{padding:7px 14px;font-size:.8rem}.catalog__grid{grid-template-columns:1fr;gap:14px}.testi__grid{grid-template-columns:1fr;gap:12px}.feat-grid{grid-template-columns:1fr;gap:12px;margin-top:28px}.coverage__map-wrap{display:none}.coverage__wrap{gap:24px;margin-top:32px}.cta-banner{border-radius:var(--r-lg);padding:52px 24px 44px}.cta-banner__ghost,.cta-banner__ring{display:none}.cta-banner__btns{flex-direction:column;align-items:center}.cta-banner__btns .btn{width:100%;max-width:320px}.footer{padding:48px 0 0}.footer__grid{grid-template-columns:1fr;gap:24px;margin-bottom:36px}.footer__bottom{text-align:center;flex-direction:column;align-items:center;gap:12px}.footer__bottom-links{flex-wrap:wrap;justify-content:center;gap:12px}.booking-panel{width:100vw}.period-grid{grid-template-columns:repeat(2,1fr);gap:6px}.booking-panel__head{padding:16px 18px}.booking-panel__body{padding:18px}.booking-panel__foot,.booking-steps{padding:14px 18px}.auth-wrap{padding:24px 16px;padding-top:calc(var(--nav-h) + 24px);align-items:flex-start}.auth-card{padding:28px 20px}.account-wrap{padding:50px 16px 120px}.acct-cards{flex-direction:column}.account-header__actions{width:100%}.account-header__actions .btn{text-align:center;flex:1}.account-tabs{gap:6px}.account-tab{padding:8px 14px;font-size:.82rem}.order-row__summary{gap:7px;padding:10px 12px}.order-row__date,.order-row__items-count{display:none}.contact__form-wrap{padding:20px 16px}.contact__grid{gap:28px}.page-hero{padding:calc(var(--nav-h) + 28px) 0 32px}.admin-sidebar{display:none}.admin-main{margin-left:0;overflow-x:hidden}.admin-hamburger{z-index:190;background:var(--brand);border:1px solid var(--border);border-radius:var(--r-sm);width:36px;height:36px;color:var(--white);cursor:pointer;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:fixed;top:12px;right:16px}.admin-mob-backdrop{z-index:300;background:#0000008c;display:block;position:fixed;inset:0}.admin-mob-sidebar{background:var(--bg-2);border-right:1px solid var(--border);z-index:301;flex-direction:column;width:260px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.admin-mob-close{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--gray-2);cursor:pointer;width:30px;height:30px;font-size:1rem;line-height:1}.admin-kpis{grid-template-columns:1fr 1fr;gap:12px}.admin-table-wrap{overflow-x:auto}.admin-topbar{flex-wrap:wrap;padding:20px}.admin-topbar__actions{width:100%}.cu-col-phone,.cu-col-role,.cu-col-email{display:none}.cu-name-sub{color:var(--gray-2);margin-top:2px;font-size:.72rem;font-weight:400;display:block}.cu-search-wrap{min-width:unset;flex:1}.cu-filter-tabs{white-space:nowrap;flex-wrap:nowrap;overflow-x:auto;padding:8px 20px 0!important}.cu-filter-tab{padding:8px 4px!important}.cu-drawer,.or-drawer{width:100%}.or-col-order,.or-col-items,.or-col-actions,.or-col-date{display:none}.or-order-num-sub{color:var(--brand);margin-top:2px;font-family:monospace;font-size:.7rem;font-weight:700;display:block}.or-filter-wrap{overflow-x:auto;flex-wrap:nowrap!important}.or-filter-wrap .catalog__cat-btn{margin-bottom:20px}.eq-detail__specs-grid{grid-template-columns:1fr}.eq-detail__price-box{padding:16px}.toast-wrap{left:12px;right:12px;bottom:calc(var(--mob-nav-h)12px)}.toast{min-width:unset;width:100%}}@media (max-width:480px){.container{padding:0 16px}.section{padding:44px 0}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%}.hero__trust-item{min-width:0}.stats__grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card__num{font-size:2rem}.admin-kpis{grid-template-columns:1fr}.bstep__lbl{display:none}.auth-card{padding:24px 16px}.order-card{padding:16px}.testi-card{padding:18px}.footer__brand-desc{max-width:100%}}.sr-hero{align-items:center;min-height:580px;display:flex;position:relative}.sr-hero__img-wrap{z-index:0;position:absolute;inset:0}.sr-hero__overlay{background:linear-gradient(100deg,#040404e0 0%,#040404a6 55%,#04040459 100%);position:absolute;inset:0}.sr-hero__content-wrap{z-index:1;padding-top:40px;padding-bottom:40px;position:relative}.sr-hero__content{max-width:620px}.sr-hero__h1{margin:12px 0 18px}.sr-hero__h1 span{color:var(--brand)}.sr-hero__sub{color:var(--gray-1);max-width:520px;margin-bottom:28px;font-size:1.05rem;line-height:1.7}.sr-hero__ctas{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.sr-hero__badges{flex-wrap:wrap;gap:8px;display:flex}.sr-badge{color:var(--gray-1);font-size:.78rem}.sr-breadcrumb{color:var(--gray-3);align-items:center;gap:6px;margin-bottom:12px;font-size:.78rem;display:flex}.sr-breadcrumb a{color:var(--gray-3);transition:color .2s}.sr-breadcrumb a:hover{color:var(--brand-light)}.sr-breadcrumb span:last-child{color:var(--gray-2)}.sr-hero-split__inner{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.sr-hero-split__img{border-radius:var(--r-xl);height:480px;position:relative;overflow:hidden}.sr-hero-split__img-badge{border:1px solid var(--border);border-radius:var(--r-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080808d9;align-items:center;gap:10px;padding:12px 16px;display:flex;position:absolute;bottom:20px;left:20px}.sr-hero-split__content{flex-direction:column;display:flex}.sr-trust{background:var(--brand);padding:14px 0}.sr-trust__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.sr-trust__item{color:#ffffffeb;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:600}.sr-compare{grid-template-columns:1fr 1fr;gap:24px;max-width:860px;margin:0 auto;display:grid}.sr-compare__card{border-radius:var(--r-xl);padding:28px;position:relative}.sr-compare__card--diy{background:var(--surface);border:1px solid var(--border)}.sr-compare__card--service{border:2px solid var(--brand);background:linear-gradient(135deg,#8b080b1f,#8b080b0a)}.sr-compare__badge{background:var(--brand);color:#fff;border-radius:var(--r-full);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;padding:4px 14px;font-size:.72rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.sr-compare__header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.sr-compare__header h3{font-family:Syne,sans-serif;font-size:1.1rem;font-weight:800}.sr-compare__list{flex-direction:column;gap:10px;list-style:none;display:flex}.sr-compare__list li{color:var(--gray-2);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.sr-compare__x{color:#ef4444;flex-shrink:0;margin-top:1px;font-weight:700}.sr-compare__check{color:var(--success);flex-shrink:0;margin-top:1px;font-weight:700}.sr-equipment-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.sr-equip-card{color:inherit;border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--border);text-decoration:none;transition:border-color .25s,transform .25s;display:block;overflow:hidden}.sr-equip-card:hover{border-color:var(--brand);transform:translateY(-4px)}.sr-equip-card:hover .sr-equip-card__view{opacity:1}.sr-equip-card__view{background:var(--brand);color:#fff;border-radius:var(--r-full);opacity:0;text-transform:uppercase;letter-spacing:.06em;padding:5px 10px;font-size:.72rem;font-weight:700;transition:opacity .2s;position:absolute;bottom:12px;right:12px}.sr-equip-card__img{height:200px;position:relative}.sr-equip-card__overlay{background:linear-gradient(#0000 40%,#080808b3 100%);position:absolute;inset:0}.sr-equip-card__icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:8px;padding:4px 8px;font-size:1.3rem;position:absolute;top:12px;left:12px}.sr-equip-card__body{padding:18px 20px}.sr-equip-card__name{margin-bottom:8px;font-family:Syne,sans-serif;font-size:1rem;font-weight:800}.sr-equip-card__desc{color:var(--gray-2);font-size:.86rem;line-height:1.6}.sr-areas-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.sr-area-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);align-items:center;gap:12px;padding:16px;display:flex}.sr-area-card:hover{border-color:var(--brand);background:var(--brand-05)}.sr-area-card__icon{flex-shrink:0;font-size:1.1rem}.sr-area-card__city{font-size:.9rem;font-weight:700}.sr-area-card__desc{color:var(--gray-3);margin-top:2px;font-size:.75rem}.sr-seo-h2{margin-bottom:14px}.sr-seo-p{color:var(--gray-2);font-size:.95rem;line-height:1.8}.sr-cta{background:var(--bg);padding:80px 0;position:relative;overflow:hidden}.sr-cta__bg{pointer-events:none;background:radial-gradient(80% 70% at 50% 100%,#8b080b33 0%,#0000 70%);position:absolute;inset:0}.sr-cta__content{z-index:1;position:relative}.sr-cta__title{margin-bottom:16px;font-family:Syne,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;line-height:1.1}.sr-cta__sub{color:var(--gray-2);max-width:520px;margin-bottom:32px;margin-left:auto;margin-right:auto}.sr-cta__btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.dm-services-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:900px){.sr-areas-grid{grid-template-columns:repeat(2,1fr)}.sr-equipment-grid{grid-template-columns:1fr 1fr}.sr-hero-split__inner{grid-template-columns:1fr;gap:36px}.sr-hero-split__img{height:320px}.dm-stats__inner{grid-template-columns:1fr 1fr}.dm-why-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:768px){.sr-hero{min-height:480px}.sr-compare,.sr-equipment-grid{grid-template-columns:1fr}.sr-areas-grid{grid-template-columns:1fr 1fr}.sr-trust__inner{gap:20px}.te-steps{grid-template-columns:1fr 1fr}.dm-services-grid,.dm-why-grid{grid-template-columns:1fr}}@media (max-width:480px){.sr-areas-grid,.te-steps{grid-template-columns:1fr}.sr-hero-split__img{height:260px}.dm-stats__inner{grid-template-columns:1fr 1fr}}.sr-hero-split{background:var(--bg);padding:60px 0 52px}.dm-service-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--brand);border-radius:var(--r-xl);padding:28px 24px;transition:border-color .2s,transform .2s}.dm-service-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000002e}.dm-service-card__icon{margin-bottom:14px;font-size:2rem}.dm-service-card__title{margin-bottom:8px;font-family:Syne,sans-serif;font-size:1rem;font-weight:800}.dm-service-card__desc{color:var(--gray-2);font-size:.86rem;line-height:1.6}.dm-stats{background:var(--brand);padding:36px 0}.dm-stats__inner{grid-template-columns:repeat(4,1fr);display:grid}.dm-stat{text-align:center;border-right:1px solid #fff3;padding:8px 20px}.dm-stat:last-child{border-right:none}.dm-stat__number{color:#fff;margin-bottom:6px;font-family:Syne,sans-serif;font-size:2.4rem;font-weight:800;line-height:1}.dm-stat__label{color:#fffc;text-transform:uppercase;letter-spacing:.07em;font-size:.78rem}.dm-why-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.dm-why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);flex-direction:column;gap:14px;padding:36px 28px;transition:border-color .2s;display:flex}.dm-why-card:hover{border-color:var(--brand)}.dm-why-card__icon{font-size:2.6rem}.dm-why-card__title{font-family:Syne,sans-serif;font-size:1.1rem;font-weight:800}.dm-why-card__desc{color:var(--gray-2);font-size:.88rem;line-height:1.75}.te-hero{background:var(--bg);padding:80px 0 72px;position:relative;overflow:hidden}.te-hero__bg{z-index:0;pointer-events:none;background:radial-gradient(70% 60% at 50% 100%,#8b080b2e 0%,#0000 70%);position:absolute;inset:0}.te-hero__content{z-index:1;text-align:center;max-width:760px;margin:0 auto;position:relative}.te-hero__h1{margin:16px 0 20px}.te-hero__h1 span{color:var(--brand-light)}.te-hero__sub{color:var(--gray-2);max-width:580px;margin:0 auto 36px;font-size:1.05rem;line-height:1.7}.te-hero__stats{justify-content:center;align-items:center;gap:32px;display:flex}.te-stat{text-align:center}.te-stat__num{color:var(--brand-light);font-family:Syne,sans-serif;font-size:1.4rem;font-weight:800;display:block}.te-stat__label{color:var(--gray-3);text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:.75rem;display:block}.te-stat__div{background:var(--border);width:1px;height:36px}.te-steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.te-step{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);text-align:center;transition:var(--t);padding:28px 24px;position:relative;overflow:hidden}.te-step:before{content:"";background:linear-gradient(135deg, var(--brand-05), transparent);opacity:0;transition:opacity .3s;position:absolute;inset:0}.te-step:hover{border-color:var(--brand)}.te-step:hover:before{opacity:1}.te-step__num{color:var(--brand-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-family:Syne,sans-serif;font-size:.72rem;font-weight:800}.te-step__icon{margin-bottom:12px;font-size:2rem}.te-step__title{margin-bottom:8px;font-family:Syne,sans-serif;font-size:1.05rem;font-weight:800}.te-step__desc{color:var(--gray-2);font-size:.88rem;line-height:1.6}.te-main-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:56px;display:grid}.te-section-h2{margin-bottom:20px}.te-qualify-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.te-qualify-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);transition:var(--t);align-items:center;gap:10px;padding:12px 14px;font-size:.88rem;font-weight:500;display:flex}.te-qualify-item:hover{border-color:var(--brand);background:var(--brand-05)}.te-qualify-icon{font-size:1.2rem}.te-qualify-label{color:var(--gray-1)}.te-info-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:14px;padding:20px;display:flex}.te-info-box__row{color:var(--gray-2);align-items:flex-start;gap:12px;font-size:.86rem;line-height:1.6;display:flex}.te-info-box__row span:first-child{flex-shrink:0;margin-top:1px;font-size:1rem}.te-tax-badge{border-radius:var(--r-lg);background:linear-gradient(135deg,#8b080b26,#8b080b0d);border:1px solid #8b080b59;align-items:center;gap:16px;margin-top:20px;padding:18px 20px;display:flex}.te-tax-badge__num{color:var(--brand-light);white-space:nowrap;font-family:Syne,sans-serif;font-size:2rem;font-weight:800;line-height:1}.te-form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:32px}.te-form-2col{grid-template-columns:1fr 1fr;gap:12px;display:grid}.te-file-area{background:var(--bg);border:2px dashed var(--border-hover);border-radius:var(--r-lg);text-align:center;cursor:pointer;transition:var(--t);padding:24px}.te-file-area:hover{border-color:var(--brand);background:var(--brand-05)}.te-file-area__empty{color:var(--gray-2)}.te-file-area__selected{text-align:left;align-items:center;gap:14px;display:flex}.te-success{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);text-align:center;padding:48px 32px}.te-success__icon{margin-bottom:20px;font-size:3.5rem}.te-faqs{flex-direction:column;gap:8px;display:flex}.te-faq{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:border-color .2s;overflow:hidden}.te-faq:has(.te-faq__a[style*="max-height: 4"]){border-color:var(--brand)}.te-faq__q{text-align:left;width:100%;color:var(--white);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.te-faq__q:hover{color:var(--brand-light)}.te-faq__arrow{color:var(--gray-3);flex-shrink:0;font-size:.6rem;transition:transform .25s}.te-faq__arrow.open{color:var(--brand-light);transform:rotate(180deg)}.te-faq__a{transition:max-height .3s;overflow:hidden}.te-faq__a p{color:var(--gray-2);padding:0 20px 20px;font-size:.9rem;line-height:1.7}@media (max-width:768px){.te-hero__stats{flex-wrap:wrap;gap:16px}.te-stat__div{display:none}.te-steps,.te-main-grid,.te-form-2col{grid-template-columns:1fr}.te-qualify-grid{grid-template-columns:1fr 1fr}}.city-services-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:32px;display:grid}.city-service-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:var(--t);color:inherit;align-items:center;gap:12px;padding:15px 18px;text-decoration:none;display:flex}.city-service-item:hover{border-color:var(--brand)}.city-service-item__icon{flex-shrink:0;font-size:1.35rem}.city-service-item__name{font-size:.88rem;font-weight:600}.city-service-item__desc{color:var(--gray-2);font-size:.76rem}.city-seo-content p{color:var(--gray-2);margin-bottom:20px;font-size:.96rem;line-height:1.8}.city-seo-content p:last-child{margin-bottom:0}@media (max-width:900px){.city-services-grid{grid-template-columns:1fr}}@media (max-width:768px){.city-services-grid{grid-template-columns:1fr}}.cat-intro{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);border-left:3px solid var(--brand);max-width:760px;margin:0 auto 56px;padding:32px 36px}.cat-intro h2{color:var(--white);margin-bottom:16px}.cat-intro p{color:var(--gray-2);margin-bottom:14px;font-size:.95rem;line-height:1.8}.cat-intro p:last-child{margin-bottom:0}.cat-intro__links{border-top:1px solid var(--border);flex-wrap:wrap;gap:16px;margin-top:20px;padding-top:18px;display:flex}.cat-intro__link{color:var(--brand);transition:var(--t);font-size:.85rem;font-weight:600;text-decoration:none}.cat-intro__link:hover{color:var(--brand-light);text-decoration:underline}@media (max-width:768px){.cat-intro{padding:22px 20px}}.st-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.st-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:22px 24px}.st-card__icon{margin-bottom:10px;font-size:1.3rem}.st-card__header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.st-card__title{font-weight:700}.st-card__desc{color:var(--gray-2);margin-bottom:18px;font-size:.82rem;line-height:1.6}.st-card__desc--mb6{margin-bottom:6px}.st-card__desc--mb14{margin-bottom:14px}.st-card__hint{color:var(--gray-3);margin-top:5px;font-size:.7rem;display:block}.st-card__subhint{color:var(--gray-3);margin-bottom:14px;font-size:.78rem;line-height:1.6}.st-card__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.st-card__btn-row{flex-wrap:wrap;gap:8px;display:flex}.st-fields-grid{grid-template-columns:1fr 1fr 1fr;gap:14px;display:grid}.st-label{color:var(--gray-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.6rem;font-weight:700;display:block}.st-input{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-md);width:100%;color:var(--white);box-sizing:border-box;outline:none;padding:9px 12px;font-size:.875rem}.st-code{background:var(--bg-3);border-radius:3px;padding:1px 5px;font-size:.74rem}.st-code--md{border-radius:4px;padding:1px 6px;font-size:.78rem}.st-badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:3px 10px;font-size:.68rem;font-weight:700;display:inline-block}.st-badge--green{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e4d}.st-badge--yellow{color:#facc15;background:#eab3081f;border:1px solid #eab3084d}.st-badge--red{color:#f87171;background:#ef44441f;border:1px solid #ef44444d}.st-badge--blue{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f64d}.st-save-btn{cursor:pointer;border:none;min-width:100px;margin-top:16px}.st-save-btn:disabled{cursor:not-allowed}.st-save-btn--default{background:var(--brand);color:#fff}.st-save-btn--saved{color:#4ade80;background:#22c55e26}.st-save-btn--error{color:#f87171;background:#ef444433}.st-clear-btn{min-width:130px}.st-btn-inline{margin-top:16px;display:inline-flex}.st-loading{color:var(--gray-2);font-size:.88rem}.st-clear-last{color:var(--gray-3);margin-bottom:12px;font-size:.76rem}.st-admin-box{border-radius:var(--r-lg);background:#8b080b0d;border:1px solid #8b080b33;max-width:920px;margin-top:28px;padding:20px 24px}.st-admin-box__title{color:var(--brand);margin-bottom:8px;font-weight:700}.st-admin-box__text{color:var(--gray-2);font-size:.86rem}.st-admin-box__em{color:var(--white)}.st-admin-box__role{color:var(--brand)}@media (max-width:768px){.st-grid,.st-fields-grid{grid-template-columns:1fr}}.cu-backdrop{z-index:199;background:#00000073;position:fixed;inset:0}.cu-drawer{background:var(--bg-2);border-left:1px solid var(--border);z-index:200;flex-direction:column;width:auto;display:flex;position:fixed;top:0;bottom:0;right:0}.cu-drawer__header{border-bottom:1px solid var(--border);background:var(--bg-2);z-index:1;justify-content:space-between;align-items:flex-start;padding:18px 20px;display:flex;position:sticky;top:0}.cu-drawer__name-row{align-items:center;gap:8px;margin-bottom:4px;display:flex}.cu-drawer__name{font-size:1rem;font-weight:700}.cu-drawer__email{color:var(--gray-2);font-size:.8rem}.cu-drawer__header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cu-drawer__close{background:var(--bg-3);border:1px solid var(--border);color:var(--gray-2);cursor:pointer;border-radius:6px;width:30px;height:30px;font-size:1rem;line-height:1}.cu-drawer__body{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.cu-toggle{background:var(--bg-3);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;transition:all .2s;display:flex}.cu-toggle--green{background:#22c55e0f;border-color:#22c55e40}.cu-toggle--yellow{background:#fbbf240f;border-color:#fbbf2440}.cu-toggle--purple{background:#7c3aed0f;border-color:#7c3aed40}.cu-toggle__row{align-items:center;gap:8px;display:flex}.cu-toggle__label{font-size:.9rem;font-weight:700}.cu-toggle__desc{color:var(--gray-2);margin-top:4px;margin-left:28px;font-size:.76rem}.cu-badge{letter-spacing:.06em;border-radius:4px;padding:2px 7px;font-size:.62rem;font-weight:700;display:inline-block}.cu-badge--green{color:#4ade80;background:#14532d22;border:1px solid #14532d55}.cu-badge--red{color:#f87171;background:#2a1a1a;border:1px solid #7f1d1d55}.cu-badge--yellow{color:#fbbf24;background:#78350f22;border:1px solid #78350f55}.cu-badge--purple{color:#a78bfa;background:#7c3aed22;border:1px solid #7c3aed44}.cu-badge--gray{color:var(--gray-2);background:#1e293b;border:1px solid #334155}.cu-badge--sm{border-radius:3px;padding:1px 5px;font-size:.6rem}.cu-toggle-btn{cursor:pointer;border:none;border-radius:7px;padding:7px 16px;font-size:.78rem;font-weight:700;transition:all .2s}.cu-toggle-btn:disabled{cursor:not-allowed;opacity:.6}.cu-toggle-btn--deactivate{color:#fca5a5;background:#7f1d1d}.cu-toggle-btn--activate-green{color:#86efac;background:#14532d}.cu-toggle-btn--activate-yellow{color:#fde68a;background:#78350f}.cu-toggle-btn--make-admin{color:#a78bfa;background:#3b1f6e}.cu-toggle-btn--make-customer{color:var(--gray-2);background:#1e293b}.cu-info-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cu-info-cell{background:var(--bg-3);border:1px solid var(--border);border-radius:8px;padding:10px 14px}.cu-info-cell__label{color:var(--gray-2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:.68rem}.cu-info-cell__value{font-size:.9rem;font-weight:600}.cu-info-cell__value--muted{color:var(--gray-3);font-weight:400}.cu-orders-title{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-2);margin-bottom:12px;font-size:.82rem;font-weight:700}.cu-orders-loading{justify-content:center;padding:32px;display:flex}.cu-orders-empty{color:var(--gray-2);text-align:center;background:var(--bg-3);border-radius:8px;padding:24px;font-size:.85rem}.cu-orders-list{flex-direction:column;gap:8px;display:flex}.cu-order-row{background:var(--bg-3);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.cu-order-row__num{color:var(--brand);font-family:monospace;font-size:.84rem;font-weight:700}.cu-order-row__meta{color:var(--gray-2);margin-top:3px;font-size:.74rem}.cu-order-row__right{flex-shrink:0;align-items:center;gap:10px;display:flex}.cu-order-row__total{font-size:.9rem;font-weight:700}.cu-order-status{border-radius:4px;padding:2px 8px;font-size:.62rem;font-weight:700}.cu-revenue{color:var(--gray-2);margin-top:2px;font-size:.78rem;display:none}.cu-revenue strong{color:var(--brand)}.cu-delete-btn{color:#fca5a5;cursor:pointer;background:#7f1d1d;border:1px solid #991b1b;border-radius:7px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;display:flex}.cu-search-wrap{min-width:240px}.cu-filter-tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;padding:10px 28px 0;display:flex}.cu-filter-tab{cursor:pointer;color:var(--gray-2);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:.82rem;transition:color .15s}.cu-filter-tab--active{color:var(--white);border-bottom-color:var(--brand);font-weight:700}.cu-filter-tab__count{color:var(--gray-3)}.cu-filter-tab--active .cu-filter-tab__count{color:var(--brand)}.cu-spinner--sm{width:24px;height:24px}.cu-spinner--lg{width:32px;height:32px}.cu-checkbox{cursor:pointer;accent-color:var(--brand)}.cu-th-sm{width:36px}.cu-th-icon{width:40px}.cu-table-row{cursor:pointer}.cu-row--checked{background:#ef44440d}.cu-name-cell{align-items:center;gap:6px;display:flex}.cu-name-cell__name{font-weight:600}.cu-name-sub{display:none}.cu-td-muted{color:var(--gray-2);font-size:.82rem}.cu-row-delete-btn{cursor:pointer;color:#f87171;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:1rem;line-height:1;transition:background .15s}.cu-row-delete-btn:hover{background:#ef44441f}.or-status{border-radius:9999px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.or-status--pending{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b66}.or-status--confirmed{color:#3b82f6;background:#3b82f61f;border:1px solid #3b82f666}.or-status--active{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e66}.or-status--completed{color:#6b7280;background:#6b72801f;border:1px solid #6b728066}.or-status--cancelled{color:#ef4444;background:#ef44441f;border:1px solid #ef444466}.or-status--refunded{color:#8b5cf6;background:#8b5cf61f;border:1px solid #8b5cf666}.or-drawer{background:var(--bg-2);border-left:1px solid var(--border);z-index:200;flex-direction:column;width:400px;max-width:100vw;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden auto}.or-drawer__header{border-bottom:1px solid var(--border);background:var(--bg-2);z-index:1;justify-content:space-between;align-items:center;padding:18px 20px;display:flex;position:sticky;top:0}.or-drawer__num{color:var(--brand);font-family:monospace;font-size:.9rem;font-weight:800}.or-drawer__date{color:var(--gray-2);margin-top:2px;font-size:.74rem}.or-drawer__header-right{align-items:center;gap:10px;display:flex}.or-drawer__close{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--gray-2);cursor:pointer;width:30px;height:30px;font-size:1rem;line-height:1}.or-drawer__body{flex-direction:column;gap:20px;padding:20px;display:flex}.or-section-label{color:var(--gray-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.7rem;font-weight:700}.or-card{background:var(--bg-3);border-radius:var(--r);padding:14px 16px}.or-card--sm{padding:10px 16px;font-size:.84rem;font-weight:600}.or-card--flex{flex-direction:column;gap:5px;display:flex}.or-card--delivery{font-size:.84rem}.or-card--summary{flex-direction:column;gap:7px;display:flex}.or-card__name{font-size:.95rem;font-weight:700}.or-card__company{color:var(--brand);font-size:.8rem;font-weight:600}.or-card__sub{color:var(--gray-2);font-size:.8rem}.or-card__delivery-yes{color:var(--brand);margin-bottom:4px;font-weight:600}.or-card__delivery-no{color:var(--gray-2)}.or-items-list{flex-direction:column;gap:10px;display:flex}.or-item{background:var(--bg-3);border-radius:var(--r);align-items:center;gap:12px;padding:12px;display:flex}.or-item__img{background:var(--bg-4);border-radius:8px;flex-shrink:0;width:70px;height:52px;position:relative;overflow:hidden}.or-item__placeholder{background:var(--bg-4);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:52px;font-size:1.5rem;display:flex}.or-item__info{flex:1;min-width:0}.or-item__name{font-size:.86rem;font-weight:600}.or-item__period{color:var(--gray-2);margin-top:2px;font-size:.76rem}.or-item__price{flex-shrink:0;font-size:.9rem;font-weight:700}.or-summary-row{justify-content:space-between;font-size:.84rem;display:flex}.or-summary-row__label{color:var(--gray-2)}.or-summary-row__danger{color:var(--danger)}.or-summary-total{border-top:1px solid var(--border);justify-content:space-between;margin-top:2px;padding-top:8px;font-size:1rem;font-weight:800;display:flex}.or-summary-total__price{color:var(--brand)}.or-payment-info{color:var(--gray-2);margin-top:2px;font-size:.76rem}.or-payment-status--paid{color:var(--success)}.or-payment-status--unpaid{color:var(--warning)}.or-terms-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:6px;padding-top:6px;font-size:.76rem;display:flex}.or-terms-row__yes{color:var(--success);font-weight:600}.or-terms-row__no{color:var(--gray-3)}.or-evidence-btn{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);width:100%;color:var(--gray-1);cursor:pointer;text-align:center;padding:11px 16px;font-size:.84rem;font-weight:600;transition:background .15s,border-color .15s}.or-evidence-btn:hover{background:var(--bg-4);border-color:var(--gray-3)}.or-evidence-btn--copied{color:var(--success);background:#22c55e1a;border-color:#22c55e59}.or-notice-sent{color:var(--success);border-radius:var(--r-sm);background:#22c55e14;border:1px solid #22c55e40;margin-bottom:10px;padding:6px 12px;font-size:.78rem}.or-confirm-box{border-radius:var(--r-sm);background:#c5303212;border:1px solid #c5303240;margin-top:12px;padding:14px 16px}.or-confirm-box__text{color:var(--gray-2);word-break:break-word;overflow-wrap:break-word;margin:0 0 12px;font-size:.82rem;line-height:1.55}.or-confirm-box__actions{flex-direction:column;gap:8px;display:flex}.or-confirm-box__yes{background:var(--brand);border-radius:var(--r-sm);color:#fff;cursor:pointer;border:none;flex:1;padding:9px 0;font-size:.82rem;font-weight:700}.or-confirm-box__no{border:1px solid var(--border);border-radius:var(--r-sm);color:var(--gray-2);cursor:pointer;background:0 0;flex:1;padding:9px 0;font-size:.82rem}.or-status-select{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);width:100%;color:var(--white);cursor:pointer;outline:none;padding:9px 12px;font-size:.86rem}.or-status-select--confirmed{color:#f59e0b;border-color:#f59e0b99}.or-notes-textarea{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);width:100%;color:var(--white);resize:vertical;box-sizing:border-box;outline:none;padding:10px 12px;font-family:inherit;font-size:.84rem}.or-notes-wrap{align-items:center;gap:10px;margin-top:10px;display:flex}.or-notes-field{flex:1}.or-notes-label{color:var(--gray-2);margin-bottom:4px;font-size:.76rem;display:block}.or-notes-input{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);width:100%;color:var(--white);box-sizing:border-box;outline:none;padding:8px 12px;font-size:.84rem}.or-notes-save-btn{background:var(--brand);border-radius:var(--r-sm);color:#fff;cursor:pointer;border:none;margin-top:20px;padding:8px 16px;font-size:.84rem;font-weight:700}.or-notes-save-btn:disabled{cursor:not-allowed;opacity:.6}.or-filter-wrap{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.or-bulk-delete-btn{border-radius:var(--r-sm);color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef444466;padding:6px 14px;font-size:.84rem;font-weight:600}.or-search-wrap{min-width:200px}.or-loading{justify-content:center;padding:48px;display:flex}.or-order-num-sub{display:none}.or-table-row{cursor:pointer}.or-table-row--active{background:#e6394614}.or-table-row--selected{background:#ef44440f}.or-order-num-cell{color:var(--brand);font-family:monospace;font-size:.8rem;font-weight:700}.or-customer-main{font-size:.86rem;font-weight:600}.or-customer-company-cell{color:var(--brand);font-size:.74rem;font-weight:600}.or-customer-sub-cell{color:var(--gray-2);font-size:.74rem}.or-items-cell{color:var(--gray-2);max-width:180px;font-size:.8rem}.or-delivery-tag{color:var(--brand);font-size:.72rem}.or-total-cell{font-weight:700}.or-damage-tag{color:var(--danger);font-size:.72rem}.or-date-cell{color:var(--gray-2);font-size:.78rem}.or-actions-wrap{align-items:center;gap:8px;display:flex}.or-inline-select{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--white);cursor:pointer;outline:none;padding:4px 8px;font-size:.76rem}.or-inline-select--confirmed{color:#f59e0b;border-color:#f59e0b99}.or-inline-delete-btn{border-radius:var(--r-sm);color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef444466;padding:4px 8px;font-size:.82rem;line-height:1;transition:all .15s}.da-date{color:var(--gray-2);font-size:.82rem}.da-delta{margin-top:4px;font-size:.74rem}.da-delta--up{color:#22c55e}.da-delta--down{color:#ef4444}.da-delta--same{color:var(--gray-3)}.da-kpi-note{color:var(--gray-3);margin-top:4px;font-size:.74rem}.da-loading{justify-content:center;align-items:center;display:flex}.da-section-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.da-section-title{font-size:1rem;font-weight:700}.da-view-all{color:var(--brand);font-size:.82rem}
