*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#1f2937;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.navbar{position:sticky;top:0;z-index:50;background-color:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f3f4f6}.nav-content{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.logo-icon{width:180px;height:50px;display:flex;align-items:center;justify-content:center}.logo-icon img{width:100%;height:100%;object-fit:contain;background:transparent;mix-blend-mode:multiply}.logo-text{font-size:20px;font-weight:700;color:#1f2937}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{color:#596580;text-decoration:none;transition:color .2s}.nav-link:hover{color:#1f2937}.nav-actions{display:flex;align-items:center;gap:16px}.language-switcher{display:flex;align-items:center;gap:8px;background-color:#f3f4f6;border-radius:8px;padding:4px}.language-option{padding:6px 12px;border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s;cursor:pointer}.language-option.active{background-color:#2563eb;color:#fff}.language-option:not(.active){color:#596580}.language-option:not(.active):hover{color:#1f2937;background-color:#e5e7eb}.btn-primary{background-color:#2563eb;color:#fff;padding:12px 24px;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.btn-primary:hover{background-color:#1d4ed8;transform:scale(1.02);animation:pulse .6s ease-in-out}.btn-secondary{background-color:transparent;color:#2563eb;border:2px solid #2563eb;padding:12px 24px;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s}.btn-secondary:hover{background-color:#2563eb;color:#fff}.hero{padding:80px 0;background-color:#fff}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero-text{animation:slideInLeft .8s ease-out}.hero-eyebrow{color:#2563eb;font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.hero-headline{font-size:44px;font-weight:700;line-height:1.05;color:#1f2937;margin-bottom:24px}.hero-subheadline{font-size:16px;color:#596580;margin-bottom:16px;max-width:500px}.hero-tagline{font-size:18px;font-weight:600;color:#2563eb;margin-bottom:32px;max-width:500px}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.hero-media{animation:slideInRight .8s ease-out .2s both}.hero-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000001a;animation:float 6s ease-in-out infinite}.hero-image{width:100%;height:auto;border-radius:8px;display:block;position:relative;z-index:1}.stats{padding:48px 0;background-color:#f6f8fa}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}.stat-item{animation:bounce 1s ease-out}.stat-item:nth-child(1){animation-delay:.1s}.stat-item:nth-child(2){animation-delay:.2s}.stat-item:nth-child(3){animation-delay:.3s}.stat-value{font-size:36px;font-weight:700;color:#1f2937;margin-bottom:8px}.stat-label{color:#596580;font-size:14px}.features{padding:80px 0;background-color:#fff}.features-title{font-size:28px;font-weight:600;text-align:center;color:#1f2937;margin-bottom:48px}.features-slider{position:relative;overflow:hidden;max-width:1200px;width:100%;margin:0 auto;min-height:220px}.features-track{display:flex;flex-direction:row!important;gap:32px;animation:slideFeatures 25s linear infinite;width:4948px;will-change:transform;animation-fill-mode:both}.features-track:hover{animation-play-state:paused}.feature-card{flex:0 0 300px;background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #f3f4f6;transition:all .3s}.feature-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-5px) scale(1.02);animation:cardPulse 1s ease-in-out infinite}@keyframes cardPulse{0%,to{box-shadow:0 4px 6px #0000001a}50%{box-shadow:0 8px 20px #2563eb4d}}@keyframes slideFeatures{0%{transform:translate(0)}to{transform:translate(-1628px)}}.feature-icon{color:#2563eb;margin-bottom:16px;text-align:center}.feature-icon svg{width:48px;height:48px;transition:all .3s;animation:iconFloat 3s ease-in-out infinite}.feature-card:hover .feature-icon svg{animation:iconBounce .6s ease-in-out}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes iconBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.1) rotate(5deg)}}.feature-title{font-size:20px;font-weight:600;line-height:1.1;color:#1f2937;margin-bottom:12px;text-align:center}.feature-desc{font-size:16px;color:#596580;text-align:center}.feature-detail{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:56px}.feature-detail:nth-child(2n) .feature-image{order:2}.feature-detail:nth-child(2n) .feature-text{order:1}.feature-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s ease;position:relative;width:100%;max-width:520px;aspect-ratio:4 / 3}.feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2563eb1a,#764ba21a);opacity:0;transition:opacity .4s ease}.feature-image:hover:after{opacity:1}.feature-image:hover{transform:scale(1.03) translateY(-5px);box-shadow:0 20px 40px #0003}.feature-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.feature-image:hover img{transform:scale(1.05)}.feature-image{animation:imageSlideIn .8s ease-out}.feature-detail:nth-child(2n) .feature-image{animation:imageSlideInReverse .8s ease-out}@keyframes imageSlideIn{0%{opacity:0;transform:translate(-50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes imageSlideInReverse{0%{opacity:0;transform:translate(50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.feature-text{padding:0 32px;max-width:560px;animation:slideInRight .8s ease-out}.feature-detail:nth-child(2n) .feature-text{animation:slideInLeft .8s ease-out}.feature-text h3{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:16px;position:relative;padding-bottom:12px}.feature-text h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#2563eb,#764ba2);border-radius:2px;animation:expandLine 1s ease-out}@keyframes expandLine{0%{width:0}to{width:60px}}.feature-text .subtitle{font-size:18px;font-weight:600;color:#2563eb;margin-bottom:16px;animation:pulse 2s ease-in-out infinite}.feature-text p{font-size:16px;color:#596580;line-height:1.6;margin-bottom:24px;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.feature-highlights{list-style:none}.feature-highlights li{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:16px;color:#596580}.feature-highlights li svg{width:20px;height:20px;color:#2563eb;margin-top:2px;flex-shrink:0}.club-features{padding:80px 0;background-color:#f6f8fa}.club-features-title{font-size:36px;font-weight:700;text-align:center;color:#1f2937;margin-bottom:16px}.club-features-subtitle{font-size:18px;text-align:center;color:#596580;max-width:700px;margin:0 auto 64px}.club-features-list{max-width:1000px;margin:0 auto}.club-feature-item{background-color:#fff;border-radius:12px;padding:48px;margin-bottom:48px;box-shadow:0 1px 3px #0000001a;border:1px solid #f3f4f6;transition:box-shadow .3s;animation:fadeUp .6s ease-out}.club-feature-item:hover{box-shadow:0 4px 6px #0000001a}.club-feature-item h3{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.club-feature-item p{font-size:16px;color:#596580;line-height:1.6;margin-bottom:24px}.club-feature-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.club-feature-highlight{display:flex;align-items:flex-start;gap:12px}.club-feature-highlight svg{width:20px;height:20px;color:#2563eb;margin-top:2px;flex-shrink:0}.club-feature-highlight span{font-size:14px;color:#596580}.testimonials{padding:80px 0;background-color:#fff;position:relative;overflow:hidden}.testimonials .container{position:relative;z-index:1}.testimonials-title{color:#1f2937!important;font-family:Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.5px}.testimonial-quote{color:#1f2937!important;font-weight:400;font-family:Inter,system-ui,sans-serif}.testimonial-author{color:#1f2937!important;font-weight:600;font-family:Inter,system-ui,sans-serif}.testimonials-title,.features-title{font-size:28px;font-weight:600;text-align:center;color:#1f2937;margin-bottom:48px}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:960px;margin:0 auto;justify-items:center}.testimonial-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb;animation:fadeInUp .8s ease-out;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(37,99,235,.03),transparent);transition:left .5s ease}.testimonial-card:hover:before{left:100%}.testimonial-card:hover{transform:translateY(-6px);box-shadow:0 4px 16px #0000001f;border-color:#cbd5e0}.testimonial-card:hover .testimonial-avatar{transform:scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.testimonial-content{display:flex;align-items:center;flex-direction:column;gap:16px;text-align:center}.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #2563eb33;transition:all .3s ease}.testimonial-avatar-text{color:#fff;font-weight:600;font-size:18px;font-family:Inter,system-ui,sans-serif}.testimonial-card:after{display:none}.testimonial-quote{font-size:16px;color:#1f2937;margin-bottom:16px;line-height:1.6;font-weight:400}.testimonial-author{font-size:14px;color:#1f2937;font-weight:600;display:block}.testimonial-title{font-size:14px;color:#596580;margin-top:4px}.logos{padding:80px 0;background-color:#f6f8fa}.logos-title{font-size:28px;font-weight:600;text-align:center;color:#1f2937;margin-bottom:48px}.logos-slider{position:relative;overflow:hidden;max-width:1200px;width:100%;margin:0 auto}.logos-track{display:flex;flex-direction:row!important;gap:48px;animation:slideLogos 30s linear infinite;width:3984px;will-change:transform;animation-fill-mode:both}.logos-track:hover{animation-play-state:paused}.logo-item{flex:0 0 120px;height:80px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:all .3s}.logo-item:hover{opacity:1;animation:shake .5s ease-in-out;transform:scale(1.1)}.logo-item img{max-width:100%;max-height:100%;object-fit:contain;transition:opacity .3s}@keyframes slideLogos{0%{transform:translate(0)}to{transform:translate(-1296px)}}@media(max-width:768px){.logos-track{width:2080px;gap:32px}.logo-item{flex:0 0 100px;height:60px}@keyframes slideLogos{0%{transform:translate(0)}to{transform:translate(-1024px)}}}.cta{padding:80px 0;background-color:#2563eb}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-headline{font-size:28px;font-weight:600;color:#fff;margin-bottom:16px}.cta-sub{font-size:16px;color:#fffc;margin-bottom:32px}.cta-button{background-color:#fff;color:#2563eb;border:2px solid white;padding:12px 24px;border-radius:10px;font-weight:500;text-decoration:none;transition:all .2s}.cta-button:hover{background-color:#f9fafb;animation:glow 1s ease-in-out infinite}.footer{background-color:#f6f8fa;border-top:1px solid #f3f4f6}.footer-content{display:grid;grid-template-columns:1fr repeat(3,1fr);gap:32px;padding:80px 0}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.footer-description{color:#596580;font-size:14px}.footer-column h3{font-weight:600;color:#1f2937;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-link{color:#596580;text-decoration:none;font-size:14px;transition:color .2s}.footer-link:hover{color:#1f2937}.footer-bottom{border-top:1px solid #e5e7eb;padding:32px 0;text-align:center}.footer-copyright{color:#596580;font-size:14px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wiggle{0%,7%{transform:rotate(0)}15%{transform:rotate(-15deg)}20%{transform:rotate(10deg)}25%{transform:rotate(-10deg)}30%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}40%,to{transform:rotate(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes glow{0%,to{box-shadow:0 0 5px #2563eb4d}50%{box-shadow:0 0 20px #2563eb99}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-on-scroll{opacity:1;transform:translateY(0);transition:all .8s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.animate-slide-up{opacity:1;transform:translateY(0);transition:all .8s ease-out}.animate-slide-up.animated{opacity:1;transform:translateY(0)}.animate-slide-down{opacity:1;transform:translateY(0);transition:all .8s ease-out}.animate-slide-down.animated{opacity:1;transform:translateY(0)}.animate-scale{opacity:1;transform:scale(1);transition:all .8s ease-out}.animate-scale.animated{opacity:1;transform:scale(1)}.animate-slide-left{opacity:1;transform:translate(0);transition:all .8s ease-out}.animate-slide-left.animated{opacity:1;transform:translate(0)}.animate-slide-right{opacity:1;transform:translate(0);transition:all .8s ease-out}.animate-slide-right.animated{opacity:1;transform:translate(0)}[dir=rtl] body{text-align:right}[dir=rtl] .nav-content,[dir=rtl] .nav-links{flex-direction:row-reverse}[dir=rtl] .nav-link[href="#home"]{order:1}[dir=rtl] .nav-link[href="#features"]{order:2}[dir=rtl] .nav-link[href="#plans"]{order:3}[dir=rtl] .hero-content{direction:rtl}[dir=rtl] .hero-text,[dir=rtl] .feature-text{text-align:right}[dir=rtl] .testimonials-title,[dir=rtl] .testimonial-quote,[dir=rtl] .testimonial-author,[dir=rtl] .testimonial-title{text-align:center}[dir=rtl] .feature-detail .feature-image{order:2}[dir=rtl] .feature-detail .feature-text{order:1}[dir=rtl] .footer-content{direction:rtl}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:32px}.features-grid{grid-template-columns:1fr}.club-features .feature-detail{grid-template-columns:1fr;gap:32px}.club-features .feature-detail .feature-image,.club-features .feature-detail .feature-text{order:initial}.club-features .feature-text{padding:0}.club-features .feature-image{max-width:100%;aspect-ratio:16 / 10}.club-feature-highlights,.testimonials-grid{grid-template-columns:1fr}.logos-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.logo-icon{width:140px;height:40px}.nav-links{display:none}.hero-headline{font-size:36px}.club-features-title{font-size:28px}.club-features .feature-text h3{font-size:22px}.club-feature-item{padding:32px 24px}.club-feature-item h3{font-size:20px}.stats-grid,.logos-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column}}
