:root{--primary:#1a3c6e;--primary-light:#2a5298;--accent:#e8a317;--accent-hover:#d4940f;--white:#fff;--light-bg:#f5f7fa;--dark-bg:#0d1b2a;--text-dark:#1a1a2e;--text-muted:#6b7280;--text-light:#fff;--border:#e5e7eb;--shadow:0 4px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--radius:12px;--radius-sm:8px;--transition:.3s ease;--max-width:1200px;--font:"Poppins", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font);border:none;outline:none}input,select,textarea{font-family:var(--font);outline:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}.section-title{color:var(--primary);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:700}.section-subtitle{color:var(--text-muted);text-align:center;margin-bottom:1.5rem;font-size:1rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-bg)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:4px}.header{z-index:1000;background:var(--white);width:100%;position:fixed;top:0;left:0;box-shadow:0 2px 12px #0000000f}.header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.header__logo img{width:auto;height:70px}.header__nav{gap:2rem;display:flex}.header__link{color:var(--text-dark);transition:color var(--transition);font-size:.95rem;font-weight:500;position:relative}.header__link:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-4px;left:0}.header__link:hover{color:var(--primary)}.header__link:hover:after{width:100%}.header__phone{color:var(--primary);transition:color var(--transition);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.header__phone:hover{color:var(--accent)}.header__toggle{color:var(--text-dark);background:0 0;display:none}@media (width<=768px){.header__nav{background:var(--white);width:100%;box-shadow:var(--shadow);transition:transform var(--transition);flex-direction:column;gap:1.2rem;padding:1.5rem 2rem;position:fixed;top:72px;left:0;transform:translateY(-120%)}.header__nav.open{transform:translateY(0)}.header__phone span{display:none}.header__toggle{display:block}}.hero{background:50%/cover no-repeat;align-items:center;min-height:auto;padding:100px 0 50px;display:flex;position:relative}.hero:before{content:"";z-index:1;background:linear-gradient(135deg,#0d1b2a73 0%,#1a3c6e59 100%);position:absolute;inset:0}.hero__inner{z-index:2;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.hero__content{flex:1;max-width:560px}.hero__title{color:var(--white);margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;line-height:1.2}.hero__title span{color:var(--accent)}.hero__subtitle{color:#cbd5e1;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero__badges{flex-wrap:wrap;gap:.75rem;display:flex}.hero__badge{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:500}.hero__form-wrapper{flex-shrink:0;width:540px}.hero__form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);flex-direction:column;gap:.7rem;padding:1.8rem 2.5rem;display:flex}.hero__form-title{color:var(--primary);text-align:center;font-size:1.35rem;font-weight:700}.hero__form-sub{color:var(--text-muted);text-align:center;margin-bottom:.25rem;font-size:1.2rem;font-weight:700}.hero__form input,.hero__form select,.hero__form textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:border-color var(--transition);padding:.65rem 1rem;font-size:.9rem}.hero__form textarea{resize:vertical}.hero__form input:focus,.hero__form select:focus,.hero__form textarea:focus{border-color:var(--primary)}.hero__form-btn{background:var(--accent);width:100%;color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition);padding:.7rem;font-size:1rem;font-weight:600}.hero__form-btn:hover{background:var(--accent-hover)}.hero__form-success{color:#16a34a;text-align:center;font-size:.85rem;font-weight:500}@media (width<=900px){.hero__inner{text-align:center;flex-direction:column}.hero__title{font-size:2rem}.hero__badges{justify-content:center}.hero__form-wrapper{width:100%;max-width:420px}}.why{background:var(--white);padding:3rem 0}.why__inner{align-items:center;gap:3.5rem;display:flex}.why__content{flex:1}.why__title{color:var(--primary);margin-bottom:.4rem;font-size:2rem;font-weight:700}.why__subtitle{color:var(--text-muted);margin-bottom:1.2rem;font-size:1rem}.why__list{flex-direction:column;gap:1rem;display:flex}.why__item{align-items:flex-start;gap:1rem;display:flex}.why__icon{background:var(--light-bg);width:44px;height:44px;color:var(--primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.why__item-title{color:var(--text-dark);margin-bottom:.2rem;font-size:1rem;font-weight:600}.why__item-desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.why__image{border-radius:var(--radius);flex-shrink:0;width:440px;overflow:hidden}.why__image img{object-fit:cover;border-radius:var(--radius);width:100%;height:100%}@media (width<=900px){.why__inner{flex-direction:column}.why__image{width:100%;max-width:500px}}.reviews{background:var(--light-bg);padding:3rem 0}.reviews__carousel{align-items:center;gap:1rem;display:flex}.reviews__track-wrapper{border-radius:var(--radius);flex:1;overflow:hidden}.reviews__track{transition:transform .45s;display:flex}.reviews__slide{box-sizing:border-box;min-width:100%;padding:0 .5rem}.reviews__pair{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.reviews__arrow{background:var(--white);width:48px;height:48px;color:var(--primary);box-shadow:var(--shadow);transition:background var(--transition), color var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.reviews__arrow:hover{background:var(--primary);color:var(--white)}.reviews__dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.reviews__dot{width:10px;height:10px;transition:background var(--transition), transform var(--transition);background:#d1d5db;border-radius:50%}.reviews__dot.active{background:var(--primary);transform:scale(1.25)}.review-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;height:100%;padding:1.5rem;display:flex}.review-card__header{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.review-card__avatar{background:var(--primary);width:46px;height:46px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.review-card__name{color:var(--text-dark);font-size:1rem;font-weight:600}.review-card__meta{align-items:center;gap:.6rem;margin-top:.2rem;display:flex}.review__stars{gap:2px;display:flex}.star{color:#d1d5db;font-size:.85rem}.star.filled{color:#facc15}.review-card__time{color:var(--text-muted);font-size:.78rem}.review-card__badge{color:#2563eb;background:#dbeafe;border-radius:50px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.review-card__text{color:#4b5563;white-space:pre-line;font-size:.9rem;line-height:1.7}@media (width<=768px){.reviews__pair{grid-template-columns:1fr}.reviews__arrow{width:38px;height:38px;font-size:1.2rem}.review-card{padding:1.5rem}}.gallery{background:var(--white);padding:3rem 0}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.gallery__item{border-radius:var(--radius);overflow:hidden}.gallery__placeholder{aspect-ratio:4/3;background:#e2e8f0;width:100%;position:relative;overflow:hidden}.gallery__placeholder img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery__item:hover .gallery__placeholder img{transform:scale(1.05)}.gallery__overlay{opacity:0;transition:opacity var(--transition);background:linear-gradient(#0000,#0009);align-items:flex-end;padding:1rem;display:flex;position:absolute;inset:0}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__overlay span{color:var(--white);font-size:.85rem;font-weight:500}@media (width<=768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.gallery__grid{grid-template-columns:1fr}}.courses{background:var(--light-bg);padding:3rem 0}.courses__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.course-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform var(--transition), box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.course-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.course-card__img{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.course-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.course-card:hover .course-card__img img{transform:scale(1.05)}.course-card__body{flex-direction:column;flex:1;padding:1.5rem 1.8rem 2rem;display:flex}.course-card__tag{width:fit-content;color:var(--primary);border:1.5px solid var(--primary);border-radius:50px;margin-bottom:.85rem;padding:.2rem .7rem;font-size:.75rem;font-weight:500;display:inline-block}.course-card__title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.4}.course-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}@media (width<=900px){.courses__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}.affiliations{background:linear-gradient(135deg,#e8f4f8 0%,#f0faf5 50%,#e8f4f8 100%);padding:3rem 0}.affiliations__title{color:var(--text-dark);text-align:center;margin-bottom:.75rem;font-size:2rem;font-weight:800}.affiliations__line{background:var(--primary-light);border-radius:2px;width:60px;height:4px;margin:0 auto 1.5rem}.affiliations__grid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;display:flex}.affiliations__card{background:var(--white);border-radius:var(--radius);width:190px;height:140px;transition:transform var(--transition), box-shadow var(--transition);border:1.5px solid #c8e6d8;justify-content:center;align-items:center;padding:1.5rem 2rem;display:flex}.affiliations__card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.affiliations__card img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=768px){.affiliations__card{width:150px;height:110px;padding:1rem 1.2rem}}@media (width<=480px){.affiliations__grid{gap:1rem}.affiliations__card{width:130px;height:100px}}.thankyou{background:var(--light-bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.thankyou__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;width:100%;max-width:520px;padding:3rem 2.5rem}.thankyou__icon{color:#16a34a;justify-content:center;margin-bottom:1rem;font-size:4rem;display:flex}.thankyou__title{color:var(--primary);margin-bottom:.75rem;font-size:2rem;font-weight:800}.thankyou__text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.thankyou__contact{flex-direction:column;align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.thankyou__link{color:var(--primary);transition:color var(--transition);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:inline-flex}.thankyou__link:hover{color:var(--accent)}.thankyou__btn{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);transition:background var(--transition);padding:.75rem 2rem;font-size:1rem;font-weight:600}.thankyou__btn:hover{background:var(--primary-light)}.footer{background:var(--dark-bg);color:var(--text-light);padding:2.5rem 0 0}.footer__inner{grid-template-columns:1.5fr .8fr 1.2fr 1.2fr;gap:2.5rem;display:grid}.footer__logo{filter:brightness(0)invert();height:70px;margin-bottom:1rem}.footer__about{color:#a0aec0;max-width:320px;font-size:.9rem;line-height:1.7}.footer__heading{margin-bottom:1.2rem;padding-bottom:.6rem;font-size:1.05rem;font-weight:600;position:relative}.footer__heading:after{content:"";background:var(--accent);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer__links li{margin-bottom:.6rem}.footer__links a{color:#a0aec0;transition:color var(--transition);font-size:.9rem}.footer__links a:hover{color:var(--accent)}.footer__contact li{color:#a0aec0;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.footer__contact a{color:#a0aec0;transition:color var(--transition)}.footer__contact a:hover{color:var(--accent)}.footer__icon{color:var(--accent);flex-shrink:0;margin-top:4px}.footer__bottom{text-align:center;color:#6b7280;border-top:1px solid #ffffff14;margin-top:1.5rem;padding:1.2rem 0;font-size:.85rem}.footer__map iframe{border-radius:8px;width:100%}@media (width<=968px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=576px){.footer__inner{grid-template-columns:1fr}}
