/* School Website Builder Pro - Frontend V0.1.6 */
.swbp-home,
.swbp-home *{box-sizing:border-box}
.swbp-home{width:100%;overflow:hidden;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--swbp-ui-pink:#ec4899;--swbp-ui-pink-deep:#db2777;--swbp-ui-purple:#8b5cf6;--swbp-ui-soft:#fff1f7;--swbp-ui-soft-2:#f6f0ff;--swbp-ui-dark:#1f1630}
.swbp-home img{max-width:100%;display:block}
.swbp-btn{appearance:none;border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:800;line-height:1;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;white-space:nowrap}
.swbp-btn:hover{transform:translateY(-2px);text-decoration:none}
.swbp-btn:focus{outline:3px solid rgba(37,99,235,.25);outline-offset:3px}

/* HERO */
.swbp-hero{position:relative;min-height:var(--swbp-hero-h);height:var(--swbp-hero-h);font-family:var(--swbp-hero-font);overflow:hidden;color:var(--swbp-hero-text);background:#07162c}
.swbp-hero-bg,.swbp-hero-overlay{position:absolute;inset:0}
.swbp-hero-overlay{background:var(--swbp-hero-overlay);z-index:2}
.swbp-hero-bg{z-index:1}
.swbp-hero-slider,.swbp-hero-slide,.swbp-demo-gradient{position:absolute;inset:0}
.swbp-hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity 1100ms ease,transform 1600ms ease,filter 1200ms ease}
.swbp-hero-slide.is-active{opacity:1;transform:scale(1)}
.swbp-hero-effect-kenburns .swbp-hero-slide.is-active{animation:swbpKenBurns 7s ease forwards}
.swbp-hero-effect-zoom .swbp-hero-slide.is-active{transform:scale(1.08)}
.swbp-hero-effect-blur .swbp-hero-slide{filter:blur(8px)}
.swbp-hero-effect-blur .swbp-hero-slide.is-active{filter:blur(0)}
.swbp-hero-effect-slide .swbp-hero-slide{transform:translateX(34px) scale(1.02)}
.swbp-hero-effect-slide .swbp-hero-slide.is-active{transform:translateX(0) scale(1)}
@keyframes swbpKenBurns{0%{transform:scale(1)}100%{transform:scale(1.12)}}
.swbp-demo-gradient{background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.28),transparent 26%),radial-gradient(circle at 80% 15%,rgba(244,114,182,.44),transparent 24%),linear-gradient(135deg,#1b1a49 0%,#8b5cf6 45%,#ec4899 100%)}
.swbp-youtube-bg{position:absolute;inset:-8%;pointer-events:none;overflow:hidden}
.swbp-youtube-bg iframe{position:absolute;top:50%;left:50%;width:120vw;height:67.5vw;min-width:177.78vh;min-height:120vh;transform:translate(-50%,-50%)}
.swbp-hero-inner{position:relative;z-index:3;width:min(var(--swbp-container),calc(100% - 36px));height:100%;margin:0 auto;display:flex;align-items:center;padding-top:var(--swbp-pt);padding-bottom:var(--swbp-pb)}
.swbp-hero-left .swbp-hero-inner{justify-content:flex-start;text-align:left}
.swbp-hero-center .swbp-hero-inner{justify-content:center;text-align:center}
.swbp-hero-right .swbp-hero-inner{justify-content:flex-end;text-align:right}
.swbp-hero-content{max-width:min(var(--swbp-content-width),100%);display:flex;flex-direction:column;gap:var(--swbp-content-gap);animation:swbpRise .7s ease both;padding:26px 28px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);box-shadow:0 28px 70px rgba(8,15,40,.22)}
@keyframes swbpRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.swbp-hero-badge{display:inline-flex;align-self:flex-start;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,rgba(236,72,153,.24),rgba(139,92,246,.2));border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(14px);box-shadow:0 10px 32px rgba(0,0,0,.12);font-size:var(--swbp-badge-d);font-weight:900;letter-spacing:.3px}
.swbp-hero-center .swbp-hero-badge{align-self:center}.swbp-hero-right .swbp-hero-badge{align-self:flex-end}
.swbp-hero h1{margin:0;color:inherit;font-size:clamp(28px,var(--swbp-heading-d),82px);font-weight:950;letter-spacing:-1.5px;line-height:1.06;text-wrap:balance;text-shadow:0 16px 48px rgba(0,0,0,.38)}
.swbp-hero-highlight{font-size:var(--swbp-highlight-d);font-weight:900;color:#ffe5f3;text-shadow:0 12px 28px rgba(0,0,0,.34)}
.swbp-hero p{margin:0;max-width:720px;font-size:var(--swbp-desc-d);line-height:1.74;color:rgba(255,255,255,.96);text-shadow:0 10px 28px rgba(0,0,0,.32)}
.swbp-hero-center p{margin-left:auto;margin-right:auto}.swbp-hero-right p{margin-left:auto}
.swbp-hero-actions{display:flex;align-items:center;gap:var(--swbp-btn-gap);flex-wrap:wrap;margin-top:6px}
.swbp-hero-center .swbp-hero-actions{justify-content:center}.swbp-hero-right .swbp-hero-actions{justify-content:flex-end}
.swbp-btn-primary{background:linear-gradient(135deg,#ff74b6,#ec4899 50%,#db2777);color:#fff;padding:16px 24px;border-radius:var(--swbp-btn-radius);box-shadow:0 18px 40px rgba(236,72,153,.34)}
.swbp-btn-glass{background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.08));color:#fff;border:1px solid rgba(255,255,255,.38);padding:15px 22px;border-radius:var(--swbp-btn-radius);backdrop-filter:blur(14px);box-shadow:0 16px 38px rgba(0,0,0,.18)}
.swbp-btn-glass:hover{color:#fff;background:rgba(255,255,255,.22)}

/* COMMON SECTION HEAD */
.swbp-section-head{width:min(var(--swbp-container),calc(100% - 36px));margin:0 auto 34px;text-align:center;font-family:var(--swbp-font)}
.swbp-section-head h2{margin:0;color:var(--swbp-title);font-size:var(--swbp-title-d);line-height:1.12;font-weight:930;letter-spacing:-.7px;text-wrap:balance}
.swbp-section-head p{margin:12px auto 0;max-width:720px;color:var(--swbp-text);font-size:var(--swbp-sub-d);line-height:1.7}

/* GALLERY */
.swbp-gallery-marquee{background:var(--swbp-bg);padding:var(--swbp-pt) 0 var(--swbp-pb);font-family:var(--swbp-font);position:relative;overflow:hidden}
.swbp-gallery-marquee:before,.swbp-gallery-marquee:after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.swbp-gallery-marquee:before{left:0;background:linear-gradient(90deg,var(--swbp-bg),transparent)}.swbp-gallery-marquee:after{right:0;background:linear-gradient(270deg,var(--swbp-bg),transparent)}
.swbp-marquee-window{overflow:hidden;width:100%}
.swbp-marquee-track{display:flex;gap:var(--swbp-gap);width:max-content;animation:swbpMarqueeLeft var(--swbp-speed) linear infinite;padding:10px var(--swbp-gap) 18px}
.swbp-marquee-right .swbp-marquee-track{animation-name:swbpMarqueeRight}
.swbp-pause-hover .swbp-marquee-window:hover .swbp-marquee-track{animation-play-state:paused}
@keyframes swbpMarqueeLeft{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes swbpMarqueeRight{from{transform:translateX(-50%)}to{transform:translateX(0)}}
.swbp-gallery-card{position:relative;margin:0;width:var(--swbp-img-w);height:var(--swbp-img-h);border-radius:var(--swbp-radius);overflow:hidden;background:#dbeafe;box-shadow:0 22px 55px rgba(15,23,42,.13);flex:0 0 auto;transform:translateZ(0)}
.swbp-gallery-card img,.swbp-demo-photo{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.swbp-gallery-card:hover img{transform:scale(1.06)}
.swbp-demo-photo{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe 45%,#fde68a);font-weight:900;color:#1e3a8a}
.swbp-gallery-card figcaption{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(15,23,42,.62);color:#fff;border:1px solid rgba(255,255,255,.18);padding:9px 12px;border-radius:999px;font-weight:800;font-size:13px;text-align:center;backdrop-filter:blur(12px)}

/* INTRO */
.swbp-intro{background:var(--swbp-bg);padding:var(--swbp-pt) 0 var(--swbp-pb);font-family:var(--swbp-font);color:var(--swbp-text)}
.swbp-intro-inner{width:min(var(--swbp-container),calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);gap:var(--swbp-gap);align-items:center}
.swbp-intro-image_right .swbp-intro-media{order:2}.swbp-intro-image_right .swbp-intro-content{order:1}
.swbp-intro-media{position:relative}.swbp-intro-media:after{content:"";position:absolute;inset:auto 22px -18px 22px;height:50px;border-radius:999px;background:rgba(37,99,235,.16);filter:blur(18px);z-index:0}
.swbp-intro-media img,.swbp-intro-demo{position:relative;z-index:1;width:100%;min-height:390px;object-fit:cover;border-radius:var(--swbp-radius);box-shadow:0 28px 70px rgba(15,23,42,.16)}
.swbp-intro-demo{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#dbeafe 45%,#dcfce7);font-size:20px;font-weight:950;color:#1e3a8a;text-align:center;padding:24px}
.swbp-intro-content{display:flex;flex-direction:column;gap:18px}
.swbp-small-title{align-self:flex-start;display:inline-flex;padding:8px 13px;border-radius:999px;background:color-mix(in srgb,var(--swbp-accent) 12%,white);color:var(--swbp-accent);font-weight:900;font-size:14px;box-shadow:0 12px 28px rgba(236,72,153,.08)}
.swbp-intro h2{margin:0;color:var(--swbp-title);font-size:var(--swbp-title-d);line-height:1.15;font-weight:930;letter-spacing:-.8px;text-wrap:balance}
.swbp-intro p{margin:0;font-size:var(--swbp-text-d);line-height:1.85;color:var(--swbp-text)}
.swbp-intro-points{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.swbp-intro-points li{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--swbp-title);padding:12px 14px;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.swbp-intro-points li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--swbp-accent);color:#fff;font-size:14px;flex:0 0 auto}
.swbp-intro-btn{align-self:flex-start;background:linear-gradient(135deg,var(--swbp-accent),#ec4899);color:#fff;padding:15px 22px;border-radius:999px;box-shadow:0 16px 34px color-mix(in srgb,var(--swbp-accent) 25%,transparent)}
.swbp-intro-btn:hover{color:#fff}

/* STRENGTH */
.swbp-strength{background:var(--swbp-bg);padding:var(--swbp-pt) 0 var(--swbp-pb);font-family:var(--swbp-font);position:relative;overflow:hidden}
.swbp-strength:before{content:"";position:absolute;inset:30px auto auto -80px;width:240px;height:240px;background:rgba(236,72,153,.12);border-radius:50%;filter:blur(5px)}
.swbp-strength-wrap{position:relative;width:min(var(--swbp-container),calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:minmax(250px,380px) 1fr;gap:var(--swbp-gap);align-items:stretch}
.swbp-strength-list_top .swbp-strength-wrap{grid-template-columns:1fr}.swbp-strength-list_top .swbp-strength-list{display:flex;flex-wrap:wrap;justify-content:center}
.swbp-strength-list{display:grid;gap:12px;align-content:start}
.swbp-strength-tab{width:100%;text-align:left;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.84);border:1px solid rgba(236,72,153,.16);border-radius:22px;padding:16px 17px;color:var(--swbp-inactive);font-weight:900;cursor:pointer;box-shadow:0 12px 26px rgba(15,23,42,.05);transition:all .25s ease;min-width:0}
.swbp-strength-tab:hover,.swbp-strength-tab.is-active{background:linear-gradient(135deg,var(--swbp-active),color-mix(in srgb,var(--swbp-active) 65%,#8b5cf6));color:#fff;transform:translateY(-2px);box-shadow:0 18px 42px rgba(236,72,153,.24)}
.swbp-strength-icon{font-size:22px;line-height:1;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.24);flex:0 0 auto}
.swbp-strength-detail{position:relative;min-height:430px;background:var(--swbp-card);border-radius:34px;box-shadow:0 28px 72px rgba(18,11,40,.10);overflow:hidden;border:1px solid rgba(236,72,153,.12)}
.swbp-strength-panel{display:grid;grid-template-columns:minmax(240px,44%) 1fr;gap:0;position:absolute;inset:0;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .35s ease,transform .35s ease}
.swbp-strength-panel.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}
.swbp-strength-image{height:100%;min-height:430px;background:#dbeafe;overflow:hidden}
.swbp-strength-image img,.swbp-strength-demo{width:100%;height:100%;object-fit:cover}
.swbp-strength-demo{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe 45%,#bbf7d0)}
.swbp-strength-demo span{font-size:86px;filter:drop-shadow(0 14px 24px rgba(0,0,0,.15))}
.swbp-strength-text{padding:44px;display:flex;flex-direction:column;justify-content:center;gap:16px;color:var(--swbp-text)}
.swbp-strength-kicker{align-self:flex-start;padding:8px 12px;border-radius:999px;background:color-mix(in srgb,var(--swbp-active) 12%,white);color:var(--swbp-active);font-weight:950;font-size:13px}
.swbp-strength-text h3{margin:0;color:var(--swbp-title);font-size:34px;line-height:1.14;font-weight:950;letter-spacing:-.5px}
.swbp-strength-text p{margin:0;font-size:var(--swbp-text-d);line-height:1.8;color:var(--swbp-text)}

/* Query modal */
.swbp-query-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px}
.swbp-query-modal.is-open{display:flex}
.swbp-query-backdrop{position:absolute;inset:0;background:rgba(15,8,25,.68);backdrop-filter:blur(10px)}
.swbp-query-dialog{position:relative;width:min(700px,100%);max-height:min(92vh,860px);overflow:auto;background:linear-gradient(180deg,#fff,#fff8fc);border:1px solid #f5c8dd;border-radius:30px;box-shadow:0 30px 100px rgba(28,15,33,.30);padding:0}
.swbp-query-close{all:unset;position:absolute;top:16px;right:16px;width:44px !important;height:44px !important;border:0 !important;border-radius:999px !important;background:linear-gradient(135deg,#36d7e9,#2563eb) !important;color:#fff !important;font-size:24px !important;line-height:1 !important;cursor:pointer;display:flex !important;align-items:center;justify-content:center;padding:0 !important;box-shadow:0 16px 34px rgba(37,99,235,.28)}
.swbp-query-head{padding:28px 28px 14px;padding-right:86px;background:linear-gradient(135deg,#fff1f7,#f5f0ff)}.swbp-query-head h3{margin:0 0 8px;font-size:30px;line-height:1.2;color:var(--swbp-ui-dark);font-weight:950}.swbp-query-head p{margin:0;color:#5b5870;line-height:1.7;font-size:15px}
.swbp-query-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:20px 28px 28px}.swbp-query-form label{display:flex;flex-direction:column;gap:8px;font-weight:900;color:#334155;font-size:14px}.swbp-query-form label span{color:#4b3358}.swbp-query-form label.swbp-full{grid-column:1/-1}.swbp-query-form input,.swbp-query-form textarea{width:100%;border:1px solid #f3c5d8;border-radius:18px;padding:15px 16px;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 10px 28px rgba(236,72,153,.04);background:#fff;color:#1f1630}.swbp-query-form textarea{min-height:108px;resize:vertical}.swbp-query-form input:focus,.swbp-query-form textarea:focus{border-color:#ec4899;outline:3px solid rgba(236,72,153,.14)}
.swbp-query-submit{grid-column:1/-1;background:linear-gradient(135deg,#ff74b6,#ec4899 55%,#db2777);color:#fff;padding:16px 20px;border-radius:18px;box-shadow:0 18px 38px rgba(236,72,153,.25)}
.swbp-query-message{grid-column:1/-1;font-weight:800;color:#0f766e;min-height:22px;padding-top:4px}.swbp-query-message.is-error{color:#dc2626}
body.swbp-modal-open{overflow:hidden}

@media (max-width:900px){
  .swbp-hero{min-height:var(--swbp-hero-hm);height:auto}.swbp-hero-inner{padding:70px 0;min-height:var(--swbp-hero-hm);width:min(var(--swbp-container),calc(100% - 28px));align-items:center}.swbp-hero h1{font-size:var(--swbp-heading-m);letter-spacing:-.8px}.swbp-hero-badge{font-size:var(--swbp-badge-m);padding:9px 13px}.swbp-hero-highlight{font-size:var(--swbp-highlight-m)}.swbp-hero p{font-size:var(--swbp-desc-m);line-height:1.68}.swbp-hero-actions{gap:10px}.swbp-btn-primary,.swbp-btn-glass{width:100%;padding:15px 18px}.swbp-hero-left .swbp-hero-inner,.swbp-hero-right .swbp-hero-inner,.swbp-hero-center .swbp-hero-inner{justify-content:center;text-align:center}.swbp-hero-left .swbp-hero-badge,.swbp-hero-right .swbp-hero-badge,.swbp-hero-center .swbp-hero-badge{align-self:center}.swbp-hero-left p,.swbp-hero-right p{margin-left:auto;margin-right:auto}.swbp-hero-left .swbp-hero-actions,.swbp-hero-right .swbp-hero-actions{justify-content:center}
  .swbp-section-head{width:calc(100% - 28px);margin-bottom:24px}.swbp-section-head h2{font-size:var(--swbp-title-m)}.swbp-section-head p{font-size:var(--swbp-sub-m)}
  .swbp-gallery-marquee{padding-top:calc(var(--swbp-pt) * .72);padding-bottom:calc(var(--swbp-pb) * .72)}.swbp-gallery-marquee:before,.swbp-gallery-marquee:after{width:36px}.swbp-gallery-card{width:min(var(--swbp-img-w),76vw);height:min(var(--swbp-img-h),54vw)}
  .swbp-intro{padding-top:calc(var(--swbp-pt) * .72);padding-bottom:calc(var(--swbp-pb) * .72)}.swbp-intro-inner{grid-template-columns:1fr;width:calc(100% - 28px);gap:28px}.swbp-intro-image_right .swbp-intro-media{order:0}.swbp-intro h2{font-size:var(--swbp-title-m)}.swbp-intro p{font-size:var(--swbp-text-m)}.swbp-intro-media img,.swbp-intro-demo{min-height:260px;border-radius:22px}.swbp-intro-btn{width:100%}
  .swbp-strength{padding-top:calc(var(--swbp-pt) * .72);padding-bottom:calc(var(--swbp-pb) * .72)}.swbp-strength-wrap{grid-template-columns:1fr;width:calc(100% - 28px);gap:20px}.swbp-strength-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;gap:12px;padding-bottom:0;scroll-snap-type:none}.swbp-strength-tab{min-width:0;scroll-snap-align:start;font-size:14px;padding:13px 12px;min-height:84px;align-items:flex-start}.swbp-strength-tab > span:last-child{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.swbp-strength-detail{min-height:unset;border-radius:24px}.swbp-strength-panel{position:relative;display:none;grid-template-columns:1fr}.swbp-strength-panel.is-active{display:grid}.swbp-strength-image{min-height:220px;max-height:280px}.swbp-strength-text{padding:24px}.swbp-strength-text h3{font-size:25px}.swbp-strength-text p{font-size:var(--swbp-text-m)}
  .swbp-query-dialog{border-radius:24px}.swbp-query-head{padding:24px 22px 12px;padding-right:76px}.swbp-query-head h3{font-size:23px}.swbp-query-form{grid-template-columns:1fr;padding:18px 22px 24px}.swbp-query-form label.swbp-full{grid-column:auto}
}
@media (max-width:520px){.swbp-hero-inner{width:calc(100% - 22px);padding:52px 0}.swbp-hero-content{padding:22px 18px;border-radius:26px}.swbp-hero-badge{font-size:var(--swbp-badge-m)}.swbp-hero h1{font-size:clamp(24px,var(--swbp-heading-m),40px)}.swbp-hero-highlight{font-size:var(--swbp-highlight-m)}.swbp-hero p{font-size:var(--swbp-desc-m)}.swbp-hero-actions{width:100%;display:grid;grid-template-columns:1fr;gap:12px}.swbp-hero-actions .swbp-btn{width:100%}.swbp-gallery-card figcaption{font-size:12px;padding:8px 10px}.swbp-query-modal{padding:10px}.swbp-query-dialog{border-radius:20px}.swbp-query-close{top:12px;right:12px;width:42px !important;height:42px !important}.swbp-query-head{padding:22px 18px 10px;padding-right:72px}.swbp-query-form{padding:16px 18px 20px}.swbp-strength-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.swbp-strength-tab{padding:12px 10px;min-height:80px}.swbp-strength-icon{width:30px;height:30px;font-size:20px}}

.swbp-strength-tab > span:last-child{min-width:0;display:block;line-height:1.3;word-break:break-word}


/* V0.1.3 premium compact mobile polish: admission form + square strength cards */
.swbp-query-modal{padding:clamp(16px,3.8vw,28px)}
.swbp-query-dialog{width:min(680px,calc(100vw - 32px));border-radius:28px;background:linear-gradient(160deg,#ffffff 0%,#fff9fc 52%,#fbf5ff 100%);border:1px solid rgba(236,72,153,.18);box-shadow:0 34px 95px rgba(38,24,56,.38),0 0 0 1px rgba(255,255,255,.72) inset;overflow:hidden}
.swbp-query-dialog:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,#ff77bc,#ec4899,#9b5cf6);z-index:1}
.swbp-query-head{position:relative;padding:28px 32px 14px;padding-right:94px;background:radial-gradient(circle at 8% 0%,rgba(236,72,153,.16),transparent 34%),linear-gradient(135deg,#fff4fa,#f6f0ff)}
.swbp-query-head h3{font-size:clamp(28px,4.2vw,38px);letter-spacing:-.8px;color:#171222;text-shadow:0 1px 0 #fff}
.swbp-query-head p{font-size:16px;color:#5f526b;font-weight:650;line-height:1.65}
.swbp-query-close{top:18px;right:18px;width:48px !important;height:48px !important;background:linear-gradient(135deg,#ff69b4,#8b5cf6) !important;box-shadow:0 18px 42px rgba(236,72,153,.30),0 5px 0 rgba(139,92,246,.22) !important}
.swbp-query-form{padding:22px 32px 30px;gap:14px 16px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,247,251,.72))}
.swbp-query-form label{gap:7px;font-size:15.5px;color:#211629;letter-spacing:-.1px}
.swbp-query-form label span{color:#302039;font-weight:950}
.swbp-query-form input[type="text"],
.swbp-query-form input[type="tel"],
.swbp-query-form textarea{min-height:54px !important;border:1px solid rgba(236,72,153,.22) !important;border-radius:16px !important;padding:13px 16px !important;font-size:16px !important;line-height:1.35 !important;background:#fff !important;color:#16121f !important;box-shadow:0 12px 28px rgba(68,36,82,.07),inset 0 2px 0 rgba(255,255,255,.95) !important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.swbp-query-form textarea{height:104px !important;min-height:104px !important}
.swbp-query-form input[type="text"]:focus,
.swbp-query-form input[type="tel"]:focus,
.swbp-query-form textarea:focus{border-color:#ec4899 !important;outline:0 !important;box-shadow:0 0 0 4px rgba(236,72,153,.13),0 16px 34px rgba(68,36,82,.10),inset 0 2px 0 rgba(255,255,255,.95) !important;transform:translateY(-1px)}
.swbp-query-submit{border-radius:16px;min-height:54px;font-size:17px;font-weight:950;background:linear-gradient(135deg,#ff77bc,#ec4899 48%,#8b5cf6);box-shadow:0 18px 38px rgba(236,72,153,.26),0 5px 0 rgba(139,92,246,.18)}

.swbp-strength{background:linear-gradient(180deg,var(--swbp-bg),#fff 100%)}
.swbp-strength-list{gap:14px}
.swbp-strength-tab{border-radius:15px !important;background:linear-gradient(145deg,#ffffff,#fff5fa) !important;border:1px solid rgba(236,72,153,.18) !important;color:#23192f !important;box-shadow:0 13px 28px rgba(88,44,102,.08),0 4px 0 rgba(236,72,153,.08);align-items:center;justify-content:flex-start;overflow:hidden}
.swbp-strength-tab:hover,
.swbp-strength-tab.is-active{background:linear-gradient(135deg,#ff77bc,#ec4899 52%,#8b5cf6) !important;color:#fff !important;box-shadow:0 18px 40px rgba(236,72,153,.28),0 6px 0 rgba(139,92,246,.22);transform:translateY(-2px)}
.swbp-strength-icon{background:rgba(236,72,153,.12);color:#ec4899;border-radius:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.swbp-strength-tab.is-active .swbp-strength-icon,
.swbp-strength-tab:hover .swbp-strength-icon{background:rgba(255,255,255,.24);color:#fff}
.swbp-strength-tab > span:last-child{font-size:16px;line-height:1.25;font-weight:950;word-break:normal !important;overflow-wrap:normal !important;hyphens:none;white-space:normal;text-align:inherit}
.swbp-strength-detail{border-radius:26px;box-shadow:0 28px 74px rgba(64,38,84,.14),0 0 0 1px rgba(236,72,153,.08) inset}
.swbp-strength-image{background:#ffe9f4}
.swbp-strength-demo{background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#ffe1ef,#f6e8ff 48%,#e7f8ff)}
.swbp-strength-kicker{background:#fff0f7;color:#db2777;border:1px solid rgba(236,72,153,.12)}

@media (max-width:900px){
  .swbp-query-modal{padding:18px 14px;align-items:center}
  .swbp-query-dialog{width:calc(100vw - 28px);max-height:calc(100vh - 34px);border-radius:25px}
  .swbp-query-head{padding:24px 22px 12px;padding-right:82px}
  .swbp-query-head h3{font-size:32px;line-height:1.08}
  .swbp-query-head p{font-size:16px;line-height:1.65}
  .swbp-query-form{padding:18px 22px 24px;gap:13px}
  .swbp-query-form label{font-size:15.5px}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"]{height:52px !important;min-height:52px !important}
  .swbp-strength-wrap{width:calc(100% - 28px);gap:18px}
  .swbp-strength-list,
  .swbp-strength-list_top .swbp-strength-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;justify-content:initial !important;align-items:stretch}
  .swbp-strength-tab{min-height:106px !important;border-radius:15px !important;padding:12px 9px !important;display:flex !important;flex-direction:column;align-items:center !important;justify-content:center !important;text-align:center !important;gap:8px !important;font-size:16px !important;line-height:1.22 !important}
  .swbp-strength-icon{width:34px;height:34px;font-size:20px;border-radius:12px}
  .swbp-strength-tab > span:last-child{font-size:16px !important;line-height:1.24 !important;display:block !important;overflow:visible !important;-webkit-line-clamp:unset !important;white-space:normal !important;word-break:normal !important;overflow-wrap:normal !important;text-align:center}
  .swbp-strength-detail{border-radius:22px}
  .swbp-strength-image{min-height:180px;max-height:220px}
  .swbp-strength-demo span{font-size:68px}
  .swbp-strength-text{padding:22px 20px 24px;gap:12px}
  .swbp-strength-text h3{font-size:28px;line-height:1.16}
  .swbp-strength-text p{font-size:16px;line-height:1.72}
}
@media (max-width:520px){
  .swbp-query-modal{padding:16px 12px}
  .swbp-query-dialog{width:calc(100vw - 24px);border-radius:24px}
  .swbp-query-close{top:14px;right:14px;width:44px !important;height:44px !important;font-size:24px !important}
  .swbp-query-head{padding:24px 20px 12px;padding-right:78px}
  .swbp-query-head h3{font-size:30px}
  .swbp-query-head p{font-size:15.5px}
  .swbp-query-form{padding:16px 20px 22px;gap:12px}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"]{height:50px !important;min-height:50px !important;border-radius:15px !important}
  .swbp-query-form textarea{height:96px !important;min-height:96px !important;border-radius:15px !important}
  .swbp-query-submit{min-height:52px}
  .swbp-strength-wrap{width:calc(100% - 26px)}
  .swbp-strength-list,.swbp-strength-list_top .swbp-strength-list{gap:10px !important}
  .swbp-strength-tab{min-height:100px !important;padding:10px 8px !important}
  .swbp-strength-tab > span:last-child{font-size:15.5px !important;line-height:1.2 !important;letter-spacing:-.2px}
  .swbp-strength-icon{width:32px;height:32px;font-size:19px}
}
@media (max-width:380px){
  .swbp-strength-tab{min-height:94px !important;padding:9px 6px !important}
  .swbp-strength-tab > span:last-child{font-size:14.5px !important;line-height:1.16 !important}
}

/* V0.1.4 Admission form: colorful compact 3D mobile-first redesign + scroll fix */
body.swbp-modal-open{overflow:hidden!important;touch-action:none}
.swbp-query-modal{align-items:flex-start!important;justify-content:center!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;padding:clamp(16px,4vw,30px)!important;background:transparent!important}
.swbp-query-backdrop{background:radial-gradient(circle at 16% 12%,rgba(236,72,153,.42),transparent 28%),radial-gradient(circle at 86% 20%,rgba(139,92,246,.36),transparent 30%),rgba(20,13,33,.72)!important;backdrop-filter:blur(12px) saturate(1.25)!important}
.swbp-query-dialog{width:min(720px,calc(100vw - 28px))!important;max-height:none!important;overflow:visible!important;margin:auto!important;border-radius:30px!important;background:linear-gradient(145deg,#ffffff 0%,#fff6fb 42%,#f8edff 100%)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 30px 90px rgba(23,12,36,.42),0 16px 0 rgba(236,72,153,.10),inset 0 1px 0 rgba(255,255,255,.98)!important;isolation:isolate}
.swbp-query-dialog:before{height:100%!important;background:radial-gradient(circle at 0% 0%,rgba(255,119,188,.32),transparent 36%),radial-gradient(circle at 100% 18%,rgba(139,92,246,.20),transparent 32%),linear-gradient(90deg,rgba(255,119,188,.13),rgba(139,92,246,.08))!important;border-radius:inherit;z-index:-1!important;pointer-events:none}
.swbp-query-head{padding:30px 34px 16px!important;padding-right:96px!important;background:transparent!important;border-bottom:1px solid rgba(236,72,153,.10)!important}
.swbp-query-head h3{font-size:clamp(32px,5vw,46px)!important;line-height:1.02!important;color:#17111f!important;font-weight:1000!important;letter-spacing:-1.35px!important;text-shadow:0 2px 0 #fff,0 10px 24px rgba(236,72,153,.10)!important}
.swbp-query-head p{font-size:18px!important;line-height:1.62!important;color:#55465f!important;font-weight:750!important;max-width:560px}
.swbp-query-close{top:20px!important;right:20px!important;width:54px!important;height:54px!important;background:linear-gradient(145deg,#ff66b3 0%,#ec4899 45%,#7c3aed 100%)!important;color:#fff!important;font-size:28px!important;font-weight:1000!important;box-shadow:0 18px 36px rgba(236,72,153,.36),0 7px 0 rgba(124,58,237,.22),inset 0 2px 0 rgba(255,255,255,.30)!important}
.swbp-query-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:22px 34px 34px!important;gap:16px 18px!important;background:linear-gradient(145deg,rgba(255,255,255,.62),rgba(255,242,249,.72))!important}
.swbp-query-form label{gap:9px!important;font-size:17px!important;color:#25152e!important;font-weight:950!important;letter-spacing:-.2px!important;text-shadow:0 1px 0 rgba(255,255,255,.95)}
.swbp-query-form label span{font-weight:1000!important;color:#2a1935!important}
.swbp-query-form input[type="text"],
.swbp-query-form input[type="tel"],
.swbp-query-form select,
.swbp-query-form textarea{width:100%!important;min-height:58px!important;height:58px!important;border:1px solid rgba(236,72,153,.26)!important;border-radius:18px!important;padding:14px 17px!important;font-size:18px!important;line-height:1.35!important;font-weight:750!important;background:linear-gradient(180deg,#fff,#fffafc)!important;color:#16121f!important;box-shadow:0 14px 30px rgba(70,38,92,.10),0 5px 0 rgba(236,72,153,.08),inset 0 2px 0 rgba(255,255,255,1)!important;outline:0!important;appearance:auto!important;-webkit-appearance:auto!important}
.swbp-query-form select{background-image:linear-gradient(180deg,#fff,#fff6fb)!important;cursor:pointer!important;color:#24172c!important}
.swbp-query-form textarea{height:90px!important;min-height:90px!important;resize:vertical!important}
.swbp-query-form input:focus,.swbp-query-form select:focus,.swbp-query-form textarea:focus{border-color:#ec4899!important;box-shadow:0 0 0 5px rgba(236,72,153,.15),0 18px 38px rgba(70,38,92,.14),0 5px 0 rgba(139,92,246,.10),inset 0 2px 0 #fff!important;transform:translateY(-1px)!important}
.swbp-query-submit{min-height:60px!important;border-radius:18px!important;font-size:19px!important;font-weight:1000!important;letter-spacing:-.2px!important;background:linear-gradient(135deg,#ff7cc1 0%,#ec4899 48%,#7c3aed 100%)!important;box-shadow:0 20px 42px rgba(236,72,153,.34),0 7px 0 rgba(124,58,237,.22),inset 0 2px 0 rgba(255,255,255,.28)!important;text-shadow:0 1px 0 rgba(0,0,0,.12)!important}
.swbp-query-message{font-size:15px!important;font-weight:950!important;color:#047857!important}

@media (max-width:760px){
  .swbp-query-modal{padding:18px 12px 28px!important;display:none!important;align-items:flex-start!important}
  .swbp-query-modal.is-open{display:block!important}
  .swbp-query-dialog{width:calc(100vw - 24px)!important;margin:0 auto 22px!important;border-radius:26px!important}
  .swbp-query-head{padding:26px 22px 14px!important;padding-right:82px!important}
  .swbp-query-head h3{font-size:34px!important;line-height:1.05!important;letter-spacing:-1px!important}
  .swbp-query-head p{font-size:17px!important;line-height:1.62!important}
  .swbp-query-close{top:16px!important;right:16px!important;width:50px!important;height:50px!important}
  .swbp-query-form{grid-template-columns:1fr!important;padding:18px 22px 26px!important;gap:14px!important}
  .swbp-query-form label{font-size:17px!important;gap:8px!important}
  .swbp-query-form label.swbp-full{grid-column:auto!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form select{height:56px!important;min-height:56px!important;font-size:18px!important;border-radius:17px!important}
  .swbp-query-form textarea{height:84px!important;min-height:84px!important;font-size:17px!important;border-radius:17px!important}
  .swbp-query-submit{min-height:58px!important;font-size:18px!important}
}
@media (max-width:420px){
  .swbp-query-modal{padding:16px 10px 24px!important}
  .swbp-query-dialog{width:calc(100vw - 20px)!important;border-radius:24px!important}
  .swbp-query-head{padding:24px 19px 12px!important;padding-right:74px!important}
  .swbp-query-head h3{font-size:31px!important}
  .swbp-query-head p{font-size:16px!important}
  .swbp-query-close{width:46px!important;height:46px!important;top:14px!important;right:14px!important}
  .swbp-query-form{padding:16px 19px 23px!important;gap:13px!important}
  .swbp-query-form label{font-size:16.5px!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form select{height:54px!important;min-height:54px!important;font-size:17px!important}
}

/* V0.1.5 admission form UX polish: working close button, one WhatsApp number, thank-you popup */
body.swbp-modal-open{overflow:hidden!important;touch-action:auto!important}
.swbp-query-modal{touch-action:pan-y!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
.swbp-query-dialog{position:relative!important;overflow:hidden!important;background:
  radial-gradient(circle at 8% 4%,rgba(255,118,190,.28),transparent 28%),
  radial-gradient(circle at 92% 12%,rgba(139,92,246,.22),transparent 30%),
  linear-gradient(145deg,#fff 0%,#fff1f8 48%,#f6ecff 100%)!important;
  box-shadow:0 36px 95px rgba(32,18,44,.45),0 14px 0 rgba(236,72,153,.12),inset 0 1px 0 rgba(255,255,255,.96)!important
}
.swbp-query-dialog:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:radial-gradient(rgba(236,72,153,.30) 1px,transparent 1px);background-size:13px 13px;mix-blend-mode:multiply}
.swbp-query-close{z-index:40!important;pointer-events:auto!important;touch-action:manipulation!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(145deg,#ff5cad,#e42e8b 55%,#7c3aed 100%)!important;box-shadow:0 16px 32px rgba(236,72,153,.38),0 7px 0 rgba(124,58,237,.25),inset 0 2px 0 rgba(255,255,255,.36)!important}
.swbp-query-close:active{transform:translateY(3px)!important;box-shadow:0 8px 20px rgba(236,72,153,.28),0 3px 0 rgba(124,58,237,.25)!important}
.swbp-query-head{position:relative;z-index:2;background:linear-gradient(135deg,rgba(255,239,248,.92),rgba(246,237,255,.92))!important}
.swbp-query-head h3{font-size:clamp(29px,5vw,42px)!important;line-height:1.08!important;letter-spacing:-1px!important;color:#1b1224!important;font-weight:1000!important;text-shadow:0 3px 0 rgba(255,255,255,.85),0 16px 36px rgba(236,72,153,.12)!important}
.swbp-query-head p{font-size:18px!important;line-height:1.62!important;color:#4f415d!important;font-weight:850!important}
.swbp-query-form{position:relative;z-index:2;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,244,250,.88))!important}
.swbp-query-form label{font-size:18px!important;line-height:1.25!important;color:#271633!important;font-weight:1000!important}
.swbp-query-form input[type="text"],
.swbp-query-form input[type="tel"],
.swbp-query-form select,
.swbp-query-form textarea{font-size:19px!important;font-weight:850!important;color:#17111f!important;background:linear-gradient(180deg,#fff,#fff8fc)!important;border:1px solid rgba(236,72,153,.28)!important;box-shadow:0 16px 34px rgba(62,35,86,.11),0 6px 0 rgba(236,72,153,.09),inset 0 2px 0 rgba(255,255,255,1)!important}
.swbp-query-form select{font-size:18px!important}
.swbp-query-submit{position:relative;z-index:2;background:linear-gradient(135deg,#ff7abf 0%,#ec4899 52%,#7c3aed 100%)!important;color:#fff!important}
.swbp-query-success-pop{display:none;position:absolute;inset:0;z-index:30;align-items:center;justify-content:center;padding:26px;background:rgba(35,20,47,.18);backdrop-filter:blur(7px)}
.swbp-query-modal.is-success .swbp-query-success-pop{display:flex}
.swbp-success-card{width:min(440px,100%);text-align:center;background:linear-gradient(145deg,#fff,#fff4fa 55%,#f3e8ff);border:1px solid rgba(255,255,255,.75);border-radius:28px;padding:30px 24px 24px;box-shadow:0 24px 75px rgba(35,20,47,.30),0 8px 0 rgba(236,72,153,.11),inset 0 2px 0 #fff;animation:swbpSuccessPop .32s ease-out both}
.swbp-success-icon{display:inline-flex;align-items:center;justify-content:center;width:86px;height:86px;margin:0 auto 14px;border-radius:50%;font-size:52px;background:linear-gradient(145deg,#fff,#ffe2f1);box-shadow:0 18px 42px rgba(236,72,153,.18),inset 0 2px 0 #fff}
.swbp-success-card h4{margin:0 0 8px;font-size:34px;line-height:1.1;color:#1b1224;font-weight:1000;letter-spacing:-.8px}
.swbp-success-card p{margin:0 auto 18px;color:#54445f;font-size:17px;line-height:1.55;font-weight:800;max-width:330px}
.swbp-success-ok{appearance:none;border:0;border-radius:18px;background:linear-gradient(135deg,#ff75bb,#ec4899 55%,#8b5cf6);color:#fff;font-size:17px;font-weight:1000;padding:14px 26px;box-shadow:0 14px 30px rgba(236,72,153,.28),0 5px 0 rgba(139,92,246,.2);cursor:pointer}
@keyframes swbpSuccessPop{from{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (max-width:600px){
  .swbp-query-modal{padding:14px 10px 28px!important;display:none!important}
  .swbp-query-modal.is-open{display:block!important}
  .swbp-query-dialog{width:calc(100vw - 20px)!important;margin:0 auto 22px!important;border-radius:26px!important}
  .swbp-query-head{padding:24px 18px 13px!important;padding-right:78px!important}
  .swbp-query-head h3{font-size:30px!important;line-height:1.08!important;letter-spacing:-.7px!important}
  .swbp-query-head p{font-size:16.5px!important;line-height:1.55!important}
  .swbp-query-close{top:14px!important;right:14px!important;width:48px!important;height:48px!important;font-size:28px!important}
  .swbp-query-form{padding:17px 18px 24px!important;gap:13px!important}
  .swbp-query-form label{font-size:17.5px!important;gap:8px!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form select{height:54px!important;min-height:54px!important;font-size:18px!important;border-radius:17px!important;padding:12px 16px!important}
  .swbp-query-form textarea{height:78px!important;min-height:78px!important;font-size:18px!important;border-radius:17px!important}
  .swbp-query-submit{min-height:58px!important;font-size:18px!important;border-radius:18px!important}
  .swbp-success-card{border-radius:24px;padding:26px 19px 22px}
  .swbp-success-icon{width:78px;height:78px;font-size:48px}
  .swbp-success-card h4{font-size:30px}
  .swbp-success-card p{font-size:16px}
}

/* V0.1.6 hero reference style + official transparent admission form */
.swbp-home{--swbp-ui-pink:#ec4899;--swbp-ui-purple:#7c3aed;--swbp-ui-navy:#07131f}
.swbp-hero{min-height:var(--swbp-hero-h)!important;height:var(--swbp-hero-h)!important;background:#07131f!important}
.swbp-hero-overlay{background:linear-gradient(180deg,rgba(3,7,18,.45),rgba(3,7,18,.44)),var(--swbp-hero-overlay)!important}
.swbp-hero-inner{width:min(var(--swbp-container),calc(100% - 32px))!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding-top:var(--swbp-pt)!important;padding-bottom:var(--swbp-pb)!important}
.swbp-hero-content{max-width:min(var(--swbp-content-width),100%)!important;padding:0!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;align-items:center!important;gap:26px!important;text-align:center!important}
.swbp-hero-badge{align-self:center!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.42)!important;color:#fff!important;box-shadow:none!important;text-transform:uppercase;letter-spacing:.8px}
.swbp-hero-rotator{position:relative;width:100%;min-height:170px;display:flex;align-items:center;justify-content:center}
.swbp-hero-message{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;opacity:0;transform:translateY(18px);transition:opacity .72s ease,transform .72s ease;pointer-events:none}
.swbp-hero-message.is-active{opacity:1;transform:translateY(0);pointer-events:auto}
.swbp-hero h1{font-size:clamp(30px,var(--swbp-heading-d),52px)!important;line-height:1.18!important;font-weight:900!important;letter-spacing:.1px!important;text-shadow:0 4px 18px rgba(0,0,0,.72),0 1px 0 rgba(0,0,0,.35)!important;max-width:900px;margin:0 auto!important;color:#fff!important;text-transform:none!important}
.swbp-hero-highlight{font-size:clamp(19px,var(--swbp-highlight-d),32px)!important;font-weight:500!important;line-height:1.45!important;color:rgba(255,255,255,.96)!important;text-shadow:0 3px 16px rgba(0,0,0,.72)!important;max-width:880px;margin:0 auto!important}
.swbp-hero p{color:rgba(255,255,255,.94)!important;text-align:center!important;margin:0 auto!important;font-weight:500!important}
.swbp-hero-actions{justify-content:center!important;gap:16px!important;margin-top:6px!important;width:100%}
.swbp-hero-actions .swbp-btn{min-width:228px;min-height:58px;padding:16px 26px!important;border-radius:999px!important;background:rgba(0,0,0,.10)!important;color:#fff!important;border:2px solid rgba(255,255,255,.78)!important;box-shadow:0 14px 34px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.18)!important;backdrop-filter:blur(8px);font-size:18px!important;font-weight:800!important;text-shadow:0 2px 10px rgba(0,0,0,.35)!important}
.swbp-hero-actions .swbp-btn-primary{background:linear-gradient(135deg,rgba(236,72,153,.86),rgba(124,58,237,.78))!important;border-color:rgba(255,255,255,.80)!important}
.swbp-hero-actions .swbp-btn:hover{background:rgba(255,255,255,.18)!important;color:#fff!important;transform:translateY(-2px)}
.swbp-youtube-bg{inset:-10%!important}.swbp-youtube-bg iframe{filter:saturate(1.08) contrast(1.04)}
.swbp-hero-slide{background-position:center!important}

.swbp-query-modal{background:rgba(6,10,20,.62)!important;backdrop-filter:blur(6px)!important;z-index:999999!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;align-items:flex-start!important;padding:22px 14px 30px!important}
.swbp-query-modal.is-open{display:block!important}
.swbp-query-dialog{width:min(680px,calc(100vw - 28px))!important;margin:0 auto 24px!important;border-radius:24px!important;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,246,251,.68))!important;border:1px solid rgba(255,255,255,.65)!important;box-shadow:0 34px 92px rgba(5,10,25,.46),inset 0 1px 0 rgba(255,255,255,.95)!important;backdrop-filter:blur(22px)!important;overflow:hidden!important;position:relative!important}
.swbp-query-dialog:before{content:"";position:absolute;inset:0;height:auto!important;border-radius:inherit;background:radial-gradient(circle at 8% 0%,rgba(255,105,180,.32),transparent 34%),radial-gradient(circle at 100% 16%,rgba(124,58,237,.20),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,.10))!important;z-index:0!important;pointer-events:none!important}
.swbp-query-dialog:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 1px);background-size:16px 16px;z-index:0!important}
.swbp-query-head,.swbp-query-form,.swbp-query-success-pop{position:relative!important;z-index:2!important}
.swbp-query-head{padding:30px 34px 18px!important;padding-right:92px!important;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.45)!important}
.swbp-query-head h3{font-size:clamp(30px,4.8vw,40px)!important;line-height:1.1!important;font-weight:900!important;color:#191323!important;letter-spacing:-.8px!important;text-shadow:0 2px 0 rgba(255,255,255,.75)!important}
.swbp-query-head p{font-size:17px!important;line-height:1.6!important;color:#4f425b!important;font-weight:700!important;max-width:560px!important}
.swbp-query-close{top:18px!important;right:18px!important;width:50px!important;height:50px!important;border-radius:999px!important;background:linear-gradient(145deg,#ff5cad,#ec4899 52%,#7c3aed)!important;color:#fff!important;font-size:28px!important;z-index:50!important;box-shadow:0 16px 34px rgba(236,72,153,.32),0 6px 0 rgba(124,58,237,.20),inset 0 2px 0 rgba(255,255,255,.30)!important}
.swbp-query-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px 17px!important;padding:22px 34px 34px!important;background:transparent!important}
.swbp-query-form label{display:flex!important;flex-direction:column!important;gap:8px!important;font-size:17px!important;font-weight:900!important;line-height:1.25!important;color:#24152f!important;letter-spacing:-.15px!important;text-shadow:0 1px 0 rgba(255,255,255,.8)!important}
.swbp-query-form label span{color:#24152f!important;font-weight:950!important}
.swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form input[type="date"],.swbp-query-form select,.swbp-query-form textarea{width:100%!important;min-height:56px!important;height:56px!important;border-radius:16px!important;border:1px solid rgba(236,72,153,.22)!important;background:rgba(255,255,255,.74)!important;color:#17111f!important;font-size:18px!important;font-weight:700!important;padding:13px 16px!important;box-shadow:0 13px 28px rgba(50,28,70,.11),0 5px 0 rgba(236,72,153,.08),inset 0 1px 0 rgba(255,255,255,.9)!important;outline:0!important;appearance:auto!important;-webkit-appearance:auto!important}
.swbp-query-form textarea{height:78px!important;min-height:78px!important;resize:vertical!important}
.swbp-query-form input:focus,.swbp-query-form select:focus,.swbp-query-form textarea:focus{border-color:#ec4899!important;box-shadow:0 0 0 5px rgba(236,72,153,.16),0 18px 38px rgba(50,28,70,.15),0 5px 0 rgba(124,58,237,.10),inset 0 1px 0 rgba(255,255,255,.96)!important;background:rgba(255,255,255,.92)!important}
.swbp-query-submit{grid-column:1/-1!important;min-height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff6db7 0%,#ec4899 52%,#7c3aed 100%)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;box-shadow:0 18px 38px rgba(236,72,153,.32),0 6px 0 rgba(124,58,237,.20),inset 0 2px 0 rgba(255,255,255,.26)!important}
.swbp-query-message{grid-column:1/-1!important;font-size:15px!important;font-weight:850!important}

@media (max-width:900px){
  .swbp-hero{min-height:var(--swbp-hero-hm)!important;height:var(--swbp-hero-hm)!important}
  .swbp-hero-inner{width:calc(100% - 24px)!important;padding:52px 0!important}
  .swbp-hero-content{gap:20px!important}
  .swbp-hero-rotator{min-height:188px!important}
  .swbp-hero-message{gap:18px!important}
  .swbp-hero h1{font-size:clamp(27px,var(--swbp-heading-m),36px)!important;line-height:1.2!important;max-width:96%!important}
  .swbp-hero-highlight{font-size:clamp(19px,var(--swbp-highlight-m),24px)!important;line-height:1.48!important;max-width:95%!important}
  .swbp-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;max-width:360px;margin-left:auto!important;margin-right:auto!important}
  .swbp-hero-actions .swbp-btn{width:100%!important;min-width:0!important;min-height:56px!important;font-size:17px!important}
  .swbp-query-modal{padding:16px 12px 28px!important}
  .swbp-query-dialog{width:calc(100vw - 24px)!important;border-radius:22px!important}
  .swbp-query-head{padding:26px 22px 14px!important;padding-right:78px!important}
  .swbp-query-head h3{font-size:30px!important;line-height:1.12!important}
  .swbp-query-head p{font-size:16px!important;line-height:1.58!important}
  .swbp-query-close{top:15px!important;right:15px!important;width:46px!important;height:46px!important;font-size:26px!important}
  .swbp-query-form{grid-template-columns:1fr!important;padding:18px 22px 26px!important;gap:13px!important}
  .swbp-query-form label{font-size:17px!important;gap:8px!important}
  .swbp-query-form label.swbp-full{grid-column:auto!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form input[type="date"],.swbp-query-form select{height:54px!important;min-height:54px!important;font-size:17px!important;border-radius:16px!important}
  .swbp-query-form textarea{height:74px!important;min-height:74px!important;font-size:17px!important;border-radius:16px!important}
}
@media (max-width:520px){
  .swbp-hero-inner{width:calc(100% - 20px)!important;padding:46px 0!important}
  .swbp-hero-rotator{min-height:205px!important}
  .swbp-hero h1{font-size:clamp(25px,var(--swbp-heading-m),33px)!important;letter-spacing:0!important}
  .swbp-hero-highlight{font-size:clamp(18px,var(--swbp-highlight-m),22px)!important}
  .swbp-query-modal{padding:14px 10px 26px!important}
  .swbp-query-dialog{width:calc(100vw - 20px)!important;border-radius:21px!important}
  .swbp-query-head{padding:24px 18px 12px!important;padding-right:74px!important}
  .swbp-query-head h3{font-size:28px!important}
  .swbp-query-head p{font-size:15.5px!important}
  .swbp-query-close{width:44px!important;height:44px!important;right:13px!important;top:13px!important}
  .swbp-query-form{padding:16px 18px 24px!important;gap:12px!important}
  .swbp-query-form label{font-size:16.5px!important}
}

/* V0.1.7 clean official admission form + hero video timing/overlay polish */
.swbp-hero-no-overlay .swbp-hero-overlay{display:none!important;background:transparent!important}
.swbp-hero-no-overlay .swbp-hero-bg:after{content:none!important}
.swbp-hero-no-overlay .swbp-hero h1,
.swbp-hero-no-overlay .swbp-hero-highlight,
.swbp-hero-no-overlay .swbp-hero p{ text-shadow:0 4px 18px rgba(0,0,0,.78)!important; }

.swbp-query-modal{background:rgba(7,13,24,.58)!important;backdrop-filter:blur(5px)!important;padding:clamp(16px,3vw,28px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;align-items:flex-start!important}
.swbp-query-modal.is-open{display:block!important}
.swbp-query-dialog{width:min(680px,calc(100vw - 36px))!important;margin:0 auto 28px!important;background:#ffffff!important;border:2px solid rgba(236,72,153,.55)!important;border-radius:22px!important;box-shadow:0 28px 80px rgba(15,23,42,.36),0 0 0 1px rgba(255,255,255,.75) inset!important;backdrop-filter:none!important;overflow:hidden!important;color:#111827!important}
.swbp-query-dialog:before,.swbp-query-dialog:after{content:none!important;display:none!important}
.swbp-query-head,.swbp-query-form,.swbp-query-success-pop{position:relative!important;z-index:2!important;background:#fff!important}
.swbp-query-head{padding:34px 40px 12px!important;padding-right:86px!important;border-bottom:0!important;background:#fff!important}
.swbp-query-head h3{margin:0!important;color:#111827!important;font-size:clamp(30px,4vw,38px)!important;font-weight:900!important;line-height:1.18!important;letter-spacing:-.8px!important;text-shadow:none!important;max-width:560px!important}
.swbp-query-head p{margin:14px 0 0!important;color:#4b5563!important;font-size:16px!important;font-weight:600!important;line-height:1.6!important;text-shadow:none!important;max-width:560px!important}
.swbp-query-close{all:unset!important;position:absolute!important;top:22px!important;right:24px!important;width:42px!important;height:42px!important;border-radius:999px!important;background:#ffffff!important;color:#9ca3af!important;font-size:46px!important;font-weight:300!important;line-height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:60!important;box-shadow:none!important;border:0!important;padding:0!important;font-family:Arial,Helvetica,sans-serif!important}
.swbp-query-close:hover{color:#ec4899!important;transform:scale(1.02)!important}
.swbp-query-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 16px!important;padding:24px 40px 38px!important;background:#fff!important}
.swbp-query-form label{display:flex!important;flex-direction:column!important;gap:8px!important;font-size:15px!important;line-height:1.2!important;font-weight:800!important;color:#1f2937!important;letter-spacing:0!important;text-shadow:none!important}
.swbp-query-form label span{color:#1f2937!important;font-weight:850!important;text-shadow:none!important}
.swbp-query-form label.swbp-full{grid-column:1/-1!important}
.swbp-query-form input[type="text"],
.swbp-query-form input[type="tel"],
.swbp-query-form input[type="date"],
.swbp-query-form select,
.swbp-query-form textarea{width:100%!important;height:58px!important;min-height:58px!important;border:1px solid rgba(236,72,153,.48)!important;border-radius:9px!important;background:#fbfbfd!important;color:#111827!important;font-size:17px!important;font-weight:600!important;line-height:1.35!important;padding:14px 18px!important;box-shadow:0 1px 0 rgba(15,23,42,.03),inset 0 1px 2px rgba(15,23,42,.02)!important;outline:0!important;appearance:auto!important;-webkit-appearance:auto!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}
.swbp-query-form textarea{height:74px!important;min-height:74px!important;resize:vertical!important}
.swbp-query-form input::placeholder,
.swbp-query-form textarea::placeholder{color:#9ca3af!important;font-weight:500!important}
.swbp-query-form input:focus,
.swbp-query-form select:focus,
.swbp-query-form textarea:focus{border-color:#ec4899!important;background:#fff!important;box-shadow:0 0 0 3px rgba(236,72,153,.13),0 7px 18px rgba(236,72,153,.08)!important}
.swbp-query-submit{grid-column:1/-1!important;min-height:62px!important;border-radius:9px!important;background:linear-gradient(135deg,#ff7ab8,#ec4899 58%,#db2777)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;letter-spacing:.1px!important;border:0!important;box-shadow:0 14px 28px rgba(236,72,153,.26)!important;text-shadow:none!important}
.swbp-query-submit:hover{filter:brightness(1.02)!important;transform:translateY(-1px)!important}
.swbp-query-message{grid-column:1/-1!important;font-size:15px!important;font-weight:800!important;color:#0f766e!important;min-height:20px!important}
.swbp-query-message.is-error{color:#dc2626!important}
.swbp-query-success-pop{background:rgba(255,255,255,.96)!important}
.swbp-success-card{border:1px solid rgba(236,72,153,.32)!important;background:#fff!important;box-shadow:0 24px 70px rgba(15,23,42,.24)!important}

@media (max-width:900px){
  .swbp-query-dialog{width:calc(100vw - 30px)!important;border-radius:20px!important}
  .swbp-query-head{padding:28px 28px 10px!important;padding-right:78px!important}
  .swbp-query-head h3{font-size:32px!important;line-height:1.2!important}
  .swbp-query-head p{font-size:15.5px!important;line-height:1.58!important}
  .swbp-query-close{top:18px!important;right:20px!important;width:40px!important;height:40px!important;font-size:42px!important;line-height:36px!important}
  .swbp-query-form{grid-template-columns:1fr!important;padding:22px 28px 32px!important;gap:13px!important}
  .swbp-query-form label{font-size:15.5px!important;gap:8px!important}
  .swbp-query-form label.swbp-full{grid-column:auto!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form input[type="date"],.swbp-query-form select{height:56px!important;min-height:56px!important;font-size:16.5px!important;border-radius:9px!important}
  .swbp-query-form textarea{height:70px!important;min-height:70px!important;font-size:16.5px!important;border-radius:9px!important}
  .swbp-query-submit{min-height:58px!important;font-size:17px!important}
}
@media (max-width:520px){
  .swbp-query-modal{padding:14px 13px 28px!important}
  .swbp-query-dialog{width:calc(100vw - 26px)!important;border-radius:18px!important;border-width:2px!important}
  .swbp-query-head{padding:26px 22px 8px!important;padding-right:70px!important}
  .swbp-query-head h3{font-size:29px!important;letter-spacing:-.5px!important;line-height:1.18!important}
  .swbp-query-head p{font-size:15px!important;margin-top:12px!important}
  .swbp-query-close{top:16px!important;right:16px!important;width:38px!important;height:38px!important;font-size:40px!important;line-height:34px!important}
  .swbp-query-form{padding:20px 22px 28px!important;gap:12px!important}
  .swbp-query-form label{font-size:15.5px!important}
  .swbp-query-form input[type="text"],.swbp-query-form input[type="tel"],.swbp-query-form input[type="date"],.swbp-query-form select{height:55px!important;min-height:55px!important;font-size:16px!important;padding:13px 15px!important}
}


/* V0.1.9 submit success behavior: close form card, then show separate centered thank-you popup */
.swbp-query-modal.is-success{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
}
.swbp-query-modal.is-success .swbp-query-backdrop{
  display:block!important;
}
.swbp-query-modal.is-success .swbp-query-dialog{
  display:none!important;
}
.swbp-query-modal .swbp-query-success-pop{
  display:none!important;
  position:relative!important;
  inset:auto!important;
  z-index:80!important;
  width:min(430px,calc(100vw - 38px))!important;
  padding:0!important;
  background:transparent!important;
  backdrop-filter:none!important;
  transform:none!important;
  align-items:center!important;
  justify-content:center!important;
}
.swbp-query-modal.is-success .swbp-query-success-pop{
  display:flex!important;
}
.swbp-query-modal.is-success .swbp-success-card{
  width:100%!important;
  border:2px solid rgba(236,72,153,.34)!important;
  border-radius:24px!important;
  background:#fff!important;
  padding:34px 28px 30px!important;
  text-align:center!important;
  box-shadow:0 30px 90px rgba(15,23,42,.38),0 10px 30px rgba(236,72,153,.16)!important;
  color:#111827!important;
}
.swbp-query-modal.is-success .swbp-success-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:82px!important;
  height:82px!important;
  margin:0 auto 14px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff1f7,#ffe4f0)!important;
  box-shadow:0 14px 30px rgba(236,72,153,.18),inset 0 0 0 1px rgba(236,72,153,.12)!important;
  font-size:44px!important;
  line-height:1!important;
}
.swbp-query-modal.is-success .swbp-success-card h4{
  margin:8px 0 10px!important;
  color:#111827!important;
  font-size:clamp(28px,5vw,38px)!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.5px!important;
}
.swbp-query-modal.is-success .swbp-success-card p{
  margin:0 auto 22px!important;
  max-width:340px!important;
  color:#4b5563!important;
  font-size:16px!important;
  line-height:1.65!important;
  font-weight:650!important;
}
.swbp-query-modal.is-success .swbp-success-ok{
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff7ab8,#ec4899 58%,#db2777)!important;
  color:#fff!important;
  min-height:48px!important;
  min-width:132px!important;
  padding:12px 24px!important;
  font-size:16px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:0 14px 30px rgba(236,72,153,.24)!important;
}
@media (max-width:520px){
  .swbp-query-modal.is-success{padding:18px!important;}
  .swbp-query-modal .swbp-query-success-pop{width:calc(100vw - 36px)!important;}
  .swbp-query-modal.is-success .swbp-success-card{border-radius:22px!important;padding:30px 20px 26px!important;}
  .swbp-query-modal.is-success .swbp-success-icon{width:76px!important;height:76px!important;font-size:40px!important;}
}

/* V0.1.12 official deep admission form, update ticker, colourful intro and clean strength */
.swbp-hero h1{font-weight:var(--swbp-heading-weight)!important}
.swbp-hero-highlight{font-weight:var(--swbp-highlight-weight)!important}
.swbp-hero-badge{font-weight:var(--swbp-badge-weight)!important}
.swbp-hero p{font-weight:var(--swbp-desc-weight)!important}

.swbp-update-bar{height:var(--swbp-update-h);min-height:var(--swbp-update-h);background:var(--swbp-update-bg);color:var(--swbp-update-text);font-family:var(--swbp-update-font);font-size:var(--swbp-update-size);font-weight:var(--swbp-update-weight);display:flex;align-items:center;overflow:hidden;position:relative;z-index:5;box-shadow:0 14px 34px rgba(15,23,42,.16)}
.swbp-update-label{height:100%;display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0 24px;background:linear-gradient(135deg,var(--swbp-update-label),color-mix(in srgb,var(--swbp-update-label) 70%,#7c3aed));color:#fff;font-weight:900;letter-spacing:.2px;text-transform:uppercase;box-shadow:12px 0 24px rgba(0,0,0,.14);position:relative;z-index:2}
.swbp-update-label:after{content:"";position:absolute;right:-16px;top:0;border-top:calc(var(--swbp-update-h) / 2) solid transparent;border-bottom:calc(var(--swbp-update-h) / 2) solid transparent;border-left:16px solid color-mix(in srgb,var(--swbp-update-label) 80%,#7c3aed)}
.swbp-update-window{overflow:hidden;width:100%;height:100%;display:flex;align-items:center}
.swbp-update-track{display:flex;align-items:center;gap:0;width:max-content;animation:swbpUpdateMove var(--swbp-update-speed) linear infinite;white-space:nowrap;padding-left:28px}
.swbp-update-item{display:inline-flex;align-items:center;gap:16px;padding:0 26px;color:var(--swbp-update-text);text-shadow:0 1px 0 rgba(0,0,0,.22)}
.swbp-update-item:before{content:"●";color:var(--swbp-update-sep);font-size:.78em;filter:drop-shadow(0 0 8px var(--swbp-update-sep))}
@keyframes swbpUpdateMove{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}

.swbp-query-modal{background:rgba(4,7,18,.72)!important;backdrop-filter:blur(7px)!important}
.swbp-query-dialog{background:var(--swbp-form-bg)!important;border:2px solid var(--swbp-form-border)!important;border-radius:var(--swbp-form-radius)!important;box-shadow:0 32px 92px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.08) inset!important;color:var(--swbp-form-label)!important;overflow:hidden!important}
.swbp-query-head,.swbp-query-form{background:var(--swbp-form-bg)!important;color:var(--swbp-form-label)!important}
.swbp-query-head{border-bottom:1px solid color-mix(in srgb,var(--swbp-form-border) 42%,transparent)!important}
.swbp-query-head h3{color:var(--swbp-form-label)!important;font-weight:var(--swbp-form-title-weight)!important;text-shadow:none!important;letter-spacing:-.35px!important}
.swbp-query-head p{color:var(--swbp-form-note)!important;font-weight:500!important;text-shadow:none!important}
.swbp-query-close{background:transparent!important;color:var(--swbp-form-label)!important;border:1px solid color-mix(in srgb,var(--swbp-form-border) 45%,transparent)!important;font-size:38px!important;line-height:1!important;opacity:.9!important}
.swbp-query-close:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.swbp-query-form label{color:var(--swbp-form-label)!important;font-weight:var(--swbp-form-label-weight)!important}
.swbp-query-form label span{color:var(--swbp-form-label)!important;font-weight:var(--swbp-form-label-weight)!important}
.swbp-query-form input[type="text"],
.swbp-query-form input[type="tel"],
.swbp-query-form input[type="date"],
.swbp-query-form select,
.swbp-query-form textarea{background:var(--swbp-form-field-bg)!important;color:var(--swbp-form-text)!important;border:1px solid var(--swbp-form-field-border)!important;font-weight:var(--swbp-form-field-weight)!important;border-radius:10px!important;box-shadow:0 2px 0 rgba(255,255,255,.08),0 10px 26px rgba(0,0,0,.10)!important}
.swbp-query-form input:focus,.swbp-query-form select:focus,.swbp-query-form textarea:focus{border-color:var(--swbp-form-border)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--swbp-form-border) 22%,transparent),0 12px 28px rgba(0,0,0,.16)!important}
.swbp-query-message{color:#bbf7d0!important}.swbp-query-message.is-error{color:#fecaca!important}

.swbp-intro{background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.65),transparent 30%),linear-gradient(135deg,var(--swbp-bg),#fff 42%,#f5f3ff 100%)!important;position:relative;overflow:hidden}
.swbp-intro:before{content:"";position:absolute;inset:28px auto auto -74px;width:220px;height:220px;border-radius:50%;background:rgba(236,72,153,.16);filter:blur(8px)}
.swbp-intro:after{content:"";position:absolute;right:-80px;bottom:-70px;width:260px;height:260px;border-radius:50%;background:rgba(124,58,237,.13);filter:blur(8px)}
.swbp-intro-inner{position:relative;z-index:1}
.swbp-intro-media img,.swbp-intro-demo{border:1px solid rgba(236,72,153,.22);box-shadow:0 30px 76px rgba(73,24,91,.16),0 0 0 10px rgba(255,255,255,.38)}
.swbp-intro-demo{background:linear-gradient(135deg,#fce7f3 0%,#f5f3ff 45%,#dbeafe 100%)!important;color:#831843!important}
.swbp-intro-content{background:rgba(255,255,255,.68);border:1px solid rgba(236,72,153,.15);border-radius:28px;padding:clamp(22px,3.2vw,38px);box-shadow:0 24px 60px rgba(73,24,91,.10);backdrop-filter:blur(8px)}
.swbp-small-title{color:var(--swbp-accent)!important;background:color-mix(in srgb,var(--swbp-accent) 12%,white);border:1px solid color-mix(in srgb,var(--swbp-accent) 22%,white);border-radius:999px;padding:8px 13px;align-self:flex-start;font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.35px}
.swbp-intro-points li{border:1px solid rgba(236,72,153,.12);box-shadow:0 12px 26px rgba(73,24,91,.07)!important}

.swbp-strength{background:var(--swbp-bg)!important}
.swbp-strength:before{display:none!important}
.swbp-strength-wrap{align-items:start!important}
.swbp-strength-tab{background:var(--swbp-card)!important;border:1px solid var(--swbp-card-border)!important;box-shadow:0 10px 24px rgba(15,23,42,.05)!important;color:var(--swbp-inactive)!important;border-radius:15px!important}
.swbp-strength-tab:hover,.swbp-strength-tab.is-active{background:linear-gradient(135deg,var(--swbp-active),color-mix(in srgb,var(--swbp-active) 70%,#7c3aed))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 16px 34px color-mix(in srgb,var(--swbp-active) 22%,transparent)!important}
.swbp-strength-detail{background:var(--swbp-card)!important;border:1px solid var(--swbp-card-border)!important;box-shadow:0 18px 54px rgba(15,23,42,.08)!important;border-radius:24px!important}
.swbp-strength-image{background:#fdf2f8!important}
.swbp-strength-demo{background:linear-gradient(135deg,#fff1f7,#f5f3ff)!important}

@media (max-width:900px){
  .swbp-update-bar{height:var(--swbp-update-hm);min-height:var(--swbp-update-hm);font-size:var(--swbp-update-sizem)}
  .swbp-update-label{padding:0 16px;font-size:12px;letter-spacing:.15px}
  .swbp-update-label:after{right:-12px;border-top:calc(var(--swbp-update-hm) / 2) solid transparent;border-bottom:calc(var(--swbp-update-hm) / 2) solid transparent;border-left:12px solid color-mix(in srgb,var(--swbp-update-label) 80%,#7c3aed)}
  .swbp-update-track{padding-left:18px}.swbp-update-item{padding:0 18px}
  .swbp-intro-content{padding:22px;border-radius:22px}
}

/* v0.1.13 Premium notice/program/learning/leadership sections */
.swbp-notice-board{background:var(--swbp-bg);color:var(--swbp-text);font-family:var(--swbp-font);padding:52px 18px;overflow:hidden}
.swbp-notice-inner{max-width:var(--swbp-container);margin:0 auto;display:grid;grid-template-columns:minmax(240px,330px) 1fr;gap:26px;align-items:center}
.swbp-notice-head{background:linear-gradient(135deg,rgba(236,72,153,.22),rgba(139,92,246,.16));border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:28px;display:flex;gap:16px;box-shadow:0 22px 50px rgba(0,0,0,.22)}
.swbp-notice-pin{width:54px;height:54px;border-radius:18px;background:var(--swbp-badge);display:grid;place-items:center;font-size:26px;flex:0 0 auto;box-shadow:0 12px 28px rgba(236,72,153,.32)}
.swbp-notice-head h2{margin:0 0 8px;color:var(--swbp-title);font-size:clamp(28px,4vw,46px);line-height:1.05;font-weight:850}
.swbp-notice-head p{margin:0;color:var(--swbp-text);font-size:16px;line-height:1.65}
.swbp-notice-window{height:var(--swbp-height-d);overflow:hidden;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);padding:14px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.swbp-notice-track{display:flex;flex-direction:column;gap:14px;animation:swbpNoticeUp var(--swbp-speed) linear infinite}
.swbp-notice-window:hover .swbp-notice-track{animation-play-state:paused}
.swbp-notice-card{display:grid;grid-template-columns:112px 1fr auto;gap:14px;align-items:center;background:var(--swbp-card);border:1px solid var(--swbp-border);border-radius:18px;padding:14px;color:#111827;box-shadow:0 12px 26px rgba(15,23,42,.14)}
.swbp-notice-date{font-weight:800;color:var(--swbp-date);font-size:14px;line-height:1.25;text-transform:uppercase}
.swbp-notice-body h3{margin:0 0 4px;color:#111827;font-size:17px;line-height:1.35;font-weight:800}
.swbp-notice-body p{margin:0;color:#4b5563;font-size:14px;line-height:1.5}
.swbp-new-badge{display:inline-flex;align-items:center;margin-left:7px;border-radius:999px;background:var(--swbp-badge);color:#fff;font-size:10px;font-weight:900;padding:3px 7px;vertical-align:middle;letter-spacing:.04em}
.swbp-new-pulse{animation:swbpPulse 1s infinite alternate}
.swbp-notice-pdf{background:#111827;color:#fff;text-decoration:none;border-radius:999px;font-size:12px;font-weight:800;padding:8px 12px}
@keyframes swbpNoticeUp{from{transform:translateY(0)}to{transform:translateY(-50%)}}
@keyframes swbpPulse{from{transform:scale(1);filter:brightness(1)}to{transform:scale(1.08);filter:brightness(1.25)}}

.swbp-programs{background:var(--swbp-bg);font-family:var(--swbp-font);padding:70px 18px;color:var(--swbp-text)}
.swbp-programs .swbp-section-head h2{color:var(--swbp-title);font-size:clamp(30px,5vw,52px);letter-spacing:.02em;text-transform:uppercase}
.swbp-program-grid{max-width:var(--swbp-container);margin:28px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.swbp-program-card{position:relative;background:var(--swbp-card);border:1px solid var(--swbp-border);border-radius:18px;padding:12px 12px 18px;box-shadow:0 16px 36px rgba(15,23,42,.14);overflow:hidden}
.swbp-program-card:before,.swbp-program-card:after{content:"";position:absolute;width:72px;height:72px;background:color-mix(in srgb,var(--swbp-program-accent),white 42%);border-radius:0 0 26px 0;left:0;top:0;z-index:2;opacity:.9}.swbp-program-card:after{left:auto;top:auto;right:0;bottom:0;border-radius:26px 0 0 0;opacity:.85}
.swbp-program-media{position:relative;border-radius:14px;border:2px solid var(--swbp-program-accent);padding:8px;margin-bottom:14px;background:#fff;overflow:hidden}.swbp-program-media img{display:block;width:100%;height:230px;object-fit:cover;border-radius:10px}.swbp-program-demo{height:230px;border-radius:10px;background:linear-gradient(135deg,#fde7f4,#e0f2fe);display:grid;place-items:center;text-align:center;font-weight:900;color:#111827;padding:18px}
.swbp-program-media strong{position:absolute;right:8px;bottom:8px;background:var(--swbp-program-accent);color:#fff;border-radius:16px 0 10px 0;padding:10px 16px;font-size:18px;line-height:1;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.18)}
.swbp-program-card p{margin:0 0 14px;color:var(--swbp-text);font-size:14px;line-height:1.58}.swbp-program-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.swbp-program-btn{appearance:none;border:0;background:#111827;color:#fff!important;text-decoration:none;text-align:center;border-radius:12px;padding:10px 8px;font-size:12px;font-weight:800;cursor:pointer}.swbp-program-btn:nth-child(1){background:#ec4899}.swbp-program-btn:nth-child(2){background:#8b5cf6}.swbp-program-btn:nth-child(3){background:#0ea5e9}.swbp-program-btn:nth-child(4){background:#16a34a}

.swbp-learning{background:var(--swbp-bg);font-family:var(--swbp-font);padding:76px 18px;color:var(--swbp-text)}.swbp-learning .swbp-section-head h2{color:var(--swbp-title);font-size:clamp(30px,5vw,50px)}.swbp-learning-grid{max-width:var(--swbp-container);margin:30px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.swbp-learning-card{background:var(--swbp-card);border-radius:26px;overflow:hidden;box-shadow:0 20px 46px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.12)}.swbp-learning-media img,.swbp-learning-demo{width:100%;height:240px;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#fce7f3);font-size:58px}.swbp-learning-content{padding:22px;color:#111827}.swbp-learning-content span{display:inline-flex;background:var(--swbp-accent);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900;margin-bottom:12px}.swbp-learning-content h3{margin:0 0 10px;font-size:22px;line-height:1.2;color:#111827}.swbp-learning-content p{margin:0;color:#4b5563;line-height:1.6;font-size:15px}

.swbp-admission-cta{max-width:var(--swbp-container);margin:38px auto;padding:34px 32px;border-radius:28px;background:linear-gradient(135deg,var(--swbp-bg),#8b5cf6);color:var(--swbp-text);display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 22px 55px rgba(236,72,153,.25)}.swbp-admission-cta h2{margin:0 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.1;color:var(--swbp-text)}.swbp-admission-cta p{margin:0;font-size:16px;line-height:1.55;color:var(--swbp-text);opacity:.92}.swbp-admission-cta button{border:0;border-radius:999px;background:var(--swbp-btn);color:var(--swbp-btn-text);padding:15px 24px;font-weight:900;font-size:16px;box-shadow:0 14px 30px rgba(0,0,0,.18);cursor:pointer;white-space:nowrap}

.swbp-leadership{background:var(--swbp-bg);font-family:var(--swbp-font);padding:76px 18px}.swbp-leadership-grid{max-width:var(--swbp-container);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.swbp-message-card{background:var(--swbp-card);border:1px solid rgba(255,255,255,.12);border-radius:28px;color:var(--swbp-text);padding:28px;display:grid;grid-template-columns:130px 1fr;gap:22px;box-shadow:0 22px 55px rgba(0,0,0,.28)}.swbp-message-photo{width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,var(--swbp-accent),#8b5cf6);display:grid;place-items:center;overflow:hidden;box-shadow:0 0 0 5px rgba(255,255,255,.08)}.swbp-message-photo img{width:100%;height:100%;object-fit:cover}.swbp-message-photo span{font-size:56px}.swbp-message-badge{display:inline-flex;background:var(--swbp-accent);color:#fff;border-radius:999px;padding:7px 13px;font-weight:900;font-size:12px;margin-bottom:12px}.swbp-message-card h3{margin:0 0 4px;color:var(--swbp-title);font-size:26px;line-height:1.2}.swbp-message-card strong{display:block;color:var(--swbp-accent);font-size:14px;margin-bottom:12px}.swbp-message-card p{margin:0;line-height:1.75;font-size:15px;color:var(--swbp-text)}

@media(max-width:900px){.swbp-notice-inner{grid-template-columns:1fr}.swbp-program-grid,.swbp-learning-grid,.swbp-leadership-grid{grid-template-columns:1fr}.swbp-message-card{grid-template-columns:1fr;text-align:center}.swbp-message-photo{margin:0 auto}.swbp-admission-cta{margin:26px 18px;display:block;text-align:center}.swbp-admission-cta button{margin-top:18px;width:100%}}
@media(max-width:600px){.swbp-notice-board{padding:36px 14px}.swbp-notice-head{padding:22px}.swbp-notice-window{height:var(--swbp-height-m);padding:10px}.swbp-notice-card{grid-template-columns:1fr auto;gap:8px}.swbp-notice-date{grid-column:1/-1}.swbp-notice-body h3{font-size:15px}.swbp-programs,.swbp-learning,.swbp-leadership{padding:52px 14px}.swbp-program-grid{gap:20px}.swbp-program-media img,.swbp-program-demo{height:255px}.swbp-program-actions{grid-template-columns:1fr 1fr}.swbp-program-btn{font-size:11px;padding:10px 6px}.swbp-learning-media img,.swbp-learning-demo{height:230px}.swbp-message-card{padding:22px}.swbp-admission-cta{border-radius:22px;padding:26px 20px}}

/* V0.1.14 Premium education palette + compact notice + mobile program button polish */
.swbp-home{--swbp-premium-ink:#0b1220;--swbp-premium-navy:#10213b;--swbp-premium-cream:#fff8f1;--swbp-premium-rose:#e11d48;--swbp-premium-gold:#f59e0b;--swbp-premium-sky:#0ea5e9;--swbp-premium-line:#ead7c8}

.swbp-notice-board{background:linear-gradient(180deg,var(--swbp-bg),color-mix(in srgb,var(--swbp-bg) 86%,#ffffff));padding:42px 18px 48px;color:var(--swbp-text)}
.swbp-notice-inner{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:22px;align-items:stretch}
.swbp-notice-head{background:linear-gradient(135deg,#0b1220 0%,#10213b 60%,#1e293b 100%);border:1px solid rgba(245,158,11,.22);border-radius:22px;padding:22px;display:flex;align-items:center;gap:14px;box-shadow:0 20px 42px rgba(15,23,42,.16)}
.swbp-notice-pin{width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--swbp-badge),#fb7185);box-shadow:0 13px 24px rgba(225,29,72,.22)}
.swbp-notice-head h2{color:#ffffff!important;font-size:clamp(25px,3.2vw,38px);font-weight:920;letter-spacing:-.5px;margin:0 0 6px}
.swbp-notice-head p{color:rgba(255,255,255,.78)!important;font-size:14.5px;line-height:1.6}
.swbp-notice-window{height:var(--swbp-height-d);border-radius:22px;background:rgba(255,255,255,.82);border:1px solid color-mix(in srgb,var(--swbp-border) 65%,#ffffff);padding:12px;box-shadow:0 18px 44px rgba(15,23,42,.10),inset 0 1px 0 rgba(255,255,255,.9)}
.swbp-notice-track{gap:10px;animation:swbpNoticeUp var(--swbp-speed) linear infinite}
.swbp-notice-card{grid-template-columns:96px 1fr auto;gap:12px;align-items:center;border-radius:14px;padding:11px 12px;background:var(--swbp-card);border:1px solid color-mix(in srgb,var(--swbp-border) 78%,#ffffff);box-shadow:0 8px 22px rgba(15,23,42,.075)}
.swbp-notice-date{font-size:12.5px;font-weight:900;letter-spacing:.02em;color:var(--swbp-date);line-height:1.2;text-transform:uppercase}
.swbp-notice-body h3{font-size:15.5px;line-height:1.25;margin:0 0 3px;font-weight:850;color:#0f172a;letter-spacing:-.2px}
.swbp-notice-body p{font-size:13px;line-height:1.42;color:#64748b;margin:0}
.swbp-new-badge{border-radius:6px;background:linear-gradient(135deg,var(--swbp-badge),#fb7185);font-size:9.5px;padding:3px 8px;margin-left:8px;letter-spacing:.08em;box-shadow:0 6px 14px rgba(225,29,72,.22)}
.swbp-new-pulse{animation:swbpBadgeFlash 1.05s ease-in-out infinite alternate}
@keyframes swbpBadgeFlash{0%{transform:translateY(0);filter:brightness(1);box-shadow:0 5px 12px rgba(225,29,72,.18)}100%{transform:translateY(-1px);filter:brightness(1.25);box-shadow:0 0 0 5px rgba(225,29,72,.13),0 8px 18px rgba(225,29,72,.34)}}
.swbp-notice-pdf{border-radius:8px;background:#0b1220;color:#fff!important;padding:7px 10px;font-size:11.5px;box-shadow:0 6px 14px rgba(15,23,42,.14)}

.swbp-strength{background:var(--swbp-bg);position:relative}.swbp-strength:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 8%,rgba(225,29,72,.06),transparent 28%),radial-gradient(circle at 88% 12%,rgba(14,165,233,.07),transparent 30%);pointer-events:none}.swbp-strength-wrap{position:relative}.swbp-strength-tab{border:1px solid var(--swbp-card-border)!important;background:#fff!important;color:#253044!important}.swbp-strength-tab:hover,.swbp-strength-tab.is-active{background:linear-gradient(135deg,#e11d48,#f97316)!important;color:#fff!important;box-shadow:0 16px 36px rgba(225,29,72,.20)!important}.swbp-strength-detail{border:1px solid var(--swbp-card-border)!important;background:#fff!important}

.swbp-programs{background:linear-gradient(180deg,var(--swbp-bg),color-mix(in srgb,var(--swbp-bg) 82%,#ffffff));padding:68px 18px;color:var(--swbp-text)}
.swbp-programs .swbp-section-head h2{font-size:clamp(29px,4.5vw,48px);font-weight:930;color:var(--swbp-title);letter-spacing:.01em;text-transform:uppercase}.swbp-programs .swbp-section-head p{color:var(--swbp-text)}
.swbp-program-card{border:1px solid var(--swbp-border);border-radius:18px;background:var(--swbp-card);box-shadow:0 18px 40px rgba(15,23,42,.10)}
.swbp-program-media{border-width:1.5px;background:#fff}.swbp-program-media strong{font-size:16px;border-radius:14px 0 9px 0}.swbp-program-card p{font-size:14.5px;line-height:1.62;color:var(--swbp-text)}
.swbp-program-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.swbp-program-btn{color:var(--swbp-program-btn-text)!important;border-radius:12px;font-size:12px;font-weight:900;letter-spacing:.01em;padding:11px 9px;box-shadow:0 8px 16px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.18)}.swbp-program-btn-brochure{background:var(--swbp-program-btn-brochure)!important}.swbp-program-btn-fees{background:var(--swbp-program-btn-fees)!important}.swbp-program-btn-visit{background:var(--swbp-program-btn-visit)!important}.swbp-program-btn-callback{background:var(--swbp-program-btn-callback)!important}

.swbp-message-card h3{color:var(--swbp-title)!important;text-shadow:none}.swbp-leadership .swbp-section-head h2,.swbp-leadership h2{color:var(--swbp-title)!important}.swbp-message-card p{color:var(--swbp-text)!important}

@media(max-width:900px){.swbp-notice-inner{grid-template-columns:1fr}.swbp-notice-head{padding:20px;border-radius:20px}.swbp-program-grid{grid-template-columns:1fr 1fr}.swbp-program-actions{grid-template-columns:1fr}}
@media(max-width:600px){.swbp-notice-board{padding:34px 14px 40px}.swbp-notice-window{height:min(var(--swbp-height-m),290px);border-radius:18px;padding:9px}.swbp-notice-track{gap:9px}.swbp-notice-card{grid-template-columns:82px 1fr auto;padding:10px 10px;gap:8px;border-radius:13px}.swbp-notice-date{grid-column:auto;font-size:11.5px}.swbp-notice-body h3{font-size:14.25px;line-height:1.22}.swbp-notice-body p{font-size:12px;line-height:1.35}.swbp-new-badge{font-size:8.5px;padding:2px 6px;border-radius:5px}.swbp-notice-pdf{padding:6px 8px;font-size:10.5px}.swbp-program-grid{grid-template-columns:1fr;gap:18px}.swbp-program-media img,.swbp-program-demo{height:230px}.swbp-program-actions{grid-template-columns:1fr!important;gap:10px}.swbp-program-btn{width:100%;min-height:46px;font-size:13px;padding:12px 10px;border-radius:14px}.swbp-program-card{padding:11px 11px 16px}.swbp-program-card:before,.swbp-program-card:after{width:56px;height:56px}.swbp-program-media strong{font-size:15px;padding:9px 14px}.swbp-strength-tab{background:#fff!important;border:1px solid var(--swbp-card-border)!important}}


/* V0.1.15 Blue/Orange/Yellow premium school palette, notice/events/stats/why/faq */
.swbp-home{--swbp-edu-blue:#0b5aa8;--swbp-edu-navy:#0b1f3a;--swbp-edu-orange:#ff7a18;--swbp-edu-yellow:#f6c343;--swbp-edu-white:#ffffff;--swbp-edu-ink:#0b1220;--swbp-edu-muted:#44566c;--swbp-edu-line:#e7eef7}.swbp-section-head h2{letter-spacing:-.02em}.swbp-section-head p{max-width:760px;margin-left:auto;margin-right:auto}

.swbp-notice-v15{background:var(--swbp-bg)!important;padding:70px 18px!important;font-family:var(--swbp-font);color:var(--swbp-text)}.swbp-notice-shell{max-width:var(--swbp-container);margin:0 auto}.swbp-notice-titleline{text-align:center;margin-bottom:30px}.swbp-notice-titleline span{display:block;text-transform:uppercase;letter-spacing:.34em;color:#c59a30;font-weight:900;font-size:13px;margin-bottom:10px}.swbp-notice-titleline h2{margin:0;color:var(--swbp-title);font-size:clamp(34px,5vw,58px);font-weight:950;text-transform:uppercase;line-height:.95}.swbp-notice-titleline p{margin:14px auto 0;color:var(--swbp-text);font-size:15px;line-height:1.65}.swbp-notice-panel{background:#fff;border:1px solid var(--swbp-border);border-radius:28px;box-shadow:0 24px 60px rgba(11,31,58,.14);overflow:hidden}.swbp-notice-top{height:76px;background:linear-gradient(135deg,var(--swbp-edu-blue),#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 26px}.swbp-notice-top strong{text-transform:uppercase;font-size:24px;letter-spacing:.02em;font-weight:950}.swbp-view-all{color:var(--swbp-edu-yellow)!important;text-decoration:none;font-weight:850;font-size:18px}.swbp-notice-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--swbp-border);background:#fbfaf7}.swbp-notice-tabs span{text-align:center;padding:18px 8px;font-weight:850;color:#6b7280}.swbp-notice-tabs .is-active{color:var(--swbp-edu-blue);background:#fff;border-bottom:3px solid var(--swbp-edu-blue)}.swbp-notice-v15 .swbp-notice-window{height:var(--swbp-height-d);border:0;background:#fff;padding:0;border-radius:0;box-shadow:none}.swbp-notice-v15 .swbp-notice-track{display:flex;flex-direction:column;gap:0;animation:swbpNoticeUp var(--swbp-speed) linear infinite}.swbp-notice-v15 .swbp-notice-row{appearance:none;border:0;background:#fff;width:100%;display:grid;grid-template-columns:92px 1fr 32px;gap:18px;align-items:center;text-align:left;text-decoration:none;border-bottom:1px solid var(--swbp-border);padding:16px 22px;cursor:pointer;color:inherit}.swbp-notice-v15 .swbp-notice-row:hover{background:#f8fbff}.swbp-date-tile{width:62px;height:62px;border-radius:16px;background:#fffdf7;border:1px solid #edf0f4;display:grid;place-items:center;box-shadow:0 8px 18px rgba(11,31,58,.06)}.swbp-date-tile b{color:var(--swbp-edu-blue);font-size:13px;line-height:1;text-transform:uppercase}.swbp-date-tile em{font-style:normal;color:var(--swbp-edu-navy);font-size:24px;font-weight:950;line-height:1}.swbp-notice-titlewrap{min-width:0}.swbp-notice-titlewrap strong{display:inline;color:#273349;font-size:18px;line-height:1.3;font-weight:760}.swbp-notice-titlewrap small{display:block;color:#6b7280;font-size:13px;line-height:1.35;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swbp-new-badge{display:inline-flex!important;vertical-align:middle;border-radius:5px!important;background:#ff3346!important;color:#fff!important;padding:3px 8px!important;font-size:11px!important;font-weight:900!important;letter-spacing:.02em!important;margin:0 8px 0 0!important;font-style:normal;text-transform:none!important}.swbp-open-icon{color:#b6c0cd;font-size:22px}.swbp-notice-detail-pop,.swbp-event-modal{position:fixed;inset:0;background:rgba(4,12,24,.62);backdrop-filter:blur(6px);z-index:999999;display:none;align-items:center;justify-content:center;padding:18px}.swbp-notice-detail-pop.is-open,.swbp-event-modal.is-open{display:flex}.swbp-notice-detail-pop>div{max-width:520px;width:100%;background:#fff;border-radius:22px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.35);border:1px solid var(--swbp-border);position:relative}.swbp-notice-close,.swbp-event-close{position:absolute;right:16px;top:14px;border:0;background:#f3f4f6;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.swbp-notice-pop-date{color:var(--swbp-edu-orange);font-weight:900}.swbp-notice-detail-pop h3{color:var(--swbp-edu-navy);font-size:24px;margin:10px 0}.swbp-notice-detail-pop p{color:#475569;line-height:1.75;margin:0}

.swbp-events{background:var(--swbp-bg);font-family:var(--swbp-font);padding:72px 18px;color:var(--swbp-text)}.swbp-events-panel{max-width:var(--swbp-container);margin:0 auto;background:#fff;border-radius:28px;box-shadow:0 24px 64px rgba(11,31,58,.14);overflow:hidden;border:1px solid #e7eef7}.swbp-events-head{background:var(--swbp-head);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px 28px}.swbp-events-head h2{margin:0;color:#fff;font-size:clamp(26px,4vw,44px);font-weight:950;text-transform:uppercase}.swbp-events-head div{display:flex;align-items:center;gap:12px}.swbp-events-head button{width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff;font-size:28px;cursor:pointer}.swbp-events-head span{font-weight:900;color:#cbd5e1}.swbp-events-head a{color:var(--swbp-accent)!important;text-decoration:none;font-weight:900}.swbp-events-subtitle{margin:18px 28px 0;color:var(--swbp-text)}.swbp-events-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:26px 28px 18px;scrollbar-width:none}.swbp-events-track::-webkit-scrollbar{display:none}.swbp-event-card{flex:0 0 calc(50% - 11px);scroll-snap-align:start;background:var(--swbp-card);border:1px solid #e7eef7;border-radius:20px;box-shadow:0 14px 34px rgba(11,31,58,.10);overflow:hidden;cursor:pointer}.swbp-event-media{height:280px;position:relative;background:linear-gradient(135deg,#dbeafe,#fff7e6);display:grid;place-items:center;font-size:58px;overflow:hidden}.swbp-event-media img{width:100%;height:100%;object-fit:cover}.swbp-event-media b{position:absolute;left:20px;top:18px;background:var(--swbp-accent);color:#0b1f3a;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:950;text-transform:uppercase}.swbp-event-body{padding:22px}.swbp-event-body time{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.swbp-event-body h3{color:var(--swbp-title);font-size:24px;line-height:1.22;margin:10px 0 16px}.swbp-event-body button{border:0;background:var(--swbp-edu-orange);color:#fff;border-radius:12px;padding:10px 16px;font-weight:900;cursor:pointer}.swbp-event-dots{display:flex;justify-content:center;gap:9px;padding:0 0 26px}.swbp-event-dots button{border:0;width:10px;height:10px;border-radius:999px;background:#e5e7eb}.swbp-event-dots .is-active{width:34px;background:var(--swbp-head)}.swbp-event-dialog{max-width:720px;width:100%;max-height:90vh;overflow:auto;background:#fff;border-radius:24px;position:relative;padding:20px;box-shadow:0 30px 100px rgba(0,0,0,.35)}.swbp-event-gallery{height:330px;border-radius:18px;background:#eef6ff;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;overflow:hidden}.swbp-event-gallery img{width:100%;height:100%;object-fit:cover;display:none}.swbp-event-gallery.has-image img{display:block}.swbp-event-gallery.has-image .swbp-event-gal-empty{display:none}.swbp-event-gallery button{border:0;background:rgba(11,31,58,.65);color:#fff;width:38px;height:38px;border-radius:50%;margin:auto;font-size:25px;z-index:1}.swbp-event-gal-empty{font-size:58px;text-align:center}.swbp-event-modal-badge{display:inline-flex;background:var(--swbp-edu-yellow);border-radius:999px;padding:7px 14px;margin-top:18px;font-weight:900;color:#0b1f3a}.swbp-event-dialog h3{color:#0b1f3a;margin:13px 0 4px;font-size:28px}.swbp-event-dialog time{color:#64748b;font-weight:800}.swbp-event-dialog p{line-height:1.7;color:#44566c;font-size:16px}

.swbp-stats-counter{position:relative;background-color:var(--swbp-bg);background-size:cover;background-position:center;background-attachment:fixed;padding:86px 18px;color:var(--swbp-text);font-family:var(--swbp-font);overflow:hidden}.swbp-stats-overlay{position:absolute;inset:0;background:var(--swbp-overlay)}.swbp-stats-inner{max-width:var(--swbp-container);margin:0 auto;position:relative;z-index:1}.swbp-stats-counter .swbp-section-head h2,.swbp-stats-counter .swbp-section-head p{color:var(--swbp-title)}.swbp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.swbp-stat-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);border-radius:24px;padding:24px 18px;text-align:center;color:#fff;backdrop-filter:blur(8px);box-shadow:0 18px 45px rgba(0,0,0,.20)}.swbp-stat-card span{font-size:34px}.swbp-stat-card strong{display:block;font-size:42px;line-height:1;margin:12px 0 8px;color:var(--swbp-accent);font-weight:950}.swbp-stat-card em{font-style:normal}.swbp-stat-card p{margin:0;color:#fff;font-weight:800}

.swbp-why-choose{background:var(--swbp-bg);padding:78px 18px;font-family:var(--swbp-font);color:var(--swbp-text);overflow:hidden}.swbp-why-choose .swbp-section-head h2{color:var(--swbp-title);font-size:clamp(30px,4.8vw,52px)}.swbp-why-grid{max-width:var(--swbp-container);margin:38px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.swbp-why-card{background:var(--swbp-card);border:1px solid #e7eef7;border-radius:22px;padding:24px;box-shadow:0 18px 42px rgba(11,31,58,.10);transform:translateY(0);transition:.28s ease;position:relative;overflow:hidden}.swbp-why-card:before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:color-mix(in srgb,var(--swbp-accent) 15%,transparent)}.swbp-why-card:hover{transform:translateY(-7px)}.swbp-why-card span{display:inline-grid;place-items:center;width:48px;height:48px;background:var(--swbp-accent);color:#fff;border-radius:16px;font-size:18px;font-weight:950;box-shadow:0 12px 24px color-mix(in srgb,var(--swbp-accent) 28%,transparent)}.swbp-why-card h3{color:var(--swbp-title);font-size:21px;margin:18px 0 10px}.swbp-why-card p{color:var(--swbp-text);line-height:1.68;margin:0;font-size:15px}

.swbp-faq{background:var(--swbp-bg);padding:78px 18px;font-family:var(--swbp-font);color:var(--swbp-text)}.swbp-faq .swbp-section-head h2{color:var(--swbp-title)}.swbp-faq-list{max-width:var(--swbp-container);margin:34px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:16px}.swbp-faq-item{background:var(--swbp-card);border:1px solid #e7eef7;border-radius:18px;box-shadow:0 14px 34px rgba(11,31,58,.09);overflow:hidden}.swbp-faq-item summary{cursor:pointer;list-style:none;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--swbp-title);font-weight:900;font-size:16px}.swbp-faq-item summary::-webkit-details-marker{display:none}.swbp-faq-item summary b{width:30px;height:30px;border-radius:50%;background:var(--swbp-accent);color:#fff;display:grid;place-items:center;flex:0 0 auto}.swbp-faq-item[open] summary b{transform:rotate(45deg)}.swbp-faq-item p{padding:0 22px 22px;margin:0;color:var(--swbp-text);line-height:1.7}.swbp-faq-item[open]{box-shadow:0 18px 44px rgba(11,31,58,.14)}

@media(max-width:900px){.swbp-notice-v15 .swbp-notice-row{grid-template-columns:78px 1fr 24px;padding:14px}.swbp-notice-tabs span{font-size:13px}.swbp-event-card{flex-basis:72%}.swbp-stats-grid{grid-template-columns:repeat(2,1fr)}.swbp-why-grid{grid-template-columns:1fr 1fr}.swbp-faq-list{grid-template-columns:1fr}.swbp-events-head{display:block}.swbp-events-head div{margin-top:14px}.swbp-event-media{height:240px}}
@media(max-width:600px){.swbp-notice-v15{padding:52px 14px!important}.swbp-notice-titleline h2{font-size:36px}.swbp-notice-tabs{grid-template-columns:repeat(4,minmax(86px,1fr));overflow:auto}.swbp-notice-top{height:62px;padding:0 18px}.swbp-notice-top strong{font-size:20px}.swbp-notice-v15 .swbp-notice-window{height:min(var(--swbp-height-m),360px)!important}.swbp-date-tile{width:58px;height:58px}.swbp-notice-titlewrap strong{font-size:15.5px}.swbp-notice-titlewrap small{font-size:12px}.swbp-event-card{flex-basis:88%}.swbp-events{padding:54px 14px}.swbp-events-panel{border-radius:22px}.swbp-events-track{padding:20px 16px}.swbp-events-head{padding:20px}.swbp-event-media{height:210px}.swbp-event-body h3{font-size:19px}.swbp-event-gallery{height:245px}.swbp-stats-counter{background-attachment:scroll;padding:60px 14px}.swbp-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.swbp-stat-card{border-radius:18px;padding:18px 10px}.swbp-stat-card strong{font-size:30px}.swbp-why-choose{padding:56px 14px}.swbp-why-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-top:28px}.swbp-why-card{min-width:82%;scroll-snap-align:center;animation:swbpWhyFloat 4s ease-in-out infinite}.swbp-why-card:nth-child(even){animation-delay:.6s}.swbp-faq{padding:56px 14px}.swbp-faq-item summary{font-size:15px;padding:18px}}
@keyframes swbpWhyFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}


/* V0.1.16 Premium orange/yellow/blue/white polish */
.swbp-home{
  --swbp-edu-navy:#0b1f3a;
  --swbp-edu-blue:#0b5aa8;
  --swbp-edu-blue-2:#1d78c1;
  --swbp-edu-orange:#ff7a18;
  --swbp-edu-yellow:#f6c343;
  --swbp-edu-white:#ffffff;
  --swbp-edu-ice:#f6fbff;
  --swbp-edu-line:#e6edf7;
}
.swbp-btn-primary,.swbp-query-submit,.swbp-success-ok{
  background:linear-gradient(135deg,var(--swbp-edu-orange),#ff9f1c)!important;
  box-shadow:0 16px 34px rgba(255,122,24,.28),0 5px 0 rgba(11,90,168,.18)!important;
}
.swbp-update-label{background:linear-gradient(135deg,var(--swbp-edu-orange),#ff9f1c)!important;color:#fff!important;}
.swbp-update-bar{background:var(--swbp-edu-navy)!important;}
.swbp-strength-tab.is-active{background:linear-gradient(135deg,var(--swbp-edu-blue),var(--swbp-edu-blue-2))!important;color:#fff!important;box-shadow:0 14px 30px rgba(11,90,168,.24),0 5px 0 rgba(246,195,67,.55)!important;}
.swbp-strength-icon{background:rgba(246,195,67,.22)!important;color:var(--swbp-edu-blue)!important;}
.swbp-intro-btn{background:linear-gradient(135deg,var(--swbp-edu-orange),var(--swbp-edu-yellow))!important;color:#0b1f3a!important;}

/* Notice board compact official polish */
.swbp-notice-v15{background:#fff!important;}
.swbp-notice-v15 .swbp-notice-titleline span{color:#c79b24!important;}
.swbp-notice-v15 .swbp-notice-titleline h2{color:var(--swbp-edu-navy)!important;text-shadow:none!important;}
.swbp-notice-panel{border-color:var(--swbp-edu-line)!important;box-shadow:0 22px 54px rgba(11,31,58,.11)!important;}
.swbp-notice-top{background:linear-gradient(135deg,var(--swbp-edu-blue),#1d4ed8)!important;color:#fff!important;}
.swbp-view-all{color:var(--swbp-edu-yellow)!important;}
.swbp-notice-v15 .swbp-notice-row{grid-template-columns:76px minmax(0,1fr)!important;padding:12px 18px!important;gap:14px!important;min-height:84px!important;}
.swbp-open-icon{display:none!important;}
.swbp-date-tile{width:56px!important;height:56px!important;border-radius:14px!important;background:#fffdf7!important;}
.swbp-date-tile b{font-size:12px!important;color:var(--swbp-edu-blue)!important;}
.swbp-date-tile em{font-size:22px!important;color:var(--swbp-edu-navy)!important;}
.swbp-notice-titlewrap strong{font-size:16px!important;line-height:1.22!important;color:#273349!important;font-weight:850!important;}
.swbp-notice-titlewrap small{font-size:12.5px!important;line-height:1.25!important;color:#667085!important;}
.swbp-new-badge{background:linear-gradient(135deg,#ff3346,#ff7a18)!important;border-radius:4px!important;padding:2px 7px!important;font-size:10px!important;line-height:1.2!important;box-shadow:0 6px 14px rgba(255,122,24,.22)!important;}
.swbp-new-pulse{animation:swbpNewFlash 1s ease-in-out infinite alternate!important;}
@keyframes swbpNewFlash{from{transform:translateY(0);filter:brightness(1)}to{transform:translateY(-1px);filter:brightness(1.17)}}
.swbp-notice-detail-pop>div{border-radius:18px!important;border:2px solid var(--swbp-edu-blue)!important;padding:34px 24px 26px!important;box-shadow:0 30px 100px rgba(4,12,24,.34)!important;}
.swbp-notice-close,.swbp-event-close{right:14px!important;top:14px!important;width:36px!important;height:36px!important;border-radius:999px!important;background:#fff!important;color:#64748b!important;border:1px solid #d6dee9!important;display:grid!important;place-items:center!important;font-size:25px!important;line-height:1!important;box-shadow:0 10px 24px rgba(11,31,58,.10)!important;}
.swbp-notice-close:hover,.swbp-event-close:hover{background:#fff7ed!important;color:var(--swbp-edu-orange)!important;border-color:var(--swbp-edu-orange)!important;}

/* Latest events visibility + small dot controls */
.swbp-events{background:#f6fbff!important;}
.swbp-events-panel{background:#fff!important;border-color:#e6edf7!important;box-shadow:0 24px 58px rgba(11,31,58,.12)!important;}
.swbp-events-head{background:linear-gradient(135deg,var(--swbp-edu-navy),#12345b)!important;color:#fff!important;}
.swbp-events-head h2{color:#fff!important;text-shadow:none!important;letter-spacing:.01em!important;}
.swbp-events-head button{background:rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:none!important;border:1px solid rgba(255,255,255,.18)!important;}
.swbp-events-head span{color:#dbeafe!important;}
.swbp-events-head a{color:var(--swbp-edu-yellow)!important;}
.swbp-events-subtitle{color:#44566c!important;font-weight:500!important;}
.swbp-event-card{background:#fff!important;border-color:#e6edf7!important;}
.swbp-event-media{background:linear-gradient(135deg,#e8f4ff,#fff7df)!important;}
.swbp-event-media b{background:var(--swbp-edu-yellow)!important;color:var(--swbp-edu-navy)!important;}
.swbp-event-body h3,.swbp-event-dialog h3{color:var(--swbp-edu-navy)!important;}
.swbp-event-body button{background:linear-gradient(135deg,var(--swbp-edu-orange),#ff9f1c)!important;color:#fff!important;}
.swbp-event-dots{gap:8px!important;padding-bottom:24px!important;}
.swbp-event-dots button{width:9px!important;height:9px!important;border-radius:999px!important;background:#d5dce8!important;box-shadow:none!important;padding:0!important;}
.swbp-event-dots .is-active{width:11px!important;height:11px!important;background:var(--swbp-edu-orange)!important;}
.swbp-event-dialog{border:2px solid #e6edf7!important;}
.swbp-event-gallery{background:linear-gradient(135deg,#e8f4ff,#fff7df)!important;}
.swbp-event-modal-badge{background:var(--swbp-edu-yellow)!important;color:var(--swbp-edu-navy)!important;}

/* Counter and why/FAQ palette */
.swbp-stat-card strong{color:var(--swbp-edu-yellow)!important;}
.swbp-why-card span,.swbp-faq-item summary b{background:linear-gradient(135deg,var(--swbp-edu-orange),#ff9f1c)!important;color:#fff!important;}
.swbp-why-card{border-color:#e6edf7!important;}
.swbp-faq-item{border-color:#e6edf7!important;}

/* Entrance reveal animation controlled from General > Section Entrance Animation */
.swbp-anim-on > .swbp-reveal{opacity:0;transform:translateY(34px) scale(.985);transition:opacity .72s ease,transform .72s cubic-bezier(.16,1,.3,1);transition-delay:var(--swbp-reveal-delay,0ms);will-change:opacity,transform;}
.swbp-anim-on > .swbp-reveal.is-visible{opacity:1;transform:translateY(0) scale(1);}
.swbp-anim-off > section{opacity:1!important;transform:none!important;}
@media (prefers-reduced-motion: reduce){.swbp-anim-on > .swbp-reveal{opacity:1!important;transform:none!important;transition:none!important}}
@media(max-width:600px){
  .swbp-notice-v15 .swbp-notice-row{grid-template-columns:64px minmax(0,1fr)!important;padding:10px 12px!important;gap:10px!important;min-height:76px!important;}
  .swbp-date-tile{width:50px!important;height:50px!important;border-radius:13px!important;}
  .swbp-date-tile em{font-size:20px!important}.swbp-date-tile b{font-size:10.5px!important}
  .swbp-notice-titlewrap strong{font-size:14.2px!important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .swbp-notice-titlewrap small{font-size:11.5px!important;}
  .swbp-notice-detail-pop>div{padding:34px 20px 24px!important;border-radius:18px!important;}
  .swbp-events-head{padding:18px!important;}
  .swbp-events-head h2{font-size:26px!important;line-height:1.1!important;}
  .swbp-events-head div{display:flex!important;gap:9px!important;align-items:center!important;}
  .swbp-events-head button{width:40px!important;height:40px!important;font-size:24px!important;}
  .swbp-event-dots{padding:0 0 20px!important;}
}


/* v0.1.17: popup controls, event image zoom, reliable counters and entrance polish */
.swbp-notice-detail-pop,
.swbp-event-modal{z-index:9999999!important;}
.swbp-notice-detail-pop>div,
.swbp-event-dialog{position:relative!important;overflow:visible!important;}
.swbp-notice-close,
.swbp-event-close{
  box-sizing:border-box!important;
  min-width:42px!important;max-width:42px!important;width:42px!important;height:42px!important;
  padding:0!important;margin:0!important;
  position:absolute!important;right:14px!important;top:14px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;border:1px solid #d9e2ef!important;
  background:#ffffff!important;color:#506176!important;
  font-size:26px!important;font-weight:800!important;line-height:1!important;text-align:center!important;
  box-shadow:0 12px 30px rgba(11,31,58,.18)!important;
  z-index:20!important;appearance:none!important;-webkit-appearance:none!important;
}
.swbp-notice-close:hover,.swbp-event-close:hover{background:#fff7ed!important;color:#ff7a18!important;border-color:#ff7a18!important;}
.swbp-notice-detail-pop h3,.swbp-event-dialog h3{padding-right:54px!important;}
.swbp-notice-pop-date{display:block!important;padding-right:54px!important;}
@media(max-width:600px){
  .swbp-notice-detail-pop>div{padding:42px 22px 26px!important;}
  .swbp-event-dialog{padding:42px 18px 20px!important;border-radius:22px!important;}
  .swbp-notice-close,.swbp-event-close{right:14px!important;top:12px!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;font-size:24px!important;}
}

.swbp-event-gallery{position:relative!important;display:block!important;height:330px!important;border-radius:18px!important;overflow:hidden!important;background:linear-gradient(135deg,#e8f4ff,#fff7df)!important;}
.swbp-event-gallery img{width:100%!important;height:100%!important;object-fit:cover!important;cursor:zoom-in!important;}
.swbp-event-gallery.has-image img{display:block!important;}
.swbp-event-gallery.has-image .swbp-event-gal-empty{display:none!important;}
.swbp-event-gallery button{
  position:absolute!important;top:50%!important;transform:translateY(-50%)!important;
  width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;margin:0!important;
  border-radius:50%!important;border:1px solid rgba(255,255,255,.52)!important;
  background:rgba(11,31,58,.72)!important;color:#fff!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  font-size:24px!important;line-height:1!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important;z-index:5!important;
}
.swbp-event-gallery [data-event-gal-prev]{left:12px!important;}
.swbp-event-gallery [data-event-gal-next]{right:12px!important;}
.swbp-event-gallery.single-image button{display:none!important;}
.swbp-event-gal-empty{display:grid!important;place-items:center!important;height:100%!important;font-size:58px!important;}
@media(max-width:600px){.swbp-event-gallery{height:250px!important}.swbp-event-gallery button{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;font-size:22px!important}}

.swbp-image-zoom-pop{position:fixed;inset:0;background:rgba(3,10,20,.82);backdrop-filter:blur(7px);z-index:10000000;display:none;align-items:center;justify-content:center;padding:18px;}
.swbp-image-zoom-pop.is-open{display:flex;}
.swbp-image-zoom-pop img{max-width:min(1080px,96vw);max-height:88vh;object-fit:contain;border-radius:18px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.45);}
.swbp-image-zoom-pop button{position:absolute;right:18px;top:18px;width:44px;height:44px;min-width:44px;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#fff;color:#0b1f3a;font-size:28px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.25);}

.swbp-stat-card strong em[data-swbp-count]{font-variant-numeric:tabular-nums;}

.swbp-reveal{opacity:0;transform:translateY(38px) scale(.985);transition:opacity .82s ease,transform .82s cubic-bezier(.16,1,.3,1);transition-delay:var(--swbp-reveal-delay,0ms);will-change:opacity,transform;}
.swbp-reveal.is-visible{opacity:1!important;transform:translateY(0) scale(1)!important;}
.swbp-reveal:nth-of-type(3n){transform:translateY(42px) translateX(-10px) scale(.985);}
.swbp-reveal:nth-of-type(3n+1){transform:translateY(42px) translateX(10px) scale(.985);}
@media (prefers-reduced-motion: reduce){.swbp-reveal{opacity:1!important;transform:none!important;transition:none!important}}


/* V0.1.18 Infrastructure / Activity / Contact sections */
.swbp-infra-gallery,.swbp-activity-gallery{background:var(--swbp-bg);padding:70px 18px;font-family:var(--swbp-font);}
.swbp-infra-gallery .swbp-section-head,.swbp-activity-gallery .swbp-section-head{max-width:var(--swbp-container);margin:0 auto 30px;text-align:center;}
.swbp-infra-gallery h2,.swbp-activity-gallery h2{color:var(--swbp-title);font-size:clamp(30px,5vw,54px);margin:0 0 12px;font-weight:900;letter-spacing:-.04em;}
.swbp-infra-gallery p,.swbp-activity-gallery p{color:var(--swbp-text);font-size:clamp(16px,2.8vw,21px);line-height:1.7;margin:0 auto;max-width:760px;}
.swbp-infra-grid{max-width:var(--swbp-container);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.swbp-infra-card{background:var(--swbp-card);border:1px solid color-mix(in srgb,var(--swbp-accent) 35%,#e5e7eb);border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(11,31,58,.12);margin:0;position:relative;min-height:170px;}
.swbp-infra-card img{width:100%;height:190px;object-fit:cover;display:block;}
.swbp-infra-demo{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf5ff,#fff7e3);font-size:56px;}
.swbp-infra-card figcaption{padding:12px 14px;color:var(--swbp-title);font-weight:850;font-size:16px;}
.swbp-activity-grid{max-width:var(--swbp-container);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.swbp-activity-card{background:var(--swbp-card);border-radius:18px;overflow:hidden;margin:0;box-shadow:0 14px 34px rgba(11,31,58,.12);border:1px solid rgba(11,90,168,.12);}
.swbp-activity-card img{width:100%;height:155px;object-fit:cover;display:block;}
.swbp-activity-demo{height:155px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf5ff,#fff3d1);font-size:42px;}
.swbp-activity-card figcaption{padding:10px 12px;color:var(--swbp-title);font-weight:800;font-size:14px;line-height:1.3;}
.swbp-gallery-more{text-align:center;margin-top:28px;}
.swbp-gallery-more a{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;border-radius:999px;background:var(--swbp-btn);color:var(--swbp-btn-text);font-weight:900;text-decoration:none;box-shadow:0 10px 0 color-mix(in srgb,var(--swbp-btn) 70%,#000);}
.swbp-contact-query{background:var(--swbp-bg);padding:75px 18px;font-family:var(--swbp-font);color:var(--swbp-text);}
.swbp-contact-inner{max-width:var(--swbp-container);margin:0 auto;display:grid;grid-template-columns:.95fr 1.05fr;gap:26px;align-items:center;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:24px;box-shadow:0 26px 70px rgba(0,0,0,.24);}
.swbp-contact-image{min-height:360px;border-radius:26px;overflow:hidden;background:linear-gradient(135deg,#eaf5ff,#fff4cf);display:grid;place-items:center;}
.swbp-contact-image img{width:100%;height:100%;object-fit:cover;display:block;}
.swbp-contact-image span{font-size:90px;}
.swbp-contact-copy{background:var(--swbp-card);color:#0b1f3a;border-radius:26px;padding:32px;box-shadow:0 18px 55px rgba(0,0,0,.18);}
.swbp-contact-copy>span{display:inline-flex;color:#0b5aa8;background:#eaf5ff;padding:8px 14px;border-radius:999px;font-weight:900;margin-bottom:14px;}
.swbp-contact-copy h2{margin:0 0 14px;color:#0b1f3a;font-weight:950;letter-spacing:-.04em;font-size:clamp(30px,5vw,54px);}
.swbp-contact-copy p{font-size:18px;line-height:1.7;color:#44566c;margin:0 0 18px;}
.swbp-contact-copy ul{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:10px;color:#334155;font-weight:700;}
.swbp-contact-copy button{border:0;border-radius:999px;background:var(--swbp-btn);color:var(--swbp-btn-text);padding:15px 26px;font-size:17px;font-weight:950;box-shadow:0 10px 0 color-mix(in srgb,var(--swbp-btn) 70%,#000);cursor:pointer;}
@media(max-width:780px){.swbp-infra-gallery,.swbp-activity-gallery,.swbp-contact-query{padding:54px 14px}.swbp-infra-grid{grid-template-columns:1fr;gap:16px}.swbp-infra-card{border-radius:15px}.swbp-infra-card img,.swbp-infra-demo{height:210px}.swbp-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.swbp-activity-card{border-radius:15px}.swbp-activity-card img,.swbp-activity-demo{height:132px}.swbp-activity-card figcaption{font-size:12.5px;padding:8px}.swbp-contact-inner{grid-template-columns:1fr;padding:14px;border-radius:24px}.swbp-contact-image{min-height:230px;border-radius:20px}.swbp-contact-copy{padding:22px;border-radius:20px}.swbp-contact-copy h2{font-size:30px}.swbp-contact-copy p{font-size:16px}.swbp-gallery-more a{width:100%;max-width:280px}}

/* Stronger entrance effect */
.swbp-anim-on .swbp-reveal{opacity:0;transform:translateY(46px) scale(.98);transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1);}
.swbp-anim-on .swbp-reveal.is-visible{opacity:1;transform:translateY(0) scale(1);}


/* V0.1.19 Flat premium polish: remove heavy 3D extrusion, keep clean official orange buttons */
.swbp-home .swbp-gallery-more a,
.swbp-gallery-more a,
.swbp-home .swbp-program-btn,
.swbp-program-btn,
.swbp-home .swbp-event-body button,
.swbp-event-body button,
.swbp-home .swbp-admission-cta button,
.swbp-admission-cta button,
.swbp-home .swbp-contact-copy button,
.swbp-contact-copy button,
.swbp-home .swbp-query-submit,
.swbp-query-submit,
.swbp-home .swbp-hero-btn-primary,
.swbp-hero-btn-primary {
  background:#ff7a18!important;
  color:#ffffff!important;
  border:0!important;
  box-shadow:0 8px 18px rgba(255,122,24,.18)!important;
  text-shadow:none!important;
}
.swbp-home .swbp-program-btn:hover,
.swbp-gallery-more a:hover,
.swbp-event-body button:hover,
.swbp-admission-cta button:hover,
.swbp-contact-copy button:hover,
.swbp-query-submit:hover,
.swbp-hero-btn-primary:hover { background:#f36a0a!important; }

.swbp-home .swbp-program-card,
.swbp-home .swbp-notice-panel,
.swbp-home .swbp-notice-card,
.swbp-home .swbp-events-panel,
.swbp-home .swbp-event-card,
.swbp-home .swbp-stat-card,
.swbp-home .swbp-why-card,
.swbp-home .swbp-faq-item,
.swbp-home .swbp-infra-card,
.swbp-home .swbp-activity-card,
.swbp-home .swbp-contact-inner,
.swbp-home .swbp-contact-copy,
.swbp-home .swbp-message-card,
.swbp-home .swbp-learning-card,
.swbp-home .swbp-strength-detail,
.swbp-program-card,
.swbp-notice-panel,
.swbp-events-panel,
.swbp-event-card,
.swbp-infra-card,
.swbp-activity-card {
  box-shadow:0 8px 22px rgba(11,31,58,.08)!important;
}
.swbp-home .swbp-program-card:before,
.swbp-home .swbp-program-card:after { opacity:.35!important; }
.swbp-home .swbp-program-media strong { box-shadow:none!important; }
.swbp-home .swbp-strength-tab,
.swbp-home .swbp-event-nav,
.swbp-home .swbp-gallery-more a,
.swbp-home .swbp-contact-copy button,
.swbp-home .swbp-admission-cta button { transform:none!important; }
.swbp-gallery-more{display:flex!important;align-items:center;justify-content:center;margin-top:26px!important;}
.swbp-gallery-more a{min-width:170px;border-radius:12px!important;padding:12px 24px!important;font-size:15px!important;font-weight:850!important;letter-spacing:.01em;text-align:center;}
.swbp-gallery-more a[aria-disabled="true"]{cursor:default;opacity:1;}
@media(max-width:780px){.swbp-gallery-more a{width:auto!important;min-width:180px;max-width:260px!important;border-radius:12px!important;}}

/* V0.1.20 Final bottom open query form */
.swbp-contact-inline-form{
  max-width:var(--swbp-container);
  margin:28px auto 0;
  background:#ffffff!important;
  color:#0b1f3a!important;
  border:1px solid rgba(246,195,67,.60);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(11,31,58,.10)!important;
}
.swbp-inline-form-head{
  padding:24px 30px 10px;
  background:linear-gradient(135deg,#ffffff 0%,#fff8e2 50%,#eaf5ff 100%);
  border-bottom:1px solid #e7eef7;
}
.swbp-inline-form-head>span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#0b5aa8;
  color:#ffffff;
  border-radius:999px;
  padding:8px 13px;
  font-size:13px;
  font-weight:900;
  margin-bottom:12px;
}
.swbp-inline-form-head h3{
  margin:0 0 8px;
  color:#0b1f3a!important;
  font-size:clamp(26px,4vw,40px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.035em;
}
.swbp-inline-form-head p{
  margin:0;
  color:#44566c!important;
  font-size:16px;
  line-height:1.65;
  max-width:780px;
}
.swbp-contact-inline-form .swbp-query-form{
  background:#ffffff!important;
  color:#0b1f3a!important;
  padding:22px 30px 30px!important;
  box-shadow:none!important;
}
.swbp-contact-inline-form .swbp-query-form label,
.swbp-contact-inline-form .swbp-query-form label span{
  color:#0b1f3a!important;
  text-shadow:none!important;
}
.swbp-contact-inline-form .swbp-query-form input[type="text"],
.swbp-contact-inline-form .swbp-query-form input[type="tel"],
.swbp-contact-inline-form .swbp-query-form input[type="date"],
.swbp-contact-inline-form .swbp-query-form select,
.swbp-contact-inline-form .swbp-query-form textarea{
  background:#ffffff!important;
  color:#111827!important;
  border:1px solid #f6c343!important;
  box-shadow:0 2px 10px rgba(11,31,58,.05)!important;
  border-radius:10px!important;
}
.swbp-contact-inline-form .swbp-query-form input:focus,
.swbp-contact-inline-form .swbp-query-form select:focus,
.swbp-contact-inline-form .swbp-query-form textarea:focus{
  border-color:#ff7a18!important;
  box-shadow:0 0 0 3px rgba(255,122,24,.14)!important;
}
.swbp-inline-success{
  grid-column:1/-1;
  display:none;
  align-items:flex-start;
  gap:12px;
  background:#f0fdf4;
  border:1px solid #86efac;
  color:#14532d;
  border-radius:14px;
  padding:14px 16px;
  margin-top:2px;
}
.swbp-inline-success.is-visible{display:flex;}
.swbp-inline-success span{font-size:26px;line-height:1;}
.swbp-inline-success strong{display:block;font-size:18px;margin-bottom:3px;color:#14532d;}
.swbp-inline-success p{margin:0;color:#166534;line-height:1.45;font-weight:650;}
@media(max-width:780px){
  .swbp-contact-inline-form{margin-top:18px;border-radius:20px;}
  .swbp-inline-form-head{padding:20px 18px 8px;}
  .swbp-inline-form-head h3{font-size:28px;}
  .swbp-inline-form-head p{font-size:15px;}
  .swbp-contact-inline-form .swbp-query-form{padding:18px 18px 22px!important;}
}

/* V0.1.21 fixed sticky admission bar */
.swbp-sticky-admission-bar{
  position:fixed;
  left:max(12px, env(safe-area-inset-left));
  right:max(12px, env(safe-area-inset-right));
  bottom:calc(var(--swbp-stick-desktop-bottom,24px) + env(safe-area-inset-bottom));
  z-index:var(--swbp-stick-z,9995);
  max-width:1120px;
  margin:0 auto;
  background:var(--swbp-stick-bg,#ffc400);
  color:var(--swbp-stick-text,#073763);
  border:3px solid var(--swbp-stick-border,#ffffff);
  border-radius:22px;
  box-shadow:0 16px 45px rgba(7,55,99,.22);
  display:flex;
  align-items:center;
  gap:14px;
  padding:10px 14px;
  font-family:var(--swbp-font,inherit);
}
.swbp-sticky-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#062e63;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.18);
}
.swbp-sticky-copy{min-width:0;flex:1;line-height:1.05;}
.swbp-sticky-copy strong{
  display:block;
  font-size:clamp(17px,3.7vw,26px);
  font-weight:950;
  letter-spacing:.01em;
  color:var(--swbp-stick-text,#073763);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.swbp-sticky-copy span{
  display:block;
  margin-top:5px;
  font-size:clamp(11px,2.7vw,15px);
  font-weight:850;
  letter-spacing:.04em;
  color:var(--swbp-stick-text,#073763);
  opacity:.9;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.swbp-sticky-button{
  flex:0 0 auto;
  appearance:none;
  border:0;
  text-decoration:none!important;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:12px 22px;
  border-radius:18px;
  background:var(--swbp-stick-btn,#062e63)!important;
  color:var(--swbp-stick-btn-text,#ffffff)!important;
  font-size:clamp(13px,3vw,18px);
  font-weight:950;
  letter-spacing:.02em;
  box-shadow:none!important;
  text-transform:uppercase;
}
.swbp-sticky-button i{font-style:normal;font-size:28px;line-height:1;margin-top:-2px;}
@media(min-width:821px){
  .swbp-sticky-admission-bar.swbp-sticky-mobile-only{display:none;}
}
@media(max-width:820px){
  .swbp-sticky-admission-bar{
    left:10px;
    right:10px;
    bottom:calc(var(--swbp-stick-mobile-bottom,84px) + env(safe-area-inset-bottom));
    border-radius:20px;
    gap:10px;
    padding:8px 10px;
  }
  .swbp-sticky-icon{width:48px;height:48px;flex-basis:48px;font-size:23px;}
  .swbp-sticky-button{min-height:46px;border-radius:16px;padding:11px 14px;}
}
@media(max-width:390px){
  .swbp-sticky-icon{width:42px;height:42px;flex-basis:42px;font-size:20px;}
  .swbp-sticky-button{padding:10px 12px;font-size:12px;}
  .swbp-sticky-copy strong{font-size:15px;}
  .swbp-sticky-copy span{font-size:10px;}
}


/* V0.1.22 compact sticky admission bar polish */
.swbp-sticky-admission-bar{
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 32px), var(--swbp-stick-max-desktop,760px))!important;
  max-width:none!important;
  padding:8px 12px!important;
  gap:12px!important;
  border-radius:18px!important;
  border-width:2px!important;
  box-shadow:0 10px 28px rgba(7,55,99,.16)!important;
}
.swbp-sticky-copy strong{font-size:clamp(15px,2.2vw,22px)!important;}
.swbp-sticky-copy span{font-size:clamp(9px,1.5vw,13px)!important;margin-top:2px!important;}
.swbp-sticky-button{min-height:42px!important;border-radius:15px!important;padding:9px 16px!important;font-size:clamp(12px,1.8vw,16px)!important;gap:5px!important;}
.swbp-sticky-button i{font-size:20px!important;margin-top:-1px!important;}
@media(max-width:820px){
  .swbp-sticky-admission-bar{
    width:min(calc(100% - (var(--swbp-stick-mobile-gap,14px) * 2)), var(--swbp-stick-max-mobile,640px))!important;
    padding:6px 8px!important;
    gap:7px!important;
    border-radius:18px!important;
  }
  .swbp-sticky-icon{
    width:var(--swbp-stick-icon-mobile,42px)!important;
    height:var(--swbp-stick-icon-mobile,42px)!important;
    flex-basis:var(--swbp-stick-icon-mobile,42px)!important;
    font-size:calc(var(--swbp-stick-icon-mobile,42px) * .48)!important;
  }
  .swbp-sticky-copy strong{
    font-size:var(--swbp-stick-title-mobile,14px)!important;
    line-height:1.05!important;
  }
  .swbp-sticky-copy span{
    font-size:var(--swbp-stick-subtitle-mobile,9px)!important;
    line-height:1.1!important;
    margin-top:2px!important;
    letter-spacing:.02em!important;
  }
  .swbp-sticky-button{
    min-height:var(--swbp-stick-button-height-mobile,38px)!important;
    padding:7px 12px!important;
    border-radius:14px!important;
    font-size:var(--swbp-stick-button-mobile,12px)!important;
    min-width:132px!important;
  }
  .swbp-sticky-button i{font-size:18px!important;}
}
@media(max-width:390px){
  .swbp-sticky-admission-bar{gap:6px!important;padding:5px 7px!important;}
  .swbp-sticky-button{min-width:118px!important;padding:6px 10px!important;}
}


/* V0.1.23 official white cap + four matching specialized program button colors */
.swbp-sticky-icon{
  background:#062e63!important;
  color:#ffffff!important;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.24), 0 4px 10px rgba(6,46,99,.22)!important;
}
.swbp-sticky-cap-svg{
  width:66%;
  height:66%;
  display:block;
  color:#ffffff!important;
  filter:none!important;
}
.swbp-sticky-icon svg path{fill:currentColor!important;}
.swbp-programs .swbp-program-btn.swbp-program-btn-brochure,
.swbp-home .swbp-programs .swbp-program-btn.swbp-program-btn-brochure{background:var(--swbp-program-btn-brochure,#ff7a18)!important;color:#fff!important;}
.swbp-programs .swbp-program-btn.swbp-program-btn-fees,
.swbp-home .swbp-programs .swbp-program-btn.swbp-program-btn-fees{background:var(--swbp-program-btn-fees,#0b5aa8)!important;color:#fff!important;}
.swbp-programs .swbp-program-btn.swbp-program-btn-visit,
.swbp-home .swbp-programs .swbp-program-btn.swbp-program-btn-visit{background:var(--swbp-program-btn-visit,#f6c343)!important;color:#0b1f3a!important;}
.swbp-programs .swbp-program-btn.swbp-program-btn-callback,
.swbp-home .swbp-programs .swbp-program-btn.swbp-program-btn-callback{background:var(--swbp-program-btn-callback,#0f766e)!important;color:#fff!important;}
.swbp-programs .swbp-program-btn{box-shadow:0 7px 14px rgba(11,31,58,.10)!important;border:1px solid rgba(255,255,255,.24)!important;}
.swbp-programs .swbp-program-btn:hover{filter:brightness(.96);transform:translateY(-1px);}

/* v0.1.24 Admission overview + Welcome story polish */
.swbp-admission-overview,
.swbp-welcome-story{font-family:var(--swbp-font,inherit);background:var(--swbp-bg,#fff);padding:clamp(46px,7vw,92px) 18px;color:var(--swbp-text,#4b5563);overflow:hidden}
.swbp-admission-overview-inner,
.swbp-welcome-story-inner{max-width:var(--swbp-container,1180px);margin:0 auto;display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(34px,6vw,82px);align-items:center}
.swbp-admission-copy{order:2}.swbp-admission-collage{order:1}.swbp-admission-kicker,.swbp-welcome-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.28em;font-size:clamp(13px,2vw,18px);font-weight:800;color:var(--swbp-highlight,var(--swbp-accent,#ff7a18));margin-bottom:18px}
.swbp-admission-copy h2,.swbp-welcome-content h2{margin:0 0 20px;color:var(--swbp-title,#06244a);font-weight:800;line-height:1.07;letter-spacing:-.035em;font-size:clamp(39px,6vw,78px)}
.swbp-admission-copy h2{max-width:850px}.swbp-admission-copy h2::first-line{color:var(--swbp-title,#06244a)}
.swbp-admission-copy p,.swbp-welcome-text p{font-size:clamp(16px,2.2vw,20px);line-height:1.85;color:var(--swbp-text,#5b677a);margin:0 0 22px}
.swbp-admission-age-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:34px 0 26px;max-width:700px}
.swbp-admission-age-grid article{background:var(--swbp-card,#f8fafc);border:1px solid var(--swbp-border,#e5edf6);border-radius:18px;padding:24px 28px;min-height:116px;display:flex;flex-direction:column;justify-content:center;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.swbp-admission-age-grid article:hover{transform:translateY(-3px);border-color:var(--swbp-highlight,#6d5dfc);box-shadow:0 14px 34px rgba(8,28,58,.10)}
.swbp-admission-age-grid strong{font-size:clamp(18px,2.2vw,28px);line-height:1.1;color:#1f2937;font-weight:800}.swbp-admission-age-grid span{font-size:clamp(15px,1.8vw,19px);color:#64748b;margin-top:10px;line-height:1.4}
.swbp-admission-note{font-size:15px;line-height:1.7;background:#fff7ed;border-left:4px solid var(--swbp-btn,#ff7a18);border-radius:12px;padding:13px 16px;color:#704214;margin:0 0 22px;max-width:720px}
.swbp-admission-overview-btn,.swbp-welcome-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;text-decoration:none;background:var(--swbp-btn,#ff7a18);color:var(--swbp-btn-text,#fff);border-radius:10px;padding:15px 25px;font-size:16px;font-weight:700;box-shadow:0 8px 0 rgba(231,98,12,.25);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.swbp-admission-overview-btn:hover,.swbp-welcome-btn:hover{transform:translateY(-2px);filter:saturate(1.06);box-shadow:0 12px 22px rgba(255,122,24,.24);color:var(--swbp-btn-text,#fff)}
.swbp-admission-collage,.swbp-welcome-collage{position:relative;min-height:var(--swbp-img-h-d,380px);display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;padding:8px}
.swbp-admission-collage figure,.swbp-welcome-collage figure{margin:0;position:relative;overflow:hidden;border-radius:var(--swbp-radius,34px);background:linear-gradient(135deg,#eef7ff,#fff7e6);min-height:calc(var(--swbp-img-h-d,340px) * .48);display:flex;align-items:center;justify-content:center;color:#0b5aa8;font-size:56px;box-shadow:0 14px 38px rgba(2,24,56,.10)}
.swbp-admission-collage figure img,.swbp-welcome-collage figure img{width:100%;height:100%;object-fit:cover;display:block}.swbp-admission-collage-main,.swbp-welcome-img-one{grid-row:span 2;height:var(--swbp-img-h-d,340px)}
.swbp-admission-collage-top,.swbp-welcome-img-two,.swbp-admission-collage-bottom,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-d,340px) - 18px)/2)}
.swbp-admission-service-badge,.swbp-welcome-badge{position:absolute;left:12%;bottom:7%;display:inline-flex;align-items:center;gap:9px;background:#ff8a4c;color:#fff;border-radius:18px 18px 18px 4px;padding:13px 16px;font-weight:800;font-size:13px;max-width:210px;box-shadow:0 12px 25px rgba(255,122,24,.24)}
.swbp-admission-service-badge span,.swbp-welcome-badge span{font-size:22px}.swbp-welcome-story-inner{grid-template-columns:.95fr 1.05fr}.swbp-welcome-content h2{font-weight:400;letter-spacing:-.025em;font-size:clamp(32px,5vw,58px)}
.swbp-welcome-text{margin-top:28px}.swbp-welcome-text p{text-align:justify;word-spacing:.15em;margin-bottom:30px}.swbp-welcome-btn{border-radius:5px;box-shadow:0 7px 0 rgba(255,122,24,.22);padding:15px 28px;margin-top:10px}
.swbp-welcome-img-one{height:var(--swbp-img-h-d,410px)}.swbp-welcome-img-two,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-d,410px) - 18px)/2)}
.swbp-home.swbp-anim-on .swbp-admission-overview,.swbp-home.swbp-anim-on .swbp-welcome-story{opacity:0;transform:translateY(42px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}
.swbp-home.swbp-anim-on .swbp-admission-overview.swbp-inview,.swbp-home.swbp-anim-on .swbp-welcome-story.swbp-inview{opacity:1;transform:none}
@media(max-width:860px){.swbp-admission-overview,.swbp-welcome-story{padding:42px 16px}.swbp-admission-overview-inner,.swbp-welcome-story-inner{display:flex;flex-direction:column;gap:34px}.swbp-admission-copy{order:1}.swbp-admission-collage{order:2}.swbp-admission-copy h2,.swbp-welcome-content h2{font-size:clamp(38px,10vw,56px)}.swbp-admission-age-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.swbp-admission-age-grid article{padding:18px 16px;min-height:112px;border-radius:16px}.swbp-admission-collage,.swbp-welcome-collage{width:100%;min-height:var(--swbp-img-h-m,210px);gap:12px;padding:0}.swbp-admission-collage figure,.swbp-welcome-collage figure{min-height:calc(var(--swbp-img-h-m,210px) * .46);font-size:40px}.swbp-admission-collage-main,.swbp-welcome-img-one{height:var(--swbp-img-h-m,210px)}.swbp-admission-collage-top,.swbp-welcome-img-two,.swbp-admission-collage-bottom,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-m,210px) - 12px)/2)}.swbp-admission-service-badge,.swbp-welcome-badge{left:8%;bottom:5%;font-size:11px;padding:10px 12px;max-width:170px}.swbp-welcome-text p{text-align:left;word-spacing:.08em}}
@media(max-width:520px){.swbp-admission-overview{padding-top:38px}.swbp-admission-age-grid article{padding:16px 14px;min-height:104px}.swbp-admission-age-grid strong{font-size:20px}.swbp-admission-age-grid span{font-size:15px}.swbp-admission-overview-btn,.swbp-welcome-btn{width:auto;min-width:176px}.swbp-welcome-story{padding-top:52px}.swbp-welcome-collage{order:1}.swbp-welcome-content{order:2}.swbp-welcome-content h2{font-size:34px;line-height:1.18}.swbp-welcome-text p{font-size:15px;line-height:1.8}.swbp-admission-copy p{font-size:16px;line-height:1.7}}

/* v0.1.25 screenshot-style collage/order/admin-live polish */
.swbp-admission-overview{padding-top:clamp(42px,6vw,78px);padding-bottom:clamp(50px,7vw,90px)}
.swbp-admission-overview-inner{grid-template-columns:.98fr 1.02fr;align-items:center}
.swbp-admission-copy{order:1}.swbp-admission-collage{order:2}
.swbp-admission-collage,.swbp-welcome-collage{min-height:var(--swbp-img-h-d,560px);align-items:stretch;gap:22px;padding:0;width:100%}
.swbp-admission-collage figure,.swbp-welcome-collage figure{box-shadow:0 10px 26px rgba(11,31,58,.08);background:linear-gradient(135deg,#f2f8ff,#fff7e8);border-radius:var(--swbp-radius,34px);border:0;display:flex;align-items:center;justify-content:center}
.swbp-admission-collage figure img,.swbp-welcome-collage figure img{object-fit:cover;object-position:center center}
.swbp-admission-collage-main,.swbp-welcome-img-one{height:var(--swbp-img-h-d,560px)}
.swbp-admission-collage-top,.swbp-welcome-img-two,.swbp-admission-collage-bottom,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-d,560px) - 22px)/2)}
.swbp-admission-service-pill,.swbp-welcome-service-pill{display:inline-flex;align-items:center;gap:10px;background:#ff8a4c;color:#fff;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;line-height:1.3;margin:18px 0 0;width:max-content;max-width:260px;box-shadow:none}
.swbp-admission-service-pill span,.swbp-welcome-service-pill span{font-size:20px;line-height:1}
.swbp-admission-service-badge,.swbp-welcome-badge{display:none!important}
.swbp-admission-overview-btn,.swbp-welcome-btn{background:#ff7a18!important;color:#fff!important;border-radius:8px!important;box-shadow:none!important;text-transform:none!important;font-weight:700!important;padding:14px 26px!important;border:0!important}
.swbp-admission-overview-btn:hover,.swbp-welcome-btn:hover{box-shadow:none!important;transform:translateY(-1px);filter:brightness(.97)}
.swbp-admission-age-grid article{box-shadow:none!important}.swbp-admission-age-grid article:hover{box-shadow:0 8px 18px rgba(11,31,58,.08)!important}
.swbp-welcome-story-inner{grid-template-columns:1.02fr .98fr;align-items:center}.swbp-welcome-collage{order:1}.swbp-welcome-content{order:2}.swbp-welcome-content h2{font-weight:400}.swbp-welcome-text p{max-width:760px}
@media(min-width:1100px){
  .swbp-admission-overview-inner,.swbp-welcome-story-inner{min-height:620px}
  .swbp-admission-collage,.swbp-welcome-collage{max-width:590px;justify-self:center}
  .swbp-admission-collage-main,.swbp-welcome-img-one{min-height:var(--swbp-img-h-d,560px)}
}
@media(max-width:860px){
  .swbp-admission-overview-inner,.swbp-welcome-story-inner{gap:30px}
  .swbp-admission-copy{order:1}.swbp-admission-collage{order:2}.swbp-welcome-collage{order:1}.swbp-welcome-content{order:2}
  .swbp-admission-collage,.swbp-welcome-collage{min-height:var(--swbp-img-h-m,330px);gap:12px;width:100%}
  .swbp-admission-collage-main,.swbp-welcome-img-one{height:var(--swbp-img-h-m,330px)}
  .swbp-admission-collage-top,.swbp-welcome-img-two,.swbp-admission-collage-bottom,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-m,330px) - 12px)/2)}
  .swbp-admission-service-pill,.swbp-welcome-service-pill{margin-top:14px;font-size:13px;padding:10px 14px}
  .swbp-admission-overview-btn,.swbp-welcome-btn{box-shadow:none!important;border-radius:7px!important;padding:13px 22px!important;background:#ff7a18!important}
}
@media(max-width:520px){
  .swbp-admission-overview,.swbp-welcome-story{padding-left:16px;padding-right:16px}
  .swbp-admission-collage,.swbp-welcome-collage{min-height:var(--swbp-img-h-m,330px)}
  .swbp-admission-collage-main,.swbp-welcome-img-one{height:var(--swbp-img-h-m,330px)}
  .swbp-admission-collage-top,.swbp-welcome-img-two,.swbp-admission-collage-bottom,.swbp-welcome-img-three{height:calc((var(--swbp-img-h-m,330px) - 12px)/2)}
}

/* V0.1.26 - admin live typography, contact image controls and strength full-cover image fix */
.swbp-hero{color:var(--swbp-hero-text)!important;font-family:var(--swbp-hero-font)!important}
.swbp-hero h1{color:var(--swbp-hero-text)!important;font-weight:var(--swbp-heading-weight)!important;font-size:clamp(var(--swbp-heading-m),5.4vw,var(--swbp-heading-d))!important}
.swbp-hero .swbp-hero-highlight{color:var(--swbp-hero-text)!important;font-weight:var(--swbp-highlight-weight)!important;font-size:var(--swbp-highlight-d)!important;opacity:.96}
.swbp-hero p{color:var(--swbp-hero-text)!important;font-weight:var(--swbp-desc-weight)!important;font-size:var(--swbp-desc-d)!important;opacity:.94}
.swbp-hero-badge{color:var(--swbp-hero-text)!important;font-weight:var(--swbp-badge-weight)!important;font-size:var(--swbp-badge-d)!important}

.swbp-contact-query{font-family:var(--swbp-font);background:var(--swbp-bg);color:var(--swbp-text)}
.swbp-contact-image{width:min(100%,var(--swbp-contact-img-w));height:var(--swbp-contact-img-h);border-radius:var(--swbp-contact-radius);overflow:hidden;align-self:center}
.swbp-contact-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.swbp-contact-copy h2{font-size:var(--swbp-contact-title-d);font-weight:var(--swbp-contact-title-w);color:var(--swbp-title)}
.swbp-contact-copy p,.swbp-contact-copy li{font-size:var(--swbp-contact-text-d);font-weight:var(--swbp-contact-text-w);color:var(--swbp-text)}
.swbp-contact-copy button{font-size:var(--swbp-contact-btn-size);font-weight:var(--swbp-contact-btn-w)}

.swbp-strength-image{height:100%;min-height:300px;overflow:hidden;border-radius:var(--swbp-img-radius) var(--swbp-img-radius) 0 0}
.swbp-strength-image img{width:100%!important;height:100%!important;min-height:300px!important;object-fit:cover!important;object-position:center!important;display:block!important}
.swbp-strength-panel{align-items:stretch}

@media(max-width:900px){
  .swbp-hero .swbp-hero-highlight{font-size:var(--swbp-highlight-m)!important}
  .swbp-hero p{font-size:var(--swbp-desc-m)!important}
  .swbp-hero-badge{font-size:var(--swbp-badge-m)!important}
  .swbp-contact-image{width:100%;height:var(--swbp-contact-img-hm)}
  .swbp-contact-copy h2{font-size:var(--swbp-contact-title-m)}
  .swbp-contact-copy p,.swbp-contact-copy li{font-size:var(--swbp-contact-text-m)}
}

/* v0.1.27 - bottom query readability, desktop strength card layout and image size balance */
.swbp-contact-copy{color:#0b1f3a!important;background:var(--swbp-card,#fff)!important;}
.swbp-contact-copy>span{color:#0b5aa8!important;background:#eaf5ff!important;}
.swbp-contact-copy h2{color:var(--swbp-title,#0b1f3a)!important;}
.swbp-contact-copy p,.swbp-contact-copy li{color:var(--swbp-text,#44566c)!important;}
.swbp-contact-copy ul{color:var(--swbp-text,#44566c)!important;}

@media(min-width:901px){
  .swbp-strength-wrap{display:block!important;max-width:min(var(--swbp-container,1180px),calc(100% - 48px))!important;margin:0 auto!important;}
  .swbp-strength-list,.swbp-strength-list_top .swbp-strength-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0 auto 34px!important;align-items:stretch!important;}
  .swbp-strength-tab{min-height:92px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:9px!important;padding:14px 12px!important;border-radius:16px!important;}
  .swbp-strength-tab > span:last-child{font-size:15px!important;line-height:1.22!important;display:block!important;overflow:visible!important;-webkit-line-clamp:unset!important;word-break:normal!important;overflow-wrap:normal!important;}
  .swbp-strength-icon{width:34px!important;height:34px!important;font-size:20px!important;}
  .swbp-strength-detail{max-width:1060px!important;margin:0 auto!important;min-height:auto!important;height:auto!important;overflow:visible!important;border-radius:26px!important;}
  .swbp-strength-panel{position:relative!important;inset:auto!important;display:none!important;grid-template-columns:minmax(340px,46%) 1fr!important;min-height:430px!important;opacity:1!important;pointer-events:auto!important;transform:none!important;}
  .swbp-strength-panel.is-active{display:grid!important;}
  .swbp-strength-image{height:auto!important;min-height:430px!important;max-height:none!important;border-radius:26px 0 0 26px!important;background:#eef6ff!important;}
  .swbp-strength-image img{width:100%!important;height:100%!important;min-height:430px!important;object-fit:cover!important;object-position:center center!important;}
  .swbp-strength-demo{min-height:430px!important;}
  .swbp-strength-text{padding:46px 52px!important;justify-content:center!important;gap:18px!important;}
  .swbp-strength-kicker{font-size:13px!important;}
  .swbp-strength-text h3{font-size:clamp(32px,3.2vw,48px)!important;line-height:1.12!important;letter-spacing:-.035em!important;}
  .swbp-strength-text p{font-size:clamp(17px,1.28vw,21px)!important;line-height:1.82!important;max-width:680px!important;overflow:visible!important;}
}

@media(min-width:1100px){
  .swbp-admission-overview-inner,.swbp-welcome-story-inner{max-width:min(1320px,calc(100% - 72px))!important;}
  .swbp-admission-collage,.swbp-welcome-collage{max-width:690px!important;justify-self:center!important;}
  .swbp-admission-copy,.swbp-welcome-content{max-width:660px!important;}
}
@media(min-width:1400px){
  .swbp-admission-collage,.swbp-welcome-collage{max-width:760px!important;}
}

/* Stronger entrance effect after admin enable */
.swbp-home.swbp-anim-on section.swbp-reveal,
section.swbp-reveal{opacity:0!important;transform:translateY(54px) scale(.975)!important;transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1)!important;transition-delay:var(--swbp-reveal-delay,0ms)!important;will-change:opacity,transform;}
.swbp-home.swbp-anim-on section.swbp-reveal.is-visible,
section.swbp-reveal.is-visible{opacity:1!important;transform:translateY(0) scale(1)!important;}
@media(max-width:900px){
  .swbp-home.swbp-anim-on section.swbp-reveal,
  section.swbp-reveal{transform:translateY(36px) scale(.985)!important;}
  .swbp-home.swbp-anim-on section.swbp-reveal.is-visible,
  section.swbp-reveal.is-visible{transform:translateY(0) scale(1)!important;}
}

@media(max-width:900px){
  .swbp-strength-image{border-radius:22px 22px 0 0!important;}
}


/* V0.1.28 desktop program button overflow + stats fixed background hard fix */
.swbp-program-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;align-items:stretch!important}
.swbp-program-btn{min-width:0!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.15!important;font-size:clamp(10px,.72vw,12px)!important;padding:11px 7px!important;letter-spacing:-.15px!important}
@media(min-width:901px){.swbp-program-card{padding:12px 12px 16px!important}.swbp-program-media img,.swbp-program-demo{height:235px}.swbp-program-actions{gap:9px!important}.swbp-program-btn{font-size:11px!important;padding-left:6px!important;padding-right:6px!important}}
@media(max-width:600px){.swbp-program-actions{grid-template-columns:1fr!important}.swbp-program-btn{font-size:13px!important;padding:12px 12px!important;letter-spacing:0!important}}
.swbp-stats-counter{isolation:isolate;background-image:none!important;background-color:var(--swbp-bg)!important}
.swbp-stats-bg{position:absolute;inset:0;z-index:0;background-color:var(--swbp-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;will-change:transform}
.swbp-stats-overlay{z-index:1!important}.swbp-stats-inner{position:relative!important;z-index:2!important}
@media(max-width:900px){.swbp-stats-bg{background-attachment:scroll;background-position:center center}}


/* V0.1.29 Our School at a Glance background image hard fallback */
.swbp-stats-counter.swbp-has-stats-bg{
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}
.swbp-stats-counter .swbp-stats-bg-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  z-index:0!important;
  pointer-events:none!important;
}
.swbp-stats-counter .swbp-stats-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  opacity:1!important;
}
.swbp-stats-counter .swbp-stats-overlay{position:absolute!important;inset:0!important;z-index:1!important;background:var(--swbp-overlay)!important;}
.swbp-stats-counter .swbp-stats-inner{position:relative!important;z-index:2!important;}
@media(max-width:900px){
  .swbp-stats-counter.swbp-has-stats-bg{background-attachment:scroll!important;}
}

/* V0.1.30 Stats background root-cause fix: apply saved image through CSS variable + real img fallback */
.swbp-stats-counter.swbp-has-stats-bg{
  background-image:var(--swbp-stats-bg-img)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg{
  background-image:var(--swbp-stats-bg-img)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  opacity:1!important;
}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg-img{
  display:block!important;
  opacity:1!important;
}
.swbp-stats-counter:not(.swbp-has-stats-bg) .swbp-stats-bg-img{display:none!important;}

/* V0.1.31 Stats background final layer-order fix
   Root cause: the fallback .swbp-stats-bg color layer was rendered after the fallback img layer.
   If CSS variable/background-image failed for any reason, the color layer covered the real image.
   This keeps the real <img> background visible above any color-only layer and below overlay/content. */
.swbp-stats-counter{position:relative!important;isolation:isolate!important;overflow:hidden!important;}
.swbp-stats-counter.swbp-has-stats-bg{background-color:transparent!important;background-image:var(--swbp-stats-bg-img)!important;}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg{background-color:transparent!important;background-image:var(--swbp-stats-bg-img)!important;z-index:0!important;opacity:1!important;}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;opacity:1!important;visibility:visible!important;object-fit:cover!important;object-position:center center!important;z-index:0!important;pointer-events:none!important;}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-overlay{z-index:1!important;}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-inner{z-index:2!important;}
.swbp-stats-counter.swbp-no-stats-bg .swbp-stats-bg{background-color:var(--swbp-bg)!important;}


/* v0.1.32 - Our School at a Glance fixed background final behavior (overridden by v0.1.33)
   Root cause: the selected image was saving/changing, but the visual layer used a normal <img> fallback and mobile browsers ignore background-attachment:fixed. This made the image scroll with the section instead of looking fixed. The JS below updates --swbp-stats-y so the image layer behaves like a fixed/parallax background on desktop and mobile. */
.swbp-stats-counter.swbp-has-stats-bg{
  background-image:var(--swbp-stats-bg-img)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
  background-color:transparent!important;
}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg{
  background-image:var(--swbp-stats-bg-img)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
  background-color:transparent!important;
  opacity:1!important;
}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg-img{
  top:-90px!important;
  bottom:auto!important;
  height:calc(100% + 180px)!important;
  min-height:100%!important;
  transform:translate3d(0,var(--swbp-stats-y,0px),0)!important;
  transition:none!important;
  will-change:transform!important;
}
.swbp-stats-counter.swbp-has-stats-bg .swbp-stats-overlay{
  pointer-events:none!important;
}
@media(max-width:900px){
  .swbp-stats-counter.swbp-has-stats-bg,
  .swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg{
    background-attachment:scroll!important;
  }
  .swbp-stats-counter.swbp-has-stats-bg .swbp-stats-bg-img{
    top:-70px!important;
    height:calc(100% + 140px)!important;
  }
}


/* v0.1.33 - Stats Counter root fix by reverting to proven v0.1.22 section-background method.
   Root cause found by comparing v0.1.22 with recent builds: later builds added extra .swbp-stats-bg and <img>
   layers plus parallax transforms. Those layers conflicted with the real section background, so the image changed
   but did not behave like the original fixed background. The image now lives on .swbp-stats-counter itself. */
.swbp-stats-counter.swbp-stats-simple-bg{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background-image:var(--swbp-stats-bg-img)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
  background-color:var(--swbp-bg)!important;
}
.swbp-stats-counter.swbp-stats-simple-bg .swbp-stats-bg,
.swbp-stats-counter.swbp-stats-simple-bg .swbp-stats-bg-img{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
.swbp-stats-counter.swbp-stats-simple-bg .swbp-stats-overlay{position:absolute!important;inset:0!important;z-index:1!important;background:var(--swbp-overlay)!important;}
.swbp-stats-counter.swbp-stats-simple-bg .swbp-stats-inner{position:relative!important;z-index:2!important;}
@media(max-width:900px){
  .swbp-stats-counter.swbp-stats-simple-bg{
    background-attachment:scroll!important;
    background-size:cover!important;
    background-position:center center!important;
  }
}


/* v0.1.34 New Our School at a Glance section - old stats section deleted/recreated.
   Clean class avoids all previous .swbp-stats-counter layer conflicts. */
.swbp-glance-counter{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  padding:88px 18px!important;
  color:var(--swbp-text,#ffffff)!important;
  font-family:var(--swbp-font,Inter,Arial,sans-serif)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}
.swbp-glance-counter::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(135deg,rgba(7,31,66,.30),rgba(7,31,66,.10));
  pointer-events:none;
}
.swbp-glance-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:var(--swbp-overlay,rgba(5,24,52,.48))!important;
  pointer-events:none!important;
}
.swbp-glance-inner{
  max-width:var(--swbp-container,1180px)!important;
  margin:0 auto!important;
  position:relative!important;
  z-index:2!important;
}
.swbp-glance-head{text-align:center!important;margin-bottom:34px!important;}
.swbp-glance-head h2{color:var(--swbp-title,#ffffff)!important;font-size:clamp(28px,4vw,48px)!important;font-weight:900!important;margin:0 0 10px!important;line-height:1.12!important;}
.swbp-glance-head p{color:rgba(255,255,255,.92)!important;font-size:clamp(15px,1.7vw,19px)!important;line-height:1.7!important;margin:0 auto!important;max-width:760px!important;}
.swbp-glance-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.swbp-glance-card{
  background:rgba(255,255,255,.16)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:24px!important;
  padding:24px 16px!important;
  text-align:center!important;
  color:#fff!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.18)!important;
}
.swbp-glance-card span{display:block!important;font-size:32px!important;line-height:1!important;margin-bottom:12px!important;}
.swbp-glance-card strong{display:block!important;font-size:clamp(30px,4vw,44px)!important;line-height:1!important;margin:0 0 8px!important;color:var(--swbp-accent,#f6c343)!important;font-weight:950!important;}
.swbp-glance-card em{font-style:normal!important;}
.swbp-glance-card p{margin:0!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1.35!important;}
@media(max-width:900px){
  .swbp-glance-counter{padding:64px 14px!important;background-attachment:scroll!important;}
  .swbp-glance-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .swbp-glance-card{border-radius:18px!important;padding:18px 10px!important;}
  .swbp-glance-card span{font-size:26px!important;}
  .swbp-glance-card p{font-size:13px!important;}
}


/* v0.1.35 True fixed background rebuild for Our School at a Glance.
   The image is an internal viewport-locked layer moved by JS and clipped by this section,
   so the counters/text can scroll while the image visually stays fixed. */
.swbp-glance-counter{
  background-image:none!important;
  background-color:var(--swbp-bg,#0b1f3a)!important;
  overflow:hidden!important;
  min-height:420px!important;
}
.swbp-glance-counter .swbp-glance-fixed-bg{
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:max(100vh, 100%)!important;
  min-height:560px!important;
  z-index:0!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  will-change:transform!important;
  transform:translate3d(0, var(--swbp-glance-fixed-y, 0px), 0)!important;
  pointer-events:none!important;
}
.swbp-glance-counter::before{z-index:1!important;}
.swbp-glance-counter .swbp-glance-overlay{z-index:2!important;}
.swbp-glance-counter .swbp-glance-inner{z-index:3!important;}
@media(max-width:900px){
  .swbp-glance-counter .swbp-glance-fixed-bg{height:100vh!important;min-height:520px!important;}
}
