:root{
  --abv6-navy:#061d54;
  --abv6-navy-2:#0a2a71;
  --abv6-yellow:#ffd326;
  --abv6-ink:#09215b;
  --abv6-text:#233150;
  --abv6-muted:#6f7d98;
  --abv6-line:#dfe5ef;
  --abv6-bg:#f6f8fc;
  --abv6-white:#fff;
  --abv6-font:'Estedad Variable','Estedad','Vazirmatn',Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.abv6-body{
  margin:0;
  background:var(--abv6-bg);
  color:var(--abv6-text);
  font-family:var(--abv6-font)!important;
  font-weight:430;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  padding-bottom:0;
}
body.abv6-body button,
body.abv6-body input,
body.abv6-body select,
body.abv6-body textarea{font:inherit}
.abv6-container{width:min(1280px,calc(100% - 40px));margin-inline:auto}
.abv6-header{
  height:88px;
  background:linear-gradient(90deg,#041642 0%,#07235f 55%,#041a4d 100%);
  color:#fff;
  position:relative;
  z-index:90;
  box-shadow:0 2px 0 rgba(255,255,255,.04);
}
.abv6-nav{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}
.abv6-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;min-width:250px}
.abv6-brand img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}
.abv6-brand span{display:flex;flex-direction:column;line-height:1.2}
.abv6-brand strong{font-size:22px;font-weight:790}
.abv6-brand small{font-size:13px;color:#d6dded;margin-top:5px}
.abv6-menu{display:flex;align-items:center;justify-content:center;gap:30px}
.abv6-menu a{position:relative;color:#fff;text-decoration:none;font-size:15px;font-weight:650;padding:31px 0 29px;white-space:nowrap}
.abv6-menu a::after{content:"";position:absolute;right:0;left:0;bottom:14px;height:3px;border-radius:99px;background:var(--abv6-yellow);transform:scaleX(0);transition:.2s}
.abv6-menu a:hover::after,.abv6-menu a.is-active::after{transform:scaleX(1)}
.abv6-top-reserve{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  height:52px;padding:0 24px;border-radius:13px;background:var(--abv6-yellow);
  color:#071d4f;text-decoration:none;font-weight:800;box-shadow:0 10px 24px rgba(255,211,38,.23)
}
.abv6-top-reserve svg{width:22px;height:22px}
.abv6-hamburger{display:none;background:transparent;border:0;padding:8px}
.abv6-hamburger span{display:block;width:25px;height:2px;background:#fff;margin:5px 0;border-radius:9px}
.abv6-footer{
  background:#061c50;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:0;
}
.abv6-footer-grid{min-height:150px;display:grid;grid-template-columns:1.1fr 1.5fr 1fr;align-items:center;gap:40px;padding-block:28px}
.abv6-footer-brand{display:flex;align-items:center;gap:13px}
.abv6-footer-brand img{width:74px;height:74px;object-fit:contain}
.abv6-footer-brand div{display:flex;flex-direction:column}
.abv6-footer-brand strong{font-size:20px;font-weight:780}
.abv6-footer-brand span{font-size:13px;color:#ccd6ec;margin-top:5px}
.abv6-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 28px}
.abv6-footer-links a,.abv6-footer-contact a{color:#fff;text-decoration:none;font-size:13px}
.abv6-footer-contact{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#d2dbeb}
.abv6-footer-contact strong{font-size:14px;color:#fff}
.abv6-footer-contact a{font-size:17px;font-weight:750;direction:ltr;text-align:right}
.abv6-footer-bottom{min-height:48px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#b8c4dc;font-size:11px}
.abv6-footer-bottom a{color:#fff;text-decoration:none}
.abv6-mobile-nav{display:none}

@media(max-width:1040px){
  .abv6-nav{grid-template-columns:auto 1fr auto;gap:18px}
  .abv6-brand{min-width:0}
  .abv6-brand strong{font-size:18px}
  .abv6-brand img{width:62px;height:62px}
  .abv6-menu{gap:17px}
  .abv6-menu a{font-size:13px}
  .abv6-top-reserve{padding:0 16px}
}
@media(max-width:820px){
  body.abv6-body{padding-bottom:76px}
  .abv6-container{width:min(100% - 28px,680px)}
  .abv6-header{height:76px}
  .abv6-nav{grid-template-columns:1fr auto}
  .abv6-brand img{width:59px;height:59px}
  .abv6-brand strong{font-size:17px}
  .abv6-brand small{font-size:11px}
  .abv6-top-reserve{display:none}
  .abv6-hamburger{display:block}
  .abv6-menu{
    position:absolute;top:76px;right:14px;left:14px;
    display:none;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border-radius:18px;padding:10px;box-shadow:0 24px 60px rgba(3,23,70,.2);
  }
  .abv6-menu.is-open{display:flex}
  .abv6-menu a{color:var(--abv6-ink);padding:13px 14px;border-radius:11px;font-size:14px}
  .abv6-menu a::after{display:none}
  .abv6-menu a.is-active{background:#f0f4fb}
  .abv6-footer-grid{grid-template-columns:1fr;text-align:center;gap:22px}
  .abv6-footer-brand{justify-content:center}
  .abv6-footer-links{gap:14px 18px}
  .abv6-footer-contact{align-items:center}
  .abv6-footer-bottom{flex-direction:column;justify-content:center;text-align:center;padding:14px 0}
  .abv6-mobile-nav{
    position:fixed;z-index:120;right:0;left:0;bottom:0;height:72px;
    display:grid;grid-template-columns:repeat(5,1fr);align-items:center;
    background:#061d54;color:#fff;border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 -8px 30px rgba(3,19,57,.18);
    padding-bottom:env(safe-area-inset-bottom);
  }
  .abv6-mobile-nav>a{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#fff;text-decoration:none;font-size:10px}
  .abv6-mobile-nav svg{width:21px;height:21px}
  .abv6-mobile-nav small{font-size:10px}
  .abv6-mobile-nav>a.is-active:not(.abv6-mobile-reserve){color:var(--abv6-yellow)}
  .abv6-mobile-reserve{position:relative}
  .abv6-mobile-reserve>span{
    width:52px;height:52px;border-radius:50%;background:var(--abv6-yellow);color:#071d4f;
    display:grid;place-items:center;margin-top:-27px;box-shadow:0 8px 22px rgba(0,0,0,.24)
  }
  .abv6-mobile-reserve>span svg{width:26px;height:26px}
  .abv6-mobile-reserve small{color:var(--abv6-yellow);font-weight:700}
}
