/* ── Larus site header & footer (new design, namespaced .lh-*) ───────── */
.lh-header,.lh-footer{font-family:"Inter",system-ui,sans-serif}
.lh-header *,.lh-footer *{box-sizing:border-box}
.lh-header a,.lh-footer a{text-decoration:none}

/* HEADER */
.lh-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid #e7edf4}
.lh-header .lh-bar{max-width:1160px;margin:0 auto;padding:0 24px;height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.lh-header .lh-logo img{height:48px;width:auto;display:block}
.lh-nav{display:flex;gap:26px}
.lh-nav a{font-size:14.5px;font-weight:500;color:#33445b;transition:.15s}
.lh-nav a:hover{color:#1f64e0}
.lh-actions{display:flex;align-items:center;gap:14px}
.lh-lang{list-style:none;display:flex;align-items:center;gap:9px;margin:0;padding:0}
.lh-lang li{display:inline-flex}
.lh-lang img{width:22px;height:auto;border-radius:2px;opacity:.45;transition:.15s}
.lh-lang li.current-lang img,.lh-lang a:hover img{opacity:1}
.lh-lang a{display:inline-flex;align-items:center;color:#9aa7b8;font-size:13px;font-weight:600}
.lh-hbtn{display:inline-flex;align-items:center;gap:7px;border-radius:11px;font-weight:600;font-size:14.5px;padding:10px 18px;transition:.15s;font-family:inherit;white-space:nowrap}
.lh-hbtn.green{background:#16a34a;color:#fff;box-shadow:0 6px 16px rgba(22,163,74,.25)}
.lh-hbtn.green:hover{background:#13863d}
.lh-hbtn.out{background:#fff;color:#0f1b2d;border:1.5px solid #e7edf4}
.lh-hbtn.out:hover{border-color:#1f64e0;color:#1f64e0}
.lh-burger{display:none;background:none;border:none;cursor:pointer;font-size:26px;color:#0f1b2d;line-height:1;padding:4px}
.lh-mnav{display:none}

@media(max-width:980px){
  .lh-nav{display:none}
  .lh-header .lh-actions .lh-lang{display:none}
  .lh-header .lh-bar .lh-hbtn.out{display:none}
  .lh-burger{display:inline-flex}
  .lh-mnav{display:block;max-height:0;overflow:hidden;transition:max-height .25s ease;background:#fff;border-bottom:1px solid #e7edf4}
  .lh-mnav.open{max-height:520px}
  .lh-mnav .inner{max-width:1160px;margin:0 auto;padding:8px 24px 18px;display:flex;flex-direction:column;gap:4px}
  .lh-mnav a{padding:11px 4px;font-size:15px;font-weight:500;color:#33445b;border-bottom:1px solid #f0f3f7}
  .lh-mnav .lh-hbtn{margin-top:10px;justify-content:center}
  .lh-mnav .lh-lang{padding:12px 4px 0;justify-content:flex-start}
}
@media(min-width:981px){ .lh-mnav{display:none !important} }

/* FOOTER */
.lh-footer{background:#08182e;color:#fff;padding:56px 0 34px;margin-top:0}
.lh-footer .lh-fwrap{max-width:1160px;margin:0 auto;padding:0 24px}
.lh-footer .lh-cols{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.1)}
.lh-footer .lh-flogo{height:34px;width:auto;filter:brightness(0) invert(1);margin-bottom:14px}
.lh-footer .lh-blurb{color:#8ea4c2;font-size:14px;line-height:1.65;max-width:300px}
.lh-footer h4{font-family:"Plus Jakarta Sans","Inter",sans-serif;font-size:15px;color:#fff;margin:0 0 14px;font-weight:700}
.lh-footer .ci{color:#a9bdd8;font-size:14.5px;margin-top:10px;display:flex;align-items:center;gap:10px}
.lh-footer .ci i{font-size:18px;color:#5b7da8;flex:none}
.lh-footer .ci a{color:#a9bdd8}
.lh-footer .ci a:hover{color:#fff}
.lh-footer .lh-fbottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:24px}
.lh-footer .lh-copy{color:#6f86a6;font-size:13px}
.lh-footer .footer__lang-switcher{list-style:none;display:flex;gap:16px;align-items:center;padding:0;margin:0}
.lh-footer .footer__lang-switcher li{display:inline-flex}
.lh-footer .footer__lang-switcher a{color:#8ea4c2;font-size:13.5px;display:inline-flex;align-items:center;gap:6px}
.lh-footer .footer__lang-switcher a:hover{color:#fff}
.lh-footer .footer__lang-switcher .current-lang a{color:#fff;font-weight:600}
.lh-footer .footer__lang-switcher img{width:18px;height:auto}

@media(max-width:760px){
  .lh-footer .lh-cols{grid-template-columns:1fr;gap:26px}
  .lh-footer .lh-fbottom{flex-direction:column;align-items:flex-start}
}
