nav{z-index:100;background:linear-gradient(#0a0a09f2 0%,#0000 100%);padding:1.25rem 2.5rem;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.nav-logo{color:var(--white);letter-spacing:-.5px;align-items:center;gap:6px;font-family:Playfair Display,serif;font-size:22px;font-weight:900;text-decoration:none;display:flex}.nav-dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2.5s infinite pulse}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:#f7f6f280;letter-spacing:.02em;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--white)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.nav-cta{letter-spacing:.08em;text-transform:uppercase;color:var(--black);background:var(--orange);cursor:pointer;border:none;border-radius:99px;padding:9px 20px;font-size:12px;font-weight:600;text-decoration:none;transition:transform .2s,opacity .2s}.nav-cta:hover{opacity:.9;transform:scale(1.04)}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 2.5rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--green-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:15%;left:-10%}.hero:after{content:"";background:radial-gradient(circle, var(--orange-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;bottom:10%;right:-5%}.hero-container{width:100%;max-width:1200px;margin:0 auto}.hero-inner{z-index:1;max-width:680px;position:relative}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--green);align-items:center;gap:8px;margin-bottom:1.5rem;font-size:11px;font-weight:600;animation:.6s .1s both fadeUp;display:flex}.hero-eyebrow:before{content:"";background:var(--green);width:24px;height:1.5px;display:inline-block}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-headline{letter-spacing:-3px;color:var(--white);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(52px,9vw,110px);font-weight:900;line-height:.95;animation:.7s .2s both fadeUp}.line-ghost{color:#0000;-webkit-text-stroke:1.5px #f7f6f259}.accent{color:var(--orange);-webkit-text-stroke:0;font-style:italic}.hero-sub{color:var(--muted);max-width:500px;margin-bottom:2rem;font-size:clamp(17px,2vw,20px);font-weight:400;line-height:1.65;animation:.7s .35s both fadeUp}.proof-strip{align-items:center;gap:1rem;margin-bottom:1.5rem;animation:.6s .45s both fadeUp;display:flex}.avatar-stack{display:flex}.avatar{border:2px solid var(--black);width:32px;height:32px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;margin-right:-8px;font-size:12px;font-weight:600;display:flex}.proof-text{color:var(--muted);margin-left:14px;font-size:13px}.proof-text strong{color:var(--white)}.waitlist-form{flex-wrap:wrap;gap:8px;max-width:460px;animation:.7s .55s both fadeUp;display:flex}.waitlist-input{border:1px solid var(--border);min-width:220px;height:48px;color:var(--white);background:#f7f6f212;border-radius:99px;outline:none;flex:1;padding:0 20px;font-family:Syne,sans-serif;font-size:14px;transition:border-color .2s,background .2s}.waitlist-input::placeholder{color:#f7f6f24d}.waitlist-input:focus{outline-offset:2px;background:#f7f6f21a;border-color:#f7f6f24d;outline:2px solid #f7f6f226}.waitlist-input.err{border-color:#f8717199}.waitlist-btn{background:var(--orange);height:48px;color:var(--black);cursor:pointer;white-space:nowrap;border:none;border-radius:99px;padding:0 28px;font-family:Syne,sans-serif;font-size:14px;font-weight:600;transition:transform .2s,opacity .2s}.waitlist-btn:hover:not(:disabled){transform:scale(1.04)}.waitlist-btn:disabled{opacity:.6;cursor:not-allowed}.waitlist-btn:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.form-note{color:#f7f6f24d;margin-top:.6rem;font-size:12px;animation:.6s .7s both fadeUp}.form-error{color:#f87171;margin-top:.4rem;font-size:12px}.success-msg{color:var(--green);padding:.75rem 0;font-size:14px;font-weight:500}.problem-strip{background:var(--off-black);border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:1;padding:4rem 2.5rem;position:relative}.problem-inner{width:100%;max-width:1200px;margin:0 auto}.big-quote{color:var(--white);letter-spacing:-.5px;max-width:760px;font-family:Playfair Display,serif;font-size:clamp(22px,3.5vw,40px);font-weight:700;line-height:1.2}.big-quote em{color:var(--orange);font-style:italic}.section{z-index:1;padding:5rem 2.5rem;position:relative}.section-inner{width:100%;max-width:1200px;margin:0 auto}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--orange);align-items:center;gap:8px;margin-bottom:1rem;font-size:11px;font-weight:600;display:flex}.section-label:before{content:"";background:var(--orange);width:20px;height:1.5px;display:inline-block}.section-title{letter-spacing:-1.5px;color:var(--white);max-width:700px;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(34px,5vw,56px);font-weight:700;line-height:1.05}.section-title em{color:var(--green);font-style:italic}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}.vibe-hero-card{background:var(--off-black);border:1px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;margin-bottom:1px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.vibe-hero-card:before{content:"";background:var(--green-glow);opacity:.6;pointer-events:none;position:absolute;inset:0}.vibe-hero-left{z-index:1;max-width:520px;position:relative}.vibe-hero-right{z-index:1;text-align:right;flex-shrink:0;position:relative}.vibe-hero-title{color:var(--white);letter-spacing:-.5px;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(22px,3vw,32px);font-weight:700;line-height:1.1}.vibe-hero-desc{color:var(--muted);font-size:15px;line-height:1.7}.vibe-hero-stat{color:var(--green);letter-spacing:-1px;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1}.vibe-hero-sub{color:#f7f6f259;max-width:160px;margin-top:.4rem;margin-left:auto;font-size:12px}.vibe-grid{background:var(--border);border:1px solid var(--border);border-radius:0 0 20px 20px;grid-template-columns:repeat(5,1fr);gap:1px;display:grid;overflow:hidden}.vibe-card{background:var(--off-black);padding:1.75rem 1.5rem;transition:background .25s;position:relative;overflow:hidden}.vibe-card:before{content:"";background:var(--green-glow);opacity:0;transition:opacity .3s;position:absolute;inset:0}.vibe-card:hover:before{opacity:1}.vibe-em{margin-bottom:.85rem;font-size:26px}.vibe-title{color:var(--white);margin-bottom:.35rem;font-size:14px;font-weight:600}.vibe-desc{color:var(--muted);font-size:12.5px;line-height:1.6}.steps-grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:0;margin-top:3rem;display:grid}.step-card{border:1px solid var(--border);background:#f7f6f20a;border-radius:16px;padding:1.75rem 1.5rem;transition:border-color .25s,background .25s;position:relative}.step-card:hover{background:#f7f6f20f;border-color:#f7f6f233}.step-number{color:#0000;-webkit-text-stroke:1px #f7f6f21f;letter-spacing:-2px;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:56px;font-weight:900;line-height:1}.step-icon-lg{margin-bottom:.75rem;font-size:28px}.step-title{color:var(--white);margin-bottom:.5rem;font-size:15px;font-weight:600}.step-desc{color:var(--muted);font-size:13px;line-height:1.65}.step-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--green-glow);color:var(--green);border:1px solid #1d9e7540;border-radius:99px;margin-top:.85rem;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.step-connector{color:#f7f6f226;justify-content:center;align-items:flex-start;padding-top:3.5rem;font-size:18px;display:flex}.vs-section{z-index:1;padding:5rem 2.5rem;position:relative}.vs-grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:800px;margin-top:2.5rem;display:grid}.vs-title{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem;font-size:13px;font-weight:600}.vs-title.red{color:#f87171}.vs-title.green-col{color:var(--green)}.vs-item{color:var(--muted);align-items:flex-start;gap:8px;margin-bottom:.6rem;font-size:13.5px;line-height:1.45;display:flex}.vs-divider{color:#f7f6f226;text-align:center;font-family:Playfair Display,serif;font-size:28px;font-weight:900}.bottom-cta{text-align:center;z-index:1;padding:6rem 2.5rem;position:relative}.bottom-cta:before{content:"";background:radial-gradient(circle, var(--green-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:700px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bottom-title{letter-spacing:-2px;color:var(--white);z-index:1;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(38px,6vw,72px);font-weight:900;line-height:1;position:relative}.bottom-title em{color:var(--orange);font-style:italic}.urgency-note{color:var(--orange);letter-spacing:.04em;z-index:1;margin-bottom:1rem;font-size:13px;font-weight:600;position:relative}.bottom-sub{color:var(--muted);z-index:1;max-width:440px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6;position:relative}.bottom-form{z-index:1;flex-wrap:wrap;justify-content:center;gap:8px;max-width:420px;margin:0 auto 1rem;display:flex;position:relative}.city-badge{color:#f7f6f24d;z-index:1;align-items:center;gap:6px;margin-top:.75rem;font-size:12px;display:inline-flex;position:relative}.city-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2.5s infinite pulse}footer{border-top:1px solid var(--border);z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:100%;padding:2rem 2.5rem;display:flex;position:relative}.footer-logo{color:#f7f6f266;font-family:Playfair Display,serif;font-size:16px;font-weight:700}.footer-text{color:#f7f6f233;font-size:12px}@media (max-width:900px){.vibe-grid{grid-template-columns:repeat(3,1fr)}.vibe-hero-right{display:none}.steps-grid{grid-template-columns:1fr;gap:1rem}.step-connector{display:none}.step-card{padding:1.5rem}}@media (max-width:700px){nav{padding:1rem 1.25rem}.nav-links{gap:.75rem}.nav-link{display:none}.hero{padding:6.5rem 1.25rem 3rem}.section,.vs-section{padding:3rem 1.25rem}.bottom-cta{padding:3.5rem 1.25rem}.problem-strip{padding:2.5rem 1.25rem}.vibe-grid{grid-template-columns:1fr 1fr}.vs-grid{grid-template-columns:1fr}.vs-divider{display:none}.waitlist-form{flex-direction:column;width:100%;max-width:100%}.waitlist-input{min-width:unset;width:100%}.waitlist-btn{justify-content:center;width:100%}.bottom-form{flex-direction:column;width:100%;max-width:100%}.bottom-form .waitlist-input{width:100%;min-width:unset}.bottom-form .waitlist-btn{width:100%}footer{flex-direction:column;gap:.35rem;padding:1.25rem}.vibe-hero-card{padding:1.5rem}}@media (max-width:480px){.vibe-grid{grid-template-columns:1fr}.vibe-hero-card{flex-direction:column}.hero-headline{letter-spacing:-2px}.steps-grid{gap:.75rem}}
