.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-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.6)}.hero-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;line-height:1.6;color:#fffffff2;max-width:700px;margin:0 auto 2rem;text-shadow:0 2px 4px rgba(0,0,0,.5);font-weight:500}.hero-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;line-height:1.6;color:#fffffff2;max-width:700px;margin:0 auto;text-shadow:0 2px 4px rgba(0,0,0,.5);font-weight:400}.gradient-text{background:linear-gradient(135deg,gold,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-cta{display:inline-block;padding:1.1rem 3rem;background:#fff;color:var(--primary);font-weight:700;font-size:1.2rem;border-radius:50px;text-decoration:none;box-shadow:0 8px 24px #0000004d;transition:all .3s ease;margin-top:1rem}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0006;background:#f8f8f8}.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:#fff}.features-header{text-align:center;margin-bottom:4rem}.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}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:5rem}.step-card{text-align:center;padding:2rem}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#06c,#0080ff);color:#fff;font-size:2.5rem;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 20px #0066cc4d}.step-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary);font-weight:700}.step-content p{color:var(--text-light);line-height:1.7}.benefits-section{background:var(--bg-gray);padding:3rem;border-radius:20px;margin-top:2rem}.benefits-title{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:2rem;color:var(--primary)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:center;gap:1rem;font-size:1.05rem}.benefit-check{color:#00c853;font-size:1.5rem;font-weight:900;flex-shrink:0}.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:360px;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.5rem;margin-bottom:.5rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em}.profile-info p{margin-bottom:.4rem;opacity:.95;font-size:.95rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-status{background:#ffffff40;backdrop-filter:blur(10px);padding:.6rem 1.2rem;border-radius:25px;display:inline-block;margin-top:.6rem;font-weight:500;font-size:.9rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid rgba(255,255,255,.3)}.swipe-buttons{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:1.2rem;z-index:3}.swipe-btn{width:64px;height:64px;border-radius:50%;border:none;font-size:1.6rem;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #0003;display:flex;align-items:center;justify-content:center}.swipe-btn.pass{background:linear-gradient(135deg,#fff,#f5f5f5);color:#ff4458;border:2px solid #ff4458}.swipe-btn.super{background:linear-gradient(135deg,#06c,#0080ff);color:#fff;transform:scale(1.1);border:2px solid rgba(255,255,255,.3)}.swipe-btn.like{background:linear-gradient(135deg,#fff,#f5f5f5);color:#00e676;border:2px solid #00e676}.swipe-btn:hover{transform:scale(1.15);box-shadow:0 8px 24px #0000004d}.swipe-btn.super:hover{transform:scale(1.2)}.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}.guides-section{padding:5rem 0;background:var(--bg-gray)}.guides-featured{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.guide-large{background:linear-gradient(135deg,#06c,#0080ff);border-radius:20px;padding:3rem;color:#fff;position:relative;overflow:hidden;grid-column:span 1}.guide-large:before{content:"";position:absolute;width:200px;height:200px;background:#ffffff1a;border-radius:50%;top:-50px;right:-50px}.guide-large-content{position:relative;z-index:1}.guide-badge{display:inline-block;background:#fff3;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;margin-bottom:1rem}.guide-large h3{font-size:1.8rem;margin-bottom:1rem;font-weight:800}.guide-large p{margin-bottom:1.5rem;line-height:1.6;opacity:.95}.guide-link{color:#fff;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}.guide-link:hover{gap:1rem}.guide-medium{background:#fff;border-radius:15px;padding:2rem;box-shadow:var(--shadow);transition:all .3s}.guide-medium:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.guide-medium h3{font-size:1.3rem;color:var(--primary);margin-bottom:.75rem;font-weight:700}.guide-medium p{color:var(--text-light);line-height:1.6;margin-bottom:1rem}.guide-medium .guide-link{color:var(--primary)}.guides-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.guide-small{background:#fff;padding:1.5rem;border-radius:12px;text-decoration:none;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow);transition:all .3s;border:2px solid transparent}.guide-small:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.guide-icon-small{font-size:2rem;flex-shrink:0}.guide-small h4{color:var(--text-dark);font-size:1.1rem;font-weight:700}.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:.75rem}.cta-subtitle{color:#fffffff2;font-size:1.15rem;margin-bottom:1.5rem;font-weight:500}.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}.steps-grid{grid-template-columns:1fr;gap:2rem}.benefits-grid,.guides-featured,.guides-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}}
