.gradient-text{background:var(--gradient-vapor);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-mono{font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;letter-spacing:var(--tracking-wide)}.btn--glow{box-shadow:0 0 20px var(--color-cta-glow),0 0 60px rgba(255,58,74,.15)}.btn--glow:hover{box-shadow:0 0 30px var(--color-cta-glow),0 0 80px rgba(255,58,74,.25)}.section--alt-bg{background:var(--color-surface)}.landing-hero{align-items:center;background:var(--color-dark);color:var(--color-text-on-dark);display:flex;min-height:50vh;overflow:hidden;padding:calc(var(--header-height) + var(--space-4xl)) 0 var(--space-4xl);position:relative}.landing-hero__overlay{background:repeating-linear-gradient(0deg,transparent,transparent 39px,var(--alpha-cyan-06) 39px,var(--alpha-cyan-06) 40px),repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(0,240,255,.04) 79px,rgba(0,240,255,.04) 80px);inset:0;mask-image:linear-gradient(180deg,transparent 0,#000 30%,#000 70%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 30%,#000 70%,transparent);pointer-events:none;position:absolute;z-index:0}.landing-hero__content{max-width:var(--container-narrow);position:relative;z-index:1}.landing-hero__title{color:var(--color-text-on-dark);font-size:clamp(var(--text-3xl),5vw,var(--text-5xl));font-weight:var(--weight-extrabold);line-height:var(--leading-tight);margin-bottom:var(--space-lg)}.landing-hero__subtitle{color:var(--color-text-on-dark-secondary);font-size:clamp(var(--text-base),2vw,var(--text-xl));line-height:var(--leading-normal);margin-bottom:var(--space-lg);max-width:600px}.landing-hero--license:after{background:radial-gradient(ellipse at 80% 50%,var(--alpha-cyan-08) 0,transparent 60%)}.landing-hero--license:after,.landing-hero--mystery:after{bottom:0;content:"";height:100%;pointer-events:none;position:absolute;right:0;width:50%}.landing-hero--mystery:after{background:radial-gradient(ellipse at 80% 50%,rgba(180,74,255,.08) 0,transparent 60%)}.landing-hero--seasonal:after{background:radial-gradient(ellipse at 80% 50%,rgba(255,45,120,.06) 0,transparent 60%);bottom:0;content:"";height:100%;pointer-events:none;position:absolute;right:0;width:50%}.landing-features{display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.landing-feature{background:var(--color-white);border:1px solid var(--alpha-black-06);border-radius:var(--radius-lg);padding:var(--space-2xl);text-align:center;transition:transform var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out)}.landing-feature:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.landing-feature__icon{align-items:center;background:linear-gradient(135deg,var(--alpha-cyan-08) 0,rgba(180,74,255,.06) 100%);border-radius:var(--radius-lg);color:var(--color-neon-cyan);display:flex;height:72px;justify-content:center;margin:0 auto var(--space-lg);width:72px}.landing-feature__icon svg{height:36px;width:36px}.landing-feature h3{font-size:var(--text-lg);font-weight:var(--weight-bold);margin-bottom:var(--space-sm)}.landing-feature p{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal)}.landing-steps{display:grid;gap:var(--space-2xl);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.landing-step,.landing-steps--connected{position:relative}.landing-step__number{align-items:center;background:var(--gradient-vapor);border-radius:var(--radius-full);color:var(--color-white);display:inline-flex;height:48px;justify-content:center;margin-bottom:var(--space-lg);width:48px}.landing-step h3,.landing-step__number{font-size:var(--text-lg);font-weight:var(--weight-bold)}.landing-step h3{margin-bottom:var(--space-sm)}.landing-step p{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);margin:0 auto;max-width:280px}@media (min-width:768px){.landing-steps--connected .landing-step:not(:last-child):after{background:var(--gradient-pink-cyan);content:"";height:2px;opacity:.3;position:absolute;right:-16px;top:24px;transform:translateX(50%);width:calc(100% - 48px)}}.landing-terms-grid{display:grid;gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.landing-term{border-radius:var(--radius-lg);padding:var(--space-2xl)}.landing-term h3{align-items:center;display:flex;font-size:var(--text-xl);font-weight:var(--weight-bold);gap:var(--space-sm);margin-bottom:var(--space-lg)}.landing-term ul{list-style:none;padding:0}.landing-term ul li{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);margin-bottom:var(--space-md);padding-left:var(--space-xl);position:relative}.landing-term ul li:before{font-size:var(--text-base);left:0;position:absolute;top:.1em}.landing-term--allowed{background:rgba(0,229,160,.04);border:1px solid rgba(0,229,160,.15)}.landing-term--allowed h3:before{background:var(--color-success);border-radius:var(--radius-full);content:"";display:inline-block;height:8px;width:8px}.landing-term--allowed ul li:before{color:var(--color-success);content:"\2713"}.landing-term--restricted{background:rgba(255,58,74,.04);border:1px solid rgba(255,58,74,.12)}.landing-term--restricted h3:before{background:var(--color-cta);border-radius:var(--radius-full);content:"";display:inline-block;height:8px;width:8px}.landing-term--restricted ul li:before{color:var(--color-cta);content:"\2717"}.section--landing-subscribe{background:var(--color-dark)}.section--landing-subscribe,.section--landing-subscribe .section__title{color:var(--color-text-on-dark)}.section--landing-subscribe .section__subtitle{color:var(--color-text-on-dark-secondary)}.license-waitlist__message{border-radius:var(--radius-md);font-size:var(--text-sm);margin-top:var(--space-md);padding:var(--space-sm) var(--space-md);text-align:center}.license-waitlist__message--success{background:rgba(0,229,160,.12);border:1px solid rgba(0,229,160,.3);color:var(--color-success)}.license-waitlist__message--error{background:rgba(255,107,53,.12);border:1px solid rgba(255,107,53,.3);color:var(--color-danger)}.page-landing .section__subtitle,.page-landing .section__title{margin-bottom:var(--space-2xl);text-align:center}.page-landing .section__subtitle{margin-left:auto;margin-right:auto;max-width:600px}.page-landing .product-faq{display:flex;flex-direction:column;gap:var(--space-md)}.page-landing .product-faq__item{border:1px solid var(--alpha-black-06);border-radius:var(--radius-md);overflow:hidden}.page-landing .product-faq__question{cursor:pointer;font-size:var(--text-base);font-weight:var(--weight-semibold);padding:var(--space-lg) var(--space-xl);transition:background var(--duration-fast)}.page-landing .product-faq__question:hover{background:var(--color-surface)}.page-landing .product-faq__question:focus-visible{outline:2px solid var(--color-neon-cyan);outline-offset:-2px}.page-landing .product-faq__answer{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);padding:0 var(--space-xl) var(--space-lg)}.page-landing .product-faq__answer p:last-child{margin-bottom:0}.seasonal-intro{color:var(--color-text-secondary);font-size:var(--text-lg);line-height:var(--leading-normal);text-align:center}@media (max-width:768px){.landing-hero{min-height:auto;padding:calc(var(--header-height) + var(--space-2xl)) 0 var(--space-2xl)}.landing-hero__title{font-size:var(--text-3xl)}.landing-features{gap:var(--space-lg);grid-template-columns:1fr}.landing-feature{padding:var(--space-xl)}.landing-steps{gap:var(--space-xl)}.landing-steps,.landing-terms-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.landing-feature:hover{transform:none}.btn--glow{box-shadow:none}.btn--glow:hover{box-shadow:0 4px 16px var(--color-cta-glow)}}