.hero{position:relative;color:#fff;padding:6rem 2rem 4rem;text-align:center;overflow:hidden;min-height:480px;display:flex;align-items:center;justify-content:center}.hero-carousel-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.hero-carousel-bg .carousel-track{display:flex;gap:1rem;animation:scroll 40s linear infinite;width:max-content;height:100%}.hero-carousel-bg .carousel-item{flex-shrink:0;width:300px;height:100%}.hero-carousel-bg .carousel-item img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2}.hero-content{position:relative;z-index:3;max-width:1000px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.2;margin-bottom:2rem;-webkit-text-stroke:1px rgba(0,0,0,.8);text-stroke:1px rgba(0,0,0,.8);text-shadow:0 2px 4px rgba(0,0,0,.3)}.gradient-text{background:linear-gradient(135deg,gold,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:0}.btn{padding:1rem 2.5rem;border-radius:30px;font-weight:700;text-decoration:none;display:inline-block;transition:all .3s;font-size:1.1rem}.btn-primary{background:#fff;color:var(--primary);box-shadow:0 8px 20px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:var(--primary)}.stats-banner{background:linear-gradient(135deg,#06c,#0080ff);padding:3rem 2rem;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto}.stat-item{text-align:center;padding:1.5rem;background:#ffffff1a;border-radius:15px;backdrop-filter:blur(10px);transition:all .3s}.stat-item:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 30px #0003}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-item .stat-number{display:block;font-size:2.5rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.stat-item .stat-label{display:block;font-size:1rem;opacity:.95;font-weight:500}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features{padding:5rem 0;background:var(--bg-gray)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.2rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:var(--shadow);transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.app-showcase{padding:5rem 0;background:linear-gradient(180deg,#f8f9fa,#fff)}.phone-mockup-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.iphone-mockup{background:#1d1d1f;border-radius:50px;padding:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:340px;margin:0 auto;position:relative}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:30px;background:#1d1d1f;border-radius:0 0 20px 20px;z-index:10}.phone-screen{background:#fff;border-radius:40px;overflow:hidden;height:650px;position:relative}.app-header{background:linear-gradient(135deg,#06c,#0080ff);padding:3rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center;color:#fff}.app-logo{font-size:1.3rem;font-weight:800}.app-icons{display:flex;gap:1rem;font-size:1.5rem}.profile-cards{position:relative;height:450px;padding:1.5rem}.profile-card{position:absolute;inset:0 0 80px;background-size:cover;background-position:center;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0003;transition:all .3s}.profile-card:nth-child(2){transform:scale(.95) translateY(10px);opacity:.7;z-index:1}.profile-card:nth-child(3){transform:scale(.9) translateY(20px);opacity:.4;z-index:0}.profile-card.active{z-index:2;animation:profileFloat 3s ease-in-out infinite}@keyframes profileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-gradient{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.profile-info{color:#fff}.profile-info h3{font-size:1.8rem;margin-bottom:.3rem;font-weight:800}.profile-info p{margin-bottom:.3rem;opacity:.95}.profile-status{background:#fff3;backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;display:inline-block;margin-top:.5rem;font-weight:600}.swipe-buttons{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:1.5rem;z-index:3}.swipe-btn{width:60px;height:60px;border-radius:50%;border:none;font-size:1.5rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #00000026}.swipe-btn.pass{background:#fff;color:#ff4458}.swipe-btn.super{background:linear-gradient(135deg,#00d4ff,#06f);color:#fff}.swipe-btn.like{background:#fff;color:#00e676}.swipe-btn:hover{transform:scale(1.1)}.feature-highlights{display:grid;gap:2rem}.highlight-item{display:flex;gap:1.5rem;align-items:flex-start}.highlight-icon{font-size:2.5rem;flex-shrink:0}.highlight-item h4{font-size:1.3rem;margin-bottom:.5rem;color:var(--primary);font-weight:700}.highlight-item p{color:var(--text-light);line-height:1.6}.locations{padding:5rem 0;background:var(--bg-gray)}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.city-card{background:#fff;padding:2rem 1.5rem;border-radius:15px;text-decoration:none;color:var(--text-dark);transition:all .3s;text-align:center;box-shadow:var(--shadow);border:2px solid transparent}.guide-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.city-card:hover{transform:translateY(-5px);background:linear-gradient(135deg,#06c,#0080ff);color:#fff;box-shadow:0 15px 40px #0066cc4d;border-color:#06c}.city-card:hover .guide-icon{transform:scale(1.2);transition:transform .3s}.city-card h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:700}.city-card p{font-size:.95rem;opacity:.85;line-height:1.5}.testimonials{padding:5rem 0;overflow:hidden}.testimonials-carousel-container{overflow:hidden;width:100%;margin-top:2rem}.testimonials-track{display:flex;gap:2rem;animation:scrollTestimonials 60s linear infinite;width:max-content}@keyframes scrollTestimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-track:hover{animation-play-state:paused}.testimonial{background:var(--bg-gray);padding:2rem;border-radius:15px;border-left:4px solid var(--primary);min-width:350px;max-width:350px;flex-shrink:0}.testimonial p{font-style:italic;margin-bottom:1rem;line-height:1.8}.author{font-weight:700;color:var(--primary)}.cta-section{padding:4rem 0;background:linear-gradient(135deg,#06c,#0080ff);text-align:center}.cta-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.btn-cta{background:#fff;color:var(--primary);padding:1.2rem 3rem;border-radius:30px;font-weight:800;text-decoration:none;display:inline-block;transition:all .3s;font-size:1.2rem;box-shadow:0 8px 20px #0003}.btn-cta:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 30px #0000004d}.download{padding:5rem 0;background:linear-gradient(135deg,var(--text-dark),#333);color:#fff}.download-content{text-align:center}.download-content h2{font-size:2.5rem;margin-bottom:1rem}.download-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.download-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:1rem;background:#fff;color:var(--text-dark);padding:1rem 2rem;border-radius:15px;text-decoration:none;transition:all .3s;box-shadow:var(--shadow)}.store-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.store-icon{font-size:2.5rem}.store-label{font-size:.8rem;opacity:.7}.store-name{font-size:1.2rem;font-weight:700}@media(max-width:768px){.hero{min-height:350px;padding:5rem 1rem 3rem}.hero-carousel-bg .carousel-item{width:250px}.hero-title{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.stats-banner{padding:2rem 1rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:1.8rem}.cta-section{padding:3rem 1rem}.cta-title{font-size:1.5rem}.btn-cta{padding:1rem 2rem;font-size:1.1rem;width:100%;max-width:300px}.features-grid,.cities-grid{grid-template-columns:1fr}.testimonial{min-width:280px;max-width:280px;padding:1.5rem}.phone-mockup-container{grid-template-columns:1fr;gap:3rem}.iphone-mockup{max-width:300px}.phone-screen{height:580px}.profile-cards{height:400px}.feature-highlights{gap:1.5rem}.highlight-item{flex-direction:column;text-align:center}}
