.App{width:100%;max-width:100%;min-height:100vh;overflow-x:hidden;position:relative;animation:fadeIn .4s ease-in-out}.App.fade-in{animation:fadeIn .4s ease-in-out}.App.fade-out{animation:fadeOut .3s ease-in-out;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem;width:100%;max-width:100%;box-sizing:border-box;margin:0;transform:none}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-nav{display:flex;align-items:center;gap:2rem;justify-content:flex-end;margin-right:1.5rem}.header-nav-link{color:#fffc;text-decoration:none;font-size:.95rem;font-weight:700;text-transform:uppercase;transition:all .2s ease;position:relative;padding:.5rem 0;white-space:nowrap;letter-spacing:.05em}.header-nav-link:hover{color:#fff}.header-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);transition:width .3s ease}.header-nav-link:hover:after{width:100%}.header-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.header-logo:hover{opacity:.8}.header-logo img{height:40px;width:auto;object-fit:contain}.header-cta{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#000;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-block;transition:all .3s ease;letter-spacing:.02em}.header-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5e6a866;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#f5e6a8)}.header-cta:active{transform:translateY(0)}@media(max-width:1024px){.header-nav{gap:1.5rem}.header-nav-link{font-size:.9rem}}@media(max-width:768px){.header{padding:.875rem 1.25rem;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000;background:#000000fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;max-width:100%;box-sizing:border-box;margin:0;transform:translateY(0);-webkit-transform:translateY(0);transition:transform .3s ease-in-out}.header.header-hidden{transform:translateY(-100%);-webkit-transform:translateY(-100%)}.header-container{gap:1rem;width:100%;box-sizing:border-box}.header-nav{display:none}.header-logo{flex-shrink:0}.header-logo img{height:28px;max-width:120px}.header-cta{padding:.625rem 1.25rem;font-size:.875rem;white-space:nowrap;margin-right:.5rem;flex-shrink:0}}@media(max-width:480px){.header{padding:.75rem 1rem;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000;background:#000000fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;max-width:100%;box-sizing:border-box;margin:0;transform:translateY(0);-webkit-transform:translateY(0);transition:transform .3s ease-in-out}.header.header-hidden{transform:translateY(-100%);-webkit-transform:translateY(-100%)}.header-container{gap:.75rem;width:100%;box-sizing:border-box;padding:0}.header-logo{flex-shrink:0}.header-logo img{height:24px;max-width:100px}.header-cta{padding:.5rem 1rem;font-size:.8rem;margin-right:.75rem;flex-shrink:0}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000000b3,#00000080),url(/bg.png);background-size:cover;background-position:center;background-attachment:fixed;padding:4rem 2rem;padding-top:calc(4rem + 80px);position:relative;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box}.hero:before{content:"";position:absolute;inset:0;background:#0006;pointer-events:none;z-index:0}.hero-container{max-width:1200px;text-align:center;color:#fff;position:relative;width:100%;z-index:1}.hero-headline{font-size:clamp(2.5rem,10vw,6.5rem);font-weight:800;line-height:.95;margin-bottom:2rem;letter-spacing:-.04em;color:#fff;text-transform:uppercase}.hero-subheadline{font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.4;font-weight:600;margin-bottom:2rem;color:#fffc}.hero-waitlist-count{font-size:clamp(1rem,2vw,1.25rem);line-height:1.4;margin-top:2rem;margin-bottom:2rem;color:#ffffffe6;font-weight:500;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out .4s forwards}.waitlist-number{font-weight:700;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-ctas{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cta-primary{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#000;padding:1.25rem 3rem;border:none;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #f5e6a84d}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5e6a880;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#f5e6a8)}.cta-primary:active{transform:translateY(0)}.cta-secondary{color:#fff;text-decoration:none;font-size:1rem;font-weight:400;transition:opacity .2s ease;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.cta-secondary:hover{opacity:1}@media(min-width:768px){.hero-ctas{flex-direction:row;justify-content:center;gap:2rem}.hero{padding:6rem 2rem;padding-top:calc(6rem + 80px)}}@media(max-width:768px){.hero{background-attachment:scroll;padding-top:calc(4rem + 70px)}}@media(max-width:480px){.hero{padding-top:calc(3rem + 60px);min-height:90vh}}.problem-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.problem-section .container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.section-title.animate-in{opacity:1;transform:translateY(0)}.problem-content-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.problem-content-wrapper .problem-image-cards{order:-1}.problem-text-content{max-width:100%}.problem-question{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;margin-bottom:1.5rem;color:#fff;text-align:center;line-height:1.4;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .1s,transform .8s ease-out .1s}.problem-question.animate-in{opacity:1;transform:translateY(0)}.problem-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;text-align:center;max-width:700px;margin:0 auto 1.5rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.problem-description.animate-in{opacity:1;transform:translateY(0)}.problem-highlight{font-size:1.5rem;font-weight:600;line-height:1.6;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;max-width:700px;margin:0 auto 1.5rem;font-style:italic;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .3s,transform .8s ease-out .3s}.problem-highlight.animate-in{opacity:1;transform:translateY(0)}.problem-image-cards{position:relative;width:100%;max-width:500px;margin:0 auto;height:450px;overflow:hidden}.problem-image-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0006;border:2px solid rgba(212,175,55,.2);transition:all .3s ease;width:80%;max-width:80%;height:80%;top:0;left:0;right:0}.problem-image-card:first-child{z-index:3;transform:rotate(-5deg)}.problem-image-card:nth-child(2){z-index:2;top:10%;left:10%;right:auto;transform:rotate(5deg)}.problem-image-card:last-child{z-index:1;top:20%;left:20%;right:auto;transform:rotate(-3deg)}.problem-image-card:hover{transform:translateY(-8px) rotate(0) scale(1.05);z-index:3;box-shadow:0 12px 32px #d4af3766;border-color:#d4af3780}@media(max-width:768px){.problem-section{padding:4rem 1rem}.problem-image-cards{max-width:100%;height:350px}.problem-image-card{width:75%;max-width:75%}.problem-image-card:nth-child(2){left:5%}.problem-image-card:last-child{left:10%}}.problem-card-image{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:992px){.problem-content-wrapper{grid-template-columns:1fr 1fr;gap:4rem}.problem-content-wrapper .problem-image-cards{order:0}.problem-image-cards{gap:1.5rem}.problem-text-content{max-width:600px}.problem-question,.problem-description,.problem-highlight{text-align:left}}.experiences-around-globe-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.experiences-around-globe-section .container{max-width:1400px;margin:0 auto}.experiences-around-globe-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.experiences-around-globe-section .section-title.animate-in{opacity:1;transform:translateY(0)}.cities-chips{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.cities-chips.animate-in{opacity:1;transform:translateY(0)}.city-chip{background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;display:inline-flex;align-items:center;transition:all .2s ease;font-size:1rem;line-height:1.5;cursor:pointer;font-family:inherit;color:#fff}.city-chip:hover{border-color:#ffffff80;background:#ffffff0d}.city-chip:active{transform:scale(.98)}.chip-launch,.chip-teaser{border-color:#fff3}.chip-launch:hover,.chip-teaser:hover{border-color:#ffffff80}.chip-name{color:#fff;font-weight:600}.city-chip-more{border-color:#d4af3766;background:#d4af371a}.city-chip-more:hover{border-color:#d4af3799;background:#d4af3726}.city-popup-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease-out}.city-popup{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid rgba(212,175,55,.4);border-radius:20px;padding:3rem 2.5rem;max-width:400px;width:100%;position:relative;box-shadow:0 20px 60px #000c;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#ffffffb3;font-size:2rem;line-height:1;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-family:inherit}.popup-close:hover{color:#f5e6a8;background:#ffffff1a;transform:rotate(90deg)}.popup-city-name{font-size:2rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.popup-city-status{font-size:1rem;color:#ffffffb3;margin:0 0 2rem;text-align:center;font-weight:500}.popup-join-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#000;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;font-family:inherit;letter-spacing:.5px}.popup-join-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f5e6a866;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#f5e6a8)}.popup-join-button:active{transform:translateY(0)}@media(min-width:1024px){.city-chip{padding:.9rem 2rem;font-size:1.1rem}}@media(max-width:768px){.experiences-around-globe-section{padding:4rem 1.5rem}.cities-chips{gap:.6rem}.city-chip{padding:.45rem .9rem;font-size:.8rem}.city-popup{padding:2rem 1.5rem;max-width:90%}.popup-city-name{font-size:1.5rem}.popup-city-status{font-size:.9rem}.popup-join-button{padding:.875rem 1.5rem;font-size:1rem}}@media(max-width:480px){.city-popup-overlay{padding:1rem}.city-popup{padding:1.75rem 1.25rem}.popup-city-name{font-size:1.35rem}.popup-join-button{padding:.75rem 1.25rem;font-size:.95rem}}.premium-experiences-section{padding:6rem 2rem;background:#000;color:#fff;position:relative}.premium-experiences-section .container{max-width:1400px;margin:0 auto}.premium-experiences-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.premium-experiences-section .section-title.animate-in{opacity:1;transform:translateY(0)}.experiences-chips{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.experience-chip{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(212,175,55,.2);border-radius:50px;padding:.75rem 1.5rem;display:inline-flex;align-items:center;transition:all .3s ease;font-size:1rem;line-height:1.5}.experience-chip:hover{transform:translateY(-2px);border-color:#d4af3780;box-shadow:0 4px 12px #d4af3733;background:linear-gradient(135deg,#2d2d2d,#1a1a1a)}.chip-title{font-weight:600;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chip-description{color:#fffc;font-weight:400}@media(min-width:1024px){.experience-chip{padding:.9rem 2rem;font-size:1.1rem}}@media(max-width:768px){.experiences-chips{gap:.6rem}.experience-chip{padding:.45rem .9rem;font-size:.8rem}}.solution-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.solution-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.solution-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:2rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.solution-section .section-title.animate-in{opacity:1;transform:translateY(0)}.solution-intro{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin-bottom:1.5rem;text-align:center;color:#fff}.solution-description{font-size:1.1rem;line-height:1.8;color:#ffffffe6;text-align:center;max-width:800px;margin:0 auto 1.5rem}.solution-note{font-size:1rem;line-height:1.7;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500;text-align:center;margin-bottom:4rem;font-style:italic}.features-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;max-width:1600px;margin:0 auto}.feature-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem;border-radius:16px;box-shadow:0 2px 8px #00000080;border:1px solid rgba(212,175,55,.1);transition:all .3s ease;text-align:center;color:#fff}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #d4af3733;border-color:#d4af374d}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#fff;font-family:inherit;opacity:1;transform:translateY(0)}.feature-description{font-size:.95rem;line-height:1.6;color:#fffc;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.feature-description.animate-in{opacity:1;transform:translateY(0)}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}}.how-to-join-section{padding:6rem 2rem;background:#000;color:#fff;width:100%;max-width:100%;overflow-x:hidden}.how-to-join-section .container{max-width:1400px;margin:0 auto}.how-to-join-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:4rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.how-to-join-section .section-title.animate-in{opacity:1;transform:translateY(0)}.join-steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 4rem}.join-step-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2.5rem;border-radius:16px;border:1px solid rgba(212,175,55,.2);text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px}.join-step-card:hover{transform:translateY(-4px);border-color:#d4af3766;box-shadow:0 8px 24px #0006}.join-step-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.join-step-title{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:#fff}.join-step-description{font-size:1rem;line-height:1.6;color:#fffc;margin:0}.join-cta-wrapper{text-align:center}.join-cta-button{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;padding:1.25rem 3rem;border-radius:50px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 16px #f5e6a84d}.join-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f5e6a880;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#f5e6a8)}.join-cta-button:active{transform:translateY(0)}@media(max-width:1024px){.join-steps-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.how-to-join-section{padding:4rem 1.5rem}.how-to-join-section .section-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:3rem}.join-steps-container{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.join-step-card{padding:2rem;min-height:200px}.join-step-number{font-size:2.5rem}.join-step-title{font-size:1.15rem}.join-step-description{font-size:.95rem}.join-cta-button{padding:1rem 2rem;font-size:.9rem;width:100%;max-width:300px}}@media(max-width:480px){.how-to-join-section{padding:3rem 1rem}.how-to-join-section .section-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:2rem}.join-steps-container{gap:1.25rem;margin-bottom:2.5rem}.join-step-card{padding:1.5rem;min-height:180px}.join-step-number{font-size:2rem;margin-bottom:.75rem}.join-step-title{font-size:1.05rem;margin-bottom:.5rem}.join-step-description{font-size:.9rem;line-height:1.5}}.early-access-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.early-access-section .container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.early-access-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.early-access-section .section-title.animate-in{opacity:1;transform:translateY(0)}.early-access-content-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.early-access-image-cards{position:relative;width:100%;max-width:500px;margin:0 auto;height:450px;overflow:hidden}.early-access-image-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0006;border:2px solid rgba(212,175,55,.2);transition:all .3s ease;width:80%;max-width:80%;height:80%;top:0;left:0;right:0}.early-access-image-card:first-child{z-index:3;transform:rotate(-5deg)}.early-access-image-card:nth-child(2){z-index:2;top:10%;left:10%;right:auto;transform:rotate(5deg)}.early-access-image-card:last-child{z-index:1;top:20%;left:20%;right:auto;transform:rotate(-3deg)}.early-access-image-card:hover{transform:translateY(-8px) rotate(0) scale(1.05);z-index:3;box-shadow:0 12px 32px #d4af3766;border-color:#d4af3780}@media(max-width:768px){.early-access-section{padding:4rem 1rem}.early-access-image-cards{max-width:100%;height:350px}.early-access-image-card{width:75%;max-width:75%}.early-access-image-card:nth-child(2){left:5%}.early-access-image-card:last-child{left:10%}}.early-access-card-image{width:100%;height:100%;object-fit:cover;display:block}.early-access-text-content{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.early-access-description{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.early-access-description.animate-in{opacity:.95;transform:translateY(0)}.early-access-description:last-of-type.animate-in{transition-delay:.3s}.early-access-description:last-child{margin-bottom:0}@media(min-width:992px){.early-access-content-wrapper{grid-template-columns:1fr 1fr;gap:4rem}.early-access-text-content{max-width:600px;margin:0;text-align:left}.early-access-image-cards{margin:0}}.vibe-score-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.vibe-score-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.vibe-score-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase}.vibe-score-content{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1400px;margin:0 auto;align-items:center}.vibe-score-left{display:flex;flex-direction:column;gap:2rem}.vibe-score-text{text-align:center}.vibe-score-description{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.8;color:#ffffffe6;margin-bottom:1.5rem}.vibe-score-description:last-of-type{margin-bottom:0}.vibe-score-perks{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(212,175,55,.2);border-radius:16px;padding:2.5rem}.perks-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.perks-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.perk-item{display:flex;align-items:flex-start;gap:1rem;color:#ffffffe6;font-size:1.1rem;line-height:1.7}.perk-bullet{color:#d4af37;font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.2rem}.perk-text{flex:1}.vibe-score-image-cards{position:relative;width:100%;max-width:500px;margin:0 auto;height:450px;overflow:hidden}.vibe-score-image-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0006;border:2px solid rgba(212,175,55,.2);transition:all .3s ease;width:80%;max-width:80%;height:80%;top:0;left:0;right:0;cursor:pointer}.vibe-score-image-card:nth-child(1){z-index:3;transform:rotate(-5deg)}.vibe-score-image-card:nth-child(2){z-index:2;top:10%;left:10%;right:auto;transform:rotate(5deg)}.vibe-score-image-card:nth-child(3){z-index:1;top:20%;left:20%;right:auto;transform:rotate(-3deg)}.vibe-score-image-card:nth-child(4){z-index:0;top:30%;left:30%;right:auto;transform:rotate(2deg)}.vibe-score-image-card:hover{transform:translateY(-8px) rotate(0) scale(1.05);z-index:4;box-shadow:0 12px 32px #d4af3766;border-color:#d4af3780}.vibe-score-card-image,.vibe-image-card img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:992px){.vibe-score-content{grid-template-columns:1fr 1fr;gap:6rem}.vibe-score-text,.vibe-score-description,.perks-title{text-align:left}.vibe-score-images{margin:0}}.vibe-image-modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .3s ease-out}.vibe-image-modal{position:relative;max-width:90vw;max-height:90vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid rgba(212,175,55,.4);border-radius:20px;padding:1rem;box-shadow:0 20px 60px #000c;animation:slideUp .3s ease-out;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.vibe-modal-close{position:absolute;top:1rem;right:1rem;background:#000000b3;border:2px solid rgba(212,175,55,.5);color:#f5e6a8;font-size:2rem;line-height:1;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-family:inherit;z-index:10}.vibe-modal-close:hover{background:#d4af3733;border-color:#d4af37cc;transform:rotate(90deg)}.vibe-image-modal img{width:100%;height:100%;max-height:85vh;object-fit:contain;display:block;border-radius:12px}@media(max-width:768px){.vibe-score-section{padding:4rem 1rem}.vibe-score-perks{padding:2rem 1.5rem}.perk-item{font-size:1rem}.vibe-score-image-cards{max-width:100%;height:350px}.vibe-score-image-card{width:75%;max-width:75%}.vibe-score-image-card:nth-child(2){left:5%}.vibe-score-image-card:nth-child(3){left:10%}.vibe-score-image-card:nth-child(4){left:15%}.vibe-image-modal{max-width:95vw;padding:.75rem}.vibe-modal-close{top:.5rem;right:.5rem;width:2rem;height:2rem;font-size:1.5rem}.vibe-image-modal img{max-height:80vh}}.testimonials-section{padding:6rem 2rem;background:#000;position:relative;width:100%;max-width:100%;overflow-x:hidden}.testimonials-section .container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.testimonials-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.testimonials-section .section-title.animate-in{opacity:1;transform:translateY(0)}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.testimonial-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2.5rem;border-radius:16px;box-shadow:0 2px 8px #00000080;border-left:4px solid #d4af37;color:#fff;display:flex;flex-direction:column}.testimonial-quote{font-size:1.2rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem;font-style:italic;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.testimonial-quote.animate-in{opacity:1;transform:translateY(0)}.testimonial-author{font-size:.95rem;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;margin-top:auto;opacity:1;transform:translateY(0)}@media(max-width:1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.testimonials-section{padding:4rem 1rem}.testimonials-grid{grid-template-columns:1fr}}.faq-section{padding:6rem 2rem;background:#000;color:#fff;position:relative;width:100%;max-width:100%;overflow-x:hidden}.faq-section .container{position:relative;z-index:1;max-width:1000px;margin:0 auto}.faq-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.faq-section .section-title.animate-in{opacity:1;transform:translateY(0)}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;border:1px solid rgba(212,175,55,.2);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#d4af3766;box-shadow:0 4px 12px #d4af371a}.faq-question{width:100%;padding:1.5rem 2rem;background:transparent;border:none;color:#fff;font-size:1.1rem;font-weight:600;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .3s ease;font-family:inherit}.faq-question:hover{color:#ffffffe6}.faq-question.open{color:#f5e6a8}.faq-icon{font-size:1.5rem;font-weight:300;color:#d4af37;flex-shrink:0;transition:transform .3s ease;line-height:1;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.faq-question.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 2rem}.faq-answer.open{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{font-size:1rem;line-height:1.7;color:#ffffffd9;margin:0;padding-top:1rem}@media(max-width:768px){.faq-section{padding:4rem 1.5rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem}.faq-answer.open{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.95rem}}.footer{background:linear-gradient(135deg,#000,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 2rem;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.footer .container{max-width:1200px;margin:0 auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.footer-email{color:#ffffffe6;text-decoration:none;font-size:1rem;transition:all .3s ease,opacity .8s ease-out .1s,transform .8s ease-out .1s;font-weight:500;opacity:0;transform:translateY(20px)}.footer-email.animate-in{opacity:1;transform:translateY(0)}.footer-email:hover{color:#fff;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social-link{color:#fffc;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-social-link:hover{color:#f5e6a8;transform:translateY(-2px)}.footer-social-link svg{width:24px;height:24px}.footer-legal{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.875rem;color:#fff9}.footer-link{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#ffffffe6;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-separator{color:#fff6;display:none}.footer-copyright{color:#fff9}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:center;gap:2rem}.footer-legal{flex-direction:row;justify-content:center;gap:1rem}.footer-separator{display:inline}}.waitlist-form-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#000000b3,#00000080),url(/bg.png);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;position:relative;overflow:hidden}.waitlist-form-container:before{content:"";position:absolute;inset:0;background:#0006;pointer-events:none;z-index:0}.waitlist-form-wrapper{max-width:500px;width:100%;background:linear-gradient(135deg,#1a1a1af2,#2d2d2df2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:24px;border:1px solid rgba(212,175,55,.2);box-shadow:0 8px 32px #00000080;position:relative;z-index:1}.waitlist-form-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem;text-align:center;letter-spacing:-.02em}.waitlist-form-subtitle{font-size:1rem;color:#fffc;text-align:center;margin-bottom:2.5rem;line-height:1.6}.waitlist-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.95rem;font-weight:500;color:#ffffffe6}.optional{font-size:.85rem;color:#fff9;font-weight:400}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel]{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1.25rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus{outline:none;border-color:#f5e6a880;background:#0009;box-shadow:0 0 0 3px #f5e6a81a}.form-group input[type=text]::placeholder,.form-group input[type=email]::placeholder,.form-group input[type=tel]::placeholder{color:#fff6}.form-group input.error{border-color:#ef444480}.error-message{font-size:.85rem;color:#ef4444e6;margin-top:-.25rem}.submit-error{text-align:center;padding:.75rem;background:#ef44441a;border-radius:8px;border:1px solid rgba(239,68,68,.3)}.field-hint{font-size:.8rem;color:#ffffff80;margin-top:-.25rem}.checkbox-group{margin:.5rem 0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{width:20px;height:20px;cursor:pointer;accent-color:#f5e6a8}.checkbox-text{font-size:.95rem;color:#ffffffe6}.submit-button{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #f5e6a84d,0 0 30px #f9e89c33;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #f5e6a880,0 0 40px #f9e89c66;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#fef9e7)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.city-dropdown-wrapper{position:relative}.city-dropdown-input{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 3rem .875rem 1.25rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit;cursor:pointer;width:100%}.city-dropdown-input.error{border-color:#ef444480}.city-dropdown-list{max-height:240px;overflow-y:auto;padding:.5rem 0}@media(max-width:768px){.waitlist-form-container{padding:3rem 1.5rem;background-attachment:scroll}.waitlist-form-wrapper{padding:2.5rem 2rem}.waitlist-form-title{font-size:1.75rem}.waitlist-form-subtitle{font-size:.95rem}}.thank-you-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,#000,#1a1a1a,#2d2d2d);color:#fff}.thank-you-wrapper{max-width:700px;width:100%;text-align:center}.thank-you-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 2rem;box-shadow:0 8px 32px #f5e6a84d;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.thank-you-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:2rem;letter-spacing:-.02em;animation:fadeInUp .6s ease .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.thank-you-count{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2.5rem;animation:fadeInUp .6s ease .3s both}.count-number{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.02em}.count-text{font-size:clamp(1rem,2vw,1.25rem);color:#fffc;font-weight:500}.thank-you-message{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.7;color:#ffffffe6;margin-bottom:3rem;animation:fadeInUp .6s ease .4s both}.thank-you-message strong{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.thank-you-actions{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3.5rem;animation:fadeInUp .6s ease .5s both}.share-section{padding:2rem;background:linear-gradient(135deg,#1a1a1acc,#2d2d2dcc);border-radius:20px;border:1px solid rgba(212,175,55,.2)}.share-title{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#fffffff2}.share-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.share-button{padding:.875rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:all .3s ease;min-width:120px}.share-button.primary{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;box-shadow:0 4px 20px #f5e6a84d,0 0 30px #f9e89c33}.share-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #f5e6a880,0 0 40px #f9e89c66;background:linear-gradient(135deg,#f9e89c,#fcf4c7,#fef9e7)}.share-button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.share-button.secondary:hover{border-color:#f5e6a880;background:#f5e6a81a}@media(max-width:768px){.thank-you-container{padding:3rem 1.5rem}.thank-you-icon{width:70px;height:70px;font-size:2.5rem}.share-buttons{flex-direction:column}.share-button{width:100%}}.host-header{position:fixed;top:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(212,175,55,.2);z-index:1000;padding:1rem 0}.host-header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.host-logo-link{display:flex;align-items:center;text-decoration:none}.host-logo{height:40px;width:auto}.host-back-link{color:#fffc;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px}.host-back-link:hover{color:#f5e6a8;background:#f5e6a81a}@media(max-width:768px){.host-header{padding:.75rem 0}.host-header-container{padding:0 1rem}.host-logo{height:28px}.host-back-link{font-size:.8rem;padding:.35rem .7rem}}@media(max-width:480px){.host-header{padding:.5rem 0}.host-header-container{padding:0 .75rem}.host-logo{height:24px}.host-back-link{font-size:.75rem;padding:.3rem .6rem}}.host-hero{padding:8rem 2rem 6rem;background:#000;min-height:100vh;display:flex;align-items:center}.host-hero-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.host-hero-content{display:flex;flex-direction:column;gap:2rem}.host-hero-headline{font-size:clamp(2.5rem,8vw,5rem);font-weight:900;line-height:.95;color:#fff;text-transform:uppercase;letter-spacing:-.03em;margin:0}.host-hero-subheadline{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6;color:#ffffffd9;margin:0}.host-hero-cta{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;padding:1.25rem 2.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;width:fit-content;font-family:inherit;box-shadow:0 4px 16px #f5e6a84d}.host-hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f5e6a880}.host-hero-cta:active{transform:translateY(0)}.host-hero-image{width:100%;height:600px;border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0009;border:2px solid rgba(212,175,55,.2)}.host-hero-image img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.host-hero-container{grid-template-columns:1fr;gap:3rem}.host-hero-image{height:400px;order:-1}}@media(max-width:768px){.host-hero{padding:5rem 1.5rem 3rem;min-height:auto}.host-hero-container{gap:2rem}.host-hero-content{gap:1.5rem}.host-hero-headline{font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.1}.host-hero-subheadline{font-size:clamp(1rem,3vw,1.2rem)}.host-hero-image{height:280px;border-radius:16px}.host-hero-cta{width:100%;padding:1rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.host-hero{padding:4rem 1rem 2.5rem}.host-hero-container{gap:1.5rem}.host-hero-content{gap:1.25rem}.host-hero-headline{font-size:clamp(1.5rem,7vw,2rem)}.host-hero-subheadline{font-size:clamp(.95rem,3.5vw,1.1rem);line-height:1.5}.host-hero-image{height:240px;border-radius:12px}.host-hero-cta{padding:.9rem 1.25rem;font-size:.85rem}}.why-host-section{padding:6rem 2rem;background:#000;color:#fff}.why-host-section .container{max-width:1400px;margin:0 auto}.why-host-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:4rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2.5rem;border-radius:16px;border:1px solid rgba(212,175,55,.2);transition:all .3s ease;text-align:center}.benefit-card:hover{transform:translateY(-4px);border-color:#d4af3766;box-shadow:0 8px 24px #0006}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-title{font-size:1.3rem;font-weight:700;margin-bottom:1rem;color:#fff}.benefit-description{font-size:1rem;line-height:1.6;color:#fffc;margin:0}@media(max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.why-host-section{padding:4rem 1.5rem}.why-host-section .section-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:3rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:2rem}.benefit-icon{font-size:2.5rem}.benefit-title{font-size:1.15rem}.benefit-description{font-size:.95rem}}@media(max-width:480px){.why-host-section{padding:3rem 1rem}.why-host-section .section-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:2rem}.benefits-grid{gap:1.25rem}.benefit-card{padding:1.5rem}.benefit-icon{font-size:2rem;margin-bottom:.75rem}.benefit-title{font-size:1.05rem;margin-bottom:.75rem}.benefit-description{font-size:.9rem;line-height:1.5}}.how-hosting-works-section{padding:6rem 2rem;background:#000;color:#fff}.how-hosting-works-section .container{max-width:1400px;margin:0 auto}.how-hosting-works-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:4rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.step-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2.5rem;border-radius:16px;border:1px solid rgba(212,175,55,.2);text-align:center;transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%;min-height:250px}.step-card:hover{transform:translateY(-4px);border-color:#d4af3766;box-shadow:0 8px 24px #0006}.step-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.step-title{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:#fff}.step-description{font-size:1rem;line-height:1.6;color:#fffc;margin:0;flex-grow:1}@media(max-width:1024px){.steps-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.how-hosting-works-section{padding:4rem 1.5rem}.how-hosting-works-section .section-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:3rem}.steps-container{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:2rem;min-height:220px}.step-number{font-size:2.5rem}.step-title{font-size:1.15rem}.step-description{font-size:.95rem}}@media(max-width:480px){.how-hosting-works-section{padding:3rem 1rem}.how-hosting-works-section .section-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:2rem}.steps-container{gap:1.25rem}.step-card{padding:1.5rem;min-height:200px}.step-number{font-size:2rem;margin-bottom:.75rem}.step-title{font-size:1.05rem;margin-bottom:.5rem}.step-description{font-size:.9rem;line-height:1.5}}.host-testimonials-section{padding:6rem 2rem;background:#000;color:#fff}.host-testimonials-section .container{max-width:1400px;margin:0 auto}.host-testimonials-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:4rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.testimonial-card{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2.5rem;border-radius:16px;box-shadow:0 2px 8px #00000080;border-left:4px solid #d4af37;color:#fff}.testimonial-quote{font-size:1.2rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem;margin:0 0 1.5rem}.testimonial-author{font-size:.95rem;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;margin:0}@media(max-width:768px){.host-testimonials-section{padding:4rem 1.5rem}.host-testimonials-section .section-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:3rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem}.testimonial-quote{font-size:1.1rem;line-height:1.6}.testimonial-author{font-size:.9rem}}@media(max-width:480px){.host-testimonials-section{padding:3rem 1rem}.host-testimonials-section .section-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:2rem}.testimonials-grid{gap:1.25rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:1rem;line-height:1.5;margin-bottom:1rem}.testimonial-author{font-size:.85rem}}.host-application-section{padding:6rem 2rem;background:#000;color:#fff}.host-application-section .container{max-width:800px;margin:0 auto}.host-application-section .section-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:3rem;text-align:center;color:#fff;letter-spacing:-.03em;text-transform:uppercase}.host-form-wrapper{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:3rem;border-radius:20px;border:1px solid rgba(212,175,55,.2);box-shadow:0 8px 32px #00000080}.host-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#ffffffe6}.required{color:#f5e6a8}.optional{color:#ffffff80;font-weight:400;font-size:.85rem}.form-group input,.form-group textarea{background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 1.25rem;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease;width:100%;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f5e6a880;background:#0009;box-shadow:0 0 0 3px #f5e6a81a}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group textarea{resize:vertical;min-height:100px}.form-group input.error,.form-group textarea.error{border-color:#ff646499}.field-hint{font-size:.85rem;color:#ffffff80;font-style:italic}.error-message{color:#ff6464e6;font-size:.85rem;margin-top:.25rem}.submit-error{text-align:center;padding:1rem;background:#ff64641a;border-radius:8px;border:1px solid rgba(255,100,100,.3)}.submit-button{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;padding:1.25rem 2.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;width:100%;font-family:inherit;box-shadow:0 4px 16px #f5e6a84d;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #f5e6a880}.submit-button:disabled{opacity:.6;cursor:not-allowed}.city-dropdown-wrapper{position:relative;width:100%}.city-dropdown-input{width:100%;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem 3rem .875rem 1.25rem;color:#fff;font-size:1rem;transition:all .3s ease;font-family:inherit;cursor:pointer}.city-dropdown-input:focus{outline:none;border-color:#f5e6a880;background:#0009;box-shadow:0 0 0 3px #f5e6a81a}.dropdown-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#fff9;font-size:.75rem;pointer-events:none;margin-top:.5rem;transition:transform .3s ease,color .3s ease}.city-dropdown-wrapper.dropdown-open .dropdown-arrow{transform:translateY(-50%) rotate(180deg);color:#f5e6a8cc}.city-dropdown-backdrop{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.city-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:1px solid rgba(212,175,55,.3);border-radius:12px;box-shadow:0 8px 32px #000c;z-index:1000;max-height:400px;width:90%;max-width:500px;overflow:hidden;display:flex;flex-direction:column;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}.city-search-wrapper{padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.city-search-input{width:100%;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.625rem 1rem;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s ease}.city-search-input:focus{outline:none;border-color:#f5e6a880;background:#0009;box-shadow:0 0 0 2px #f5e6a81a}.city-search-input::placeholder{color:#fff6}.city-dropdown-list{max-height:300px;overflow-y:auto;padding:.5rem 0}.city-dropdown-list::-webkit-scrollbar{width:6px}.city-dropdown-list::-webkit-scrollbar-track{background:#0003;border-radius:3px}.city-dropdown-list::-webkit-scrollbar-thumb{background:#d4af374d;border-radius:3px}.city-dropdown-list::-webkit-scrollbar-thumb:hover{background:#d4af3780}.city-dropdown-item{padding:.75rem 1.25rem;color:#ffffffe6;font-size:.95rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.05)}.city-dropdown-item:hover{background:#f5e6a81a;color:#fff;padding-left:1.5rem}.city-dropdown-item:last-child{border-bottom:none}.city-dropdown-item.no-results{color:#ffffff80;cursor:default;text-align:center;font-style:italic}.city-dropdown-item.no-results:hover{background:transparent;padding-left:1.25rem}.back-to-dropdown-btn{margin-top:.5rem;background:transparent;border:1px solid rgba(212,175,55,.3);color:#f5e6a8e6;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:inherit;width:100%}.back-to-dropdown-btn:hover{background:#f5e6a81a;border-color:#d4af3780;color:#f5e6a8}@media(max-width:768px){.host-application-section{padding:4rem 1.5rem}.host-application-section .section-title{font-size:clamp(1.75rem,7vw,2.5rem);margin-bottom:2rem}.host-form-wrapper{padding:2rem 1.5rem;border-radius:16px}.host-form{gap:1.25rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem 1rem;font-size:.95rem}.submit-button{padding:1rem 2rem;font-size:.9rem}}@media(max-width:480px){.host-application-section{padding:3rem 1rem}.host-application-section .section-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:1.5rem}.host-form-wrapper{padding:1.5rem 1rem;border-radius:12px}.host-form{gap:1rem}.form-group{gap:.4rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:.7rem .9rem;font-size:.9rem;border-radius:10px}.form-group textarea{min-height:80px}.field-hint,.error-message{font-size:.8rem}.submit-button{padding:.9rem 1.5rem;font-size:.85rem}.city-dropdown{width:95%;max-width:none}.city-dropdown-list{max-height:250px}}.host-thank-you-section{padding:8rem 2rem;background:#000;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.host-thank-you-section .container{max-width:800px;margin:0 auto}.thank-you-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.thank-you-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:900;margin-bottom:1rem}.thank-you-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:-.02em;margin:0}.thank-you-message{font-size:clamp(1.5rem,3vw,2rem);background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;margin:0}.thank-you-description{font-size:1.1rem;line-height:1.7;color:#fffc;max-width:600px;margin:0}.back-home-button{background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);color:#1a1a1a;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #f5e6a84d;margin-top:1rem}.back-home-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f5e6a880}@media(max-width:768px){.host-thank-you-section{padding:6rem 1.5rem;min-height:auto}.thank-you-content{gap:1.5rem}.thank-you-icon{width:80px;height:80px;font-size:2.5rem}.thank-you-title{font-size:clamp(1.5rem,6vw,2.5rem)}.thank-you-message{font-size:clamp(1.25rem,4vw,1.75rem)}.thank-you-description{font-size:1rem;line-height:1.6}.back-home-button{padding:.9rem 2rem;font-size:.9rem}}@media(max-width:480px){.host-thank-you-section{padding:5rem 1rem}.thank-you-content{gap:1.25rem}.thank-you-icon{width:70px;height:70px;font-size:2rem;margin-bottom:.75rem}.thank-you-title{font-size:clamp(1.25rem,7vw,2rem)}.thank-you-message{font-size:clamp(1.1rem,4.5vw,1.5rem)}.thank-you-description{font-size:.95rem;line-height:1.5}.back-home-button{padding:.85rem 1.75rem;font-size:.85rem;width:100%;max-width:300px}}.host-page{background:#000;color:#fff;min-height:100vh}.host-footer-cta{padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-top:1px solid rgba(212,175,55,.2);text-align:center}.host-footer-cta .container{max-width:1400px;margin:0 auto}.footer-cta-text{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:700;background:linear-gradient(135deg,#f5e6a8,#f9e89c,#fcf4c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}@media(max-width:768px){.host-footer-cta{padding:3rem 1.5rem}.footer-cta-text{font-size:clamp(1rem,3.5vw,1.3rem)}}@media(max-width:480px){.host-footer-cta{padding:2.5rem 1rem}.footer-cta-text{font-size:clamp(.95rem,4vw,1.2rem);line-height:1.4}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;line-height:1.6;background:#000;margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%;box-sizing:border-box;position:relative}*{box-sizing:border-box}#root{width:100%;max-width:100%;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-title,.hero-headline,.hero-subheadline,.footer-headline{animation:fadeInUp .8s ease-out forwards}.problem-description,.problem-question,.problem-highlight,.early-access-description,.testimonial-quote,.feature-description,.step-description{animation:fadeInUp .8s ease-out .2s forwards;opacity:0}
