.landing{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.landing__ambient{pointer-events:none;z-index:0;position:fixed;inset:0}.landing__orb{filter:blur(100px);opacity:.1;border-radius:50%;position:absolute}.landing__orb--gold{background:var(--accent-gold);width:500px;height:500px;animation:20s ease-in-out infinite drift;top:-150px;right:-100px}.landing__orb--teal{background:var(--accent-teal);width:400px;height:400px;animation:25s ease-in-out infinite reverse drift;bottom:-100px;left:-100px}@keyframes drift{0%,to{transform:translate(0)}33%{transform:translate(30px,-20px)}66%{transform:translate(-20px,15px)}}.landing__header{z-index:1;padding:var(--space-5)var(--space-8);max-width:var(--page-max-width);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.landing__logo{align-items:center;gap:var(--space-3);font-size:var(--text-lg);color:var(--text-primary);font-weight:600;display:flex}.landing__logo-icon{background:linear-gradient(135deg,var(--accent-gold)0%,#8b6f00 100%);width:32px;height:32px;color:var(--text-inverse);border-radius:8px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.landing__main{z-index:1;padding:var(--space-8);max-width:var(--page-max-width);flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.landing__hero{text-align:center;max-width:640px;animation:.7s both fadeInUp}.landing__title{font-size:var(--text-5xl);letter-spacing:-.03em;margin-bottom:var(--space-6);font-weight:700;line-height:1.1}.landing__title-accent{background:linear-gradient(135deg,var(--accent-gold)0%,var(--accent-teal)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing__subtitle{font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--text-secondary);margin-bottom:var(--space-10);max-width:520px;margin-left:auto;margin-right:auto}.landing__cta{justify-content:center;align-items:center;gap:var(--space-4);display:flex}.landing__steps{gap:var(--space-8);margin-top:var(--space-20);grid-template-columns:repeat(3,1fr);width:100%;max-width:720px;animation:.7s .2s both fadeInUp;display:grid}.landing__step{text-align:center}.landing__step-number{border-radius:var(--radius-full);border:1px solid var(--border-strong);width:36px;height:36px;font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-4);justify-content:center;align-items:center;font-weight:600;display:inline-flex}.landing__step-title{font-size:var(--text-base);margin-bottom:var(--space-2);font-weight:600}.landing__step-desc{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-relaxed)}.landing__footer{z-index:1;text-align:center;padding:var(--space-8);position:relative}.landing__footer-text{font-size:var(--text-xs);color:var(--text-muted)}@media (max-width:640px){.landing__steps{gap:var(--space-6);margin-top:var(--space-12);grid-template-columns:1fr}.landing__title{font-size:var(--text-4xl)}.landing__cta{flex-direction:column;width:100%}.landing__cta .btn{width:100%}}
