.home-infobar{position:fixed;top:0;left:0;width:100%;height:32px;z-index:9998;background:#0b1220;border-bottom:1px solid rgba(148,163,184,.08);transform:translateY(0);transition:transform .28s ease;will-change:transform}.home-infobar.is-hidden{transform:translateY(-100%)}.home-infobar__inner{width:min(1200px,calc(100% - 32px));margin:0 auto;height:100%;display:flex;align-items:center;justify-content:flex-end;gap:14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.78rem;color:#cbd5e1;letter-spacing:.01em}.home-infobar__item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.home-infobar__phone{color:#fff;font-weight:600;text-decoration:none;transition:color .18s ease}.home-infobar__phone:focus-visible,.home-infobar__phone:hover{color:#fca5a5}.home-infobar__sep{width:1px;height:12px;background:rgba(148,163,184,.3)}.home-header{position:fixed;top:32px;left:0;z-index:9999;width:100%;background:rgba(15,23,42,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,.9);box-shadow:0 10px 24px rgba(15,23,42,.28);font-family:var(--font-main);transition:top .28s ease}.home-infobar.is-hidden~.home-header{top:0}.home-header.is-scrolled{box-shadow:0 12px 32px rgba(15,23,42,.36)}.home-header__inner{position:relative;z-index:10000;width:min(1200px,calc(100% - 32px));margin:0 auto;height:64px;min-height:64px;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px;padding:0}.home-header__actions a,.home-header__brand,.home-header__nav a,.home-mobile-menu a{text-decoration:none}.home-header__brand{display:inline-flex;align-items:center;gap:12px}.home-header__logo-box{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;padding:6px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.06);margin-top:8px;margin-bottom:-16px;box-shadow:0 14px 28px rgba(15,23,42,.3),0 4px 8px rgba(15,23,42,.16);position:relative;z-index:1}.home-header__logo{display:block;width:100%;height:100%;object-fit:contain}.home-header__brand-text{display:flex;flex-direction:column;line-height:1.02}.home-header__brand-title{color:#fff;font-size:.96rem;font-weight:800;letter-spacing:.01em}.home-header__brand-subtitle{margin-top:2px;color:#cbd5e1;font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-header__nav{display:flex;justify-content:center;align-items:center;gap:24px}.home-header__nav a{color:#e5e7eb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.01em;opacity:.92;transition:color .18s ease,opacity .18s ease}.home-header__nav a:focus-visible,.home-header__nav a:hover{color:#fff;opacity:1}.home-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.home-header__phone-text{color:#e5e7eb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;padding:0 4px;transition:color .18s ease}.home-header__phone-text:focus-visible,.home-header__phone-text:hover{color:#fff}.home-header__book,.home-header__call{display:inline-flex;align-items:center;justify-content:center;min-height:44px;white-space:nowrap;border:1px solid transparent;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.01em;transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.home-header__call{gap:8px;padding:0 12px;border-radius:8px;color:#cbd5e1;background:0 0;border-color:transparent}.home-header__call-icon{flex-shrink:0;opacity:.9}.home-header__call:focus-visible,.home-header__call:hover{color:#fff;background:rgba(255,255,255,.06)}.home-header__book{padding:0 18px;border-radius:8px;background:#b91c1c;color:#f9fafb;border-color:transparent;box-shadow:0 6px 14px rgba(185,28,28,.32),0 1px 2px rgba(0,0,0,.18)}.home-header__book:focus-visible,.home-header__book:hover{background:#991b1b;color:#fff;box-shadow:0 8px 18px rgba(185,28,28,.4),0 2px 4px rgba(0,0,0,.22)}.home-header__toggle{display:none;position:relative;z-index:10060;width:42px;height:40px;min-width:42px;min-height:40px;padding:0;border:0;border-radius:6px;background:rgba(15,23,42,.9);cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;transition:background-color .18s ease}.home-header__toggle *{pointer-events:none}.home-header__toggle-line{position:absolute;left:50%;width:16px;height:2px;background:#fff;border-radius:999px;transform:translateX(-50%)}.home-header__toggle-line:first-child{top:13px}.home-header__toggle-line:nth-child(2){top:20px}.home-header__toggle-line:nth-child(3){top:27px}.home-header__toggle-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-mobile-menu{position:absolute;top:calc(100% + 6px);right:8px;left:8px;max-width:360px;margin-left:auto;max-height:calc(100vh - 96px);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10040;display:none;background:rgba(15,23,42,.985);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 18px 40px rgba(0,0,0,.32);padding:8px}.home-mobile-menu[hidden]{display:none!important}.home-header.is-open .home-mobile-menu{display:block}.home-mobile-menu nav{display:grid;gap:4px}.home-mobile-menu>nav>a,.home-mobile-menu__parent{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:8px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;font-size:.92rem;font-weight:700}.home-mobile-menu>nav>a:focus-visible,.home-mobile-menu>nav>a:hover,.home-mobile-menu__parent:focus-visible,.home-mobile-menu__parent:hover{background:rgba(255,255,255,.08)}@media (max-width:900px){.home-infobar{display:none!important}.home-header{top:0}.home-header__inner{width:min(100%,calc(100% - 16px));height:56px;min-height:56px;grid-template-columns:auto 1fr auto auto;gap:10px;padding:0}.home-header__brand{gap:0;max-width:68px}.home-header__brand-text{display:none!important}.home-header__logo-box{width:56px;height:56px;padding:4px;border-radius:10px;margin-top:6px;margin-bottom:-12px;box-shadow:0 10px 20px rgba(15,23,42,.26),0 3px 6px rgba(15,23,42,.14)}.home-header__logo{width:100%;height:100%;object-fit:contain}.home-header__nav{display:none!important}.home-header__actions{gap:6px}.home-header__phone-text{display:none}.home-header__book,.home-header__call{min-height:40px;padding:0 12px;font-size:.8rem;box-shadow:none}.home-header__call{padding:0 10px;gap:6px}.home-header__call span{display:none}.home-header__call-icon{width:18px;height:18px}.home-header__toggle{display:inline-flex!important;justify-content:center;align-items:center}.home-header__toggle-line:first-child{top:11px}.home-header__toggle-line:nth-child(2){top:18px}.home-header__toggle-line:nth-child(3){top:25px}}@media (max-width:640px){.home-header__inner{width:min(100%,calc(100% - 12px));height:52px;min-height:52px;gap:8px;padding:0}.home-header__brand{max-width:52px}.home-header__logo-box{width:48px;height:48px;padding:3px;border-radius:8px;margin-top:5px;margin-bottom:-10px}.home-header__logo{width:100%;height:100%;object-fit:contain}.home-header__actions{gap:4px}.home-header__book,.home-header__call{min-height:40px;padding:0 10px;font-size:.76rem}.home-header__toggle{width:38px;min-width:38px}.home-mobile-menu{right:6px;left:6px;max-width:none}.home-mobile-menu>nav>a,.home-mobile-menu__parent{min-height:44px;font-size:.9rem}}
