/* WEB 3.39: shared mobile navigation */
.mobile-menu-button,.mobile-menu-panel{display:none}
.site-header .brand{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
.site-header .brand-symbol{display:block;width:46px;height:46px;border-radius:50%;object-fit:cover;flex:none}
.site-header .brand-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}
.site-header .brand-name{display:block;font-size:23px;font-weight:950;letter-spacing:-.055em}
.site-header .brand-name strong{color:#ffd400}
.site-header .brand-tag{display:block;margin-top:5px;color:#bbb;font-size:11px;font-weight:700}
.mobile-menu-button{margin-left:auto;min-height:44px;padding:0 13px;border:1px solid #444;border-radius:11px;background:#171717;color:#fff;font:inherit;font-weight:900;cursor:pointer}
.mobile-menu-button:focus-visible{outline:2px solid #ffd400;outline-offset:2px}
.mobile-menu-panel{position:absolute;top:100%;left:0;right:0;z-index:80;padding:10px 14px 14px;background:rgba(8,8,8,.98);border-top:1px solid #292929;border-bottom:1px solid #333;box-shadow:0 18px 34px rgba(0,0,0,.45)}
.mobile-menu-panel a{display:flex;align-items:center;min-height:48px;padding:0 16px;border-bottom:1px solid #272727;color:#f2f2f2;font-weight:850}
.mobile-menu-panel a:last-child{border-bottom:0;background:#ffd400;color:#111;border-radius:10px;margin-top:8px;justify-content:center}
.mobile-bottom-nav{display:none}
.hero-actions{grid-template-columns:1fr 1fr!important}
.hero-actions .cases-cta{background:#fff;color:#111;border-color:#fff}

@media(max-width:980px){
  .site-header{position:sticky;top:0;z-index:75;background:rgba(8,8,8,.97);backdrop-filter:blur(12px)}
  .site-header .nav{position:relative}
  .site-header .header-call,.site-header .call{display:none}
  .mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
  .mobile-menu-panel.is-open{display:block}
  .hero-actions .cases-cta{grid-column:1/-1}
  .mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;left:10px;right:10px;bottom:10px;z-index:90;padding:6px;border:1px solid #333;border-radius:16px;background:rgba(10,10,10,.96);box-shadow:0 14px 36px rgba(0,0,0,.55)}
  .mobile-bottom-nav a{min-height:50px;border-radius:11px;display:grid;place-items:center;background:#242424;color:#fff;font-size:13px;font-weight:950}
  .mobile-bottom-nav .mobile-bottom-call{background:#ffd400;color:#111}
  .mobile-bottom-nav .mobile-bottom-cases{background:#fff;color:#111}
  .mobile-bottom-nav .mobile-bottom-chat{background:#03c75a;color:#fff}
  body{padding-bottom:78px}
}

@media(max-width:430px){
  .site-header .brand-tag{display:none}
  .site-header .brand-symbol{width:38px;height:38px}
  .site-header .brand-name{font-size:18px}
  .mobile-menu-button{padding:0 11px;font-size:13px}
}
