:root{--hll-bg-0:#080c14;--hll-bg-1:#0d1528;--hll-purple:#9d4edd;--hll-cyan:#00c3ff;--hll-text:#ffffff;--hll-text-2:#b0bec5;--hll-surface:rgba(255,255,255,0.03);--hll-surface-2:rgba(255,255,255,0.05);--hll-border:rgba(255,255,255,0.09);--hll-border-strong:rgba(0,195,255,0.45);--hll-glow-cyan:rgba(0,195,255,0.35);--hll-glow-purple:rgba(157,78,221,0.4);--hll-ink:#05121b;--hll-maxw:1120px;--hll-pad-x:1.25rem;--hll-radius:14px;--hll-radius-lg:20px;--hll-pill:999px;--hll-section-y:clamp(3.5rem,8vw,6rem);--hll-gap:clamp(1rem,2.5vw,1.5rem)}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;scroll-padding-top:5rem}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{background:linear-gradient(180deg,var(--hll-bg-0),var(--hll-bg-1));color:var(--hll-text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh;line-height:1.55;-webkit-font-smoothing:antialiased}.hll-container{width:100%;max-width:var(--hll-maxw);margin-inline:auto;padding-inline:var(--hll-pad-x)}.hll-section{padding-block:var(--hll-section-y)}.hll-section__head{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.hll-eyebrow{color:var(--hll-cyan);letter-spacing:.22em;text-transform:uppercase;font-size:.78rem;font-weight:600}.hll-h2{font-size:clamp(1.75rem,5vw,2.6rem);font-weight:800;letter-spacing:-.01em;line-height:1.1}.hll-sub{color:var(--hll-text-2);margin-top:.6rem;font-size:clamp(1rem,2.2vw,1.1rem)}.hll-accent{color:var(--hll-cyan);text-shadow:0 0 22px var(--hll-glow-cyan)}:where(a,button):focus-visible{outline:2px solid var(--hll-cyan);outline-offset:3px;border-radius:4px}.hll-skip{position:absolute;left:.75rem;top:-100%;z-index:100;background:var(--hll-cyan);color:var(--hll-ink);padding:.6rem 1rem;border-radius:var(--hll-radius);font-weight:700;text-decoration:none;transition:top .15s ease}.hll-skip:focus{top:.75rem}.hll-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.7rem;font-size:.98rem;font-weight:700;border-radius:var(--hll-pill);border:1px solid transparent;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.hll-btn--primary{background:linear-gradient(135deg,var(--hll-cyan),var(--hll-purple));color:var(--hll-ink);box-shadow:0 0 24px var(--hll-glow-cyan)}.hll-btn--primary:hover{transform:translateY(-1px);box-shadow:0 0 34px var(--hll-glow-cyan),0 0 22px var(--hll-glow-purple)}.hll-btn--ghost{background:var(--hll-surface);color:var(--hll-text);border-color:var(--hll-border-strong)}.hll-btn--ghost:hover{background:var(--hll-surface-2);box-shadow:0 0 20px var(--hll-glow-cyan)}.hll-header{position:sticky;top:0;z-index:50;background:rgba(8,12,20,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hll-border)}.hll-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4rem}.hll-wordmark{display:inline-flex;align-items:center;gap:.55rem;font-size:clamp(.85rem,2.5vw,1rem);font-weight:800;letter-spacing:.26em;color:var(--hll-text);text-decoration:none;white-space:nowrap}.hll-wordmark__icon{display:block;flex-shrink:0}.hll-nav{display:flex;align-items:center;gap:clamp(.75rem,3vw,1.75rem)}.hll-nav a{color:var(--hll-text-2);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .15s ease}.hll-nav a:hover{color:var(--hll-cyan)}.hll-hero{position:relative;overflow:hidden;text-align:center;padding-block:clamp(4.5rem,12vw,8rem)}.hll-hero__decor{position:absolute;inset:0;pointer-events:none;z-index:0}.hll-hero__decor:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 55% at 50% 0,var(--hll-glow-purple),transparent 68%);opacity:.55}.hll-hero__crescent{position:absolute;top:-6rem;right:-4rem;width:min(60vw,26rem);height:min(60vw,26rem);border-radius:50%;border-left:2px solid transparent;border-bottom:2px solid transparent;border-top:2px solid transparent;border-top-color:var(--hll-cyan);border-right:2px solid transparent;border-right-color:var(--hll-cyan);transform:rotate(-28deg);filter:blur(1px) drop-shadow(0 0 16px var(--hll-glow-cyan));opacity:.3}.hll-hero__inner{position:relative;z-index:1}.hll-h1{margin-top:1rem;font-size:clamp(2.4rem,8vw,4.75rem);font-weight:800;line-height:1.03;letter-spacing:-.02em}.hll-lead{color:var(--hll-text-2);max-width:46ch;margin:1.4rem auto 0;font-size:clamp(1.02rem,2.4vw,1.2rem)}.hll-cta-row{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center;margin-top:2.2rem}.hll-grid{display:grid;gap:var(--hll-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,15.5rem),1fr))}.hll-grid--why{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.hll-card{border:1px solid var(--hll-border);border-radius:var(--hll-radius);background:var(--hll-surface);padding:1.4rem;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.hll-card:hover{border-color:var(--hll-border-strong);background:var(--hll-surface-2);box-shadow:0 0 26px rgba(0,195,255,.08);transform:translateY(-2px)}.hll-card__title{font-size:1.08rem;font-weight:700;color:var(--hll-text)}.hll-card__desc{color:var(--hll-text-2);margin-top:.4rem;font-size:.95rem}.hll-note{color:var(--hll-text-2);font-size:.86rem;text-align:center;margin-top:1.6rem}.hll-closing{color:var(--hll-text);text-align:center;max-width:60ch;margin:2.2rem auto 0;font-size:clamp(1.02rem,2.3vw,1.18rem);font-weight:500}.hll-band{position:relative;overflow:hidden;text-align:center;padding-block:clamp(3rem,8vw,5rem);border-block:1px solid var(--hll-border);background:radial-gradient(70% 120% at 50% 50%,var(--hll-glow-purple),transparent 70%),var(--hll-surface)}.hll-band__title{font-size:clamp(1.6rem,5.5vw,2.6rem);font-weight:800;letter-spacing:-.01em}.hll-band__sub{color:var(--hll-text-2);margin-top:.8rem;font-size:clamp(1rem,2.4vw,1.15rem);max-width:52ch;margin-inline:auto}.hll-strip{text-align:center;padding-block:clamp(1.75rem,4vw,2.5rem);background:var(--hll-surface);border-bottom:1px solid var(--hll-border)}.hll-strip__title{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:700}.hll-strip__title .hll-accent{color:var(--hll-purple);text-shadow:0 0 18px var(--hll-glow-purple)}.hll-strip__sub{color:var(--hll-text-2);margin-top:.35rem;font-size:.95rem}.hll-contact__body{text-align:center;max-width:44rem;margin-inline:auto}.hll-contact__lead{color:var(--hll-text-2);font-size:clamp(1.02rem,2.3vw,1.15rem);margin-bottom:2rem}.hll-contact__meta{display:flex;flex-direction:column;gap:.6rem;align-items:center;margin-top:2rem;color:var(--hll-text-2)}.hll-contact__meta a{color:var(--hll-cyan);text-decoration:none;font-weight:500}.hll-contact__meta a:hover{text-decoration:underline}.hll-footer{border-top:1px solid var(--hll-border);padding-block:clamp(2.5rem,6vw,3.5rem);text-align:center}.hll-footer__icon{display:block;margin:0 auto .7rem}.hll-footer__brand{font-weight:800;letter-spacing:.06em;color:var(--hll-text)}.hll-footer__tag{color:var(--hll-text-2);margin-top:.5rem;font-size:.98rem}.hll-footer__legal{color:var(--hll-text-2);margin-top:1.25rem;font-size:.82rem}