:root{--wps-primary:#0155a3;--wps-accent:#f59e0b;--wps-text:#263442;--wps-muted:#6f7b87;--wps-line:#e6ebf0;--wps-bg:#f7f9fb;--wps-radius:8px;--wps-wide:1280px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.65;color:var(--wps-text);background:#fff}body.dark-mode{--wps-text:#e8eef5;--wps-muted:#a7b2bf;--wps-line:#2b3948;--wps-bg:#101923;background:#0c141d;color:var(--wps-text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.container{width:min(var(--wps-wide),calc(100% - 40px));margin-inline:auto}.screen-reader-text,.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:14px;top:14px;z-index:999999;background:#fff;color:#111;padding:10px 14px;border-radius:5px}

/* Header */
.site-header{position:relative;z-index:80;background:var(--wps-primary)}.header-stage{padding-top:28px;background:linear-gradient(180deg,var(--wps-primary) 0 105px,#064b8e 105px 100%)}.header-shell{position:relative}.top-header{min-height:94px;padding:14px 24px;background:#fff;border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 15px 35px rgba(0,40,85,.16)}.top-logo{flex:0 0 auto;min-width:270px}.logo-img{display:inline-flex;align-items:center}.logo-web{width:auto;max-width:320px;max-height:58px;object-fit:contain}.logo-text{display:flex;align-items:center;gap:13px}.logo-badge{width:58px;height:58px;border-radius:12px;background:linear-gradient(145deg,var(--wps-primary),#0b76d1);display:grid;place-items:center;color:#fff;font-size:30px;font-weight:800}.logo-text b,.logo-text small{display:block}.logo-text b{font-size:25px;line-height:1.15;color:var(--wps-primary)}.logo-text small{margin-top:4px;color:#6b7785;font-size:12px}.top-right{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:14px}.top-contact{display:flex;align-items:center;justify-content:flex-end;gap:0}.contact-item{display:flex;align-items:center;gap:7px;padding:0 13px;white-space:nowrap}.contact-item+.contact-item{border-left:1px solid var(--wps-line)}.contact-item i{font-style:normal;color:var(--wps-primary);font-size:17px}.contact-item small,.contact-item b{display:block;line-height:1.2}.contact-item small{font-size:11px;color:#667483}.contact-item b{margin-top:3px;font-size:13px;color:#182431}.header-tools{display:flex;align-items:center;gap:7px;padding-left:14px;border-left:1px solid var(--wps-line)}.header-social{display:flex;align-items:center;gap:5px}.header-social a,.theme-mode{width:32px;height:32px;border:0;border-radius:5px;display:grid;place-items:center;color:#fff;font-weight:700;line-height:1;cursor:pointer}.header-social a:nth-child(1){background:#4267a9}.header-social a:nth-child(2){background:linear-gradient(135deg,#7a33b5,#ef426f)}.header-social a:nth-child(3){background:#111}.header-social a:nth-child(4){background:#ed1c24}.header-social a:nth-child(5){background:#111}.header-social a:nth-child(6){background:#1294e8}.theme-mode{background:#eef2f6;color:#263442;font-size:18px}.top-menu{background:#0863b8;min-height:52px}.wps-menu{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:flex-start}.wps-menu>li{position:relative}.wps-menu>li>a{height:52px;padding:0 16px;display:flex;align-items:center;color:#fff;font-weight:700;font-size:13px;white-space:nowrap}.wps-menu>li>a:hover,.wps-menu>li.current-menu-item>a,.wps-menu>li.current-menu-ancestor>a{background:#064f94}.wps-menu .sub-menu{position:absolute;left:0;top:100%;z-index:1000;min-width:220px;margin:0;padding:7px 0;list-style:none;background:#fff;border-radius:0 0 7px 7px;box-shadow:0 18px 32px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.wps-menu li:hover>.sub-menu,.wps-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.wps-menu .sub-menu a{display:block;padding:10px 16px;color:#263442;font-size:14px;border-bottom:1px solid #eef1f4}.wps-menu .sub-menu a:hover{background:#f4f8fc;color:var(--wps-primary)}.menu-toggle{display:none}

/* Hero */
.hero-slider{position:relative;height:620px;overflow:hidden;background:#0d2f40}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{display:flex;align-items:center;background-image:var(--hero-image);background-size:cover;background-position:center;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .75s ease,transform 1.2s ease}.hero-slide.active{opacity:1;visibility:visible;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,26,43,.85) 0%,rgba(5,26,43,.52) 45%,rgba(5,26,43,.18) 100%)}.hero-content{position:relative;z-index:2;color:#fff}.hero-label{display:inline-block;color:var(--wps-accent);font-size:14px;font-weight:800}.hero-content h2{max-width:680px;margin:8px 0 16px;font-size:clamp(42px,4.5vw,60px);line-height:1.08;letter-spacing:-.045em}.hero-content p{max-width:580px;margin:0;color:#edf3f7;font-size:16px;line-height:1.55}.btn{display:inline-flex;align-items:center;gap:10px;padding:11px 17px;border-radius:6px;font-weight:700;margin-top:22px}.btn i{font-style:normal;font-size:24px;line-height:.8}.btn-accent{background:var(--wps-accent);color:#1b2630}.btn-primary{background:var(--wps-primary);color:#fff}.hero-prev,.hero-next{position:absolute;top:50%;z-index:5;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;font-size:30px;cursor:pointer}.hero-prev{left:24px}.hero-next{right:24px}.hero-dots{position:absolute;z-index:5;bottom:25px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}.hero-dots button.active{width:27px;border-radius:10px;background:var(--wps-accent)}

/* Stats — overlap the bottom of the hero like the reference layout */
.stats-wrap{position:relative;z-index:12;margin-top:-64px;padding:0 0 8px}.stats-grid{position:relative;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;min-height:128px;background:#0863b8;border-radius:14px;box-shadow:0 14px 28px rgba(9,48,87,.22)}.stats-grid>div{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:24px 15px;text-align:center;background:#0863b8}.stats-grid>div:nth-child(even){background:#0a5dad}.stats-grid>div:not(:last-child)::after{content:"";position:absolute;z-index:-1;top:-12%;right:-24px;width:52px;height:124%;background:#07549e;transform:skewX(-20deg);pointer-events:none}.stats-grid strong,.stats-grid span{position:relative;z-index:2;display:block;color:#fff}.stats-grid strong{font-size:32px;font-weight:800;line-height:1.05;letter-spacing:-.03em}.stats-grid span{margin-top:10px;font-size:14px;line-height:1.25;color:rgba(255,255,255,.92)}

/* Sections */
.section{padding:82px 0}.section-title span{display:block;color:var(--wps-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.section-title h2{margin:6px 0 12px;font-size:clamp(31px,4vw,46px);line-height:1.15;letter-spacing:-.035em;color:#1d2c3a}.section-title p{max-width:680px;margin:0;color:var(--wps-muted)}.section-title.center{text-align:center;max-width:760px;margin:0 auto 38px}.section-title.center p{margin-inline:auto}.dark-mode .section-title h2{color:#fff}

.welcome-section{background:#fff;border-bottom:1px solid #eef2f5}.welcome-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:38px;align-items:center}.welcome-photo{margin:0;overflow:hidden;border-radius:14px;background:#eef3f7}.welcome-photo img{width:100%;height:436px;object-fit:cover;object-position:center;border-radius:14px}.welcome-copy{min-width:0}.welcome-heading span{display:block;margin:0 0 2px;color:var(--wps-accent);font-size:15px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.12em}.welcome-heading h2{margin:0;color:var(--wps-primary);font-size:34px;font-weight:800;line-height:1.18;letter-spacing:-.025em}.welcome-heading i{display:block;width:370px;max-width:54%;height:4px;margin:17px 0 25px;background:linear-gradient(90deg,var(--wps-accent),rgba(245,158,11,0));border-radius:999px}.welcome-text{color:#202b35;font-size:16px;line-height:1.75}.welcome-text p{margin:0 0 11px}.principal{margin-top:27px;padding-top:23px;border-top:1px solid #e6eaee}.principal strong,.principal span{display:block}.principal strong{color:#27313b;font-size:22px;font-weight:700;line-height:1.25}.principal span{margin-top:2px;color:#27313b;font-size:16px;line-height:1.4}.dark-mode .welcome-section{background:#0c141d;border-color:var(--wps-line)}.dark-mode .welcome-heading h2,.dark-mode .principal strong,.dark-mode .principal span{color:#fff}.dark-mode .welcome-text{color:var(--wps-text)}

.information-section{background:#f7f9fb}.information-grid{display:grid;grid-template-columns:1.05fr 1fr 1.05fr;gap:20px}.info-column{background:#fff;border:1px solid var(--wps-line);border-radius:8px;overflow:hidden}.info-heading{padding:17px 20px;border-bottom:1px solid var(--wps-line)}.info-heading h2{margin:0;font-size:22px;color:#1e2d3b}.info-list{padding:6px 20px}.info-item{display:flex;gap:13px;padding:14px 0;border-bottom:1px solid var(--wps-line)}.info-item:last-child{border-bottom:0}.info-copy{min-width:0}.info-copy h3{margin:0 0 5px;font-size:15px;line-height:1.35;color:#253544}.info-copy h3 a:hover{color:var(--wps-primary)}.info-meta{font-size:11px;color:#8b96a1}.info-copy p{margin:6px 0 0;color:#6f7b87;font-size:12px;line-height:1.55}.agenda-date{flex:0 0 66px;align-self:flex-start;text-align:center;border-radius:6px;overflow:hidden;background:#edf4fa;color:var(--wps-primary)}.agenda-date span,.agenda-date strong,.agenda-date small{display:block}.agenda-date span{padding:3px;background:var(--wps-primary);color:#fff;font-size:10px;text-transform:uppercase}.agenda-date strong{font-size:24px;line-height:1.15;padding-top:5px}.agenda-date small{padding-bottom:6px;font-size:10px}.info-thumb{flex:0 0 92px;height:68px;border-radius:5px;overflow:hidden}.info-thumb img{width:100%;height:100%;object-fit:cover}.section-more{display:block;padding:12px 20px;border-top:1px solid var(--wps-line);font-size:12px;font-weight:700;color:var(--wps-primary);text-align:right}

.benefit-section{background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-grid article{padding:28px 24px;border:1px solid var(--wps-line);border-radius:8px;text-align:center;background:#fff;transition:.25s}.benefit-grid article:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(10,68,120,.1);border-color:#cbddec}.benefit-grid i{font-style:normal;font-size:32px}.benefit-grid h3{margin:13px 0 8px;font-size:18px}.benefit-grid p{margin:0;color:var(--wps-muted);font-size:13px}

.program-section{background:#f7f9fb;padding-bottom:0}.program-intro{display:grid;grid-template-columns:1fr 600px;align-items:end;gap:35px}.program-heading{padding-bottom:45px}.program-hero-img{width:100%;height:360px;object-fit:cover;border-radius:8px 8px 0 0}.program-section>.section{padding-top:28px}.program-section>.section .section-head{display:none}

.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.section-head .eyebrow{display:block;color:var(--wps-primary);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.section-head h2{margin:5px 0 10px;font-size:38px;line-height:1.15;color:#1d2c3a}.section-head p{margin:0;max-width:680px;color:var(--wps-muted)}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.layout-people{grid-template-columns:repeat(4,1fr)}.layout-gallery{grid-template-columns:repeat(3,1fr)}.layout-testimonials{grid-template-columns:repeat(4,1fr)}.layout-news{grid-template-columns:repeat(4,1fr)}.content-card{background:#fff;border:1px solid var(--wps-line);border-radius:8px;overflow:hidden;transition:.25s}.content-card:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(17,54,89,.1)}.card-image{display:block;aspect-ratio:3/2;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.content-card:hover .card-image img{transform:scale(1.05)}.card-body{padding:18px}.card-body time{display:block;color:#8a95a0;font-size:11px}.card-body h3,.card-body h2{margin:6px 0 9px;font-size:18px;line-height:1.35;color:#20303e}.card-body p{margin:0 0 11px;color:var(--wps-muted);font-size:13px}.readmore{font-size:12px;font-weight:800;color:var(--wps-primary)}.sample-image{aspect-ratio:3/2;background:linear-gradient(135deg,#e7f1f9,#f8fbfd);display:grid;place-items:center;color:#8cb2d1;font-size:40px;font-weight:800}.section-cards:nth-of-type(even),.section-people:nth-of-type(even),.section-gallery:nth-of-type(even),.section-testimonials:nth-of-type(even),.section-news:nth-of-type(even){background:#f7f9fb}

.cta-section{background:#eef5fa}.cta-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;min-height:330px;padding:45px 50px;border-radius:12px;background:linear-gradient(135deg,#064f95,var(--wps-primary));color:#fff;overflow:hidden}.cta-copy span{color:var(--wps-accent);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cta-copy h2{margin:8px 0 13px;font-size:42px;line-height:1.12}.cta-copy p{max-width:610px;margin:0;color:#dceaf6}.cta-card img{width:100%;height:270px;object-fit:cover;border-radius:8px}

/* Footer and inner pages */
.footer{background:#082d52;color:#c8d7e6;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr 1fr;gap:42px;padding-bottom:48px}.footer h3{color:#fff}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:8px 0}.footer-brand{display:flex;align-items:center;gap:11px;color:#fff;font-size:20px}.copyright{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;font-size:12px}.entry,.archive-main{padding:70px 0}.entry h1,.page-head h1{font-size:clamp(34px,5vw,56px);line-height:1.12;color:#1d2c3a}.entry-image{border-radius:10px;margin:25px 0}.entry-content{font-size:17px}.entry-content img{border-radius:8px}.entry-meta{color:#7d8994}.pagination{margin-top:35px}.page-numbers{display:inline-block;padding:8px 12px;border:1px solid var(--wps-line);border-radius:5px}.page-numbers.current{background:var(--wps-primary);color:#fff}

@media(max-width:1200px){.container{width:min(1120px,calc(100% - 32px))}.top-logo{min-width:250px}.logo-web{max-width:300px}.contact-item{padding:0 10px}.header-social a,.theme-mode{width:32px;height:32px}.wps-menu>li>a{padding:0 13px}.program-intro{grid-template-columns:1fr 500px}}
@media(max-width:1024px){.header-stage{padding-top:14px}.top-header{min-height:92px;padding:14px 18px}.top-contact{display:none}.top-logo{min-width:0}.logo-web{max-width:270px;max-height:62px}.header-tools{border:0;padding:0}.menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:5px;background:var(--wps-primary);color:#fff;font-size:20px;order:-1}.top-menu{min-height:0;position:relative}.top-menu #site-menu{display:none;position:absolute;left:0;right:0;top:0;z-index:1000;background:#0863b8;box-shadow:0 18px 30px rgba(0,0,0,.22)}.top-menu #site-menu.open{display:block}.wps-menu{display:block;padding:8px 12px}.wps-menu>li>a{height:44px;border-bottom:1px solid rgba(255,255,255,.15)}.wps-menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,.1);border-radius:0}.wps-menu li:hover>.sub-menu,.wps-menu li:focus-within>.sub-menu{display:block}.wps-menu .sub-menu a{color:#fff;background:transparent;border-color:rgba(255,255,255,.1)}.hero-slider{height:560px}.information-grid{grid-template-columns:1fr 1fr}.info-column:last-child{grid-column:1/-1}.program-intro{grid-template-columns:1fr 420px}.layout-people,.layout-testimonials,.layout-news{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.container{width:calc(100% - 24px)}.top-header{gap:10px}.header-social a:nth-child(n+4){display:none}.theme-mode{width:34px;height:34px}.logo-web{max-width:210px;max-height:52px}.logo-text b{font-size:18px}.logo-text small{display:none}.hero-slider{height:520px}.hero-content h2{font-size:42px}.hero-prev,.hero-next{display:none}.stats-wrap{margin-top:-44px}.stats-grid{grid-template-columns:repeat(2,1fr);min-height:0;border-radius:12px}.stats-grid>div{min-height:96px;padding:17px 10px}.stats-grid>div:nth-child(5){grid-column:1/-1}.stats-grid>div:nth-child(2n)::after{display:none}.stats-grid>div:nth-child(5)::after{display:none}.stats-grid strong{font-size:27px}.stats-grid span{margin-top:6px;font-size:12px}.welcome-grid{grid-template-columns:1fr;gap:35px}.welcome-photo{max-width:400px;margin:auto}.information-grid{grid-template-columns:1fr}.info-column:last-child{grid-column:auto}.benefit-grid,.content-grid,.layout-people,.layout-gallery,.layout-testimonials,.layout-news{grid-template-columns:repeat(2,1fr)}.program-intro{grid-template-columns:1fr}.program-heading{padding-bottom:10px}.program-hero-img{height:280px}.cta-card{grid-template-columns:1fr;padding:35px 28px;gap:28px}.cta-copy h2{font-size:34px}.section{padding:65px 0}}
@media(max-width:520px){.header-stage{padding-top:8px}.top-header{min-height:72px;padding:10px}.menu-toggle{width:36px;height:36px}.header-social a:nth-child(n+3){display:none}.logo-web{max-width:165px;max-height:45px}.logo-badge{width:42px;height:42px;font-size:22px}.hero-slider{height:470px}.hero-content h2{font-size:35px}.hero-content p{font-size:15px}.stats-wrap{margin-top:-32px}.stats-grid{border-radius:10px}.stats-grid>div{min-height:84px;padding:14px 8px}.stats-grid strong{font-size:23px}.stats-grid span{font-size:11px}.section{padding:55px 0}.section-title h2,.section-head h2{font-size:31px}.welcome-photo img{height:410px}.benefit-grid,.content-grid,.layout-people,.layout-gallery,.layout-testimonials,.layout-news{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.cta-card{padding:28px 20px}.cta-card img{height:220px}.info-list{padding-inline:14px}.info-heading,.section-more{padding-inline:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Mobile header + off-canvas navigation (v2.1.3) */
.menu-overlay,.menu-close{display:none}
@media(max-width:780px){
  body.menu-open{overflow:hidden}
  .site-header{background:#0758a6;padding:4px 4px 0}
  .header-stage{padding:22px 18px 0;background:linear-gradient(180deg,#0758a6 0 74px,#074c91 74px 100%)}
  .header-shell,.container.header-shell{width:100%;margin:0}
  .top-header{position:relative;min-height:124px;padding:18px 58px;background:#fff;border-radius:17px 17px 0 0;box-shadow:none;justify-content:center}
  .top-logo{display:flex;justify-content:center;align-items:center;min-width:0;max-width:100%}
  .logo-img{justify-content:center;max-width:100%}
  .logo-web{max-width:min(310px,72vw);max-height:76px}
  .logo-text{justify-content:center}.logo-text b{font-size:24px}.logo-badge{width:54px;height:54px}
  .top-right{position:absolute;right:18px;top:50%;transform:translateY(-50%)}
  .header-tools{padding:0}.header-social{display:none}.theme-mode{display:grid;width:42px;height:42px;border:1px solid #e7edf3;border-radius:9px;background:#fff;color:#172432;font-size:21px;box-shadow:0 4px 12px rgba(7,42,76,.06)}
  .menu-toggle{position:absolute;left:18px;top:50%;transform:translateY(-50%);z-index:4;display:flex;width:42px;height:42px;border-radius:9px;font-size:0}
  .menu-toggle span:before{content:"☰";font-size:25px;line-height:1;color:#fff}
  .top-menu{position:static;background:transparent;min-height:0}
  .top-menu #site-menu{display:block;position:fixed;left:0;right:auto;top:0;bottom:0;width:min(78vw,377px);z-index:10002;background:#0863b8;box-shadow:18px 0 45px rgba(0,0,0,.28);transform:translateX(-105%);transition:transform .28s ease;overflow-y:auto;overscroll-behavior:contain;padding:10px 13px 90px}
  .top-menu #site-menu.open{display:block;transform:translateX(0)}
  .menu-overlay{position:fixed;inset:0;z-index:10001;border:0;background:rgba(3,18,32,.48);opacity:0;visibility:hidden;transition:.25s;cursor:pointer}
  .menu-overlay.open{display:block;opacity:1;visibility:visible}
  .menu-close{display:flex;align-items:center;justify-content:center;margin:0 0 8px auto;width:43px;height:43px;border:0;border-radius:8px;background:var(--wps-accent);color:#fff;font-size:32px;font-weight:800;line-height:1;cursor:pointer}
  .wps-menu{display:block;padding:0}
  .wps-menu>li>a{height:58px;padding:0 7px;border-bottom:1px solid rgba(255,255,255,.14);font-size:18px;font-weight:700}
  .wps-menu>li>a:hover{background:rgba(0,0,0,.08)}
  .wps-menu .sub-menu{position:static;display:none;margin:0;padding:0 0 6px 16px;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,.1);border-radius:0}
  .wps-menu li.submenu-open>.sub-menu{display:block}
  .wps-menu .sub-menu a{padding:12px 10px;color:#fff;border-color:rgba(255,255,255,.1);font-size:15px}

  .hero-slider{height:625px}
  .hero-slide{align-items:flex-start;background-position:center center}
  .hero-overlay{background:linear-gradient(180deg,rgba(4,27,47,.36),rgba(4,27,47,.60) 52%,rgba(4,27,47,.70))}
  .hero-content{padding-top:118px;text-align:center}
  .hero-label{font-size:14px;letter-spacing:.11em;text-transform:uppercase}
  .hero-content h2{max-width:540px;margin:7px auto 22px;font-size:clamp(37px,8.5vw,50px);line-height:1.12;letter-spacing:-.035em}
  .hero-content p{max-width:540px;margin-inline:auto;font-size:18px;line-height:1.58}
  .hero-content .btn{margin-top:24px;padding:14px 22px;font-size:17px}

  .stats-wrap{margin-top:-64px;padding-bottom:4px;overflow:hidden}
  .stats-wrap.container{width:calc(100% - 36px)}
  .stats-grid{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;min-height:142px;border-radius:15px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .stats-grid::-webkit-scrollbar{display:none}
  .stats-grid>div{flex:0 0 50%;min-height:142px;padding:22px 12px;scroll-snap-align:start}
  .stats-grid>div:nth-child(5){grid-column:auto}
  .stats-grid>div:nth-child(2n)::after,.stats-grid>div:nth-child(5)::after{display:block}
  .stats-grid>div:not(:last-child)::after{right:-24px}
  .stats-grid strong{font-size:38px}.stats-grid span{font-size:15px;margin-top:10px}
}
@media(max-width:520px){
  .header-stage{padding:22px 18px 0}
  .top-header{min-height:124px;padding-inline:56px}
  .logo-web{max-width:min(285px,69vw);max-height:72px}
  .menu-toggle{left:16px;width:42px;height:42px}.top-right{right:16px}.theme-mode{width:42px;height:42px}
  .hero-slider{height:625px}
  .hero-content{padding-top:116px}
  .hero-content h2{font-size:38px}
  .hero-content p{font-size:17px}
  .stats-grid>div{flex-basis:50%;min-height:140px}.stats-grid strong{font-size:37px}
}
@media(max-width:380px){
  .header-stage{padding-inline:10px}.top-header{padding-inline:49px}.menu-toggle{left:10px}.top-right{right:10px}
  .logo-web{max-width:66vw}.hero-content h2{font-size:34px}.hero-content p{font-size:16px}
  .stats-wrap.container{width:calc(100% - 20px)}
}


/* Menu icons and click-to-open submenu */
.wps-menu > li > a .menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 19px;width:19px;height:19px;margin-right:8px}
.wps-menu > li > a .menu-icon svg{display:block;width:100%;height:100%;fill:currentColor}
.wps-menu > li > a .menu-label{min-width:0}
.wps-menu > li.menu-item-has-children > a::after{content:"";width:8px;height:8px;margin-left:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}

@media(max-width:780px){
  .wps-menu>li>a{gap:0}
  .wps-menu>li>a .menu-icon{flex-basis:22px;width:22px;height:22px;margin-right:10px}
  .wps-menu>li.menu-item-has-children>a::after{margin-left:auto;margin-right:5px;width:9px;height:9px}
  .wps-menu>li.menu-item-has-children.submenu-open>a::after{transform:rotate(225deg) translate(-2px,-2px)}
  .wps-menu li:hover>.sub-menu,.wps-menu li:focus-within>.sub-menu{display:none}
  .wps-menu li.menu-item-has-children.submenu-open>.sub-menu{display:block!important}
  .wps-menu .sub-menu{padding:4px 0 8px 33px;background:rgba(0,0,0,.10)}
  .wps-menu .sub-menu li a{position:relative;padding:12px 12px 12px 20px;font-size:15px}
  .wps-menu .sub-menu li a::before{content:"";position:absolute;left:4px;top:50%;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.78);transform:translateY(-50%)}
}

/* Sambutan precision layout v2.1.5 */
@media(max-width:980px){.welcome-grid{grid-template-columns:280px minmax(0,1fr);gap:30px}.welcome-photo img{height:400px}.welcome-heading h2{font-size:31px}.welcome-text{font-size:15px}}
@media(max-width:780px){.welcome-grid{grid-template-columns:1fr;gap:28px}.welcome-photo{width:min(100%,360px);margin-inline:auto}.welcome-photo img{height:430px}.welcome-heading{text-align:left}.welcome-heading h2{font-size:30px}.welcome-heading i{max-width:70%;margin-bottom:21px}.welcome-text{font-size:15px;line-height:1.7}.principal{margin-top:22px;padding-top:19px}.principal strong{font-size:20px}.principal span{font-size:15px}}
@media(max-width:520px){.welcome-section{padding-top:58px;padding-bottom:58px}.welcome-photo{width:100%}.welcome-photo img{height:400px}.welcome-heading span{font-size:12px}.welcome-heading h2{font-size:27px}.welcome-heading i{width:250px;max-width:78%;height:3px;margin:14px 0 18px}.welcome-text{font-size:14px;line-height:1.7}.principal strong{font-size:19px}.principal span{font-size:14px}}

/* WPSchool 2.1.6 - Precision information section */
.information-section{background:#f2f7fb;padding:72px 0 82px}
.information-grid.information-zekolla{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:stretch}
.information-zekolla .info-column{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e8edf2;border-radius:16px;overflow:hidden;box-shadow:none}
.information-zekolla .info-heading{padding:22px 20px 0;border:0}
.information-zekolla .info-heading h2{position:relative;margin:0;padding-bottom:14px;color:#0756a2;font-size:27px;line-height:1.15;font-weight:700}
.information-zekolla .info-heading h2:after{content:"";position:absolute;left:0;bottom:0;width:68%;height:4px;border-radius:20px;background:linear-gradient(90deg,#f6a300 0%,#ffd487 45%,rgba(255,255,255,0) 100%)}
.information-zekolla .info-list,.information-zekolla .agenda-list,.information-zekolla .news-list{padding:8px 20px 0;flex:1}
.information-zekolla .announcement-item,.information-zekolla .news-item{padding:14px 0;border-bottom:1px dotted #e2e5e8}
.information-zekolla .announcement-item:last-child,.information-zekolla .news-item:last-child{border-bottom:0}
.information-zekolla h3{margin:0;color:#171f27;font-size:20px;line-height:1.42;font-weight:700}
.information-zekolla h3 a{color:inherit}
.information-zekolla h3 a:hover{color:var(--wps-primary)}
.information-zekolla .info-meta{margin-top:9px;color:#8b8b8b;font-size:16px;line-height:1.4}
.information-zekolla .announcement-item p,.information-zekolla .news-item p{margin:13px 0 8px;color:#242424;font-size:17px;line-height:1.72}
.information-zekolla .info-readmore{display:inline-block;color:#1a1a1a;font-size:16px;border-bottom:1px dotted #555}
.information-zekolla .agenda-list{padding-top:5px}
.information-zekolla .agenda-item{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;align-items:center;padding:12px 0;border-bottom:1px dotted #e2e5e8}
.information-zekolla .agenda-item:last-child{border-bottom:0}
.information-zekolla .agenda-date-card{overflow:hidden;border-radius:10px;background:#f4f4f4;text-align:center}
.information-zekolla .agenda-date-card strong{display:block;padding:9px 6px 5px;color:#0756a2;font-size:34px;line-height:1;font-weight:700}
.information-zekolla .agenda-date-card span{display:block;padding:10px 5px;background:#075caf;color:#fff;font-size:14px;line-height:1.1}
.information-zekolla .agenda-copy{min-width:0}
.information-zekolla .agenda-copy h3{font-size:19px;line-height:1.35}
.information-zekolla .agenda-meta{display:flex;gap:14px;min-width:0;margin-top:10px;color:#858585;font-size:15px;white-space:nowrap}
.information-zekolla .agenda-meta span{display:flex;align-items:center;gap:6px;min-width:0}
.information-zekolla .agenda-meta b{color:#7f7f7f;font-size:12px}
.information-zekolla .agenda-location{overflow:hidden;text-overflow:ellipsis}
.information-zekolla .news-image{display:block;height:226px;margin-bottom:12px;border-radius:9px;overflow:hidden;background:#dce8f1}
.information-zekolla .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.information-zekolla .news-image:hover img{transform:scale(1.03)}
.information-zekolla .sample-news-image{display:grid;place-items:center;color:#7592aa;font-size:22px;font-weight:800}
.information-zekolla .section-more{margin-top:auto;padding:20px;border:0;color:#1d1d1d;text-align:left;font-size:16px;font-weight:500}
.information-zekolla .section-more:hover{color:var(--wps-primary)}
@media(max-width:1100px){.information-grid.information-zekolla{grid-template-columns:1fr 1fr}.information-zekolla .info-news{grid-column:1/-1}.information-zekolla .news-list{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.information-zekolla .news-item{border-bottom:0}}
@media(max-width:760px){.information-section{padding:55px 0}.information-grid.information-zekolla{grid-template-columns:1fr;gap:18px}.information-zekolla .info-news{grid-column:auto}.information-zekolla .news-list{display:block}.information-zekolla .info-heading h2{font-size:24px}.information-zekolla h3{font-size:18px}.information-zekolla .announcement-item p,.information-zekolla .news-item p{font-size:15px}.information-zekolla .agenda-item{grid-template-columns:82px minmax(0,1fr)}.information-zekolla .agenda-date-card strong{font-size:29px}.information-zekolla .agenda-copy h3{font-size:17px}.information-zekolla .agenda-meta{font-size:13px;gap:10px}.information-zekolla .news-image{height:210px}}
@media(max-width:420px){.information-zekolla .info-heading,.information-zekolla .info-list,.information-zekolla .agenda-list,.information-zekolla .news-list{padding-left:15px;padding-right:15px}.information-zekolla .agenda-item{grid-template-columns:72px minmax(0,1fr);gap:11px}.information-zekolla .agenda-meta{flex-wrap:wrap;gap:4px 10px}.information-zekolla .section-more{padding:17px 15px}}

/* WPSchool Pro 2.1.7 - Isolated Benefit Carousel */
.wps-benefit-carousel{--wps-benefit-gap:22px;position:relative;padding:32px 54px 6px;margin-top:10px}.wps-benefit-viewport{overflow:hidden;padding:34px 3px 28px;margin:-34px -3px -28px}.wps-benefit-track{display:flex;gap:var(--wps-benefit-gap);will-change:transform;transition:transform .55s cubic-bezier(.22,.61,.36,1)}.wps-benefit-track.is-jumping{transition:none}.wps-benefit-slide{flex:0 0 calc((100% - (var(--wps-benefit-gap) * 2))/3);min-width:0;display:flex;padding-top:32px}.wps-benefit-card{position:relative;width:100%;min-height:230px;padding:58px 25px 28px;border:1px solid #dfe9f3;border-radius:18px;text-align:center;background:#fff;box-shadow:0 12px 34px rgba(10,68,120,.08);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;display:flex;flex-direction:column;align-items:center}.wps-benefit-card:hover{transform:translateY(-7px);border-color:#b9d5ed;box-shadow:0 20px 42px rgba(10,68,120,.15)}.wps-benefit-icon{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:20px;display:grid;place-items:center;font-size:32px;line-height:1;background:linear-gradient(145deg,var(--wps-primary,#075db8),#0f79d5);color:#fff;border:6px solid #fff;box-shadow:0 10px 24px rgba(7,93,184,.27)}.wps-benefit-card h3{margin:0 0 11px;font-size:19px;line-height:1.3}.wps-benefit-card p{margin:0;color:var(--wps-muted);font-size:14px;line-height:1.75}.wps-benefit-arrow{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:42px;height:42px;border:1px solid #d8e5f0;border-radius:50%;display:grid;place-items:center;padding:0;background:#fff;color:var(--wps-primary,#075db8);box-shadow:0 8px 22px rgba(10,68,120,.12);font-size:29px;line-height:1;cursor:pointer;transition:.2s}.wps-benefit-arrow:hover{background:var(--wps-primary,#075db8);color:#fff;border-color:var(--wps-primary,#075db8)}.wps-benefit-prev{left:0}.wps-benefit-next{right:0}.wps-benefit-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:5px}.wps-benefit-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#c7d7e5;cursor:pointer;transition:.25s}.wps-benefit-dots button.active{width:25px;background:var(--wps-primary,#075db8)}
@media(max-width:900px){.wps-benefit-carousel{padding-inline:50px}.wps-benefit-slide{flex-basis:calc((100% - var(--wps-benefit-gap))/2)}}
@media(max-width:600px){.wps-benefit-carousel{--wps-benefit-gap:16px;padding:28px 8px 5px}.wps-benefit-slide{flex-basis:100%}.wps-benefit-arrow{top:auto;bottom:0;width:38px;height:38px}.wps-benefit-prev{left:calc(50% - 85px)}.wps-benefit-next{right:calc(50% - 85px)}.wps-benefit-dots{min-height:38px}.wps-benefit-card{min-height:220px;padding-inline:22px}}

/* WPSchool Program Showcase v2.1.8 */
.wps-program-section{position:relative;overflow:hidden;padding:72px 0 78px;background:#f2f7fc}
.wps-program-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,1.05fr);align-items:end;gap:46px;min-height:330px}
.wps-program-copy{padding:0 0 58px}
.wps-program-copy .section-title{max-width:620px}
.wps-program-copy .section-title span{color:#ef9200;letter-spacing:.14em}
.wps-program-copy .section-title h2{color:#075cad;font-size:36px;margin-bottom:10px}
.wps-program-copy .section-title h2:after{content:"";display:block;width:292px;max-width:70%;height:4px;margin-top:13px;border-radius:999px;background:linear-gradient(90deg,#f0a000,rgba(240,160,0,0))}
.wps-program-copy .section-title p{max-width:640px;margin-top:19px;color:#263744;font-size:15px;line-height:1.8}
.wps-program-copy .btn{margin-top:18px;min-height:42px;padding:0 16px;border-radius:6px}
.wps-program-visual{align-self:end;display:flex;justify-content:center;min-height:330px}
.wps-program-visual img{display:block;width:100%;height:350px;object-fit:contain;object-position:center bottom}
.wps-program-carousel{position:relative;margin-top:26px}
.wps-program-viewport{overflow:hidden;border-radius:14px}
.wps-program-track{display:flex;gap:20px;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.wps-program-card{flex:0 0 calc((100% - 40px)/3);min-width:0;background:#fff;border:1px solid #e4e9ef;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(28,64,100,.05)}
.wps-program-card>a,.wps-program-card>div{display:block;color:inherit;text-decoration:none}
.wps-program-card-image{display:block;aspect-ratio:1.68/1;overflow:hidden;background:linear-gradient(135deg,#dbeaf7,#f4f8fb)}
.wps-program-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.wps-program-card:hover .wps-program-card-image img{transform:scale(1.045)}
.wps-program-card h3{display:flex;align-items:center;justify-content:center;min-height:64px;margin:0;padding:12px 15px;text-align:center;color:#3d3d3d;font-size:18px;line-height:1.35;font-weight:700}
.wps-program-placeholder{display:grid;place-items:center;width:100%;height:100%;font-size:52px;font-weight:800;color:#83add0}
.wps-program-controls{position:absolute;right:0;top:-82px;display:flex;gap:8px;z-index:3}
.wps-program-controls button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #e7edf3;border-radius:8px;background:rgba(255,255,255,.92);color:#1774c5;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 5px 15px rgba(29,72,110,.06);transition:.2s}
.wps-program-controls button:hover{background:#075db8;color:#fff;border-color:#075db8}
.wps-program-dots{display:flex;justify-content:center;gap:7px;margin-top:22px}
.wps-program-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#bfd2e2;cursor:pointer;transition:.2s}
.wps-program-dots button.active{width:25px;border-radius:99px;background:#075db8}
@media(max-width:1024px){.wps-program-section{padding:62px 0 68px}.wps-program-intro{grid-template-columns:1fr 420px;gap:25px}.wps-program-copy{padding-bottom:45px}.wps-program-card{flex-basis:calc((100% - 20px)/2)}}
@media(max-width:780px){.wps-program-intro{grid-template-columns:1fr;min-height:0}.wps-program-copy{padding:0}.wps-program-visual{min-height:240px}.wps-program-visual img{height:280px}.wps-program-carousel{margin-top:18px}.wps-program-controls{position:static;justify-content:flex-end;margin:0 0 12px}.wps-program-card{flex-basis:100%}.wps-program-copy .section-title h2{font-size:32px}}
@media(max-width:520px){.wps-program-section{padding:52px 0 58px}.wps-program-visual{min-height:190px}.wps-program-visual img{height:225px}.wps-program-card h3{min-height:58px;font-size:16px}.wps-program-controls button{width:38px;height:38px}.wps-program-copy .section-title h2:after{width:220px}}

/* WPSchool Staff & Teacher Carousel v2.1.9 */
.wps-staff-section{background:#fff;overflow:hidden}.wps-staff-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.wps-staff-copy{min-width:0}.wps-staff-eyebrow{display:block;color:#f28a00;font-size:14px;line-height:1.2;font-weight:500;letter-spacing:.13em;text-transform:uppercase}.wps-staff-copy h2{margin:7px 0 13px;color:#0759aa;font-size:34px;line-height:1.15;font-weight:800}.wps-staff-line{display:block;width:295px;max-width:100%;height:4px;border-radius:999px;background:linear-gradient(90deg,#f6a000 0,#f6a000 28%,#fff0d2 72%,transparent 100%)}.wps-staff-all{display:inline-flex;align-items:center;gap:8px;flex:none;margin-top:2px;padding:11px 17px;border-radius:7px;background:#0967b8;color:#fff;font-size:14px;font-weight:600;box-shadow:none}.wps-staff-all:hover{background:#0759a3;color:#fff;transform:translateY(-1px)}.wps-staff-all i{font-style:normal;font-size:25px;line-height:.6}.wps-staff-description-row{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:22px 0 27px}.wps-staff-description-row p{max-width:1000px;margin:0;color:#26313c;font-size:15px;line-height:1.75}.wps-staff-controls{display:flex;gap:8px;flex:none}.wps-staff-prev,.wps-staff-next{width:36px;height:36px;padding:0;border:1px solid #edf0f3;border-radius:7px;background:#fff;color:#2b7ac3;font-size:24px;line-height:1;cursor:pointer;transition:.2s}.wps-staff-prev:hover,.wps-staff-next:hover{border-color:#cfe0ef;background:#f4f9fd;color:#0759aa}.wps-staff-carousel{position:relative}.wps-staff-viewport{overflow:hidden;touch-action:pan-y}.wps-staff-track{display:flex;gap:20px;will-change:transform;transition:transform .52s cubic-bezier(.22,.61,.36,1)}.wps-staff-card{flex:0 0 calc((100% - 60px)/4);min-width:0;border:1px solid #e8ebee;border-radius:12px;overflow:hidden;background:#fff;transition:transform .25s,box-shadow .25s}.wps-staff-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(26,70,110,.1)}.wps-staff-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.wps-staff-photo{display:block;aspect-ratio: .79;overflow:hidden;background:linear-gradient(145deg,#edf3f8,#dce8f1)}.wps-staff-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .45s}.wps-staff-card:hover .wps-staff-photo img{transform:scale(1.035)}.wps-staff-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#7da7c7;font-size:52px;font-weight:800}.wps-staff-card-body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:81px;padding:13px 14px 15px;text-align:center}.wps-staff-card-body strong{display:block;color:#393939;font-size:16px;line-height:1.35;font-weight:700}.wps-staff-card-body small{display:block;margin-top:6px;color:#525252;font-size:14px;line-height:1.35}.wps-staff-dots{display:none;justify-content:center;gap:7px;margin-top:20px}.wps-staff-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#cbd9e5;cursor:pointer;transition:.2s}.wps-staff-dots button.active{width:22px;background:#0967b8}
@media(max-width:1024px){.wps-staff-card{flex-basis:calc((100% - 40px)/3)}.wps-staff-dots{display:flex}}
@media(max-width:780px){.wps-staff-heading{align-items:flex-end}.wps-staff-copy h2{font-size:31px}.wps-staff-description-row{align-items:flex-end}.wps-staff-card{flex-basis:calc((100% - 20px)/2)}.wps-staff-photo{aspect-ratio:.82}}
@media(max-width:520px){.wps-staff-heading{display:block}.wps-staff-all{margin-top:20px}.wps-staff-description-row{align-items:flex-start;margin-top:18px}.wps-staff-description-row p{font-size:14px}.wps-staff-controls{margin-top:2px}.wps-staff-card{flex-basis:100%}.wps-staff-copy h2{font-size:30px}.wps-staff-photo{aspect-ratio:.86}.wps-staff-card-body{min-height:78px}}

/* WPSchool Professional Guru Single v2.2.0 */
.wps-guru-single{padding:34px 0 72px;background:#f7f9fc}.wps-guru-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:24px;color:#687583;font-size:13px}.wps-guru-breadcrumb a{color:#536475}.wps-guru-breadcrumb a:hover{color:#0863b8}.wps-guru-profile{overflow:hidden;border:1px solid #e7ebf0;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(31,61,91,.07)}.wps-guru-profile__header{padding:34px 38px 28px;border-bottom:1px solid #edf0f3;background:linear-gradient(135deg,#fff 0,#f5faff 100%)}.wps-guru-profile__eyebrow{display:block;margin-bottom:7px;color:#f28a00;font-size:13px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.wps-guru-profile__header h1{margin:0;color:#14314c;font-size:38px;line-height:1.15}.wps-guru-profile__header p{margin:9px 0 0;color:#557084;font-size:17px}.wps-guru-profile__layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:38px;padding:38px}.wps-guru-profile__photo{align-self:start;overflow:hidden;border:1px solid #e7ebee;border-radius:16px;background:#eef4f8}.wps-guru-profile__photo>img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top}.wps-guru-profile__placeholder{display:grid;aspect-ratio:4/5;place-items:center;font-size:75px}.wps-guru-profile__identity{display:flex;flex-direction:column;align-items:center;padding:18px;text-align:center;background:#fff}.wps-guru-profile__identity strong{color:#263b4d;font-size:19px;line-height:1.35}.wps-guru-profile__identity span{margin-top:5px;color:#63717e;font-size:14px}.wps-guru-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px}.wps-guru-detail{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #edf0f3}.wps-guru-detail.is-wide{grid-column:1/-1}.wps-guru-detail span{display:block;margin-bottom:6px;color:#7c8792;font-size:13px}.wps-guru-detail strong{display:block;color:#2e3842;font-size:15px;line-height:1.5}.wps-guru-detail a{color:#0967b8}.wps-guru-biography{margin-top:12px;padding:25px 28px;border-radius:14px;background:#f7f9fb}.wps-guru-biography h2{margin:0 0 12px;color:#143c60;font-size:21px}.wps-guru-biography .entry-content{color:#55616c;line-height:1.8}.wps-guru-biography .entry-content>:first-child{margin-top:0}.wps-guru-biography .entry-content>:last-child{margin-bottom:0}.wps-guru-related{margin-top:48px}.wps-guru-related>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.wps-guru-related>header span{color:#f28a00;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.wps-guru-related>header h2{margin:5px 0 0;color:#0759aa;font-size:30px}.wps-guru-related>header>a{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border-radius:7px;background:#0967b8;color:#fff;font-size:14px;font-weight:600}.wps-guru-related>header>a i{font-style:normal;font-size:22px;line-height:.6}.wps-guru-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.wps-guru-related__card{overflow:hidden;border:1px solid #e7ebee;border-radius:14px;background:#fff;transition:.25s}.wps-guru-related__card:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(27,66,102,.1)}.wps-guru-related__card>a{display:flex;height:100%;flex-direction:column;color:inherit}.wps-guru-related__photo{display:block;overflow:hidden;aspect-ratio:4/5;background:#eaf1f6}.wps-guru-related__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:.4s}.wps-guru-related__card:hover img{transform:scale(1.035)}.wps-guru-related__photo>span{display:grid;height:100%;place-items:center;font-size:55px}.wps-guru-related__body{display:flex;min-height:83px;flex-direction:column;align-items:center;justify-content:center;padding:13px;text-align:center}.wps-guru-related__body strong{color:#333;font-size:16px}.wps-guru-related__body small{margin-top:6px;color:#626b73;font-size:14px}@media(max-width:1024px){.wps-guru-profile__layout{grid-template-columns:290px minmax(0,1fr);gap:28px;padding:30px}.wps-guru-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:780px){.wps-guru-single{padding-top:24px}.wps-guru-profile__header{padding:27px 24px 23px}.wps-guru-profile__header h1{font-size:32px}.wps-guru-profile__layout{grid-template-columns:1fr;padding:24px}.wps-guru-profile__photo{width:100%;max-width:390px;margin:auto}.wps-guru-details{gap:0 20px}.wps-guru-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.wps-guru-profile{border-radius:15px}.wps-guru-profile__header h1{font-size:28px}.wps-guru-profile__layout{padding:18px}.wps-guru-details{grid-template-columns:1fr}.wps-guru-detail.is-wide{grid-column:auto}.wps-guru-biography{padding:20px}.wps-guru-related>header{align-items:flex-start}.wps-guru-related>header h2{font-size:25px}.wps-guru-related>header>a{padding:9px 11px;font-size:12px}.wps-guru-related__grid{gap:12px}.wps-guru-related__body strong{font-size:14px}.wps-guru-related__body small{font-size:12px}}

/* Header SVG lokal dan editor sosial v2.2.1 */
.contact-item i{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:7px;background:#0863b8;color:#fff}.contact-item i svg{width:20px;height:20px;display:block}.header-social a svg,.theme-mode svg,.menu-toggle svg{width:18px;height:18px;display:block}.header-social a{transition:transform .2s ease,filter .2s ease}.header-social a:hover{transform:translateY(-2px);filter:brightness(1.07)}.header-social .social-facebook{background:#1877f2}.header-social .social-instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.header-social .social-tiktok{background:#111}.header-social .social-youtube{background:#ff0000}.header-social .social-threads{background:#111}.header-social .social-x{background:#111}.menu-toggle span{display:grid;place-items:center}.theme-mode{font-size:0}.wps-menu>li>a .menu-icon svg{fill:currentColor}
@media(max-width:1200px) and (min-width:1025px){.contact-item span{display:none}.contact-item{padding-inline:7px}.contact-item i{width:34px;height:34px}.top-logo{min-width:230px}.header-social{gap:4px}}
@media(max-width:1024px){.top-contact{display:none}.header-social{display:flex}.header-social a{width:30px;height:30px}.top-header{justify-content:space-between}.top-logo{margin-inline:auto}}
@media(max-width:780px){.header-social{display:none}.menu-toggle span:before{content:none!important}.menu-toggle span svg{width:23px;height:23px}.theme-mode svg{width:20px;height:20px}}

/* v2.2.1 social visibility compatibility fix */
@media(min-width:1025px){
  .top-right{flex:1 1 auto;overflow:visible}
  .top-contact{min-width:0;flex:1 1 auto}
  .header-tools{flex:0 0 auto;white-space:nowrap}
  .header-social{display:flex!important;flex:0 0 auto}
}

/* v2.2.2 — profil guru dan footer profesional */
.wps-guru-single{padding:28px 0 80px;background:linear-gradient(180deg,#f5f8fc 0,#fff 100%)}
.wps-guru-single>.container{max-width:1180px}
.wps-guru-breadcrumb{margin-bottom:18px;padding:0 2px;font-size:12px}
.wps-guru-profile{border-color:#dfe7ef;border-radius:18px;box-shadow:0 20px 55px rgba(19,52,82,.09)}
.wps-guru-profile__header{position:relative;padding:30px 34px 26px;background:linear-gradient(120deg,#fff 0,#f2f8ff 72%,#e8f3ff 100%)}
.wps-guru-profile__header:after{content:"";position:absolute;inset:0 0 auto auto;width:180px;height:100%;background:radial-gradient(circle at 100% 0,rgba(8,99,184,.11),transparent 65%);pointer-events:none}
.wps-guru-profile__eyebrow{font-size:12px}
.wps-guru-profile__header h1{font-size:clamp(30px,3.4vw,42px)}
.wps-guru-profile__layout{grid-template-columns:300px minmax(0,1fr);gap:34px;padding:34px}
.wps-guru-profile__photo{position:sticky;top:24px;border-radius:14px;box-shadow:0 12px 28px rgba(25,58,87,.11)}
.wps-guru-profile__photo>img{aspect-ratio:4/4.9}
.wps-guru-profile__identity{padding:17px 14px 18px}
.wps-guru-profile__identity strong{font-size:18px}
.wps-guru-profile__content{min-width:0}
.wps-guru-details{gap:12px 18px}
.wps-guru-detail{min-height:76px;margin:0;padding:14px 16px;border:1px solid #e7edf3;border-radius:11px;background:#fbfdff;transition:border-color .2s,box-shadow .2s,transform .2s}
.wps-guru-detail:hover{transform:translateY(-1px);border-color:#cbdceb;box-shadow:0 8px 20px rgba(22,66,104,.06)}
.wps-guru-detail.is-wide{grid-column:1/-1}
.wps-guru-detail span{margin-bottom:5px;color:#7b8794;font-size:12px}
.wps-guru-detail strong{color:#172f45;font-size:14px;overflow-wrap:anywhere}
.wps-guru-detail a{font-weight:700;text-decoration:none}
.wps-guru-biography{margin-top:18px;border:1px solid #e6edf3;background:#f8fbfe}
.wps-guru-related{margin-top:52px}

.footer{position:relative;overflow:hidden;padding:0;background:#062b4d;color:#c8d7e6}
.footer:before{content:"";position:absolute;top:-180px;right:-160px;width:460px;height:460px;border-radius:50%;background:rgba(31,126,206,.14);pointer-events:none}
.footer-main{position:relative;padding:64px 0 50px}
.footer-grid{grid-template-columns:1.2fr .72fr 1fr 1.08fr;gap:42px;padding:0}
.footer-brand{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:#fff;text-decoration:none}
.footer-brand>span:last-child{display:flex;flex-direction:column;gap:3px}
.footer-brand strong{font-size:20px;line-height:1.2}
.footer-brand small{color:#9eb7ce;font-size:11px;font-weight:500}
.footer-logo{display:block;width:auto;max-width:230px;height:auto;max-height:70px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
.footer-description{max-width:350px;margin:0;color:#aec2d4;font-size:14px;line-height:1.8}
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.footer-social a{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:rgba(255,255,255,.06);color:#fff;transition:.2s}
.footer-social a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.3);background:#0d67b3}
.footer-social svg{width:17px;height:17px;fill:currentColor}
.footer-column h3{position:relative;margin:2px 0 22px;padding-bottom:12px;color:#fff;font-size:16px}
.footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:3px;background:var(--wps-accent)}
.footer-menu,.footer-news ul,.footer-contact ul{list-style:none;margin:0;padding:0}
.footer-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-menu a{display:flex;align-items:center;gap:8px;padding:9px 0;color:#bfd0df;font-size:14px;text-decoration:none}
.footer-menu a:before{content:"›";color:var(--wps-accent);font-size:19px;line-height:1}
.footer-menu a:hover{color:#fff;padding-left:4px}
.footer-menu .menu-icon{display:none!important}
.footer-news li{margin:0;padding:0 0 13px}
.footer-news li+li{padding-top:13px;border-top:1px solid rgba(255,255,255,.09)}
.footer-news a{display:flex;flex-direction:column;gap:5px;color:#eef5fb;text-decoration:none}
.footer-news a span{font-size:13px;font-weight:600;line-height:1.5}
.footer-news time{color:#89a6be;font-size:11px}
.footer-contact ul{display:grid;gap:14px}
.footer-contact li{display:flex;gap:11px;align-items:flex-start;color:#d5e1eb;font-size:13px;line-height:1.55}
.footer-contact li i{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:8px;background:rgba(255,255,255,.08);color:#fff}
.footer-contact li i svg{width:16px;height:16px;fill:currentColor}
.footer-contact li span{display:flex;min-width:0;flex-direction:column}
.footer-contact li small{margin-bottom:1px;color:#88a4bc;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.footer-contact a{color:#fff;text-decoration:none;overflow-wrap:anywhere}
.footer-cta{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:11px 14px;border-radius:9px;background:#16a34a!important;color:#fff!important;font-size:13px;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.footer-cta:hover{transform:translateY(-1px);background:#12843d!important}
.footer-cta span{display:flex}.footer-cta svg{width:17px;height:17px;fill:currentColor}
.copyright{position:relative;border-top:1px solid rgba(255,255,255,.1);padding:18px 0;background:rgba(0,0,0,.12);font-size:12px}
.copyright-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#9fb5c8}

@media(max-width:1024px){
 .wps-guru-profile__layout{grid-template-columns:270px minmax(0,1fr);gap:25px;padding:28px}
 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 48px}
}
@media(max-width:780px){
 .wps-guru-profile__layout{grid-template-columns:1fr}
 .wps-guru-profile__photo{position:static;max-width:340px}
 .wps-guru-details{grid-template-columns:repeat(2,minmax(0,1fr))}
 .footer-main{padding:50px 0 40px}
}
@media(max-width:520px){
 .wps-guru-single{padding:20px 0 55px}
 .wps-guru-profile__header{padding:24px 20px 21px}
 .wps-guru-profile__layout{padding:16px}
 .wps-guru-profile__photo{max-width:none}
 .wps-guru-details{grid-template-columns:1fr;gap:10px}
 .wps-guru-detail,.wps-guru-detail.is-wide{grid-column:auto;min-height:0;padding:13px 14px}
 .footer-grid{grid-template-columns:1fr;gap:34px}
 .footer-main{padding:45px 0 35px}
 .copyright-inner{align-items:flex-start;flex-direction:column;gap:6px}
}

/* Facility carousel v2.2.4 */
.wps-facility-section{background:#f2f7fc;overflow:hidden}
.wps-facility-head{display:flex;justify-content:space-between;align-items:flex-start;gap:42px;margin-bottom:36px}
.wps-facility-title{max-width:1180px}.wps-facility-title .eyebrow{display:block;color:#f38a00;font-size:14px;letter-spacing:.14em;text-transform:uppercase}.wps-facility-title h2{margin:5px 0 14px;color:#0756a2;font-size:38px;line-height:1.12}.wps-title-line{display:block;width:370px;max-width:70%;height:4px;border-radius:20px;background:linear-gradient(90deg,#f39a00,#ffd596 58%,transparent);margin-bottom:27px}.wps-facility-title p{margin:0;color:#253746;font-size:16px;line-height:1.75}
.wps-facility-actions{display:flex;flex-direction:column;align-items:flex-end;gap:64px;flex:0 0 auto}.wps-facility-all{display:inline-flex;align-items:center;gap:8px;padding:13px 18px;border-radius:8px;background:#075daa;color:#fff;font-weight:700;box-shadow:0 8px 18px rgba(7,93,170,.16)}.wps-facility-all:hover{background:#064d8d;color:#fff;transform:translateY(-1px)}.wps-facility-all i{font-size:27px;line-height:.7;font-style:normal}.wps-facility-nav{display:flex;gap:10px}.wps-facility-nav button{width:42px;height:42px;border:0;border-radius:8px;background:#fff;color:#2d78bd;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(20,68,110,.06)}.wps-facility-nav button:hover{background:#075daa;color:#fff}
.wps-facility-viewport{overflow:hidden}.wps-facility-track{display:flex;gap:26px;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.wps-facility-card{display:block;flex:0 0 calc((100% - 26px)/2);min-width:0;min-height:288px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(26,71,111,.05)}.wps-facility-body{display:flex;flex-direction:column;justify-content:center;padding:28px 20px}.wps-facility-body h3{margin:0 0 9px;color:#333;font-size:21px;line-height:1.35}.wps-facility-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px;color:#4f4f4f;font-size:16px;line-height:1.55}.wps-facility-more{align-self:flex-start;color:#444;font-size:16px;border-bottom:1px dotted #555}.wps-facility-image{display:block;min-height:288px;overflow:hidden;background:#eaf2f9}.wps-facility-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.wps-facility-card:hover .wps-facility-image img{transform:scale(1.035)}.wps-facility-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#7aa8cf}.wps-facility-placeholder svg{width:58px;height:58px}.wps-facility-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.wps-facility-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#b9cde0}.wps-facility-dots button.active{width:28px;background:#075daa}
@media(max-width:1024px){.wps-facility-head{gap:24px}.wps-facility-card{flex-basis:100%}.wps-facility-title h2{font-size:34px}.wps-facility-actions{gap:48px}}
@media(max-width:700px){.wps-facility-head{flex-direction:column;gap:20px;margin-bottom:24px}.wps-facility-actions{width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:15px}.wps-facility-title h2{font-size:31px}.wps-title-line{width:230px;margin-bottom:18px}.wps-facility-title p{font-size:15px}.wps-facility-card{min-height:0}.wps-facility-image{order:-1;min-height:220px;height:220px}.wps-facility-body{padding:22px 20px}.wps-facility-all{padding:11px 15px}.wps-facility-nav button{width:39px;height:39px}}

/* v2.2.5 — halaman detail fasilitas profesional */
.wps-facility-single{padding:28px 0 80px;background:linear-gradient(180deg,#f5f8fc 0,#fff 62%)}
.wps-facility-single>.container{max-width:1180px}
.wps-facility-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:20px;color:#6c7885;font-size:12px}
.wps-facility-breadcrumb a{color:#526779}
.wps-facility-breadcrumb a:hover{color:var(--wps-primary)}
.wps-facility-detail{overflow:hidden;border:1px solid #e2e9f0;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(22,55,84,.08)}
.wps-facility-detail__header{padding:34px 40px 30px;background:linear-gradient(125deg,#fff 0,#f4f9ff 72%,#eaf4ff 100%);border-bottom:1px solid #e9eef3}
.wps-facility-detail__label{display:block;margin-bottom:8px;color:#f28a00;font-size:12px;font-weight:700;letter-spacing:.14em}
.wps-facility-detail__header h1{max-width:850px;margin:0;color:#123a60;font-size:clamp(30px,4vw,44px);line-height:1.16;letter-spacing:-.035em}
.wps-facility-detail__header p{max-width:850px;margin:13px 0 0;color:#617383;font-size:16px;line-height:1.75}
.wps-facility-detail__media{margin:0;padding:28px 28px 0}
.wps-facility-detail__media img{width:100%;max-height:600px;aspect-ratio:16/9;object-fit:cover;border-radius:15px;box-shadow:0 12px 32px rgba(17,49,77,.1)}
.wps-facility-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;padding:38px 40px 44px}
.wps-facility-detail__content{min-width:0;color:#4f5d69;font-size:15px;line-height:1.9}
.wps-facility-detail__content>:first-child{margin-top:0}
.wps-facility-detail__content>:last-child{margin-bottom:0}
.wps-facility-detail__content h2,.wps-facility-detail__content h3{color:#163b5c;line-height:1.3}
.wps-facility-detail__content h2{margin:32px 0 12px;font-size:27px}
.wps-facility-detail__content h3{margin:26px 0 10px;font-size:21px}
.wps-facility-detail__content p{margin:0 0 18px}
.wps-facility-detail__content ul,.wps-facility-detail__content ol{padding-left:22px}
.wps-facility-detail__content img{border-radius:12px}
.wps-facility-detail__aside{align-self:start;position:sticky;top:24px}
.wps-facility-info-card{padding:26px;border:1px solid #dfebf5;border-radius:16px;background:linear-gradient(145deg,#f8fbff,#eef6ff)}
.wps-facility-info-card__icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:18px;border-radius:13px;background:#0863b8;color:#fff}
.wps-facility-info-card__icon svg{width:27px;height:27px;fill:currentColor}
.wps-facility-info-card h2{margin:0;color:#123b60;font-size:21px;line-height:1.35}
.wps-facility-info-card p{margin:12px 0 20px;color:#627485;font-size:14px;line-height:1.75}
.wps-facility-info-card>a{display:inline-flex;align-items:center;gap:8px;color:#0863b8;font-size:14px;font-weight:700}
.wps-facility-related{margin-top:52px}
.wps-facility-related__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}
.wps-facility-related__head span{color:#f28a00;font-size:12px;font-weight:700;letter-spacing:.13em}
.wps-facility-related__head h2{margin:5px 0 0;color:#0759aa;font-size:30px;line-height:1.25}
.wps-facility-related__head>a{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border-radius:7px;background:#0863b8;color:#fff;font-size:14px;font-weight:600}
.wps-facility-related__head i{font-style:normal;font-size:22px;line-height:.7}
.wps-facility-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.wps-facility-related__card{overflow:hidden;border:1px solid #e3eaf0;border-radius:15px;background:#fff;transition:.25s}
.wps-facility-related__card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,58,91,.1)}
.wps-facility-related__image{display:block;overflow:hidden;aspect-ratio:16/10;background:#eaf2f8}
.wps-facility-related__image img{width:100%;height:100%;object-fit:cover;transition:.4s}
.wps-facility-related__card:hover .wps-facility-related__image img{transform:scale(1.04)}
.wps-facility-related__image>span{display:grid;height:100%;place-items:center;color:#86a8c4}
.wps-facility-related__image svg{width:54px;height:54px;fill:currentColor}
.wps-facility-related__body{padding:20px}
.wps-facility-related__body h3{margin:0;color:#20394f;font-size:19px;line-height:1.4}
.wps-facility-related__body p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:9px 0 15px;color:#6a7884;font-size:14px;line-height:1.65}
.wps-facility-related__more{color:#0863b8;font-size:13px;font-weight:700}
.dark-mode .wps-facility-single{background:#0c141d}
.dark-mode .wps-facility-detail,.dark-mode .wps-facility-related__card{background:#121d28;border-color:#2b3948}
.dark-mode .wps-facility-detail__header{background:linear-gradient(125deg,#152332,#10263a);border-color:#2b3948}
.dark-mode .wps-facility-detail__header h1,.dark-mode .wps-facility-detail__content h2,.dark-mode .wps-facility-detail__content h3,.dark-mode .wps-facility-info-card h2,.dark-mode .wps-facility-related__body h3{color:#fff}
.dark-mode .wps-facility-info-card{background:#132433;border-color:#294158}
@media(max-width:900px){.wps-facility-detail__layout{grid-template-columns:1fr;gap:28px}.wps-facility-detail__aside{position:static}.wps-facility-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wps-facility-single{padding:20px 0 58px}.wps-facility-detail{border-radius:15px}.wps-facility-detail__header{padding:25px 22px 23px}.wps-facility-detail__header p{font-size:14px}.wps-facility-detail__media{padding:16px 16px 0}.wps-facility-detail__media img{border-radius:11px}.wps-facility-detail__layout{padding:25px 22px 28px}.wps-facility-related__head{align-items:flex-start}.wps-facility-related__head h2{font-size:25px}.wps-facility-related__head>a{padding:9px 11px;font-size:12px}.wps-facility-related__grid{grid-template-columns:1fr}}

/* v2.2.6 — seluruh kartu fasilitas dapat diklik */
.wps-facility-card__link{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:288px;color:inherit;text-decoration:none}
.wps-facility-card__link:focus-visible{outline:3px solid rgba(7,93,170,.35);outline-offset:-3px}
.wps-facility-card__link:hover h3{color:#075daa}
.wps-facility-card__link:hover .wps-facility-more{color:#075daa;border-color:#075daa}
@media(max-width:700px){.wps-facility-card__link{grid-template-columns:1fr;min-height:0}}

/* v2.2.6 — single page profesional: berita, pengumuman, agenda, program, ekskul, galeri */
.wps-single-page{padding:28px 0 82px;background:linear-gradient(180deg,#f4f8fc 0,#fff 68%)}
.wps-single-page>.container{max-width:1180px}
.wps-single-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-bottom:20px;color:#73808c;font-size:12px}
.wps-single-breadcrumb a{color:#53697b}.wps-single-breadcrumb a:hover{color:#0863b8}
.wps-single-card{overflow:hidden;border:1px solid #e1e9f0;border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(22,55,84,.08)}
.wps-single-hero{padding:36px 42px 32px;background:linear-gradient(125deg,#fff 0,#f4f9ff 72%,#e9f4ff 100%);border-bottom:1px solid #e8eef4}
.wps-single-hero__copy{max-width:900px}.wps-single-label{display:block;margin-bottom:9px;color:#f28a00;font-size:12px;font-weight:700;letter-spacing:.14em}
.wps-single-hero h1{margin:0;color:#123a60;font-size:clamp(31px,4vw,46px);line-height:1.16;letter-spacing:-.035em}
.wps-single-hero p{max-width:850px;margin:14px 0 0;color:#617383;font-size:16px;line-height:1.75}
.wps-single-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:19px;color:#65798a;font-size:12px}
.wps-single-meta span{display:inline-flex;align-items:center;gap:7px}.wps-single-meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:#f29a00}
.wps-single-media{margin:0;padding:28px 28px 0}.wps-single-media img{display:block;width:100%;max-height:610px;aspect-ratio:16/9;object-fit:cover;border-radius:15px;box-shadow:0 12px 32px rgba(17,49,77,.1)}
.wps-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;padding:38px 42px 46px}
.wps-single-content{min-width:0;color:#4e5d69;font-size:16px;line-height:1.9}.wps-single-content>:first-child{margin-top:0}.wps-single-content>:last-child{margin-bottom:0}
.wps-single-content p{margin:0 0 19px}.wps-single-content h2,.wps-single-content h3,.wps-single-content h4{color:#173c5e;line-height:1.32}.wps-single-content h2{margin:34px 0 13px;font-size:28px}.wps-single-content h3{margin:28px 0 11px;font-size:22px}
.wps-single-content ul,.wps-single-content ol{padding-left:23px}.wps-single-content img{height:auto;border-radius:12px}.wps-single-content .wp-block-gallery{gap:14px}.wps-single-content blockquote{margin:26px 0;padding:20px 24px;border-left:4px solid #f29a00;background:#f7fafc;border-radius:0 10px 10px 0}
.wps-single-aside{align-self:start;position:sticky;top:24px}.wps-single-info{padding:26px;border:1px solid #dfebf5;border-radius:16px;background:linear-gradient(145deg,#f8fbff,#eef6ff)}
.wps-single-info__icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:18px;border-radius:13px;background:#0863b8;color:#fff}.wps-single-info__icon svg{width:27px;height:27px;fill:currentColor}
.wps-single-info h2{margin:0;color:#123b60;font-size:21px}.wps-single-info p{margin:12px 0 20px;color:#627485;font-size:14px;line-height:1.75}.wps-single-info>a{color:#0863b8;font-size:14px;font-weight:700}
.wps-single-related{margin-top:52px}.wps-single-related>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.wps-single-related>header span{color:#f28a00;font-size:12px;font-weight:700;letter-spacing:.13em}.wps-single-related>header h2{margin:5px 0 0;color:#0759aa;font-size:30px}.wps-single-related>header>a{padding:10px 15px;border-radius:7px;background:#0863b8;color:#fff;font-size:14px;font-weight:600}
.wps-single-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.wps-single-related__card{overflow:hidden;border:1px solid #e3eaf0;border-radius:15px;background:#fff;transition:.25s}.wps-single-related__card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(20,58,91,.1)}
.wps-single-related__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.wps-single-related__image{display:block;overflow:hidden;aspect-ratio:16/10;background:#eaf2f8}.wps-single-related__image img{width:100%;height:100%;object-fit:cover;transition:.4s}.wps-single-related__card:hover img{transform:scale(1.04)}.wps-single-related__placeholder{display:grid;height:100%;place-items:center;color:#86a8c4}.wps-single-related__placeholder svg{width:52px;height:52px;fill:currentColor}
.wps-single-related__body{display:flex;flex:1;flex-direction:column;padding:19px}.wps-single-related__body small{color:#f28a00;font-size:11px;font-weight:700;text-transform:uppercase}.wps-single-related__body h3{margin:7px 0 15px;color:#20394f;font-size:18px;line-height:1.42}.wps-single-related__more{margin-top:auto;color:#0863b8;font-size:13px;font-weight:700}
.dark-mode .wps-single-page{background:#0c141d}.dark-mode .wps-single-card,.dark-mode .wps-single-related__card{background:#121d28;border-color:#2b3948}.dark-mode .wps-single-hero{background:linear-gradient(125deg,#152332,#10263a);border-color:#2b3948}.dark-mode .wps-single-hero h1,.dark-mode .wps-single-content h2,.dark-mode .wps-single-content h3,.dark-mode .wps-single-info h2,.dark-mode .wps-single-related__body h3{color:#fff}.dark-mode .wps-single-info{background:#132433;border-color:#294158}
@media(max-width:900px){.wps-single-layout{grid-template-columns:1fr;gap:28px}.wps-single-aside{position:static}.wps-single-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.wps-single-page{padding:20px 0 58px}.wps-single-card{border-radius:15px}.wps-single-hero{padding:25px 22px 23px}.wps-single-hero p{font-size:14px}.wps-single-media{padding:16px 16px 0}.wps-single-media img{border-radius:11px}.wps-single-layout{padding:25px 22px 29px}.wps-single-content{font-size:15px}.wps-single-related>header{align-items:flex-start}.wps-single-related>header h2{font-size:25px}.wps-single-related>header>a{padding:9px 11px;font-size:12px}.wps-single-related__grid{grid-template-columns:1fr}}


/* v2.2.7 - card layout and clickable area fix */
.wps-facility-card{position:relative;display:block!important}
.wps-facility-card__link{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100%;height:100%;min-height:288px;overflow:hidden;color:inherit;text-decoration:none;cursor:pointer}
.wps-facility-card__link>*{min-width:0}
.wps-facility-body{width:auto!important;min-width:0}
.wps-facility-image{width:auto!important;min-width:0}
.wps-staff-card{position:relative}
.wps-staff-card-link{position:relative;z-index:2;width:100%;cursor:pointer}
.wps-staff-card-link:focus-visible{outline:3px solid rgba(7,93,170,.35);outline-offset:-3px}
@media(max-width:700px){.wps-facility-card__link{grid-template-columns:1fr!important;min-height:0}.wps-facility-image{order:-1}}

/* v2.2.8 - polished Benefit & Program section */
.benefit-section{position:relative;overflow:hidden;padding:78px 0 82px;background:linear-gradient(180deg,#fff 0,#fbfdff 100%)}
.benefit-section:before,.benefit-section:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}
.benefit-section:before{width:280px;height:280px;left:-150px;top:-120px;background:rgba(7,93,184,.055)}
.benefit-section:after{width:220px;height:220px;right:-120px;bottom:-120px;background:rgba(242,145,0,.06)}
.benefit-section>.container{position:relative;z-index:1}
.benefit-section .section-title{max-width:760px;margin:0 auto}
.benefit-section .section-title span{font-size:12px;font-weight:800;letter-spacing:.17em;color:#f28a00}
.benefit-section .section-title h2{margin-top:7px;color:#0759aa;font-size:clamp(30px,3vw,40px);letter-spacing:-.025em}
.benefit-section .section-title h2:after{content:"";display:block;width:86px;height:4px;margin:14px auto 0;border-radius:999px;background:linear-gradient(90deg,#f29a00,#ffca6d)}
.benefit-section .section-title p{max-width:660px;margin:18px auto 0;color:#647586;font-size:15px;line-height:1.75}
.wps-benefit-carousel{--wps-benefit-gap:22px;padding:48px 50px 8px;margin-top:22px}
.wps-benefit-viewport{padding:40px 5px 31px;margin:-40px -5px -31px}
.wps-benefit-slide{padding-top:34px}
.wps-benefit-card{min-height:236px;padding:60px 28px 30px;border:1px solid #e4ebf2;border-radius:16px;background:linear-gradient(180deg,#fff 0,#fbfdff 100%);box-shadow:0 10px 30px rgba(22,58,91,.07)}
.wps-benefit-card:before{content:"";position:absolute;left:26px;right:26px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,transparent,var(--wps-primary,#075db8),transparent);opacity:0;transform:scaleX(.45);transition:.28s}
.wps-benefit-card:hover:before{opacity:1;transform:scaleX(1)}
.wps-benefit-card h3{margin:0 0 12px;color:#243b50;font-size:20px;letter-spacing:-.01em}
.wps-benefit-card p{color:#667686;font-size:14px;line-height:1.75}
.wps-benefit-icon{width:66px;height:66px;border-radius:17px;border:5px solid #fff;background:linear-gradient(145deg,#0b6bc4,#0755a4);box-shadow:0 11px 25px rgba(7,93,184,.23)}
.wps-benefit-icon svg{width:31px;height:31px;fill:currentColor}
.wps-benefit-icon--1{background:linear-gradient(145deg,#627b6a,#405c49)}
.wps-benefit-icon--2{background:linear-gradient(145deg,#0e75ce,#0757aa)}
.wps-benefit-icon--3{background:linear-gradient(145deg,#1375ca,#0756a7)}
.wps-benefit-icon--4{background:linear-gradient(145deg,#7b63c8,#5640a8)}
.wps-benefit-icon--5{background:linear-gradient(145deg,#f2a21c,#d27a00)}
.wps-benefit-icon--6{background:linear-gradient(145deg,#1c8b83,#0b6963)}
.wps-benefit-arrow{width:40px;height:40px;border-radius:10px;font-size:25px;box-shadow:0 8px 22px rgba(22,58,91,.09)}
.wps-benefit-dots{margin-top:7px}

.wps-program-section{padding:74px 0 82px;background:linear-gradient(135deg,#eef5fb 0,#f7fbff 53%,#edf5fb 100%)}
.wps-program-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(7,93,184,.09) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.34),transparent 62%);pointer-events:none}
.wps-program-section>.container{position:relative;z-index:1}
.wps-program-intro{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:42px;min-height:315px;padding:0 22px 0 0;border-radius:22px;background:rgba(255,255,255,.66);border:1px solid rgba(215,229,241,.9);box-shadow:0 18px 55px rgba(32,72,108,.08);backdrop-filter:blur(7px)}
.wps-program-copy{padding:48px 0 45px 48px}
.wps-program-copy .section-title h2{font-size:clamp(31px,3vw,41px);letter-spacing:-.03em}
.wps-program-copy .section-title h2:after{width:210px;height:3px;margin-top:14px}
.wps-program-copy .section-title p{margin-top:18px;color:#536779;font-size:15px;line-height:1.8}
.wps-program-copy .btn{margin-top:21px;min-height:44px;padding:0 18px;border-radius:8px;box-shadow:0 10px 22px rgba(7,93,184,.18)}
.wps-program-visual{min-height:315px;overflow:visible}
.wps-program-visual img{height:355px;max-width:650px;filter:drop-shadow(0 15px 22px rgba(25,58,87,.16))}
.wps-program-carousel{margin-top:28px}
.wps-program-viewport{border-radius:16px}
.wps-program-card{border-color:#e0e8ef;border-radius:15px;box-shadow:0 10px 26px rgba(30,64,94,.07);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.wps-program-card:hover{transform:translateY(-6px);border-color:#c7dceb;box-shadow:0 18px 38px rgba(28,67,102,.13)}
.wps-program-card-image{aspect-ratio:1.72/1}
.wps-program-card h3{min-height:62px;color:#31475a;font-size:17px}
.wps-program-controls{top:-73px;right:8px}
.wps-program-controls button{width:40px;height:40px;border-radius:10px;background:#fff;box-shadow:0 8px 18px rgba(26,63,96,.09)}

@media(max-width:1024px){
 .benefit-section{padding:66px 0 70px}
 .wps-program-intro{grid-template-columns:1fr 390px;gap:18px}
 .wps-program-copy{padding:40px 0 40px 38px}
 .wps-program-visual img{height:310px}
}
@media(max-width:780px){
 .benefit-section{padding:58px 0 62px}
 .wps-benefit-carousel{padding:42px 45px 6px;margin-top:14px}
 .wps-program-section{padding:58px 0 64px}
 .wps-program-intro{grid-template-columns:1fr;padding:0;overflow:hidden}
 .wps-program-copy{padding:34px 28px 10px}
 .wps-program-visual{min-height:220px}
 .wps-program-visual img{height:260px}
 .wps-program-controls{margin-bottom:13px}
}
@media(max-width:600px){
 .benefit-section .section-title p{font-size:14px}
 .wps-benefit-carousel{padding:40px 4px 6px}
 .wps-benefit-card{min-height:222px;padding:58px 22px 26px}
 .wps-benefit-arrow{bottom:1px;border-radius:9px}
}
@media(max-width:520px){
 .benefit-section{padding:50px 0 54px}
 .wps-program-section{padding:50px 0 56px}
 .wps-program-copy{padding:29px 22px 8px}
 .wps-program-copy .section-title p{font-size:14px}
 .wps-program-visual img{height:225px}
 .wps-program-card h3{font-size:15px}
}

/* v2.2.9 - Ekstrakurikuler homepage, single page, dan editor */
.wps-ekskul-section{position:relative;overflow:hidden;padding:76px 0 82px;background:#fff}
.wps-ekskul-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:86px;background:#f3f8fc;z-index:0}
.wps-ekskul-section>.container{position:relative;z-index:1}
.wps-ekskul-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:start;margin-bottom:34px}
.wps-ekskul-heading{max-width:1040px}.wps-ekskul-heading .eyebrow{display:block;color:#f28a00;font-size:13px;font-weight:700;letter-spacing:.17em}.wps-ekskul-heading h2{margin:7px 0 14px;color:#0759aa;font-size:clamp(31px,3vw,42px);letter-spacing:-.03em}.wps-ekskul-heading p{max-width:1060px;margin:26px 0 0;color:#293d50;font-size:16px;line-height:1.8}.wps-ekskul-heading .wps-title-line{display:block;width:370px;max-width:42vw;height:4px;border-radius:999px;background:linear-gradient(90deg,#f3a000,rgba(243,160,0,.08))}
.wps-ekskul-actions{display:flex;min-width:160px;flex-direction:column;align-items:flex-end;gap:82px}.wps-ekskul-all{display:inline-flex;align-items:center;gap:10px;min-height:47px;padding:0 18px;border-radius:9px;background:#0863b8;color:#fff;font-size:15px;font-weight:700;box-shadow:0 10px 22px rgba(7,93,184,.16)}.wps-ekskul-all i{font-style:normal;font-size:27px;line-height:1}.wps-ekskul-nav{display:flex;gap:8px}.wps-ekskul-nav button{display:grid;width:42px;height:42px;padding:0;place-items:center;border:1px solid #e5ebf0;border-radius:10px;background:#fff;color:#4384bf;font-size:28px;cursor:pointer;transition:.25s}.wps-ekskul-nav button:hover{border-color:#0863b8;background:#0863b8;color:#fff}
.wps-ekskul-carousel{position:relative}.wps-ekskul-viewport{overflow:hidden;border-radius:17px}.wps-ekskul-track{display:flex;gap:24px;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.wps-ekskul-card{flex:0 0 calc((100% - 24px)/2);min-width:0;overflow:hidden;border:1px solid #e3e9ee;border-radius:17px;background:#fff;box-shadow:0 10px 30px rgba(29,61,89,.055);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.wps-ekskul-card:hover{transform:translateY(-5px);border-color:#cbddea;box-shadow:0 18px 38px rgba(26,63,96,.12)}.wps-ekskul-card__link{display:grid;grid-template-columns:1fr 1fr;min-height:288px;color:inherit;text-decoration:none}.wps-ekskul-image{display:block;overflow:hidden;background:#eaf2f7}.wps-ekskul-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.wps-ekskul-card:hover img{transform:scale(1.045)}.wps-ekskul-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#8ba9c0}.wps-ekskul-placeholder svg{width:70px;height:70px;fill:currentColor}.wps-ekskul-body{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:32px 28px}.wps-ekskul-body h3{margin:0 0 13px;color:#313e4a;font-size:22px}.wps-ekskul-meta{display:flex;align-items:center;gap:8px;margin-top:9px;color:#7a7f84;font-size:15px}.wps-ekskul-meta svg{width:18px;height:18px;flex:0 0 18px;fill:currentColor}.wps-ekskul-more{align-self:flex-start;margin-top:17px;padding-bottom:4px;border-bottom:1px dotted #5e6670;color:#343d45;font-size:15px}.wps-ekskul-more b{font-size:17px}.wps-ekskul-dots{display:flex;justify-content:center;gap:7px;margin-top:22px}.wps-ekskul-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#cbd8e3;cursor:pointer;transition:.25s}.wps-ekskul-dots button.active{width:25px;background:#0863b8}
.wps-ekskul-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:20px 34px 0}.wps-ekskul-fact{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e0e8ef;border-radius:12px;background:#f8fbfd}.wps-ekskul-fact>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:10px;background:#e5f1fb;color:#0863b8}.wps-ekskul-fact svg{width:20px;height:20px;fill:currentColor}.wps-ekskul-fact div{display:flex;min-width:0;flex-direction:column;gap:3px}.wps-ekskul-fact small{color:#789;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.wps-ekskul-fact strong{overflow:hidden;color:#2b4255;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.wps-ekskul-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}.wps-ekskul-detail-grid section{position:relative;padding:22px;border:1px solid #e2e9ef;border-radius:14px;background:#f8fbfd}.wps-ekskul-detail-grid section:last-child:nth-child(odd){grid-column:1/-1}.wps-ekskul-detail-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:#0863b8;color:#fff}.wps-ekskul-detail-icon svg{width:22px;height:22px;fill:currentColor}.wps-ekskul-detail-grid h2{margin:14px 0 8px!important;font-size:18px!important}.wps-ekskul-detail-grid p{margin:0!important;color:#607487!important;font-size:14px!important}
@media(max-width:1024px){.wps-ekskul-card{flex-basis:calc((100% - 20px)/2)}.wps-ekskul-track{gap:20px}.wps-ekskul-card__link{grid-template-columns:1fr;min-height:0}.wps-ekskul-image{aspect-ratio:16/10}.wps-ekskul-body{padding:25px}.wps-ekskul-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.wps-ekskul-section{padding:58px 0 66px}.wps-ekskul-head{grid-template-columns:1fr;margin-bottom:26px}.wps-ekskul-actions{min-width:0;flex-direction:row;align-items:center;justify-content:space-between;gap:15px}.wps-ekskul-heading p{margin-top:20px;font-size:14px}.wps-ekskul-card{flex-basis:100%}.wps-ekskul-card__link{grid-template-columns:1fr 1fr}.wps-ekskul-image{aspect-ratio:auto}.wps-ekskul-facts{padding:16px 20px 0}.wps-ekskul-detail-grid{grid-template-columns:1fr}.wps-ekskul-detail-grid section:last-child:nth-child(odd){grid-column:auto}}
@media(max-width:560px){.wps-ekskul-heading .wps-title-line{max-width:75vw}.wps-ekskul-card__link{grid-template-columns:1fr}.wps-ekskul-image{aspect-ratio:16/10}.wps-ekskul-body h3{font-size:20px}.wps-ekskul-facts{grid-template-columns:1fr;padding:14px 16px 0}.wps-ekskul-fact strong{white-space:normal}.wps-ekskul-actions{align-items:stretch}.wps-ekskul-all{min-height:42px;padding:0 14px;font-size:13px}.wps-ekskul-nav button{width:40px;height:40px}}
