*{margin:0;padding:0;box-sizing:border-box}.logo-brand{font-size:1.5rem;font-weight:700;color:#2563eb}html,body{overflow-x:hidden;max-width:100vw}body{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#e5e7eb;background:#f8fafc}.app{overflow-x:hidden;max-width:100vw;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 20px #0000001a;position:fixed;top:0;width:100%;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo{display:flex;align-items:center;gap:1rem}.logo-image{width:60px;height:60px;object-fit:contain;display:block;max-width:100%;border-radius:8px;background:transparent}.logo-brand{color:#000!important;font-size:2.8rem!important;font-weight:900!important;font-family:Inter,Segoe UI,Roboto,sans-serif;letter-spacing:-.025em;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.logo-text span{color:#64748b;font-size:.75rem;font-weight:600;font-family:Inter,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.1em;margin-top:2px;display:block}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#374151;font-weight:500;transition:color .3s}.nav a:hover{color:#2563eb}.hero{color:#fff;padding:8rem 0 4rem;margin-top:80px;position:relative;overflow:hidden;min-height:600px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 2s ease-in-out}.hero-slide.active{opacity:1}.hero-slide:nth-child(1){background:linear-gradient(135deg,#1e3c72cc,#2a5298cc),url(https://images.unsplash.com/photo-1513475382585-d06e58bcb0e0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:0s}.hero-slide:nth-child(2){background:linear-gradient(135deg,#2563ebcc,#1d4ed8cc),url(https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:6s}.hero-slide:nth-child(3){background:linear-gradient(135deg,#10b981cc,#059669cc),url(https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:12s}.hero-slide:nth-child(4){background:linear-gradient(135deg,#1e3c72cc,#2a5298cc),url(https://images.unsplash.com/photo-1427504494785-3a9ca7044f45?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:18s}.hero-slide:nth-child(5){background:linear-gradient(135deg,#4c1d95cc,#7c3aedcc),url(https://images.unsplash.com/photo-1509062522246-3755977927d7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:24s}.hero-slide:nth-child(6){background:linear-gradient(135deg,#dc267fcc,#fb923ccc),url(https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-size:cover;background-position:center;animation-delay:30s}@keyframes slideShow{0%,16%{opacity:1}17%,95%{opacity:0}to{opacity:0}}.hero-slide{animation:slideShow 36s infinite}@keyframes heroTextColor1{0%,16%{color:#fff;text-shadow:2px 2px 8px rgba(30,60,114,.8)}17%,95%{color:transparent;text-shadow:none}to{color:transparent;text-shadow:none}}@keyframes heroTextColor2{0%,16%{color:transparent;text-shadow:none}17%,33%{color:#f8fafc;text-shadow:2px 2px 8px rgba(37,99,235,.8)}34%,95%{color:transparent;text-shadow:none}to{color:transparent;text-shadow:none}}@keyframes heroTextColor3{0%,33%{color:transparent;text-shadow:none}34%,50%{color:#f0fdfa;text-shadow:2px 2px 8px rgba(16,185,129,.8)}51%,95%{color:transparent;text-shadow:none}to{color:transparent;text-shadow:none}}@keyframes heroTextColor4{0%,50%{color:transparent;text-shadow:none}51%,66%{color:#fef7ff;text-shadow:2px 2px 8px rgba(139,69,19,.8)}67%,95%{color:transparent;text-shadow:none}to{color:transparent;text-shadow:none}}@keyframes heroTextColor5{0%,66%{color:transparent;text-shadow:none}67%,83%{color:#faf5ff;text-shadow:2px 2px 8px rgba(76,29,149,.8)}84%,95%{color:transparent;text-shadow:none}to{color:transparent;text-shadow:none}}@keyframes heroTextColor6{0%,83%{color:transparent;text-shadow:none}84%,to{color:#fef7ed;text-shadow:2px 2px 8px rgba(220,38,127,.8)}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content h1{font-size:2.8rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:1px;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7);animation:heroMainTitleColor 36s infinite}@keyframes heroMainTitleColor{0%,16%{color:#fff;text-shadow:2px 2px 8px rgba(30,60,114,.8)}17%,33%{color:#f8fafc;text-shadow:2px 2px 8px rgba(37,99,235,.8)}34%,50%{color:#f0fdfa;text-shadow:2px 2px 8px rgba(16,185,129,.8)}51%,66%{color:#fef7ff;text-shadow:2px 2px 8px rgba(139,69,19,.8)}67%,83%{color:#faf5ff;text-shadow:2px 2px 8px rgba(76,29,149,.8)}84%,to{color:#fef7ed;text-shadow:2px 2px 8px rgba(220,38,127,.8)}}.hero-content h2{font-size:1.6rem;margin-bottom:1.5rem;line-height:1.2;color:#fff;font-weight:500;text-shadow:2px 2px 6px rgba(0,0,0,.7);animation:heroSubtitleColor 36s infinite}@keyframes heroSubtitleColor{0%,16%{color:#e0f2fe;text-shadow:2px 2px 6px rgba(30,60,114,.8)}17%,33%{color:#dbeafe;text-shadow:2px 2px 6px rgba(37,99,235,.8)}34%,50%{color:#d1fae5;text-shadow:2px 2px 6px rgba(16,185,129,.8)}51%,66%{color:#fef3c7;text-shadow:2px 2px 6px rgba(139,69,19,.8)}67%,83%{color:#ede9fe;text-shadow:2px 2px 6px rgba(76,29,149,.8)}84%,to{color:#fed7e2;text-shadow:2px 2px 6px rgba(220,38,127,.8)}}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.hero-image{display:flex;justify-content:center;align-items:center}.floating-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.floating-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;min-width:100px;height:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.floating-btn:hover{background:#fff3;transform:translateY(-5px);border-color:#fff6}.btn-icon{font-size:1.5rem;margin-bottom:.3rem}.btn-text{font-size:.8rem;font-weight:600;color:#fff}.btn{padding:.75rem 1.5rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn.primary{background:#2563eb;color:#fff}.btn.primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn.secondary{background:transparent;color:#fff;border:2px solid white}.btn.secondary:hover{background:#fff;color:#2563eb}.btn.large{padding:1rem 2rem;font-size:1.125rem}.hero-video-section{padding:4rem 0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.hero-video-section h2{font-size:2.5rem;margin-bottom:1rem;color:#fbbf24;font-weight:700}.hero-video-section p{font-size:1.25rem;margin-bottom:3rem;opacity:.9;color:#e5e7eb}.video-container{max-width:800px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0006;border:3px solid #2563eb;position:relative}.hero-video{width:100%;height:500px;border:none;display:block}@media (max-width: 768px){.hero-video-section{padding:3rem 0}.hero-video-section h2{font-size:2rem}.hero-video-section p{font-size:1rem;margin-bottom:2rem}.video-container{margin:0 15px;max-width:calc(100% - 30px)}.hero-video{height:250px}}@media (max-width: 480px){.hero-video-section h2{font-size:1.75rem}.hero-video{height:200px}}.courses{padding:4rem 0;background:linear-gradient(135deg,#111827f2,#1f2937f2);margin:2rem 0}.courses h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#f9fafb;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.course-card{background:#1f2937e6;border:2px solid #4b5563;border-radius:25px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000004d;cursor:pointer}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2563eb33;border-color:#2563eb}.course-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.course-header h3{color:#f9fafb;font-size:1.25rem;font-weight:600}.instructor,.duration{color:#d1d5db;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.description{color:#e5e7eb;margin-bottom:1.5rem;line-height:1.6;font-weight:400}.features{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.feature-card{background:#fffffff2;padding:2rem;border-radius:25px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2563eb33;border:2px solid #2563eb}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#4b5563}.stats{padding:4rem 0;background:#fff;margin:2rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem;background:#fff;border-radius:25px;box-shadow:0 10px 30px #0000001a;transition:transform .3s}.stat-card:hover{transform:translateY(-10px)}.stat-number{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#6b7280;font-weight:500}.video-section{padding:4rem 0;background:#fff;margin:2rem 0}.video-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.video-slider{display:flex;gap:2rem;overflow-x:auto;padding:1rem 0}.video-card{min-width:300px;border-radius:25px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s;cursor:pointer}.video-card:hover{transform:scale(1.05)}.video-card.active{transform:scale(1.1);box-shadow:0 15px 40px #2563eb4d}.video-placeholder{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative}.play-button{font-size:3rem;margin-bottom:1rem;opacity:.8;transition:opacity .3s}.video-card:hover .play-button{opacity:1}.video-title{font-size:1.2rem;font-weight:600}.pricing{padding:2rem 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.pricing h2{text-align:center;font-size:1.8rem;margin-bottom:.3rem;color:#1f2937;font-weight:800}.pricing-subtitle{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:1.5rem;font-weight:500}.pricing-grid-three{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.pricing-card.compact{max-width:320px;width:100%;padding:1.2rem}.pricing-guarantee-section{margin-top:3rem;display:flex;justify-content:center}.pricing-card.free{border:3px solid #27ae60;transform:scale(1.02);background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff}.free-badge{background:#27ae60!important;color:#fff!important}.pricing-card{background:#fffffff2;border:2px solid #e2e8f0;border-radius:25px;padding:2rem;text-align:center;position:relative;transition:transform .3s;color:#1f2937}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #2563eb33;border-color:#2563eb}.pricing-card.premium{border-color:#2563eb;transform:scale(1.05)}.pricing-card.guarantee{border-color:#10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);position:relative;overflow:hidden}.pricing-card.guarantee.compact{border:3px solid #10b981;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#fef3c7 60%,#f0f9ff);box-shadow:0 20px 50px #10b9814d;animation:guaranteePulse 3s infinite;position:relative;transform:none}@keyframes guaranteePulse{0%,to{transform:scale(1.15);box-shadow:0 25px 70px #10b98166}50%{transform:scale(1.18);box-shadow:0 30px 80px #10b98180}}.guarantee-crown{position:absolute;top:-15px;left:50%;transform:translate(-50%);font-size:2.5rem;z-index:10;animation:float 2s ease-in-out infinite}.pricing-card.guarantee:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#10b981,#fbbf24,#10b981);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.guarantee-badge{background:linear-gradient(90deg,#10b981,#fbbf24)!important;font-size:.9rem;font-weight:800;animation:badgePulse 2s infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.price-highlight{text-align:center;margin-bottom:1rem}.guarantee-offer{margin-bottom:.8rem;text-align:center}.guarantee-promise{background:linear-gradient(90deg,#dc2626,#ef4444);color:#fff;padding:.4rem .6rem;border-radius:15px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;display:block;margin-bottom:.5rem;animation:promisePulse 2s infinite}@keyframes promisePulse{0%,to{background:linear-gradient(90deg,#dc2626,#ef4444)}50%{background:linear-gradient(90deg,#ef4444,#f87171)}}.free-tag{background:linear-gradient(90deg,#10b981,#059669);color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.3px;display:inline-block;animation:freeTagPulse 2s infinite;box-shadow:0 2px 8px #10b9814d}@keyframes freeTagPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mega-btn{background:linear-gradient(90deg,#10b981,#fbbf24,#10b981)!important;background-size:200% 100%;border:none;font-weight:800;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;padding:.8rem 1.2rem;animation:buttonShimmer 3s linear infinite;box-shadow:0 4px 15px #10b98166;position:relative;overflow:hidden}@keyframes buttonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mega-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:buttonGlow 2s infinite}@keyframes buttonGlow{0%{left:-100%}to{left:100%}}.mega-btn:hover{background:linear-gradient(90deg,#059669,#f59e0b,#059669)!important;transform:translateY(-3px);box-shadow:0 12px 35px #10b98180}.guarantee-note{text-align:center;font-size:.65rem;color:#dc2626;font-weight:600;margin-top:.5rem;font-style:italic}.explore-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8)!important;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:1rem 2rem;transition:all .3s ease}.explore-btn:hover{background:linear-gradient(90deg,#1d4ed8,#1e40af)!important;transform:translateY(-3px);box-shadow:0 8px 25px #2563eb66}.premium-explore{background:linear-gradient(90deg,#7c3aed,#6366f1)!important}.premium-explore:hover{background:linear-gradient(90deg,#6366f1,#4f46e5)!important;box-shadow:0 8px 25px #7c3aed66}.premium-badge{background:linear-gradient(90deg,#7c3aed,#6366f1)!important}.pricing-cta{margin-top:4rem;text-align:center;background:linear-gradient(135deg,#1f2937,#374151);border-radius:25px;padding:3rem;color:#fff;position:relative;overflow:hidden}.pricing-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#10b981,#2563eb,#7c3aed,#dc2626);background-size:400% 400%;animation:ctaGradient 8s ease infinite;opacity:.1}@keyframes ctaGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cta-content{position:relative;z-index:2}.cta-content h3{font-size:2rem;margin-bottom:1rem;font-weight:800}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-btn{background:linear-gradient(90deg,#10b981,#fbbf24)!important;font-size:1.2rem;padding:1.2rem 3rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;border-radius:25px;box-shadow:0 10px 30px #10b98166;animation:ctaBtnPulse 3s infinite}@keyframes ctaBtnPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cta-btn:hover{background:linear-gradient(90deg,#059669,#f59e0b)!important;transform:translateY(-5px);box-shadow:0 15px 40px #10b98180}.badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.premium-badge{background:linear-gradient(90deg,#7c3aed,#a855f7)!important}.pricing-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#1f2937}.price{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:1.2rem}.price span{font-size:.9rem;color:#6b7280}.pricing-card ul{list-style:none;margin-bottom:1.5rem}.pricing-card li{padding:.3rem 0;color:#1f2937;font-size:.9rem}.feedback{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.feedback h2{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.feedback p{font-size:1.25rem;margin-bottom:3rem;color:#6b7280}.feedback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feedback-card{background:#fff;padding:2rem;border-radius:25px;box-shadow:0 10px 30px #0000001a;transition:transform .3s}.feedback-card:hover{transform:translateY(-5px)}.feedback-icon{font-size:3rem;margin-bottom:1rem}.feedback-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.feedback-card textarea{width:100%;height:100px;padding:1rem;border:2px solid #e5e7eb;border-radius:20px;resize:vertical;margin-bottom:1rem;font-family:inherit}.rating-stars{font-size:1.5rem;margin-bottom:1rem;cursor:pointer}.goal-options{text-align:left;margin-bottom:1rem}.goal-options label{display:block;margin-bottom:.5rem;cursor:pointer}.goal-options input{margin-right:.5rem}.rank{background:#fbbf24;color:#1f2937;padding:.5rem 1rem;border-radius:20px;font-weight:700;display:inline-block}.innovation{padding:4rem 0;background:linear-gradient(135deg,#111827,#374151);color:#fff}.innovation-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.innovation h2{font-size:2.5rem;margin-bottom:.5rem;color:#fbbf24}.innovation h3{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.innovation-features{display:flex;flex-direction:column;gap:1.5rem}.innovation-item{display:flex;align-items:flex-start;gap:1rem}.innovation-number{background:#2563eb;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.innovation-item h4{font-size:1.25rem;margin-bottom:.5rem}.innovation-item p{opacity:.8;line-height:1.6}.tech-showcase{display:grid;grid-template-columns:1fr 1fr;gap:2rem;justify-items:center}.tech-element{font-size:4rem;background:#2563eb33;border:2px solid #2563eb;border-radius:50%;width:120px;height:120px;display:flex;align-items:center;justify-content:center;animation:float 3s ease-in-out infinite}.tech-element:nth-child(2){animation-delay:.5s}.tech-element:nth-child(3){animation-delay:1s}.tech-element:nth-child(4){animation-delay:1.5s}.partnerships{padding:4rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.partnerships h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1f2937}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.partner-card{background:#fff;padding:2rem;border-radius:25px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s;border:2px solid transparent}.partner-card:hover{transform:translateY(-5px);border-color:#2563eb}.partner-logo{font-size:3rem;margin-bottom:1rem}.partner-card h4{font-size:1.25rem;margin-bottom:.5rem;color:#1f2937}.partner-card p{color:#6b7280}.contact{padding:4rem 0;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem;color:#fbbf24}.contact p{font-size:1.25rem;margin-bottom:3rem;opacity:.9}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.contact-card{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:25px;padding:2rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-card:hover{transform:translateY(-5px);background:#ffffff26;border-color:#2563eb;box-shadow:0 10px 30px #2563eb4d}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.contact-card p{color:#fffc;margin-bottom:1.5rem;font-size:1rem}.whatsapp-btn{background:linear-gradient(90deg,#25d366,#128c7e)!important}.whatsapp-btn:hover{background:linear-gradient(90deg,#128c7e,#075e54)!important}.help-btn{background:linear-gradient(90deg,#f59e0b,#d97706)!important}.help-btn:hover{background:linear-gradient(90deg,#d97706,#b45309)!important}.google-forms-section{margin-top:3rem;padding:2rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.google-forms-section h3{color:#fbbf24;font-size:1.8rem;margin-bottom:1rem;font-weight:700}.google-forms-section p{color:#ffffffe6;font-size:1.1rem;margin-bottom:2rem}.google-forms-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.google-form-btn{background:linear-gradient(90deg,#4285f4,#34a853)!important;color:#fff!important;padding:1rem 2rem;border-radius:25px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;border:2px solid transparent;min-width:250px;display:inline-block;text-align:center}.google-form-btn:hover{background:linear-gradient(90deg,#3367d6,#2d8e47)!important;transform:translateY(-3px);box-shadow:0 10px 30px #4285f466;border-color:#ffffff4d}.student-form{background:linear-gradient(90deg,#2563eb,#1d4ed8)!important}.student-form:hover{background:linear-gradient(90deg,#1d4ed8,#1e40af)!important;box-shadow:0 10px 30px #2563eb66}.tutor-form{background:linear-gradient(90deg,#10b981,#059669)!important}.tutor-form:hover{background:linear-gradient(90deg,#059669,#047857)!important;box-shadow:0 10px 30px #10b98166}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{width:25px;height:3px;background:#374151;border-radius:10px;transition:all .3s ease;transform-origin:1px}.mobile-menu-btn:hover span{background:#2563eb}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.mobile-menu-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:25px;padding:2rem;max-width:350px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 25px 70px #0006;border:3px solid #2563eb;animation:slideUp .3s ease}.mobile-menu-close{position:absolute;top:10px;right:15px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;width:40px;height:40px;font-size:18px;cursor:pointer;color:#374151;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 2px 8px #0000001a;z-index:10002;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.mobile-menu-close:hover,.mobile-menu-close:focus{background:#dc2626;border-color:#b91c1c;transform:scale(1.1);box-shadow:0 6px 20px #ef444499}.mobile-menu-close:active{transform:scale(.9);background:#b91c1c}.mobile-menu-header{text-align:center;margin-bottom:2rem;padding-top:1rem}.mobile-menu-header h3{color:#1f2937;font-size:1.5rem;margin:0 0 .5rem;font-weight:700}.mobile-menu-header p{color:#6b7280;font-size:.9rem;margin:0}.mobile-menu-items{display:flex;flex-direction:column;gap:.8rem}.mobile-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600;color:#374151;text-align:left;width:100%}.mobile-menu-item:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563eb;transform:translate(5px)}.mobile-menu-item.join-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981;font-weight:700;animation:pulse 2s infinite}.mobile-menu-item.join-btn:hover{background:linear-gradient(135deg,#059669,#047857);border-color:#047857}.menu-icon{font-size:1.3rem;min-width:24px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.container{padding:0 15px;max-width:100%}.logo-image{width:45px;height:45px}.logo-brand{font-size:2.2rem!important}.logo-text span{font-size:.65rem}.hero .container{grid-template-columns:1fr;text-align:center;padding:0 15px;max-width:100%}.hero{padding:6rem 0 3rem;overflow-x:hidden}.nav{display:none}.mobile-menu-btn{display:flex}.hero-buttons{flex-direction:column;align-items:center;gap:15px;width:100%}.btn{min-height:50px;padding:15px 25px;font-size:16px;border-radius:25px;max-width:100%}.floating-buttons{margin-top:2rem;justify-content:center;max-width:100%}.floating-btn{min-width:90px;max-width:120px;height:90px;padding:.8rem}.features-grid,.pricing-grid-three,.partners-grid,.feedback-grid,.stats-grid,.contact-methods{grid-template-columns:1fr;gap:1.5rem;width:100%}.feature-card,.pricing-card,.partner-card,.feedback-card,.stat-card,.contact-card{margin:0 10px;max-width:calc(100% - 20px)}.pricing-card.premium,.pricing-card.guarantee.featured{transform:none;margin:15px 10px}.mobile-menu-content{margin:15px;max-width:calc(100vw - 30px);width:calc(100vw - 30px)}.mobile-menu-item{min-height:55px;padding:15px 20px;font-size:16px;width:100%}.help-center-content,.eleto-tips-content{margin:15px;max-width:calc(100vw - 30px);width:calc(100vw - 30px);padding:25px 20px}.help-center-actions .btn,.eleto-tips-actions .btn{min-height:50px;padding:15px 25px;font-size:16px;max-width:100%}.hero,.features,.courses,.stats,.video-section,.eleto-way,.pricing,.feedback,.innovation,.partnerships,.contact,.footer{overflow-x:hidden;max-width:100vw}.courses-grid,.video-slider{overflow-x:auto;-webkit-overflow-scrolling:touch}.innovation-content{grid-template-columns:1fr;gap:2rem}.eleto-way-content{grid-template-columns:1fr;text-align:center;gap:2rem}.eleto-way-pup{flex-direction:column;align-items:center}.pup-speech:before{display:none}}@media (max-width: 480px){.container{padding:0 15px}.hero-content h1{font-size:2.2rem;letter-spacing:.5px}.hero-content h2{font-size:1.3rem}.features h2,.pricing h2,.cta h2{font-size:2rem}.google-forms-buttons{flex-direction:column;align-items:center;gap:1rem}.google-form-btn{min-width:280px;max-width:100%}.google-forms-section{padding:1.5rem;margin:2rem 0}.google-forms-section h3{font-size:1.5rem}.google-forms-section p{font-size:1rem}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#2563eb}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#2563eb}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.hero .container{grid-template-columns:1fr;text-align:center}.hero-content h2{font-size:2rem}}.eleto-way{padding:4rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);text-align:center}.eleto-way h2{font-size:2.5rem;margin-bottom:1rem;color:#1f2937}.eleto-way p{font-size:1.25rem;margin-bottom:3rem;color:#6b7280}.eleto-way-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1000px;margin:0 auto}.eleto-way-pup{display:flex;align-items:center;gap:1.5rem;cursor:pointer;transition:transform .3s ease}.eleto-way-pup:hover{transform:scale(1.05)}.pup-face{font-size:4rem;animation:bounce 2s infinite}.pup-speech{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;position:relative;border:2px solid #e2e8f0;transition:all .3s ease}.eleto-way-pup:hover .pup-speech{box-shadow:0 15px 40px #2563eb33;border-color:#2563eb}.pup-speech:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:20px solid white}.eleto-message{font-size:1.1rem;color:#1f2937;line-height:1.6;font-weight:600}.eleto-way-cta{text-align:center}.eleto-way-cta h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.eleto-tips-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .3s ease}.eleto-tips-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 25px 70px #0006;border:3px solid #2563eb;animation:slideUp .3s ease}.eleto-tips-header{text-align:center;margin-bottom:2rem}.eleto-pup-large{font-size:5rem;margin-bottom:1rem;animation:bounce 2s infinite}.eleto-tips-header h3{color:#1f2937;font-size:1.8rem;margin:0}.eleto-tip-display{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:2rem;margin-bottom:2rem;border:2px solid #bfdbfe}.tip-content{text-align:left}.tip-line{color:#1f2937;font-size:1rem;line-height:1.6;margin-bottom:.5rem;font-weight:500}.tip-line:first-child{font-size:1.2rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.eleto-tips-actions{display:flex;gap:1rem;justify-content:center}.eleto-tips-actions .btn{padding:1rem 2rem;border-radius:25px;font-weight:600;transition:all .3s ease}.help-center-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10001;animation:fadeIn .3s ease}.help-center-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 25px 70px #0006;border:3px solid #2563eb;animation:slideUp .3s ease}.help-center-header{text-align:center;margin-bottom:2rem}.help-pup-large{font-size:5rem;margin-bottom:1rem;animation:bounce 2s infinite}.help-center-header h3{color:#1f2937;font-size:1.8rem;margin:0}.help-line{color:#1f2937;font-size:1rem;line-height:1.6;margin-bottom:.5rem;font-weight:500}.help-line:first-child{font-size:1.2rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.help-center-actions{display:flex;gap:1rem;justify-content:center}.help-center-actions .btn{padding:1rem 2rem;border-radius:25px;font-weight:600;transition:all .3s ease}.ai-mascot-container{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;align-items:flex-end;gap:15px}.ai-mascot{width:80px;height:80px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:0 8px 25px #2563eb4d;transition:all .3s ease;animation:float 3s ease-in-out infinite}.ai-mascot:hover{transform:scale(1.1);box-shadow:0 12px 35px #2563eb66}.ai-mascot.bounce{animation:bounce .6s ease}.mascot-body{position:relative}.mascot-face{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.mascot-pulse{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border:3px solid rgba(37,99,235,.3);border-radius:50%;animation:pulse 2s infinite}.mascot-sparkles{position:absolute;top:-10px;right:-10px;font-size:1.2rem;animation:sparkle 2s infinite}.chat-bubble{background:linear-gradient(135deg,#fff,#f8fafc);color:#1f2937;padding:15px 20px;border-radius:25px 25px 15px;max-width:280px;box-shadow:0 8px 25px #00000026;position:relative;border:2px solid #e2e8f0;transition:all .3s ease}.chat-bubble:hover{box-shadow:0 12px 35px #0003;transform:translateY(-2px)}.chat-bubble.fade{opacity:.5;transform:scale(.95)}.bubble-content{font-size:14px;line-height:1.4;font-weight:500}.bubble-tail{position:absolute;bottom:10px;right:-10px;width:0;height:0;border-left:12px solid #ffffff;border-top:8px solid transparent;border-bottom:8px solid transparent}.close-mascot{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef44444d;transition:all .3s ease}.close-mascot:hover{background:#dc2626;transform:scale(1.1)}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.popup-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:30px;padding:30px;max-width:400px;width:90%;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d;border:2px solid #e2e8f0;animation:slideUp .3s ease}.popup-close{position:absolute;top:5px;right:10px;background:#ef4444;border:3px solid #dc2626;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;color:#fff;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 15px #ef444466;z-index:10002;touch-action:manipulation}.popup-close:hover,.popup-close:focus{background:#dc2626;border-color:#b91c1c;transform:scale(1.1);box-shadow:0 6px 20px #ef444499}.popup-close:active{transform:scale(.9);background:#b91c1c}.popup-mascot{font-size:4rem;margin-bottom:20px;animation:bounce 1s ease infinite}.popup-content h3{color:#1f2937;margin-bottom:15px;font-size:1.5rem}.popup-content p{color:#4b5563;margin-bottom:25px;line-height:1.6}.popup-buttons{display:flex;gap:15px;justify-content:center}.popup-btn{padding:12px 24px;border-radius:25px;font-weight:600;transition:all .3s ease}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes excited-tail-wag{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}50%{transform:scale(1.2) rotate(0)}75%{transform:scale(1.1) rotate(5deg)}}@keyframes happy-bounce{0%,to{transform:scale(1) translateY(0)}25%{transform:scale(1.15) translateY(-5px)}50%{transform:scale(1.2) translateY(-10px)}75%{transform:scale(1.15) translateY(-5px)}}@keyframes smart-nod{0%,to{transform:scale(1) translateY(0)}33%{transform:scale(1.1) translateY(-3px)}66%{transform:scale(1.05) translateY(3px)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes sparkle{0%,to{opacity:1;transform:rotate(0)}50%{opacity:.5;transform:rotate(180deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-interface{position:fixed;bottom:120px;right:20px;width:380px;height:500px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:25px;box-shadow:0 20px 60px #0000004d;border:2px solid #e2e8f0;display:flex;flex-direction:column;z-index:999;animation:slideUp .3s ease}.chat-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:15px 20px;border-radius:23px 23px 0 0;display:flex;justify-content:space-between;align-items:center}.chat-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px}.chat-bot-icon{font-size:1.2rem}.chat-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.chat-close:hover{background:#fff3}.chat-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.message{display:flex;flex-direction:column;max-width:80%}.message.bot{align-self:flex-start}.message.user{align-self:flex-end}.message-content{padding:12px 16px;border-radius:20px;font-size:14px;line-height:1.4}.message.bot .message-content{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#1f2937;border-bottom-left-radius:8px}.message.user .message-content{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:8px}.chat-questions{padding:15px 20px;border-top:1px solid #e2e8f0;max-height:200px;overflow-y:auto}.chat-fallback{margin-top:15px;padding-top:15px;border-top:1px solid #e2e8f0;text-align:center}.fallback-text{font-size:12px;color:#6b7280;margin-bottom:8px}.whatsapp-fallback-btn{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:15px;padding:8px 16px;font-size:12px;cursor:pointer;transition:all .3s ease;width:100%}.whatsapp-fallback-btn:hover{background:linear-gradient(135deg,#128c7e,#075e54);transform:translateY(-1px)}.questions-header{font-size:12px;font-weight:600;color:#6b7280;margin-bottom:10px}.questions-grid{display:flex;flex-direction:column;gap:6px}.question-btn{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:15px;padding:8px 12px;font-size:12px;cursor:pointer;text-align:left;transition:all .3s ease;color:#374151}.question-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:#2563eb;transform:translate(3px)}@media (max-width: 768px){.ai-mascot-container{bottom:15px;right:15px;gap:10px}.ai-mascot{width:70px;height:70px}.mascot-face{font-size:2.2rem}.chat-bubble{max-width:250px;padding:15px 18px;font-size:13px}.bubble-content{font-size:13px;line-height:1.5}.popup-content{padding:25px 20px;max-width:350px;margin:10px;border-radius:25px}.popup-close{width:55px;height:55px;font-size:28px;top:5px;right:5px}.popup-buttons{flex-direction:column;gap:12px}.popup-btn{padding:15px 25px;font-size:16px;min-height:50px}.chat-interface{width:calc(100vw - 20px);max-width:380px;height:70vh;max-height:500px;bottom:100px;right:10px;left:10px;margin:auto}.chat-header{padding:18px 20px}.chat-close{width:35px;height:35px;font-size:24px}.chat-messages{padding:18px;gap:18px}.message-content{padding:15px 18px;font-size:15px;line-height:1.5}.chat-questions{padding:15px 18px;max-height:180px}.question-btn{padding:12px 15px;font-size:14px;min-height:45px}.whatsapp-fallback-btn{padding:12px 20px;font-size:14px;min-height:45px}}.join-page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.join-page-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:2rem;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;border:2px solid #10b981}.close-button{position:absolute;top:15px;right:15px;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;border-radius:50%;width:45px;height:45px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-weight:700;box-shadow:0 4px 12px #00000026;z-index:1001;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.close-button:hover,.close-button:focus{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.15);box-shadow:0 6px 20px #ef444466}.close-button:active{transform:scale(.95);background:#dc2626;border-color:#dc2626}.join-header{text-align:center;margin-bottom:2rem}.join-header h2{color:#10b981;font-size:2rem;margin-bottom:.5rem;font-weight:700}.join-header p{color:#6b7280;font-size:1.1rem}.join-type-selector{text-align:center;margin-bottom:2rem}.join-type-selector h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.join-type-buttons{display:flex;gap:1rem;justify-content:center}.join-type-btn{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.join-type-btn:hover{border-color:#10b981;color:#10b981}.join-type-btn.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981}.google-form-btn{background:linear-gradient(90deg,#4285f4,#34a853);color:#fff}.google-form-btn:hover{background:linear-gradient(90deg,#3367d6,#2d8e47);transform:translateY(-2px)}.join-methods{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:2rem}.join-method{background:#fffc;border:2px solid #e5e7eb;border-radius:15px;padding:1.5rem;transition:all .3s}.join-method:hover{border-color:#10b981;box-shadow:0 8px 25px #10b98133}.primary-method{border:3px solid #25d366;box-shadow:0 8px 25px #25d3664d;transform:scale(1.02)}.recommended-badge{background:linear-gradient(45deg,#25d366,#128c7e);color:#fff;font-size:.7rem;padding:.2rem .5rem;border-radius:15px;font-weight:700;margin-left:auto}.method-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;justify-content:space-between}.method-icon{font-size:1.5rem}.method-header h3{color:#1f2937;font-size:1.2rem;margin:0}.join-method input,.join-method select,.join-method textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;font-size:1rem;transition:border-color .3s}.join-method input:focus,.join-method select:focus,.join-method textarea:focus{outline:none;border-color:#10b981}.join-btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.email-btn{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff}.email-btn:hover{background:linear-gradient(90deg,#1d4ed8,#1e40af);transform:translateY(-2px)}.whatsapp-btn{background:linear-gradient(90deg,#25d366,#128c7e);color:#fff}.whatsapp-btn:hover{background:linear-gradient(90deg,#128c7e,#075e54);transform:translateY(-2px)}.facebook-btn{background:linear-gradient(90deg,#1877f2,#166fe5);color:#fff}.facebook-btn:hover{background:linear-gradient(90deg,#166fe5,#1464d8);transform:translateY(-2px)}.quick-join-methods{display:flex;flex-direction:column;gap:1rem}.quick-join-methods .join-method{padding:1rem}.quick-join-methods .join-method p{color:#6b7280;font-size:.9rem;margin-bottom:1rem}.join-footer{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid #10b981;border-radius:12px;padding:1.5rem;text-align:center}.join-footer p{color:#1f2937;font-size:1.1rem;margin-bottom:1rem}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.benefits span{color:#059669;font-size:.9rem;font-weight:500}@media (max-width: 768px){.join-page-overlay{padding:1rem;overflow-x:hidden}.join-page-container{margin:0;padding:1.5rem;max-height:95vh;max-width:calc(100vw - 2rem);width:calc(100vw - 2rem)}.close-button{top:10px;right:10px;width:50px;height:50px;font-size:22px;box-shadow:0 6px 16px #0003}.join-methods,.benefits{grid-template-columns:1fr;width:100%}.join-header h2{font-size:1.5rem}.join-type-buttons{flex-direction:column;align-items:center}.join-type-btn{width:200px}}@media (max-width: 480px){.join-page-container{margin:0;padding:3rem 1rem 1rem;max-width:calc(100vw - 1rem);width:calc(100vw - 1rem)}.close-button{top:8px;right:8px;width:55px;height:55px;font-size:24px;box-shadow:0 8px 20px #00000040}.join-header h2{font-size:1.3rem}.method-header h3{font-size:1rem}}
