.landing-page{--night-deepest:#0a0f18;--night-deep:#141e30;--night-mid:#1a2744;--night-light:#243354;--moon-light:#faf6ed;--moon-mid:#f5f0e6;--moon-soft:#e8e0d0;--amber-warm:#d4a574;--amber-glow:#e8c49a;--rose-soft:#c9a8a8;--font-serif:"Cormorant Garamond",Georgia,serif;--font-sans:"Source Sans 3",sans-serif;font-family:var(--font-sans);background:var(--night-deep);color:var(--moon-mid);isolation:isolate;min-height:100vh;line-height:1.7;overflow-x:hidden}.landing-page .hero{flex-direction:column;justify-content:flex-end;height:100vh;display:flex;position:relative;overflow:hidden}.landing-page .hero-image{object-fit:cover;object-position:center top;z-index:1;width:100%;height:100%;position:absolute;inset:0}.landing-page .hero-overlay{z-index:2;background:linear-gradient(#0a0f181a 0%,#0a0f184d 40%,#0a0f18b3 70%,#0a0f18f2 100%);position:absolute;inset:0}.landing-page .hero-content{z-index:10;max-width:800px;padding:6rem 4rem;animation:1.5s ease-out fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.landing-page .hero-tagline{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;color:var(--amber-warm);opacity:0;text-shadow:0 2px 8px #000c;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;animation:1s ease-out .3s forwards fadeUp}.landing-page .hero-headline{font-family:var(--font-serif);color:var(--moon-light);letter-spacing:-.02em;opacity:0;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,4.5rem);font-weight:500;line-height:1.15;animation:1s ease-out .5s forwards fadeUp}.landing-page .hero-subheadline{color:var(--moon-soft);opacity:0;max-width:540px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300;line-height:1.7;animation:1s ease-out .7s forwards fadeUp}.landing-page .cta-button{font-family:var(--font-sans);color:var(--night-deep);background:linear-gradient(135deg,var(--amber-warm)0%,var(--amber-glow)100%);cursor:pointer;opacity:0;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:1s ease-out .9s forwards fadeUp;display:inline-flex;box-shadow:0 4px 20px #d4a5744d}.landing-page .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d4a57466}.landing-page .cta-button svg{width:18px;height:18px;transition:transform .2s}.landing-page .cta-button:hover svg{transform:translate(3px)}.landing-page .section{padding:6rem 4rem}.landing-page .section-inner{max-width:900px;margin:0 auto}.landing-page .section-dark{background:var(--night-deep)}.landing-page .section-warm{background:linear-gradient(180deg,var(--night-mid)0%,var(--night-deep)100%)}.landing-page .section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--amber-warm);margin-bottom:1rem;font-size:.75rem;font-weight:500}.landing-page .section-headline{font-family:var(--font-serif);color:var(--moon-light);margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:500;line-height:1.25}.landing-page .section-body{color:var(--moon-soft);max-width:640px;font-size:1.1rem}.landing-page .section-body.center{text-align:center;margin:0 auto 2.5rem}.landing-page .how-it-works{background:var(--night-mid);padding:6rem 4rem}.landing-page .steps-container{max-width:1000px;margin:0 auto}.landing-page .steps-header{text-align:center;margin-bottom:4rem}.landing-page .steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-page .step-card{text-align:center;background:#141e3080;border:1px solid #faf6ed0f;border-radius:20px;padding:2rem;transition:transform .3s,background .3s}.landing-page .step-card:hover{background:#141e30b3;transform:translateY(-4px)}.landing-page .step-number{font-family:var(--font-serif);color:var(--amber-warm);opacity:.5;margin-bottom:1rem;font-size:2.5rem;font-weight:400}.landing-page .step-title{font-family:var(--font-serif);color:var(--moon-light);margin-bottom:.75rem;font-size:1.3rem;font-weight:500}.landing-page .step-desc{color:var(--moon-soft);opacity:.8;font-size:.95rem;line-height:1.6}.landing-page .final-cta{text-align:center;background:linear-gradient(180deg,var(--night-deep)0%,var(--night-deepest)100%);padding:8rem 4rem}.landing-page .final-cta .section-headline{margin-bottom:1rem}.landing-page .final-cta .cta-button{opacity:1;animation:none}.landing-page .landing-footer{z-index:10;text-align:center;padding:1.5rem 4rem;position:absolute;bottom:0;left:0;right:0}.landing-page .footer-links{justify-content:center;gap:2rem;display:flex}.landing-page .footer-links a{color:var(--moon-soft);opacity:.6;font-size:.9rem;text-decoration:none;transition:opacity .2s}.landing-page .footer-links a:hover{opacity:1}@media (max-width:900px){.landing-page .steps-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.landing-page .hero-content{padding:3rem 1.5rem 6rem}.landing-page .hero-headline{font-size:clamp(2rem,8vw,3rem)}.landing-page .hero-subheadline{font-size:1.0625rem}.landing-page .cta-button{padding:1rem 2rem;font-size:1rem}.landing-page .section,.landing-page .how-it-works{padding:4rem 2rem}.landing-page .final-cta{padding:5rem 2rem}.landing-page .landing-footer{padding:1rem 1.5rem}.landing-page .footer-links{gap:1.5rem}.landing-page .footer-links a{font-size:.8125rem}}
