.home-page{width:100%}.hero-section{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:1px solid #dc00004d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#dc00001a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.hero-content{z-index:1;flex:1}.hero-title{color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.hero-title .highlight{color:#dc0000;text-shadow:0 0 20px #dc000080}.hero-subtitle{color:#dc0000;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-description{color:#fff;max-width:600px;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.hero-note{color:#dc0000;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1.3rem;font-weight:700}.hero-badge{text-align:center;flex-flow:wrap;justify-content:center;align-items:flex-start;gap:2rem;padding:1rem;display:flex}.hero-picture{object-fit:contain;border-radius:8px;width:100%;min-width:300px;max-width:600px;height:auto}.hero-logo{object-fit:contain;mix-blend-mode:screen;filter:brightness(1.1)contrast(1.1);width:100%;min-width:200px;max-width:500px;height:auto;margin-top:-3rem}.btn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;background:#dc0000;border:2px solid #dc0000}.btn-primary:hover{background:red;transform:translateY(-2px);box-shadow:0 6px 20px #dc000066}.btn-secondary{color:#dc0000;background:0 0;border:2px solid #dc0000}.btn-secondary:hover{color:#fff;background:#dc0000;transform:translateY(-2px);box-shadow:0 6px 20px #dc000066}.btn-large{padding:1.5rem 3rem;font-size:1.2rem}.features-section{margin-bottom:3rem;padding:3rem 0}.section-title{color:#1a1a1a;text-align:center;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;padding-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.section-title:after{content:"";background:#dc0000;border-radius:2px;width:100px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-subtitle{text-align:center;color:#1a1a1a;margin:-2rem 0 3rem;font-size:1.2rem;font-style:italic}.features-grid{grid-template-columns:repeat(7,1fr);justify-items:center;gap:1.5rem;margin:0 auto;display:grid}@media (max-width:1400px){.features-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:650px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{text-align:center;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:1px solid #dc00004d;border-radius:12px;width:100%;padding:1.5rem 1rem;transition:all .3s}.feature-card:hover{border-color:#dc0000;transform:translateY(-5px);box-shadow:0 10px 30px #dc00004d}.feature-icon{filter:grayscale()brightness(.8);margin-bottom:1rem;font-size:3rem}.feature-card:hover .feature-icon{filter:none;transition:all .3s;transform:scale(1.1)}.feature-card h3{color:#dc0000;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.feature-card p{color:#fff;font-size:.95rem;line-height:1.5}.classes-preview{margin-bottom:3rem;padding:3rem 0}.classes-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.class-card{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #dc00004d;border-radius:12px;transition:all .3s;overflow:hidden}.class-card:hover{border-color:#dc0000;transform:translateY(-5px);box-shadow:0 10px 30px #dc00004d}.class-card.featured{border-color:#dc0000;box-shadow:0 0 30px #dc000033}.class-header{text-align:center;color:#fff;text-transform:uppercase;letter-spacing:1px;background:#dc0000;padding:1.5rem;font-size:1.5rem;font-weight:700}.class-card.featured .class-header{background:linear-gradient(135deg,#dc0000 0%,red 100%)}.class-body{padding:2rem}.age-group{color:#dc0000;text-align:center;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.class-benefits{margin:0;padding:0;list-style:none}.class-benefits li{color:#fff;border-bottom:1px solid #dc000033;padding:.75rem 0 .75rem 1.5rem;position:relative}.class-benefits li:last-child{border-bottom:none}.class-benefits li:before{content:"▸";color:#dc0000;font-weight:700;position:absolute;left:0}.cta-section{text-align:center;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);border:2px solid #dc0000;border-radius:12px;margin-bottom:2rem;padding:3rem 2rem}.cta-content h2{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;font-size:2rem;font-weight:600}.cta-content p{color:#fff;opacity:.9;margin-bottom:1rem;font-size:1.2rem}.cta-tagline{color:#fff;opacity:.95;margin-bottom:2rem;font-size:1.1rem;font-style:italic}.cta-actions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.cta-contact{color:#fff}.cta-contact p{margin:0;font-size:1rem}.phone-link{color:#fff;margin-top:.5rem;font-size:2rem;font-weight:700;text-decoration:none;transition:all .3s;display:block}.phone-link:hover{text-shadow:0 0 10px #ffffff80;transform:scale(1.05)}@media (max-width:1024px){.hero-section{text-align:center;flex-direction:column}.hero-title{font-size:2.5rem}.hero-description{max-width:100%}.hero-actions{justify-content:center}.hero-badge{flex-direction:column;align-items:center;margin-top:2rem}.hero-picture{max-width:100%;min-width:unset}.hero-logo{max-width:350px;min-width:unset;margin-top:0}}@media (max-width:768px){.hero-section{padding:1.5rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem;line-height:1.6}.section-title{font-size:1.75rem}.section-subtitle{margin:-1.5rem 0 2rem;font-size:1rem}.features-grid,.classes-grid{grid-template-columns:1fr}.cta-content h2,.phone-link{font-size:1.5rem}.hero-actions{flex-direction:column;gap:.75rem;width:100%}.btn{text-align:center;width:100%}.hero-badge{gap:1rem;padding:.5rem}.hero-picture{max-width:100%;min-width:unset;border-radius:6px}.hero-logo{max-width:280px;min-width:unset}.hero-note{font-size:1.1rem}.feature-card{padding:1.25rem 1rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.9rem}.class-header{padding:1rem;font-size:1.25rem}.class-body{padding:1.5rem}.cta-section{padding:2rem 1rem}.cta-tagline{font-size:.95rem}.btn-large{padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.hero-section{margin-bottom:2rem;padding:1rem .75rem}.hero-title{font-size:1.5rem}.hero-subtitle{margin-bottom:1rem;font-size:1rem}.hero-description{margin-bottom:1.5rem;font-size:.9rem}.hero-note{font-size:1rem}.section-title{margin-bottom:2rem;font-size:1.5rem}.features-section,.classes-preview{margin-bottom:2rem;padding:2rem 0}.cta-content h2{font-size:1.3rem}.cta-content p{font-size:1rem}.phone-link{font-size:1.3rem}.btn{padding:.875rem 1.5rem;font-size:.9rem}}
