.lx-home-hero{--lx-home-hero-fg:#101827;--lx-home-hero-muted:#556174;--lx-home-hero-card:rgba(255,255,255,.72);--lx-home-hero-card-border:rgba(93,74,34,.18);position:relative;isolation:isolate;min-height:clamp(680px,calc(100svh - 100px),820px);display:flex;align-items:center;overflow:hidden;background:#f7f4ee;color:var(--lx-home-hero-fg)}.lx-home-hero::before{position:absolute;inset:0;z-index:-2;background-image:var(--lx-home-hero-bg-light,none);background-position:right center;background-size:cover;background-repeat:no-repeat;content:""}.lx-home-hero::after{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(250,248,244,.99) 0%,rgba(250,248,244,.94) 34%,rgba(250,248,244,.52) 52%,rgba(250,248,244,.06) 76%),linear-gradient(180deg,rgba(255,255,255,.04) 58%,rgba(247,244,238,.7) 100%);content:""}html[data-theme="dark"] .lx-home-hero{--lx-home-hero-fg:#f8fafc;--lx-home-hero-muted:#c3ccda;--lx-home-hero-card:rgba(8,17,32,.58);--lx-home-hero-card-border:rgba(255,255,255,.15);background:#020814}html[data-theme="dark"] .lx-home-hero::before{background-image:var(--lx-home-hero-bg-dark,var(--lx-home-hero-bg-light,none))}html[data-theme="dark"] .lx-home-hero::after{background:linear-gradient(90deg,rgba(2,7,17,.98) 0%,rgba(2,7,17,.91) 35%,rgba(2,7,17,.52) 55%,rgba(2,7,17,.08) 78%),linear-gradient(180deg,rgba(2,7,17,.02) 58%,rgba(2,7,17,.72) 100%)}.lx-home-hero__inner{direction:ltr;display:grid;grid-template-columns:minmax(0,600px) minmax(280px,1fr);gap:clamp(36px,5vw,90px);align-items:center;min-height:inherit;padding-block:clamp(64px,7vw,92px)}.lx-home-hero__content{direction:rtl;grid-column:1;position:relative;z-index:1;width:100%;max-width:600px;text-align:right}.lx-home-hero--content-right .lx-home-hero__inner{direction:rtl}.lx-home-hero--content-right .lx-home-hero__content{direction:rtl;grid-column:1}.lx-home-hero--content-right::before{background-position:left center}.lx-home-hero--content-right::after{background:linear-gradient(270deg,rgba(250,248,244,.99) 0%,rgba(250,248,244,.94) 34%,rgba(250,248,244,.52) 52%,rgba(250,248,244,.06) 76%),linear-gradient(180deg,rgba(255,255,255,.04) 58%,rgba(247,244,238,.7) 100%)}html[data-theme="dark"] .lx-home-hero--content-right::after{background:linear-gradient(270deg,rgba(2,7,17,.98) 0%,rgba(2,7,17,.91) 35%,rgba(2,7,17,.52) 55%,rgba(2,7,17,.08) 78%),linear-gradient(180deg,rgba(2,7,17,.02) 58%,rgba(2,7,17,.72) 100%)}.lx-home-hero__title{max-width:590px;margin:0;color:var(--lx-home-hero-fg);font-size:clamp(3.2rem,5.25vw,5.25rem);line-height:1.25;font-weight:900;letter-spacing:-.035em;text-wrap:balance}.lx-home-hero__title-line{display:block}.lx-home-hero__title-line--accent{margin-block:3px;color:#d99b12;background:linear-gradient(135deg,#a86d05 0%,#e5a91f 44%,#f8cc64 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-theme="dark"] .lx-home-hero__title-line--accent{background:linear-gradient(135deg,#f8cf66 0%,#e4a51b 52%,#bd7904 100%);-webkit-background-clip:text;background-clip:text}.lx-home-hero__subtitle{max-width:570px;margin:24px 0 0;color:var(--lx-home-hero-muted);font-size:clamp(1rem,1.35vw,1.22rem);line-height:2.05}.lx-home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.lx-home-hero__actions .lx-home-btn{min-width:188px}.lx-home-hero .lx-home-btn--ghost{border-color:rgba(132,95,14,.46);background:rgba(255,255,255,.64);color:#172033;box-shadow:0 12px 30px rgba(57,43,15,.06)}.lx-home-hero .lx-home-btn--ghost:hover{border-color:#b47a08;color:#172033;background:rgba(255,255,255,.9)}html[data-theme="dark"] .lx-home-hero .lx-home-btn--ghost{border-color:rgba(233,177,47,.54);background:rgba(4,11,23,.58);color:#f8fafc;box-shadow:none}html[data-theme="dark"] .lx-home-hero .lx-home-btn--ghost:hover{border-color:#f0bd46;color:#fff;background:rgba(10,20,37,.84)}.lx-home-hero__badges{display:flex;flex-wrap:wrap;gap:11px;margin:34px 0 0;padding:0;list-style:none}.lx-home-hero__badges li{display:flex;align-items:center;gap:9px;min-height:54px;padding:0 16px;border:1px solid var(--lx-home-hero-card-border);border-radius:12px;background:var(--lx-home-hero-card);color:var(--lx-home-hero-fg);font-size:13px;font-weight:800;box-shadow:0 12px 32px rgba(37,29,14,.06);backdrop-filter:blur(12px)}html[data-theme="dark"] .lx-home-hero__badges li{box-shadow:none}.lx-home-hero__badge-icon{width:24px;height:24px;color:#d9980d}html[data-theme="dark"] .lx-home-hero__badge-icon{color:#e5a91f}.lx-home-hero::selection{background:#dba31e;color:#07101d}