@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#232323}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{padding:80px 20px;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#ffd600}.hero-content{animation:fadeInUp 1s ease-out}.hero-title{font-size:clamp(3rem,10vw,6rem);font-weight:800;color:#232323;margin-bottom:20px;text-transform:lowercase;letter-spacing:-2px}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);color:#232323;margin-bottom:30px;font-weight:500;text-transform:lowercase}.hero-description{font-size:clamp(1rem,2vw,1.2rem);color:#232323;margin-bottom:40px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto;text-transform:lowercase}.cta-button{display:inline-block;padding:18px 40px;background:#232323;color:#ffd600;text-decoration:none;border-radius:50px;font-weight:700;font-size:1.1rem;text-transform:lowercase;transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #00000080;background:#333}section{padding:80px 20px}.section-title{font-size:clamp(2rem,5vw,3rem);color:#fff;text-align:center;margin-bottom:20px;font-weight:800;text-transform:lowercase}.examples .section-title,.pricing .section-title{color:#232323}.section-subtitle{text-align:center;color:#ffffffd9;font-size:1.2rem;margin-bottom:50px;text-transform:lowercase}.examples .section-subtitle,.pricing .section-subtitle{color:#232323}.how-it-works{background:#232323}.steps{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;max-width:900px;margin:0 auto}.step{text-align:center;padding:30px;background:#333;border-radius:20px;border:3px solid #FFD600;transition:transform .3s ease}.step:hover{transform:translateY(-10px);background:#ffd600}.step:hover .step-number{background:#232323;color:#ffd600}.step:hover h3,.step:hover p{color:#232323}.step-number{width:60px;height:60px;background:#ffd600;color:#232323;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 20px}.step h3{color:#fff;margin-bottom:10px;font-size:1.3rem;text-transform:lowercase}.step p{color:#ffffffd9;text-transform:lowercase}.output-arrow{text-align:center;font-size:3rem;color:#ffd600;margin:50px 0 30px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.output-step{text-align:center;padding:50px 40px;background:#ffd600;border-radius:30px;max-width:600px;margin:0 auto;border:5px solid #FFD600;box-shadow:0 20px 60px #ffd6004d}.output-icon{margin-bottom:20px;color:#232323;display:flex;justify-content:center;align-items:center;position:relative}.output-icon.celebrate{animation:celebrate 2s ease-out}@keyframes celebrate{0%{transform:scale(.5) rotate(1080deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}70%{transform:scale(.95) rotate(-5deg)}to{transform:scale(1) rotate(0);opacity:1}}.output-step h3{color:#232323;font-size:2rem;margin-bottom:15px;font-weight:800;text-transform:lowercase}.output-step p{color:#232323;font-size:1.2rem;text-transform:lowercase;font-weight:600}.input-photos{background:#232323}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:800px;margin:0 auto}.photo-card{text-align:center}.person-photo{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:15px;border:3px solid #FFD600;margin-bottom:15px;transition:transform .3s ease}.person-photo:hover{transform:scale(1.05)}.person-name{color:#ffd600;font-size:1.2rem;font-weight:700;text-transform:lowercase}.examples{background:#ffd600}.destination-tabs{display:flex;gap:15px;justify-content:center;margin-bottom:40px}.tab-button{padding:15px 40px;background:transparent;border:3px solid #232323;border-radius:50px;color:#232323;font-size:1.2rem;font-weight:700;text-transform:lowercase;cursor:pointer;transition:all .3s ease;font-family:Space Grotesk,sans-serif}.tab-button:hover,.tab-button.active{background:#232323;color:#ffd600}.trip-viewer{display:grid;grid-template-columns:350px 1fr;gap:30px;background:#232323;border-radius:20px;padding:30px;min-height:500px}.itinerary-panel{display:flex;flex-direction:column;gap:15px}.itinerary-item{display:flex;align-items:center;gap:15px;padding:20px;background:#333;border-radius:15px;border:3px solid transparent;cursor:pointer;transition:all .3s ease}.itinerary-item:hover{background:#3a3a3a;border-color:#ffd600}.itinerary-item.active{background:#ffd600;border-color:#ffd600}.itinerary-item.active .day-number,.itinerary-item.active .day-description{color:#232323}.day-marker{width:60px;height:60px;background:#232323;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.itinerary-item.active .day-marker{background:#232323}.day-emoji{font-size:2rem}.day-info{flex:1}.day-number{color:#ffd600;font-size:.9rem;font-weight:700;text-transform:lowercase;margin-bottom:5px}.day-description{color:#ffffffe6;font-size:1rem;text-transform:lowercase}.gallery-panel{display:flex;align-items:center;justify-content:center}.instagram-carousel{position:relative;width:100%;max-width:600px;aspect-ratio:1;border-radius:15px;overflow:hidden;background:#333}.carousel-photo{width:100%;height:100%}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1;padding:0}.carousel-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:15px}.carousel-nav.next{right:15px}.carousel-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:all .3s ease}.dot:hover{background:#fffc}.dot.active{background:#ffd600;width:10px;height:10px}.photo-placeholder{width:100%;height:100%;background:#333;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:2px dashed #555}.photo-placeholder p{color:#ffd600;font-weight:600;text-transform:lowercase}.photo-path{font-size:.75rem;color:#888!important}.features{background:#232323}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto}.feature-card{text-align:center;padding:40px 30px;background:#333;border-radius:20px;border:3px solid #FFD600;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#ffd600;border-color:#ffd600}.feature-card:hover h3,.feature-card:hover p,.feature-card:hover .feature-icon{color:#232323}.feature-icon{margin-bottom:20px;color:#ffd600;display:flex;justify-content:center;align-items:center}.feature-card h3{color:#fff;font-size:1.3rem;margin-bottom:15px;text-transform:lowercase;font-weight:700}.feature-card p{color:#ffffffd9;line-height:1.6;text-transform:lowercase}.pricing{text-align:center;background:#ffd600}.pricing-card{background:#232323;border-radius:30px;padding:50px 40px;max-width:600px;margin:0 auto;border:3px solid #232323}.price{margin-bottom:30px}.price-amount{font-size:4rem;color:#ffd600;font-weight:800;display:block;line-height:1}.price-label{color:#ffffffd9;font-size:1.2rem;text-transform:lowercase}.price-comparison{background:#333;border-radius:15px;padding:25px;margin-bottom:30px}.comparison-item{color:#fff;margin-bottom:10px;font-size:1.1rem;text-transform:lowercase}.comparison-item.fake{color:#4ade80}.comparison-item.real{color:#f87171;text-decoration:line-through}.savings{color:#ffd600;font-weight:700;margin-top:15px;font-size:1.2rem;text-transform:lowercase}.pricing-features{list-style:none;text-align:center;max-width:400px;margin:0 auto}.pricing-features li{color:#ffffffe6;margin-bottom:15px;font-size:1.1rem;padding-left:10px;text-transform:lowercase}.waitlist{background:#232323}.tally-form-container{max-width:600px;margin:0 auto;padding:40px;background:#ffd600;border-radius:30px;border:3px solid #FFD600;box-shadow:0 10px 40px #0000004d}.tally-form-container iframe{border:none;border-radius:15px}.waitlist-form{display:flex;gap:15px;max-width:600px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:250px;padding:18px 25px;border:3px solid #FFD600;border-radius:50px;font-size:1.1rem;background:#333;color:#fff;outline:none;transition:all .3s ease}.email-input:focus{background:#232323;box-shadow:0 0 0 3px #ffd600}.email-input::placeholder{color:#999;text-transform:lowercase}.submit-button{padding:18px 40px;background:#ffd600;color:#232323;border:3px solid #FFD600;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:lowercase}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #ffd6004d;background:#ffdb1a}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-message{width:100%;text-align:center;margin-top:20px;padding:15px;border-radius:10px;font-weight:600;text-transform:lowercase}.form-message.success{background:#4ade8033;color:#4ade80}.form-message.error{background:#f8717133;color:#f87171}.footer{padding:40px 20px;text-align:center;background:#1a1a1a}.footer p{color:#ffffffd9;margin-bottom:10px;text-transform:lowercase}.footer a{color:#ffd600;text-decoration:none;font-weight:600;transition:opacity .3s ease}.footer a:hover{opacity:.8}.disclaimer{font-size:.9rem;color:#fff9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding:60px 20px}section{padding:60px 20px}.steps{grid-template-columns:1fr}.photos-grid{grid-template-columns:1fr;gap:20px}.destination-tabs{flex-direction:column;gap:10px}.tab-button{width:100%}.trip-viewer{grid-template-columns:1fr;gap:20px;padding:20px}.itinerary-panel{order:1}.gallery-panel{order:2;grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.waitlist-form{flex-direction:column}.email-input,.submit-button{width:100%}.pricing-card{padding:40px 25px}.price-amount{font-size:3rem}}@media(max-width:480px){.hero-title{font-size:2.5rem}.section-title{font-size:1.8rem}.day-placeholder{width:60px;height:60px}.day-emoji{font-size:1.5rem}}
