.courses-section{padding-inline:clamp(20px,5vw,80px);color:#fff;background:#050505;padding:clamp(60px,8vw,120px) clamp(20px,5vw,80px)}.container{width:100%;max-width:1400px;margin:auto}.section-title{text-transform:uppercase;max-width:700px;margin-bottom:clamp(30px,4vw,60px);font-family:Bruno Ace,sans-serif;font-size:clamp(1.5rem,3vw,3rem);line-height:130%}.courses-wrapper{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(20px,3vw,32px);display:grid}.course-card{background:#0b0b0b;border:1px solid #00ff882e;flex-direction:column;height:100%;transition:all .35s;display:flex;overflow:hidden}.course-card:hover{border-color:#0f8;transform:translateY(-8px)}.image-wrapper{flex-shrink:0;width:100%;height:220px;overflow:hidden}.image-wrapper img{object-fit:cover;width:100%;height:100%;transition:all .4s;display:block}.course-card:hover img{transform:scale(1.06)}.course-content{flex-direction:column;flex:1;padding:clamp(18px,2vw,24px);display:flex}.duration{color:#9ca3af;align-items:center;gap:8px;margin-bottom:16px;font-size:clamp(.7rem,1vw,.85rem);display:flex}.course-content h3{color:#fff;margin-bottom:14px;font-size:clamp(1rem,1.5vw,1.4rem);line-height:140%}.course-content p{color:#b5b5b5;margin-bottom:24px;font-size:clamp(.85rem,1vw,1rem);line-height:170%}.course-content button{color:#0f8;cursor:pointer;background:0 0;border:none;margin-top:auto;padding:0;font-size:.95rem;transition:all .3s}.course-content button:hover{letter-spacing:1px}@media (max-width:768px){.courses-wrapper{grid-template-columns:1fr}.image-wrapper{height:200px}}
.footer{padding-inline:clamp(20px,5vw,80px);color:#fff;background:#0b120d;border-top:1px solid #ffffff14;padding:clamp(40px,6vw,80px) clamp(20px,5vw,80px)}.footer .footer-container{flex-wrap:wrap;justify-content:space-between;gap:clamp(30px,5vw,70px);width:100%;max-width:1400px;margin:auto;display:flex}.footer .footer-left{flex:320px;max-width:420px}.footer .footer-left h2{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;font-family:var(--font-inter);margin-bottom:16px;line-height:140%}.footer .footer-left h2 .green{color:#1ed760}.footer .footer-left p{color:#bdbdbd;font-size:clamp(.85rem,1vw,.95rem);line-height:180%}.footer .footer-center{flex:180px}.footer .footer-center h3{margin-bottom:18px;font-size:clamp(1rem,1.3vw,1.1rem)}.footer .footer-center ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer .footer-center ul li{color:#dcdcdc;cursor:pointer;font-size:clamp(.85rem,1vw,.95rem);transition:all .3s}.footer .footer-center ul li:hover{color:#1ed760;transform:translate(4px)}.footer .footer-right{flex-direction:column;flex:260px;gap:18px;display:flex}.footer .footer-right div{cursor:pointer}.icon-wrapper{background:#1ed760;border-radius:50%;justify-content:center;align-items:center;width:clamp(42px,4vw,56px);min-width:clamp(42px,4vw,56px);height:clamp(42px,4vw,56px);display:flex;overflow:hidden}.icon{object-fit:contain;width:55%!important;height:55%!important}.title{color:#9ca3af;margin-bottom:4px;font-size:clamp(.75rem,1vw,.85rem)}.value{color:#fff;font-size:clamp(.85rem,1vw,1rem);font-weight:500}.footer-contact{color:inherit;align-items:center;gap:clamp(12px,2vw,18px);margin-bottom:20px;text-decoration:none;transition:all .3s;display:flex}.footer-contact:hover{transform:translate(4px)}@media (max-width:992px){.footer .footer-container{gap:40px}}@media (max-width:768px){.footer{padding:50px 20px}.footer .footer-container{flex-direction:column;gap:40px}.footer .footer-left,.footer .footer-center,.footer .footer-right{width:100%;max-width:100%}.footer .footer-center ul{gap:14px}}
.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding-inline:clamp(20px,5vw,80px);z-index:1000;background:#111;justify-content:space-between;align-items:center;width:100%;height:70px;padding:clamp(12px,2vw,24px) clamp(16px,4vw,80px);display:flex;position:relative;top:0;left:0}.header .logo{font-size:clamp(.9rem,1.5vw,1.4rem);font-weight:700;font-family:var(--font-inter);letter-spacing:clamp(.5px,.1vw,2px)}.header .logo .green{color:#1ed760;font-size:clamp(.9rem,1.5vw,1.4rem)}.header ul{gap:20px;list-style:none;display:flex}.header ul li{cursor:pointer}.header ul li:hover{color:#43bc70}.header .desktop-nav ul{align-items:center;gap:clamp(16px,2vw,40px);list-style:none;display:flex}.header .desktop-nav ul li{cursor:pointer;align-items:center;gap:8px;font-size:clamp(.7rem,.9vw,.95rem);transition:all .3s;display:flex}.header .desktop-nav ul li:hover{color:#1ed760}.header .desktop-nav .arrow-prefix{align-items:center;font-size:clamp(12px,1vw,16px);display:flex}.header .hamburger{cursor:pointer;z-index:1000;color:#fff;display:none}@media (max-width:991px){.header .hamburger{display:block}.header .desktop-nav{display:none}}.header .mobile-menu{opacity:0;visibility:hidden;background:#000000f2;border-bottom:1px solid #1ed760;border-bottom-right-radius:10px;border-bottom-left-radius:10px;width:100%;padding:clamp(12px,2vw,20px);transition:all .3s;position:absolute;top:70px;left:0;transform:translateY(-20px)}.header .mobile-menu ul{flex-direction:column;margin:0;padding:0;list-style:none}.header .mobile-menu ul li{color:#fff;cursor:pointer;border-bottom:1px solid #111;align-items:center;gap:10px;padding:clamp(12px,2vw,16px);display:flex}.header .mobile-menu ul li:last-child{border-bottom:none}.header .mobile-menu ul li:hover{color:#1ed760;padding-left:16px}.header .mobile-menu.show{opacity:1;visibility:visible;display:block;right:0;transform:translateY(0)}@media (max-width:768px){.header{padding:18px 20px}.header .desktop-nav{display:none}.header .hamburger{display:block}.header .logo{font-size:18px}}
.hero{color:#fff;text-align:center;justify-content:center;align-items:center;width:min(1536px,100%);min-height:100vh;padding-inline:clamp(20px,5vw,80px);display:flex;position:relative;overflow:hidden}.hero .video-bg{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.hero .overlay{z-index:-1;background:#000000b8;position:absolute;inset:0}.hero .hero-content{z-index:2;padding-inline:clamp(20px,5vw,80px);flex-direction:column;justify-content:center;align-items:center;gap:clamp(18px,2vw,28px);width:100%;max-width:1200px;padding:clamp(100px,10vw,140px) clamp(20px,5vw,40px);display:flex;position:relative}.hero .badge{justify-content:center;align-items:center;gap:10px;width:fit-content;padding:clamp(8px,1vw,12px) clamp(14px,2vw,20px);display:inline-flex}.hero .badge-text{font-size:clamp(.6rem,.9vw,.85rem);font-family:var(--font-bruno);text-transform:uppercase;letter-spacing:1px;color:#fff;line-height:140%}.hero .badge-image{object-fit:contain;flex-shrink:0;width:clamp(18px,2vw,24px)!important;height:clamp(18px,2vw,24px)!important}.hero h1{font-size:clamp(2.3rem,6vw,5rem);font-weight:400;line-height:115%;font-family:var(--font-bruno);text-align:center;letter-spacing:1px;max-width:1100px}.hero .green{color:#1ed760}.hero .cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(18px,2vw,28px);margin-top:10px;display:flex}.hero .cta button{color:#000;cursor:pointer;white-space:nowrap;background:#1ed760;border:none;padding:clamp(14px,1.5vw,16px) clamp(28px,3vw,36px);font-size:clamp(.85rem,1vw,1rem);font-weight:600;transition:all .3s}.hero .cta button:hover{opacity:.9;transform:translateY(-2px)}.hero .cta p{text-align:left;color:#d1d5db;max-width:420px;font-size:clamp(.8rem,1vw,.95rem);line-height:170%}@media (max-width:768px){.hero .hero-content{gap:20px}.hero .cta{flex-direction:column}.hero .cta p{text-align:center;max-width:100%}.hero .cta button{width:100%;max-width:280px}.hero h1{line-height:125%}}
.testimonials-section{color:#fff;padding-inline:clamp(20px,5vw,80px);background:#050505;width:100%;padding:clamp(60px,8vw,120px) clamp(20px,5vw,80px)}.testimonials-container{flex-direction:column;gap:clamp(50px,8vw,100px);width:100%;max-width:1400px;margin:auto;display:flex}
.success-stories-wrapper{width:100%}.heading-section{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:40px;display:flex}@media (max-width:768px){.heading-section{flex-direction:column}}.heading-section h2{text-transform:uppercase;max-width:500px;font-family:Bruno Ace,sans-serif;font-size:clamp(1.6rem,4vw,3rem);line-height:130%}.heading-section .navigation{gap:12px;display:flex}.heading-section .navigation button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:50%;width:42px;height:42px;transition:all .3s}.heading-section .navigation button:hover{color:#1ed760;border-color:#1ed760}.stories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(20px,3vw,40px);display:grid}.story-card{background:#101010;border:1px solid #ffffff14;padding:clamp(20px,3vw,32px);transition:all .3s}.story-card:hover{border-color:#1ed760;transform:translateY(-6px)}.story-card p{color:#cfcfcf;margin-bottom:20px;font-size:clamp(.9rem,1vw,1rem);line-height:180%}.story-card span{color:#fff;margin-bottom:6px;font-weight:600;display:block}.story-card small{color:#9ca3af;margin-bottom:14px;display:block}.story-card a{color:#1ed760;font-size:.9rem;text-decoration:none}
.mentors .section-title{text-transform:uppercase;text-align:center;letter-spacing:1px;color:#fff;margin-bottom:clamp(24px,4vw,40px);font-family:Bruno Ace,sans-serif;font-size:clamp(1.4rem,3vw,2.4rem)}.mentors-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(16px,2vw,24px);width:min(100%,700px);margin-inline:auto;display:grid}.mentor-card{background:#111;border:1px solid #ffffff14;transition:all .35s;position:relative;overflow:hidden}.mentor-card:hover{border-color:#1ed760;transform:translateY(-6px)}.mentor-card .image-wrapper{width:100%;height:clamp(360px,40vw,480px);position:relative;overflow:hidden}.mentor-card .image-wrapper img{object-fit:cover;width:100%;height:100%;transition:all .4s;display:block}.mentor-card .image-wrapper:hover img{transform:scale(1.04)}.mentor-card .image-wrapper .overlay{background:linear-gradient(#0000 30%,#00000080 60%,#000000f2 100%);position:absolute;inset:0}.mentor-card .image-wrapper .content{z-index:2;width:100%;padding:clamp(18px,2vw,24px);position:absolute;bottom:0;left:0}.mentor-card .image-wrapper .content h3{color:#fff;margin-bottom:8px;font-size:clamp(1rem,1.2vw,1.2rem);font-weight:600;line-height:140%}.mentor-card .image-wrapper .content p{color:#c9c9c9;font-size:clamp(.78rem,1vw,.92rem);line-height:160%}.mentor-image{object-fit:cover}@media (max-width:768px){.mentors-grid{grid-template-columns:1fr}.mentor-card .image-wrapper{height:420px}}
.contact-form{width:min(1536px,100%);max-width:520px}.contact-form h2{text-transform:uppercase;margin-bottom:14px;font-family:Bruno Ace,sans-serif;font-size:clamp(1.4rem,3vw,2.3rem)}.contact-form p{color:#bdbdbd;margin-bottom:28px;line-height:170%}.contact-form form{flex-direction:column;gap:18px;display:flex}.contact-form form input,.contact-form form textarea{color:#fff;resize:none;background:0 0;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:16px;transition:all .3s}.contact-form form input:focus,.contact-form form textarea:focus{border-color:#1ed760}.contact-form form button{color:#000;cursor:pointer;background:#1ed760;border:none;border-radius:10px;height:52px;font-weight:600;transition:all .3s}.contact-form form button:hover{opacity:.9}
