:root{--primary:#6c5ce7;--primary-dark:#5a4bd1;--primary-light:#a29bfe;--accent:#fd79a8;--accent-dark:#e84393;--bg-dark:#0a0a1a;--bg-card:#12122a;--bg-card-hover:#1a1a3e;--text-primary:#fff;--text-secondary:#a0a0c0;--text-muted:#6c6c8a;--gradient-primary:linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);--gradient-accent:linear-gradient(135deg, #fd79a8 0%, #e84393 100%);--gradient-hero:linear-gradient(180deg, #0a0a1a 0%, #1a1040 100%);--shadow-glow:0 0 60px #6c5ce74d;--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.navbar{z-index:1000;width:100%;padding:1.25rem 2rem;transition:all .4s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a1ad9;border-bottom:1px solid #6c5ce726;padding:.75rem 2rem;box-shadow:0 4px 30px #0000004d}.navbar__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar__logo{letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.navbar__logo-icon{justify-content:center;align-items:center;display:flex}.navbar__logo span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar__links{align-items:center;gap:2rem;display:flex}.navbar__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.navbar__link:after{content:"";background:var(--gradient-primary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--text-primary)}.navbar__link:hover:after{width:100%}.navbar__cta{padding:.6rem 1.5rem;font-size:.9rem}.navbar__menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__menu-toggle span{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px #6c5ce766}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6c5ce799}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text-primary);background:0 0;border:2px solid #6c5ce780}.btn-secondary:hover{border-color:var(--primary);background:#6c5ce71a;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-accent{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 20px #fd79a866}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fd79a899}.btn-accent:active{transform:translateY(0)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.5rem;font-size:1.1rem}.btn-sm{padding:.5rem 1.2rem;font-size:.85rem}.hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero__glow{filter:blur(120px);opacity:.4;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.hero__glow--primary{background:var(--primary);animation:8s ease-in-out infinite heroGlowPulse;top:-200px;left:-100px}.hero__glow--accent{background:var(--accent);animation:8s ease-in-out 4s infinite heroGlowPulse;bottom:-200px;right:-100px}@keyframes heroGlowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero__content{max-width:560px}.hero__badge{color:var(--primary-light);background:#6c5ce726;border:1px solid #6c5ce74d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;animation:.8s forwards badgeFadeIn;display:inline-flex}.hero__badge-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero__heading{letter-spacing:-1.5px;opacity:0;margin-bottom:1.5rem;font-size:3.8rem;font-weight:800;line-height:1.1;animation:.8s .2s forwards heroFadeIn}.hero__heading-accent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__tagline{color:var(--text-primary);opacity:0;margin-bottom:1rem;font-size:1.4rem;font-weight:600;line-height:1.4;animation:.8s .3s forwards heroFadeIn}.hero__description{color:var(--text-secondary);opacity:0;margin-bottom:2rem;font-size:1.15rem;line-height:1.7;animation:.8s .4s forwards heroFadeIn}.hero__buttons{opacity:0;gap:1rem;margin-bottom:3rem;animation:.8s .6s forwards heroFadeIn;display:flex}.hero__stats{opacity:0;gap:3rem;animation:.8s .8s forwards heroFadeIn;display:flex}.hero__stat{flex-direction:column;display:flex}.hero__stat-number{letter-spacing:-.5px;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.hero__stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__visual{opacity:0;justify-content:center;align-items:center;animation:1s .5s forwards heroFadeIn;display:flex;position:relative}.hero__phone{width:300px;height:600px;box-shadow:0 20px 80px #6c5ce733, var(--shadow-glow);background:#fff;border:2px solid #6c5ce74d;border-radius:40px;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero__phone-notch{z-index:2;background:#f0f0f0;border-radius:0 0 20px 20px;width:140px;height:30px;margin:0 auto;position:relative}.hero__phone-screen{flex-direction:column;flex:1;min-height:0;padding:1rem .8rem;display:flex;overflow:hidden}.hero__matches-header{justify-content:space-between;align-items:center;padding:2.5rem .4rem .75rem;display:flex}.hero__matches-title{color:#1a1a2e;font-size:1rem;font-weight:700}.hero__matches-count{color:var(--primary-light);background:#6c5ce726;border-radius:20px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.hero__matches-list{flex-direction:column;gap:.5rem;min-height:0;display:flex;overflow-y:auto}.hero__phone-tabs{background:#fff;border-top:1px solid #eee;flex-shrink:0;justify-content:space-around;padding:.6rem 0;display:flex}.hero__phone-tab{color:#999;flex-direction:column;align-items:center;gap:.2rem;font-size:.6rem;display:flex}.hero__phone-tab--active{color:var(--primary)}.hero__match-item{background:#f7f7fa;border:1px solid #eee;border-radius:14px;align-items:center;gap:.6rem;padding:.6rem;transition:background .2s;display:flex}.hero__match-item:hover{background:#f0f0f5}.hero__match-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.hero__match-info{flex-direction:column;flex:1;min-width:0;display:flex}.hero__match-name{color:#1a1a2e;font-size:.8rem;font-weight:600}.hero__match-detail{color:#888;font-size:.65rem}.hero__match-score{color:var(--primary-light);background:#6c5ce726;border-radius:8px;flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.hero__profile-card{border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff14;overflow:hidden}.hero__profile-image{background:linear-gradient(135deg,#6c5ce7 0%,#fd79a8 100%);justify-content:center;align-items:center;width:100%;height:260px;font-size:5rem;display:flex;position:relative}.hero__profile-image:after{content:"";background:linear-gradient(#0000,#12122ae6);height:60px;position:absolute;bottom:0;left:0;right:0}.hero__profile-info{padding:1rem}.hero__profile-name{margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.hero__profile-detail{color:var(--text-secondary);font-size:.8rem}.hero__profile-tags{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.hero__profile-tag{color:var(--primary-light);background:#6c5ce726;border:1px solid #6c5ce740;border-radius:20px;padding:.25rem .6rem;font-size:.7rem;font-weight:500}.hero__profile-actions{justify-content:center;gap:1rem;padding:.75rem 1rem 1rem;display:flex}.hero__profile-btn{cursor:pointer;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;transition:all .3s;display:flex}.hero__profile-btn:hover{transform:scale(1.1)}.hero__profile-btn--like{background:#fd79a81a;border-color:#fd79a866}.hero__profile-btn--like:hover{background:#fd79a84d}.hero__profile-btn--super{background:#6c5ce71a;border-color:#6c5ce766}.hero__profile-btn--super:hover{background:#6c5ce74d}.hero__floating{border-radius:var(--radius);background:var(--bg-card);pointer-events:none;z-index:5;border:1px solid #ffffff14;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex;position:absolute;box-shadow:0 10px 40px #0000004d}.hero__floating-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.hero__floating--match{animation:6s ease-in-out infinite floatY;top:180px;left:-60px}.hero__floating--match .hero__floating-icon{background:#fd79a826}.hero__floating--compat{animation:6s ease-in-out 2s infinite floatY;bottom:120px;left:-40px}.hero__floating--compat .hero__floating-icon{background:#6c5ce726}.hero__floating--ai{animation:6s ease-in-out 4s infinite floatY;top:60px;right:-20px}.hero__floating--ai .hero__floating-icon{background:#00ced126}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.features{background:var(--bg-dark);padding:7rem 2rem;position:relative}.features__container{max-width:1200px;margin:0 auto}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header__badge{color:var(--accent);text-transform:uppercase;letter-spacing:1px;background:#fd79a81a;border:1px solid #fd79a840;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-header__title{letter-spacing:-1px;margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.15}.section-header__description{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.features__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff0f;padding:2.5rem 2rem;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.feature-card:hover{background:var(--bg-card-hover);border-color:#6c5ce733;transform:translateY(-8px);box-shadow:0 20px 60px #0000004d}.feature-card:hover:before{opacity:1}.feature-card__icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;font-size:1.8rem;display:flex}.feature-card__icon--purple{background:#6c5ce71f;border:1px solid #6c5ce733}.feature-card__icon--pink{background:#fd79a81f;border:1px solid #fd79a833}.feature-card__icon--teal{background:#00ced11f;border:1px solid #00ced133}.feature-card__title{margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.feature-card__description{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.how-it-works{background:var(--bg-card);padding:7rem 2rem}.how-it-works__container{max-width:1000px;margin:0 auto}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid;position:relative}.steps:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:.3;height:2px;position:absolute;top:40px;left:16.66%;right:16.66%}.step{text-align:center;z-index:1;position:relative}.step__circle{background:var(--bg-dark);border:3px solid var(--primary);width:80px;height:80px;color:var(--primary-light);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;transition:all .3s;display:flex;position:relative}.step:hover .step__circle{transform:scale(1.05);box-shadow:0 0 30px #6c5ce766}.step__icon{font-size:2rem}.step__title{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.step__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.testimonials{background:var(--bg-dark);padding:7rem 2rem}.testimonials__container{max-width:1200px;margin:0 auto}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid #ffffff0f;padding:2rem;transition:all .4s}.testimonial-card:hover{border-color:#6c5ce733;transform:translateY(-6px);box-shadow:0 15px 50px #0000004d}.testimonial-card__stars{gap:.2rem;margin-bottom:1rem;display:flex}.testimonial-card__star{color:#f9ca24;font-size:1rem}.testimonial-card__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:.75rem;display:flex}.testimonial-card__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex}.testimonial-card__avatar--purple{color:var(--primary-light);background:#6c5ce733;border:2px solid #6c5ce74d}.testimonial-card__avatar--pink{color:var(--accent);background:#fd79a833;border:2px solid #fd79a84d}.testimonial-card__avatar--teal{color:#00ced1;background:#00ced133;border:2px solid #00ced14d}.testimonial-card__name{font-size:.95rem;font-weight:600}.testimonial-card__role{color:var(--text-muted);font-size:.8rem}.cta{padding:7rem 2rem;position:relative;overflow:hidden}.cta__background{background:linear-gradient(135deg,#6c5ce726 0%,#fd79a826 100%);border-top:1px solid #6c5ce733;border-bottom:1px solid #fd79a833;position:absolute;inset:0}.cta__glow{filter:blur(100px);opacity:.3;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute}.cta__glow--primary{background:var(--primary);top:-200px;left:50%;transform:translate(-50%)}.cta__container{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.cta__heading{letter-spacing:-1px;margin-bottom:1.25rem;font-size:3rem;font-weight:800;line-height:1.15}.cta__heading-accent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta__description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.cta__buttons{justify-content:center;gap:1rem;display:flex}.footer{background:var(--bg-card);border-top:1px solid #ffffff0f;padding:4rem 2rem 0}.footer__container{max-width:1200px;margin:0 auto}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__brand-description{color:var(--text-secondary);max-width:300px;margin-top:1rem;font-size:.9rem;line-height:1.7}.footer__social{gap:.75rem;margin-top:1.5rem;display:flex}.footer__social-link{width:40px;height:40px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;font-size:1rem;transition:all .3s;display:flex}.footer__social-link:hover{color:var(--primary-light);background:#6c5ce726;border-color:#6c5ce74d;transform:translateY(-2px)}.footer__column-title{color:var(--text-primary);margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.footer__links{flex-direction:column;gap:.75rem;display:flex}.footer__link{color:var(--text-secondary);font-size:.9rem;transition:color .3s}.footer__link:hover{color:var(--primary-light)}.footer__bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.footer__copyright{color:var(--text-muted);font-size:.85rem}.footer__bottom-links{gap:1.5rem;display:flex}.footer__bottom-link{color:var(--text-muted);font-size:.85rem;transition:color .3s}.footer__bottom-link:hover{color:var(--text-secondary)}@media (width<=768px){.navbar__links{-webkit-backdrop-filter:blur(20px);z-index:999;background:#0a0a1af7;flex-direction:column;justify-content:center;gap:2rem;display:none;position:fixed;inset:0}.navbar__links.active{display:flex}.navbar__link{font-size:1.3rem}.navbar__cta{padding:.8rem 2rem;font-size:1rem}.navbar__menu-toggle{z-index:1001;display:flex}.navbar__menu-close{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:2rem;right:2rem}.hero{padding:7rem 2rem 4rem}.hero__container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero__content{max-width:100%}.hero__heading{font-size:2.8rem}.hero__buttons{flex-wrap:wrap;justify-content:center}.hero__stats{justify-content:center}.hero__visual{order:-1}.hero__phone{width:260px;height:520px}.hero__phone-screen{padding:.75rem 1rem}.hero__phone-tabs{padding:.5rem 0}.hero__phone-tab span{font-size:.55rem}.hero__profile-image{height:200px;font-size:4rem}.hero__floating{gap:.4rem;padding:.5rem .7rem;font-size:.7rem}.hero__floating-icon{border-radius:8px;width:28px;height:28px}.hero__floating--ai{top:40px;right:-10px}.hero__floating--match{top:120px;left:-10px}.section-header__title{font-size:2.2rem}.features__grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.steps{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.steps:before{width:2px;height:auto;inset:40px auto 40px 40px}.testimonials__grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.cta__heading{font-size:2.2rem}.cta__buttons{flex-direction:column;align-items:center}.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.hero{padding:6rem 1.25rem 3rem}.hero__heading{letter-spacing:-1px;font-size:2.2rem}.hero__tagline{font-size:1.1rem}.hero__description{font-size:1rem}.hero__stats{gap:1.5rem}.hero__stat-number{font-size:1.4rem}.hero__phone{width:230px;height:460px}.hero__phone-notch{width:120px;height:26px}.hero__phone-tabs{padding:.4rem 0}.hero__phone-tab span{font-size:.5rem}.hero__profile-image{height:170px;font-size:3.5rem}.hero__profile-name{font-size:1rem}.hero__profile-btn{width:42px;height:42px;font-size:1rem}.features{padding:5rem 1.25rem}.section-header__title{font-size:1.8rem}.section-header__description{font-size:.95rem}.feature-card{padding:2rem 1.5rem}.feature-card__icon{width:52px;height:52px;font-size:1.5rem}.feature-card__title{font-size:1.1rem}.how-it-works{padding:5rem 1.25rem}.step__circle{width:64px;height:64px;font-size:1.2rem}.step__icon{font-size:1.6rem}.step__title{font-size:1rem}.testimonials{padding:5rem 1.25rem}.testimonial-card{padding:1.5rem}.testimonial-card__text{font-size:.9rem}.cta{padding:5rem 1.25rem}.cta__heading{font-size:1.8rem}.cta__description{font-size:1rem}.footer{padding:3rem 1.25rem 0}.footer__grid{grid-template-columns:1fr;gap:1.5rem}.footer__brand{grid-column:1}}.legal-page{background:var(--bg-dark);min-height:100vh;padding:6rem 2rem 4rem}.legal-container{max-width:720px;margin:0 auto}.legal-back{color:var(--primary-light);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.legal-back:hover{color:var(--text-primary)}.legal-page h1{letter-spacing:-1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.legal-updated{color:var(--text-muted);margin-bottom:3rem;font-size:.9rem}.legal-page section{margin-bottom:2.5rem}.legal-page h2{color:var(--text-primary);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.legal-page h3{color:var(--text-primary);margin-top:1rem;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.legal-page p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.8}.legal-page ul{margin-bottom:.75rem;padding:0;list-style:none}.legal-page li{color:var(--text-secondary);margin-bottom:.25rem;padding-left:1.5rem;font-size:.95rem;line-height:1.8;position:relative}.legal-page li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.6rem;left:0}.legal-page li strong{color:var(--text-primary)}.legal-page a{color:var(--primary-light);transition:color .2s}.legal-page a:hover{color:var(--text-primary)}
