@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;background:var(--light-color);color:#1e293b;color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}body,html{overflow-x:hidden}*{max-width:100%}.section-container{box-sizing:border-box;margin:0 auto;max-width:1400px;padding:0 2rem;width:100%}.section-title{color:#0f172a;color:var(--dark-color);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.section-subtitle{color:#334155;color:var(--gray-700);font-size:1.5rem;font-weight:600}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.modern-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.modern-nav{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.modern-nav,.nav-brand{align-items:center;display:flex}.nav-brand{gap:.75rem}.nav-brand .footer-logo{filter:brightness(0) invert(1);height:40px;width:auto}.payment-security{margin-top:1rem}.payment-security small{color:#fff9;font-size:.85rem}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.nav-links{align-items:center}.nav-item{color:#fff;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-item:hover{color:#6366f1;color:var(--primary-color)}.nav-item:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:hover:after{width:100%}.cta-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border:none;border-radius:50px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hero-modern{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23a)"/></svg>');background-size:cover}.hero-background,.hero-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:linear-gradient(135deg,#6366f1e6,#8b5cf6cc)}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:8rem 2rem 4rem;position:relative;z-index:2}.hero-title{color:#fff;font-size:clamp(2rem,6vw,4rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffe6;margin-left:auto;margin-right:auto;max-width:600px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.btn-hero-primary,.btn-hero-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-hero-primary{background:linear-gradient(45deg,#2563eb,#1d4ed8);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#fff}.btn-hero-primary:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-3px)}.btn-hero-secondary{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-hero-secondary:hover{background:#fff3;border-color:#ffffff80}.stat-number{color:#fff}.stat-label{color:#fffc}.game-showcase,.hero-visual{position:relative}.game-showcase{transform:perspective(1000px) rotateY(-15deg) rotateX(5deg);transition:transform .3s ease}.game-showcase:hover{transform:perspective(1000px) rotateY(-10deg) rotateX(2deg)}.game-image{border-radius:20px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl);height:auto;width:100%}.floating-elements{bottom:0;left:0;position:absolute;right:0;top:0}.floating-card{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:50px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#1e293b;color:var(--gray-800);font-size:.9rem;font-weight:600;padding:.75rem 1rem;position:absolute}.card-1{animation-delay:0s;right:-10%;top:20%}.card-2{animation-delay:1s;bottom:30%;left:-15%}.card-3{animation-delay:2s;right:10%;top:60%}.produtos-modern{background:#f8fafc;background:var(--light-color);padding:8rem 0}.section-header{margin-bottom:4rem;text-align:center}.produtos-showcase{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.produto-premium{background:#fff;border-radius:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);overflow:hidden;position:relative;transition:all .3s ease}.produto-premium:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-2xl);transform:translateY(-8px)}.produto-image{height:250px;overflow:hidden;position:relative}.produto-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.produto-premium:hover .produto-image img{transform:scale(1.05)}.produto-badge{background:linear-gradient(135deg,#f59e0b,#ef4444);background:var(--gradient-accent);border-radius:50px;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;right:1rem;text-transform:uppercase;top:1rem}.produto-content{padding:2rem}.produto-content h3{color:#0f172a;color:var(--dark-color);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.produto-content p{color:#475569;color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.produto-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.feature{background:#f1f5f9;background:var(--gray-100);border-radius:50px;color:#334155;color:var(--gray-700);font-size:.85rem;font-weight:500;padding:.5rem 1rem}.produto-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.produto-btn:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.sobre-modern{background:#fff;padding:8rem 0}.sobre-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.sobre-description{color:#475569;color:var(--gray-600);font-size:1.25rem;line-height:1.7;margin-bottom:3rem}.sobre-highlights{display:flex;flex-direction:column;gap:2rem}.highlight{align-items:flex-start;display:flex;gap:1rem}.highlight-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:16px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.highlight-content h4{color:#0f172a;color:var(--dark-color);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.highlight-content p{color:#475569;color:var(--gray-600);line-height:1.6}.team-showcase{border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);overflow:hidden;position:relative}.team-showcase img{height:400px;object-fit:cover;width:100%}.team-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem;position:absolute;right:0}.team-overlay h4{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pagamento-modern{background:#f1f5f9;background:var(--gray-100);padding:8rem 0}.pagamento-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.pagamento-visual img{border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);height:auto;width:100%}.pagamento-info h3{color:#0f172a;color:var(--dark-color);font-size:2rem;font-weight:700;margin-bottom:1rem}.pagamento-info p{color:#475569;color:var(--gray-600);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.security-badge{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1rem 1.5rem;width:fit-content}.security-badge img{height:40px;width:auto}.security-badge span{color:#10b981;color:var(--success-color);font-weight:600}.contato-modern{background:#fff;padding:8rem 0}.contato-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contato-info h3{color:#0f172a;color:var(--dark-color);font-size:2rem;font-weight:700;margin-bottom:1rem}.contato-info p{color:#475569;color:var(--gray-600);font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.contato-methods{display:flex;flex-direction:column;gap:1.5rem}.contato-method{align-items:center;background:var(--gray-50);border-radius:16px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contato-method:hover{background:#f1f5f9;background:var(--gray-100);transform:translateX(8px)}.method-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.method-info h4{color:#0f172a;color:var(--dark-color);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.method-info p{color:#475569;color:var(--gray-600);margin:0}.contato-visual img{border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);height:400px;object-fit:cover;width:100%}.footer-modern{background:#0f172a;background:var(--dark-color);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:4rem;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand img{height:40px;width:auto}.footer-brand h4{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer-brand p{color:#94a3b8;color:var(--gray-400);line-height:1.6}.footer-links{grid-template-columns:repeat(3,1fr)}.link-group h5{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.link-group a{color:#94a3b8;color:var(--gray-400);display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.link-group a:hover{color:#6366f1;color:var(--primary-color)}.footer-bottom{color:#94a3b8;color:var(--gray-400)}@media (max-width:1024px){.contato-grid,.hero-container,.pagamento-grid,.sobre-grid{gap:3rem;grid-template-columns:1fr}.footer-content,.produtos-showcase{grid-template-columns:1fr}.footer-content{gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hamburger{display:flex}.nav-links{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;flex-direction:column;height:calc(100vh - 80px);justify-content:flex-start;left:-100%;padding:2rem;position:fixed;top:80px;transition:left .3s ease;width:100%}.nav-links.nav-open{left:0}.hero-container{padding:6rem 1rem 2rem;text-align:center}.hero-stats{justify-content:center}.hero-actions{align-items:center;flex-direction:column}.section-container{padding:0 1rem}.produtos-showcase{grid-template-columns:1fr}.produto-premium{min-width:0;min-width:auto}.footer-links{grid-template-columns:1fr;text-align:center}}.store-section{background:linear-gradient(135deg,#3b82f6,#1e40af);padding:4rem 0;text-align:center}.store-section h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.store-section .btn{background:linear-gradient(45deg,#2563eb,#1d4ed8);border:none;border-radius:50px;color:#fff;display:inline-block;font-size:1.2rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.store-section .btn:hover{box-shadow:0 10px 30px #ee5a2466;transform:translateY(-3px)}.features-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:5rem 0}.features-icons-item{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:100%;padding:2rem;text-align:center;transition:all .3s ease}.features-icons-item:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.features-icons-icon{align-items:center;background:linear-gradient(45deg,#3b82f6,#1e40af);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.features-icons-icon i{color:#fff;font-size:2rem}.features-icons-item h3{color:#2c3e50;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.features-icons-item p{color:#7f8c8d;line-height:1.6}.championships-section{background:linear-gradient(135deg,#3b82f6,#1e40af);padding:4rem 0;text-align:center}.championships-section h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.championships-section p{color:#34495e;font-size:1.2rem;margin:0 auto;max-width:600px}.awards-section .btn,.championships-section .btn,.coach-section .btn,.environment-section .btn{background:linear-gradient(45deg,#2563eb,#1d4ed8);border:none;border-radius:50px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.environment-section{background:linear-gradient(135deg,#a8edea,#fed6e3);padding:4rem 0;text-align:center}.environment-section h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.environment-section p{color:#34495e;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.awards-section{background:linear-gradient(135deg,#ffecd2,#fcb69f);padding:4rem 0;text-align:center}.awards-section h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.awards-section p{color:#34495e;font-size:1.2rem;margin:0 auto;max-width:600px}.coach-section{background:linear-gradient(135deg,#d299c2,#fef9d7);padding:4rem 0;text-align:center}.coach-section h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.coach-section p{color:#34495e;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.faq-section{background:#0f172a;background:var(--dark-color);padding:4rem 0}.faq-accordion{margin:3rem auto 0;max-width:800px}.faq-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}.faq-question{color:#fff}.faq-question:hover{background:#ffffff0d}.faq-question.active{background:#3b82f61a}.faq-icon{font-size:1.2rem}.faq-question.active .faq-icon{transform:rotate(45deg)}.faq-answer{color:#fffc;display:none;line-height:1.6}@media (max-width:480px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.btn-hero-primary,.btn-hero-secondary{font-size:.9rem;padding:.875rem 1.5rem}.features-section .row{flex-direction:column}.col-lg-4{margin-bottom:2rem}.awards-section h2,.championships-section h2,.coach-section h2,.environment-section h2,.faq-section h1,.store-section h1{font-size:2rem}.section-container{padding:0 1rem}.hero-container{padding:6rem 1rem 2rem}.modern-nav{padding:1rem}.hero-actions{flex-direction:column;gap:.75rem}.btn-hero-primary,.btn-hero-secondary{justify-content:center;width:100%}}:root{--primary-color:#6366f1;--secondary-color:#8b5cf6;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--dark-color:#0f172a;--light-color:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-secondary:linear-gradient(135deg,#06b6d4,#3b82f6);--gradient-accent:linear-gradient(135deg,#f59e0b,#ef4444);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040}.landing-page{color:#1e293b;color:var(--gray-800);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.lp-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.lp-header .container{align-items:center;display:flex;justify-content:space-between;padding:1rem 2rem}.logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin:0}.nav-links{display:flex;gap:2rem}.nav-links a{color:#334155;color:var(--gray-700);font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#6366f1;color:var(--primary-color)}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:8rem 0 4rem;position:relative}.hero-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><rect width="100%" height="100%" fill="url(%23a)"/></svg>');background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:2}.hero-text h1{font-size:clamp(2.2rem,5vw,2.8rem);font-weight:900;line-height:1.1;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:2rem;margin-bottom:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;line-height:1}.stat-label{font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.hero-cta{display:flex;gap:1rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#2563eb,#1d4ed8);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#fff}.btn-primary:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;color:#fff}.btn-secondary:hover{background:#ffffff4d;border-color:#ffffff80}.floating-card{animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.card-icon{font-size:2rem}.card-header h4{font-size:1.2rem;font-weight:700;margin:0}.prize{background:linear-gradient(45deg,#10b981,#059669);border-radius:25px;font-weight:600;margin:1rem 0;padding:.5rem 1rem;text-align:center}.progress-bar{background:#fff3;border-radius:4px;height:8px;margin:1rem 0;overflow:hidden}.progress{background:linear-gradient(45deg,#10b981,#059669);height:100%;transition:width .3s ease}.problem-section{background:#f1f5f9;background:var(--gray-100);padding:5rem 0}.problem-section h2{color:#0f172a;color:var(--dark-color);font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.problems-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.problem-item{background:#fff;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:transform .3s ease}.problem-item:hover{transform:translateY(-5px)}.problem-icon{font-size:3rem;margin-bottom:1rem}.problem-item h3{color:#0f172a;color:var(--dark-color);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.models-section{background:#fff;padding:5rem 0}.models-section h2{color:#0f172a;color:var(--dark-color);font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.section-subtitle{color:#475569;color:var(--gray-600);font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.model-selector{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.model-tab{align-items:center;background:#fff;border:2px solid #cbd5e1;border:2px solid var(--gray-300);border-radius:50px;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.model-tab.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-color:#0000;color:#fff}.model-tab:hover:not(.active){border-color:#6366f1;border-color:var(--primary-color);color:#6366f1;color:var(--primary-color)}.tab-icon{font-size:1.2rem}.model-content{margin-top:3rem}.model-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.model-info h3{color:#0f172a;color:var(--dark-color);font-size:2rem;font-weight:800;margin-bottom:1rem}.model-description{color:#475569;color:var(--gray-600);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.benefits h4,.how-it-works h4{color:#0f172a;color:var(--dark-color);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.steps{margin-bottom:2rem}.step{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.step-number{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;width:30px}.step-content h5{color:#0f172a;color:var(--dark-color);font-weight:600;margin:0 0 .5rem}.step-content p{color:#475569;color:var(--gray-600);font-size:.9rem;margin:0}.benefits ul{list-style:none;padding:0}.benefits li{color:#334155;color:var(--gray-700);margin-bottom:.5rem}.club-simulation,.simulation-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);color:#fff;padding:2rem}.club-simulation h4,.simulation-box h4{font-size:1.3rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.counter{margin-bottom:2rem;text-align:center}.counter-display{font-size:3rem;font-weight:900;margin-bottom:.5rem}.current-count{color:#10b981}.total-count{opacity:.7}.progress-visual{margin-bottom:2rem}.progress-bar-large{background:#fff3;border-radius:6px;height:12px;margin-bottom:.5rem;overflow:hidden}.progress-fill{background:linear-gradient(45deg,#10b981,#059669);height:100%;transition:width .3s ease}.progress-text{font-weight:600;margin:0;text-align:center}.next-prize h5{font-weight:600;margin:0 0 1rem}.prize-card{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;gap:1rem;padding:1rem}.prize-icon{font-size:1.5rem}.prize-name{font-weight:600}.club-stats{display:flex;gap:1rem;margin-bottom:2rem}.stat-card{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;flex:1 1;gap:.5rem;padding:1rem}.stat-icon{font-size:1.5rem}.stat-num{display:block;font-size:1.2rem;font-weight:700}.stat-label{font-size:.8rem;opacity:.8}.next-winner{margin-bottom:2rem}.next-winner h5{font-weight:600;margin:0 0 1rem}.winner-card{background:#ffffff1a;border-radius:10px;gap:1rem;padding:1rem}.winner-avatar,.winner-card{align-items:center;display:flex}.winner-avatar{background:#fff3;border-radius:50%;font-size:1.2rem;height:40px;justify-content:center;width:40px}.winner-name{display:block;font-weight:600}.winner-points{font-size:.9rem;opacity:.8}.leaderboard h5{font-weight:600;margin:0 0 1rem}.rank-list{background:#ffffff1a;border-radius:10px;overflow:hidden}.rank-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;padding:.75rem 1rem}.rank-item:last-child{border-bottom:none}.rank-pos{font-weight:700;width:30px}.rank-name{flex:1 1}.rank-points{color:#10b981;font-weight:600}.results-section{background:#0f172a;background:var(--dark-color);color:#fff;padding:5rem 0}.results-section h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.results-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.result-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;text-align:center}.result-icon{font-size:3rem;margin-bottom:1rem}.result-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin-bottom:1rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-primary-large{align-items:center;background:linear-gradient(45deg,#2563eb,#1d4ed8);border:none;border-radius:50px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;padding:1.25rem 2.5rem;transition:all .3s ease}.btn-primary-large:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #ffffff80;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem 2.5rem;transition:all .3s ease}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.btn-primary-large:hover .btn-arrow{transform:translateX(5px)}.guarantee{align-items:center;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;opacity:.9}.guarantee-icon{font-size:1.2rem}.faq-section{background:#f1f5f9;background:var(--gray-100);padding:5rem 0}.faq-section h2{color:#0f172a;color:var(--dark-color);font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-align:center}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#0f172a;color:var(--dark-color);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f1f5f9;background:var(--gray-100)}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-icon.active{transform:rotate(45deg)}.faq-answer{color:#475569;color:var(--gray-600);display:block!important;line-height:1.7;opacity:1!important;padding:0 2rem 1.5rem;visibility:visible!important}.faq-answer p{margin:0}.lp-footer{background:#0f172a;background:var(--dark-color);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.footer-brand h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin:0 0 1rem}.footer-brand p{margin:0;opacity:.8}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.footer-column h4{font-weight:600;margin:0 0 1rem}.footer-column p{font-size:.9rem;margin:.5rem 0;opacity:.8}.footer-bottom{border-top:1px solid #334155;border-top:1px solid var(--gray-700);opacity:.6;padding-top:2rem;text-align:center}@media (max-width:768px){.container{padding:0 1rem}.hero-content,.model-grid{gap:2rem;grid-template-columns:1fr}.hero-stats{justify-content:center}.cta-buttons,.hero-cta,.model-selector{align-items:center;flex-direction:column}.model-tab{justify-content:center;max-width:300px;width:100%}.club-stats{flex-direction:column}.footer-content,.footer-links{gap:2rem;grid-template-columns:1fr}.nav-links{display:none}}@media (max-width:480px){.hero-section{padding:6rem 0 3rem}.hero-text h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.problems-grid,.results-grid{grid-template-columns:1fr}.btn-outline,.btn-primary,.btn-primary-large,.btn-secondary{justify-content:center;width:100%}}
/*# sourceMappingURL=main.90f7cfb3.css.map*/