@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:var(--transition)}.navbar.scrolled{padding:1rem 0;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:0!important}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-.5px;display:flex;gap:1rem;align-items:center}.logo img{width:50px;height:50px}.nav-links{display:flex;gap:3rem;overflow:hidden;padding:.75rem 3rem;flex-wrap:nowrap;align-items:center}.nav-link{font-size:.95rem;font-weight:600;color:#4b5563;position:relative;display:inline-block}.nav-link:hover,.nav-link.active{color:var(--text-color)}.nav-right{display:flex;align-items:center;gap:1.5rem}.btn-touch{display:flex;align-items:center;gap:.5rem;background:#000;color:#fff;padding:.6rem 1.2rem;border-radius:100px;font-size:.85rem;font-weight:600;transition:var(--transition)}.mobile-toggle{display:none;color:#000}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background:#fff;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:var(--transition);z-index:-1}.mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.top-nav-name,.bottom-nav-name{position:absolute;transition:transform .5s ease,opacity .5s ease}.top-nav-name{transform:translateY(0);opacity:1;cursor:pointer;top:-10px}.bottom-nav-name{transform:translateY(100%);opacity:0;cursor:none}.nav-link:hover .top-nav-name{transform:translateY(-50%);opacity:0;cursor:none}.nav-link:hover .bottom-nav-name{transform:translateY(-50%);opacity:1;cursor:pointer}.nav-link-transition{margin-right:clamp(2.5rem,5vw,3.5rem)}.btn-touch-transition{position:relative;display:flex;align-items:center;gap:.5rem;width:120px;height:24px}.arrow-btn{position:absolute;right:0}.top-btn-touch,.bottom-btn-touch{position:absolute;transition:transform .5s ease,opacity .5s ease}.top-btn-touch{transform:translateY(0);opacity:1;cursor:pointer}.bottom-btn-touch{transform:translateY(100%);opacity:0;cursor:none}.btn-touch:hover .top-btn-touch{transform:translateY(-50%);opacity:0}.btn-touch:hover .bottom-btn-touch{transform:translateY(0);opacity:1}.mobile-btn{display:none}@media (max-width: 1024px){.nav-links{display:none}.logo{font-size:1.1rem}.mobile-toggle{display:block}.mobile-nav-link{font-size:1.2rem;font-weight:600}}@media (max-width: 530px){.btn-touch{display:none}.mobile-btn{display:flex;justify-content:center}}.footer{background:#000;padding:6rem 0 3rem;border-radius:80px;margin:5rem 2rem 2rem;color:#fff}.footer .container{max-width:1200px}.footer-grid{display:grid;grid-template-columns:2fr 3.5fr;gap:4rem;margin-bottom:2rem}.brand-title{font-size:1rem;font-weight:600;margin-bottom:2.5rem;color:#fff;opacity:.9}.cta-text{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.sub-cta{color:#94a3b8;margin-bottom:2rem;font-size:1.1rem;font-weight:500}.footer-link-btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;border-bottom:1px solid #fff;padding-bottom:4px;transition:var(--transition);color:#fff}.footer-link-btn:hover{opacity:.8;gap:.75rem}.footer-links{display:flex;flex-direction:column;gap:1.25rem}.footer-links h4,.footer-social h4{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links a{color:#fff;font-weight:500;opacity:.8}.footer-links a:hover{opacity:1;padding-left:5px}.footer-social{display:flex;flex-direction:column;align-items:center}.footer-social p{color:#fff;opacity:.8;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{width:48px;height:48px;background:#111;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.05);transition:var(--transition);color:#fff}.social-icon:hover{background:#222;transform:translateY(-3px);border-color:#fff3}.footer-links-social-set{display:flex;justify-content:space-between}.footer-links-set{display:flex;gap:4rem}.footer-bottom{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.bg-text{font-size:10vw;font-weight:900;line-height:1;letter-spacing:.5rem;text-transform:uppercase;pointer-events:none;position:relative;width:100%;margin:0;z-index:1;background:linear-gradient(to bottom,#ffffff40,#ffffff03);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.copyright{color:#8997ab;font-size:.95rem;font-weight:500;letter-spacing:.05em;position:relative;z-index:2;margin:0}@media (max-width: 1200px){.footer{margin:4rem 1.5rem 1.5rem;border-radius:60px}}@media (max-width: 1024px){.footer-grid{grid-template-columns:1fr;gap:5rem}.footer{padding:4rem 0 2rem}.footer-links-social-set{justify-content:space-evenly}.footer-brand{display:flex;justify-content:space-evenly;align-items:center}.footer-brand-content{width:fit-content}.brand-title{width:fit-content;font-size:2rem}}@media (max-width: 768px){.footer{margin:3rem 1rem 1rem;border-radius:40px;padding:4rem 1.5rem 2rem}.footer-grid{grid-template-columns:1fr;gap:4rem;margin-bottom:4rem}.cta-text{font-size:1.5rem}.bg-text{font-size:14vw;letter-spacing:.4rem}.footer-links-social-set{flex-direction:column;gap:3rem}.footer-links-set{justify-content:space-evenly}.footer-brand{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.cta-text,.sub-cta,.footer-link-btn{width:fit-content}.footer-brand-content{display:flex;flex-direction:column;width:fit-content;align-items:center}.brand-title{width:fit-content;font-size:2.5rem}}@media (max-width: 550px){.brand-title{width:fit-content;font-size:2rem}.footer-link-btn{font-size:.9rem}}@media (max-width: 400px){.brand-title{width:fit-content;font-size:1.3rem}.cta-text{font-size:1rem}.sub-cta{font-size:.8rem}.footer-links-set{gap:2rem}}.home-page{padding-top:80px}.hero-section{padding:4rem 0;overflow:hidden;position:relative;background-color:var(--bg-color)}.hero-grid-bg{position:absolute;top:6%;left:0;width:40%;height:40%;background-image:linear-gradient(to right,rgba(37,36,36,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(37,36,36,.05) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:1}.hero-container{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2;gap:3rem}.hero-content{flex:1;text-align:left}.hero-title-wrapper{display:flex;align-items:center;gap:3rem;margin-bottom:2rem}.hero-title{font-size:5rem;font-weight:500;line-height:1.1;margin:0;color:var(--text-color);letter-spacing:-2px}.hero-circular-badge{flex-shrink:0;color:var(--text-color);position:absolute;left:50%;top:0}.hero-actions{width:fit-content}@media (max-width: 1024px){.hero-circular-badge{position:static;transform:none;margin-bottom:1.5rem}}.badge-text-rotate{transform-box:fill-box;transform-origin:50% 50%;animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-subtitle-container{margin-bottom:3rem;max-width:600px}.hero-subtitle{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7}.btn-hero-pill{background:var(--primary-bg);color:var(--primary-text);padding:1rem 2rem;border-radius:100px;font-weight:700;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-hero-pill:hover{transform:scale(1.05);background:#000000d9}.hero-image-wrapper{display:flex;flex-direction:column;align-items:center;cursor:pointer;border:5px solid rgba(255,255,255,.5);box-shadow:0 10px 25px #00000040;border-radius:40px;padding:2em;max-width:450px}.hero-director-info{display:flex;flex-direction:column;text-align:center;gap:.5rem}.hero-director-name{font-size:1.5rem;font-weight:700}.hero-director-role{font-size:1rem;color:#4b5563}.hero-director-creds{font-size:.8rem;color:#4b5563}.hero-image-mask{width:100%;max-width:500px;height:550px;position:relative;border-radius:40px;overflow:hidden}.hero-image-mask{width:70%;height:10%}.hero-image-main{width:100%;height:100%;object-fit:cover}.prep-strip{background:var(--primary-bg);padding:1.5rem 0;position:relative;z-index:10;margin-bottom:5rem;border-bottom:1px solid rgba(0,0,0,.05);overflow:hidden;white-space:nowrap;color:var(--primary-text)}.prep-track{display:flex;width:max-content;animation:marquee 15s linear infinite}.prep-content{display:flex;align-items:center;gap:4rem;padding-right:4rem}.prep-item{display:flex;align-items:center;gap:4rem;font-weight:700;font-size:1.1rem;color:#d0d0d0;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.info-section-dark{background:#f8fafc;padding:6rem 0;color:#000}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.info-card-dark{display:flex;flex-direction:column;height:100%}.info-card-dark h3{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#000}.info-card-dark p{color:#9ca3af;margin-bottom:2rem;line-height:1.6}.link-more-light{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;width:fit-content;transition:all .3s;margin-top:auto}.link-more-light:hover{gap:.8rem;border-bottom-color:#fff}.more-about-us-section{padding:0;background-color:var(--bg-color)}.section-header-left{margin-bottom:2rem;margin-top:6rem}.section-title-simple{font-size:3rem;font-weight:800;margin-bottom:1rem}.more-about-us-container{padding:0!important}.more-about-us-list-badge{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.more-about-us-grid-large{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.more-about-us-card-large{border:5px solid rgba(255,255,255,.5);box-shadow:0 10px 25px #00000040;border-radius:40px;padding:20px}.more-about-us-card-large img{width:100%;height:350px;object-fit:cover;border-radius:20px;margin-bottom:1rem}.more-about-us-title{font-size:1.8rem!important;font-weight:700;margin:0}.more-about-us-label{color:#9ca3af;font-size:1.1rem;line-height:1.6;margin:0}.more-about-us-content h4{font-size:1.25rem;font-weight:700}.live-classes{background-color:#fff}.dark-card{background:#000;padding:3rem!important;border-radius:40px;color:#fff}.live-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.live-header h2{font-size:2.5rem;font-weight:700}.btn-small-outline{border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:100px;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.live-item{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:1rem 0;align-items:center}.live-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.live-item{padding:1rem 0}.live-item .flex{display:flex;flex-direction:column;gap:.5rem}.item-id{font-size:1.5rem;font-weight:700;color:#fff;opacity:.8}.item-content-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.item-content-desc{color:#9ca3af;font-size:1.1rem;line-height:1.6;margin:0}.team-section{padding:6rem 0}.team-featured-simple img{width:100%;height:400px;object-fit:cover;border-radius:24px 24px 0 0}.team-quote-simple{background:#fff;padding:3rem;border-radius:0 0 24px 24px}.team-quote-simple p{color:#4b5563;font-size:1.1rem;line-height:1.8}.marquee-section{padding:2rem 0;background:#fff;overflow:hidden}.gallery-image{width:100%;height:100%;border-radius:40px}@media (max-width: 1360px){.hero-title{font-size:4.5rem}.hero-circular-badge{top:-3%;left:40%}}@media (max-width: 1024px){.hero-circular-badge{position:static;transform:none;margin-bottom:1.5rem}.hero-actions{width:100%}.hero-container{flex-direction:column;text-align:center;gap:3rem;padding:1rem!important}.hero-content{text-align:center}.hero-title-wrapper{flex-direction:column;gap:1.5rem}.hero-title{font-size:4rem;font-weight:600}.hero-subtitle-container{margin:0 auto 3rem}.hero-image-wrapper{justify-content:center}.hero-image-mask{width:100%;max-width:400px;height:550px;clip-path:none;border-radius:40px}.info-grid{grid-template-columns:1fr;text-align:center}.more-about-us-grid-large,.live-list{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.live-list{text-align:center}.live-item{display:flex;flex-direction:column;gap:1rem}.more-about-us-grid-large{gap:2rem}}@media (max-width: 600px){.message-badge{left:25%!important}}.work-together-strip{background:transparent;padding:4rem 0 0;overflow:hidden;white-space:nowrap;opacity:.8}.work-track{display:flex;width:max-content;animation:marquee 20s linear infinite}.work-content{display:flex;align-items:center;gap:4rem;padding-right:4rem}.work-text{font-size:6rem;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:3px;word-spacing:3px;line-height:1}.work-divider{font-size:4rem;color:#000;opacity:.5}@media (max-width: 768px){.about-title{font-size:3rem}.about-image-main{height:400px}.message-badge{left:30%!important}.hero-title{font-size:3rem}.dark-card{padding:2rem!important}.live-item{display:flex;flex-direction:column;gap:1rem}.playButton{height:40px;width:50px}.section-title-simple{font-size:2.5rem}.section-header-left{margin-bottom:2rem;text-align:center}.work-text{font-size:4rem}.work-divider{font-size:3rem}}@media (max-width: 560px){.more-about-us-grid-large,.live-list{grid-template-columns:1fr;text-align:center}}.more-about-us-card-large:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 32 32'>  <circle cx='16' cy='16' r='15' fill='greenyellow' />  <path d='M11 21 L21 11 M14 11 H21 V18' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' /></svg>") 16 16,pointer}.live-item:hover{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 32 32'>  <circle cx='16' cy='16' r='15' fill='greenyellow' />  <path d='M11 21 L21 11 M14 11 H21 V18' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' /></svg>") 16 16,pointer}.about-page{padding-top:100px}.about-hero{text-align:center}.about-container{padding:0!important}.about-title{font-size:4rem;font-weight:800;margin-bottom:3rem;padding:0 1.5rem}.about-content{max-width:900px;margin:0 auto 5rem;text-align:left;display:flex;flex-direction:column;gap:2rem;font-size:1.1rem;color:#4b5563;line-height:1.8;padding:0 1.5rem}@media (max-width: 768px){.about-title{font-size:3rem}.about-image-main{height:400px}.message-badge{left:30%!important}}.about-image-main{position:relative;border-radius:40px;overflow:hidden;height:600px;width:100%!important;display:flex!important;justify-content:center!important}.about-image-main img{width:90%!important;height:100%;object-fit:cover;border-radius:40px}.message-badge{position:absolute;bottom:0!important;right:5%!important;background:#fff;color:#000;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;text-align:left;border-radius:40px 0 0!important;overflow:visible;z-index:10}.message-badge:before{content:"";position:absolute;bottom:0;left:-40px;width:40px;height:40px;background:radial-gradient(circle at top left,transparent 40px,white 40px)!important}.message-badge:after{content:"";position:absolute;bottom:100%;right:0;width:40px;height:40px;background:radial-gradient(circle at top left,transparent 40px,white 40px)!important}.message-badge img{width:60px!important;height:60px;object-fit:cover;border-radius:40px 0 0!important;flex-shrink:0}.message-badge h4{font-size:1.1rem;margin-bottom:.25rem}.message-badge p{font-size:.85rem;color:#666}.playButton{height:60px;width:60px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease}.icon{color:#fff;fill:#fff;transition:color .25s ease,fill .25s ease}.playButton:hover{background-color:#adff2f}.playButton:hover .icon{color:#000;fill:#000}@media (max-width: 768px){.playButton{height:40px;width:50px}}@media (max-width: 600px){.message-badge{left:25%!important}.about-content{text-align:justify}.playButton{height:40px;width:65px}}.accolades-page{min-height:80vh;padding-top:140px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9}.coming-soon-content{text-align:center;max-width:600px;margin:0 auto;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d}.accolades-title{font-size:3.5rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.coming-soon-badge{display:inline-block;padding:.75rem 2rem;background:#feb900;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:2px;border-radius:50px;font-size:1.2rem;margin-bottom:2rem;box-shadow:0 4px 15px #feb90066}.coming-soon-text{font-size:1.2rem;color:#666;line-height:1.6}@media (max-width: 768px){.accolades-title{font-size:2.5rem}.coming-soon-content{padding:2rem}}.pricing-page{padding-top:100px}.pricing-hero{text-align:center}.pricing-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem}.pricing-subtitle{color:#4b5563;max-width:700px;margin:0 auto 5rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pricing-card{padding:3rem 2rem;text-align:left;display:flex;flex-direction:column}.pricing-card.active{background:#e1d7e9;color:#000}.pricing-card.active .period,.pricing-card.active .desc,.pricing-card.active .features li{color:#555}.pricing-card h3{font-size:1.25rem;margin-bottom:2rem}.price{display:flex;align-items:center;gap:.25rem;font-size:3rem;font-weight:700}.period{color:#4b5563;margin-bottom:2rem}.desc{color:#4b5563;margin-bottom:2.5rem;font-size:.95rem}.features{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563}.btn-get{margin-top:auto;background:#000;color:#fff;padding:1rem;border-radius:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem}.pricing-card.active .btn-get{background:#000;color:#fff}@media (max-width: 1024px){.pricing-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}@media (max-width: 768px){.pricing-title{font-size:3rem}}.contact-page{padding-top:100px}.contact-header{text-align:center;margin-bottom:4rem}.contact-tag{color:#000;font-weight:600;display:block;margin-bottom:1rem}.contact-title{font-size:4rem;font-weight:800}.contact-form-container{max-width:1000px;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.full-width{grid-column:span 2}.input-group label{font-weight:600;font-size:.9rem}.input-group input,.input-group select,.input-group textarea{background:#ffffff08;border:1px solid rgba(0,0,0,.08);padding:1rem 1.5rem;border-radius:12px;color:#fff;font-family:inherit;font-size:1rem}.input-group textarea{height:150px;resize:none}.btn-send{background:#000;color:#fff;padding:1rem 2rem;border-radius:100px;font-weight:700;margin-top:2rem;border:1px solid white}.btn-send:hover{background:#fff;color:#000}@media (max-width: 768px){.contact-title{font-size:2.5rem}.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}}.courses-page{padding-top:100px}.courses-container{padding:0!important}.courses-hero{padding:2rem 0}.courses-page .section-title-large{font-size:4rem;font-weight:800;text-align:center;margin-bottom:5rem!important;line-height:1.1}.courses-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;justify-content:center;background:#000;padding:2rem;border-radius:40px}.courses-grid.single-item{display:flex;justify-content:center}.course-card-alt{position:relative;display:flex;flex-direction:column;gap:1.5rem;flex:1 1 350px;max-width:600px;padding:1.5rem;border-radius:24px;border:1px solid rgba(255,255,255,.25);box-shadow:0 5px 10px #0003;background:#fff;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.course-card-alt:hover{border-color:#fff;transform:translateY(-8px);box-shadow:0 20px 40px #0006;z-index:2}.course-badge-overlay{position:absolute;top:15px;left:30px;background:#a5b4fc;color:#4338ca;padding:.5rem 1rem;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:.5rem;z-index:10}.course-img-wrap{width:100%;height:350px;border-radius:12px;overflow:hidden}.course-card-alt:hover .course-img-wrap img{transform:scale(1.05);transition:transform .5s ease}.course-img-wrap img{width:100%;height:100%;object-fit:cover}.course-info-alt h3{font-size:1.5rem;font-weight:700}.course-duration{font-size:.85rem;color:#4b5563;display:block;margin-bottom:.5rem}.load-more-container{display:flex;justify-content:center;margin-top:5rem}.courses-page .btn-load-more{background:#000;color:#fff;padding:1rem 2.5rem;border-radius:100px;font-weight:700;border:1px solid white}@media (max-width: 768px){.courses-grid{grid-template-columns:1fr;gap:1.5rem}.courses-page .section-title-large{font-size:3rem;margin-bottom:3rem!important}}@media (max-width: 500px){.courses-page .section-title-large{font-size:2.5rem}.courses-grid{grid-template-columns:1fr;padding:1.5rem}.courses-hero{padding:1rem 0}}.privacy-page{padding-top:100px}.privacy-title{font-size:4rem;font-weight:800;text-align:center;margin-bottom:2rem}.privacy-desc{text-align:center;color:#4b5563;margin-bottom:5rem}.privacy-content{max-width:900px;margin:0 auto;border-radius:0;border-color:#3b82f6;padding:4rem}.last-updated{font-weight:700;font-size:1.25rem;margin-bottom:2rem}.policy-block{margin-bottom:3rem}.policy-block h3{font-size:1.5rem;margin-bottom:1.5rem}.policy-block p{color:#4b5563;margin-bottom:1rem}.policy-block ul{padding-left:1.5rem;color:#4b5563;margin-bottom:1rem}.policy-block ul li{margin-bottom:.5rem}@media (max-width: 768px){.privacy-title{font-size:3rem}.privacy-content{padding:2rem}}.notfound-page{height:90vh;display:flex;align-items:center;justify-content:center;text-align:center}.error-code{font-size:15vw;font-weight:800;line-height:1;letter-spacing:-5px}.error-text{font-size:3rem;font-weight:700;margin:-2rem 0 2rem}.error-badge{border:1px solid #3B82F6;padding:1.5rem 3rem;display:inline-block;margin-bottom:3rem;border-radius:12px}.error-badge p{color:#3b82f6;font-weight:500}.btn-back{background:#d1c4e9;color:#000;padding:.75rem 2rem;border-radius:100px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;flex-direction:row-reverse}@media (max-width: 768px){.error-code{font-size:25vw}.error-text{font-size:2rem}.error-badge{padding:1rem 2rem}}.course-details-page{padding-top:100px}.details-title{font-size:5rem;font-weight:800;text-align:center;margin-bottom:2rem}.details-subtitle{text-align:center;max-width:900px;margin:0 auto 3rem;color:#4b5563}.author-meta{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:5rem;font-size:.9rem;color:#4b5563}.author-meta img{width:40px;height:40px;border-radius:50%}.details-main-img{width:100%;height:600px;border-radius:40px;overflow:hidden;margin-bottom:5rem}.details-main-img img{width:100%;height:100%;object-fit:cover}.details-quote{max-width:800px;margin:0 auto 5rem;padding:3rem;text-align:center;border-radius:20px}.details-quote p{font-size:1.25rem;font-weight:500;color:#333}.details-share{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:10rem;color:#4b5563}.details-share a{color:#333}.trending-tag{color:#000;font-weight:600;display:block;margin-bottom:1rem}.trending-title{font-size:3rem;font-weight:800;margin-bottom:4rem}.trending-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.trend-card img{width:100%;height:200px;border-radius:20px;object-fit:cover;margin-bottom:1.5rem}.trend-card h4{font-size:1.25rem;font-weight:700}.trend-duration{font-size:.8rem;color:#4b5563;display:block;margin-bottom:.5rem}@media (max-width: 1024px){.trending-grid{grid-template-columns:1fr}}@media (max-width: 768px){.details-title{font-size:3rem}.details-main-img{height:400px}}@media (max-width: 500px){.course-details-page{padding-top:80px}.details-title{font-size:2rem;margin-bottom:1rem}.details-subtitle{font-size:.95rem;margin-bottom:2rem}.author-meta{flex-direction:column;gap:.5rem;margin-bottom:3rem;font-size:.85rem}.details-main-img{height:250px;border-radius:20px;margin-bottom:3rem}.details-quote{padding:1.5rem;margin-bottom:3rem;border-radius:16px}.details-quote p{font-size:1rem}.details-share{flex-wrap:wrap;gap:1rem;margin-bottom:4rem}.trending-title{font-size:1.75rem;margin-bottom:2rem}.trend-card img{height:160px}}.director-page{padding-top:100px}.director-title{font-size:1.5rem;font-weight:700;text-align:center;color:#000;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.director-name{font-size:4rem;font-weight:800;text-align:center;margin-bottom:1.5rem;line-height:1.1}.director-subtitle{text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.5rem;font-style:italic;color:#4b5563}.director-main-img-container{max-width:400px;height:500px;border-radius:40px;overflow:hidden;margin:0 auto 5rem;border:4px solid #000000;position:relative;box-shadow:0 20px 40px #0003}.director-main-img{width:100%;height:100%;object-fit:cover;object-position:top}.director-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:5rem;text-align:center}.director-stat{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#ffffffe6;border-radius:20px;border:1px solid rgba(0,0,0,.08)}.stat-label{font-size:.9rem;color:#4b5563;text-transform:uppercase;letter-spacing:1px}.stat-value{font-size:2rem;font-weight:800;color:#000}.director-full-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.bio-block{padding:3rem}.bio-block h3{font-size:1.75rem;margin-bottom:1.5rem;color:#000}.bio-block p{font-size:1.1rem;line-height:1.8;color:#4b5563}.director-quote-large{text-align:center;padding:4rem;position:relative;background:#000;color:#8163d5;border:none}.quote-icon{margin-bottom:1.5rem;opacity:.5}.director-quote-large p{font-size:1.5rem;font-weight:600;line-height:1.6}@media (max-width: 1024px){.director-stats-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.director-name{font-size:3rem}.director-full-content{gap:1.5rem}}.optional-page{padding-top:100px}.optional-page .section-title-large{font-size:3.5rem;font-weight:800;text-align:center;margin-bottom:1rem}.optional-page .section-subtitle-center{text-align:center;color:#4b5563;max-width:600px;margin:0 auto 4rem}.optional-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto}.optional-grid.single-item{display:flex;justify-content:center}.optional-card-large{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.08);transition:var(--transition);display:flex;flex-direction:column}.optional-card-large:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.optional-img-wrap{position:relative;height:350px}.optional-img-wrap img{width:100%;height:100%;object-fit:cover}.optional-overlay{margin-bottom:1rem}.optional-subtitle{color:#2d2c2c;font-weight:600;font-size:.9rem;letter-spacing:1px}.optional-content{padding:2rem;flex:1;display:flex;flex-direction:column}.optional-content h3{font-size:1.75rem;font-weight:700}.optional-usps{list-style:none;margin-bottom:2rem;color:#4b5563;flex:1}.optional-usps li{margin-bottom:.5rem;font-size:.95rem}.optional-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;gap:2rem;border-top:1px solid rgba(0,0,0,.08)}.optional-date{font-size:1.25rem;font-weight:800}.optional-page .btn-explore{background:#fff;color:#000;padding:.75rem 1.5rem;border-radius:100px;font-weight:700;display:flex;align-items:center;gap:.5rem;transition:var(--transition)}.optional-page .btn-explore{background:#000;color:#fff}.optional-page .btn-explore:hover{transform:translate(5px)}@media (max-width: 768px){.optional-grid{grid-template-columns:1fr;gap:2rem}.optional-page .section-title-large{font-size:2.75rem}.optional-img-wrap{height:220px}}@media (max-width: 500px){.optional-page .section-title-large{font-size:2.25rem}.optional-page .section-subtitle-center{margin-bottom:2.5rem;font-size:.95rem}.optional-footer{flex-direction:column;gap:1rem;align-items:flex-start}.optional-footer .btn-explore{width:100%;justify-content:center}.optional-content h3{font-size:1.5rem}}.optional-details-page{padding-top:80px;background-color:#f9fafb;font-family:Inter,system-ui,-apple-system,sans-serif}.details-hero{background:#000;color:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}.details-hero:before{content:"";position:absolute;bottom:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#ffffff0d,#0000 70%);border-radius:50%;z-index:1}.hero-content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem;position:relative;z-index:2}.details-hero-text{flex:1;max-width:600px}.breadcrumb{font-size:.9rem;color:#9cb2cb;margin-bottom:2rem;display:flex;gap:.5rem;align-items:center}.breadcrumb a{color:#9cb2cb;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#fff}.breadcrumb span{color:#fff;font-weight:500}.details-hero h1{font-size:3rem;line-height:1.2;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#d1d5db);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.rating-wrap{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#fbbf24;letter-spacing:2px}.reviews-count{font-size:.9rem;color:#d1d5db}.details-subtitle{font-size:1.1rem;line-height:1.6;color:#d1d5db;margin-bottom:2.5rem;font-weight:400}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.optional-courses-btn-primary{background:var(--primary-bg);color:#eee605;padding:.75rem 1.5rem;box-shadow:0 4px 14px #fff3;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.optional-courses-btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #f1e56366}.optional-courses-btn-secondary{background:var(--primary-bg);color:#eee605;padding:.75rem 1.5rem;box-shadow:0 4px 14px #fff3;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.optional-courses-btn-secondary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #f1e56366}.details-badges{display:flex;gap:1rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.details-badges .badge{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;padding:.5rem 1rem;border-radius:100px;border:1px solid rgba(255,255,255,.1);color:#e5e7eb;font-size:.85rem;font-weight:500}.details-hero-image{flex:1;position:relative;max-width:500px;border-radius:20px;padding:10px;background:linear-gradient(135deg,#ffffff1a,#ffffff05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000004d}.details-hero-image img{width:100%;height:auto;border-radius:12px;display:block;object-fit:cover}.floating-card{position:absolute;bottom:-20px;left:-30px;background:#fff;padding:.75rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 25px #00000026;color:#111827;font-size:.85rem;font-weight:600;animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.user-avatars{display:flex;margin-right:-.5rem}.user-avatars .avatar{width:32px;height:32px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;border:2px solid white;margin-left:-10px}.user-avatars .avatar:first-child{margin-left:0}.user-avatars .avatar.fe{background:#ec4899}.details-main-content{background:#f9fafb;padding:4rem 0}.details-main-content h2{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:2rem}.whats-included{margin-bottom:4rem}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.included-item{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;justify-content:flex-start;gap:1rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6;transition:transform .2s}.included-item:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000000d}.included-icon{width:48px;height:48px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center}.included-item span{font-size:.95rem;font-weight:600;color:#374151;line-height:1.4}.course-description-section{margin-bottom:4rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6}.description-text{font-size:1.05rem;line-height:1.8;color:#4b5563}.features-section{margin-bottom:4rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6;transition:transform .2s ease,box-shadow .2s ease}.feature-item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#354332;color:#eee605;display:flex;align-items:center;justify-content:center}.feature-item p{color:#374151;font-size:.95rem;line-height:1.6;margin:0}.program-features-section{margin-bottom:5rem}.section-header-flex{display:flex;justify-content:space-between;align-items:flex-start}.btn-download-brochure{display:inline-flex;align-items:center;gap:.5rem;background:#111827;color:#eee605;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:background .2s,transform .2s;box-shadow:0 4px 10px #0000001a}.btn-download-brochure:hover{background:#374151;transform:translateY(-2px)}.view-all-link{color:#6366f1;font-weight:600;font-size:.95rem}.features-list-styled{display:flex;flex-direction:column;gap:1.5rem}.feature-card{display:none}.program-course-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6;transition:all .2s ease;display:flex;flex-direction:column}.program-course-card:hover{box-shadow:0 10px 20px #00000014;transform:translateY(-4px);border-color:#e5e7eb}.program-lesson-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6;transition:all .2s ease;display:flex;flex-direction:column}.program-lesson-card:hover{box-shadow:0 10px 20px #00000014;transform:translateY(-4px);border-color:#e5e7eb}.program-card-header{display:flex;justify-content:space-between;align-items:center}.collapsible-icon{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .2s ease,color .2s ease}.program-card-header:hover .collapsible-icon{background:#e5e7eb;color:#374151}.program-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.program-icon-box.yellow{background:#fef3c7;color:#d97706}.program-icon-box.blue{background:#e0e7ff;color:#4338ca}.program-icon-box.green{background:#d1fae5;color:#059669}.program-icon-box.purple{background:#f3e8ff;color:#7e22ce}.lesson-badge{background:#f3f4f6;color:#374151;padding:.35rem .75rem;border-radius:100px;font-size:1rem;font-weight:600}.lesson-header{display:flex;align-items:center;gap:4rem}.lesson-head-item{display:flex;align-items:center;gap:1rem}.program-card-body h3{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:.5rem}.program-card-body p{font-size:.9rem;color:#6b7280;line-height:1.5}.lesson-topics-list{margin-top:1.25rem;list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.lesson-topics-list li{font-size:.9rem;color:#4b5563;line-height:1.4;position:relative;padding-left:1.25rem}.lesson-topics-list li:before{content:"•";color:#6366f1;position:absolute;left:0;font-weight:700;top:2px}.topic-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:.25rem}.topic-name{font-weight:600;color:#374151;display:block;transition:color .2s ease}.topic-header:hover .topic-name{color:#4f46e5}.subtopic-collapsible-icon{color:#9ca3af;display:flex;align-items:center;transition:color .2s ease}.topic-header:hover .subtopic-collapsible-icon{color:#4f46e5}.topic-description{font-size:.85rem!important;color:#6b7280!important;margin:.5rem 0 0!important;padding-left:1rem;border-left:2px solid #e5e7eb}.instructors-section{margin-bottom:4rem}.instructor-full-card{display:flex;flex-direction:row;gap:3rem;background:#fff;padding:2.5rem;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 10px 30px #0000000d;width:100%}.instructor-avatar-large{width:280px;height:320px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 15px #0000001a}.instructor-avatar-large img{width:100%;height:100%;object-fit:cover;object-position:center top}.instructor-content-wide{display:flex;flex-direction:column;justify-content:center;flex:1}.instructor-badge{background:#fffbeb;color:#b45309;padding:.3rem .8rem;border-radius:100px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:1rem}.instructor-header-wide h3{font-size:2rem;font-weight:800;color:#111827;margin:0 0 .5rem}.instructor-title{font-size:1.1rem;color:#4b5563;font-weight:500;margin:0 0 1.5rem}.instructor-stats-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.instructor-stat-item{display:flex;align-items:center;gap:.5rem;background:#f9fafb;padding:.6rem 1rem;border-radius:8px;border:1px solid #e5e7eb;color:#374151;font-size:.95rem}.instructor-stat-item svg{color:#eab308}.instructor-quote-wide{font-size:1.15rem;line-height:1.7;color:#374151;font-style:italic;border-left:4px solid #eee605;padding-left:1.5rem;margin-bottom:2rem}.btn-view-profile-solid{display:inline-block;background:#111827;color:#fff;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.btn-view-profile-solid:hover{background:#374151;transform:translateY(-2px)}@media (max-width: 768px){.instructor-full-card{flex-direction:column;padding:1.5rem;gap:1.5rem}.instructor-avatar-large{width:100%;height:300px}}.testimonials-section{margin-bottom:4rem}.carousel-wrapper{position:relative;display:flex;align-items:center;margin-left:2rem;margin-right:2rem}.carousel-btn{position:absolute;z-index:10;background:#fff;border:1px solid #e5e7eb;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;box-shadow:0 4px 10px #0000000d;transition:all .2s ease}.carousel-btn:hover{background:#f9fafb;transform:scale(1.05);color:#6366f1}.prev-btn{left:-24px}.next-btn{right:-24px}.infinite-carousel{display:flex;overflow-x:auto;gap:2rem;padding:2.5rem 0;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.infinite-carousel::-webkit-scrollbar{display:none}.infinite-carousel-card{min-width:calc(33.333% - 1.34rem);width:calc(33.333% - 1.34rem);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e5e7eb;flex-shrink:0;min-height:auto;scroll-snap-align:center;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease,box-shadow .4s ease,background .3s ease;opacity:.5;transform:scale(.9)}.infinite-carousel-card.active{opacity:1;transform:scale(1.1);box-shadow:0 15px 30px #0000001a;z-index:2;border-color:#6366f1}.infinite-carousel-card:hover:not(.active){opacity:.8;transform:scale(.95)}@media (max-width: 1024px){.infinite-carousel-card{min-width:calc(50% - 1rem);width:calc(50% - 1rem)}}@media (max-width: 768px){.infinite-carousel-card{min-width:calc(100% - 2rem);width:calc(100% - 2rem)}}.testimonial-image-wrapper{position:relative;height:200px;width:100%;overflow:hidden;background:#e5e7eb}.testimonial-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.infinite-carousel-card:hover .testimonial-image-wrapper img{transform:scale(1.05)}.video-icon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#0006;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.testimonial-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.gallery-tag{display:inline-block;padding:.25rem .75rem;background:#6f6d5f;color:#feb900;border-radius:100px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;align-self:flex-start}.testimonial-name{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:.5rem}.testimonial-quote{font-size:.95rem;color:#4b5563;line-height:1.6;font-style:italic;flex:1;margin-bottom:1.5rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.dummy-read-more-btn{align-self:flex-start;background:#f3f4f6;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;color:#374151;cursor:pointer;transition:background .2s;margin-top:1rem;z-index:1000}.dummy-read-more-btn:hover{background:#e5e7eb}.related-courses-section{background:#000;padding:4rem 0 6rem;color:#fff}.related-courses-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.related-courses-section .infinite-carousel{padding:1rem 0 2rem}.related-courses-section .related-course-card{background:#111827;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.related-courses-section .related-course-card.active{box-shadow:0 15px 30px #0000004d;border-color:#6366f180}.related-courses-section .related-course-card:hover:not(.active){background:#1f2937}.related-image{height:180px;width:100%;overflow:hidden}.related-image img{width:100%;height:100%;object-fit:cover}.placeholder-grad{background:linear-gradient(135deg,#1f2937,#111827)}.related-content{padding:1.5rem}.related-content h3{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#fff}.related-meta{display:flex;justify-content:space-between;margin-bottom:1.5rem;color:#9cb2cb;font-size:.85rem}.related-meta span{display:flex;align-items:center;gap:.3rem}.related-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.view-details-link{display:inline-block;color:#d1d5db;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .2s}.view-details-link:hover{color:#fff}.dummy-card-related{opacity:.6}.dummy-card-related .related-content p{color:#9ca3af;font-size:.9rem;line-height:1.5}@media (max-width: 1024px){.hero-content-wrapper{flex-direction:column;text-align:center;gap:3rem}.details-hero-text{max-width:100%}.breadcrumb,.hero-actions,.details-badges{justify-content:center}.floating-card{left:50%;transform:translate(-50%);bottom:-20px;animation:none}.lesson-header{gap:3rem}.lesson-topics-list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.details-hero h1{font-size:2.25rem}.hero-actions{flex-direction:column}.course-description-section{padding:1.5rem}.details-main-content h2{font-size:1.5rem}.features-list-styled{grid-template-columns:1fr}.prev-btn{left:0}.next-btn{right:0}.lesson-header{gap:2rem}.lesson-topics-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 480px){.details-hero{padding:4rem 0 3rem}.details-hero h1{font-size:1.75rem}.details-subtitle{font-size:1rem}.included-grid{grid-template-columns:1fr}.instructor-card{flex-direction:column;text-align:center}.infinite-carousel-card{min-width:85vw;width:85vw}.lesson-header{flex-direction:column;align-items:flex-start;gap:1rem}.lesson-head-item{justify-content:space-between}}.gallery-page{min-height:100vh;padding-top:120px}.gallery-header-bg{position:relative;padding:120px 0 60px;margin-bottom:4rem}.gallery-header-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009}.header-content{position:relative;z-index:1;text-align:center;color:#000}.gallery-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.content-container{padding-bottom:5rem}.filter-container-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:1rem}.filter-tab{background:none;border:none;font-size:1rem;font-weight:600;color:#4b5563;cursor:pointer;transition:var(--transition);position:relative;padding:.5rem 0}.filter-tab:hover,.filter-tab.active{color:#feb900}.filter-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:#feb900}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;min-height:200px}.gallery-empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#f9f9f9;border-radius:16px;color:#666;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.gallery-empty-state p{font-size:1.5rem;font-weight:600;color:#333;margin:0}.gallery-empty-state span{font-size:1.1rem;color:#feb900;font-weight:500}.gallery-item-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;display:flex;flex-direction:column}.gallery-item-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.gallery-card-image{position:relative;height:250px;overflow:hidden}.gallery-card-image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}.gallery-item-card:hover .gallery-card-image img{transform:scale(1.05)}.video-icon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0006;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:2px solid rgba(255,255,255,.5);transition:all .3s ease}.gallery-item-card:hover .video-icon-overlay{background:#feb900e6;border-color:#feb900;transform:translate(-50%,-50%) scale(1.1)}.gallery-card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.gallery-tag{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;color:#feb900;font-weight:700}.gallery-desc{font-size:1.1rem;font-weight:600;margin:0;color:#1a1a1a;line-height:1.4}@media (max-width: 992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr}}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem}.video-modal-content{position:relative;width:100%;max-width:900px;aspect-ratio:16/9;background:#000;border-radius:20px;overflow:hidden;box-shadow:0 0 50px #00000080}.video-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1001;transition:transform .2s}.video-modal-close:hover{transform:scale(1.1);color:#feb900}iframe{width:100%;height:100%;border:none}.blog-listing-page{--text: #000000;--text-secondary: #4b5563;--background: #ffffff;min-height:100vh;padding-top:80px}.theme-toggle{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:1000}.blog-hero{position:relative;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:4rem 0 3rem;text-align:center;color:#fff}.blog-hero .section-title-large{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.blog-subtitle{font-size:1.25rem;opacity:.95;max-width:600px;margin:0 auto 2rem}.blog-search-container{max-width:600px;margin:0 auto;position:relative}.blog-search-input{width:100%;padding:1rem 3rem 1rem 1.5rem;border-radius:50px;border:none;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.blog-search-input::placeholder{color:#fff9}.blog-search-input:focus{outline:none;background:#ffffff26;border-color:#ffffff80;box-shadow:0 0 20px #0003}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#fff9;pointer-events:none}.load-more-container{display:flex;justify-content:center;margin-top:3rem}.btn-load-more{background:transparent;border:1px solid rgba(0,0,0,.08);padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;transition:all .3s ease}.btn-load-more:hover{background:var(--text);color:var(--background);border-color:var(--text)}.no-results{text-align:center;padding:4rem 0;color:var(--text-secondary)}.no-results h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text)}.blog-grid-section{padding:4rem 0;background:var(--background)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.blog-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;text-decoration:none;color:var(--text);display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.blog-card-image{position:relative;width:100%;height:220px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;left:1rem;background:#000000d9;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.blog-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary);margin-bottom:.75rem}.blog-listing-page.dark-mode{--text: #f0f0f0;--text-secondary: #aaa;--background: #121212;background:#121212;color:#f0f0f0}.blog-listing-page.dark-mode .blog-hero{background:#1a1a1a}.blog-listing-page.dark-mode .blog-hero .section-title-large,.blog-listing-page.dark-mode .blog-subtitle{color:#f0f0f0}.blog-listing-page.dark-mode .blog-search-input{background:#ffffff1a;color:#fff;border-color:#fff3}.blog-listing-page.dark-mode .search-icon{color:#fff9}.blog-listing-page.dark-mode .btn-load-more{border-color:#fff6;color:#f0f0f0}.blog-listing-page.dark-mode .btn-load-more:hover{background:#f0f0f0;color:#121212;border-color:#f0f0f0}.blog-listing-page.dark-mode .blog-grid-section{background:#121212}.blog-listing-page.dark-mode .blog-card{background:#1e1e1e;color:#f0f0f0;box-shadow:0 4px 6px #0006}.blog-listing-page.dark-mode .blog-meta{color:#aaa}.blog-listing-page.dark-mode .blog-card-excerpt{color:#ccc}.blog-separator{color:var(--text-secondary);opacity:.5}.blog-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.4;color:var(--text)}.blog-card-excerpt{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem;flex-grow:1}.blog-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.author-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.author-name{font-size:.9rem;font-weight:500;color:var(--text)}.read-more-link{margin-left:auto;color:#1a1a1a;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.25rem;transition:gap .3s ease}.blog-card:hover .read-more-link{gap:.5rem}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.blog-hero .section-title-large{font-size:2.5rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-card-image{height:200px}}@media (max-width: 500px){.blog-hero .section-title-large{font-size:2rem}.blog-hero{padding:3rem 0 2rem}.blog-subtitle{font-size:1rem;padding:0 1rem}.blog-grid{margin-top:1rem}}.blog-details-page{--text: #000000;--text-secondary: #4b5563;--background: #ffffff;min-height:100vh;padding-top:80px;background-color:var(--background)}.blog-header{background:var(--background);padding:3rem 0;border-bottom:1px solid rgba(0,0,0,.05);text-align:center}.blog-return-header{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0 auto 2rem;padding:0 4rem}.blog-details-page.dark-mode{--text: #f0f0f0;--text-secondary: #aaa;--background: #121212;background-color:#121212;color:#f0f0f0}.theme-toggle{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--text);padding:.5rem;z-index:1000}.theme-toggle:hover{opacity:.8}.blog-details-page.dark-mode .back-to-blog:hover{color:#f0f0f0;background:#ffffff1a}.blog-details-page.dark-mode .blog-category-badge{background:#f0f0f0;color:#121212}.blog-details-page.dark-mode .blog-title{color:var(--text)}.blog-details-page.dark-mode .blog-meta-info{color:var(--text-secondary)}.blog-details-page.dark-mode .blog-content p:first-child:first-letter{color:var(--text)}.blog-details-page.dark-mode .blog-content h2{color:var(--text)}.blog-details-page.dark-mode .blog-content h3{color:var(--text-secondary)}.blog-details-page.dark-mode .blog-content li{color:#ccc}.blog-details-page.dark-mode .blog-content blockquote{color:#ccc;background:#1e1e1e;border-left-color:var(--text)}.blog-details-page.dark-mode .related-posts-section{background:#1e1e1e}.back-to-blog{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;padding:.5rem 1rem;background:#00000008;border-radius:50px;margin-bottom:0}.back-to-blog:hover{color:#000;background:#0000000f;transform:translate(-4px)}.blog-category-badge{display:inline-block;background:var(--text);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 2px 8px #00000026;margin-bottom:0}@media (max-width: 768px){.blog-return-header{margin:0 1rem 2rem}}@media (max-width: 500px){.blog-return-header{margin:0 .5rem 1.5rem;padding:0 1rem}.back-to-blog{font-size:.85rem;padding:.4rem .8rem}.blog-category-badge{font-size:.75rem;padding:.4rem 1rem}}.blog-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text);letter-spacing:-.5px}.blog-meta-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;font-size:.95rem;color:var(--text-secondary);font-weight:500}.meta-separator{color:#00000014}.blog-featured-image{width:100%;margin:0 auto;max-width:1000px;height:500px;overflow:hidden;border-radius:16px;margin-top:-2rem;margin-bottom:4rem;box-shadow:0 20px 40px #0000001a}.blog-featured-image img{width:100%;height:100%;object-fit:cover}.blog-content-wrapper{padding-bottom:6rem}.blog-content-wrapper .container{max-width:740px;margin:0 auto}.blog-content{font-family:Georgia,serif;color:var(--text)}.blog-content p{font-size:1.15rem;line-height:1.9;margin-bottom:2rem;color:var(--text-secondary)}.blog-content p:first-child:first-letter{font-size:3.5rem;float:left;line-height:.8;padding-right:.75rem;padding-top:.25rem;font-weight:700;color:#000}.blog-content h2{font-family:var(--font-primary, sans-serif);font-size:2rem;font-weight:700;margin-top:3.5rem;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.5px;position:relative}.blog-content h3{font-family:var(--font-primary, sans-serif);font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-secondary)}.blog-content ul,.blog-content ol{margin-bottom:2rem;padding-left:2rem}.blog-content li{font-size:1.125rem;line-height:1.8;margin-bottom:.75rem;color:#34495e}.blog-content blockquote{font-style:italic;font-size:1.25rem;line-height:1.6;color:#555;background:#fff;border-left:4px solid var(--text);margin:2.5rem 0;padding:1.5rem 2rem;box-shadow:0 5px 15px #00000008;border-radius:0 8px 8px 0}.related-posts-section{padding:5rem 0;background:#f1f3f5;border-top:1px solid rgba(0,0,0,.05)}.related-posts-title{font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center;color:var(--text)}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.related-post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 20px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);text-decoration:none;display:flex;flex-direction:column}.related-post-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.related-post-image{height:200px;overflow:hidden;position:relative}.related-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.related-post-card:hover .related-post-image img{transform:scale(1.1)}.related-post-category{position:absolute;top:1rem;left:1rem;background:#fffffff2;color:#1a1a1a;padding:.35rem .85rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase;box-shadow:0 4px 10px #0000001a}.related-post-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.related-post-date{font-size:.8rem;color:#888;margin-bottom:.75rem;font-weight:500}.related-post-title{font-size:1.25rem;font-weight:700;line-height:1.4;color:#1a1a1a;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.read-more-link{margin-top:auto;color:#000;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.25rem;transition:gap .3s ease}.related-post-card:hover .read-more-link{gap:.5rem}@media (max-width: 1024px){.blog-featured-image{height:400px;border-radius:0;width:100%;max-width:100%}.container{padding:0 1.5rem}}@media (max-width: 768px){.blog-details-page{padding-top:70px}.blog-title{font-size:2.25rem}.blog-featured-image{height:300px;margin-bottom:3rem}.blog-content p{font-size:1.1rem}.related-posts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 500px){.blog-details-page{padding-top:60px}.blog-header{padding:2rem 0;text-align:left}.blog-title{font-size:1.85rem;line-height:1.3}.blog-meta-info{justify-content:flex-start;font-size:.85rem}.blog-featured-image{height:220px;border-radius:8px;margin-bottom:2rem}.blog-content p{font-size:1.05rem;line-height:1.7}.blog-content p:first-child:first-letter{font-size:3rem}.blog-content h2{font-size:1.6rem;margin-top:2.5rem}.related-posts-section{padding:3rem 0}.related-posts-title{font-size:1.5rem;margin-bottom:2rem;text-align:left}.related-posts-grid{grid-template-columns:1fr;gap:2rem}}:root{--font-family: "Outfit", sans-serif;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;color:#000;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden;font-weight:400}.container{max-width:90%;margin:0 auto;padding:0 2rem}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:1rem;transition:var(--transition)}button:active{transform:scale(.98)}a{text-decoration:none;color:inherit;transition:var(--transition)}a:hover{opacity:.8}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.gradient-text{background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn-primary{background:var(--primary-bg);color:var(--primary-text);padding:.75rem 1.5rem;border-radius:12px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px #6366f166}.glass-card{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:2rem}section{padding:5rem 0}.whatsapp-float{position:fixed;bottom:40px;right:40px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;text-align:center;font-size:30px;box-shadow:2px 2px 10px #0003;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.whatsapp-float:hover{background-color:#128c7e;transform:translateY(-5px);box-shadow:0 5px 15px #0000004d}.whatsapp-icon{width:35px;height:35px;fill:#fff}.telegram-float{position:fixed;bottom:120px;right:40px;background-color:#08c;color:#fff;width:60px;height:60px;border-radius:50%;text-align:center;font-size:30px;box-shadow:2px 2px 10px #0003;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.telegram-float:hover{background-color:#006db3;transform:translateY(-5px);box-shadow:0 5px 15px #0000004d}.telegram-icon{width:35px;height:35px;fill:#fff}@media (max-width: 768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-icon{width:28px;height:28px}.telegram-float{width:50px;height:50px;bottom:85px;right:20px}.telegram-icon{width:28px;height:28px}}
