.hd-header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease;border-bottom:1px solid transparent}.hd-header--scrolled{background:#020814e6;border-bottom-color:#ffffff0f;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #0096ff14}.hd-header__inner{display:flex;align-items:center;gap:24px;height:72px}.hd-header__brand{display:flex;align-items:center;gap:14px;flex-shrink:0;text-decoration:none}.hd-header__hmark-img{height:44px;width:auto;display:block;object-fit:contain;flex-shrink:0}.hd-header__wordmark{display:flex;flex-direction:column;line-height:1.15;gap:1px}.hd-header__wordmark-higgins{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--hd-white);letter-spacing:.05em;text-transform:uppercase}.hd-header__wordmark-digital{font-family:var(--font-mono);font-size:.65rem;font-weight:500;color:var(--hd-gold);letter-spacing:.26em;text-transform:uppercase}.hd-header__nav{display:flex;align-items:center;gap:2px;margin-left:auto}.hd-header__link{font-size:.875rem;font-weight:500;color:var(--hd-muted);padding:7px 13px;border-radius:7px;transition:color .2s ease,background .2s ease;white-space:nowrap;letter-spacing:.01em}.hd-header__link:hover{color:var(--hd-white);background:#ffffff0d}.hd-header__link--active{color:var(--hd-white);background:#0096ff12}.hd-header__cta{display:inline-flex;align-items:center;padding:10px 22px;background:linear-gradient(135deg,#0566ee,#09e);color:#fff;font-size:.875rem;font-weight:600;border-radius:8px;transition:all .22s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 0 20px #0096ff40;letter-spacing:.01em}.hd-header__cta:hover{transform:translateY(-1px);box-shadow:0 0 30px #00aaff73}.hd-header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:0;margin-left:auto;flex-shrink:0;transition:background .2s}.hd-header__burger:hover{background:#ffffff14}.hd-header__burger span{display:block;width:18px;height:1.5px;background:var(--hd-white);border-radius:2px;transition:all .25s ease;transform-origin:center}.hd-header__burger--open span:nth-child(1){transform:rotate(45deg) translate(4.5px,4.5px)}.hd-header__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hd-header__burger--open span:nth-child(3){transform:rotate(-45deg) translate(4.5px,-4.5px)}.hd-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#020814fa;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);display:flex;flex-direction:column;animation:hd-menu-in .22s ease;overflow:hidden}.hd-mobile-menu__topbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:72px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.07)}.hd-mobile-menu__brand-link{text-decoration:none}.hd-mobile-menu__close{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:0;position:relative;flex-shrink:0}.hd-mobile-menu__close span{display:block;width:18px;height:1.5px;background:var(--hd-white);border-radius:2px;position:absolute}.hd-mobile-menu__close span:nth-child(1){transform:rotate(45deg)}.hd-mobile-menu__close span:nth-child(2){transform:rotate(-45deg)}.hd-mobile-menu__nav{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:8px 32px 0;gap:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.hd-mobile-menu__link{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#ffffff73;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06);transition:color .18s ease,padding-left .18s ease;display:block;letter-spacing:.02em;text-decoration:none}.hd-mobile-menu__link:first-child{border-top:1px solid rgba(255,255,255,.06)}.hd-mobile-menu__link:hover{color:var(--hd-white);padding-left:8px}.hd-mobile-menu__link--active{color:var(--hd-white)}.hd-mobile-menu__footer{padding:24px 32px 40px;flex-shrink:0;padding-bottom:max(40px,env(safe-area-inset-bottom,40px))}.hd-mobile-menu__cta{display:block;text-align:center;padding:18px;background:linear-gradient(135deg,#0566ee,#09e);color:#fff;font-size:1.05rem;font-weight:600;border-radius:12px;box-shadow:0 0 28px #0096ff59;text-decoration:none;letter-spacing:.01em}@keyframes hd-menu-in{0%{opacity:0}to{opacity:1}}@media (max-width: 960px){.hd-header__nav,.hd-header__cta{display:none}.hd-header__burger{display:flex}}@media (max-width: 400px){.hd-header__wordmark-higgins{font-size:1rem}.hd-header__hmark-img{height:36px}}.hd-footer{border-top:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,transparent 0%,rgba(2,4,10,.5) 100%);padding-top:72px;padding-bottom:56px;margin-top:80px;position:relative}.hd-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:600px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,170,255,.4),rgba(217,164,65,.3),transparent)}.hd-footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.hd-footer__brand{align-self:start;margin-top:-32px;display:flex;flex-direction:column;align-items:center;text-align:center}.hd-footer__logo{display:block;height:200px;width:auto;object-fit:contain;margin-bottom:4px}.hd-footer__tagline{font-size:.9rem;color:var(--hd-muted);line-height:1.6;max-width:280px;margin-bottom:12px}.hd-footer__ownership{font-family:var(--font-mono);font-size:.7rem;color:#9ba8bc99;letter-spacing:.05em}.hd-footer__col-title{margin-bottom:20px;display:block}.hd-footer__links{list-style:none;display:flex;flex-direction:column;gap:10px}.hd-footer__links a{font-size:.875rem;color:var(--hd-muted);transition:color .2s ease;line-height:1.4}.hd-footer__links a:hover{color:var(--hd-white)}.hd-footer__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:360px;padding-top:28px;border-top:1px solid rgba(255,255,255,.05)}.hd-footer__copy{font-size:.8rem;color:#9ba8bc80}.hd-footer__bottom-links{display:flex;gap:24px}.hd-footer__bottom-links a{font-size:.8rem;color:#9ba8bc80;transition:color .2s ease}.hd-footer__bottom-links a:hover{color:var(--hd-muted)}@media (max-width: 900px){.hd-footer__inner{grid-template-columns:1fr 1fr;gap:40px}.hd-footer__brand{grid-column:1 / -1}}@media (max-width: 600px){.hd-footer__inner{grid-template-columns:1fr;gap:32px}.hd-footer__bottom{flex-direction:column;gap:12px;text-align:center}}body:has(.hd-cursor-dot--visible){cursor:none!important}body:has(.hd-cursor-dot--visible) a,body:has(.hd-cursor-dot--visible) button,body:has(.hd-cursor-dot--visible) [role=button],body:has(.hd-cursor-dot--visible) input,body:has(.hd-cursor-dot--visible) textarea,body:has(.hd-cursor-dot--visible) select,body:has(.hd-cursor-dot--visible) label{cursor:none!important}.hd-cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background:#fff;border-radius:50%;pointer-events:none;z-index:99999;opacity:0;transition:opacity .2s ease,width .15s ease,height .15s ease;will-change:transform;mix-blend-mode:difference}.hd-cursor-dot--visible{opacity:1}.hd-cursor-dot--clicking{width:5px;height:5px}.hd-cursor-ring{position:fixed;top:0;left:0;width:36px;height:36px;border:1.5px solid rgba(255,255,255,.4);border-radius:50%;pointer-events:none;z-index:99998;opacity:0;transition:opacity .25s ease,width .2s ease,height .2s ease,border-color .2s ease;will-change:transform}.hd-cursor-ring--visible{opacity:1}.hd-cursor-ring--clicking{width:28px;height:28px;border-color:#ffffffb3}@media (prefers-reduced-motion: reduce){.hd-cursor-dot,.hd-cursor-ring{display:none!important}body{cursor:auto!important}}@media (hover: none) and (pointer: coarse){.hd-cursor-dot,.hd-cursor-ring{display:none!important}body{cursor:auto!important}}.hd-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.hd-bg__base{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#020b18,#010810 40%,#020a14,#01060e)}.hd-bg__inspo{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/brand/background-inspo.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.18;mix-blend-mode:screen}.hd-bg__diag{position:absolute;transform-origin:0 0;pointer-events:none}.hd-bg__diag--blue-1{top:-20%;left:-10%;width:55%;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(20,120,255,.9) 30%,rgba(0,170,255,1) 60%,rgba(100,200,255,.4) 85%,transparent 100%);transform:rotate(32deg);animation:hd-line-pulse-blue 4s ease-in-out infinite alternate;filter:blur(.5px)}.hd-bg__diag--blue-2{top:-10%;left:-15%;width:50%;height:1.5px;background:linear-gradient(90deg,transparent 0%,rgba(0,100,220,.5) 35%,rgba(0,170,255,.7) 65%,transparent 100%);transform:rotate(32deg);animation:hd-line-pulse-blue 4s ease-in-out infinite alternate;animation-delay:-1.5s;filter:blur(.5px)}.hd-bg__diag--blue-3{bottom:5%;left:-5%;width:40%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(0,120,255,.6) 40%,rgba(0,170,255,.4) 75%,transparent 100%);transform:rotate(-18deg);animation:hd-line-pulse-blue 6s ease-in-out infinite alternate;animation-delay:-2s;filter:blur(.5px)}.hd-bg__diag--gold-1{top:8%;right:-8%;width:50%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(200,150,30,.6) 30%,rgba(240,180,60,.85) 60%,rgba(200,150,30,.3) 85%,transparent 100%);transform:rotate(32deg);animation:hd-line-pulse-gold 5s ease-in-out infinite alternate;filter:blur(.4px)}.hd-bg__diag--gold-2{top:15%;right:-12%;width:45%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(180,130,20,.4) 40%,rgba(220,165,50,.6) 65%,transparent 100%);transform:rotate(32deg);animation:hd-line-pulse-gold 5s ease-in-out infinite alternate;animation-delay:-2s;filter:blur(.3px)}.hd-bg__stars{position:absolute;top:0;right:0;bottom:0;left:0}.hd-bg__star{position:absolute;border-radius:50%;background:#fff;animation:hd-star-pulse 3s ease-in-out infinite alternate}.hd-bg__star--1{width:2px;height:2px;top:8%;left:6%;box-shadow:0 0 5px 2px #50beffb3,0 0 10px 5px #008cff33;animation-delay:0s;animation-duration:3.2s}.hd-bg__star--2{width:3px;height:3px;top:18%;left:14%;box-shadow:0 0 6px 3px #00a0ffa6,0 0 12px 6px #008cff33;animation-delay:-1s;animation-duration:2.8s}.hd-bg__star--3{width:2px;height:2px;top:28%;left:8%;box-shadow:0 0 5px 2px #64c8ff80;animation-delay:-2.2s;animation-duration:4.1s}.hd-bg__star--4{width:3px;height:3px;top:6%;left:82%;box-shadow:0 0 6px 3px #0afc,0 0 12px 6px #008cff40;animation-delay:-.5s;animation-duration:3.6s}.hd-bg__star--5{width:2px;height:2px;top:14%;left:91%;box-shadow:0 0 5px 2px #50beff99;animation-delay:-1.8s;animation-duration:2.5s}.hd-bg__star--6{width:4px;height:4px;top:22%;left:76%;box-shadow:0 0 8px 4px #00aaffe6,0 0 16px 8px #0096ff4d;animation-delay:-.3s;animation-duration:3.8s}.hd-bg__star--7{width:2px;height:2px;top:48%;left:5%;box-shadow:0 0 5px 2px #64c8ff80,0 0 10px 5px #008cff26;animation-delay:-2s;animation-duration:2.9s}.hd-bg__star--8{width:3px;height:3px;top:44%;left:94%;box-shadow:0 0 6px 3px #0096ff8c,0 0 12px 6px #0078ff33;animation-delay:-.7s;animation-duration:4.3s}.hd-bg__star--9{width:3px;height:3px;top:38%;left:52%;box-shadow:0 0 6px 3px #00a0ffcc,0 0 12px 6px #008cff4d;animation-delay:-1.2s;animation-duration:3.4s}.hd-bg__star--10{width:2px;height:2px;top:55%;left:62%;box-shadow:0 0 5px 2px #50beff8c;animation-delay:-2.5s;animation-duration:3.1s}.hd-bg__star--11{width:3px;height:3px;top:76%;left:10%;box-shadow:0 0 6px 3px #0096ff99,0 0 12px 6px #0078ff33;animation-delay:-.9s;animation-duration:3.7s}.hd-bg__star--12{width:2px;height:2px;top:88%;left:22%;box-shadow:0 0 5px 2px #64c8ff73;animation-delay:-1.6s;animation-duration:2.6s}.hd-bg__star--13{width:4px;height:4px;top:72%;left:88%;box-shadow:0 0 8px 4px #00aaffd9,0 0 16px 8px #0096ff40;animation-delay:-.4s;animation-duration:4s}.hd-bg__star--14{width:2px;height:2px;top:84%;left:78%;box-shadow:0 0 5px 2px #50beff80;animation-delay:-2.1s;animation-duration:3.3s}.hd-bg__star--15{width:3px;height:3px;top:92%;left:68%;box-shadow:0 0 6px 3px #00a0ff99,0 0 12px 6px #008cff33;animation-delay:-1.4s;animation-duration:2.7s}.hd-bg__constellation{position:absolute;pointer-events:none;overflow:visible}.hd-bg__constellation--tl{top:4%;left:2%;width:200px;height:180px;animation:hd-constellation-pulse 7s ease-in-out infinite alternate}.hd-bg__constellation--br{bottom:4%;right:2%;width:220px;height:190px;animation:hd-constellation-pulse 9s ease-in-out infinite alternate;animation-delay:-3s}.hd-bg__constellation-lines line{animation:hd-constellation-line 6s ease-in-out infinite alternate}.hd-cstar{animation:hd-cstar-pulse 3s ease-in-out infinite alternate;filter:blur(.3px)}.hd-cstar--1{animation-delay:0s;animation-duration:3.2s}.hd-cstar--2{animation-delay:-.8s;animation-duration:2.7s}.hd-cstar--3{animation-delay:-1.4s;animation-duration:3.8s}.hd-cstar--4{animation-delay:-.4s;animation-duration:4.1s}.hd-cstar--5{animation-delay:-2s;animation-duration:3.5s}.hd-cstar--6{animation-delay:-1s;animation-duration:3.6s}.hd-cstar--7{animation-delay:-.2s;animation-duration:2.9s}.hd-cstar--8{animation-delay:-1.7s;animation-duration:4.3s}.hd-cstar--9{animation-delay:-.6s;animation-duration:3.1s}.hd-cstar--10{animation-delay:-2.3s;animation-duration:2.6s}.hd-bg__ambient{position:absolute;border-radius:50%;pointer-events:none}.hd-bg__ambient--top{width:700px;height:400px;top:-180px;left:50%;transform:translate(-50%);background:radial-gradient(ellipse,rgba(0,120,255,.12) 0%,transparent 70%);animation:hd-ambient-pulse 8s ease-in-out infinite alternate;filter:blur(40px)}.hd-bg__ambient--gold{width:500px;height:300px;bottom:10%;right:-80px;background:radial-gradient(ellipse,rgba(200,140,20,.08) 0%,transparent 70%);animation:hd-ambient-pulse 10s ease-in-out infinite alternate;animation-delay:-4s;filter:blur(60px)}.hd-bg__dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px;-webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,.7) 0%,transparent 40%,transparent 70%,rgba(0,0,0,.3) 100%);mask-image:linear-gradient(135deg,rgba(0,0,0,.7) 0%,transparent 40%,transparent 70%,rgba(0,0,0,.3) 100%);opacity:.6}.hd-bg__vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 100% 80% at 50% 50%,transparent 40%,rgba(1,6,14,.55) 100%)}@keyframes hd-line-pulse-blue{0%{opacity:.5;filter:blur(.5px) brightness(.8)}50%{opacity:1;filter:blur(0px) brightness(1.3)}to{opacity:.65;filter:blur(.5px) brightness(1)}}@keyframes hd-line-pulse-gold{0%{opacity:.4;filter:blur(.4px) brightness(.8)}50%{opacity:.9;filter:blur(0px) brightness(1.4)}to{opacity:.55;filter:blur(.4px) brightness(1)}}@keyframes hd-star-pulse{0%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.4)}to{opacity:.55;transform:scale(1)}}@keyframes hd-ambient-pulse{0%{opacity:.6}to{opacity:1}}@keyframes hd-constellation-pulse{0%{opacity:.6}to{opacity:1}}@keyframes hd-constellation-line{0%{opacity:.4}to{opacity:1}}@keyframes hd-cstar-pulse{0%{opacity:.4;r:.7}50%{opacity:1}to{opacity:.6}}.hd-bg--hero .hd-bg__ambient--top{opacity:1.3;width:900px}.hd-bg--hero .hd-bg__inspo{opacity:.24}@media (prefers-reduced-motion: reduce){.hd-bg__diag,.hd-bg__star,.hd-bg__ambient,.hd-bg__constellation,.hd-cstar{animation:none!important}}.hd-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:8px;font-family:var(--font-body);font-weight:600;text-decoration:none;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;white-space:nowrap;letter-spacing:-.01em}.hd-btn--md{padding:12px 24px;font-size:.925rem}.hd-btn--lg{padding:15px 32px;font-size:1rem}.hd-btn--sm{padding:8px 18px;font-size:.85rem}.hd-btn--primary{background:linear-gradient(135deg,#0677ff,#0af);color:#fff;box-shadow:0 0 20px #00aaff40,inset 0 1px #ffffff26}.hd-btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 32px #00aaff73,0 8px 24px #0677ff4d,inset 0 1px #fff3;background:linear-gradient(135deg,#1485ff,#18b8ff)}.hd-btn--primary:active:not(:disabled){transform:translateY(0)}.hd-btn--secondary{background:#ffffff0d;color:var(--hd-white);border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hd-btn--secondary:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 16px #0003}.hd-btn--gold{background:transparent;color:var(--hd-soft-gold);border:1px solid rgba(217,164,65,.5)}.hd-btn--gold:hover:not(:disabled){background:#d9a4411a;border-color:var(--hd-gold);transform:translateY(-2px);box-shadow:0 0 20px #d9a44133}.hd-btn--ghost{background:transparent;color:var(--hd-muted);border:1px solid transparent;padding-left:0;padding-right:0}.hd-btn--ghost:hover:not(:disabled){color:var(--hd-white)}.hd-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.hd-btn--loading{cursor:wait}.hd-btn__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:hd-spin .7s linear infinite;flex-shrink:0}.hd-btn__text--loading{opacity:.7}@keyframes hd-spin{to{transform:rotate(360deg)}}.glass-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:28px;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none}.glass-card--hover{transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease;cursor:default}.glass-card--hover:hover{transform:translateY(-4px);border-color:#00aaff40;box-shadow:0 16px 40px #0006,0 0 0 1px #00aaff1a}.glass-card--glow{box-shadow:0 0 40px #00aaff14}.glass-card--accent-blue:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,170,255,.6),transparent)}.glass-card--accent-gold:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(217,164,65,.6),transparent)}.glass-card--accent-featured{border-color:#00aaff4d;box-shadow:0 0 40px #00aaff14,inset 0 0 40px #00aaff08}.glass-card--accent-featured:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,170,255,.8),rgba(217,164,65,.5),transparent);animation:hd-shimmer-line 3s ease-in-out infinite}@keyframes hd-shimmer-line{0%,to{opacity:.6}50%{opacity:1}}.section-header{margin-bottom:56px}.section-header--center{text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.section-header--left{text-align:left}.section-header__badge{display:inline-block;margin-bottom:16px;padding:4px 12px;background:#00aaff14;border:1px solid rgba(0,170,255,.2);border-radius:100px}.section-header__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.75rem);font-weight:700;color:var(--hd-white);line-height:1.15;letter-spacing:-.03em;margin-bottom:20px}.section-header__subtitle{font-size:1.05rem;color:var(--hd-muted);line-height:1.7;max-width:620px}.section-header--center .section-header__subtitle{margin:0 auto}.home-page{min-height:100vh}.home-hero{padding-top:140px;padding-bottom:80px;position:relative}.home-hero__inner{display:flex;align-items:center;gap:60px}.home-hero__content{flex:1;min-width:0;max-width:680px}.home-hero__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:22px}.home-hero__eyebrow-line{flex:1;max-width:60px;height:1px;background:linear-gradient(90deg,rgba(0,170,255,.6),transparent)}.home-hero__headline{font-family:var(--font-display);font-size:clamp(2.4rem,5.5vw,4.2rem);font-weight:800;line-height:1.08;letter-spacing:-.04em;color:var(--hd-white);margin-bottom:24px}.home-hero__sub{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--hd-muted);line-height:1.75;max-width:580px;margin-bottom:36px}.home-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:14px}.home-hero__trust-line{font-size:.78rem;font-family:var(--font-mono);color:#9ba8bc80;letter-spacing:.04em;margin-bottom:28px}.home-hero__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.home-hero__pill{display:inline-flex;align-items:center;gap:7px;padding:5px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.78rem;color:var(--hd-muted);font-family:var(--font-mono)}.home-hero__pill-check{color:var(--hd-electric-blue);font-size:.7rem}.home-hero__logomark{flex-shrink:0;width:320px;height:320px;position:relative;display:flex;align-items:center;justify-content:center}.home-hero__logomark-glow{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse at center,rgba(0,170,255,.12) 0%,rgba(217,164,65,.06) 45%,transparent 70%);border-radius:50%;pointer-events:none}.home-hero__logomark-img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 0 24px rgba(0,170,255,.18))}.home-hero__quicklinks{margin-top:160px}.home-hero__ql-links{display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap}.home-hero__ql{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;background:linear-gradient(135deg,#b8821f,#d9a441);border-radius:8px;color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #d9a4414d,inset 0 1px #ffffff26}.home-hero__ql:hover{background:linear-gradient(135deg,#c98f28,#e8b54e);color:#fff;transform:translateY(-2px);box-shadow:0 0 32px #d9a44180,0 8px 24px #b9821e59,inset 0 1px #fff3}.home-hero__ql:active{transform:translateY(0)}.home-hero__ql-arrow{display:inline-block;transition:transform .2s ease}.home-hero__ql:hover .home-hero__ql-arrow{transform:translate(4px)}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-service-card{display:flex;flex-direction:column;gap:12px}.home-service-card__icon{font-size:1.4rem;color:var(--hd-electric-blue);line-height:1}.home-service-card__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--hd-white)}.home-service-card__desc{font-size:.875rem;color:var(--hd-muted);line-height:1.6;flex:1}.home-service-card__link{font-size:.8rem;color:var(--hd-electric-blue);font-weight:500;transition:opacity .2s;margin-top:auto}.home-service-card__link:hover{opacity:.7}.home-pricing-section{background:linear-gradient(180deg,transparent,rgba(217,164,65,.025),transparent)}.home-pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home-pricing-card{display:flex;flex-direction:column;gap:8px;padding:24px 20px;background:var(--hd-card);border:1px solid var(--hd-border);border-radius:14px;transition:border-color .25s ease,transform .2s ease,background .25s ease;cursor:pointer}.home-pricing-card:hover{border-color:#00aaff4d;background:#050d1be6;transform:translateY(-3px)}.home-pricing-card__value{font-family:var(--font-display);font-size:1.45rem;font-weight:800;color:var(--hd-white);letter-spacing:-.02em;line-height:1;margin-top:4px}.home-pricing-card__sub{font-size:.8rem;color:var(--hd-muted)}.home-pricing-cta{text-align:center;margin-top:32px}.home-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.home-project-card{padding:0;overflow:hidden}.home-project-card__image{width:100%;height:220px;overflow:hidden}.home-project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-project-card:hover .home-project-card__image img{transform:scale(1.03)}.home-project-card__body{padding:24px}.home-project-card__title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--hd-white);margin:8px 0}.home-project-card__tagline{font-size:.875rem;color:var(--hd-muted);line-height:1.6;margin-bottom:16px}.home-project-card__link{font-size:.85rem;font-weight:600;color:var(--hd-electric-blue);transition:opacity .2s}.home-project-card__link:hover{opacity:.7}.home-project-card__image--placeholder{display:flex;align-items:center;justify-content:center;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06)}.home-project-card__coming-soon{font-family:var(--font-mono);font-size:.72rem;color:#9ba8bc73;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:20px;line-height:1.8}.home-ownership{background:linear-gradient(180deg,transparent,rgba(6,119,255,.03),transparent)}.home-ownership-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-ownership-card{display:flex;flex-direction:column;gap:10px}.home-ownership-card__check{width:28px;height:28px;background:#00aaff1a;border:1px solid rgba(0,170,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--hd-electric-blue);font-weight:700}.home-ownership-card__title{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--hd-white)}.home-ownership-card__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6}.home-scorecard-banner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:44px 48px;background:linear-gradient(135deg,#0677ff14,#d9a4410f);border:1px solid rgba(0,170,255,.18);border-radius:20px;position:relative;overflow:hidden}.home-scorecard-banner:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,170,255,.5),rgba(217,164,65,.4),transparent)}.home-scorecard-banner__text{flex:1;min-width:0}.home-scorecard-banner__title{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:var(--hd-white);letter-spacing:-.02em;line-height:1.2;margin:10px 0 12px}.home-scorecard-banner__sub{font-size:.9rem;color:var(--hd-muted);line-height:1.7;max-width:520px}.home-scorecard-banner__action{flex-shrink:0;text-align:center}.home-scorecard-banner__note{font-size:.75rem;font-family:var(--font-mono);color:#9ba8bc80;margin-top:10px;letter-spacing:.03em}.home-process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-process-step{padding:24px;background:var(--hd-card);border:1px solid var(--hd-border);border-radius:12px;position:relative}.home-process-step__num{margin-bottom:14px;color:var(--hd-gold)}.home-process-step__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--hd-white);margin-bottom:8px}.home-process-step__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6}.home-final-cta{text-align:center}.home-final-cta__inner{max-width:680px;margin:0 auto}.home-final-cta__logo{height:96px;width:auto;object-fit:contain;margin-bottom:8px;opacity:.9}.home-final-cta__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;color:var(--hd-white);line-height:1.15;margin:0 0 20px}.home-final-cta__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7;margin-bottom:36px}.home-final-cta__buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media (max-width: 1100px){.home-pricing-grid,.home-ownership-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.home-hero__inner{gap:40px}.home-hero__logomark{width:240px;height:240px}.home-services-grid,.home-process-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 860px){.home-hero__inner{flex-direction:column-reverse;gap:32px}.home-hero__logomark{width:180px;height:180px}.home-hero__content{max-width:100%}.home-scorecard-banner{flex-direction:column;text-align:center;padding:36px 28px}.home-scorecard-banner__sub{max-width:100%}}@media (max-width: 768px){.home-projects-grid{grid-template-columns:1fr}}@media (max-width: 640px){.home-hero{padding-top:110px;padding-bottom:60px}.home-hero__logomark{width:140px;height:140px}.home-services-grid,.home-pricing-grid,.home-ownership-grid,.home-process-strip{grid-template-columns:1fr}.home-hero__ctas{flex-direction:column}.home-hero__ql-links{gap:20px}.home-hero__ql{font-size:.82rem}}.hd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#02040aeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:24px;animation:hd-modal-in .18s ease}@keyframes hd-modal-in{0%{opacity:0}to{opacity:1}}.hd-modal-box{display:flex;flex-direction:column;max-width:92vw;max-height:90vh;width:100%;background:#050d1bf5;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;box-shadow:0 32px 80px #000000b3,0 0 0 1px #00aaff14}.hd-modal-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;background:#ffffff05}.hd-modal-caption{color:var(--hd-muted);font-size:.72rem;letter-spacing:.08em;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-modal-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.hd-modal-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:32px;padding:0 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:var(--hd-muted);font-size:1rem;font-family:var(--font-mono);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.hd-modal-btn:hover{background:#00aaff1a;border-color:#00aaff4d;color:var(--hd-white)}.hd-modal-btn--reset{font-size:.72rem;letter-spacing:.04em;min-width:52px}.hd-modal-btn--close{background:#ffffff0a;margin-left:4px}.hd-modal-btn--close:hover{background:#ff3c3c26;border-color:#ff3c3c59;color:#ff6060}.hd-modal-image-wrap{overflow:auto;flex:1;display:flex;align-items:flex-start;justify-content:center;padding:24px;cursor:zoom-in}.hd-modal-image{display:block;max-width:100%;height:auto;transform-origin:top center;transition:transform .2s ease;border-radius:8px;-webkit-user-select:none;user-select:none}@media (max-width: 600px){.hd-modal-overlay{padding:12px}.hd-modal-toolbar{flex-direction:column;align-items:flex-start;gap:10px}.hd-modal-controls{align-self:flex-end}}.work-page{padding-top:80px}.work-hero{padding-bottom:40px}.work-hero__content{max-width:680px}.work-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.work-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7}.work-project{padding:56px 0;border-bottom:1px solid rgba(255,255,255,.07)}.work-project:last-of-type{border-bottom:none}.work-project__meta{display:flex;align-items:center;gap:20px;margin-bottom:24px}.work-project__logo{height:28px;width:auto;object-fit:contain;opacity:.8}.work-project__layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.work-project__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--hd-white);letter-spacing:-.03em;margin-bottom:12px}.work-project__tagline{font-size:1rem;color:var(--hd-muted);line-height:1.65;margin-bottom:28px}.work-project__section{margin-bottom:24px}.work-project__section p{font-size:.9rem;color:var(--hd-muted);line-height:1.65;margin-top:8px}.work-project__section-label{margin-bottom:4px;color:#9ba8bcb3}.work-project__improved{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:10px}.work-project__improved li{font-size:.875rem;color:var(--hd-muted);padding-left:18px;position:relative;line-height:1.5}.work-project__improved li:before{content:"✓";position:absolute;left:0;color:var(--hd-electric-blue);font-size:.72rem}.work-project__link{display:inline-flex;font-size:.9rem;font-weight:600;color:var(--hd-electric-blue);transition:opacity .2s;margin-top:8px}.work-project__link:hover{opacity:.7}.work-project__visuals{display:flex;flex-direction:column;gap:16px}.work-project__showcase{border-radius:12px;overflow:hidden;border:1px solid var(--hd-border)}.work-project__showcase img{width:100%;height:auto;display:block}.work-project__before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px}.work-project__before,.work-project__after,.work-project__comparison-block{display:flex;flex-direction:column;gap:8px}.work-project__ba-label{display:block;font-size:.68rem;letter-spacing:.07em}.work-project__ba-label--before{color:#9ba8bca6}.work-project__ba-label--after{color:#00aaffbf}.work-project__img-btn{position:relative;display:block;width:100%;background:none;border:none;padding:0;cursor:zoom-in;border-radius:8px;overflow:hidden;border:1px solid var(--hd-border);transition:border-color .2s ease}.work-project__img-btn:hover{border-color:#0af6}.work-project__img-btn img{width:100%;height:auto;display:block;transition:transform .3s ease,filter .3s ease}.work-project__img-btn:hover img{transform:scale(1.02);filter:brightness(1.05)}.work-project__zoom-hint{position:absolute;bottom:0;left:0;right:0;padding:8px 10px 6px;background:linear-gradient(to top,rgba(2,4,10,.85),transparent);font-family:var(--font-mono);font-size:.65rem;letter-spacing:.06em;color:#ffffff8c;text-align:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.work-project__img-btn:hover .work-project__zoom-hint{opacity:1}.work-project__before img,.work-project__after img{border-radius:8px;border:1px solid var(--hd-border);width:100%;height:auto}.work-project__gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.work-project__gallery-img{border-radius:10px;overflow:hidden;border:1px solid var(--hd-border)}.work-project__gallery-img img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.work-project__gallery-img:hover img{transform:scale(1.02)}.ba-dropdown{border:1px solid rgba(255,255,255,.09);border-radius:12px;overflow:hidden}.ba-dropdown__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#ffffff08;border:none;cursor:pointer;font-family:var(--font-mono);font-size:.78rem;font-weight:500;color:var(--hd-muted);letter-spacing:.06em;text-transform:uppercase;transition:background .2s ease,color .2s ease}.ba-dropdown__trigger:hover{background:#00aaff0f;color:var(--hd-white)}.ba-dropdown__chevron{font-size:.65rem;transition:transform .25s ease;opacity:.6}.ba-dropdown__chevron--open{transform:rotate(180deg)}.ba-dropdown__content{padding:16px;background:#03081499;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px;animation:ba-slide-down .2s ease}@keyframes ba-slide-down{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ba-dropdown__header{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:2px}.ba-dropdown__col-label{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;text-align:center}.ba-dropdown__col-label--before{color:#9ba8bc8c}.ba-dropdown__col-label--after{color:#0af9}.ba-dropdown__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ba-dropdown__bubble{display:flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:8px;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;text-align:center;line-height:1.3;cursor:pointer;border:1px solid;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.ba-dropdown__bubble:hover{transform:translateY(-2px)}.ba-dropdown__bubble--before{background:#9ba8bc0f;border-color:#9ba8bc33;color:var(--hd-muted)}.ba-dropdown__bubble--before:hover{background:#9ba8bc1f;border-color:#9ba8bc59;color:var(--hd-white)}.ba-dropdown__bubble--after{background:#00aaff12;border-color:#00aaff40;color:#00aaffd9}.ba-dropdown__bubble--after:hover{background:#00aaff21;border-color:#00aaff73;color:var(--hd-electric-blue)}.work-cta{text-align:center;padding:64px 0 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.work-cta__title{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--hd-white);letter-spacing:-.03em}.work-cta__sub{font-size:.95rem;line-height:1.6}.work-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width: 900px){.work-project__layout{grid-template-columns:1fr;gap:32px}}.services-page{padding-top:80px}.services-hero{padding-bottom:40px}.services-hero__content{max-width:720px}.services-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.services-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7;max-width:600px;margin-bottom:32px}.services-hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{display:flex;flex-direction:column;gap:12px}.service-card__icon{font-size:1.3rem;color:var(--hd-electric-blue)}.service-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--hd-white)}.service-card__desc{font-size:.875rem;color:var(--hd-muted);line-height:1.6;flex:1}.service-card__details{list-style:none;display:flex;flex-direction:column;gap:6px}.service-card__details li{font-size:.8rem;color:#9ba8bccc;padding-left:14px;position:relative}.service-card__details li:before{content:"·";position:absolute;left:0;color:var(--hd-electric-blue)}.service-card__link{font-size:.82rem;font-weight:600;color:var(--hd-electric-blue);transition:opacity .2s;margin-top:auto}.service-card__link:hover{opacity:.7}.services-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.services-diff-card{display:flex;flex-direction:column;gap:10px}.services-diff-card__title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--hd-white)}.services-diff-card__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6}.services-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;max-width:600px;margin:0 auto}.services-cta__title{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--hd-white);letter-spacing:-.03em}.services-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width: 1024px){.services-grid,.services-diff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.services-grid,.services-diff-grid{grid-template-columns:1fr}.services-hero__ctas{flex-direction:column}}.pricing-page{padding-top:80px}.pricing-hero{text-align:center}.pricing-hero__content{max-width:820px;margin:0 auto}.pricing-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;color:var(--hd-white);margin:16px 0 24px}.pricing-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7;margin-bottom:40px}.pricing-hero__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pricing-hero__highlight{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;gap:8px}.pricing-hero__highlight-label{display:block}.pricing-hero__highlight-value{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--hd-white);white-space:pre-line}.pricing-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing-path-card{display:flex;flex-direction:column;gap:16px}.pricing-path-card__title{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--hd-white)}.pricing-path-card__subtitle{font-size:.875rem;line-height:1.6}.pricing-path-card__list{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1}.pricing-path-card__list li{font-size:.875rem;color:var(--hd-muted);display:flex;gap:8px;line-height:1.5}.pricing-path-card__cta{font-size:.85rem;font-weight:600;color:var(--hd-electric-blue);transition:opacity .2s;margin-top:auto}.pricing-path-card__cta:hover{opacity:.7}.pricing-grid{display:grid;gap:20px}.pricing-grid--3{grid-template-columns:repeat(3,1fr)}.pricing-grid--4{grid-template-columns:repeat(4,1fr)}.pricing-card-wrapper{display:flex;flex-direction:column;height:100%}.pricing-card__badge-slot{height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:10px}.pricing-card__badge{display:inline-flex;padding:5px 14px;background:linear-gradient(135deg,#00aaff26,#d9a4411a);border:1px solid rgba(217,164,65,.4);border-radius:100px;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;color:var(--hd-soft-gold)}.pricing-card{display:flex;flex-direction:column;gap:12px;position:relative;flex:1}.pricing-card--recommended{border-color:#00aaff59}.pricing-card__category{display:block}.pricing-card__name{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--hd-white)}.pricing-card__price{font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--hd-white);letter-spacing:-.02em}.pricing-card__subtitle{font-size:.8rem;color:var(--hd-muted);margin-top:-8px}.pricing-card__desc{font-size:.875rem;color:var(--hd-muted);line-height:1.6}.pricing-card__list{list-style:none;display:flex;flex-direction:column;gap:8px;flex:1}.pricing-card__list li{display:flex;align-items:flex-start;gap:8px;font-size:.835rem;color:var(--hd-muted);line-height:1.5}.pricing-card__check{color:var(--hd-electric-blue);font-size:.75rem;flex-shrink:0;margin-top:2px}.pricing-card__note{font-size:.78rem;color:#9ba8bcb3;line-height:1.5;padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.pricing-card__actions{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:8px}.pricing-mod-card{display:flex;flex-direction:column;gap:10px}.pricing-mod-card__label{width:32px;height:32px;border-radius:50%;background:#00aaff1a;border:1px solid rgba(0,170,255,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.85rem;font-weight:700;color:var(--hd-electric-blue)}.pricing-mod-card__turnaround{display:block}.pricing-mod-card__name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--hd-white)}.pricing-mod-card__price{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--hd-white)}.pricing-mod-card__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6}.pricing-managed-note{display:flex;gap:16px;align-items:flex-start;padding:20px 24px;background:#d9a4410f;border:1px solid rgba(217,164,65,.2);border-radius:12px;margin-bottom:40px;font-size:.875rem;color:var(--hd-muted);line-height:1.6}.pricing-managed-note strong{color:var(--hd-soft-gold);display:block;margin-bottom:6px}.pricing-managed-note__icon{width:28px;height:28px;background:#d9a44126;border:1px solid rgba(217,164,65,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--hd-gold);flex-shrink:0}.pricing-comparison-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;border:1px solid var(--hd-border)}.pricing-comparison-table{width:100%;min-width:600px;border-collapse:collapse}.pricing-comparison-table th,.pricing-comparison-table td{padding:16px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:top;line-height:1.5}.pricing-comparison-table th{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--hd-white);background:#ffffff05}.pricing-comparison-table__hd-col{background:#00aaff0f!important;color:var(--hd-electric-blue)!important}.pricing-comparison-table__metric{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--hd-white);letter-spacing:.04em;white-space:nowrap;background:#ffffff05}.pricing-comparison-table__agency{font-size:.875rem;color:var(--hd-muted)}.pricing-comparison-table__hd{font-size:.875rem;color:var(--hd-white);font-weight:500;background:#00aaff0a}.pricing-ownership{max-width:700px;margin:0 auto;text-align:center}.pricing-ownership__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin:16px 0 24px}.pricing-ownership__body{font-size:1rem;color:var(--hd-muted);line-height:1.75;margin-bottom:20px}.pricing-ownership__note{font-size:.875rem;line-height:1.6;padding:16px 20px;background:#ffffff08;border:1px solid var(--hd-border);border-radius:10px}.pricing-final-cta{text-align:center;max-width:680px;margin:0 auto}.pricing-final-cta__title{font-family:var(--font-display);font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--hd-white);margin-bottom:16px}.pricing-final-cta__sub{font-size:1rem;line-height:1.7;margin-bottom:32px}.pricing-final-cta__buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:20px}.pricing-final-cta__trust{color:#9ba8bc80}@media (max-width: 1100px){.pricing-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.pricing-hero__highlights{grid-template-columns:repeat(2,1fr)}.pricing-paths,.pricing-grid--3,.pricing-grid--4{grid-template-columns:1fr}}@media (max-width: 640px){.pricing-hero__highlights{grid-template-columns:1fr 1fr}.pricing-final-cta__buttons{flex-direction:column;align-items:center}}.contact-page{padding-top:80px}.contact-hero{padding-bottom:40px}.contact-hero__content{max-width:640px}.contact-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.contact-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.contact-form-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:16px;padding:32px}.contact-form-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--hd-white);margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form__group{display:flex;flex-direction:column;gap:8px}.contact-form__group label{font-size:.82rem;color:var(--hd-muted);font-weight:500}.contact-form__group input,.contact-form__group textarea{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 14px;color:var(--hd-white);font-size:.9rem;outline:none;transition:border-color .2s;resize:vertical}.contact-form__group input:focus,.contact-form__group textarea:focus{border-color:#00aaff73;background:#00aaff0a}.contact-form__group input::placeholder,.contact-form__group textarea::placeholder{color:#9ba8bc66}.contact-form__error{font-size:.85rem;color:#ff6b6b;background:#ff6b6b14;border:1px solid rgba(255,107,107,.2);padding:8px 12px;border-radius:8px}.contact-submit{width:100%;justify-content:center}.contact-success{background:var(--hd-card);border:1px solid rgba(0,170,255,.25);border-radius:16px;padding:48px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.contact-success__icon{width:52px;height:52px;background:#00aaff1a;border:2px solid rgba(0,170,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--hd-electric-blue)}.contact-success h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--hd-white)}.contact-success p{font-size:.9rem;color:var(--hd-muted)}.contact-info-col{display:flex;flex-direction:column;gap:20px}.contact-info-card{display:flex;flex-direction:column;gap:16px}.contact-info-card__title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--hd-white)}.contact-info-card__sub{font-size:.875rem;line-height:1.6}.contact-info-links{display:flex;flex-direction:column;gap:12px}.contact-info-link{display:flex;align-items:flex-start;gap:14px;padding:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;transition:border-color .2s}.contact-info-link:hover{border-color:#0af3}.contact-info-link__icon{font-size:1.1rem;color:var(--hd-electric-blue);padding-top:2px}.contact-info-link__label{display:block;margin-bottom:2px;font-size:.68rem}.contact-info-link__value{font-size:.9rem;color:var(--hd-white);font-weight:500}.contact-next-steps{padding:20px;background:var(--hd-card);border:1px solid var(--hd-border);border-radius:12px}.contact-next-steps__title{margin-bottom:16px;color:#9ba8bcb3}.contact-next-steps__list{list-style:none;display:flex;flex-direction:column;gap:12px}.contact-next-steps__list li{display:flex;align-items:flex-start;gap:14px;font-size:.875rem;color:var(--hd-muted);line-height:1.5}.contact-next-steps__num{width:22px;height:22px;background:#00aaff1a;border:1px solid rgba(0,170,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.7rem;color:var(--hd-electric-blue);flex-shrink:0}@media (max-width: 900px){.contact-layout{grid-template-columns:1fr}}.start-project-page{min-height:100vh;padding-top:120px;padding-bottom:80px}.start-project-header{max-width:600px;margin:0 auto 48px;text-align:center}.start-project__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);margin:12px 0 16px}.start-project__sub{font-size:1rem;color:var(--hd-muted);line-height:1.7}.start-project-card{max-width:680px;margin:0 auto;background:var(--hd-card);border:1px solid var(--hd-border);border-radius:20px;padding:40px;overflow:hidden;position:relative}.start-project__progress{height:3px;background:#ffffff14;border-radius:2px;margin-bottom:24px;overflow:hidden}.start-project__progress-bar{height:100%;background:linear-gradient(90deg,#0677ff,#0af);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1)}.start-project__step-count{color:#9ba8bc99;margin-bottom:28px}.start-project__step{min-height:280px;display:flex;flex-direction:column}.start-project__step-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--hd-white);letter-spacing:-.02em;margin-bottom:8px}.start-project__step-sub{font-size:.9rem;color:var(--hd-muted);line-height:1.6;margin-bottom:28px}.start-project__options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;flex:1}.start-project__option{padding:14px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--hd-muted);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease;font-family:var(--font-body)}.start-project__option:hover{background:#00aaff12;border-color:#00aaff40;color:var(--hd-white)}.start-project__option--selected{background:#00aaff1f;border-color:#00aaff80;color:var(--hd-white);box-shadow:0 0 0 1px #00aaff4d}.start-project__nav{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.start-project__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:4px}.start-project__form-group{display:flex;flex-direction:column;gap:8px}.start-project__form-group--full{grid-column:1 / -1}.start-project__form-group label{font-size:.82rem;color:var(--hd-muted);font-weight:500}.start-project__form-group input,.start-project__form-group textarea{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 14px;color:var(--hd-white);font-size:.9rem;transition:border-color .2s;outline:none;resize:vertical}.start-project__form-group input:focus,.start-project__form-group textarea:focus{border-color:#00aaff73;background:#00aaff0a}.start-project__form-group input::placeholder,.start-project__form-group textarea::placeholder{color:#9ba8bc66}.start-project__error{font-size:.85rem;color:#ff6b6b;background:#ff6b6b14;border:1px solid rgba(255,107,107,.2);padding:10px 14px;border-radius:8px}.start-project-success{max-width:480px;margin:120px auto 80px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.start-project-success__icon{width:64px;height:64px;background:#00aaff1a;border:2px solid rgba(0,170,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--hd-electric-blue)}.start-project-success h2{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--hd-white)}.start-project-success p{font-size:1rem;color:var(--hd-muted);line-height:1.6}@media (max-width: 640px){.start-project-card{padding:28px 20px}.start-project__options,.start-project__form-grid{grid-template-columns:1fr}.start-project__form-group--full{grid-column:1}}.scorecard-page{padding-top:80px}.scorecard-hero{text-align:center;padding-bottom:0}.scorecard-hero__content{max-width:640px;margin:0 auto}.scorecard-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.scorecard-hero__sub{font-size:1rem;color:var(--hd-muted);line-height:1.7}.scorecard-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.scorecard-form-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:16px;padding:32px}.scorecard-form-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--hd-white);margin-bottom:24px;line-height:1.4}.scorecard-form{display:flex;flex-direction:column;gap:16px}.scorecard-form__group{display:flex;flex-direction:column;gap:8px}.scorecard-form__group label{font-size:.82rem;color:var(--hd-muted);font-weight:500}.scorecard-form__group input,.scorecard-form__group select{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 14px;color:var(--hd-white);font-size:.9rem;transition:border-color .2s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.scorecard-form__group input:focus,.scorecard-form__group select:focus{border-color:#00aaff73;background:#00aaff0a}.scorecard-form__group input::placeholder{color:#9ba8bc66}.scorecard-form__group select option{background:var(--hd-navy-900)}.scorecard-form__error{font-size:.85rem;color:#ff6b6b;background:#ff6b6b14;border:1px solid rgba(255,107,107,.2);padding:8px 12px;border-radius:8px}.scorecard-submit{width:100%;justify-content:center}.scorecard-form__trust{font-family:var(--font-mono);font-size:.72rem;color:#9ba8bc80;text-align:center;letter-spacing:.05em}.scorecard-categories__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--hd-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}.scorecard-categories{display:flex;flex-direction:column;gap:10px}.scorecard-category{display:flex;align-items:flex-start;gap:14px;padding:16px 20px}.scorecard-category__icon{font-size:1.2rem;flex-shrink:0;line-height:1;margin-top:2px}.scorecard-category__title{font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--hd-white);margin-bottom:4px}.scorecard-category__desc{font-size:.8rem;color:var(--hd-muted);line-height:1.5}.scorecard-success{background:var(--hd-card);border:1px solid rgba(0,170,255,.25);border-radius:16px;padding:48px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.scorecard-success__icon{width:56px;height:56px;background:#00aaff1a;border:2px solid rgba(0,170,255,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--hd-electric-blue)}.scorecard-success h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--hd-white)}.scorecard-success p{font-size:.9rem;color:var(--hd-muted)}@media (max-width: 900px){.scorecard-layout{grid-template-columns:1fr}}.how-page{padding-top:80px}.how-hero{text-align:center;padding-bottom:40px}.how-hero__content{max-width:700px;margin:0 auto}.how-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.how-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7}.how-steps{max-width:780px;margin:0 auto;position:relative}.how-step{display:grid;grid-template-columns:80px 1fr;gap:32px;align-items:start;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.06);position:relative}.how-step:last-child{border-bottom:none}.how-step__num{display:flex;flex-direction:column;align-items:center;padding-top:4px}.how-step__num .mono-label{font-size:1rem;font-weight:700;color:var(--hd-gold);font-size:1.1rem}.how-step__body{display:flex;flex-direction:column;gap:12px}.how-step__title{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--hd-white);letter-spacing:-.02em}.how-step__desc{font-size:.975rem;color:var(--hd-muted);line-height:1.65}.how-step__details{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.how-step__details li{font-size:.85rem;color:#9ba8bccc;padding-left:16px;position:relative;line-height:1.5}.how-step__details li:before{content:"→";position:absolute;left:0;color:var(--hd-electric-blue);font-size:.75rem}.how-cta{max-width:560px;margin:64px auto 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.how-cta__title{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--hd-white);letter-spacing:-.03em}.how-cta__sub{font-size:.95rem;line-height:1.6}.how-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width: 640px){.how-step{grid-template-columns:1fr;gap:12px}.how-step__details{grid-template-columns:1fr}}.contractor-page{padding-top:80px}.contractor-hero{padding-bottom:40px}.contractor-hero__content{max-width:720px}.contractor-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.2rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white);line-height:1.1;margin:14px 0 18px}.contractor-hero__sub{font-size:1.05rem;color:var(--hd-muted);line-height:1.7;max-width:600px;margin-bottom:32px}.contractor-hero__ctas{display:flex;gap:14px;flex-wrap:wrap}.contractor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contractor-problem-card,.contractor-need-card{display:flex;flex-direction:column;gap:10px}.contractor-problem-card__icon,.contractor-need-card__icon{font-size:1.2rem}.contractor-problem-card__title,.contractor-need-card__title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--hd-white)}.contractor-problem-card__desc,.contractor-need-card__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6}.contractor-proof{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.contractor-proof__title{font-family:var(--font-display);font-size:1.4rem;font-weight:800;color:var(--hd-white);margin-bottom:12px}.contractor-proof__tagline{font-size:.95rem;color:var(--hd-muted);line-height:1.65;margin-bottom:24px}.contractor-proof__results{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.contractor-proof__result{padding:16px;background:var(--hd-card);border:1px solid var(--hd-border);border-radius:10px}.contractor-proof__result .mono-label{display:block;margin-bottom:8px}.contractor-proof__result p{font-size:.875rem;color:var(--hd-muted);line-height:1.6}.contractor-proof__link{font-size:.9rem;font-weight:600;color:var(--hd-electric-blue);transition:opacity .2s}.contractor-proof__link:hover{opacity:.7}.contractor-proof__before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contractor-ba__col{display:flex;flex-direction:column;gap:8px}.contractor-ba__label{display:block;color:#9ba8bc99}.contractor-ba__img{border-radius:10px;border:1px solid var(--hd-border);width:100%;height:auto}.contractor-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contractor-package{display:flex;flex-direction:column;gap:12px}.contractor-package--recommended{border-color:#00aaff4d}.contractor-package__badge{display:inline-flex;align-self:flex-start;padding:3px 10px;background:#d9a4411a;border:1px solid rgba(217,164,65,.3);border-radius:100px;font-family:var(--font-mono);font-size:.65rem;color:var(--hd-soft-gold);letter-spacing:.08em}.contractor-package__name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--hd-white)}.contractor-package__price{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--hd-white)}.contractor-package__desc{font-size:.875rem;color:var(--hd-muted);line-height:1.6;flex:1}.contractor-package__list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.contractor-package__list li{display:flex;align-items:flex-start;gap:8px;font-size:.835rem;color:var(--hd-muted);line-height:1.5}.contractor-package__list li span{color:var(--hd-electric-blue);font-size:.75rem;flex-shrink:0;margin-top:2px}.contractor-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:600px;margin:0 auto}.contractor-cta__title{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--hd-white);letter-spacing:-.03em}.contractor-cta__sub{font-size:.95rem;line-height:1.6}.contractor-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}@media (max-width: 1024px){.contractor-grid{grid-template-columns:repeat(2,1fr)}.contractor-packages{grid-template-columns:1fr}}@media (max-width: 768px){.contractor-proof{grid-template-columns:1fr;gap:32px}.contractor-grid{grid-template-columns:1fr}}@media (max-width: 640px){.contractor-hero__ctas{flex-direction:column}.contractor-proof__before-after{grid-template-columns:1fr}}.payments-page{padding-top:80px}.payments-hero{text-align:center}.payments-hero__content{max-width:700px;margin:0 auto}.payments-canceled{padding:14px 20px;background:#d9a44114;border:1px solid rgba(217,164,65,.3);border-radius:10px;font-size:.9rem;color:var(--hd-soft-gold);margin-bottom:24px;text-align:center}.payments-hero__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;color:var(--hd-white);line-height:1.1;margin:16px 0 20px}.payments-hero__sub{font-size:1rem;color:var(--hd-muted);line-height:1.7;margin-bottom:28px}.payments-trust-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.82rem;color:var(--hd-muted)}.payments-trust-icon{font-size:1rem}.payments-sections-list{display:flex;flex-direction:column;gap:56px;margin-bottom:56px}.payments-section__title{font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--hd-white);margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.payments-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.payment-card{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:10px;position:relative;transition:border-color .25s ease,box-shadow .25s ease}.payment-card:hover{border-color:#00aaff40;box-shadow:0 8px 32px #0000004d}.payment-card--recommended{border-color:#00aaff4d;box-shadow:0 0 32px #00aaff12}.payment-card__badge{display:inline-flex;align-self:flex-start;padding:3px 10px;background:#00aaff1a;border:1px solid rgba(0,170,255,.25);border-radius:100px;font-family:var(--font-mono);font-size:.65rem;color:var(--hd-electric-blue);letter-spacing:.08em}.payment-card__title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--hd-white)}.payment-card__price{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--hd-white);letter-spacing:-.02em}.payment-card__price--quote{font-size:1.1rem;color:var(--hd-muted)}.payment-card__desc{font-size:.85rem;color:var(--hd-muted);line-height:1.6;flex:1}.payment-card__error{font-size:.8rem;color:#ff6b6b;background:#ff6b6b14;border:1px solid rgba(255,107,107,.2);padding:8px 12px;border-radius:8px}.payment-card__action{margin-top:auto;padding-top:4px}.payments-disclaimer{background:var(--hd-card);border:1px solid var(--hd-border);border-radius:16px;padding:32px}.payments-disclaimer__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--hd-white);margin-bottom:20px}.payments-disclaimer__body{display:flex;flex-direction:column;gap:16px}.payments-disclaimer__body p,.payments-disclaimer__body li{font-size:.875rem;color:var(--hd-muted);line-height:1.7}.payments-disclaimer__body ul{list-style:none;display:flex;flex-direction:column;gap:10px}.payments-disclaimer__body li{padding-left:16px;position:relative}.payments-disclaimer__body li:before{content:"·";position:absolute;left:0;color:var(--hd-electric-blue)}.payments-disclaimer__contact{margin-top:20px;font-size:.875rem;color:var(--hd-muted)}.payments-disclaimer__contact a{color:var(--hd-electric-blue);text-decoration:underline;text-decoration-color:#00aaff4d;transition:text-decoration-color .2s}.payments-disclaimer__contact a:hover{text-decoration-color:var(--hd-electric-blue)}@media (max-width: 640px){.payments-section__grid{grid-template-columns:1fr}}.payment-success-page{min-height:100vh;display:flex;align-items:center}.payment-success-section{width:100%;padding:120px 0 80px}.payment-success-inner{max-width:560px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.payment-success-icon{width:72px;height:72px;background:linear-gradient(135deg,#00aaff26,#00aaff0d);border:2px solid rgba(0,170,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:var(--hd-electric-blue);margin-bottom:8px;box-shadow:0 0 40px #0af3}.payment-success__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.04em;color:var(--hd-white)}.payment-success__body{font-size:1rem;color:var(--hd-muted);line-height:1.7;max-width:440px}.payment-success__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:12px}:root{--hd-black: #02040a;--hd-navy-950: #030817;--hd-navy-900: #06111f;--hd-navy-800: #0a1b31;--hd-blue: #0677ff;--hd-electric-blue: #00aaff;--hd-cyan: #16d7ff;--hd-gold: #d9a441;--hd-soft-gold: #f0c66d;--hd-white: #f7fbff;--hd-muted: #9aa8bc;--hd-border: rgba(255, 255, 255, .11);--hd-card: rgba(5, 13, 27, .74);--font-display: "Sora", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "IBM Plex Mono", monospace;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--hd-navy-950);color:var(--hd-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body)}input,textarea,select{font-family:var(--font-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--hd-navy-950)}::-webkit-scrollbar-thumb{background:#0677ff66;border-radius:3px}:focus-visible{outline:2px solid var(--hd-electric-blue);outline-offset:3px;border-radius:4px}.section{padding:96px 0}.section-sm{padding:64px 0}.container{max-width:1200px;margin:0 auto;padding:0 24px}.mono-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--hd-electric-blue);font-weight:500}.text-muted{color:var(--hd-muted)}.text-gold{color:var(--hd-gold)}.text-blue{color:var(--hd-electric-blue)}.gradient-text{background:linear-gradient(135deg,#ffffff 0%,var(--hd-electric-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg,#ffffff 0%,var(--hd-soft-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
