:root{--primary:#e53935;--primary-dark:#c62828;--primary-light:#ef5350;--black:#263238;--white:#fafafa;--gray-light:#eceff1;--gray-medium:#bdbdbd;--gray-dark:#78909c;--accent-pink:#e91e63;--accent-orange:#ffa726;--accent-gold:#ffc107;--accent-purple:#ab47bc}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;width:100%}body{background-color:#fafafa;background-color:var(--white);color:#263238;color:var(--black);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.3}h3{font-size:1.8rem}h4{font-size:1.4rem}p{color:#78909c;color:var(--gray-dark);font-size:1rem;margin-bottom:1rem}a{color:#e53935;color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{color:#c62828;color:var(--primary-dark)}.container{margin:0 auto;max-width:1200px;padding:0 20px}.flex{align-items:center;display:flex;justify-content:space-between}.grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.btn{border:none;border-radius:8px;box-shadow:0 4px 15px #00000026;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-align:center;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#e53935,#e91e63);background:linear-gradient(135deg,var(--primary) 0,#e91e63 100%)}.btn-primary,.btn-primary:hover{color:#fafafa;color:var(--white)}.btn-primary:hover{background:linear-gradient(135deg,#c62828,#e91e63);background:linear-gradient(135deg,var(--primary-dark) 0,#e91e63 100%);box-shadow:0 8px 25px #e539354d;transform:translateY(-3px)}.btn-secondary{background:linear-gradient(135deg,#455a64,#263238);background:linear-gradient(135deg,#455a64 0,var(--black) 100%);color:#fafafa;color:var(--white)}.btn-secondary:hover{background:linear-gradient(135deg,#546e7a,#37474f);box-shadow:0 8px 25px #2632384d;transform:translateY(-3px)}.btn-outline{background-color:initial;border:3px solid #ffc107;border:3px solid var(--accent-gold);color:#ffc107;color:var(--accent-gold);font-weight:700}.btn-outline:hover{background:linear-gradient(135deg,#ffc107,#ffa726);background:linear-gradient(135deg,var(--accent-gold) 0,#ffa726 100%);border-color:#0000;box-shadow:0 8px 25px #ffc10759;color:#263238;color:var(--black);transform:translateY(-3px)}nav{background:linear-gradient(90deg,#263238,#37474f 50%,#8d1f1f);background:linear-gradient(90deg,var(--black) 0,#37474f 50%,#8d1f1f 100%);box-shadow:0 4px 20px #e5393540;padding:.5rem 0;position:sticky;top:0;transition:transform .3s ease,opacity .3s ease;z-index:100}nav.nav-visible{opacity:1;transform:translateY(0)}nav.nav-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{color:#fafafa;color:var(--white);font-size:1.8rem;font-weight:700;gap:10px;min-height:60px;transition:all .3s ease}.logo-image{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:55px;max-width:200px;object-fit:contain;transition:transform .3s ease;width:auto}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{border-radius:6px;color:#fafafa;color:var(--white);display:inline-block;font-weight:600;padding:8px 16px;transition:all .3s ease}.nav-links a:hover{background:#ffc10726;color:#ffc107;transform:translateY(-2px)}.nav-links a.active{background:#ffc1071f;border-radius:6px;box-shadow:0 0 12px #ffc10740;color:#ffc107}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:8px;z-index:101}.hamburger span{background-color:#fafafa;background-color:var(--white);border-radius:2px;display:block;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:768px){nav{padding:1rem 0}.nav-container{padding:0 15px}.hamburger{display:flex}.logo-image{height:40px;max-width:150px}.nav-links{background:linear-gradient(135deg,#263238,#37474f);background:linear-gradient(135deg,var(--black) 0,#37474f 100%);box-shadow:0 8px 25px #0000004d;flex-direction:column;gap:0;left:0;max-height:calc(100vh - 60px);overflow-y:auto;padding:0;position:fixed;right:0;top:60px;transform:translateX(-100%);transition:transform .3s ease}.nav-links.mobile-open{transform:translateX(0)}.nav-links li{border-bottom:1px solid #ffc1071a}.nav-links a{border-radius:0;color:#fafafa;color:var(--white);display:block;font-weight:600;padding:16px 20px;transition:all .3s ease}.nav-links a:hover{background:#ffc10733;color:#ffc107;padding-left:24px;transform:none}.nav-links a.active{background:#ffc10726;border-left:4px solid #ffc107;box-shadow:none;color:#ffc107;padding-left:16px}}@media (max-width:480px){nav{padding:.8rem 0}.nav-container{padding:0 10px}.logo-image{height:35px;max-width:130px}.hamburger span{height:2.5px;width:22px}.hamburger{gap:5px}.nav-links a{font-size:.95rem;padding:14px 16px}.nav-links a:hover{padding-left:20px}}.hero{align-items:center;background:linear-gradient(135deg,#263238,#2a2a2a);background:linear-gradient(135deg,var(--black) 0,#2a2a2a 100%);color:#fafafa;color:var(--white);display:flex;justify-content:center;min-height:400px;overflow:hidden;padding:2rem;position:relative;text-align:center}.hero-vibrant{background:linear-gradient(135deg,#263238,#455a64 25%,#8d1f1f 75%,#e53935);background:linear-gradient(135deg,var(--black) 0,#455a64 25%,#8d1f1f 75%,var(--primary) 100%);position:relative}.hero-bg-elements{height:100%;left:0;opacity:.1;overflow:hidden;position:absolute;top:0;width:100%}.hero-shape{border-radius:50%;position:absolute}.hero-shape-1{background:#e53935;background:var(--primary);height:150px;left:10%;top:10%;width:150px}.hero-shape-2{background:#fafafa;background:var(--white);height:200px;right:5%;top:50%;width:200px}.hero-shape-3{background:#e53935;background:var(--primary);bottom:10%;height:120px;left:50%;width:120px}.hero-content{position:relative;z-index:2}.hero-emoji-row{display:flex;flex-direction:row;flex-wrap:nowrap;font-size:3rem;gap:1.2rem;margin-bottom:1.5rem;overflow:visible;padding:1.5rem 0}.hero-emoji-row,.hero-emoji-row .emoji{align-items:center;justify-content:center}.hero-emoji-row .emoji{animation:bounce 2s infinite;display:inline-flex;flex-shrink:0}.hero-emoji-row .emoji:nth-child(2){animation-delay:.2s}.hero-emoji-row .emoji:nth-child(3){animation-delay:.4s}.hero-emoji-row .emoji:nth-child(4){animation-delay:.6s}.hero-emoji-row .emoji:nth-child(5){animation-delay:.8s}.hero-title{background:linear-gradient(90deg,#fafafa,#ffc107 50%,#e91e63);background:linear-gradient(90deg,var(--white) 0,#ffc107 50%,#e91e63 100%);margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.6}.hero-highlights{align-items:center;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;margin-bottom:2.5rem}.highlight-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;display:flex;font-size:.95rem;font-weight:600;gap:.7rem;padding:1rem 1.5rem;transition:all .3s ease}.highlight-item:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px)}.highlight-icon{display:inline-block;font-size:1.5rem}.hero-content h1{color:#fafafa;color:var(--white);font-size:3.5rem;margin-bottom:1.5rem}.hero-content p{color:#ddd;font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn-hero{font-size:1.05rem;font-weight:700;padding:14px 32px;transition:all .3s ease}.btn-hero:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-4px)}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.hero{min-height:100vh;padding:2rem 1.5rem}.hero-content h1{font-size:2rem;margin-bottom:1rem}.hero-content p{font-size:1rem;margin-bottom:1.5rem}.hero-emoji-row{flex-wrap:nowrap;font-size:2.2rem;gap:.8rem;margin-bottom:1.2rem;padding:1rem 0}.hero-highlights{display:none}.btn-hero{font-size:.9rem;padding:12px 24px}}@media (max-width:480px){.hero{min-height:100vh;padding:1.5rem 1rem}.hero-content h1{font-size:1.5rem;line-height:1.3;margin-bottom:.8rem}.hero-content p{font-size:.9rem;line-height:1.5;margin-bottom:1.2rem}.hero-emoji-row{flex-wrap:nowrap;font-size:1.8rem;gap:.6rem;margin-bottom:.8rem;overflow-x:auto;padding:.8rem .5rem}.hero-highlights{display:none}.btn-hero{font-size:.85rem;padding:10px 20px}.hero-cta{gap:.8rem}}.hero-section{align-items:center;color:#fafafa;color:var(--white);min-height:500px;overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.hero-emojis,.hero-section{display:flex;justify-content:center}.hero-emojis{animation:fadeInDown .8s ease-out;flex-wrap:wrap;font-size:3rem;gap:1.5rem;margin-bottom:2rem}.hero-emojis span{animation:bounce 2s infinite;cursor:pointer;display:inline-block;transition:transform .3s ease}.hero-emojis span:hover{transform:scale(1.2) rotate(10deg)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-title{-webkit-text-fill-color:#0000;animation:slideInUp .8s ease-out .2s backwards;background:linear-gradient(90deg,#ffc107,#e53935 50%,#e91e63);background:linear-gradient(90deg,#ffc107 0,var(--primary) 50%,#e91e63 100%);-webkit-background-clip:text;background-clip:text;color:#fafafa;color:var(--white);font-size:3.5rem;font-weight:800;line-height:1.2;margin:1.5rem 0}.hero-subtitle{animation:slideInUp .8s ease-out .4s backwards;color:#e8e8e8;font-size:1.2rem;font-weight:500;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px}.section{padding:4rem 2rem;position:relative}.section:nth-child(odd){background:linear-gradient(135deg,#fafafa,#fafafa);background:linear-gradient(135deg,var(--white) 0,#fafafa 100%)}.section:nth-child(2n){background:linear-gradient(135deg,#eceff1,#fff5e6);background:linear-gradient(135deg,var(--gray-light) 0,#fff5e6 100%)}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#e53935,#e91e63);background:linear-gradient(90deg,var(--primary) 0,#e91e63 100%);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.section-title h2:after{background:linear-gradient(90deg,#e53935,#ffc107 50%,#e91e63);background:linear-gradient(90deg,var(--primary) 0,#ffc107 50%,#e91e63 100%);border-radius:3px;bottom:-10px;box-shadow:0 0 12px #e539354d;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.course-card{background-color:#fafafa;background-color:var(--white);border:1px solid #e539351a;border-radius:12px;box-shadow:0 8px 25px #2632381a;display:flex;flex-direction:column;height:100%;max-width:320px;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.course-card:hover{border-color:#e53935;border-color:var(--primary);box-shadow:0 15px 40px #e5393540;transform:translateY(-15px) scale(1.02)}.course-image{align-items:center;background:linear-gradient(135deg,#ccc,#ddd);color:#999;display:flex;font-size:3rem;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.course-image img{height:100%;object-fit:cover;width:100%}.course-badge{align-items:center;background-color:#e53935;background-color:var(--primary);border-radius:5px;box-shadow:0 2px 8px #e539354d;color:#fafafa;color:var(--white);display:flex;font-size:.75rem;font-weight:600;gap:5px;padding:8px 12px;position:absolute;right:10px;top:10px}.badge-icon{font-size:1rem}.course-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.course-title{color:#263238;color:var(--black);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.course-description{color:#78909c;color:var(--gray-dark);flex-grow:1;font-size:.95rem;margin-bottom:1rem}.course-price{color:#e53935;color:var(--primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.course-card .btn{align-self:flex-start;margin-top:auto}.featured-section{background:linear-gradient(135deg,#eceff1,#fff5e6);background:linear-gradient(135deg,var(--gray-light) 0,#fff5e6 100%)}.course-details{background:linear-gradient(135deg,#fafafa,#fafafa);background:linear-gradient(135deg,var(--white) 0,#fafafa 100%);padding:4rem 2rem}.details-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.details-image{border-radius:8px;height:auto;overflow:hidden;width:100%}.details-image img{display:block;height:auto;width:100%}.details-info h1{color:#263238;color:var(--black);margin-bottom:1rem}.details-info .course-price{margin-bottom:1.5rem}.details-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.meta-item{align-items:center;display:flex;font-weight:500;gap:.5rem}.meta-icon{color:#e53935;color:var(--primary);font-size:1.3rem}.details-description{line-height:1.8;margin-bottom:2rem}.cta-section{display:flex;gap:1rem;margin-top:2rem}.about-section{background:linear-gradient(135deg,#fafafa,#fafafa);background:linear-gradient(135deg,var(--white) 0,#fafafa 100%);padding:4rem 2rem}.mission-vision{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1200px}.mv-card{background:linear-gradient(135deg,#fafafa,#fafafa);background:linear-gradient(135deg,var(--white) 0,#fafafa 100%);border:1px solid #e539351a;border-radius:12px;box-shadow:0 8px 25px #2632381a;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.mv-card:before{background:linear-gradient(90deg,#e53935,#ffc107);background:linear-gradient(90deg,var(--primary) 0,#ffc107 100%);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.mv-card:hover{border-color:#e53935;border-color:var(--primary);box-shadow:0 15px 40px #e5393533;transform:translateY(-8px)}.mv-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#e53935,#e91e63);background:linear-gradient(90deg,var(--primary) 0,#e91e63 100%);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;margin-bottom:1.5rem}.mv-card p{font-size:1rem;line-height:1.8}.contact-section{background:linear-gradient(135deg,#eceff1,#fff5e6);background:linear-gradient(135deg,var(--gray-light) 0,#fff5e6 100%);padding:4rem 2rem}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem}.contact-icon{align-items:center;color:#e53935;color:var(--primary);display:flex;font-size:1.8rem;min-width:50px}.contact-details h4{margin-bottom:.5rem}.contact-details p{margin:0}.contact-form{background:linear-gradient(135deg,#eceff1,#fff5e6);background:linear-gradient(135deg,var(--gray-light) 0,#fff5e6 100%);border:1px solid #e539351a;border-radius:12px;box-shadow:0 8px 25px #26323814;padding:2rem}.contact-form h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#e53935,#e91e63);background:linear-gradient(90deg,var(--primary) 0,#e91e63 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem}.form-group label{background:linear-gradient(90deg,#e53935,#e91e63);background:linear-gradient(90deg,var(--primary) 0,#e91e63 100%)}.form-group input,.form-group textarea{background:#ffffffb3;border:2px solid #bdbdbd;border:2px solid var(--gray-medium);border-radius:8px;font-family:inherit;font-size:1rem;padding:12px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#e53935;border-color:var(--primary);box-shadow:0 0 0 4px #e539351f;outline:none;transform:translateY(-2px)}.form-group textarea{min-height:120px}.form-success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;margin-bottom:1rem;padding:1rem}.form-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24}.gallery-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-btn{background-color:#fafafa;background-color:var(--white);border:2px solid #eceff1;border:2px solid var(--gray-light);border-radius:25px;color:#78909c;color:var(--gray-dark);cursor:pointer;font-weight:600;padding:10px 24px;transition:all .3s ease}.filter-btn:hover{border-color:#e53935;border-color:var(--primary);color:#e53935;color:var(--primary);transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#e53935,#e91e63);background:linear-gradient(135deg,var(--primary) 0,var(--accent-pink) 100%);border-color:#0000;box-shadow:0 4px 15px #e539354d;color:#fafafa;color:var(--white)}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:2rem 0}.gallery-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.gallery-card:hover{box-shadow:0 12px 30px #e5393533;transform:translateY(-8px)}.gallery-card-image{background:linear-gradient(135deg,#eceff1,#eceff1);background:linear-gradient(135deg,var(--gray-light) 0,#eceff1 100%);height:250px;overflow:hidden;position:relative;width:100%}.gallery-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-card:hover .gallery-card-image img{transform:scale(1.05)}.video-thumbnail{height:100%;position:relative;width:100%}.video-thumbnail img{height:100%;object-fit:cover;width:100%}.play-button{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#e53935f2;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:60px}.gallery-card:hover .play-button{background-color:#e53935;background-color:var(--primary);transform:translate(-50%,-50%) scale(1.1)}.gallery-card-content{padding:1.5rem}.gallery-card-content h3{color:#263238;color:var(--black);font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.gallery-card-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#78909c;color:var(--gray-dark);display:-webkit-box;font-size:.95rem;margin:0 0 1rem;overflow:hidden}.media-badge{background:linear-gradient(135deg,#ffc107,#ffa726);background:linear-gradient(135deg,var(--accent-gold) 0,#ffa726 100%);border-radius:20px;color:#263238;color:var(--black);display:inline-block;font-size:.85rem;font-weight:700;padding:6px 14px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000c}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:900px;overflow-y:auto;position:relative;width:100%}.gallery-modal,.modal-content{display:flex;flex-direction:column;max-height:90vh}.gallery-modal{height:100%;padding:0}.gallery-video-container{aspect-ratio:16/9;background-color:#263238;background-color:var(--black);border-radius:12px 12px 0 0;flex-shrink:0;overflow:hidden;position:relative;width:100%}.gallery-video-container video{display:block;height:100%;object-fit:contain;width:100%}.gallery-image-container{align-items:center;background-color:#eceff1;background-color:var(--gray-light);border-radius:12px 12px 0 0;display:flex;justify-content:center;max-height:70vh;overflow:hidden;width:100%}.gallery-image-container img{display:block;max-height:70vh;max-width:100%;object-fit:contain}.gallery-modal-info{border-top:2px solid #eceff1;border-top:2px solid var(--gray-light);flex-shrink:0;margin-top:0;overflow-y:auto;padding:1.5rem 2rem 2rem}.gallery-modal-info h2{color:#e53935;color:var(--primary);margin-bottom:.5rem}.gallery-modal-info p{color:#78909c;color:var(--gray-dark);margin-bottom:1rem}.modal-close{color:#78909c;z-index:10}.modal-close:hover{color:#e53935}@media (max-width:768px){.gallery-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-card-image{height:200px}.gallery-modal{padding:0}.gallery-modal,.modal-content{max-height:85vh}.gallery-video-container{aspect-ratio:16/9;max-height:50vh}.gallery-image-container{max-height:60vh}.gallery-modal-info{max-height:35vh;padding:1.5rem}.play-button{font-size:1.5rem;height:50px;width:50px}}@media (max-width:480px){.gallery-filters{gap:.5rem}.filter-btn{font-size:.9rem;padding:8px 16px}.gallery-grid{gap:1rem;grid-template-columns:1fr}.gallery-card-image{height:180px}.gallery-modal{max-height:95vh;padding:0}.modal-content{max-height:95vh;max-width:100%}.gallery-video-container{aspect-ratio:16/9;max-height:60vh}.gallery-image-container{max-height:70vh}.gallery-modal-info{max-height:35vh;overflow-y:auto;padding:1rem}.gallery-modal-info h2{font-size:1.2rem}.gallery-modal-info p{font-size:.9rem}.gallery-card-content{padding:1rem}.gallery-card-content h3{font-size:1rem}.modal-overlay{padding:10px}.gallery-modal{padding:1rem}.hero-section{min-height:400px;padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-emojis{font-size:2.5rem;gap:1rem;margin-bottom:1.5rem}.hero-section{min-height:350px;padding:3rem 1rem}.hero-title{font-size:1.8rem;margin:1rem 0}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-emojis{font-size:2rem;gap:.8rem;margin-bottom:1rem}.hero-emojis span{animation:bounce 1.5s infinite}.btn-hero{font-size:.9rem;padding:10px 24px}}footer{background:linear-gradient(135deg,#263238,#455a64 50%,#e53935);background:linear-gradient(135deg,var(--black) 0,#455a64 50%,var(--primary) 100%);color:#fafafa;color:var(--white);padding:3rem 2rem;position:relative;text-align:center}footer:before{background:linear-gradient(90deg,#0000,#e53935,#0000);background:linear-gradient(90deg,#0000,var(--primary),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{margin:0 auto;max-width:1200px}footer p{color:#fffc;font-weight:500;margin:0}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in{animation:fadeIn .6s ease-in}.slide-in-up{animation:slideInUp .6s ease-out}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:1.8rem}.logo{font-size:1.4rem;gap:8px;min-height:50px}.logo-image{height:45px;max-width:180px}.nav-links{font-size:.9rem;gap:1rem}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-title{font-size:2rem!important}.hero-emoji-row{font-size:2rem}.hero-highlights{flex-direction:column;gap:1rem}.highlight-item{justify-content:center;width:100%}.contact-container,.details-container,.grid,.mission-vision{grid-template-columns:1fr}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.cta-section{flex-direction:column}.cta-section .btn{width:100%}}@media (max-width:480px){h1{font-size:1.8rem}h2{font-size:1.4rem}.logo{font-size:1.1rem;gap:6px;min-height:45px}.logo-image{height:40px;max-width:140px}.nav-links{gap:.5rem}.nav-links a{font-size:.85rem;padding:6px 10px}.section{padding:2rem 1rem}.hero-title{font-size:1.5rem!important}.hero-emoji-row{font-size:1.5rem;gap:.5rem}.hero-subtitle{font-size:1rem}.highlight-item{font-size:.85rem;padding:.8rem 1rem}.contact-container,.details-container,.mission-vision{gap:1.5rem}}.social-media-section{background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden;padding:4rem 2rem;position:relative}.social-media-section:before{top:0}.social-media-section:after,.social-media-section:before{background:linear-gradient(90deg,#0000,var(--primary),#0000);content:"";height:1px;left:0;position:absolute;right:0}.social-media-section:after{bottom:0}.social-media-content{margin:0 auto;max-width:1200px}.social-media-header{margin-bottom:3rem;text-align:center}.social-media-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary) 0,var(--accent-orange) 100%);-webkit-background-clip:text;background-clip:text;color:var(--black);font-size:2.5rem;margin-bottom:1rem}.social-media-header p{color:var(--gray-dark);font-size:1.1rem;margin:0}.social-links-container{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.social-link{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;display:flex;flex-direction:column;gap:1rem;min-width:150px;padding:1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{border-color:var(--primary);box-shadow:0 8px 24px #e5393533}.social-icon-wrapper{align-items:center;background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);border-radius:50%;box-shadow:0 4px 15px #e539354d;display:flex;height:80px;justify-content:center;transition:all .3s ease;width:80px}.social-link:hover .social-icon-wrapper{box-shadow:0 8px 25px #e5393580;transform:scale(1.1)}.social-logo{filter:brightness(0) invert(1);height:50%;object-fit:contain;width:50%}.social-name{color:var(--black);font-size:1.1rem;font-weight:600;transition:color .3s ease}.social-link:hover .social-name{color:var(--primary)}@media (max-width:768px){.social-media-section{padding:3rem 1.5rem}.social-media-header h2{font-size:2rem}.social-media-header p{font-size:1rem}.social-links-container{gap:2rem}.social-link{min-width:130px;padding:1rem}.social-icon-wrapper{height:70px;width:70px}.social-logo{height:48%;width:48%}.social-name{font-size:.95rem}}@media (max-width:480px){.social-media-section{padding:2rem 1rem}.social-media-header h2{font-size:1.5rem}.social-media-header p{font-size:.9rem}.social-links-container{gap:1.5rem;justify-content:space-around}.social-link{min-width:110px;padding:.8rem}.social-icon-wrapper{height:60px;width:60px}.social-logo{height:45%;width:45%}.social-name{font-size:.85rem}}.admin-login-container{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:400px;padding:40px;width:100%}.login-header{margin-bottom:30px;text-align:center}.login-header h1{color:#000;font-size:28px;font-weight:700;margin:0 0 10px}.login-header p{color:#666;font-size:14px;margin:0}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px}form{display:flex;flex-direction:column;gap:20px}.form-group input{border:2px solid #ddd;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;padding:12px;transition:all .3s ease}.form-group input:focus{border-color:#c41e3a;box-shadow:0 0 0 3px #c41e3a1a;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#c41e3a,#a01830);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:12px;transition:all .3s ease}.login-button:hover:not(:disabled){box-shadow:0 5px 20px #c41e3a66;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.7}.login-footer{border-top:1px solid #eee;margin-top:30px;padding-top:20px;text-align:center}.login-footer p{color:#999;font-size:12px;font-style:italic;margin:0 0 15px}.back-link{color:#c41e3a;display:inline-block;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease}.back-link:hover{color:#a01830;transform:translateX(-3px)}@media (max-width:768px){.login-card{padding:30px 20px}.login-header h1{font-size:24px}}@media (max-width:480px){.admin-login-container{min-height:calc(100vh - 70px)}.login-card{padding:25px 15px}.login-header h1{font-size:20px}.login-header p{font-size:13px}}.form-modal-overlay{align-items:center;animation:fadeIn .3s ease-in;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.form-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.form-modal-header{align-items:center;background-color:#f8f8f8;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:25px;position:sticky;top:0;z-index:10}.form-modal-header h2{color:#000;font-size:22px;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:all .3s ease;width:32px}.close-button:hover{background-color:#e0e0e0;color:#333}.form-error{background-color:#fee;border-left:4px solid #c41e3a;color:#c33;font-size:14px;margin:0;padding:15px 25px}.course-form{padding:25px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{align-items:center;color:#333;display:flex;font-size:14px;gap:8px;margin-bottom:8px}.form-group input[type=number],.form-group input[type=text],.form-group select,.form-group textarea{border:2px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;padding:12px;resize:vertical;transition:all .3s ease}.form-group input[type=number]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:#c41e3a;box-shadow:0 0 0 3px #c41e3a1a;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.checkbox-group label{align-items:center;flex-direction:row}.checkbox-group input[type=checkbox]{cursor:pointer;height:18px;width:18px}.image-upload-area{display:flex;flex-direction:column;gap:15px}.image-upload-area input[type=file]{border:2px dashed #ddd;border-radius:6px;cursor:pointer;padding:12px;transition:all .3s ease}.image-upload-area input[type=file]:hover{background-color:#fafafa;border-color:#c41e3a}.image-preview{background-color:#f5f5f5;border-radius:6px;height:200px;overflow:hidden;position:relative;width:100%}.image-preview img{height:100%;object-fit:cover;width:100%}.remove-image-button{align-items:center;background-color:#c41e3ae6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s ease;width:32px}.remove-image-button:hover:not(:disabled){background-color:#c41e3a;transform:scale(1.1)}.remove-image-button:disabled{cursor:not-allowed;opacity:.5}.form-actions{border-top:1px solid #e0e0e0;display:flex;gap:15px;margin-top:30px;padding-top:20px}.cancel-button,.submit-button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:12px;transition:all .3s ease}.cancel-button{background-color:#f0f0f0;color:#333}.cancel-button:hover:not(:disabled){background-color:#e0e0e0}.submit-button{background:linear-gradient(135deg,#c41e3a,#a01830);color:#fff}.submit-button:hover:not(:disabled){box-shadow:0 5px 20px #c41e3a66;transform:translateY(-2px)}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.7}@media (max-width:600px){.form-modal{border-radius:12px 12px 0 0;margin-top:auto;max-height:100vh;max-height:calc(100vh - 60px);width:100%}.form-modal-header{padding:20px}.form-modal-header h2{font-size:18px}.form-row{gap:15px;grid-template-columns:1fr}.course-form{padding:20px}.form-actions{flex-direction:column;gap:10px}.cancel-button,.submit-button{width:100%}}.form-modal::-webkit-scrollbar{width:8px}.form-modal::-webkit-scrollbar-track{background:#f1f1f1}.form-modal::-webkit-scrollbar-thumb{background:#c41e3a;border-radius:4px}.form-modal::-webkit-scrollbar-thumb:hover{background:#a01830}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.gallery-form-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:100%}.gallery-form-modal h2{color:var(--primary);font-size:1.8rem;margin-bottom:1.5rem}.form-error{background-color:#ffebee;border-left:4px solid #c62828;border-radius:8px;color:#c62828;margin-bottom:1rem;padding:1rem}.form-group{margin-bottom:1.5rem}.form-group label{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary) 0,var(--accent-pink) 100%);-webkit-background-clip:text;background-clip:text;color:var(--black);display:block;font-weight:600;margin-bottom:.5rem}.form-group input[type=file],.form-group input[type=text],.form-group select,.form-group textarea{border:2px solid var(--gray-light);border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease;width:100%}.form-group input[type=file]:focus,.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e539351a;outline:none}.form-group textarea{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;resize:vertical}.form-group select:disabled{background-color:var(--gray-light);cursor:not-allowed;opacity:.7}.form-group small{color:var(--gray-dark);display:block;font-size:.9rem;margin-top:.5rem}.form-preview{background-color:var(--gray-light);border-radius:8px;margin:1.5rem 0;padding:1rem;text-align:center}.form-preview p{color:var(--black);font-weight:600;margin-bottom:1rem}.form-preview img,.form-preview video{border-radius:8px;max-height:300px;max-width:100%;object-fit:cover}.form-buttons{display:flex;gap:1rem;margin-top:2rem}.form-buttons button{flex:1 1;padding:.75rem 1.5rem}.modal-close{background:#0000;border:none;color:var(--gray-dark);cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease}.modal-close:hover{color:var(--primary)}@media (max-width:768px){.gallery-form-modal{max-width:95%;padding:1.5rem}.gallery-form-modal h2{font-size:1.5rem}.form-buttons{flex-direction:column}.form-buttons button{width:100%}}.admin-dashboard-container{background:linear-gradient(135deg,#f5f5f5,#eee);min-height:calc(100vh - 80px)}.dashboard-header{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:30px 40px}.header-content h1{font-size:32px;font-weight:700;margin:0 0 5px}.header-content p{color:#ccc;font-size:14px;margin:0}.header-actions{align-items:center;display:flex;gap:20px}.admin-name{color:#ccc;font-size:14px}.logout-button{background-color:#c41e3a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .3s ease}.logout-button:hover{background-color:#a01830;transform:translateY(-2px)}.dashboard-content{margin:0 auto;max-width:1200px;padding:40px}.content-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.content-header h2{color:#000;font-size:24px;margin:0}.create-course-button{background:linear-gradient(135deg,#c41e3a,#a01830);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s ease}.create-course-button:hover{box-shadow:0 5px 20px #c41e3a66;transform:translateY(-2px)}.error-alert{background-color:#fee;border-left:4px solid #c41e3a;border-radius:6px;color:#c33;font-size:14px;margin-bottom:20px;padding:15px}.loading{color:#666;font-size:16px;padding:40px;text-align:center}.no-courses{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:60px 40px;text-align:center}.no-courses p{color:#999;font-size:16px;margin:0}.courses-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.courses-table{border-collapse:collapse;font-size:14px;width:100%}.courses-table thead{background-color:#f8f8f8;border-bottom:2px solid #e0e0e0}.courses-table th{color:#333;font-size:12px;font-weight:600;letter-spacing:.5px;padding:16px;text-align:left;text-transform:uppercase}.courses-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .3s ease}.courses-table tbody tr:hover{background-color:#f8f8f8}.courses-table td{color:#333;padding:16px}.course-name{font-weight:600;max-width:200px}.course-info{align-items:center;display:flex;gap:12px;white-space:normal}.course-thumbnail{border-radius:6px;height:40px;object-fit:cover;width:40px}.badge{background-color:#e8f4f8;color:#06c;text-transform:capitalize}.badge,.featured-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.featured-badge.featured{background-color:#e8f5e9;color:#2e7d32}.featured-badge.not-featured{background-color:#fff3e0;color:#f57c00}.actions{display:flex;gap:10px}.delete-button,.edit-button{border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;padding:8px 12px;transition:all .3s ease}.edit-button{background-color:#e3f2fd;color:#1976d2}.edit-button:hover{background-color:#bbdefb;transform:translateY(-2px)}.delete-button{background-color:#ffebee;color:#c41e3a}.delete-button:hover{background-color:#ef9a9a;transform:translateY(-2px)}@media (max-width:768px){.dashboard-header{flex-direction:column;gap:20px;padding:20px;text-align:center}.header-actions{flex-direction:column;gap:10px;width:100%}.logout-button{width:100%}.dashboard-content{padding:20px}.content-header{align-items:stretch;flex-direction:column;gap:15px}.create-course-button{width:100%}.courses-table-wrapper{overflow-x:auto}.courses-table{min-width:600px}.course-name{max-width:150px}.actions{flex-direction:column}.delete-button,.edit-button{width:100%}}@media (max-width:480px){.dashboard-header{padding:15px}.header-content h1{font-size:22px}.dashboard-content{padding:15px}.content-header h2{font-size:18px}.courses-table td,.courses-table th{font-size:12px;padding:12px 8px}.course-info{gap:8px}.course-thumbnail{height:35px;width:35px}}.dashboard-tabs{background-color:#fff;border-bottom:2px solid var(--gray-light);display:flex;gap:0;overflow-x:auto;padding:0 40px}.tab-button{background:none;border:none;border-bottom:3px solid #0000;color:var(--gray-dark);cursor:pointer;font-size:1rem;font-weight:600;padding:16px 24px;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background-color:#e539350d;color:var(--primary)}.tab-button.active{border-bottom-color:var(--primary);color:var(--primary)}.gallery-management-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:2rem 0}.gallery-management-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:all .3s ease}.gallery-management-card:hover{box-shadow:0 8px 20px #e5393533;transform:translateY(-5px)}.gallery-card-img-wrapper{background-color:var(--gray-light);height:200px;overflow:hidden;position:relative;width:100%}.gallery-card-img-wrapper img{height:100%;object-fit:cover;width:100%}.video-thumbnail-admin{height:100%;position:relative;width:100%}.video-thumbnail-admin img{height:100%;object-fit:cover;width:100%}.play-button-admin{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#e53935e6;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.media-type-badge{background-color:#000000b3;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:6px 12px;position:absolute;right:10px;top:10px}.gallery-card-info{padding:1.5rem}.gallery-card-info h3{color:var(--black);font-size:1.1rem;margin:0 0 .5rem}.gallery-card-info p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--gray-dark);display:-webkit-box;font-size:.9rem;margin:0 0 1rem;overflow:hidden}.gallery-actions{display:flex;gap:8px}.gallery-actions .delete-button,.gallery-actions .edit-button{flex:1 1;font-size:.85rem;padding:8px}@media (max-width:768px){.dashboard-tabs{padding:0 20px}.tab-button{font-size:.9rem;padding:12px 16px}.gallery-management-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.dashboard-tabs{padding:0 15px}.tab-button{font-size:.85rem;padding:12px}.gallery-management-grid{gap:1rem;grid-template-columns:1fr}.gallery-card-img-wrapper{height:150px}}
/*# sourceMappingURL=main.28cb2b71.css.map*/