:root{--accent:#1e4ba8;--accent2:#153a85;--muted:#586076;--bg:#f6f9ff;--light:#eef4ff;--cream:#f2f6ff}
body{margin:0;font-family:Arial, sans-serif;color:#111;
  background:
    radial-gradient(900px 600px at 8% 0%, rgba(30,75,168,.06), transparent 60%),
    radial-gradient(700px 500px at 95% 10%, rgba(21,58,133,.05), transparent 55%),
    linear-gradient(180deg, var(--cream) 0%, #fff 100%);
}
.no-scroll{overflow:hidden}
.container{max-width:1100px;margin:0 auto;padding:16px}
.ratesbar{background:var(--light);color:#333;border-bottom:1px solid #eee;font-size:13px}
.ratesbar .container{overflow:hidden;height:32px;display:flex;align-items:center}
.rates-roller{display:flex;gap:60px;white-space:nowrap;will-change:transform}
.rates-roller.scrolling{animation:ratesScroll 30s linear infinite}
@keyframes ratesScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
header{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,var(--cream),#fff);-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #eee;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.nav{display:flex;align-items:center;justify-content:space-between;height:68px}
.brand{font-weight:700;font-size:20px;letter-spacing:1px}
.brand span{color:var(--accent)}
.menu{display:flex;gap:20px;align-items:center;position:relative}
.menu>.has-mega{position:relative}
.menu a{font-size:14px;color:#333;padding:8px 6px;display:inline-block;text-decoration:none}
.menu a:hover{color:var(--accent)}
.mega{position:absolute;left:0;top:100%;background:#fff;border:1px solid #eee;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:16px;display:none;width:760px;border-radius:12px}
.has-mega:hover .mega,.has-mega:focus-within .mega{display:block}
.mega .cols{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mega .cols a{padding:6px 0;color:#333}
.actions{display:flex;gap:12px;align-items:center}
.actions a{text-decoration:none}
.search{position:relative}
.search input{height:36px;padding:0 36px 0 12px;border:1px solid #ddd;border-radius:8px;outline:none}
.search button{position:absolute;right:4px;top:4px;height:28px;width:28px;border:0;background:var(--accent);color:#fff;border-radius:6px;cursor:pointer}
.hamburger{display:none;border:1px solid #ddd;width:40px;height:40px;border-radius:8px;align-items:center;justify-content:center;background:#fff}
.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;z-index:80}
.drawer-backdrop.show{display:block}
.drawer{position:fixed;top:0;left:0;height:100%;width:85%;max-width:340px;background:#fff;border-right:1px solid #e5e7eb;transform:translateX(-100%);transition:transform .25s ease;z-index:90;display:flex;flex-direction:column}
.drawer.open{transform:translateX(0)}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e5e7eb;font-weight:800}
.drawer-close{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.drawer-body{padding:12px;overflow:auto}
.drawer-cats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.drawer-cats a.cat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;background:linear-gradient(180deg,var(--light),#fff);border:1px solid #e5e7eb;border-radius:14px;text-decoration:none;color:#111}
.drawer-cats a.cat img{width:56px;height:56px;border-radius:10px;object-fit:cover}
.drawer-cats a.cat span{font-weight:700;font-size:14px;text-align:center}
.drawer-section{margin:14px 0 6px;font-weight:800;color:#333}
.drawer-links{display:flex;flex-wrap:wrap;gap:8px}
.drawer-links a{display:inline-block;padding:6px 10px;background:#f7f9fc;border:1px solid #e5e7eb;border-radius:999px;color:#111;text-decoration:none;font-size:13px}
footer{background:#0f1f4a;color:#c7d2fe}
footer .container{padding:0 16px}
footer .head{display:flex;align-items:center;justify-content:space-between;padding:22px 16px}
footer .footer-logo{font-weight:800;font-size:20px;letter-spacing:1px;color:#fff}
footer .footer-logo span{color:var(--accent)}
footer .line{height:1px;background:rgba(255,255,255,.12)}
footer .about-footer{padding:18px 16px}
footer .about-footer .grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}
footer h5{margin:0 0 10px;color:#fff}
footer .about-text{color:#c7d2fe;line-height:1.6;font-size:14px}
footer .contact-item{display:flex;gap:10px;align-items:flex-start;color:#c7d2fe;text-decoration:none;margin:10px 0}
footer .contact-item svg{width:18px;height:18px;fill:#c7d2fe;flex:none;margin-top:2px}
footer .cols{padding:18px 16px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
footer .col a{display:block;color:#c7d2fe;text-decoration:none;margin:8px 0;font-size:14px}
footer .col a:hover{color:#fff}
footer .social{display:flex;gap:10px}
footer .sicon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center}
footer .sicon svg{width:18px;height:18px;fill:#fff}
footer .bottom{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
footer .bottom .links{display:flex;gap:14px;flex-wrap:wrap}
footer .bottom .links a{color:#c7d2fe;text-decoration:none;font-size:14px}
footer .bottom .links a:hover{color:#fff}
@media (max-width:1024px){
  .mega{width:640px}
}
@media (max-width:768px){
  .container{padding:0 12px}
  .hamburger{display:flex}
  .menu{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:12px 16px;flex-direction:column;gap:10px}
  .menu.active{display:flex}
  .search{display:none}
  .has-mega .mega{display:none!important}
  .nav{height:60px}
  .brand{font-size:18px}
  footer .about-footer .grid{grid-template-columns:1fr}
  footer .cols{grid-template-columns:1fr 1fr}
  footer .bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width:576px){
  footer .cols{grid-template-columns:1fr}
}
