.lk-world-hero{--navy-900:#0b2943;--navy-950:#071d31;--accent:#f58f12;--max:1320px;--font:"Inter Tight","Inter",-apple-system,sans-serif;-webkit-font-smoothing:antialiased;color:#fff;font-family:var(--font)}.lk-world-hero *{box-sizing:border-box}.lk-world-hero svg{display:block}.lk-world-hero .hero{background:radial-gradient(circle at 78% 18%,rgba(244,160,31,.2),transparent 22%),radial-gradient(circle at 18% 82%,rgba(35,103,155,.3),transparent 26%),linear-gradient(145deg,#06192a,#0b3556 72%,#104c76);color:#fff;overflow:hidden;padding:clamp(48px,6vw,72px) 0 48px;position:relative}.lk-world-hero .hero:before{background-image:linear-gradient(hsla(0,0%,100%,.07) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.07) 1px,transparent 0);background-size:54px 54px;content:"";inset:0;-webkit-mask-image:radial-gradient(circle at 72% 40%,#000,transparent 66%);mask-image:radial-gradient(circle at 72% 40%,#000,transparent 66%);opacity:.14;position:absolute}.lk-world-hero .hero-inner{align-items:center;display:grid;gap:24px;grid-template-areas:"copy    map" "actions map";grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);margin:0 auto;position:relative;width:min(var(--max),100% - 48px);z-index:1}.lk-world-hero .hero-copy{grid-area:copy;max-width:760px;min-width:0}.lk-world-hero .hero-actions{grid-area:actions}.lk-world-hero .hero-brand{align-items:center;display:flex;gap:14px;margin-bottom:16px}.lk-world-hero .hero-brand__logo{display:block;height:32px;width:auto}.lk-world-hero .hero-brand__rule{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,0));height:36px;width:1px}.lk-world-hero .hero-brand__word{color:#fff;font-size:14px;font-weight:750;letter-spacing:.01em}.lk-world-hero .hero h1{color:#fff;font-size:clamp(30px,3.5vw,48px);font-weight:700;line-height:1.05;margin:0 0 14px}.lk-world-hero .hero h1 em{font-style:normal}.lk-world-hero .hero-lede{color:hsla(0,0%,100%,.65);font-size:14px;line-height:1.72;margin:0;max-width:560px}.lk-world-hero .hero-cta{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.lk-world-hero .hero-cta__btn{align-items:center;background:var(--accent);border:1px solid var(--accent);border-radius:11px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.25),inset 0 -1px 0 rgba(155,80,0,.25),0 1px 2px rgba(155,80,0,.15),0 3px 8px -3px rgba(245,143,18,.28);color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:8px;min-height:40px;padding:0 18px;text-decoration:none;transition:transform .12s ease,box-shadow .16s ease,background .12s,border-color .12s}.lk-world-hero .hero-cta__btn:hover{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),inset 0 -1px 0 rgba(155,80,0,.3),0 2px 3px rgba(155,80,0,.18),0 5px 12px -4px rgba(245,143,18,.35);color:#fff;text-decoration:none;transform:translateY(-1px)}.lk-world-hero .hero-cta__btn:active{box-shadow:inset 0 1px 2px rgba(155,80,0,.35),0 1px 2px rgba(155,80,0,.18);transform:translateY(0)}.lk-world-hero .hero-cta__note{align-items:center;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:11px;color:#fff;display:inline-flex;font-size:13px;font-weight:600;gap:8px;min-height:44px;padding:0 16px}.lk-world-hero .map-wrap{grid-area:map;min-width:0;position:relative;width:100%}.lk-world-hero .world-map{display:block;height:auto;width:100%}.lk-world-hero .world-map--focus{-webkit-mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 72%,transparent 100%);mask-image:radial-gradient(ellipse 50% 50% at 50% 50%,#000 72%,transparent 100%)}.lk-world-hero .world-map--static .map-country.has-chapter{cursor:default}.lk-world-hero .map-country{fill:hsla(0,0%,100%,.08);stroke:hsla(0,0%,100%,.12);stroke-width:.5;transition:fill .2s}.lk-world-hero .map-country.has-chapter{fill:hsla(0,0%,100%,.22);cursor:pointer}.lk-world-hero .map-country.has-chapter.is-hovered{fill:hsla(0,0%,100%,.35)}.lk-world-hero .map-country.active-filter{fill:hsla(0,0%,100%,.43)}.lk-world-hero .map-borders{fill:none;stroke:hsla(0,0%,100%,.1);stroke-width:.4}.lk-world-hero .map-pin__icon,.lk-world-hero .map-pin__label{pointer-events:none;transition:opacity .2s ease}.lk-world-hero .map-pin__icon.is-hidden,.lk-world-hero .map-pin__label.is-hidden{opacity:0}.lk-world-hero .map-pin__icon{opacity:.7}.lk-world-hero .map-pin__icon path{fill:#fff}.lk-world-hero .map-pin__icon circle{fill:var(--navy-900)}.lk-world-hero .map-pin__label{fill:#fff;stroke:rgba(7,29,49,.55);stroke-width:3px;stroke-linejoin:round;font-weight:500;paint-order:stroke}.lk-world-hero .map-tooltip{background:var(--navy-950);border-radius:7px;color:#fff;font-size:11px;font-weight:600;padding:5px 9px;pointer-events:none;position:fixed;transform:translate(-50%,-135%);white-space:nowrap;z-index:30}@media (max-width:800px){.lk-world-hero .hero-inner{grid-template-areas:"copy" "map" "actions";grid-template-columns:1fr}.lk-world-hero.lk-world-hero--flush .hero{padding-bottom:0;padding-top:32px}}@media (max-width:780px){.lk-world-hero .hero-inner{width:min(100% - 28px,var(--max))}}@media (prefers-reduced-motion:reduce){.lk-world-hero *,.lk-world-hero :after,.lk-world-hero :before{transition:none!important}}

/*# sourceMappingURL=world-hero.css.map*/