:root{--primary-purple: #5F33E6;--dark-purple: #1A0B43;--light-bg: #F7F5FF;--text-dark: #1e1e1e;--text-light: #4a4a4a;--white: #ffffff;--border-color: #e0e0e0;--font-primary: "Poppins", sans-serif;--font-secondary: "Nunito Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-secondary);background-color:var(--light-bg);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 2rem}h1,h3{font-family:var(--font-primary);font-weight:700;color:var(--dark-purple)}h1{font-size:3.5rem;line-height:1.1}h3{font-size:1.5rem}a{text-decoration:none;color:var(--primary-purple);transition:color .3s ease}a:hover{color:var(--dark-purple)}ul{list-style:none}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:8px;font-weight:600;font-family:var(--font-primary);transition:transform .3s ease,box-shadow .3s ease;border:none;cursor:pointer}.btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000001a}.btn-primary{background-color:var(--primary-purple);color:var(--white)}.btn-primary:hover{background-color:#4e28c2;color:var(--white)}.btn-light{background-color:var(--white);color:var(--primary-purple)}.btn-light:hover{background-color:#f0f0f0;color:var(--primary-purple)}.arrow{margin-left:.5rem;transition:transform .3s ease}.btn:hover .arrow{transform:translate(5px)}.section-title{font-family:var(--font-primary);font-size:2.5rem;font-weight:700;color:var(--dark-purple);text-align:center;position:relative;padding-bottom:1rem;margin-bottom:4rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary-purple);border-radius:2px}header{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;padding-bottom:2rem}.logo{font-family:var(--font-primary);font-weight:700;font-size:1.5rem;color:var(--dark-purple)}nav ul{display:flex;gap:2.5rem}nav a{font-weight:600;color:var(--text-dark)}#hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:2rem;padding:2rem 2rem 10rem;min-height:90vh;position:relative;overflow:hidden}#hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to top,var(--light-bg),transparent);z-index:5;pointer-events:none}.hero-content{z-index:2}.hero-content .subtitle{font-size:1.1rem;color:var(--text-light);margin:1.5rem 0 2.5rem;max-width:500px}.stats-container{display:flex;flex-direction:column;gap:2.5rem;margin-top:4rem}.stat{display:flex;align-items:center;gap:1.5rem}.stat-icon{flex-shrink:0;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--white);box-shadow:0 4px 15px #5f33e61a}.stat-icon svg{color:var(--primary-purple);width:24px;height:24px}.stat-text{display:flex;flex-direction:column}.stat-number{font-size:2.2rem;font-weight:700;color:var(--dark-purple);line-height:1.2}.stat-label{color:var(--text-light);font-size:.9rem;max-width:150px}.hero-image-area{position:relative;display:flex;justify-content:center;align-items:center;height:100%}.hero-image-container{position:relative;width:400px;height:400px;display:flex;justify-content:center;align-items:center}.hero-image-container img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2;border:10px solid var(--white);box-shadow:0 10px 40px #0000001a}.hero-bg-shape{position:absolute;border-radius:50%}.hero-bg-shape1{width:110%;height:110%;background-color:#ff9a76;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.hero-bg-shape2{width:125%;height:125%;background-color:#ffd15a;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-deco{position:absolute;z-index:3;animation:float 6s ease-in-out infinite;opacity:.8}.hero-deco1{top:10%;left:0;width:80px;height:auto;stroke:var(--primary-purple)}.hero-deco3{bottom:25%;left:-20px;width:50px;height:auto;animation-delay:-4s;stroke:var(--primary-purple);fill:#eae5ff}@keyframes rotate-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-rotate-orbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.orbit-container{position:absolute;width:130%;height:130%;border:2px dashed var(--primary-purple);border-radius:50%;animation:rotate-orbit 30s linear infinite;z-index:4}.hero-image-area:hover .orbit-container{animation-play-state:paused}.hero-play-btn{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:var(--primary-purple);color:var(--white);border-radius:50%;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 15px #0003;animation:counter-rotate-orbit 30s linear infinite;transition:transform .3s ease}.hero-image-area:hover .hero-play-btn{animation-play-state:paused}.hero-play-btn:hover{transform:translate(-50%,-50%) scale(1.15)!important}.hero-play-btn svg{width:28px;height:28px;padding-left:4px}#about{padding:6rem 2rem;position:relative}.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center}.about-image-composition{position:relative;min-height:500px}.about-img-1,.about-img-2{width:100%;border-radius:16px;box-shadow:0 15px 40px #0000001a;object-fit:cover}.about-img-1{width:85%;height:450px}.about-img-2{position:absolute;bottom:-10%;right:0;width:60%;height:300px;border:8px solid var(--light-bg)}.about-text-content h3{font-size:2rem;line-height:1.2;margin-bottom:1.5rem;text-align:left}.about-text-content p{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem;max-width:500px}.about-features{list-style:none;margin:2rem 0 2.5rem;display:flex;flex-direction:column;gap:1.2rem}.about-features li{display:flex;align-items:center;gap:1rem;font-weight:600;font-size:1.05rem}.about-features svg{flex-shrink:0;width:28px;height:28px;padding:5px;border-radius:8px;background-color:#eae5ff;color:var(--primary-purple)}#courses{background-color:var(--dark-purple);color:var(--white);padding:6rem 2rem;border-radius:40px;margin:0 1rem}#courses .section-title{color:var(--white)}.course-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background-color:#2a1c52;padding:2.5rem;border-radius:20px;border:1px solid transparent;transition:transform .3s ease,border-color .3s ease}.card:hover,.card.active{transform:translateY(-10px);border-color:var(--primary-purple)}.card-icon{width:60px;height:60px;border-radius:12px;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.card-icon svg{width:32px;height:32px;color:var(--dark-purple)}.card h3{color:var(--white);margin-bottom:1rem}.card p{color:#ffffffb3;margin-bottom:1.5rem}.learn-more{font-weight:600;color:var(--white)}#events{padding:6rem 0;background-color:var(--dark-purple)}#events .section-title{color:var(--white)}.cinema-showcase{max-width:1200px;margin:0 auto;padding:0 2rem}.gallery-top{height:450px;width:100%;border-radius:16px;margin-bottom:1rem}.gallery-top .swiper-slide{background-size:cover;background-position:center;border-radius:16px;overflow:hidden;display:flex;align-items:flex-end}.slide-content{width:100%;padding:2rem;background:linear-gradient(to top,#100133e6,#10013300);color:var(--white)}.slide-content h3{color:var(--white);font-size:1.8rem;margin-bottom:.5rem}.slide-content-details{display:flex;justify-content:space-between;align-items:center}.slide-content-details p{font-weight:600;opacity:.9}.slide-content-details .btn{padding:.6rem 1.2rem;font-size:.9rem;background-color:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-thumbs{height:100px;box-sizing:border-box;padding:10px 0}.gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:.5;transition:opacity .3s;cursor:pointer;border-radius:8px;overflow:hidden;border:2px solid transparent}.gallery-thumbs .swiper-slide:hover{opacity:.8}.gallery-thumbs .swiper-slide-thumb-active{opacity:1;border-color:var(--primary-purple)}.gallery-thumbs .swiper-slide img{width:100%;height:100%;object-fit:cover}.swiper-button-white.swiper-button-next,.swiper-button-white.swiper-button-prev{color:var(--white)}.swiper-button-white.swiper-button-next:after,.swiper-button-white.swiper-button-prev:after{font-size:2rem!important}#faq{padding:6rem 2rem}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border-radius:10px;margin-bottom:1rem;border:1px solid var(--border-color)}.faq-item summary{padding:1.5rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--dark-purple)}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{padding:1.5rem;color:var(--text-light);border-top:1px solid var(--border-color);margin-top:1rem}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--primary-purple);transition:transform .3s ease}.faq-item[open]>summary .faq-icon{transform:rotate(45deg)}#testimonials{padding:6rem 2rem;background-color:var(--white)}.testimonial-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background-color:var(--light-bg);padding:2.5rem;border-radius:20px;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative}.testimonial-card img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:4px solid var(--white);box-shadow:0 4px 10px #0000001a}.testimonial-card .quote{color:var(--text-light);font-style:italic;margin-bottom:1.5rem;flex-grow:1}.testimonial-card .author{font-weight:700;font-family:var(--font-primary);color:var(--dark-purple)}.testimonial-card .role{font-size:.9rem;color:var(--primary-purple)}.testimonial-card .quote-icon{position:absolute;top:1rem;right:1.5rem;font-size:4rem;color:var(--primary-purple);opacity:.1;line-height:1}#partners{padding:6rem 2rem}.partner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:2rem}.partner-card{background:var(--white);padding:2rem;border-radius:16px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;justify-content:center;align-items:center;height:120px}.partner-card:hover{transform:translateY(-8px);box-shadow:0 10px 30px #5f33e626}.partner-card img{height:45px;max-width:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.partner-card:hover img{filter:grayscale(0%);opacity:1}#contact{padding:6rem 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1.2fr;background-color:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000014}.contact-info-side{padding:4rem 3rem;background:url(https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2) no-repeat center center;background-size:cover;color:var(--white);position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}.contact-info-side:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#1a0b43d9;z-index:-1}.contact-info-side h3{color:var(--white);margin-bottom:1rem}.contact-info-side p{color:#fffc;margin-bottom:2rem}.contact-info-side ul{display:flex;flex-direction:column;gap:1.5rem}.contact-info-side li{display:flex;align-items:flex-start;gap:1rem;color:#ffffffe6}.contact-info-side svg{flex-shrink:0;width:24px;height:24px;color:var(--primary-purple);margin-top:2px}.contact-form-side{padding:4rem 3rem}.contact-form-side h3{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:var(--text-dark)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem 1rem;border-radius:8px;border:1px solid var(--border-color);background-color:#f7f5ff;font-family:var(--font-secondary);font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary-purple);box-shadow:0 0 0 3px #5f33e633;background-color:var(--white)}.form-group textarea{resize:vertical}.contact-form-side .btn{width:100%;margin-top:1rem;padding:1rem;font-size:1.1rem}#cta{background-color:var(--primary-purple);border-radius:20px;padding:4rem;text-align:center;color:var(--white);margin-top:6rem;margin-bottom:6rem}#cta .section-title{color:var(--white);margin-bottom:1rem;padding-bottom:1rem}#cta p{margin-bottom:2rem;opacity:.8}footer{padding:4rem 2rem 2rem;border-top:1px solid var(--border-color);background:linear-gradient(135deg,var(--white) 0%,var(--light-bg) 100%)}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-about .logo{display:inline-block;margin-bottom:1rem;font-size:1.5rem}.footer-about p{color:var(--text-light);max-width:350px;margin-bottom:2rem;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:.8rem}.footer-contact .contact-item{display:flex;align-items:center;gap:.8rem;color:var(--text-light);font-size:.9rem}.footer-contact .contact-item svg{color:var(--primary-purple);flex-shrink:0}.footer-links h4,.footer-social h4{font-family:var(--font-primary);font-size:1.2rem;margin-bottom:1.5rem;color:var(--dark-purple)}.footer-links ul li{margin-bottom:.8rem}.footer-links a{color:var(--text-light);transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--primary-purple)}.social-icons{display:flex;gap:1rem;margin-bottom:2rem}.social-icons a{color:var(--text-light);padding:.8rem;border-radius:50%;background:var(--light-bg);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.social-icons a:hover{color:var(--white);background:var(--primary-purple);transform:translateY(-3px);box-shadow:0 4px 15px #5f33e64d}.newsletter-signup h5{font-family:var(--font-primary);color:var(--dark-purple);margin-bottom:.5rem;font-size:1rem}.newsletter-signup p{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.8rem;border:1px solid var(--border-color);border-radius:8px;background:var(--white);font-size:.9rem;transition:border-color .3s ease}.newsletter-form input:focus{outline:none;border-color:var(--primary-purple);box-shadow:0 0 0 3px #5f33e61a}.newsletter-form button{padding:.8rem;background:var(--primary-purple);color:var(--white);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.newsletter-form button:hover{background:var(--dark-purple);transform:translateY(-2px);box-shadow:0 4px 15px #5f33e64d}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-color)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p{color:var(--text-light);font-size:.9rem;margin-bottom:.3rem}.compliance{font-size:.8rem!important;color:var(--primary-purple)!important;font-weight:600}.footer-bottom-links{display:flex;align-items:center;gap:1rem;font-size:.9rem}.footer-bottom-links a{color:var(--text-light);transition:color .3s ease}.footer-bottom-links a:hover{color:var(--primary-purple)}.footer-bottom-links span{color:var(--border-color)}.video-modal,.event-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:1000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:2rem}.video-modal.is-open,.event-modal.is-open{opacity:1;visibility:visible}.video-modal-content,.event-modal-content,.promo-modal-content,.register-modal-content{position:relative;transform:scale(.9);transition:transform .3s ease}.video-modal.is-open .video-modal-content,.event-modal.is-open .event-modal-content,.event-modal.is-open .promo-modal-content,.event-modal.is-open .register-modal-content{transform:scale(1)}.video-modal-close,.event-modal-close,.promo-modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:var(--white);font-size:2.5rem;font-weight:200;cursor:pointer;line-height:1}.video-modal-content{width:90%;max-width:900px;aspect-ratio:16 / 9}.video-modal iframe{width:100%;height:100%;border-radius:10px}.event-modal-content{background-color:var(--white);border-radius:16px;width:90%;max-width:800px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.event-modal-content img{width:100%;height:100%;object-fit:cover}.event-modal-details{padding:2.5rem;display:flex;flex-direction:column}.event-modal-details h3{margin-bottom:.5rem}.event-modal-details #event-modal-date{color:var(--primary-purple);font-weight:600;margin-bottom:1rem}.event-modal-details #event-modal-desc{flex-grow:1;color:var(--text-light);margin-bottom:2rem}.promo-modal-content{background-color:var(--white);border-radius:16px;width:90%;max-width:750px;display:flex;align-items:center;overflow:hidden;box-shadow:0 10px 40px #0000001a}.promo-modal-content img{width:45%;height:400px;object-fit:cover;flex-shrink:0}.promo-modal-content .promo-modal-text{padding:2.5rem}.promo-modal-content .promo-modal-close{position:absolute;top:1rem;right:1rem;color:var(--dark-purple);font-size:2rem;background:transparent;border:none;cursor:pointer;z-index:10;line-height:1;font-weight:400}.promo-modal-content .promo-modal-text h4{font-family:var(--font-primary);font-size:2rem;color:var(--dark-purple);margin-bottom:.5rem}.promo-modal-content .promo-modal-text p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem}.promo-modal-content .promo-modal-text .btn{padding:.8rem 1.8rem}.register-modal-content{background-color:var(--white);border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden;width:90%;max-width:900px;max-height:90vh;display:flex;flex-direction:column}#register-modal .register-modal-content{overflow-y:auto}#register-modal .event-modal-close{top:1rem;right:1.5rem;color:var(--text-light);font-size:2rem;z-index:10}#register-modal .event-modal-close:hover{color:var(--dark-purple)}.register-info{padding:3rem 3rem 2rem;text-align:center;border-bottom:1px solid var(--border-color);flex-shrink:0}.register-info h1{font-family:var(--font-primary);font-size:2.5rem;color:var(--dark-purple)}.register-info p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:1rem auto 0}#register-form{padding:3rem;overflow-y:auto}.form-section{margin-bottom:2.5rem}.form-section h2{font-family:var(--font-primary);font-size:1.5rem;color:var(--dark-purple);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.radio-group{display:flex;gap:1rem;align-items:center;padding-top:.5rem}.radio-group label{display:flex;align-items:center;gap:.5rem;font-weight:400}.form-submit{text-align:center}.form-submit .btn{width:100%;padding:1rem;font-size:1.1rem;position:relative;display:flex;justify-content:center;align-items:center;min-height:50px}.form-submit .btn .btn-text{transition:opacity .2s ease}.form-submit .btn .spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.5);border-top-color:var(--white);border-radius:50%;animation:rotate-spinner .8s linear infinite;position:absolute}@keyframes rotate-spinner{to{transform:rotate(360deg)}}.form-submit .btn:disabled{background-color:#a891f7;cursor:not-allowed;transform:translateY(0);box-shadow:none}.form-submit .btn:disabled .btn-text{opacity:0}.form-group-checkbox{margin-bottom:1.5rem;text-align:left;display:flex;align-items:center;gap:.75rem}.form-group-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-purple)}.form-group-checkbox label{font-size:.9rem;color:var(--text-light)}#register-success-message{padding:4rem;text-align:center;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.success-icon{width:80px;height:80px;border-radius:50%;background:#eae5ff;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.success-icon svg{width:52px;height:52px;stroke:var(--primary-purple);stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:draw-check .5s ease-out .2s forwards}@keyframes draw-check{to{stroke-dashoffset:0}}#register-success-message h2{font-size:2rem;color:var(--dark-purple);margin-bottom:1rem;font-family:var(--font-primary)}#register-success-message p{color:var(--text-light);max-width:400px}@media (max-width: 992px){#hero{grid-template-columns:1fr;text-align:center;padding-top:4rem;padding-bottom:8rem}.hero-content{order:2}.hero-image-area{order:1;margin-bottom:4rem;height:auto;min-height:450px}.hero-content .subtitle{margin-left:auto;margin-right:auto}.stats-container{align-items:center}.stat{justify-content:center;text-align:left}.about-grid{grid-template-columns:1fr;gap:2rem}.about-text-content{order:2;text-align:center}.about-text-content h3{text-align:center}.about-text-content p{margin-left:auto;margin-right:auto}.about-features{align-items:center}.about-image-composition{order:1;max-width:500px;margin:0 auto 3rem}.contact-wrapper{grid-template-columns:1fr}.contact-info-side{padding:3rem 2rem;text-align:center}.contact-form-side{padding:3rem 2rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-about{grid-column:1 / -1;text-align:center;margin-bottom:2rem}.footer-about p{margin:0 auto 2rem}.footer-contact{align-items:center}}@media (max-width: 768px){h1{font-size:2.8rem}.section-title{font-size:2.2rem}.about-text-content h3{font-size:1.8rem}header nav{display:none}#hero{padding:2rem 1rem 6rem;min-height:unset}.hero-image-area{min-height:350px}.hero-image-container{width:300px;height:300px}.stats-container{gap:1.5rem}.stat-number{font-size:2rem}.hero-play-btn{width:50px;height:50px}.hero-play-btn svg{width:24px;height:24px}#about{padding:4rem 1rem}.about-grid{gap:3rem}.about-image-composition{min-height:auto}.about-img-1{height:auto;width:100%}.about-img-2{display:none}.event-modal-content,.promo-modal-content{grid-template-columns:1fr;flex-direction:column;max-height:90vh;overflow-y:auto}.event-modal-content img,.promo-modal-content img{width:100%;height:250px}.promo-modal-text{text-align:center}.event-modal-close{right:15px;top:10px;color:var(--dark-purple);background-color:#ffffffb3;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem}.video-modal-close{right:10px;top:-35px;font-size:2rem}.contact-wrapper{padding:0}.contact-form-side{padding:2.5rem 1.5rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-about{margin-bottom:2rem}.footer-about p{margin:0 auto 2rem;max-width:400px}.footer-contact{align-items:center;margin-bottom:1rem}.footer-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.social-icons{justify-content:center;margin-bottom:1.5rem}.newsletter-form{max-width:300px;margin:0 auto}.footer-bottom-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-bottom-links{justify-content:center}.register-info h1{font-size:2rem}#register-form,.register-info{padding:2rem}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-group{margin-bottom:1.5rem}}
