/* Exact header alignment with the primary Horizon pages. */
.topbar{height:34px;background:#a21f3e;font-size:12px;font-weight:600}
.topbar-inner{height:34px;min-height:34px;gap:12px;font-weight:600}
.topbar-meta{gap:9px}
.topbar-badge{display:flex;align-items:center;height:22px;padding:0 9px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.14);font-size:10px;font-weight:800;line-height:20px;letter-spacing:.06em}
.topbar-message{color:rgba(255,255,255,.92);font-family:Inter,Arial,Helvetica,sans-serif;font-size:11.5px;font-weight:500;line-height:1;letter-spacing:.01em}
.topbar-phone{gap:8px;font-size:12px;font-weight:750;line-height:12px;letter-spacing:.01em}
.topbar-phone .phone-icon{display:flex;place-items:center;justify-content:center;width:17px;height:17px;border-radius:999px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);font-size:9px;line-height:9px}
.site-header{border-bottom:1px solid #e8edf2;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.btn-pay{gap:10px;color:#253140}
.btn-pay-icon{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#f1e5e8;color:#a21f3e;font-size:9px;font-weight:900}

@media(min-width:1021px){
  .site-header{height:75px}
  .nav-wrap{height:74px;min-height:74px;grid-template-columns:150px minmax(0,1fr) auto;column-gap:34px}
  .brand img{width:136px;max-width:136px}
  .main-nav{justify-content:flex-start;gap:18px;padding-left:22px}
  .main-nav>a,.services-toggle{height:34px;min-height:34px;padding:0;border-radius:0;background:transparent;font-family:Inter,Arial,sans-serif;font-size:11.5px;font-weight:700;line-height:1;letter-spacing:.01em;color:#293544}
  .main-nav>a,.services-toggle{position:relative}
  .main-nav>a::after,.services-toggle::before{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:2px;background:#b50e35;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
  .main-nav>a:hover::after,.main-nav>a.active::after,.services-toggle:hover::before,.services-dropdown.open>.services-toggle::before{transform:scaleX(1)}
  .services-toggle::after{content:"⌄";position:static;display:inline-block;margin-left:6px;font-size:12px;line-height:1;transform:translateY(-1px);transition:transform .2s ease}
  .services-dropdown.open>.services-toggle::after{transform:translateY(1px) rotate(180deg)}
  .services-dropdown{position:relative}
  .services-dropdown::after{content:"";position:absolute;left:-18px;right:-18px;top:100%;height:18px;background:transparent;pointer-events:auto}
  .services-dropdown .services-menu{top:calc(100% + 6px);z-index:30}
  .main-nav>a:hover,.main-nav>a.active,.services-toggle:hover{background:transparent;color:#b50e35}
  .services-toggle{display:inline-flex;gap:6px}
  .nav-actions{width:428px;height:34px}
  .nav-actions .btn{height:34px;min-height:34px;font-size:10.5px}
  .nav-actions .btn-red{width:186px;min-width:186px}
  .nav-actions .btn-pay{width:154px;min-width:154px}
  .nav-actions .language-switch{width:72px;min-width:72px;height:34px;padding:3px;border-radius:8px;background:#fff}
  .nav-actions .language-option{display:flex;width:29px;height:28px}
}

@media(max-width:1020px){
  .topbar{height:auto;min-height:34px}
  .topbar-inner{height:auto;min-height:34px}
  .site-header{height:auto}
  .brand img{width:165px;max-width:165px}
}

@media(max-width:760px){
  .topbar-inner{min-height:36px}
  .topbar .container,.site-header .container{width:min(100% - 26px,1180px)}
  .nav-wrap{height:72px;min-height:72px}
  .topbar-phone{font-size:11px}
  .menu-toggle{font-size:24px}
}
