@charset "UTF-8";:root{--oe-navy: #0B2545;--oe-primary: #4DB8E8;--oe-accent: #1A7FB5;--oe-accent-dark: #15608a;--oe-gold: #C9A227;--oe-text: #1E293B;--oe-muted: #64748B;--oe-bg: #FFFFFF;--oe-bg-alt: #F1F5F9;--oe-surface: #FAFBFC;--oe-footer: #0B2545;--oe-border: #E2E8F0;--oe-radius: 16px;--oe-radius-sm: 8px;--oe-shadow: 0 4px 24px rgba(11, 37, 69, .06);--oe-shadow-lg: 0 12px 40px rgba(11, 37, 69, .1);--oe-font: "Inter", system-ui, -apple-system, sans-serif;--oe-font-heading: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--oe-container: 1280px;--oe-transition: .2s ease;--oe-z-header: 100;--oe-z-overlay: 150;--oe-z-nav: 200;--oe-z-modal: 300;--oe-z-tooltip: 400}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--oe-font);font-size:1rem;line-height:1.7;color:var(--oe-text);background:var(--oe-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--oe-accent);text-decoration:none;transition:color var(--oe-transition)}a:hover{color:var(--oe-accent-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--oe-font-heading);line-height:1.25;font-weight:700;letter-spacing:-.02em;margin:0 0 .75em}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:1.25rem}p{margin:0 0 1em}:focus-visible{outline:2px solid var(--oe-primary);outline-offset:2px}.oe-container{width:100%;max-width:var(--oe-container);margin:0 auto;padding:0 1.25rem}.oe-section{padding:3.5rem 0}.oe-section--surface{background:var(--oe-surface)}.oe-section--alt{background:var(--oe-bg-alt)}.oe-section-header{text-align:center;max-width:640px;margin:0 auto 1.5rem}.oe-section-header p{color:var(--oe-muted);font-size:1.125rem}.oe-label{display:inline-block;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--oe-primary);margin-bottom:.5rem}@media (max-width: 768px){.oe-section{padding:2.5rem 0}}.oe-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:var(--oe-font);font-size:.9375rem;font-weight:600;border-radius:var(--oe-radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--oe-transition);text-decoration:none;line-height:1.4}.oe-btn:hover{transform:translateY(-1px)}.oe-btn--primary{background:var(--oe-accent);color:#fff;border-color:var(--oe-accent)}.oe-btn--primary:hover{background:var(--oe-accent-dark);border-color:var(--oe-accent-dark);color:#fff}.oe-btn--outline{background:transparent;color:var(--oe-accent);border-color:var(--oe-accent)}.oe-btn--outline:hover{background:var(--oe-accent);color:#fff}.oe-btn--white{background:#fff;color:var(--oe-accent);border-color:#fff}.oe-btn--white:hover{background:var(--oe-bg-alt);color:var(--oe-accent-dark)}.oe-btn--sm{padding:.5rem 1rem;font-size:.875rem}.oe-topbar{background:var(--oe-footer);color:#94a3b8;font-size:.875rem;padding:.5rem 0}.oe-topbar__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.oe-topbar a{color:#cbd5e1}.oe-topbar a:hover{color:var(--oe-primary)}.oe-topbar__contact{display:flex;gap:1.25rem;flex-wrap:wrap}.lang-switcher{display:flex;gap:.5rem;align-items:center}.lang-switcher a{color:#94a3b8;font-weight:500;text-transform:uppercase;font-size:.8125rem}.lang-switcher a.is-active,.lang-switcher a:hover{color:var(--oe-primary)}.oe-announcement{background:var(--oe-accent);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;position:relative}.oe-announcement.is-dismissed{display:none}.oe-announcement__dismiss{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#fffc;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem}.oe-announcement__dismiss:hover{color:#fff}.oe-header{background:var(--oe-bg);border-bottom:1px solid var(--oe-border);position:sticky;top:0;z-index:var(--oe-z-header);box-shadow:0 1px 3px #0000000a}.oe-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 0;gap:1rem}.oe-logo,.custom-logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.custom-logo{width:auto;max-height:60px}.oe-logo__icon svg{width:44px;height:44px}.oe-logo__text{display:flex;flex-direction:column;line-height:1.2}.oe-logo__name{font-size:1.25rem;font-weight:700;color:var(--oe-primary)}.oe-logo__tagline{font-size:.6875rem;color:var(--oe-muted);font-weight:500}.oe-logo__suffix{font-size:.625rem;color:var(--oe-muted)}.oe-nav-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--oe-text)}.oe-nav-toggle span{display:block;width:24px;height:2px;background:currentColor;margin:5px 0;transition:var(--oe-transition)}.oe-nav{display:flex;align-items:center;gap:.25rem}.oe-nav .menu{display:flex;list-style:none;margin:0;padding:0;gap:.125rem}.oe-nav .menu li a{display:block;padding:.5rem .875rem;color:var(--oe-text);font-weight:500;font-size:.9375rem;border-radius:var(--oe-radius-sm);position:relative}.oe-nav .menu li a:after{content:"";position:absolute;left:.875rem;right:.875rem;bottom:.25rem;height:2px;background:var(--oe-accent);transform:scaleX(0);transition:transform var(--oe-transition)}.oe-nav .menu li a:hover:after,.oe-nav .menu li.current-menu-item>a:after{transform:scaleX(1)}.oe-nav .menu li a:hover,.oe-nav .menu li.current-menu-item>a{color:var(--oe-accent);background:transparent}.oe-nav .menu-item-has-children>a:before{content:"▾";position:absolute;right:.5rem;top:50%;transform:translateY(-50%);font-size:.75rem;transition:transform .2s ease}.oe-nav .menu-item-has-children.is-open>a:before{transform:translateY(-50%) rotate(180deg)}.oe-nav .sub-menu{display:none;position:absolute;background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius-sm);box-shadow:var(--oe-shadow);min-width:200px;padding:.5rem 0;list-style:none;margin:0}.oe-nav .menu-item-has-children{position:relative}.oe-nav .menu-item-has-children:hover>.sub-menu{display:block}.oe-nav .sub-menu:before{content:"";position:absolute;top:-6px;left:1.5rem;width:10px;height:10px;background:var(--oe-bg);border:1px solid var(--oe-border);border-right:none;border-bottom:none;transform:rotate(45deg)}.oe-nav__close{display:none}.oe-header__cta{margin-left:.75rem;flex-shrink:0}.oe-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:var(--oe-z-overlay)}.oe-nav-overlay.is-visible{display:block}@media (max-width: 768px){.oe-nav-toggle{display:block}.oe-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--oe-bg);flex-direction:column;align-items:stretch;padding:4rem 1.5rem 2rem;box-shadow:var(--oe-shadow-lg);transition:right .3s ease;z-index:var(--oe-z-nav);overflow-y:auto;-webkit-overflow-scrolling:touch}.oe-nav.is-open{right:0}.oe-nav .menu{flex-direction:column;gap:0}.oe-nav .menu li a{padding:.75rem 0;border-bottom:1px solid var(--oe-border);border-radius:0}.oe-nav__close{display:block;position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;color:var(--oe-text);cursor:pointer;line-height:1;padding:.25rem .5rem;z-index:1}.oe-nav .sub-menu{position:static;box-shadow:none;border:none;border-left:2px solid var(--oe-accent);padding:0 0 0 1rem;margin:.25rem 0 .5rem .5rem;background:transparent}.oe-nav .menu-item-has-children.is-open>.sub-menu{display:block}.oe-header__cta{display:none}}.oe-hero{position:relative;padding:5rem 0 6rem;background:linear-gradient(135deg,#e0f4fc,#f1f5f9,#fff);overflow:hidden}.oe-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(77,184,232,.15) 0%,transparent 70%);border-radius:50%}.oe-hero__inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.oe-hero__content p{font-size:1.125rem;color:var(--oe-muted);max-width:520px;margin-bottom:2rem}.oe-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.oe-hero__visual{display:flex;justify-content:center;align-items:center}.oe-hero__image-wrap{position:relative;border-radius:var(--oe-radius);overflow:hidden;box-shadow:var(--oe-shadow-lg);max-width:520px;width:100%}.oe-hero__image{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover}.oe-hero__stat{text-align:center}.oe-hero__stat-number{font-size:2rem;font-weight:800;color:var(--oe-accent);line-height:1}.oe-hero__stat-label{font-size:.8125rem;color:var(--oe-muted);margin-top:.25rem}.oe-hero__stats-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0f172ad9);padding:2rem 1.25rem 1.25rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.oe-hero__stats-overlay .oe-hero__stat-number{color:var(--oe-primary);font-size:1.25rem}.oe-hero__stats-overlay .oe-hero__stat-label{color:#ffffffd9;font-size:.6875rem}.oe-country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-country-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);overflow:hidden;transition:all var(--oe-transition);text-decoration:none;color:inherit;display:block}.oe-country-card:hover{border-color:var(--oe-primary);box-shadow:var(--oe-shadow);transform:translateY(-2px);color:inherit}.oe-country-card__image{position:relative;aspect-ratio:16/10;overflow:hidden}.oe-country-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.oe-country-card:hover .oe-country-card__image img{transform:scale(1.05)}.oe-country-card__flag{position:absolute;top:.75rem;left:.75rem;font-size:1.75rem;background:#ffffffe6;border-radius:8px;padding:.25rem .5rem;line-height:1}.oe-country-card__body{padding:1.25rem 1.5rem 1.5rem}.oe-country-card__body h3{color:var(--oe-text);margin-bottom:.5rem}.oe-country-card__body p{color:var(--oe-muted);font-size:.9375rem;margin-bottom:.75rem}.oe-country-card__meta{font-size:.8125rem;font-weight:600;color:var(--oe-accent)}.oe-services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.oe-service-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem;text-align:center;transition:all var(--oe-transition)}.oe-service-card:hover{border-color:var(--oe-primary);box-shadow:var(--oe-shadow);transform:translateY(-4px)}.oe-service-card__icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:12px;overflow:hidden}.oe-service-card__icon img{width:100%;height:100%;object-fit:cover}.oe-service-card h3{font-size:1rem;margin-bottom:.5rem}.oe-service-card p{font-size:.875rem;color:var(--oe-muted);margin:0 0 .75rem}.oe-university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.oe-university-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);overflow:hidden;transition:var(--oe-transition);text-decoration:none;color:inherit;display:flex;flex-direction:column}.oe-university-card:hover{box-shadow:var(--oe-shadow);transform:translateY(-2px);color:inherit}.oe-university-card__image{aspect-ratio:16/9;background:var(--oe-bg-alt);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--oe-primary);position:relative}.oe-university-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--oe-gold);color:var(--oe-navy);font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:999px}.oe-university-card__flag{position:absolute;top:.75rem;right:.75rem;font-size:1.25rem;line-height:1}.oe-university-card--grid{min-width:auto;flex-shrink:1}.oe-university-card__body{padding:.75rem;flex:1;display:flex;flex-direction:column}.oe-university-card__ranking{font-size:.75rem;font-weight:600;color:var(--oe-accent);margin-bottom:.5rem}.oe-university-card h3{font-size:1rem;margin-bottom:.375rem}.oe-university-card__location{font-size:.8125rem;color:var(--oe-muted);margin-bottom:.75rem}.oe-university-card__tuition{font-size:.875rem;font-weight:600;color:var(--oe-accent);margin-bottom:.5rem}.oe-university-card__link{margin-top:auto;font-size:.875rem;font-weight:600;color:var(--oe-accent)}.oe-stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;padding:3rem 0}.oe-stats-bar__number{font-size:2.5rem;font-weight:800;color:var(--oe-primary);line-height:1}.oe-stats-bar__label{font-size:.9375rem;color:var(--oe-muted);margin-top:.5rem}.oe-trust-bar{background:var(--oe-surface);border-bottom:1px solid var(--oe-border);padding:1rem 0}.oe-trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem}.oe-trust-bar__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--oe-navy)}.oe-trust-bar__icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--oe-gold);color:#fff;font-size:.6875rem}.oe-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-testimonial-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.75rem}.oe-testimonial-card__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid var(--oe-primary)}.oe-testimonial-card__quote{font-size:.9375rem;color:var(--oe-text);margin-bottom:1.25rem;font-style:italic}.oe-testimonial-card__quote:before{content:"“";font-size:2rem;color:var(--oe-primary);line-height:0;display:block;margin-bottom:.5rem}.oe-testimonial-card__author{font-weight:600;font-size:.9375rem}.oe-testimonial-card__meta{font-size:.8125rem;color:var(--oe-muted)}.oe-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-blog-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);overflow:hidden;transition:var(--oe-transition)}.oe-blog-card:hover{box-shadow:var(--oe-shadow)}.oe-blog-card__image{aspect-ratio:16/9;background:var(--oe-bg-alt);display:block;overflow:hidden}.oe-blog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.oe-blog-card:hover .oe-blog-card__image img{transform:scale(1.03)}.oe-blog-card__body{padding:1.25rem}.oe-blog-card__date{font-size:.8125rem;color:var(--oe-muted);margin-bottom:.5rem}.oe-blog-card h3{font-size:1.0625rem}.oe-blog-card h3 a{color:var(--oe-text);text-decoration:none}.oe-blog-card h3 a:hover{color:var(--oe-accent)}.oe-cta-banner{background:linear-gradient(135deg,var(--oe-navy) 0%,var(--oe-accent-dark) 100%);border-radius:var(--oe-radius);padding:3rem;text-align:center;color:#fff}.oe-cta-banner--split{display:flex;align-items:center;justify-content:space-between;gap:2rem;text-align:left}.oe-cta-banner__text{flex:1;min-width:0}.oe-cta-banner__action{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.oe-btn--white-outline{border-color:#fff9;color:#fff}.oe-btn--white-outline:hover{background:#ffffff1a;color:#fff;border-color:#fff}.oe-cta-banner h2{color:#fff;margin-bottom:.75rem}.oe-cta-banner p{color:#ffffffd9;font-size:1.125rem;margin-bottom:1.5rem}.oe-footer{background:var(--oe-footer);color:#94a3b8;padding:4rem 0 0}.oe-footer a{color:#cbd5e1}.oe-footer a:hover{color:var(--oe-primary)}.oe-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding-bottom:3rem}.oe-footer .oe-logo__name{color:var(--oe-primary)}.oe-footer h4{color:#fff;font-size:.9375rem;margin-bottom:1rem}.oe-footer ul{list-style:none;margin:0;padding:0}.oe-footer ul li{margin-bottom:.5rem}.oe-footer ul li a{font-size:.9375rem}.oe-footer__bottom{border-top:1px solid #1E293B;padding:1.25rem 0;text-align:center;font-size:.875rem}.oe-footer__certs{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;margin-bottom:0}.oe-footer__certs-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.oe-footer__cert{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--oe-radius-sm);color:#cbd5e1}.oe-page-header{background:var(--oe-bg-alt);padding:3rem 0;text-align:center}.oe-page-header p{color:var(--oe-muted);font-size:1.125rem;max-width:600px;margin:0 auto}.oe-page-header__intro{max-width:640px;margin:0 auto;color:var(--oe-muted)}.oe-breadcrumb{font-size:.875rem;color:var(--oe-muted);margin-bottom:1rem}.oe-breadcrumb a{color:var(--oe-muted)}.oe-university-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.oe-university-meta{display:grid;gap:1rem}.oe-university-meta__item{background:var(--oe-bg-alt);border-radius:var(--oe-radius-sm);padding:1rem 1.25rem}.oe-university-meta__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--oe-muted);margin-bottom:.25rem}.oe-university-banner{position:relative;min-height:320px;overflow:hidden}.oe-university-banner img{width:100%;height:320px;object-fit:cover}.oe-university-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0b2545eb,#0b254559);display:flex;align-items:flex-end;padding:2.5rem 0;color:#fff}.oe-university-banner__overlay h1{color:#fff;margin-bottom:.5rem}.oe-university-banner__meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:.9375rem;opacity:.9}.oe-university-banner__badge,.oe-ranking-badge{display:inline-block;background:var(--oe-gold);color:var(--oe-navy);font-size:.8125rem;font-weight:700;padding:.35rem .75rem;border-radius:999px}.oe-quick-facts{background:var(--oe-bg);border-bottom:1px solid var(--oe-border);padding:1.25rem 0;position:sticky;top:72px;z-index:50;box-shadow:0 2px 8px #0000000a}.oe-quick-facts__inner{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2rem}.oe-quick-facts__item span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--oe-muted)}.oe-quick-facts__item strong{font-size:.9375rem;color:var(--oe-navy)}.oe-quick-facts__cta{margin-left:auto}.oe-university-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}.oe-university-main{min-width:0}.oe-university-tabs__nav{display:flex;gap:.25rem;border-bottom:1px solid var(--oe-border);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.oe-university-tabs__nav::-webkit-scrollbar{display:none}.oe-university-tabs__btn{flex-shrink:0;background:none;border:none;border-bottom:2px solid transparent;padding:.875rem 1.25rem;font-family:var(--oe-font);font-size:.9375rem;font-weight:600;color:var(--oe-muted);cursor:pointer;margin-bottom:-1px;transition:color var(--oe-transition),border-color var(--oe-transition)}.oe-university-tabs__btn:hover,.oe-university-tabs__btn.is-active{color:var(--oe-accent);border-bottom-color:var(--oe-accent)}.oe-university-tabs__panel{display:none}.oe-university-tabs__panel.is-active{display:block}.oe-tab-content{line-height:1.75}.oe-tab-content h3{margin-top:1.5rem;color:var(--oe-navy)}.oe-tab-content ul{padding-left:1.25rem}.oe-university-sidebar{position:sticky;top:140px}.oe-apply-card,.oe-university-sidebar__card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem;box-shadow:var(--oe-shadow);margin-bottom:1.5rem}.oe-apply-card h3,.oe-university-sidebar__card h3{font-size:1.125rem;color:var(--oe-navy)}.oe-country-banner{position:relative;max-height:360px;overflow:hidden}.oe-country-banner img{width:100%;height:360px;object-fit:cover}.oe-country-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 30%,#0f172abf);display:flex;align-items:flex-end;padding-bottom:2rem}.oe-country-banner__overlay h1,.oe-country-banner__overlay .oe-breadcrumb a{color:#fff}.oe-country-banner__overlay .oe-breadcrumb{color:#fffc}.oe-country-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem;align-items:start}.oe-country-sidebar{position:sticky;top:100px}.oe-country-facts{background:var(--oe-surface);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem}.oe-country-facts h3{font-size:1rem;margin-bottom:1rem;color:var(--oe-navy)}.oe-country-facts dl{margin:0}.oe-country-facts dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--oe-muted);margin-top:.75rem}.oe-country-facts dd{margin:.25rem 0 0;font-weight:600;font-size:.9375rem}.oe-faq-list{max-width:800px;margin:0 auto}.oe-faq-item{border:1px solid var(--oe-border);border-radius:var(--oe-radius-sm);margin-bottom:.75rem;overflow:hidden}.oe-faq-item__question{width:100%;background:var(--oe-bg);border:none;padding:1.125rem 1.25rem;text-align:left;font-family:var(--oe-font);font-size:1rem;font-weight:600;color:var(--oe-text);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.oe-faq-item__question:hover{background:var(--oe-bg-alt)}.oe-faq-item__icon{font-size:1.25rem;color:var(--oe-accent);transition:transform var(--oe-transition)}.oe-faq-item.is-open .oe-faq-item__icon{transform:rotate(45deg)}.oe-faq-item__answer{display:none;padding:0 1.25rem 1.125rem;color:var(--oe-muted)}.oe-faq-item.is-open .oe-faq-item__answer{display:block}.oe-faq-group-title{font-size:1.25rem;margin:2rem 0 1rem;color:var(--oe-accent)}.oe-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem}.oe-contact-info__item{display:flex;gap:1rem;margin-bottom:1.5rem}.oe-contact-info__icon{width:44px;height:44px;background:var(--oe-bg-alt);border-radius:var(--oe-radius-sm);display:flex;align-items:center;justify-content:center;color:var(--oe-accent);flex-shrink:0}.oe-contact-form{background:var(--oe-bg-alt);border-radius:var(--oe-radius);padding:2rem}.oe-contact-map{margin-top:1.5rem}.oe-form-group{margin-bottom:1.25rem}.oe-form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.oe-form-group input,.oe-form-group select,.oe-form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--oe-border);border-radius:var(--oe-radius-sm);font-family:var(--oe-font);font-size:.9375rem;background:var(--oe-bg);transition:border-color var(--oe-transition)}.oe-form-group input:focus,.oe-form-group select:focus,.oe-form-group textarea:focus{outline:none;border-color:var(--oe-primary);box-shadow:0 0 0 3px #4db8e833}.oe-filters{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.oe-filter-btn{padding:.5rem 1rem;border:1px solid var(--oe-border);border-radius:999px;background:var(--oe-bg);font-family:var(--oe-font);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--oe-transition);color:var(--oe-text)}.oe-filter-btn:hover,.oe-filter-btn.is-active{background:var(--oe-accent);border-color:var(--oe-accent);color:#fff}.oe-archive-layout{display:grid;grid-template-columns:1fr 300px;gap:2.5rem}.oe-sidebar .widget{background:var(--oe-bg-alt);border-radius:var(--oe-radius);padding:1.5rem;margin-bottom:1.5rem}.oe-sidebar .widget-title{font-size:1rem;margin-bottom:1rem}.oe-page-banner{position:relative;max-height:320px;overflow:hidden}.oe-page-banner img{width:100%;height:320px;object-fit:cover}.oe-page-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 40%,#0f172acc);display:flex;align-items:flex-end;padding-bottom:2rem}.oe-page-banner__overlay h1{color:#fff}.oe-about-intro{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.oe-about-intro__image img{border-radius:var(--oe-radius);width:100%;height:auto;object-fit:cover;box-shadow:var(--oe-shadow)}.oe-about__registration{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;background:var(--oe-bg-alt);border:1px solid var(--oe-border);border-left:3px solid var(--oe-accent);border-radius:var(--oe-radius-sm);font-size:.9375rem;color:var(--oe-text)}.oe-about__registration svg{flex-shrink:0;color:var(--oe-accent)}.oe-about__registration strong{color:var(--oe-navy)}.oe-about-mvv{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-about-mvv__item{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem}.oe-why-list{max-width:700px;margin:0 auto;list-style:none;padding:0}.oe-why-list li{padding:.75rem 0 .75rem 2rem;position:relative;border-bottom:1px solid var(--oe-border)}.oe-why-list li:before{content:"✓";position:absolute;left:0;color:var(--oe-accent);font-weight:700}.oe-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-team-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem;text-align:center;transition:transform var(--oe-transition),box-shadow var(--oe-transition)}.oe-team-card:hover{transform:translateY(-3px);box-shadow:var(--oe-shadow)}.oe-team-card__photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid var(--oe-primary);transition:border-color var(--oe-transition)}.oe-team-card:hover .oe-team-card__photo{border-color:var(--oe-accent)}.oe-team-card__role{color:var(--oe-accent);font-size:.875rem;font-weight:600;margin-bottom:.75rem}.oe-team-card p{color:var(--oe-muted);font-size:.875rem}.oe-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-choose-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem;transition:transform var(--oe-transition),box-shadow var(--oe-transition)}.oe-choose-card:hover{transform:translateY(-3px);box-shadow:var(--oe-shadow)}.oe-choose-card__icon{font-size:2rem;margin-bottom:.75rem;line-height:1}.oe-choose-card h3{font-size:1.0625rem;margin-bottom:.5rem}.oe-choose-card p{font-size:.875rem;color:var(--oe-muted);margin:0}.oe-service-detail{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:center;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--oe-border)}.oe-service-detail:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.oe-service-detail--reverse{direction:rtl}.oe-service-detail--reverse>*{direction:ltr}.oe-service-detail__image img{width:100%;border-radius:var(--oe-radius);object-fit:cover;aspect-ratio:1;box-shadow:var(--oe-shadow)}.oe-service-detail__content ul{padding-left:1.25rem;color:var(--oe-muted)}.oe-service-detail__content h4{margin-top:1rem;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;color:var(--oe-accent)}.oe-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.oe-step-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.75rem;text-align:center}.oe-step-card__num{width:48px;height:48px;background:var(--oe-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.oe-scholarship-card,.oe-event-card{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);overflow:hidden;transition:var(--oe-transition)}.oe-scholarship-card:hover,.oe-event-card:hover{box-shadow:var(--oe-shadow);transform:translateY(-2px)}.oe-scholarship-card__link,.oe-event-card__link{text-decoration:none;color:inherit;display:block}.oe-scholarship-card__image,.oe-event-card__image{aspect-ratio:16/9;overflow:hidden}.oe-scholarship-card__image img,.oe-event-card__image img{width:100%;height:100%;object-fit:cover}.oe-scholarship-card__body,.oe-event-card__body{padding:1.25rem}.oe-scholarship-card__amount{font-size:.875rem;font-weight:600;color:var(--oe-accent);margin-bottom:.5rem}.oe-event-card__date{font-size:.8125rem;font-weight:600;color:var(--oe-primary);margin-bottom:.5rem}.oe-scholarship-card__deadline,.oe-event-card__location{font-size:.8125rem;color:var(--oe-muted)}.oe-404{text-align:center;padding:6rem 0}.oe-404 h1{font-size:6rem;color:var(--oe-primary);line-height:1}.oe-search-form{display:flex;gap:.5rem;max-width:500px;margin:0 auto 2rem}.oe-search-form input[type=search]{flex:1;padding:.75rem 1rem;border:1px solid var(--oe-border);border-radius:var(--oe-radius-sm);font-family:var(--oe-font)}.oe-carousel{position:relative;overflow:hidden}.oe-carousel__track{display:flex;gap:1rem;transition:transform .4s ease}.oe-carousel .oe-university-card{min-width:220px;max-width:300px;flex-shrink:0}.oe-carousel__nav{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.oe-carousel__dot{width:8px;height:8px;border-radius:50%;background:var(--oe-border);border:none;cursor:pointer;padding:0}.oe-carousel__dot.is-active{background:var(--oe-accent);width:24px;border-radius:4px}.oe-section--dark{background:var(--oe-navy);color:#e2e8f0}.oe-section--dark h2,.oe-section--dark .oe-section-header h2{color:#fff}.oe-section--dark .oe-stats-bar__number{color:var(--oe-gold)}.oe-section--dark .oe-stats-bar__label{color:#94a3b8}.oe-label--light{color:var(--oe-primary)}.oe-process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.oe-process-step{background:var(--oe-bg);border:1px solid var(--oe-border);border-radius:var(--oe-radius);padding:1.5rem;box-shadow:var(--oe-shadow)}.oe-process-step__num{font-family:var(--oe-font-heading);font-size:.8125rem;font-weight:700;color:var(--oe-gold);letter-spacing:.05em;margin-bottom:.75rem}.oe-process-step__time{display:inline-block;font-size:.75rem;font-weight:600;color:var(--oe-accent);background:var(--oe-bg-alt);padding:.2rem .6rem;border-radius:999px;margin-bottom:.75rem}.oe-process-step p{font-size:.875rem;color:var(--oe-muted);margin-bottom:.75rem}.oe-process-step__items{list-style:none;margin:0;padding:0}.oe-process-step__items li{font-size:.8125rem;color:var(--oe-text);padding:.25rem 0 .25rem 1rem;position:relative}.oe-process-step__items li:before{content:"";position:absolute;left:0;top:.625rem;width:5px;height:5px;border-radius:50%;background:var(--oe-accent)}.oe-partners-strip__grid,.oe-partners__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;align-items:center}.oe-partners-strip__logo,.oe-partners__item{padding:.75rem 1.5rem;border:1px dashed var(--oe-border);border-radius:var(--oe-radius-sm);font-size:.875rem;font-weight:600;color:var(--oe-muted);background:var(--oe-bg)}.oe-comparison-table-wrap{margin:2rem 0;overflow-x:auto}.oe-comparison-table{width:100%;border-collapse:collapse;font-size:.9375rem}.oe-comparison-table th,.oe-comparison-table td{padding:.875rem 1rem;border:1px solid var(--oe-border);text-align:left}.oe-comparison-table th{background:var(--oe-navy);color:#fff;font-weight:600}.oe-comparison-table tr:nth-child(2n) td{background:var(--oe-surface)}.oe-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--oe-border);max-width:640px;margin:0 auto}.oe-timeline__item{position:relative;padding-bottom:2rem}.oe-timeline__item:before{content:"";position:absolute;left:-2.45rem;top:.35rem;width:12px;height:12px;border-radius:50%;background:var(--oe-gold);border:2px solid var(--oe-bg)}.oe-timeline__year{font-family:var(--oe-font-heading);font-weight:700;color:var(--oe-accent);font-size:.875rem;margin-bottom:.25rem}.oe-post-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--oe-muted);margin-bottom:.5rem}.oe-post-categories a{display:inline-block;background:var(--oe-bg-alt);padding:.2rem .6rem;border-radius:999px;font-size:.8125rem;margin-right:.35rem}.oe-tab-subheading{font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em;color:var(--oe-accent);margin-top:1rem}.oe-why-visit{list-style:none;padding:0;margin:1.5rem 0 0}.oe-why-visit li{padding:.5rem 0 .5rem 1.5rem;position:relative}.oe-why-visit li:before{content:"✓";position:absolute;left:0;color:var(--oe-accent);font-weight:700}.oe-social-share{display:flex;gap:.5rem;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--oe-border)}.oe-social-share__label{font-size:.875rem;font-weight:600;color:var(--oe-muted);margin-right:.5rem}.oe-social-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--oe-bg-alt);color:var(--oe-accent);transition:all var(--oe-transition)}.oe-social-share a:hover{background:var(--oe-accent);color:#fff}.oe-social-share svg{width:16px;height:16px;fill:currentColor}.oe-step-number{display:flex;align-items:center;justify-content:center;width:100%;max-width:200px;margin:0 auto;aspect-ratio:1;font-family:var(--oe-font-heading);font-size:5rem;font-weight:800;color:#fff;background:var(--oe-accent);border-radius:50%;box-shadow:var(--oe-shadow)}.oe-pagination{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-top:2rem;flex-wrap:wrap}.oe-pagination a,.oe-pagination__num,.oe-pagination__prev,.oe-pagination__next{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;font-size:.875rem;font-weight:500;border:1px solid var(--oe-border);border-radius:var(--oe-radius-sm);text-decoration:none;color:var(--oe-text);background:var(--oe-bg);transition:all var(--oe-transition)}.oe-pagination a:hover{border-color:var(--oe-accent);color:var(--oe-accent)}.oe-pagination__num--current,.oe-pagination__num--current:hover{background:var(--oe-accent);color:#fff;border-color:var(--oe-accent)}.oe-pagination__prev--disabled,.oe-pagination__next--disabled{opacity:.4;cursor:default}.oe-grid--loading{opacity:.5;transition:opacity .2s}.oe-related{margin-top:3rem}.oe-related h2{margin-bottom:1.5rem;font-size:1.5rem}.oe-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.oe-country-grid{grid-template-columns:repeat(2,1fr)}.oe-services-grid{grid-template-columns:repeat(3,1fr)}.oe-university-grid{grid-template-columns:repeat(2,1fr)}.oe-footer__grid{grid-template-columns:1fr 1fr}.oe-hero__inner{grid-template-columns:1fr}.oe-hero__visual{display:block;max-width:480px;margin:0 auto}.oe-about-intro,.oe-service-detail{grid-template-columns:1fr!important}.oe-about-mvv,.oe-team-grid,.oe-steps-grid,.oe-choose-grid{grid-template-columns:1fr}.oe-process-timeline{grid-template-columns:repeat(2,1fr)}.oe-university-layout,.oe-country-layout{grid-template-columns:1fr}.oe-university-sidebar,.oe-country-sidebar{position:static}.oe-quick-facts__cta{margin-left:0;width:100%}.oe-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.oe-country-grid,.oe-services-grid,.oe-university-grid,.oe-testimonials,.oe-blog-grid,.oe-stats-bar,.oe-related-grid,.oe-contact-grid,.oe-university-hero,.oe-archive-layout,.oe-footer__grid{grid-template-columns:1fr}.oe-section{padding:2.5rem 0}.oe-hero__stats-overlay{grid-template-columns:repeat(2,1fr)}.oe-country-banner img,.oe-page-banner img{height:240px}.oe-cta-banner--split{flex-direction:column;text-align:center}.oe-cta-banner__action{width:100%}.oe-process-timeline{grid-template-columns:1fr}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.alignwide{max-width:1100px;margin-left:auto;margin-right:auto}.alignfull{width:100vw;margin-left:calc(50% - 50vw)}.oe-form-message.is-success{color:#059669;margin-top:1rem;font-weight:500}.oe-form-message.is-error{color:#dc2626;margin-top:1rem;font-weight:500}.wp-block-button__link{background:var(--oe-accent)!important;border-radius:var(--oe-radius-sm)!important}.skip-link{position:absolute;top:-999px;left:0;z-index:999;padding:.5rem 1rem;background:var(--oe-accent);color:#fff;font-weight:600;text-decoration:none}.skip-link:focus{top:0}.oe-back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:var(--oe-z-tooltip);width:44px;height:44px;border-radius:50%;background:var(--oe-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--oe-transition);box-shadow:var(--oe-shadow)}.oe-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.oe-back-to-top:hover{background:var(--oe-accent-dark);transform:translateY(-2px)}.oe-back-to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round}.oe-mobile-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:var(--oe-z-header);background:var(--oe-accent);padding:.75rem 1rem}.oe-mobile-cta__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:#fff;color:var(--oe-accent);border:none;border-radius:var(--oe-radius-sm);font-family:var(--oe-font);font-weight:700;font-size:.9375rem;cursor:pointer;text-decoration:none}.oe-mobile-cta__dismiss{position:absolute;top:.25rem;right:.5rem;background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem}@media (max-width: 768px){.oe-mobile-cta{display:block}body{padding-bottom:70px}}.oe-animate{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.oe-animate.is-visible{opacity:1;transform:translateY(0)}.oe-animate-delay-1{transition-delay:.1s}.oe-animate-delay-2{transition-delay:.2s}.oe-animate-delay-3{transition-delay:.3s}.oe-animate-delay-4{transition-delay:.4s}@media print{.oe-topbar,.oe-nav-toggle,.oe-nav-overlay,.oe-header__cta,.oe-mobile-cta,.oe-back-to-top,.oe-carousel__nav,.oe-footer__certs,.oe-filters,.oe-btn{display:none!important}.oe-section{padding:1.5rem 0!important}.oe-nav{position:static!important;width:auto!important;height:auto!important;box-shadow:none!important}.oe-nav .menu{flex-direction:row!important}a[href]:after{content:" (" attr(href) ")";font-size:.8em;color:#666}a[href^="#"]:after{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.oe-animate{opacity:1;transform:none}}
