.al-chrome{--al-ink:#0b0b0b;--al-gold:#d4af37;--al-gold-soft:#e8c97a;--al-gold-deep:#c5a46f;--al-navy:#0b1a33;--al-ease:cubic-bezier(0.22,1,0.36,1);--al-duration:0.28s;position:sticky;top:0;z-index:1000}.al-chrome-top{background:var(--al-ink);color:rgba(255,255,255,0.92);border-bottom:1px solid rgba(212,175,55,0.28);font-size:0.8rem}.al-chrome-top--desk{display:none}.al-chrome-top--mobile{display:block;overflow:hidden}.al-chrome-top__inner{max-width:1200px;margin:0 auto;min-height:40px;padding:0.45rem 1.1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.al-chrome-top__links{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin:0;padding:0}.al-chrome-top__link{color:#f5f5f5;text-decoration:none;padding:0.35rem 0.15rem;white-space:nowrap;font-weight:500;transition:color var(--al-duration) var(--al-ease)}.al-chrome-top__link:hover,.al-chrome-top__link--lang{color:var(--al-gold-soft)}.al-chrome-top__sep{display:inline-flex;align-items:center;color:var(--al-gold);opacity:0.9;margin-inline:10px;user-select:none;flex:0 0 auto}.al-chrome-top__social{display:flex;align-items:center;gap:0.45rem;list-style:none;margin:0;margin-inline-start:auto;padding:0}.al-chrome-top__social-link{width:34px;height:34px;border-radius:999px;border:1px solid rgba(212,175,55,0.4);color:var(--al-gold-soft);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background var(--al-duration) var(--al-ease),color var(--al-duration) var(--al-ease)}.al-chrome-top__social-link:hover{background:rgba(212,175,55,0.14);color:#fff}.al-chrome-marquee{overflow:hidden;white-space:nowrap;padding:0.55rem 0}.al-chrome-marquee__track{display:inline-flex;align-items:center;gap:0.65rem;animation:alChromeMarquee 28s linear infinite;min-width:200%}.al-chrome-marquee__link{color:rgba(255,255,255,0.92);text-decoration:none;font-weight:600;padding-inline:0.35rem}.al-chrome-marquee__link:hover{color:var(--al-gold-soft)}.al-chrome-marquee__dot{color:var(--al-gold);opacity:0.7}@keyframes alChromeMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}[dir="rtl"] .al-chrome-marquee__track{animation-name:alChromeMarqueeRtl}@keyframes alChromeMarqueeRtl{from{transform:translateX(0)}to{transform:translateX(50%)}}@media (prefers-reduced-motion:reduce){.al-chrome-marquee__track{animation:none}}.al-chrome-header{background:var(--al-navy);border-bottom:1px solid rgba(212,175,55,0.25);color:#fff;transition:box-shadow var(--al-duration) var(--al-ease)}.al-chrome.is-scrolled .al-chrome-header{box-shadow:0 10px 28px rgba(0,0,0,0.28)}.al-chrome-header__inner{max-width:1200px;margin:0 auto;min-height:72px;padding:0.65rem 1.1rem;display:flex;align-items:center;justify-content:space-between;gap:0.75rem}.al-chrome-header__brand{flex:1 1 auto;min-width:0;display:flex;align-items:center}.al-chrome-header__logo{display:block;height:48px;width:auto;max-width:min(315px,52vw);object-fit:contain;object-position:inline-start center}.al-chrome-nav{display:none}.al-chrome-nav__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0.35rem 0.55rem;list-style:none;margin:0;padding:0}.al-chrome-nav__link,.al-chrome-nav__toggle{display:inline-flex;align-items:center;gap:0.3rem;min-height:42px;padding:0.45rem 0.7rem;border:0;border-radius:999px;background:transparent;color:rgba(255,255,255,0.92);font:inherit;font-size:0.9rem;font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap}.al-chrome-nav__link:hover,.al-chrome-nav__toggle:hover{color:var(--al-gold-soft)}.al-chrome-nav__caret{width:0;height:0;border-inline-start:4px solid transparent;border-inline-end:4px solid transparent;border-top:5px solid currentColor;opacity:0.8}.al-chrome-nav__item--drop{position:relative}.al-chrome-nav__drop{position:absolute;inset-inline-start:0;top:calc(100% + 4px);min-width:210px;margin:0;padding:0.45rem;list-style:none;background:#111;border:1px solid rgba(212,175,55,0.35);border-radius:10px;opacity:0;visibility:hidden;z-index:20}.al-chrome-nav__drop[hidden]{display:none !important}.al-chrome-nav__item--drop.is-open .al-chrome-nav__drop:not([hidden]){opacity:1;visibility:visible}.al-chrome-nav__drop a{display:flex;align-items:center;min-height:42px;padding:0.45rem 0.75rem;color:#f5f5f5;text-decoration:none;border-radius:8px}.al-chrome-nav__drop a:hover{color:var(--al-gold-soft);background:rgba(212,175,55,0.12)}.al-chrome-header__help{display:flex;align-items:center;gap:0.55rem;flex:0 0 auto}.al-chrome-header__phone,.al-chrome-header__phone-icon,.al-chrome-header__phone-copy,.al-chrome-header__phone-label,.al-chrome-header__phone-number{display:none !important}.al-chrome-lang{display:inline-flex;align-items:center;justify-content:center;min-height:40px;min-width:44px;padding:0.35rem 0.75rem;border-radius:999px;border:1px solid rgba(232,201,122,0.55);background:rgba(0,0,0,0.35);color:var(--al-gold-soft);text-decoration:none;font-size:0.78rem;font-weight:700;letter-spacing:0.02em;white-space:nowrap;transition:background var(--al-duration) var(--al-ease),color var(--al-duration) var(--al-ease),border-color var(--al-duration) var(--al-ease)}.al-chrome-lang:hover{background:var(--al-gold-soft);border-color:var(--al-gold-soft);color:#111}.al-chrome-header__burger{width:44px;height:44px;border-radius:10px;border:1px solid rgba(212,175,55,0.4);background:rgba(255,255,255,0.04);display:inline-flex;flex-direction:column;justify-content:center;gap:6px;padding:10px;cursor:pointer}.al-chrome-header__burger-bar{display:block;height:2px;width:100%;background:var(--al-gold);border-radius:2px;transition:transform var(--al-duration) var(--al-ease),opacity var(--al-duration) var(--al-ease)}body.is-drawer-open .al-chrome-header__burger-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}body.is-drawer-open .al-chrome-header__burger-bar:nth-child(2){opacity:0}body.is-drawer-open .al-chrome-header__burger-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.al-chrome-drawer__backdrop{position:fixed;inset:0;z-index:1090;background:rgba(0,0,0,0.5)}.al-chrome-drawer{position:fixed;inset-block:0;inset-inline-start:0;z-index:1100;width:min(320px,88vw);height:100dvh;overflow-y:auto;background:#111;color:#fff;box-shadow:0 16px 40px rgba(0,0,0,0.35);padding:0;display:flex;flex-direction:column;transform:translateX(-105%);transition:transform var(--al-duration) var(--al-ease)}html[dir="rtl"] .al-chrome-drawer{transform:translateX(105%)}body.is-drawer-open .al-chrome-drawer{transform:none}.al-chrome-drawer[hidden],.al-chrome-drawer__backdrop[hidden]{display:none !important}body.is-drawer-open .al-chrome-drawer__backdrop{display:block !important}body.is-drawer-open{overflow:hidden}.al-chrome-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:#000;border-bottom:1px solid rgba(197,164,111,0.35)}.al-chrome-drawer__brand{flex:1 1 auto;min-width:0;display:flex;align-items:center}.al-chrome-drawer__logo{display:block;height:44px;width:auto;max-width:100%;object-fit:contain;object-position:inline-start center}.al-chrome-drawer__close{flex:0 0 44px;width:44px;height:44px;border-radius:8px;border:1px solid rgba(197,164,111,0.45);font-size:1.6rem;line-height:1;background:#111;color:#fff;cursor:pointer}.al-chrome-drawer__langs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px 16px 8px;background:#000;border-bottom:1px solid rgba(197,164,111,0.22)}.al-chrome-drawer__lang{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 12px;border-radius:8px;border:1px solid rgba(197,164,111,0.4);color:rgba(255,255,255,0.88);font-weight:700;font-size:0.9rem;line-height:1.2;background:#141414;text-decoration:none}.al-chrome-drawer__lang--active,.al-chrome-drawer__lang:hover{background:var(--al-gold);border-color:var(--al-gold);color:#000}.al-chrome-drawer__nav{display:flex;flex-direction:column;padding:0;background:#111}.al-chrome-drawer__link{position:relative;display:block;padding:14px 24px;font-weight:600;font-size:0.98rem;line-height:1.4;color:rgba(255,255,255,0.92);text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.05);background:#111;transition:color var(--al-duration) var(--al-ease),background var(--al-duration) var(--al-ease)}.al-chrome-drawer__link:nth-child(even){background:#181818}.al-chrome-drawer__link:hover,.al-chrome-drawer__link:focus-visible{color:var(--al-gold-soft);background:#161616}.al-chrome-drawer__link:hover::before,.al-chrome-drawer__link:focus-visible::before{content:"";position:absolute;inset-block:30%;inset-inline-start:10px;width:3px;border-radius:2px;background:var(--al-gold)}.al-chrome-drawer__actions{display:grid;gap:12px;margin-top:auto;padding:16px;background:#0a0a0a;border-top:1px solid rgba(255,255,255,0.06)}.al-chrome-drawer__action{display:inline-flex;align-items:center;justify-content:center;gap:12px;box-sizing:border-box;width:100%;min-height:52px;height:52px;padding:0 18px;border-radius:10px;font-weight:700;font-size:0.95rem;line-height:1;text-decoration:none;border:1px solid transparent;transition:transform var(--al-duration) var(--al-ease),box-shadow var(--al-duration) var(--al-ease),background var(--al-duration) var(--al-ease),border-color var(--al-duration) var(--al-ease)}.al-chrome-drawer__action-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;line-height:0}.al-chrome-drawer__action-icon svg{display:block;width:22px;height:22px}.al-chrome-drawer__action--call{background:transparent;color:var(--al-gold) !important;border-color:rgba(197,164,111,0.55)}.al-chrome-drawer__action--call:hover{background:rgba(197,164,111,0.08);border-color:var(--al-gold)}.al-chrome-drawer__action--wa{background:#121a17;color:rgba(255,255,255,0.95) !important;border-color:rgba(46,125,90,0.45)}.al-chrome-drawer__action--wa .al-chrome-drawer__action-icon{color:#3dba7a}.al-chrome-drawer__action--wa:hover{background:#152019;border-color:rgba(61,186,122,0.55)}.al-chrome-drawer__action--consult{background:linear-gradient(180deg,#d4af37 0%,#c5a46f 100%);color:#111 !important;border-color:#c5a46f;box-shadow:0 1px 0 rgba(255,255,255,0.25) inset,0 8px 20px rgba(197,164,111,0.22)}.al-chrome-drawer__action--consult:hover{transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,0.3) inset,0 10px 24px rgba(197,164,111,0.3)}@media (min-width:993px){.al-chrome-top--desk{display:block}.al-chrome-top--mobile{display:none}.al-chrome-nav{display:block;flex:1;min-width:0}.al-chrome-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem}.al-chrome-header__brand{flex:0 0 auto}.al-chrome-nav__list{justify-content:center}.al-chrome-header__burger{display:none}.al-chrome-drawer,.al-chrome-drawer__backdrop{display:none !important}}@media (max-width:992px){.al-chrome-header__logo{max-width:100%;height:48px}}@media (prefers-reduced-motion:reduce){.al-chrome-top__social-link,.al-chrome-header,.al-chrome-drawer,.al-chrome-header__burger-bar,.al-chrome-drawer__action{transition:none}.al-chrome-drawer__action--consult:hover{transform:none}}