/* Site header. */
.lh-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(255, 255, 255, .09); background: rgba(6, 8, 11, .98); color: #fff; backdrop-filter: blur(18px); }
.admin-bar .lh-header { top: 32px; }
.lh-header__inner { position: relative; display: flex; align-items: center; gap: 2rem; min-height: 82px; transition: min-height .2s ease; }
.lh-header.is-scrolled .lh-header__inner { min-height: 68px; }
.lh-header .lh-logo { display: inline-flex; height: 64px; flex: 0 0 auto; align-items: center; color: #fff; text-decoration: none; }
.lh-header .lh-logo img { display: block; width: auto; height: 64px; }
.lh-header .lh-logo span, .lh-header .lh-logo::before { display: none; content: none; }
.lh-desktop-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.35vw, 2.65rem); margin-left: auto; }
.lh-desktop-nav > a, .lh-mega > summary { position: relative; padding: 31px 0 28px; color: #f5f5f6; font-size: .78rem; font-weight: 780; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; list-style: none; transition: color .18s ease; }
.lh-mega > summary > a { color: inherit; text-decoration: none; }
.lh-header.is-scrolled .lh-desktop-nav > a, .lh-header.is-scrolled .lh-mega > summary { padding-block: 24px 21px; }
.home .lh-desktop-nav > .lh-nav__home { color: #fff; }
.home .lh-desktop-nav > .lh-nav__home::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: #3fa9f5; content: ""; }
.home .lh-header.is-scrolled .lh-desktop-nav > .lh-nav__home::after { bottom: 13px; }
.lh-mega > summary::-webkit-details-marker, .lh-mobile-menu > summary::-webkit-details-marker, .lh-mobile-submenu > summary::-webkit-details-marker { display: none; }
.lh-mega > summary::after, .lh-mobile-submenu > summary::after { display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1.5px solid #7b8797; border-bottom: 1.5px solid #7b8797; content: ""; transform: rotate(45deg); transition: border-color .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1); }
.lh-mega.is-visible > summary::after, .lh-mobile-submenu.is-visible > summary::after { border-color: #8fd0ff; transform: translateY(3px) rotate(225deg); }
.lh-desktop-nav > a:hover, .lh-mega > summary:hover, .lh-mega[open] > summary { color: #8fd0ff; }
.lh-mega { position: relative; }
.lh-mega__panel { position: absolute; top: calc(100% - 1px); left: 50%; width: min(800px, calc(100vw - 64px)); overflow: hidden; border: 1px solid #dfe3e8; background: #f7f8fa; box-shadow: 0 30px 70px rgba(8, 15, 24, .22); color: #151a21; opacity: 0; pointer-events: none; transform: translateX(-47%) translateY(-10px) scale(.988); transform-origin: top center; transition: opacity .2s ease, transform .28s cubic-bezier(.22, 1, .36, 1); }
.lh-mega.is-visible .lh-mega__panel { opacity: 1; pointer-events: auto; transform: translateX(-47%) translateY(0) scale(1); }
.lh-mega:not([open]) .lh-mega__panel, .lh-mega:not([open]) .lh-language__panel { display: none; }
.lh-mega__columns { display: grid; grid-template-columns: 1.08fr .92fr; }
.lh-mega__columns section { min-width: 0; padding: 26px; background: #f7f8fa; }
.lh-mega__columns section + section { border-left: 1px solid #e1e5ea; }
.lh-mega__heading { display: grid; grid-template-columns: minmax(0, 1fr) 110px 14px; align-items: center; gap: 10px; min-height: 65px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #d9dee5; color: #141a22; font-size: .8rem; font-weight: 800; letter-spacing: .085em; text-decoration: none; text-transform: uppercase; transition: border-color .2s ease, color .2s ease; }
.lh-mega__title { min-width: 0; }
.lh-mega__thumb { display: grid; width: 110px; height: 58px; place-items: center; justify-self: end; }
.lh-mega__thumb img { display: block; width: auto; max-width: 100%; height: auto; max-height: 58px; filter: drop-shadow(0 7px 8px rgba(16, 26, 38, .18)); transition: filter .24s ease, transform .3s cubic-bezier(.22, 1, .36, 1); }
.lh-mega__arrow { color: #198fd7; font-size: 1rem; }
.lh-mega__links { display: grid; grid-template-columns: 1fr; gap: 2px; }
.lh-mega__links a { display: block; padding: 8px 0; color: #394351; font-size: .78rem; line-height: 1.25; text-decoration: none; transition: color .18s ease, transform .22s cubic-bezier(.22, 1, .36, 1); }
.lh-mega__columns section:first-child .lh-mega__links > a:first-child { color: #1c2530; font-weight: 750; }
.lh-mega__links a.is-child { margin-left: 8px; padding: 7px 0 7px 16px; border-left: 1px solid #cfd6de; color: #727d8b; }
.lh-mega__links a.is-child::before { display: none; content: none; }
.lh-mega__links a:hover { color: #087fca; transform: translateX(4px); }
.lh-mega__heading:hover { border-color: #9fc9e4; color: #087fca; }
.lh-mega__heading:hover .lh-mega__thumb img { filter: drop-shadow(0 9px 10px rgba(16, 26, 38, .23)); transform: translateY(-2px) scale(1.04); }
.lh-mega--language .lh-language__panel { position: absolute; top: calc(100% - 1px); right: 0; display: grid; width: 150px; padding: 7px; border: 1px solid #dfe3e8; background: #fff; box-shadow: 0 22px 48px rgba(8, 15, 24, .2); opacity: 0; pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .18s ease, transform .24s cubic-bezier(.22, 1, .36, 1); }
.lh-mega--language.is-visible .lh-language__panel { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.lh-language__panel a { padding: 10px 12px; color: #394351; font-size: .76rem; font-weight: 700; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.lh-language__panel a:hover, .lh-language__panel a[aria-current="page"] { background: #f0f3f6; color: #087fca; }
.lh-mobile-menu { display: none; margin-left: auto; }
.lh-mobile-menu > summary { display: grid; gap: 5px; padding: 10px 0 10px 12px; cursor: pointer; list-style: none; }
.lh-mobile-menu > summary span { display: block; width: 24px; height: 2px; background: #fff; }
.lh-mobile-menu nav { position: absolute; top: 100%; right: calc(-1 * var(--lh-page-gutter)); left: calc(-1 * var(--lh-page-gutter)); max-height: calc(100vh - 70px); overflow-y: auto; padding: 16px var(--lh-page-gutter) 24px; border-top: 1px solid #242a31; background: #090c10; box-shadow: 0 22px 45px rgba(0, 0, 0, .42); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .25s cubic-bezier(.22, 1, .36, 1); scrollbar-color: #687381 #090c10; scrollbar-width: thin; }
.lh-mobile-menu.is-visible nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
.lh-mobile-menu nav > a, .lh-mobile-submenu > summary { display: block; padding: 13px 0; border-bottom: 1px solid #23262b; color: #fff; font-size: .82rem; font-weight: 760; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; list-style: none; }
.lh-mobile-submenu > summary > a { color: inherit; text-decoration: none; }
.lh-mobile-submenu > div { display: grid; padding: 8px 0 14px 14px; border-bottom: 1px solid #23262b; animation: lh-submenu-in .24s cubic-bezier(.22, 1, .36, 1); }
.lh-mobile-submenu:not([open]) > div { display: none; }
.lh-mobile-submenu > div a { padding: 8px 0; color: #c6c9cf; font-size: .78rem; text-decoration: none; }
.lh-mobile-submenu > div a.is-child { padding-left: 14px; color: #8e949d; }
.lh-mobile-submenu--language > div { grid-template-columns: 1fr 1fr; }

/* Site footer. */
.lh-footer { position: relative; overflow: hidden; margin: 0; padding: .8rem 0 0; border-top: 1px solid rgba(68, 161, 255, .3); background: linear-gradient(145deg, #061727 0%, #071321 52%, #050e19 100%); color: #9eacbf; }
.lh-footer__inner { position: relative; z-index: 2; }
.lh-footer__glow { position: absolute; top: -240px; left: -140px; width: 620px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(23, 139, 218, .14), rgba(6, 21, 37, 0) 70%); pointer-events: none; }
.lh-footer__main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; min-height: 54px; padding-bottom: .8rem; }
.lh-footer__brand { min-width: 0; }
.lh-footer__logo { display: inline-flex; width: 94px; height: 56px; align-items: center; justify-content: flex-start; overflow: hidden; text-decoration: none; vertical-align: middle; }
.lh-footer__logo img { display: block; width: auto; height: 56px; object-fit: contain; object-position: left center; }
.lh-footer__brand { display: flex; align-items: center; gap: 14px; }
.lh-footer__brand p { max-width: 180px; margin: 0; color: #8f9eb1; font-size: .67rem; line-height: 1.4; }
.lh-footer__label { margin: 5px 0 24px; color: #5fb9f2; font-size: .67rem; font-weight: 800; letter-spacing: .18em; line-height: 1.2; }
.lh-footer__nav { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(1.1rem, 2.25vw, 2.4rem); }
.lh-footer__nav a { position: relative; display: inline-flex; width: max-content; min-height: 36px; align-items: center; color: #eef4fa; font-size: .76rem; font-weight: 700; letter-spacing: .025em; text-decoration: none; transition: color .2s ease; }
.lh-footer__nav a::before { position: absolute; right: 50%; bottom: 2px; left: 50%; height: 1px; background: #42aff2; content: ""; transition: right .24s ease, left .24s ease; }
.lh-footer__nav a:hover { color: #69c4fa; }
.lh-footer__nav a:hover::before { right: 0; left: 0; }
.lh-footer__nav a:focus-visible { outline: 2px solid #7ccaff; outline-offset: 4px; }
.lh-footer__socials { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.lh-footer__socials a, .lh-footer__social-disabled { position: relative; display: grid; width: 32px; height: 32px; place-items: center; overflow: hidden; border: 1px solid rgba(154, 188, 218, .23); border-radius: 50%; background: rgba(255, 255, 255, .025); color: #c7d4e3; text-decoration: none; transition: border-color .22s ease, background-color .22s ease, box-shadow .25s ease, color .22s ease, transform .25s cubic-bezier(.22, 1, .36, 1); }
.lh-footer__socials svg { width: 15px; height: 15px; fill: currentColor; }
.lh-footer__socials span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.lh-footer__socials .lh-footer__social-disabled { position: relative; width: 32px; height: 32px; overflow: visible; clip: auto; opacity: .4; cursor: default; white-space: normal; }
.lh-footer__socials a:hover { border-color: #4db4ff; background: #148bd3; box-shadow: 0 12px 30px rgba(11, 137, 217, .28); color: #fff; transform: translateY(-4px); }
.lh-footer__socials a:focus-visible { outline: 3px solid #7ccaff; outline-offset: 3px; }
.lh-footer__bottom { display: flex; min-height: 44px; align-items: center; justify-content: center; border-top: 1px solid rgba(153, 175, 199, .17); color: #74859a; font-size: .65rem; text-align: center; }
.lh-footer__bottom p { margin: 0; max-width: none; }
.lh-footer__bottom p span { white-space: nowrap; }
.lh-footer__bottom nav { display: flex; flex: 0 0 auto; gap: 1.5rem; }
.lh-footer__bottom a { color: #8fa0b6; text-decoration: none; transition: color .18s ease; }
.lh-footer__bottom a:hover { color: #fff; }

/* Scroll-aware shortcut back to the page top. */
.lh-back-to-top { position: fixed; right: clamp(18px, 2vw, 30px); bottom: clamp(18px, 2vw, 30px); z-index: 70; display: grid; width: 52px; height: 52px; padding: 0; border: 0; border-radius: 50%; place-items: center; color: #eaf8ff; background: transparent; opacity: 0; pointer-events: none; cursor: pointer; transform: translateY(16px) scale(.88); transition: opacity .28s ease, transform .38s cubic-bezier(.22, 1, .36, 1); }
.lh-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.lh-back-to-top__progress { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 8px 18px rgba(7, 129, 205, .3)); transform: rotate(-90deg); }
.lh-back-to-top__progress circle { fill: none; stroke: #31b4ff; stroke-width: 1.4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .12s linear, stroke .22s ease; }
.lh-back-to-top__core { position: relative; display: grid; width: 42px; height: 42px; overflow: hidden; border: 1px solid rgba(146, 211, 249, .24); border-radius: 50%; place-items: center; background: linear-gradient(145deg, rgba(10, 35, 53, .92), rgba(5, 17, 28, .96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 14px 34px rgba(2, 15, 25, .32); backdrop-filter: blur(15px); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .32s cubic-bezier(.22, 1, .36, 1); }
.lh-back-to-top__core::before { position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 50% 110%, rgba(44, 180, 255, .26), transparent 58%); content: ""; opacity: .65; transition: opacity .25s ease; }
.lh-back-to-top__core svg { position: relative; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
.lh-back-to-top:hover .lh-back-to-top__core { border-color: rgba(85, 193, 255, .72); background: linear-gradient(145deg, rgba(11, 54, 80, .97), rgba(5, 24, 39, .98)); box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 18px 40px rgba(0, 121, 194, .3); transform: scale(1.05); }
.lh-back-to-top:hover .lh-back-to-top__core::before { opacity: 1; }
.lh-back-to-top:hover .lh-back-to-top__core svg { transform: translateY(-3px); }
.lh-back-to-top:hover .lh-back-to-top__progress circle { stroke: #83d6ff; }
.lh-back-to-top:focus-visible { outline: 2px solid #7ccaff; outline-offset: 4px; }

/* Direct WhatsApp contact shortcut. */
.lh-whatsapp-float { position: fixed; bottom: 24px; left: 24px; z-index: 70; display: inline-flex; min-height: 46px; align-items: center; gap: 9px; padding: 0 16px 0 13px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; background: #25d366; box-shadow: 0 10px 24px rgba(18, 140, 75, .24); color: #fff; font-size: .78rem; font-weight: 750; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.lh-whatsapp-float svg { width: 23px; height: 23px; flex: 0 0 auto; }
.lh-whatsapp-float:hover { background: #1ebe5d; box-shadow: 0 13px 28px rgba(18, 140, 75, .3); color: #fff; transform: translateY(-3px); }
.lh-whatsapp-float:focus-visible { outline: 3px solid #9aefbd; outline-offset: 3px; }

@media (max-width: 980px) {
  .admin-bar .lh-header { top: 46px; }
  .lh-desktop-nav, .lh-header__quote { display: none; }
  .lh-mobile-menu { display: block; }
  .lh-header__inner, .lh-header.is-scrolled .lh-header__inner { min-height: 70px; }
  .lh-header .lh-logo, .lh-header .lh-logo img { height: 54px; }
  .lh-footer__main { grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; }
  .lh-footer__nav { gap: 1rem; }
}

@media (max-width: 720px) {
  .lh-footer { padding-top: .65rem; }
  .lh-footer__main { grid-template-columns: minmax(0, 1fr) auto; gap: .6rem 1rem; min-height: 0; padding-bottom: 1rem; }
  .lh-footer__main > .lh-footer__column:not(.lh-footer__column--social) { grid-column: 1 / -1; grid-row: 1; }
  .lh-footer__column--social { grid-column: 1 / -1; grid-row: 2; width: 100%; justify-self: stretch; }
  .lh-footer__nav { justify-content: space-between; gap: .7rem; }
  .lh-footer__nav a { min-height: 30px; font-size: .68rem; }
  .lh-footer__socials { width: 100%; justify-content: center; gap: clamp(14px, 5vw, 22px); }
  .lh-footer__socials a, .lh-footer__social-disabled, .lh-footer__socials .lh-footer__social-disabled { width: 30px; height: 30px; }
  .lh-footer__bottom { min-height: 42px; padding: .5rem 0; }
  .lh-footer__bottom p span { display: block; margin-top: 3px; }
  .lh-footer__bottom nav { gap: 1rem; }
  .lh-back-to-top { right: 14px; bottom: 14px; width: 46px; height: 46px; }
  .lh-back-to-top__core { width: 37px; height: 37px; }
  .lh-back-to-top__core svg { width: 17px; height: 17px; }
  .lh-whatsapp-float { bottom: 16px; left: 16px; min-height: 42px; padding: 0 13px 0 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .lh-back-to-top, .lh-back-to-top__progress circle, .lh-back-to-top__core, .lh-back-to-top__core::before, .lh-back-to-top__core svg, .lh-whatsapp-float, .lh-mega__panel, .lh-language__panel, .lh-mobile-menu nav, .lh-mega__links a, .lh-mega__thumb img, .lh-mega > summary::after, .lh-mobile-submenu > summary::after, .lh-footer__socials a, .lh-footer__nav a, .lh-footer__nav a::after { transition: none; }
  .lh-mobile-submenu > div { animation: none; }
}

@keyframes lh-submenu-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
