:root{--purple:#7B2CE8;--purple-dk:#4A1A8A;--purple-lt:#EDE4FF;--purple-pl:#F7F3FF;--golden:#F5A623;--golden-lt:#FFF3D4;--golden-md:#FFCB62;--green:#5EB334;--green-lt:#EDFAE3;--blue:#2B9FD5;--blue-lt:#E4F4FB;--cream:#FEF9F3;--text:#2D1B4E;--muted:#7B6899;--white:#FFFFFF;--font:'DM Sans', sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--cream);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}.wrap{width:100%;max-width:720px;margin:0 auto;padding:0 24px}.wrap.wrap-wide{max-width:1120px}.rb{display:flex;width:100%}.rb span{flex:1}.rb.h4{height:4px}.rb.h3{height:3px}.rb .rp{background:var(--purple)}.rb .rb2{background:var(--blue)}.rb .rg{background:var(--green)}.rb .ro{background:var(--golden)}.lbl{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;display:block}h1{font-size:clamp(28px, 5vw, 52px);font-weight:800;line-height:1.1;letter-spacing:-.01em}h2{font-size:clamp(22px, 3.5vw, 34px);font-weight:800;line-height:1.2}h3{font-size:clamp(18px, 2.5vw, 24px);font-weight:700;line-height:1.3}h4{font-size:16px;font-weight:700}p{font-size:clamp(14px, 1.8vw, 16px);line-height:1.78}.btn-primary{display:inline-block;background:var(--purple);color:var(--white);border-radius:32px;padding:14px 34px;font-weight:700;font-size:15px;border:none;box-shadow:0 4px 18px rgb(123 44 232 / .28);transition:transform .15s,box-shadow .15s,opacity .15s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 28px rgb(123 44 232 / .38)}.btn-secondary{display:inline-block;background:var(--white);color:#966010;border-radius:32px;padding:14px 34px;font-weight:700;font-size:15px;border:2px solid var(--golden-lt);box-shadow:0 2px 8px rgb(0 0 0 / .08);transition:opacity .15s}.btn-secondary:hover{opacity:.88}.btn-golden{display:inline-block;background:var(--golden);color:var(--white);border-radius:32px;padding:14px 34px;font-weight:700;font-size:15px;border:none;box-shadow:0 4px 18px rgb(245 166 35 / .35);transition:opacity .15s}.btn-golden:hover{opacity:.88}.btn-row{display:flex;gap:12px;flex-wrap:wrap}#site-header{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:0 1px 0 rgb(0 0 0 / .06)}.nav-inner{max-width:960px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-logo img{height:36px;object-fit:contain}.nav-logo:focus{outline:2px solid var(--purple);outline-offset:4px}.nav-menu{list-style:none;display:flex;align-items:center;gap:2px;margin:0;padding:0}.nav-menu li a{display:block;padding:8px 11px;font-size:14px;font-weight:600;color:var(--text);border-radius:8px;white-space:nowrap;transition:background .15s,color .15s}.nav-menu li a:hover,.nav-menu li.current-menu-item>a{background:var(--purple-pl);color:var(--purple)}.nav-enroll{background:var(--purple);color:var(--white)!important;border-radius:24px;padding:9px 20px!important;font-weight:700!important;font-size:13px!important;transition:opacity .15s!important}.nav-enroll:hover{opacity:.88;background:var(--purple)!important}.nav-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;margin:4px 0;transition:.3s}@media (max-width:900px){.nav-toggle{display:block}.nav-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:12px 24px 20px;box-shadow:0 8px 24px rgb(0 0 0 / .1);gap:2px;z-index:200}.nav-menu.open{display:flex}.nav-menu li{width:100%}.nav-menu li a{padding:10px 16px}.nav-cta{display:none}}.page-hero{background:var(--purple-pl);padding:56px 0 48px;position:relative;overflow:hidden}.page-hero::after{content:'';position:absolute;bottom:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:rgb(123 44 232 / .07);pointer-events:none}.page-hero h1{color:var(--text);margin-bottom:12px}.page-hero p{color:var(--muted);max-width:560px}.home-hero{padding:60px 24px 52px;text-align:center;background:linear-gradient(180deg,#FFFCF3 0%,#FFF4CE 55%,#FEF9F3 100%);position:relative;overflow:hidden}.home-hero-glow{position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:clamp(300px, 60vw, 520px);height:clamp(300px, 60vw, 520px);border-radius:50%;background:radial-gradient(circle,rgb(245 166 35 / .22) 0%,transparent 62%);pointer-events:none}.home-hero img{width:clamp(240px, 65vw, 360px);object-fit:contain;margin:0 auto 28px;position:relative}.home-hero h1{font-size:clamp(30px, 5vw, 52px);margin-bottom:16px;position:relative}.home-hero .hero-sub{font-size:clamp(15px, 2vw, 17px);color:var(--muted);max-width:500px;margin:0 auto 28px;position:relative}.hero-badge{margin-top:16px;font-size:11px;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-weight:600}.section-intro{padding:56px 0;background:var(--purple-pl);position:relative}.intro-q{position:absolute;top:12px;left:max(24px, calc(50% - 336px));font-size:90px;font-weight:900;color:var(--purple-lt);line-height:1;font-family:Georgia,serif;pointer-events:none;user-select:none}.section-intro .wrap{position:relative}.section-intro h2{margin-bottom:16px}.section-intro p{color:var(--muted)}.section-programs{padding:56px 0;background:var(--cream)}.section-programs h2{margin-bottom:28px}.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (min-width:600px){.pgrid{grid-template-columns:1fr 1fr 1fr}}.pcard{border-radius:18px;padding:18px 16px;border:1px solid #fff0;transition:box-shadow .2s,transform .15s}.pcard:hover{box-shadow:0 6px 24px rgb(0 0 0 / .1);transform:translateY(-2px)}.picon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;flex-shrink:0}.picon span{color:var(--white);font-weight:800;font-size:10px}.ptitle{font-size:13px;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:3px}.psub{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;display:block}.pcopy{font-size:12px;color:var(--muted);line-height:1.6}.pcopy p{font-size:12px;line-height:1.6;margin:0 0 8px}.pcopy p:last-child{margin-bottom:0}.section-trust{padding:56px 0;background:var(--white)}.section-trust h2{margin-bottom:28px}.tgrid{display:grid;grid-template-columns:1fr;gap:0}@media (min-width:560px){.tgrid{grid-template-columns:1fr 1fr;gap:0 28px}}.tpillar{display:flex;gap:0;align-items:stretch;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid var(--purple-lt)}.tpillar:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.tbar{width:4px;border-radius:4px;flex-shrink:0;margin-right:16px;align-self:stretch}.ttitle{font-size:15px;font-weight:700;color:var(--text);margin-bottom:5px}.tbody{font-size:13px;color:var(--muted);line-height:1.65}.tbody p{font-size:13px;line-height:1.65;margin:0 0 10px}.tbody p:last-child{margin-bottom:0}.section-sped{padding:56px 0;background:var(--green-lt);position:relative;overflow:hidden}.sped-glow{position:absolute;top:-40px;right:-40px;width:240px;height:240px;border-radius:50%;background:rgb(94 179 52 / .14);pointer-events:none}.section-sped h2{margin-bottom:18px}.section-sped p{color:#264220;margin-bottom:16px}.section-sped p:last-of-type{margin-bottom:26px}.section-visit{padding:56px 0;background:var(--golden-lt)}.section-visit h2{margin-bottom:10px}.section-visit>.wrap>p{color:#5A4020;margin-bottom:26px}.branches{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}@media (min-width:480px){.branches{flex-direction:row}}.bcard{flex:1;border-radius:14px;padding:18px 20px;background:var(--white);box-shadow:0 2px 12px rgb(0 0 0 / .07)}.blabel{font-size:11px;font-weight:700;color:var(--golden);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.bname{font-size:15px;font-weight:700;color:var(--text);margin-bottom:2px}.bloc{font-size:13px;color:var(--muted)}.section-services{padding:56px 0;background:var(--cream)}.service-card{background:var(--white);border-radius:20px;padding:32px;margin-bottom:20px;box-shadow:0 2px 12px rgb(0 0 0 / .06);border-left:5px solid #fff0;transition:box-shadow .2s}.service-card:hover{box-shadow:0 6px 28px rgb(0 0 0 / .1)}.service-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:16px}.service-icon{width:56px;height:56px;border-radius:14px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.service-icon span{color:var(--white);font-weight:800;font-size:12px}.service-title{font-size:20px;font-weight:800;color:var(--text);margin-bottom:3px}.service-sub{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.service-body{font-size:15px;color:var(--muted);line-height:1.78}.service-body p{font-size:15px;line-height:1.78;margin-bottom:10px}.service-body p:last-child{margin-bottom:0}.section-team{padding:56px 0;background:var(--cream)}.section-team h2{margin-bottom:28px}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (min-width:620px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px}.team-tab{background:var(--purple-pl);color:var(--purple);border:1.5px solid #fff0;border-radius:24px;padding:9px 22px;font-family:var(--font);font-weight:700;font-size:14px;cursor:pointer;transition:background .15s,color .15s}.team-tab:hover{border-color:var(--purple-lt)}.team-tab.active{background:var(--purple);color:var(--white)}.team-panel{display:none}.team-panel.active{display:block}.team-tabs-bottom{margin-top:36px;margin-bottom:0}.team-empty{text-align:center;color:var(--muted);font-size:15px;padding:40px 0}.team-card{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:0 2px 12px rgb(0 0 0 / .07);transition:box-shadow .2s,transform .15s}.team-card:hover{box-shadow:0 6px 24px rgb(0 0 0 / .1);transform:translateY(-2px)}.team-photo{width:100%;padding-top:100%;position:relative;background:var(--purple-lt);overflow:hidden}.team-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.team-photo-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.team-photo-placeholder svg{opacity:.4}.team-photo-placeholder span{font-size:10px;font-weight:600;color:var(--purple);letter-spacing:.06em;text-transform:uppercase;opacity:.6}.team-info{padding:16px}.team-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:2px}.team-creds{font-size:11px;color:var(--purple);font-weight:600;margin-bottom:4px}.team-role{font-size:12px;color:var(--muted)}.team-bio{font-size:12px;color:var(--muted);line-height:1.6;margin-top:8px}.team-bio p{font-size:12px;line-height:1.6;margin:0 0 8px}.team-bio p:last-child{margin-bottom:0}.section-faq{padding:56px 0;background:var(--cream)}.section-faq h2{margin-bottom:28px}.faq-item{border-bottom:1px solid var(--purple-lt)}.faq-q{width:100%;background:none;border:none;text-align:left;padding:18px 0;font-family:var(--font);font-size:15px;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-q:hover{color:var(--purple)}.faq-q svg{flex-shrink:0;transition:transform .25s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{font-size:14px;color:var(--muted);line-height:1.75;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-a{max-height:1200px;padding-bottom:18px}.faq-a p{font-size:14px;line-height:1.75;margin:0 0 12px}.faq-a p:last-child{margin-bottom:0}.section-gallery{padding:56px 0;background:var(--cream)}.section-gallery h2{margin-bottom:28px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width:560px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:780px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{border-radius:12px;overflow:hidden;aspect-ratio:1;background:var(--purple-lt);position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--purple-pl) 0%,var(--blue-lt) 100%)}.gallery-placeholder span{font-size:10px;color:var(--muted);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.section-gallery .entry-content{max-width:100%;overflow:hidden}.section-gallery .entry-content>*{max-width:100%!important}.section-gallery .entry-content img{max-width:100%;height:auto;border-radius:12px}.section-gallery .entry-content .alignfull,.section-gallery .entry-content .alignwide{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.section-gallery .wp-block-gallery{gap:10px}.section-gallery .wp-block-gallery img{border-radius:12px}.section-testi{padding:56px 0;background:var(--purple-pl)}.section-testi h2{margin-bottom:28px}.testi-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:560px){.testi-grid{grid-template-columns:1fr 1fr}}@media (min-width:800px){.testi-grid{grid-template-columns:repeat(3,1fr)}}.testi-card{background:var(--white);border-radius:18px;padding:24px;box-shadow:0 2px 12px rgb(0 0 0 / .06)}.testi-stars{color:var(--golden);font-size:14px;margin-bottom:10px;letter-spacing:2px}.testi-quote{font-size:13px;color:var(--text);line-height:1.7;margin-bottom:16px;font-style:italic}.testi-quote p{font-size:13px;line-height:1.7;margin:0 0 10px}.testi-quote p:last-child{margin-bottom:0}.testi-quote p:first-child::before{content:'\201C'}.testi-quote p:last-child::after{content:'\201D'}.testi-author{font-size:12px;font-weight:700;color:var(--purple)}.testi-child{font-size:11px;color:var(--muted)}.section-share{padding:56px 0;background:var(--white)}.share-form-wrap{max-width:560px;margin:0 auto;background:var(--cream);border:1px solid var(--purple-lt);border-radius:18px;padding:32px 28px}.section-contact{padding:56px 0;background:var(--cream)}.section-contact h2{margin-bottom:10px}.section-contact>.wrap>p{color:var(--muted);margin-bottom:32px}.contact-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:640px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info h3{font-size:18px;margin-bottom:16px}.contact-branch{margin-bottom:20px}.contact-branch .blabel{font-size:11px;font-weight:700;color:var(--golden);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.contact-branch p{font-size:14px;color:var(--muted);line-height:1.65}.contact-campuses{margin-top:48px;padding-top:40px;border-top:1px solid var(--purple-lt)}.campus-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:760px){.campus-grid{grid-template-columns:repeat(3,1fr)}}.campus-grid .contact-branch{margin-bottom:0;background:var(--cream);border-radius:14px;padding:20px 22px}.campus-grid .contact-branch-accent{background:var(--purple-pl)}.mba-form label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:5px;margin-top:14px}.mba-form input[type="text"],.mba-form input[type="email"],.mba-form input[type="tel"],.mba-form select,.mba-form textarea{width:100%;padding:12px 16px;border:1.5px solid var(--purple-lt);border-radius:10px;font-family:var(--font);font-size:14px;color:var(--text);background:var(--white);outline:none;transition:border-color .2s;appearance:none}.mba-form input:focus,.mba-form select:focus,.mba-form textarea:focus{border-color:var(--purple)}.mba-form textarea{resize:vertical;min-height:100px}.mba-form .submit-row{margin-top:20px}.mba-form .wpforms-field-label,.mba-form .wpforms-field-label-inline,.entry-content .wpforms-field-label{font-size:13px!important;font-weight:600!important;color:var(--text)!important;margin-bottom:5px!important}.mba-form input[type="text"],.mba-form input[type="email"],.mba-form input[type="tel"],.mba-form input[type="number"],.mba-form input[type="url"],.mba-form input[type="date"],.mba-form .wpforms-field input:not([type="checkbox"]):not([type="radio"]),.mba-form .wpforms-field select,.mba-form .wpforms-field textarea,.mba-form .wpforms-field .choices__inner{width:100%!important;padding:12px 16px!important;border:1.5px solid var(--purple-lt)!important;border-radius:10px!important;font-family:var(--font)!important;font-size:14px!important;color:var(--text)!important;background:var(--white)!important;box-shadow:none!important}.mba-form .wpforms-field input:focus,.mba-form .wpforms-field select:focus,.mba-form .wpforms-field textarea:focus{border-color:var(--purple)!important;outline:none!important}.mba-form .wpforms-submit,.mba-form button[type="submit"],.mba-form input[type="submit"]{display:inline-block!important;background:var(--purple)!important;color:var(--white)!important;border:none!important;border-radius:32px!important;padding:14px 34px!important;font-family:var(--font)!important;font-weight:700!important;font-size:15px!important;box-shadow:0 4px 18px rgb(123 44 232 / .28)!important;cursor:pointer!important;margin-top:8px!important}.mba-form .wpforms-submit:hover{opacity:.9!important}.mba-form .wpforms-field{margin-bottom:14px!important;padding:0!important}.mba-form .wpforms-field-checkbox ul,.mba-form .wpforms-field-radio ul,.mba-form .wpforms-field ul.wpforms-image-choices{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:10px!important}.mba-form .wpforms-field-checkbox li,.mba-form .wpforms-field-radio li{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important}.mba-form .wpforms-field-checkbox input[type="checkbox"],.mba-form .wpforms-field-radio input[type="radio"]{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important;margin:0!important;padding:0!important;accent-color:var(--purple)!important;cursor:pointer!important}.mba-form .wpforms-field-checkbox label,.mba-form .wpforms-field-radio label{display:inline!important;margin:0!important;font-size:14px!important;font-weight:500!important;color:var(--text)!important;line-height:1.4!important;cursor:pointer!important}.section-about{padding:56px 0;background:var(--white)}.section-about h2{margin-bottom:16px}.section-about p{color:var(--muted);margin-bottom:14px}.about-accred{background:var(--golden-lt);border-radius:16px;padding:24px 28px;margin-top:28px;border-left:4px solid var(--golden)}.about-accred h3{font-size:18px;color:var(--text);margin-bottom:8px}.about-accred p{color:#5A4020;margin:0}.enroll-steps{display:flex;flex-direction:column;gap:16px;margin:28px 0}.enroll-step{display:flex;gap:16px;align-items:flex-start}.step-num{width:36px;height:36px;border-radius:50%;background:var(--purple);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}.step-body h4{font-size:15px;font-weight:700;margin-bottom:4px}.step-body p{font-size:13px;color:var(--muted);line-height:1.65;margin:0}#site-footer{background:var(--purple-dk)}.footer-inner{max-width:960px;margin:0 auto;padding:44px 24px 28px}.footer-top{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media (min-width:640px){.footer-top{grid-template-columns:1fr 1fr}}@media (min-width:900px){.footer-top{grid-template-columns:2fr 1fr 1fr}}.footer-logo{height:56px;object-fit:contain;margin-bottom:14px}.footer-tagline{font-size:13px;color:rgb(255 255 255 / .6);line-height:1.75}.footer-col h4{font-size:11px;font-weight:700;color:var(--golden-md);letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:6px}.footer-col ul li a{font-size:13px;color:rgb(255 255 255 / .6);transition:color .15s}.footer-col ul li a:hover{color:var(--white)}.footer-col p{font-size:13px;color:rgb(255 255 255 / .6);line-height:1.75}.footer-bot{border-top:1px solid rgb(255 255 255 / .1);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.footer-copy{font-size:11px;color:rgb(255 255 255 / .3)}.footer-tag{font-size:11px;color:var(--golden-md);font-style:italic}.text-purple{color:var(--purple)}.text-golden{color:var(--golden)}.text-muted{color:var(--muted)}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-0{margin-bottom:0}.alignwide{max-width:100%}.alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw}.wp-block-image{margin:24px 0}.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}