@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Mulish:wght@300;400;500;600;700;800&display=swap");
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
--lh-bg:#050b14;--lh-surf:#0c1526;--lh-card:#132238;
--lh-bdr:rgba(8,145,178,.22);
--lh-purple:#0891b2;--lh-violet:#2dd4bf;
--lh-silver:#b8d4e8;--lh-ink:#e2ecf5;--lh-muted:#8ba3bf;
--lh-link-hover:#67e8f9;
--lh-nav-muted:#6b94b8;
--lh-head-bg:rgba(5,11,20,.95);--lh-nav-drop-bg:rgba(5,11,20,.97);
--lh-footer-bg:rgba(3,8,16,.97);--lh-footer-soft:rgba(3,8,16,.7);
--lh-modal-scrim:rgba(3,10,18,.82);
--lh-rgba-accent-40:rgba(8,145,178,.4);--lh-rgba-accent-35:rgba(8,145,178,.35);--lh-rgba-accent-25:rgba(8,145,178,.25);
--lh-rgba-accent-18:rgba(8,145,178,.18);--lh-rgba-accent-12:rgba(8,145,178,.12);
--lh-rgba-accent-10:rgba(8,145,178,.1);--lh-rgba-accent-06:rgba(8,145,178,.06);
--lh-rgba-accent2-12:rgba(45,212,191,.12);--lh-rgba-accent2-22:rgba(45,212,191,.22);
--lh-rgba-surf-a:rgba(12,21,38,.65);--lh-rgba-feats-strip:rgba(8,14,28,.85);
--lh-rgba-badge:rgba(19,34,56,.72);--lh-rgba-game-alpha:rgba(5,11,20,.94);
--lh-rgba-game-mid:rgba(5,11,20,.58);--lh-rgba-game-top:rgba(5,11,20,.18);
--lh-rgba-card-text:rgba(180,210,228,.82);
--lh-footer-link:#4a6588;--lh-footer-link-hov:#94c5d9;
--lh-footer-disc:#94a8bd;--lh-footer-disc-strong:#b8d4e8;--lh-footer-copy:#6b8299;
--lh-hub-notice-heading:#58a8b8;
--lh-r:12px}
html{scroll-behavior:smooth}body{font-family:"Mulish",sans-serif;background:var(--lh-bg);color:var(--lh-ink);min-height:100vh}
a{color:var(--lh-violet);text-decoration:none}a:hover{color:var(--lh-link-hover)}
.lh-wrap{max-width:1280px;margin:0 auto;background:var(--lh-surf)}
.lh-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 24px;border-radius:6px;background:var(--lh-purple);border:2px solid var(--lh-purple);color:#fff;font-family:"Space Mono",monospace;font-weight:700;font-size:.82rem;letter-spacing:.04em;cursor:pointer;transition:background .2s,transform .15s}
.lh-btn:hover{background:var(--lh-violet);border-color:var(--lh-violet);transform:translateY(-1px);color:#fff}
.lh-btn-ghost{background:transparent;color:var(--lh-violet);border-color:var(--lh-rgba-accent-40)}
.lh-btn-ghost:hover{background:var(--lh-rgba-accent-12)}
.lh-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 40px;height:60px;background:var(--lh-head-bg);border-bottom:1px solid var(--lh-bdr);position:sticky;top:0;z-index:100}
.lh-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit}
.lh-brand-mark{width:28px;height:28px;display:block;object-fit:contain}
.lh-brand-circle{width:28px;height:28px;border-radius:50%;border:2px solid var(--lh-purple);display:flex;align-items:center;justify-content:center;font-family:"Space Mono",monospace;font-size:.72rem;color:var(--lh-purple)}
.lh-brand-name{font-family:"Space Mono",monospace;font-size:.88rem;color:#fff;letter-spacing:.03em}
.lh-brand-name span{color:var(--lh-violet)}
.lh-nav{display:flex;align-items:center;gap:24px}
.lh-nav-a{font-family:"Space Mono",monospace;font-size:.8rem;color:var(--lh-nav-muted);letter-spacing:.04em;transition:color .2s}
.lh-nav-a:hover{color:#fff}
.lh-tog{display:none;flex-direction:column;gap:4px;width:34px;height:34px;background:transparent;border:1px solid var(--lh-rgba-accent-40);border-radius:6px;align-items:center;justify-content:center;cursor:pointer}
.lh-tog span{display:block;width:14px;height:2px;background:var(--lh-violet);border-radius:2px}
/* HERO  full bleed with floating badges */
.lh-hero{position:relative;min-height:520px;display:flex;align-items:center;padding:64px 40px;background:radial-gradient(ellipse at 70% 30%,var(--lh-rgba-accent2-22) 0%,transparent 55%),radial-gradient(ellipse at 20% 80%,rgba(103,232,249,.08) 0%,transparent 50%),linear-gradient(180deg,rgba(5,11,20,.97),rgba(12,21,38,.95)),url("../images/hero-bg.jpg") center/cover no-repeat;border-bottom:1px solid var(--lh-bdr)}
.lh-hero-content{max-width:600px}
.lh-mono-tag{font-family:"Space Mono",monospace;font-size:.72rem;letter-spacing:.18em;color:var(--lh-violet);margin-bottom:18px;display:block;opacity:.85}
.lh-hero h1{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(2rem,4.5vw,3.8rem);line-height:1.1;color:#fff}
.lh-hero h1 strong{color:var(--lh-violet)}
.lh-hero-desc{margin-top:18px;color:var(--lh-muted);line-height:1.72;max-width:500px}
.lh-hero-row{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
.lh-badges{position:absolute;right:60px;top:50%;transform:translateY(-50%);display:grid;gap:14px}
.lh-badge{border:1px solid var(--lh-bdr);border-radius:12px;padding:16px 20px;background:var(--lh-rgba-badge);backdrop-filter:blur(8px);min-width:160px}
.lh-badge-n{font-family:"Space Mono",monospace;font-size:1.6rem;color:var(--lh-violet)}
.lh-badge-l{font-size:.76rem;color:var(--lh-muted);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}
/* SECTION */
.lh-section{padding:52px 40px}
.lh-sec-title{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(1.4rem,2.8vw,2.2rem);color:#fff;margin-bottom:8px}
.lh-sec-title span{color:var(--lh-violet)}
.lh-sec-sub{color:var(--lh-muted);line-height:1.68;max-width:560px;margin-bottom:30px}
/* GAME CARDS  overlay style */
.lh-game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.lh-game-card{border-radius:var(--lh-r);overflow:hidden;position:relative;min-height:340px;border:1px solid var(--lh-bdr)}
.lh-game-bg{position:absolute;inset:0}
.lh-game-bg img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.lh-game-card:hover .lh-game-bg img{transform:scale(1.06)}
.lh-game-overlay{position:absolute;inset:0;background:linear-gradient(to top,var(--lh-rgba-game-alpha) 0%,var(--lh-rgba-game-mid) 50%,var(--lh-rgba-game-top) 100%)}
.lh-game-info{position:absolute;bottom:0;left:0;right:0;padding:26px}
.lh-game-cat{font-family:"Space Mono",monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--lh-violet);margin-bottom:8px;display:block}
.lh-game-info h3{font-family:"Mulish",sans-serif;font-weight:800;font-size:1.7rem;color:#fff;margin-bottom:10px}
.lh-game-info p{color:var(--lh-rgba-card-text);font-size:.9rem;line-height:1.6;margin-bottom:18px}
/* FEATURES HORIZONTAL */
.lh-feats-bg{background:var(--lh-rgba-feats-strip)}
.lh-feats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--lh-bdr);border-radius:var(--lh-r);overflow:hidden}
.lh-feat{padding:22px;border-right:1px solid var(--lh-bdr);background:var(--lh-rgba-surf-a)}
.lh-feat:last-child{border-right:none}
.lh-feat-title{font-family:"Space Mono",monospace;font-size:.82rem;color:var(--lh-violet);margin-bottom:6px;letter-spacing:.06em}
.lh-feat p{color:var(--lh-muted);font-size:.85rem;line-height:1.55}
/* CTA */
.lh-cta{margin:0 40px 52px;border-radius:var(--lh-r);padding:36px 40px;background:linear-gradient(120deg,rgba(8,145,178,.22),var(--lh-rgba-accent2-12));border:1px solid var(--lh-bdr);display:flex;align-items:center;justify-content:space-between;gap:20px}
.lh-cta h2{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(1.3rem,2.4vw,2rem);color:#fff;margin-bottom:8px}
.lh-cta p{color:var(--lh-muted);max-width:460px;line-height:1.6}
.lh-cta-r{display:flex;gap:12px;flex-shrink:0}
/* FOOTER */
.lh-footer{background:var(--lh-footer-bg);border-top:1px solid var(--lh-bdr);padding:36px 40px 26px}
.lh-footer-spotlight{margin-top:8px;color:var(--lh-violet);font-size:.84rem}
.lh-footer-brand-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.lh-footer-brand-head .lh-footer-bn{margin-bottom:0}
.lh-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;padding-bottom:22px;border-bottom:1px solid var(--lh-bdr)}
.lh-footer-bn{font-family:"Space Mono",monospace;font-size:.88rem;color:var(--lh-violet);margin-bottom:10px;letter-spacing:.04em}
.lh-footer-brand p{color:var(--lh-muted);font-size:.86rem;line-height:1.6;max-width:270px}
.lh-footer-col h4{font-family:"Space Mono",monospace;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--lh-violet);margin-bottom:12px}
.lh-footer-col a{display:block;margin-bottom:8px;font-size:.86rem;color:var(--lh-footer-link)}
.lh-footer-col a:hover{color:var(--lh-footer-link-hov)}
.lh-footer-disc{margin-top:18px;font-size:.78rem;color:var(--lh-footer-disc);line-height:1.65}
.lh-footer-disc strong{color:var(--lh-footer-disc-strong)}
.lh-footer-copy{margin-top:8px;font-size:.73rem;color:var(--lh-footer-copy)}
/* UTIL */
.lh-crumb{display:flex;align-items:center;gap:8px;padding:13px 40px;border-bottom:1px solid var(--lh-bdr);font-size:.83rem;color:var(--lh-muted)}
.lh-crumb a{color:var(--lh-violet)}
.lh-crumb a:hover{color:#fff}
.lh-page{padding:36px 40px 50px;background:var(--lh-surf)}
.lh-contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:22px}
.lh-contact-panel{border:1px solid var(--lh-bdr);border-radius:var(--lh-r);padding:30px;background:var(--lh-card)}
.lh-contact-panel h1{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(1.4rem,2.4vw,2rem);color:#fff;margin:10px 0 14px;line-height:1.2}
.lh-contact-panel>p{color:var(--lh-muted);line-height:1.7}
.lh-info-list{margin-top:20px;display:grid;gap:11px}
.lh-info-item{border:1px solid var(--lh-rgba-accent-18);border-radius:10px;padding:13px 15px;background:rgba(5,11,20,.52)}
.lh-info-item h3{font-size:.88rem;font-weight:700;color:var(--lh-silver);margin-bottom:4px}
.lh-info-item p{font-size:.83rem;color:var(--lh-muted);line-height:1.5}
.lh-form-panel{border:1px solid var(--lh-bdr);border-radius:var(--lh-r);padding:28px;background:var(--lh-card)}
.lh-form{display:grid;gap:14px}
.lh-field{display:grid;gap:6px}
.lh-field label{font-family:"Space Mono",monospace;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--lh-muted)}
.lh-field input,.lh-field textarea{width:100%;background:rgba(4,8,16,.78);border:1px solid var(--lh-rgba-accent-25);border-radius:8px;padding:10px 13px;color:var(--lh-ink);font-family:"Mulish",sans-serif;font-size:.92rem;outline:none;transition:border-color .2s}
.lh-field textarea{min-height:130px;resize:vertical}
.lh-field input:focus,.lh-field textarea:focus{border-color:var(--lh-violet)}
.lh-check{display:flex;align-items:flex-start;gap:10px;font-size:.83rem;color:var(--lh-muted);line-height:1.5}
.lh-check input[type="checkbox"]{width:16px;height:16px;margin-top:2px;accent-color:var(--lh-purple);flex-shrink:0}
.lh-btn-full{width:100%;justify-content:center}
.lh-modal-bg{position:fixed;inset:0;background:var(--lh-modal-scrim);backdrop-filter:blur(5px);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}
.lh-modal-bg.show{opacity:1;visibility:visible}
.lh-modal{width:min(90vw,390px);border:1px solid var(--lh-rgba-accent-40);border-radius:var(--lh-r);padding:30px;background:var(--lh-card);text-align:center}
.lh-modal-tag{font-family:"Space Mono",monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--lh-violet);display:block;margin-bottom:10px}
.lh-modal h2{font-family:"Mulish",sans-serif;font-weight:800;font-size:1.4rem;color:#fff;margin-bottom:12px}
.lh-modal p{color:var(--lh-muted);line-height:1.6;margin-bottom:22px}
.lh-legal-head{padding:34px 40px 16px;border-bottom:1px solid var(--lh-bdr)}
.lh-legal-head h1{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(1.5rem,2.8vw,2.3rem);color:#fff;margin:10px 0 12px}
.lh-legal-head p{color:var(--lh-muted);line-height:1.65}
.lh-legal-body{padding:26px 40px 50px;background:var(--lh-surf)}
.lh-legal-box{border:1px solid var(--lh-bdr);border-radius:var(--lh-r);background:var(--lh-card);padding:26px}
.lh-legal-date{font-size:.82rem;color:var(--lh-violet);margin-bottom:18px}
.lh-legal-sec{border-top:1px solid var(--lh-rgba-accent-10);padding-top:16px;margin-top:16px}
.lh-legal-sec:first-of-type{border-top:none;margin-top:0;padding-top:0}
.lh-legal-sec h2{font-family:"Mulish",sans-serif;font-weight:700;font-size:1rem;color:#fff;margin-bottom:9px}
.lh-legal-sec p,.lh-legal-sec li{color:var(--lh-muted);line-height:1.7;font-size:.92rem}
.lh-legal-sec ul{padding-left:18px;display:grid;gap:6px}
.lh-hub-bar{display:flex;align-items:center;justify-content:space-between;padding:17px 40px;border-bottom:1px solid var(--lh-bdr);background:rgba(5,11,20,.92)}
.lh-hub-body{padding:30px 40px 40px}
.lh-hub-intro{margin-bottom:26px}
.lh-hub-intro h1{font-family:"Mulish",sans-serif;font-weight:800;font-size:clamp(1.5rem,2.6vw,2.2rem);color:#fff;margin:8px 0 12px}
.lh-hub-intro p{color:var(--lh-muted);line-height:1.65;max-width:560px}
.lh-hub-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.lh-hub-card{border:1px solid var(--lh-bdr);border-radius:var(--lh-r);overflow:hidden;background:var(--lh-card);display:flex;flex-direction:column}
.lh-hub-card-img{aspect-ratio:16/9;overflow:hidden}
.lh-hub-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.lh-hub-card-body{padding:20px}
.lh-hub-card-cat{font-family:"Space Mono",monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--lh-violet);margin-bottom:8px}
.lh-hub-card-body h2{font-family:"Mulish",sans-serif;font-weight:800;font-size:1.4rem;color:#fff;margin-bottom:10px}
.lh-hub-card-body p{color:var(--lh-muted);font-size:.9rem;line-height:1.6;margin-bottom:16px}
.lh-hub-notice{margin-top:22px;border:1px dashed var(--lh-rgba-accent-35);border-radius:10px;padding:16px 18px;background:var(--lh-rgba-accent-06)}
.lh-hub-notice h3{font-size:.94rem;font-weight:700;color:var(--lh-hub-notice-heading);margin-bottom:6px}
.lh-hub-notice p{color:var(--lh-muted);font-size:.87rem;line-height:1.55}
.lh-hub-foot{display:flex;flex-wrap:wrap;gap:16px;padding:17px 40px;border-top:1px solid var(--lh-bdr);background:var(--lh-footer-soft)}
.lh-hub-foot a{font-size:.84rem;color:var(--lh-muted)}
.lh-hub-foot a:hover{color:#fff}
@media(max-width:1100px){.lh-badges{display:none}.lh-footer-top{grid-template-columns:1fr 1fr}.lh-feats{grid-template-columns:repeat(2,1fr)}.lh-contact-grid{grid-template-columns:1fr}.lh-cta{flex-direction:column;align-items:flex-start}}
@media(max-width:860px){.lh-header{padding:0 20px}.lh-nav{display:none;position:absolute;top:60px;left:0;right:0;background:var(--lh-nav-drop-bg);flex-direction:column;align-items:flex-start;padding:14px 20px;border-bottom:1px solid var(--lh-bdr);gap:0}.lh-nav.open{display:flex}.lh-nav-a{padding:12px 0;border-bottom:1px solid var(--lh-rgba-accent-10);width:100%}.lh-tog{display:flex}.lh-header .lh-btn{display:none}.lh-section,.lh-cta,.lh-footer,.lh-crumb,.lh-page,.lh-legal-head,.lh-legal-body,.lh-hub-bar,.lh-hub-body,.lh-hub-foot{padding-left:20px;padding-right:20px}.lh-hub-cards{grid-template-columns:1fr}.lh-game-grid{grid-template-columns:1fr}}
@media(max-width:640px){.lh-feats{grid-template-columns:1fr}.lh-footer-top{grid-template-columns:1fr}.lh-hero-row{flex-direction:column}.lh-btn{width:100%;justify-content:center}}
@media(max-width:480px){.lh-hub-card-img{aspect-ratio:unset;min-height:200px;max-height:240px}.lh-game-card{min-height:280px}}
