:root{--bg: #050505;--panel: #111111;--text: #f7f7f7;--muted: #a7a7b0;--line: #27272f;--accent: #dc2626;--accent-bright: #ef4444}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;color:var(--text);background:radial-gradient(circle at 20% 0%,#1a0b0b,#080808 45%,#050505);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);background:#07070700;border-bottom:1px solid rgba(255,255,255,0);transition:background .22s ease,border-color .22s ease,backdrop-filter .22s ease}.site-header.is-scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#070707e0;border-bottom-color:#ffffff14}.row{min-height:68px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;font-weight:800;font-size:1.2rem;letter-spacing:-.03em;color:var(--accent)}.nav{display:flex;gap:1rem;font-size:.93rem}.nav a{text-decoration:none;color:var(--muted)}.nav a:hover{color:#fff}.hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.hero-orb{position:absolute;border-radius:999px;filter:blur(54px);opacity:.32;animation:float 11s ease-in-out infinite}.orb-a{width:360px;height:360px;background:#7f1d1d;top:-100px;left:-60px}.orb-b{width:320px;height:320px;background:#991b1b;right:-90px;top:12%;animation-delay:1.5s}.orb-c{width:250px;height:250px;background:#dc2626;bottom:-80px;right:18%;animation-delay:2.2s}main,.site-footer{position:relative;z-index:2}.hero{padding:5.4rem 0 1.8rem}.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.11em;font-size:.8rem;color:#ffc2c2}h1{margin:0;font-size:clamp(2.1rem,7vw,4.5rem);line-height:1.04;max-width:12ch;letter-spacing:-.04em}.lead{margin-top:1rem;max-width:66ch;color:var(--muted);line-height:1.72}.cta-row{margin-top:1.8rem;display:flex;gap:.8rem;flex-wrap:wrap}.btn{min-height:44px;border-radius:11px;border:0;padding:.72rem 1.08rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;transition:opacity .2s ease,box-shadow .2s ease}.btn:hover{opacity:.9}.btn-primary{background:linear-gradient(110deg,#dc2626,#ef4444);color:#fff;box-shadow:0 10px 28px #dc262659}.btn-secondary{border:1px solid rgba(255,255,255,.14);background:#ffffff08;color:#e7e7eb}.decor-carousel-wrap{margin-bottom:2.2rem}.carousel-mask{position:relative;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(160deg,#ffffff0a,#ffffff03);padding:.8rem .35rem}.carousel-mask:before,.carousel-mask:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:3;pointer-events:none}.carousel-mask:before{left:0;background:linear-gradient(90deg,rgba(8,8,8,.95),transparent)}.carousel-mask:after{right:0;background:linear-gradient(270deg,rgba(8,8,8,.95),transparent)}.carousel-track{display:flex;gap:.7rem;width:max-content;animation:scrollLoop 35s linear infinite}.carousel-track.is-loading{animation-duration:18s}.decor-poster{width:130px;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#141414;flex:0 0 auto}.decor-poster-img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover}.decor-fallback{background:linear-gradient(145deg,#1f1f26,#15151b)}.skeleton .decor-poster-img{background:linear-gradient(90deg,#15151b 20%,#21212a 40%,#15151b 62%);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.beta-banner{margin-bottom:2.2rem;border-radius:12px;border:1px solid rgba(220,38,38,.45);background:linear-gradient(90deg,#dc262633,#991b1b2b);padding:.88rem 1rem}.beta-banner a{text-decoration:underline;text-underline-offset:2px}.muted{color:var(--muted)}.section{padding:1rem 0 2.5rem}.section h2{margin:0 0 1rem;font-size:clamp(1.45rem,3.2vw,2.15rem);letter-spacing:-.02em}.feature-interactive{margin-top:1.8rem}.feature-intro{padding-bottom:.2rem}.feature-intro h2{margin-bottom:.65rem}.feature-intro .lead{margin:0;max-width:64ch}.feature-story-list{display:flex;flex-direction:column;gap:16rem}.feature-scene{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:1.2rem;align-items:center}.feature-scene.scene-reverse{grid-template-columns:minmax(300px,430px) minmax(0,1fr)}.feature-scene.scene-reverse .feature-scene-copy{order:2}.feature-scene.scene-reverse .feature-scene-stage{order:1}.feature-scene-copy{opacity:0;transform:translateY(18px);transition:opacity .45s ease,transform .45s ease}.feature-scene-stage{opacity:0;transform:translate(24px);transition:opacity .5s ease,transform .5s ease}.feature-scene.scene-reverse .feature-scene-stage{transform:translate(-24px)}.feature-scene.is-visible .feature-scene-copy,.feature-scene.is-visible .feature-scene-stage{opacity:1;transform:translate(0)}.feature-step-number{margin:0 0 .35rem;font-size:.86rem;color:#ffb0b0;letter-spacing:.08em}.premium-badge{display:inline-flex;align-items:center;width:fit-content;margin:0 0 .55rem;padding:.2rem .5rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(120deg,#dc262647,#ef444433);color:#ffe2e2;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase}.feature-kicker{margin:0 0 .6rem;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;color:#ffbaba}.feature-scene-copy h3{margin:0;font-size:clamp(1.7rem,4vw,3.15rem);letter-spacing:-.02em;max-width:14ch}.feature-scene-copy>p:not(.feature-step-number):not(.feature-kicker):not(.apple-accent){margin:.85rem 0 0;color:var(--muted);line-height:1.7;max-width:56ch}.apple-accent{color:#ffd2d2!important;font-weight:600;margin-top:1rem}.feature-scene-stage{position:relative}.feature-stage-shell{border:0;padding:0;background:transparent;transition:none}.feature-stage-shell.tone-0,.feature-stage-shell.tone-1,.feature-stage-shell.tone-2,.feature-stage-shell.tone-3,.feature-stage-shell.tone-4,.feature-stage-shell.tone-5{background:transparent}.mock-frame{min-width:320px;width:min(42vw,420px);min-height:auto;border:0;background:transparent;box-shadow:none;padding:0;overflow:visible}.feature-mock{width:100%;height:100%;position:relative;border-radius:14px}.mock-card{border-radius:12px;border:1px solid #2a2a2a;background:#111;padding:.6rem .7rem}.rn-feed-card{padding:.8rem;background:#000;border-color:#2f2f2f}.mock-meta{margin:0;font-size:.72rem;color:#a8a8b0}.mock-title{margin:0;font-size:.8rem;font-weight:700;color:#fff}.mock-body{margin:.25rem 0 0;font-size:.76rem;color:#fff}.mock-review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.52rem}.rn-user-row{display:flex;align-items:center;gap:.35rem}.rn-user-row-lg{gap:.45rem;margin-bottom:0}.rn-avatar{width:18px;height:18px;border-radius:999px;border:1px solid #2a2a2a;background:#2a2a2a}.rn-avatar.lg{width:28px;height:28px}.rn-user-text{margin:0;font-size:.74rem;color:#fff}.rn-user-text-lg{font-size:.78rem}.rn-user-text i{color:#4b5563;font-style:normal}.rn-globe{color:#4b5563;font-size:.74rem;vertical-align:-1px}.rn-menu{color:#9ca3af;width:14px;height:14px;transform:translateY(-1px)}.rn-linked-content-row{display:flex;align-items:center;gap:.5rem;background:#0f0f0f;border-radius:12px;padding:.55rem;margin-bottom:.55rem}.rn-poster{width:48px;height:72px;border-radius:10px;background:linear-gradient(130deg,#1f1f1f,#303030);flex-shrink:0;overflow:hidden}.rn-poster.sm{width:22px;height:32px;border-radius:5px}.rn-poster-img{width:100%;height:100%;object-fit:cover;display:block}.rn-linked-copy{min-width:0;flex:1}.rn-linked-copy-subtitle{margin:.12rem 0 0;font-size:.78rem;color:#9ca3af;font-style:italic}.rn-check{width:24px;height:24px;border-radius:999px;background:#14b8a6;color:#041412;display:grid;place-items:center;font-size:.82rem;font-weight:700}.rn-check svg{width:15px;height:15px}.rn-stars{margin-top:.2rem;color:#f5b100;letter-spacing:.03em;font-size:1rem}.rn-review-body{margin-top:.38rem;font-size:.8rem;line-height:1.35}.rn-review-body-loud{font-size:.85rem;letter-spacing:.01em}.rn-review-fade-tail{color:#6b7280}.rn-post-text{margin:0 0 .55rem;font-size:.82rem;line-height:1.35}.rn-linked-toggle{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.55rem}.rn-linked-toggle-label{display:inline-flex;align-items:center;gap:.3rem;color:#87ceeb;font-size:.74rem;font-weight:700}.rn-linked-toggle-chevron{color:#87ceeb;width:14px;height:14px}.rn-bookmark{color:#9ca3af;width:16px;height:16px}.mock-review-actions{margin-top:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem}.mock-review-actions-right{display:flex;align-items:center;gap:.35rem}.action-pill{border:1px solid #2f2f2f;background:transparent;color:#9ca3af;border-radius:999px;padding:0 .48rem;height:calc(2.05rem - 2px);font-size:.72rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;gap:.18rem}.action-pill-share{width:38px;padding:0;justify-content:center}.action-pill-strong{color:#cbd5e1}.action-pill svg{width:13px;height:13px}.action-pill-group{height:calc(2.05rem - 2px);border:1px solid #2f2f2f;border-radius:999px;display:inline-flex;align-items:stretch;overflow:hidden}.action-pill-group-left,.action-pill-group-right{border:0;background:transparent;color:#cbd5e1;font-size:.72rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:.18rem;height:100%}.action-pill-group-left{padding:0 .68rem}.action-pill-group-right{width:2.2rem;border-left:1px solid #2f2f2f;padding:0}.action-pill-group-left svg,.action-pill-group-right svg{width:13px;height:13px}.recs-mock{display:flex;flex-direction:column;gap:.55rem}.diary-mock{display:block;position:relative}.diary-mock .rn-review-card,.diary-mock .rn-post-card{position:relative;width:74%;opacity:0;animation:none;transition:transform .22s ease,box-shadow .22s ease;will-change:transform}.diary-mock .rn-review-card.a{z-index:1;margin-left:0}.diary-mock .rn-post-card.b{margin-top:-60%;margin-left:13%;z-index:3}.diary-mock .rn-review-card.c{margin-top:-60%;margin-left:26%;z-index:2}.feature-scene.is-visible .diary-mock .rn-review-card.a{animation:layerFadeIn .86s ease-out 0ms forwards}.feature-scene.is-visible .diary-mock .rn-post-card.b{animation:layerFadeIn .86s ease-out .5s forwards}.feature-scene.is-visible .diary-mock .rn-review-card.c{animation:layerFadeIn .86s ease-out 1s forwards}.diary-mock .rn-feed-card:hover{z-index:10;transform:translateY(-10px);box-shadow:0 16px 28px #00000059}.overview-head{display:flex;justify-content:space-between;align-items:baseline}.overview-head h4{margin:0;font-size:1rem}.overview-head span{font-size:.72rem;color:#8e8e93}.rn-card-head h4{color:#fff}.overview-grid{margin-top:.55rem;display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.overview-chip{border-radius:999px;border:1px solid #333;background:#1f1f1f;padding:.3rem .5rem;font-size:.74rem;color:#e5e5e5;text-align:center}.overview-bars{margin-top:.75rem;display:flex;flex-direction:column;gap:.48rem}.bar-row{display:grid;grid-template-columns:1fr auto;gap:.45rem;align-items:center}.bar-row span{font-size:.73rem;color:#9ca3af}.bar-row i{display:block;height:6px;border-radius:999px;background:#87ceeb;min-width:70px;animation:pulseW 2.8s ease-in-out infinite}.recs-mock .rec-card{position:relative;left:auto;width:100%;transform:none;opacity:0}.rn-rec-card .rec-head{margin:0;color:#6b7280;font-size:.68rem;font-weight:600}.rn-rec-poster{margin-top:.45rem;width:100%;height:58px;border-radius:8px;background:linear-gradient(160deg,#1a1a1a,#2a2a2a);border:1px solid #2f2f2f}.rec-badges{margin-top:.5rem;display:flex;gap:.35rem}.rec-badges span{font-size:.67rem;color:#87ceeb;padding:.18rem .42rem;border-radius:999px;background:#87ceeb26}.recs-mock .front{top:auto;z-index:auto;animation:mockCardIn .52s ease-out forwards}.recs-mock .mid{top:auto;z-index:auto;animation:mockCardIn .52s ease-out .11s forwards}.recs-mock .back{top:auto;z-index:auto;animation:mockCardIn .52s ease-out .22s forwards}.group-header{display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.group-header strong,.rn-group-head{color:#87ceeb}.group-rows{margin-top:.6rem;display:flex;flex-direction:column;gap:.42rem}.group-row{border-radius:10px;border:1px solid #2a2a2a;background:#0f0f0f;padding:.45rem .55rem;display:flex;justify-content:space-between;font-size:.8rem}.rn-content-row{align-items:center;gap:.45rem}.rn-content-row div b{display:block;font-size:.73rem}.rn-content-row div p{margin:.1rem 0 0;font-size:.66rem;color:#8e8e93}.group-row i{color:#87ceeb;font-style:normal}.group-avatars{margin-top:.6rem;display:flex}.group-avatars span{width:28px;height:28px;border-radius:999px;border:1px solid rgba(255,255,255,.2);margin-left:-8px;background:linear-gradient(130deg,#ef4444,#7f1d1d)}.group-avatars span:first-child{margin-left:0}.lists-mock{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.list-column{border-radius:12px;border:1px solid #2a2a2a;background:#000;padding:.55rem}.list-column p{margin:0 0 .35rem;font-size:.78rem;color:#fff}.list-column div{font-size:.76rem;padding:.22rem 0;color:#a8a8b0}.rn-list-row{display:flex;align-items:center;gap:.5rem}.rn-list-card{background:#000;min-height:58px}.rn-list-copy{flex:1;min-width:0}.rn-list-thumb{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border:1px solid #2f2f2f;flex-shrink:0}.rn-list-thumb.alt{background:linear-gradient(135deg,#1f2937,#111827)}.rn-chevron{color:#666;font-size:1rem}.rn-list-activity{grid-column:1 / span 2}.match-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.35rem}.profile-a,.profile-b{display:flex;align-items:center;gap:.35rem}.profile-a span,.profile-b span{width:26px;height:26px;border-radius:999px;background:linear-gradient(120deg,#ef4444,#7f1d1d)}.profile-a p,.profile-b p{margin:0;font-size:.75rem}.match-score{font-size:1.35rem;font-weight:800;color:#87ceeb}.match-tags{margin-top:.55rem;font-size:.78rem;color:#d1d5db}.rn-taste-match-card{border-radius:12px;border:1px solid #2f2f2f;background:#111;padding:.75rem}.rn-match-header{margin-bottom:.3rem}.rn-match-progress{width:44px;height:6px;border-radius:3px;background:#2a2a2a;overflow:hidden;margin:.1rem auto .55rem}.rn-match-progress i{display:block;height:100%;background:#87ceeb}.rn-match-pills{margin-top:.5rem;display:flex;gap:.35rem}.rn-match-pills span{font-size:.67rem;color:#87ceeb;padding:.18rem .42rem;border-radius:999px;background:#87ceeb26}.match-lock{margin-top:.65rem;border-radius:10px;padding:.45rem .55rem;border:1px solid #2f2f2f;font-size:.75rem;color:#87ceeb;background:#87ceeb26}.legal{padding:2.5rem 0 4rem}.legal h1{font-size:clamp(1.85rem,5vw,3.1rem);max-width:none}.legal h2{margin-top:2rem;margin-bottom:.7rem}.legal h3{margin-top:1rem;margin-bottom:.5rem}.legal p,.legal li{color:#d9d9df;line-height:1.75}.legal ul{padding-left:1.2rem}.legal-note{margin-top:2rem;padding:.9rem 1rem;border-radius:10px;border:1px dashed rgba(255,255,255,.35);color:#ffe4e4;background:#ffffff05}.support-form-section{padding-top:0}.support-open-btn{margin-top:.4rem;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.support-faq-list{display:grid;gap:.75rem}.support-faq-item{margin-top:0}.support-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:0;background:transparent;color:#f3f4f6;text-align:left;padding:0;cursor:pointer;font:inherit;font-weight:600}.support-faq-chevron{font-size:1.25rem;line-height:1;color:#fca5a5;transition:transform .18s ease,opacity .18s ease}.support-faq-item.is-open .support-faq-chevron{transform:scale(1.08)}.support-faq-answer{margin:0;color:#d8dae0;line-height:1.7;max-height:0;opacity:0;overflow:hidden;transform:translateY(-4px);transition:max-height .22s ease,opacity .2s ease,transform .2s ease,margin-top .22s ease}.support-faq-answer.is-open{margin-top:.7rem;max-height:16rem;opacity:1;transform:translateY(0)}.support-form{max-width:720px;display:grid;gap:.8rem}.support-form label{display:grid;gap:.35rem;font-size:.92rem;color:#d7d8df}.support-form input,.support-form textarea{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.24);background:#06070ab8;color:#f5f5f7;padding:.66rem .72rem;font:inherit}.support-form textarea{resize:vertical}.support-submit{justify-self:start}.support-status{margin:.75rem 0 0;font-size:.9rem}.support-status.is-success{color:#93c5fd}.support-status.is-error{color:#fca5a5}.support-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020205b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:80;display:grid;place-items:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .22s ease}.support-modal-overlay.is-open{opacity:1;pointer-events:auto}.support-modal-card{width:min(720px,100%);max-height:88vh;overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(170deg,#16181f,#101217);padding:1rem;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .22s ease,transform .22s ease}.support-modal-overlay.is-open .support-modal-card{opacity:1;transform:translateY(0) scale(1)}.support-modal-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.65rem}.support-modal-head h3{margin:0}.support-modal-close{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#fff;cursor:pointer;font-size:1.25rem;line-height:1}.site-footer{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.footer-row{min-height:72px;display:flex;align-items:center;justify-content:space-between}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:#fff}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes scrollLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes mockCardIn{0%{opacity:0;filter:blur(5px)}to{opacity:1;filter:blur(0)}}@keyframes layerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseW{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 980px){.feature-story-list{gap:2rem}.feature-scene,.feature-scene.scene-reverse{grid-template-columns:1fr}.feature-scene.scene-reverse .feature-scene-copy,.feature-scene.scene-reverse .feature-scene-stage{order:initial}.feature-scene-copy,.feature-scene-stage{opacity:1;transform:none}.mock-frame{width:min(100%,430px)}.diary-mock .rn-post-card.b,.diary-mock .rn-review-card.c{margin-top:0}.diary-mock .rn-feed-card:hover{transform:none;box-shadow:none}}@media (max-width: 640px){.nav{display:none}.hero{padding-top:4.4rem}.decor-poster{width:108px}.footer-row{flex-direction:column;justify-content:center;gap:.2rem}}.ghx-page .hero{padding-top:6rem;padding-bottom:2.5rem}.ghx-hero h1{max-width:14ch}.ghx-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.4rem}.ghx-proof-item{border:1px solid rgba(255,255,255,.12);background:linear-gradient(155deg,#ffffff0f,#ffffff05);border-radius:14px;padding:1rem}.ghx-proof-item span{display:block;color:#e8b5b5;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.55rem}.ghx-proof-item b{font-size:.97rem;letter-spacing:-.01em}.ghx-carousel{margin-bottom:2.8rem}.ghx-beta{margin-bottom:2rem}.ghx-feature-head{padding-top:4.5rem;padding-bottom:2.4rem}.ghx-feature-shell{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.2fr);gap:clamp(1.2rem,3vw,2.4rem);align-items:start}.ghx-stage-rail{position:sticky;top:92px}.ghx-stage-card{border-radius:18px;border:1px solid rgba(255,255,255,.13);background:radial-gradient(circle at 80% 0%,rgba(220,38,38,.2),transparent 45%),linear-gradient(180deg,#ffffff0a,#ffffff03);padding:1rem}.ghx-stage-head{display:grid;gap:.38rem;margin-bottom:.8rem}.ghx-stage-head span{color:#f3b2b2;font-size:.75rem;letter-spacing:.08em}.ghx-stage-head strong{font-size:1.05rem}.ghx-stage-head em{justify-self:start;font-style:normal;border:1px solid rgba(220,38,38,.55);color:#ffb1b1;border-radius:999px;padding:.24rem .56rem;font-size:.73rem}.ghx-stage-device{position:relative;border-radius:16px;border:1px solid rgba(255,255,255,.14);min-height:520px;overflow:hidden;background:#0b0c10}.ghx-stage-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0c0c0f14,#0c0c0fd1),linear-gradient(135deg,#222028,#16171d);background-size:cover;background-position:center;filter:saturate(.75)}.ghx-stage-placeholder{position:relative;z-index:1;margin:1rem;min-height:calc(100% - 2rem);border-radius:12px;border:1px dashed rgba(255,255,255,.25);display:grid;place-content:center;gap:.55rem;text-align:center;padding:1.4rem;background:#07070a6b}.ghx-stage-placeholder p{margin:0;font-weight:700;letter-spacing:.02em;max-width:26ch}.ghx-stage-placeholder span{color:var(--muted);font-size:.88rem}.ghx-stage-dots{margin-top:.9rem;display:flex;gap:.45rem}.ghx-stage-dots button{width:9px;height:9px;border-radius:999px;border:0;background:#ffffff3d;cursor:pointer;transition:transform .18s ease,background .18s ease}.ghx-stage-dots button:hover{transform:scale(1.14)}.ghx-stage-dots button.is-active{background:var(--accent-bright)}.ghx-feature-list{display:grid;gap:1rem}.ghx-feature-row{border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;padding:1.25rem 1.2rem;transition:border-color .18s ease,background .18s ease,transform .18s ease}.ghx-feature-row.is-active{border-color:#dc262694;background:linear-gradient(140deg,#dc262624,#ffffff05);transform:translate(2px)}.ghx-kicker{margin:0;color:#f3b2b2;letter-spacing:.09em;font-size:.74rem}.ghx-feature-row h3{margin:.4rem 0 .45rem;font-size:clamp(1.2rem,2.2vw,1.5rem)}.ghx-feature-row p{margin:0;color:#c8c9d2;line-height:1.65}.ghx-feature-row ul{margin:.8rem 0 0;padding-left:1.15rem;color:#e8e9ee}.ghx-feature-row li+li{margin-top:.42rem}.ghx-network{padding-top:5.2rem}.ghx-network-grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.ghx-network-grid article{border-radius:14px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(150deg,#ffffff0d,#ffffff05);padding:1rem}.ghx-network-grid h3{margin:0 0 .5rem;font-size:1.01rem}.ghx-network-grid p{margin:0;color:#c7c9d0;line-height:1.6}.ghx-roadmap{padding-top:3.8rem;padding-bottom:1rem}@media (max-width: 1050px){.ghx-proof,.ghx-network-grid,.ghx-feature-shell{grid-template-columns:1fr}.ghx-stage-rail{position:static}.ghx-stage-device{min-height:420px}}@media (max-width: 640px){.ghx-page .hero{padding-top:4.7rem}.ghx-stage-device{min-height:360px}}.header-actions{display:flex;align-items:center;gap:.85rem}.header-right{margin-left:auto;display:flex;align-items:center;gap:1rem}.header-link{color:var(--muted);text-decoration:none;font-size:.9rem}.header-link:hover{color:#fff}.header-cta{text-decoration:none;border:1px solid rgba(255,255,255,.24);background:#ffffff0d;color:#fff;border-radius:8px;padding:.48rem .72rem;font-weight:600;font-size:.86rem}.header-cta:hover{border-color:#ffffff6b}.nav-mobile{display:none}.ghl-page .hero-orb{opacity:.24}.ghl-hero{padding-top:6rem;padding-bottom:2.2rem;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,380px);gap:clamp(1rem,4vw,2.6rem);align-items:start}.ghl-hero-copy h1{margin:0;max-width:13ch}.ghl-hero-card{border:1px solid rgba(255,255,255,.16);border-radius:14px;background:linear-gradient(165deg,#ffffff12,#ffffff05);padding:1rem;display:grid;gap:.8rem}.ghl-hero-card p{margin:0;font-weight:700}.ghl-hero-card form{display:grid;gap:.6rem}.ghl-hero-card input{height:42px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#030305bf;color:#fff;padding:0 .7rem;font-size:.95rem}.ghl-hero-card button{height:42px;border-radius:8px;border:0;font-weight:700;background:linear-gradient(110deg,#dc2626,#ef4444);color:#fff;cursor:pointer}.ghl-hero-card a{color:#f3b2b2;text-decoration:none;font-size:.9rem}.ghl-hero-card a:hover{color:#ffd2d2}.ghl-capabilities{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff05;padding:.58rem .8rem;display:flex;gap:1rem;flex-wrap:wrap;color:#d3d4de;font-size:.89rem}.ghl-carousel{margin-top:1rem;margin-bottom:2.8rem}.ghl-intro{padding-bottom:1.3rem}.ghl-intro h2{margin:0;max-width:24ch;font-size:clamp(1.55rem,4.1vw,2.4rem);line-height:1.15}.ghl-features{display:grid;gap:1rem}.ghl-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:1.1rem;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;background:linear-gradient(160deg,#ffffff0a,#ffffff03)}.ghl-band.is-reverse .ghl-band-copy{order:2}.ghl-band.is-reverse .ghl-band-media{order:1}.ghl-label{margin:0 0 .4rem;color:#f0b8b8;text-transform:uppercase;letter-spacing:.085em;font-size:.73rem}.ghl-band-copy h3{margin:0 0 .5rem;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.2;max-width:26ch}.ghl-band-copy p{margin:0;color:#c7c9d2;line-height:1.66;max-width:62ch}.ghl-band-copy ul{margin:.8rem 0 0;padding-left:1.15rem}.ghl-band-copy li+li{margin-top:.4rem}.ghl-band-media{min-height:320px}.ghl-frame{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:12px;min-height:100%;overflow:hidden;background:#090a0e;display:grid;place-items:center}.ghl-frame-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08090c33,#08090cd1),linear-gradient(140deg,#20232b,#15171d);background-size:cover;background-position:center}.ghl-phone{position:relative;z-index:1;width:min(240px,62%);aspect-ratio:9 / 19.5;border-radius:32px;border:1px solid rgba(255,255,255,.32);background:#0f1116;padding:.42rem;box-shadow:0 24px 48px #00000073}.ghl-notch{height:20px;width:38%;border-radius:0 0 12px 12px;background:#000000b3;margin:0 auto}.ghl-phone-screen{margin-top:.34rem;height:calc(100% - 20px - .34rem);border-radius:24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0a0a0e38,#0a0a0edb),linear-gradient(135deg,#2a2f3a,#161a22);background-size:cover;background-position:center;display:grid;place-items:center}.ghl-phone-screen span{font-weight:700;letter-spacing:.02em;color:#ffffffe0}.ghl-bottom-cta{text-align:center;padding-top:4rem}.ghl-bottom-cta h2{margin:0}.ghl-bottom-cta .lead{margin-left:auto;margin-right:auto}@media (max-width: 1040px){.header-right,.header-actions,.nav{display:none}.nav-mobile{display:flex}.ghl-hero,.ghl-band,.ghl-band.is-reverse{grid-template-columns:1fr}.ghl-band.is-reverse .ghl-band-copy,.ghl-band.is-reverse .ghl-band-media{order:initial}}@media (max-width: 640px){.ghl-hero{padding-top:4.7rem}.ghl-capabilities{gap:.7rem;font-size:.82rem}.ghl-band{padding:.9rem}.ghl-band-media{min-height:260px}}.ghl2-page .hero-orb{opacity:.2}.ghl2-hero{padding-top:5.8rem;padding-bottom:2rem;text-align:center}.ghl2-hero .eyebrow,.ghl2-hero h1,.ghl2-hero .lead,.ghl2-hero .ghl2-signup-row-hero{opacity:0;transform:translateY(18px);animation:ghl2HeroRiseIn .62s cubic-bezier(.22,1,.36,1) forwards}.ghl2-hero h1{animation-delay:90ms}.ghl2-hero .lead{animation-delay:.18s}.ghl2-hero .ghl2-signup-row-hero{animation-delay:.27s}.ghl2-hero h1{margin:0 auto;max-width:14ch}.ghl2-hero .lead{margin-left:auto;margin-right:auto;max-width:62ch}.ghl2-signup-row{margin-top:1.5rem;display:grid;grid-template-columns:minmax(180px,280px) auto auto;justify-content:center;gap:.55rem}.ghl2-signup-row-hero{grid-template-columns:minmax(180px,320px) auto}.ghl2-beta-status{margin:.8rem auto 0;max-width:60ch;font-size:.9rem}.ghl2-platform-note{margin:.5rem auto 0;max-width:56ch;font-size:.75rem;color:#aeb7c9b8;letter-spacing:.01em}.ghl2-beta-status.is-success{color:#86efac}.ghl2-beta-status.is-error{color:#fca5a5}.ghl2-signup-row input{height:48px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#090a0ec2;color:#fff;padding:0 .78rem;font-size:.93rem}.ghl2-signup-row .btn{height:48px;white-space:nowrap}.ghl2-signup-row input:focus,.ghl2-signup-row input:focus-visible{outline:none;border-color:#f87171c7;box-shadow:0 0 0 2px #f8717138,0 0 0 6px #dc262624}.ghl2-hero-stage{position:relative;margin-top:3.6rem;min-height:420px;border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#2a1008,#130c0b 58%,#0a0c12);opacity:0;transform:translateY(24px);animation:ghl2HeroRiseIn .76s cubic-bezier(.22,1,.36,1) .33s forwards}.ghl2-hero-glow{position:absolute;left:50%;transform:translate(-50%);bottom:-90px;width:min(760px,88%);height:360px;border-radius:999px;background:radial-gradient(circle,rgba(239,68,68,.9),rgba(185,28,28,.22) 60%,transparent 78%);filter:blur(56px);opacity:0;animation:ghl2HeroFadeIn .76s ease .52s forwards}.ghl2-stage-card{position:absolute;border-radius:14px;border:1px solid rgba(255,255,255,.15);overflow:hidden;background:#1a0f0d;box-shadow:0 18px 36px #00000073;opacity:0;transform:translateY(20px) scale(.985);animation:ghl2HeroCardIn .7s cubic-bezier(.22,1,.36,1) forwards}.ghl2-stage-a{width:min(36%,420px);height:auto;aspect-ratio:1178 / 937;left:8%;top:98px;z-index:3}.ghl2-stage-b{width:min(36%,420px);height:auto;aspect-ratio:1178 / 1084;right:7%;top:98px;animation-delay:.56s;z-index:3}.ghl2-stage-c{width:min(36%,420px);height:auto;aspect-ratio:1179 / 1212;left:33%;top:52px;animation-delay:.65s;z-index:4}.ghl2-stage-a{animation-delay:.47s}.ghl2-stage-bg{position:relative;width:100%;height:100%;background:linear-gradient(180deg,#08090c38,#08090cdb),linear-gradient(145deg,#2b1a13,#1a1210);background-size:cover;background-position:center}.ghl2-stage-image{width:100%;height:100%;object-fit:cover;display:block}@keyframes ghl2HeroRiseIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes ghl2HeroCardIn{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ghl2HeroFadeIn{0%{opacity:0}to{opacity:1}}.ghl2-rail-wrap{margin-top:2.8rem;text-align:center}.ghl2-pill-rail{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.26rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff05}.ghl2-pill-rail button{border:0;background:transparent;color:#b7bcc8;border-radius:999px;padding:.42rem .9rem;cursor:pointer;font-weight:600}.ghl2-pill-rail button.is-active{color:#fff;background:#ffffff1a}.ghl2-rail-copy{margin:.8rem auto 0;color:var(--muted);max-width:64ch}.ghl2-logos{margin-top:2.6rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem}.ghl2-logos span{text-align:center;color:#9aa1b0;font-size:clamp(.85rem,1.8vw,1.1rem);font-weight:700;letter-spacing:-.02em}.ghl2-carousel{margin-top:2rem;margin-bottom:4.4rem}.ghl2-feature-stream{margin-top:10rem;display:grid;gap:4.2rem}.ghl2-scroll-features{margin-top:10rem}.ghl2-scroll-layout{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);gap:clamp(1.2rem,2.5vw,2.2rem);align-items:start}.ghl2-scroll-left{position:relative}.ghl2-scroll-left-head{position:sticky;top:132px;z-index:12;margin-bottom:.6rem;background:#050507;padding:.45rem 0 .95rem}.ghl2-scroll-left-head h2{margin:0;font-size:clamp(1.6rem,3.1vw,2.4rem);line-height:1.15;letter-spacing:-.02em}.ghl2-scroll-list{display:grid;gap:0;padding-top:14vh;padding-bottom:12vh}.ghl2-scroll-item{position:relative;z-index:1;min-height:64vh;display:grid;align-content:center;border-radius:0;border:0;background:transparent;padding:0 .4rem 0 0;opacity:.72;transition:opacity .2s ease,transform .2s ease}.ghl2-scroll-item.is-active{opacity:1;transform:translate(0)}.ghl2-scroll-item h3{margin:.45rem 0;font-size:clamp(1.2rem,2.2vw,1.7rem)}.ghl2-scroll-item p{margin:0;color:#cfd3dc;line-height:1.65}.ghl2-scroll-meta{margin-top:.8rem;display:grid;gap:.48rem}.ghl2-scroll-meta p{color:#b3bac8;font-size:.95rem}.ghl2-scroll-phone-rail{position:sticky;top:84px;display:grid;gap:1rem}.ghl2-mobile-feature-switcher{display:none}.ghl2-alt-sections{margin-top:6rem;display:grid;gap:clamp(3.2rem,6.5vh,5rem)}.ghl2-alt-section{position:relative;padding:clamp(.45rem,1.2vh,.9rem) 0;opacity:0;transform:translateY(26px);transition:opacity .42s ease,transform .42s ease}.ghl2-alt-section:before{display:none}.ghl2-alt-section:first-child:before{display:none}.ghl2-alt-section.is-visible{opacity:1;transform:none}.ghl2-alt-section h3{margin:.55rem 0 .7rem;font-size:clamp(1.28rem,2.4vw,2rem)}.ghl2-alt-section p{margin:0;color:#cdd2df;line-height:1.78}.ghl2-alt-stats{display:grid;grid-template-columns:minmax(320px,1.25fr) minmax(420px,1.75fr);width:min(1080px,100%);gap:clamp(1.5rem,3vw,3.2rem);align-items:center;margin-top:clamp(3rem,6.2vh,4.6rem);margin-bottom:clamp(3rem,6.2vh,4.6rem);margin-left:auto;margin-right:auto;padding-top:clamp(1.5rem,3.4vh,2.5rem);padding-bottom:clamp(1.5rem,3.4vh,2.5rem);border:0;border-radius:0;background:transparent;padding-left:0;padding-right:0}.ghl2-alt-stats-left h3{max-width:24ch;margin-left:0;margin-right:auto}.ghl2-alt-stats-left{grid-column:2;grid-row:1;text-align:left;justify-self:stretch}.ghl2-alt-stats-mainline{margin-top:.95rem;font-size:clamp(1.05rem,1.9vw,1.28rem);color:#f5d3d3;font-weight:600}.ghl2-alt-stats-right{grid-column:1;grid-row:1;display:block;padding:0;align-self:center;border-radius:12px;overflow:hidden}.ghl2-alt-stat-card{display:grid;gap:.2rem;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.8rem .9rem;background:#0a0c128a}.ghl2-alt-stat-card p{margin:0;font-size:1rem;color:#fef2f2;font-weight:700}.ghl2-alt-stat-card span{color:#b8c2d4;font-size:.92rem;line-height:1.45}.ghl2-alt-stats-image{display:block;width:calc(100% + 8px);height:auto;max-width:none;margin:-4px;border:0;opacity:0;clip-path:inset(0 0 100% 0);will-change:opacity,clip-path}.ghl2-alt-stats.is-visible .ghl2-alt-stats-image{animation:ghl2ImageTopDownReveal .7s ease forwards;animation-delay:.3s}@keyframes ghl2ImageTopDownReveal{0%{opacity:0;clip-path:inset(0 0 100% 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}.ghl2-alt-orb{justify-self:end;width:clamp(120px,20vw,220px);aspect-ratio:1 / 1;border-radius:999px;background:radial-gradient(circle at 25% 22%,#ffffff47,#ffffff05 48%),radial-gradient(circle at 72% 35%,rgba(248,113,113,.45),transparent 46%),linear-gradient(145deg,#f5f5f557,#46494e14);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 55px #ef44442e}.ghl2-alt-templates{border:0;border-radius:0;padding-left:0;padding-right:0;background:transparent;box-shadow:none}.ghl2-alt-templates{margin-bottom:clamp(3rem,6.2vh,4.6rem);padding-top:clamp(1.5rem,3.4vh,2.5rem);padding-bottom:clamp(1.5rem,3.4vh,2.5rem)}.ghl2-alt-header-center{text-align:center;margin-bottom:1.6rem}.ghl2-alt-header-center h3{margin-top:.3rem}.ghl2-alt-compare{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:clamp(1.2rem,2.8vw,2.4rem);align-items:center;width:min(1040px,100%);margin-left:auto;margin-right:auto;margin-top:clamp(1.3rem,2.6vh,2rem);margin-bottom:clamp(1.3rem,2.6vh,2rem)}.ghl2-compare-copy{text-align:right;justify-self:end}.ghl2-compare-copy h3{max-width:22ch;margin-left:auto;margin-right:0}.ghl2-compare-copy p{max-width:56ch;margin-left:auto;margin-right:0}.ghl2-compare-image-wrap{border-radius:16px;overflow:hidden;justify-self:start}.ghl2-compare-image{display:block;width:calc(100% + 20px);height:auto;max-width:none;margin:-10px}.ghl2-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ghl2-template-card{border-radius:0;border:0;padding:.55rem .95rem .8rem 0;background:transparent;transform:translateY(20px);opacity:0;transition:transform .42s ease,opacity .42s ease}.ghl2-template-card+.ghl2-template-card{border-left:1px solid rgba(255,255,255,.14);padding-left:1.35rem}.ghl2-alt-templates.is-visible .ghl2-template-card{transform:none;opacity:1}.ghl2-alt-templates.is-visible .ghl2-template-card:nth-child(2){transition-delay:.11s}.ghl2-alt-templates.is-visible .ghl2-template-card:nth-child(3){transition-delay:.2s}.ghl2-template-art-frame{margin-bottom:.8rem;border-radius:10px;overflow:hidden}.ghl2-template-art{display:block;width:calc(100% + 12px);max-width:none;margin:-8px -6px -6px;height:calc(100% + 14px)}.ghl2-template-card h4{margin:0;font-size:1.18rem;text-align:center}.ghl2-template-card p{margin:.5rem auto 0;color:#bec7d8;font-size:.96rem;text-align:center;max-width:34ch}.ghl2-template-card a{color:#fca5a5;text-decoration:none;font-weight:600}.container.ghl2-alt-sections{width:min(1280px,calc(100% - 2rem));margin-left:auto;margin-right:auto}.ghl2-alt-live{display:grid;grid-template-columns:1fr;width:100%;margin:0 auto;gap:clamp(1.2rem,2.6vw,2.2rem);align-items:start;justify-items:center}.ghl2-live-copy{width:100%;margin:0 auto;text-align:center;display:grid;justify-items:center}.ghl2-live-copy h3{max-width:none;white-space:normal;margin-left:auto;margin-right:auto}.ghl2-live-subline{max-width:64ch;margin-top:1rem;margin-left:auto;margin-right:auto;text-align:center}.ghl2-live-content-cards{margin-top:1rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;width:100%;margin-left:auto;margin-right:auto}.ghl2-live-content-card{border:0;border-radius:12px;padding:0;background:transparent;display:block;cursor:default;opacity:0;transform:translateY(28px);transition:opacity .52s ease,transform .52s cubic-bezier(.22,1,.36,1)}.ghl2-alt-live.is-visible .ghl2-live-content-card{opacity:1;transform:translateY(0);transition-delay:.4s}.ghl2-alt-live.is-visible .ghl2-live-content-card:nth-child(2){transition-delay:.6s}.ghl2-alt-live.is-visible .ghl2-live-content-card:nth-child(3){transition-delay:.8s}.ghl2-alt-live.is-visible .ghl2-live-content-card:nth-child(4){transition-delay:1s}.ghl2-alt-live.is-visible .ghl2-live-content-card:nth-child(5){transition-delay:1.2s}.ghl2-live-content-thumb{position:relative;overflow:hidden;display:grid;place-items:center;width:100%;aspect-ratio:2 / 3;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 72% 22%,rgba(248,113,113,.34),transparent 46%),linear-gradient(160deg,#111622e6,#090c14eb)}.ghl2-live-content-thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#080a108f;transition:background .22s ease}.ghl2-live-content-label{position:relative;z-index:1;color:#fff7f7;font-size:clamp(1.15rem,1.45vw,1.52rem);letter-spacing:.07em;text-transform:uppercase;font-weight:800;text-shadow:0 4px 16px rgba(0,0,0,.6);text-align:center;padding:.3rem .7rem;transition:transform .22s ease,opacity .22s ease}.ghl2-live-content-description{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;margin:0;width:calc(100% - 1.4rem);text-align:center;color:#f8eaea;font-size:.9rem;line-height:1.4;opacity:0;transition:opacity .22s ease,transform .22s ease}.ghl2-live-content-card:hover .ghl2-live-content-thumb:before{background:#080a10b8}.ghl2-live-content-card:hover .ghl2-live-content-label{opacity:0;transform:translateY(-6px)}.ghl2-live-content-card:hover .ghl2-live-content-description{opacity:1;transform:translate(-50%,-50%)}.thumb-interstellar{background-image:linear-gradient(180deg,#070a1042,#070a10e0),url(/assets/movie-4RWkOcFk.webp);background-size:cover;background-position:center}.thumb-friends{background-image:linear-gradient(180deg,#070a1042,#070a10e0),url(/assets/tvshow-Cjr1X6eX.webp);background-size:cover;background-position:center}.thumb-got-s8{background-image:linear-gradient(180deg,#070a1042,#070a10e0),url(/assets/season-BXYvuZk5.webp);background-size:cover;background-position:center}.thumb-aot-finale{background-image:linear-gradient(180deg,#070a1042,#070a10e0),url(/assets/episode-xz7Wn_CB.jpg);background-size:cover;background-position:center}.thumb-hadestown{background-image:linear-gradient(180deg,#070a1042,#070a10e0),url(/assets/musical-BcGwXAKl.jpg);background-size:cover;background-position:center}.ghl2-alt-spotlight{margin-top:clamp(2rem,4.4vh,3.2rem);margin-bottom:clamp(2rem,4.4vh,3.2rem);padding:0;border:0;border-radius:0;background:transparent}.ghl2-spotlight-head{text-align:center;max-width:40rem;margin:0 auto;opacity:0;transform:translateY(22px);transition:opacity .42s ease,transform .42s ease}.ghl2-spotlight-head h3{margin-left:auto;margin-right:auto;max-width:26ch}.ghl2-spotlight-head p{max-width:52ch;margin-left:auto;margin-right:auto}.ghl2-spotlight-stage{margin:1.2rem auto 1rem;width:min(840px,100%);min-height:260px;position:relative;opacity:0;transform:translateY(24px) scale(.985);transition:opacity .46s ease,transform .46s cubic-bezier(.22,1,.36,1)}.ghl2-spotlight-glow{position:absolute;top:4%;right:12%;bottom:4%;left:12%;border-radius:24px;background:radial-gradient(circle at 50% 30%,rgba(248,113,113,.54),rgba(185,28,28,.36),transparent 75%);filter:blur(28px)}.ghl2-spotlight-panel{position:absolute;top:18%;right:14%;bottom:18%;left:14%;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:#0f121cd6;padding:.95rem 1rem}.ghl2-spotlight-panel span{display:inline-block;color:#b9c6df;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.ghl2-spotlight-panel p{margin-top:.45rem;color:#f2f6ff;max-width:42ch}.ghl2-spotlight-grid{margin-top:.95rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.ghl2-spotlight-grid article{border:0;border-radius:0;padding:0;background:transparent;overflow:hidden;opacity:0;transform:translateY(22px);transition:opacity .42s ease,transform .42s ease}.ghl2-spotlight-image-frame{margin-bottom:.72rem;border-radius:10px;overflow:hidden}.ghl2-spotlight-image{display:block;width:calc(100% + 12px);max-width:none;margin:-6px -6px -3px;height:auto;animation:ghl2SpotlightFade .3s ease}.ghl2-alt-spotlight.is-visible .ghl2-spotlight-head{opacity:1;transform:translateY(0)}.ghl2-alt-spotlight.is-visible .ghl2-spotlight-grid article{opacity:1;transform:translateY(0)}.ghl2-alt-spotlight.is-visible .ghl2-spotlight-grid article:nth-child(1){transition-delay:.22s}.ghl2-alt-spotlight.is-visible .ghl2-spotlight-grid article:nth-child(2){transition-delay:.32s}.ghl2-alt-spotlight.is-visible .ghl2-spotlight-grid article:nth-child(3){transition-delay:.42s}.ghl2-spotlight-grid h4{margin:0;font-size:1rem;color:#f7f9ff;text-align:center}.ghl2-spotlight-grid p{margin:.25rem auto 0;color:#bac4d8;font-size:.9rem;line-height:1.45;text-align:center;max-width:32ch}.ghl2-spotlight-card-copy{padding-inline:0;text-align:center}@keyframes ghl2SpotlightFade{0%{opacity:.2}to{opacity:1}}.ghl2-alt-metrics{padding-top:1.4rem;padding-bottom:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;border-top:1px solid rgba(255,255,255,.16)}.ghl2-alt-metrics>div{border-right:1px solid rgba(255,255,255,.12);padding-right:1rem}.ghl2-alt-metrics>div:last-child{border-right:0}.ghl2-alt-metrics h3{margin:0;font-size:clamp(1.12rem,2.4vw,1.75rem)}.ghl2-alt-metrics p{margin-top:.25rem;font-size:.92rem;color:#adb7cc}@media (max-width: 1024px){.ghl2-template-grid{grid-template-columns:1fr}.ghl2-template-card{padding:.4rem 0 1rem}.ghl2-template-card+.ghl2-template-card{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding-left:0;padding-top:.9rem}.ghl2-alt-stats,.ghl2-alt-live,.ghl2-alt-spotlight,.ghl2-alt-compare{grid-template-columns:1fr}.ghl2-alt-sections{gap:4.1rem}.ghl2-alt-metrics{grid-template-columns:1fr}.ghl2-alt-metrics>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:.65rem}.ghl2-alt-metrics>div:last-child{border-bottom:0;padding-bottom:0}}@media (max-width: 920px){.ghl2-alt-live{grid-template-columns:1fr}.ghl2-live-content-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ghl2-spotlight-grid{grid-template-columns:1fr}}.ghl2-echo-orbit{position:absolute;width:58%;aspect-ratio:1 / 1;border-radius:999px;border:1px dashed rgba(248,113,113,.38);left:21%;top:16%;animation:echoSpin 10s linear infinite}.ghl2-echo-chip{position:absolute;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ef44442e;color:#ffd7d7;font-size:.82rem;padding:.35rem .7rem}.ghl2-echo-chip.a{left:12%;top:21%}.ghl2-echo-chip.b{right:14%;top:42%}.ghl2-echo-chip.c{left:28%;bottom:18%}.layout-pulse{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);gap:1.1rem;align-items:center}.ghl2-pulse-visual{padding:1rem;display:grid;gap:.7rem}.ghl2-pulse-row{display:grid;gap:.45rem}.ghl2-pulse-row span{color:#d4d7df;font-size:.87rem}.ghl2-pulse-row i{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,#f87171d9,#b91c1cd9);transform:scaleX(0);transform-origin:left center;transition:transform .62s ease}.layout-pulse.is-visible .ghl2-pulse-row i{transform:scaleX(1)}.layout-spark{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1fr);gap:1.1rem;align-items:center}.ghl2-spark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;padding:.7rem}.ghl2-spark-grid div{border-radius:10px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 30% 20%,rgba(248,113,113,.35),transparent 55%),#ffffff08;min-height:88px;transform:translateY(12px);opacity:.6;transition:transform .32s ease,opacity .32s ease}.layout-spark.is-visible .ghl2-spark-grid div{transform:translateY(0);opacity:1}.layout-spark.is-visible .ghl2-spark-grid div:nth-child(2){transition-delay:80ms}.layout-spark.is-visible .ghl2-spark-grid div:nth-child(3){transition-delay:.14s}.layout-spark.is-visible .ghl2-spark-grid div:nth-child(4){transition-delay:.2s}@keyframes echoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 920px){.layout-echo,.layout-pulse,.layout-spark{grid-template-columns:1fr}.layout-pulse .ghl2-alt-copy{order:-1}.ghl2-alt-visual{min-height:180px}}.ghl2-pinned-wrap{margin-top:10rem;min-height:340vh}.ghl2-pinned-sticky{position:sticky;top:92px;min-height:calc(100vh - 110px);display:grid;align-content:start;gap:1.35rem}.ghl2-pinned-stage{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.2vw,1.8rem);align-items:center;width:min(1120px,94%);margin-left:auto;margin-right:0}.ghl2-pinned-stage.has-copy{grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)}.ghl2-pinned-copy{opacity:0;transform:translateY(12px);transition:opacity .26s ease,transform .26s ease}.ghl2-pinned-copy.is-visible{opacity:1;transform:none}.ghl2-pinned-kicker{margin:0;letter-spacing:.09em;text-transform:uppercase;font-size:.74rem;color:#fca5a5}.ghl2-pinned-copy h3{margin:.45rem 0 .5rem;font-size:clamp(1.25rem,2.3vw,1.62rem);line-height:1.22}.ghl2-pinned-copy p{margin:0;color:#d2d5dd;line-height:1.65}.ghl2-pinned-muted{margin-top:.7rem!important;color:#a5acbc!important}.ghl2-showcase-pinned .ghl2-phone-preview{transform:translateY(-16px);transition:transform .18s linear}.ghl2-showcase-pinned{overflow:visible;border-radius:0}.ghl2-showcase-pinned .ghl2-showcase-glow{bottom:8%}.ghl2-phone-screen.phone-state-1 .ghl2-phone-ui-card.a{height:23%}.ghl2-phone-screen.phone-state-1 .ghl2-phone-ui-card.b{height:38%;background:#ef44444d}.ghl2-phone-screen.phone-state-1 .ghl2-phone-ui-row span:nth-child(2){background:#f8717133}.ghl2-phone-screen.phone-state-2 .ghl2-phone-ui-card.a{height:18%}.ghl2-phone-screen.phone-state-2 .ghl2-phone-ui-card.b{height:22%;background:#ef444438}.ghl2-phone-screen.phone-state-2 .ghl2-phone-ui-row span:nth-child(1),.ghl2-phone-screen.phone-state-2 .ghl2-phone-ui-row span:nth-child(3){background:#f871712b}.ghl2-stream-block{display:grid;gap:1.25rem}.ghl2-primary-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.6rem;align-items:center}.ghl2-stream-block.align-right .ghl2-stream-head{order:2}.ghl2-stream-block.align-right .ghl2-showcase{order:1}.ghl2-stream-block.align-center .ghl2-primary-row{grid-template-columns:1fr}.ghl2-stream-head{text-align:center}.ghl2-stream-head span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:radial-gradient(circle at 40% 20%,#f871719e,#b91c1c38);margin-bottom:.85rem}.ghl2-stream-head h2{margin:0;font-size:clamp(1.8rem,4.3vw,3rem);letter-spacing:-.03em}.ghl2-stream-head p{margin:.8rem auto 0;max-width:67ch;color:var(--muted)}.ghl2-stream-head.is-left{text-align:left}.ghl2-stream-head.is-left span{margin-left:0}.ghl2-stream-head.is-left h2,.ghl2-stream-head.is-left p{margin-left:0;margin-right:auto}.ghl2-stream-head.is-right{text-align:right}.ghl2-stream-head.is-right span{margin-left:auto}.ghl2-stream-head.is-right h2,.ghl2-stream-head.is-right p{margin-left:auto;margin-right:0}.ghl2-showcase{position:relative;min-height:430px;border:0;border-radius:22px;overflow:hidden;background:transparent;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2.2vw,1.5rem);isolation:isolate}.ghl2-showcase-bg{position:absolute;top:14%;right:8%;bottom:12%;left:8%;z-index:0;background:radial-gradient(circle at 50% 75%,#dc262666,#dc262600 62%),radial-gradient(circle at 50% 25%,#f871713d,#f8717100 60%);background-size:cover;background-position:center;filter:blur(14px);border-radius:999px}.ghl2-showcase-glow{position:absolute;z-index:0;width:min(600px,78%);aspect-ratio:1 / 1;left:50%;transform:translate(-50%);bottom:-12%;border-radius:999px;background:radial-gradient(circle,rgba(239,68,68,.84),rgba(185,28,28,.34) 52%,transparent 78%);filter:blur(34px)}.ghl2-phone-preview{position:relative;z-index:1;width:min(360px,60%);aspect-ratio:9 / 19.5;border-radius:36px;border:0;background:transparent;padding:0;box-shadow:0 0 0 2.5px #cbd5e199,0 0 0 5px #94a3b847,0 18px 44px #00000073}.ghl2-phone-preview:before,.ghl2-phone-preview:after{content:"";position:absolute;z-index:3;border-radius:999px;background:#94a3b88c;box-shadow:inset 0 0 0 1px #ffffff2e}.ghl2-phone-preview:before{left:-8px;top:24%;width:4px;height:42px;box-shadow:inset 0 0 0 1px #ffffff2e,0 56px #94a3b88c}.ghl2-phone-preview:after{right:-8px;top:34%;width:4px;height:62px}.ghl2-phone-screen{position:relative;margin-top:0;height:100%;border-radius:36px;border:0;padding:0;overflow:hidden;background:transparent}.ghl2-phone-filler-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:36px;border:0;background:transparent;opacity:0;transition:opacity .42s ease}.ghl2-phone-filler-video.is-active{opacity:1}.ghl2-phone-ui-head{display:flex;gap:.35rem}.ghl2-phone-ui-head span{height:7px;border-radius:999px;background:#fff3}.ghl2-phone-ui-head span:nth-child(1){width:36%}.ghl2-phone-ui-head span:nth-child(2){width:24%}.ghl2-phone-ui-head span:nth-child(3){width:18%;margin-left:auto}.ghl2-phone-ui-card{border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff12}.ghl2-phone-ui-card.a{height:36%}.ghl2-phone-ui-card.b{height:24%;background:#ef44443d}.ghl2-phone-ui-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;align-self:end}.ghl2-phone-ui-row span{height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f}.ghl2-meta-grid{display:grid;grid-template-columns:1.2fr 1.2fr .9fr;margin-top:.25rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}.ghl2-meta-grid article{padding:1rem;background:#ffffff05}.ghl2-meta-grid article+article{border-left:1px solid rgba(255,255,255,.08)}.ghl2-meta-grid h3{margin:0 0 .48rem;font-size:1.04rem}.ghl2-meta-grid p{margin:0;color:#bec3d0;line-height:1.55}.ghl2-meta-grid a{color:#f87171;text-decoration:none;font-weight:600}.ghl2-meta-grid a:hover{color:#fca5a5}.ghl2-industry{margin-top:5.8rem;text-align:center}.ghl2-industry h2{margin:0 auto;max-width:24ch;font-size:clamp(1.7rem,4vw,2.8rem);line-height:1.18}.ghl2-industry-pills{margin-top:1rem;display:inline-flex;gap:.4rem;padding:.25rem;border:1px solid rgba(255,255,255,.15);border-radius:999px}.ghl2-industry-pills span{padding:.42rem .88rem;border-radius:999px;color:#adb4c3}.ghl2-industry-pills .is-active{color:#fff;background:#ffffff1a}.ghl2-industry-grid{margin-top:1.6rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.ghl2-industry-grid article{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.1rem .9rem;background:#ffffff05}.ghl2-industry-grid h3{margin:0}.ghl2-industry-grid p{margin:.5rem 0 0;color:#b6bdcc}.ghl2-bottom-cta{text-align:center;padding-top:6.3rem;padding-bottom:2rem}.ghl2-bottom-cta h2{margin:0 auto;max-width:20ch}.ghl2-bottom-cta .lead{margin-left:auto;margin-right:auto}@media (max-width: 1080px){.ghl2-logos{grid-template-columns:repeat(3,minmax(0,1fr))}.ghl2-stage-a,.ghl2-stage-b,.ghl2-stage-c{position:static;width:100%;height:220px}.ghl2-hero-stage{display:grid;gap:.8rem;padding:1rem;min-height:0}.ghl2-hero-glow{top:40%;bottom:auto;width:88%}.ghl2-meta-grid,.ghl2-primary-row{grid-template-columns:1fr}.ghl2-stream-block.align-right .ghl2-stream-head,.ghl2-stream-block.align-right .ghl2-showcase{order:initial}.ghl2-meta-grid article+article{border-left:0;border-top:1px solid rgba(255,255,255,.08)}.ghl2-scroll-layout{grid-template-columns:1fr;gap:1rem}.ghl2-scroll-left-head{position:static;background:transparent;padding:0 0 .8rem}.ghl2-scroll-phone-rail{position:sticky;top:86px;order:1;z-index:6;margin-bottom:.4rem}.ghl2-scroll-list{order:2;padding-top:1.2rem;padding-bottom:4.2rem}.ghl2-scroll-item{min-height:52vh;padding-right:0}.ghl2-pinned-wrap{min-height:auto;margin-top:6.6rem}.ghl2-pinned-sticky{position:static;min-height:0}.ghl2-pinned-stage{grid-template-columns:1fr}.ghl2-pinned-copy{opacity:1;transform:none}.ghl2-showcase-pinned .ghl2-phone-preview{transform:translateY(0)!important}}@media (max-width: 760px){.ghl2-hero-stage{display:none}html,body,#root,.ghl2-page{background:#000}.hero-bg,.ghl2-stage-b,.ghl2-stage-c{display:none}.ghl2-stage-a{position:relative;left:auto;right:auto;top:auto;width:min(370px,92%);height:auto;margin:0 auto}.ghl2-hero-glow{top:46%;width:94%}.ghl2-scroll-features{margin-top:0rem}.ghl2-alt-sections{margin-top:3.2rem;gap:2.6rem}.ghl2-alt-section{padding:.25rem 0}.ghl2-scroll-phone-rail{top:68px;background:#000;overflow:hidden}.ghl2-scroll-phone-rail:before{content:"";position:absolute;top:0;left:0;right:0;height:14px;background:#000;z-index:7;pointer-events:none}.ghl2-scroll-phone-rail .ghl2-showcase{min-height:min(78svh,700px);padding:0;align-items:center}.ghl2-scroll-list{display:none}.ghl2-scroll-item{min-height:48vh;text-align:center;justify-items:center;padding-right:0}.ghl2-scroll-item h3,.ghl2-scroll-item p,.ghl2-scroll-meta{margin-left:auto;margin-right:auto}.ghl2-scroll-item p{max-width:34ch}.ghl2-mobile-feature-switcher{display:grid;grid-template-columns:minmax(0,1fr);gap:.55rem;align-items:start;margin-top:-2rem;padding:0rem .5rem .2rem}.ghl2-mobile-feature-copy{text-align:center}.ghl2-mobile-feature-label{margin:0 0 .35rem;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;font-weight:700}.ghl2-mobile-feature-copy h3{margin:0;font-size:clamp(1.08rem,4.2vw,1.22rem)}.ghl2-mobile-feature-copy p{margin:.38rem auto 0;max-width:32ch;color:#cfd3dc;line-height:1.55;font-size:.95rem}.ghl2-mobile-feature-dots{display:flex;align-items:center;justify-content:center;gap:.42rem;margin-top:.08rem}.ghl2-mobile-feature-dot{width:7px;height:7px;border-radius:999px;border:0;padding:0;background:#ffffff59;cursor:pointer}.ghl2-mobile-feature-dot.is-active{width:17px;background:#f87171}.ghl2-alt-stats-left,.ghl2-alt-stats-right{grid-column:1;grid-row:auto}.ghl2-template-card+.ghl2-template-card{border-top:0}.ghl2-alt-stats-left{padding-left:.85rem;padding-right:0}.ghl2-alt-stats-right{margin-top:.9rem}.ghl2-alt-stats-image,.ghl2-alt-stats.is-visible .ghl2-alt-stats-image{width:100%;margin:0;opacity:1;clip-path:none;animation:none}.ghl2-signup-row,.ghl2-signup-row-bottom{grid-template-columns:1fr;align-items:stretch;width:100%;max-width:460px;margin-left:auto;margin-right:auto}.ghl2-signup-row input,.ghl2-signup-row .btn,.ghl2-signup-row-bottom input,.ghl2-signup-row-bottom .btn{width:100%}.ghl2-showcase{min-height:320px;justify-content:center;padding-right:0}.ghl2-pinned-wrap{margin-top:4.8rem}.ghl2-phone-preview{width:min(252px,70vw,calc((100svh - 224px) * (9 / 19.5)));max-height:calc(100svh - 224px);height:auto}.ghl2-phone-screen{border-radius:34px;overflow:hidden;mask-image:radial-gradient(#fff,#000);-webkit-mask-image:-webkit-radial-gradient(white,black);clip-path:inset(0 round 34px);-webkit-clip-path:inset(0 round 34px)}.ghl2-phone-filler-video{border-radius:0}.ghl2-stream-head.is-left,.ghl2-stream-head.is-right{text-align:center}.ghl2-stream-head.is-left span,.ghl2-stream-head.is-right span,.ghl2-stream-head.is-left h2,.ghl2-stream-head.is-left p,.ghl2-stream-head.is-right h2,.ghl2-stream-head.is-right p{margin-left:auto;margin-right:auto}.ghl2-industry-grid{grid-template-columns:1fr}}
