:root{--bg: #ffffff;--primary: #0b4aa6;--primary-2: #004aad;--accent: #00aaff;--muted: #6b7b8a;--navy: #00192c;--white: #ffffff;--card-shadow: 0 12px 24px rgba(3,20,30,.08);--soft-line: rgba(255,255,255,.06);--radius-lg: 12px;--container: 1160px;--gutter: 20px;--font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{min-width:320px;margin:0;color:#18334a;background:var(--bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}.navbar{position:sticky;top:0;z-index:1000;background:#00192cf5;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-container{max-width:1300px;margin:auto;padding:12px 40px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.logo img{width:52px;height:52px;border-radius:50%;object-fit:cover}.brand-text{display:flex;flex-direction:column}.brand-text span{font-size:17px;font-weight:700;letter-spacing:1px}.brand-text small{font-size:11px;color:#fff9;letter-spacing:1.5px;margin-top:3px}.nav-links{display:flex;align-items:center;gap:30px}.nav-link{position:relative;color:#ffffffd1;text-decoration:none;font-size:14px;font-weight:500;transition:color .25s ease}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#38bdf8;transition:width .25s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-contact{background:#fff;color:#00192c;padding:11px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease}.nav-contact:hover{background:#38bdf8;color:#fff;transform:translateY(-1px)}.menu-toggle{display:none;background:transparent;border:none;width:34px;height:34px;cursor:pointer}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:6px auto;transition:.3s ease}@media(max-width:900px){.nav-container{padding:10px 20px}.brand-text{display:none}.menu-toggle{display:block}.nav-links{position:fixed;top:73px;left:0;right:0;height:calc(100vh - 73px);background:#00192c;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:60px;gap:30px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.nav-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{font-size:18px}.nav-contact{margin-top:10px}}.site-footer{width:100%;background:#00192c;padding:56px 5%;color:#e8f1f6}.footer-inner{width:100%;max-width:1200px;padding:0 20px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px;align-items:start}.footer-col .logo{display:flex;align-items:center;gap:14px;margin-bottom:16px}.footer-col .logo img{width:72px;height:72px;border-radius:50%;background:#fff;padding:8px;box-shadow:0 6px 18px #00000040}.footer-desc{color:#ffffffc7;line-height:1.6;font-size:14px;max-width:100%}.footer-heading{font-weight:600;font-size:18px;margin-bottom:14px;color:#fff}.contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;color:var(--muted);font-size:14px}.contact-item{display:flex;gap:12px;align-items:center}.contact-icon{width:36px;height:36px;min-width:36px;display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#cfe9f6;font-size:16px}.contact-text{line-height:1.4;color:#ffffffd6;font-size:14px}.contact-text span{display:block;font-size:13px;opacity:.8}.links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;color:var(--muted)}.links-list a{color:#ffffffdb;text-decoration:none;font-size:14px}.links-list a:hover{color:#d6eefc;text-decoration:underline}.office-time p{color:#fffc;margin:6px 0;font-size:14px;line-height:1.6}.socials{display:flex;gap:12px;margin-top:18px}.social{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;color:#fff;text-decoration:none;transition:transform .14s ease,background .14s ease;font-size:16px}.social:hover{transform:translateY(-3px);background:#ffffff1f}.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;gap:20px}.copyright{flex:1;max-width:60%;line-height:1.5}.bottom-links{display:flex;gap:24px}.bottom-links a{color:#ffffffbf;text-decoration:none;font-size:14px;opacity:.8;transition:.3s}.bottom-links a:hover{color:#fff;text-decoration:underline;opacity:1}@media(max-width:1024px){.footer-inner{grid-template-columns:repeat(2,1fr);gap:30px}.footer-col{text-align:left}.footer-desc{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){.footer-inner{padding:0 16px;grid-template-columns:1fr;gap:30px;text-align:center}.footer-col{width:100%}.contact-list{align-items:center}.contact-item{justify-content:flex-start;width:100%;max-width:260px;padding:6px 0}.contact-text{text-align:left}.links-list{align-items:center}.footer-desc{text-align:center;margin:0 auto}.footer-bottom{flex-direction:column;text-align:center}.copyright{max-width:100%}.bottom-links{justify-content:center;flex-wrap:wrap}.footer-col .logo{justify-content:center;align-items:center;flex-direction:column;text-align:center}.footer-col .logo img{display:block;margin:0 auto}}@media(max-width:480px){.footer-heading{font-size:16px}.footer-desc,.contact-text,.links-list a,.office-time p{font-size:13px}.social{width:34px;height:34px;font-size:14px}.footer-col .logo img{width:60px;height:60px}}.categories{padding:88px 0;background:#ebeff7}.categories-container{width:min(1200px,90%);margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.categories-intro{max-width:480px}.section-label{display:block;margin-bottom:14px;color:#0b4aa6;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}.categories-intro h2{margin:0 0 20px;color:#172b3f;font-size:clamp(40px,3.2vw,52px);font-weight:700;line-height:1.1;letter-spacing:-1.8px}.categories-intro h2 span{color:#0b4aa6}.categories-intro p{margin:0 0 26px;max-width:450px;color:#667789;font-size:16px;line-height:1.7}.categories-link{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:#0b4aa6;color:#fff;border-radius:7px;font-size:14px;font-weight:600;text-decoration:none;transition:background .25s ease,transform .25s ease,gap .25s ease}.categories-link:hover{background:#083b86;transform:translateY(-2px);gap:14px}.categories-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.course-card{position:relative;min-height:285px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;border-radius:12px;border:1px solid #dce3eb;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.school-card{background:#edf3fa}.bcom-card{background:#f7f5ef}.course-card:hover{transform:translateY(-5px);border-color:#c5d2e1;box-shadow:0 16px 35px #142d4617}.course-number{color:#0b4aa6;font-size:11px;font-weight:700;letter-spacing:2px}.course-content{padding:10px}.course-label{display:block;margin-bottom:12px;color:#7a8795;font-size:10px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase}.course-card h3{margin:0 0 20px;color:#172b3f;font-size:26px;font-weight:650;line-height:1.2}.course-highlight{display:inline-block;margin-bottom:5px;color:#0b4aa6;font-size:20px;font-weight:700}.course-card p{margin:0;color:#687789;font-size:14px}.course-arrow{position:absolute;right:28px;bottom:26px;color:#0b4aa6;font-size:21px;transition:transform .25s ease}.course-card:hover .course-arrow{transform:translate(5px)}@media(max-width:950px){.categories{padding:75px 0}.categories-container{grid-template-columns:1fr;gap:45px}.categories-intro{max-width:600px}}@media(max-width:650px){.categories{padding:60px 0}.categories-container{width:min(100% - 40px,1200px)}.categories-intro h2{font-size:40px;letter-spacing:-1.4px}.categories-cards{grid-template-columns:1fr;gap:14px}.course-card{padding:25px}}:root{--kp-blue: #0b4aa6;--muted: #6b7b8a;--glass: rgba(255,255,255,.03)}.categories-hero{background:linear-gradient(180deg,#f7fbff,#f3fbff)}.categories-hero-inner{display:flex;gap:28px;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:6px 0}.hero-text h1{margin:0;color:var(--kp-blue);font-size:32px}.hero-text .muted{color:var(--muted);margin-top:6px}.whychoose-hero-image{width:420px;height:160px;background-position:center;background-size:cover;border-radius:12px;box-shadow:0 18px 50px #03141e0f;border:1px solid rgba(11,74,166,.06)}@media(max-width:920px){.categories-hero-inner{flex-direction:column;text-align:center}.hero-image{width:100%;height:200px}}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}@media(max-width:1000px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.categories-grid{grid-template-columns:1fr}}.cat-card{display:block;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s;border:1px solid rgba(11,74,166,.06);background:linear-gradient(180deg,#0b4aa605,#ffffff03);box-shadow:0 14px 36px #0214280f}.cat-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px #03141e1f}.cat-card-image{width:100%;height:110px;background-size:cover;background-position:center;filter:saturate(.86) contrast(.96);position:relative}.cat-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000f,#00000005)}.cat-card-body{padding:14px 12px;text-align:center}.cat-title{margin:0;font-size:18px;color:var(--kp-blue);font-weight:700}.cat-sub{margin:6px 0 0;font-size:13px;color:var(--muted)}.cat-icon{width:42px;height:42px;margin:0 auto 8px;border-radius:10px;background:#ffffff0a;display:flex;align-items:center;justify-content:center}:root{--kp-blue:#0b4aa6;--muted:#6b7b8a;--glass: rgba(255,255,255,.03)}.kp-section{width:100%;box-sizing:border-box}.contact-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.contact-hero h1{margin:0;color:var(--kp-blue);font-size:32px}.muted{color:var(--muted);margin-top:6px}.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}@media(max-width:1000px){.contact-layout{grid-template-columns:1fr}}.contact-left h2{color:#042b4d;margin-bottom:10px}.kp-contact-form{display:flex;flex-direction:column;gap:12px;background:transparent}.kp-row{display:flex;gap:12px}.kp-row label{flex:1;display:flex;flex-direction:column;gap:6px}label{display:flex;flex-direction:column;gap:8px}.label{font-size:13px;color:#23455f;font-weight:600}input,textarea{padding:10px 12px;border-radius:8px;border:1px solid rgba(3,20,30,.06);background:linear-gradient(180deg,#ffffff04,#ffffff03);font-size:14px;color:#072032;outline:none}input:focus,textarea:focus{box-shadow:0 8px 22px #0b4aa614;border-color:#0b4aa624}.field-error{color:#c84b4b;font-size:13px;margin-top:4px}.kp-actions{display:flex;align-items:center;gap:12px;margin-top:6px}.btn-primary{background:linear-gradient(180deg,var(--kp-blue),#083d8c);color:#fff;padding:10px 18px;border-radius:10px;border:none;cursor:pointer;font-weight:700}.kp-success{color:#127a4a;font-weight:600}.kp-error{color:#a62b2b;font-weight:600}.kp-contact-info{display:flex;flex-direction:column;gap:14px}.ci-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:18px;border-radius:12px;border:1px solid rgba(11,74,166,.06)}.ci-card h3{margin:0 0 6px;color:var(--kp-blue)}.ci-desc{color:var(--muted);margin:0 0 10px;font-size:14px}.ci-list{list-style:none;padding:0;margin:0 0 12px;color:#123a4e;font-size:14px;line-height:1.45}.ci-office h4{margin:0 0 6px;color:#0b4aa6}.ci-socials{display:flex;gap:8px;margin-top:12px}.social{width:36px;height:36px;border-radius:8px;background:#ffffff08;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700}.ci-map{border-radius:10px;overflow:hidden;border:1px solid rgba(3,20,30,.04)}.kp-results-page{width:100%;overflow:clip;background:#f7fafc;color:#18334a}.kp-results-page *,.kp-results-page *:before,.kp-results-page *:after{box-sizing:border-box}.kp-results-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.kp-results-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(72px,11vw,70px) 24px clamp(64px,9vw,108px);color:#fff;background:linear-gradient(118deg,#062946,#052640 55%,#032c3c)}.kp-results-hero:before{top:-290px;right:-130px;width:650px;height:650px;background:#7ae1ff26}.kp-results-hero:after{bottom:-230px;left:32%;width:450px;height:450px;border:1px solid rgba(255,255,255,.14)}.kp-results-eyebrow{display:inline-block;margin-bottom:16px;color:#42d1f4;font-size:.72rem;font-weight:800;letter-spacing:.18em;line-height:1.2}.kp-results-hero h1{max-width:780px;margin:0;font-size:clamp(42px,4.6vw,62px);font-weight:700;line-height:1.04;letter-spacing:-.06em}.kp-results-hero h1 span{color:#84e2fa}.kp-results-hero p{max-width:620px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.7vw,1.12rem);line-height:1.7}.kp-results-highlights{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.kp-results-highlights span{padding:8px 12px;border:1px solid rgba(255,255,255,.19);border-radius:999px;color:#ffffffe8;background:#ffffff14;font-size:.78rem;font-weight:700}.kp-results-showcase{padding:clamp(58px,8vw,104px) 0}.kp-results-heading{display:grid;grid-template-columns:1fr minmax(250px,.65fr);align-items:end;gap:28px 72px;margin-bottom:clamp(30px,5vw,50px)}.kp-results-heading .kp-results-eyebrow{color:#167fa5}.kp-results-heading h2{margin:0;color:#17334c;font-size:clamp(2.15rem,4.2vw,3.7rem);font-weight:750;line-height:1.08;letter-spacing:-.05em}.kp-results-heading p{max-width:440px;margin:0 0 4px;color:#60738a;font-size:1rem;line-height:1.7}@media(max-width:760px){.kp-results-container{width:min(100% - 32px,1180px)}.kp-results-hero{padding-top:72px;padding-bottom:68px}.kp-results-heading{grid-template-columns:1fr;gap:18px}}.topper-section{margin-bottom:40px}.topper-section h2{color:#083d8c;margin-bottom:20px}.topper-grid{display:flex;flex-wrap:wrap;gap:20px}.topper-card{width:160px;background:#fff;border-radius:12px;padding:15px;text-align:center;box-shadow:0 8px 20px #0000000d;transition:.3s}.topper-card:hover{transform:translateY(-5px)}.top1{box-shadow:0 0 20px #ffd70080}.top2{box-shadow:0 0 20px #c0c0c080}.top3{box-shadow:0 0 20px #cd7f3280}.photo-box{position:relative;width:100px;height:120px;margin:auto;border-radius:8px;overflow:hidden}.photo-box img{width:100%;height:100%;object-fit:cover}.medal{position:absolute;top:-10px;right:-10px;font-size:20px}.info h3{margin:10px 0 5px;font-size:16px}.info p{color:#0b4aa6;font-weight:600}.carousel{position:relative;width:100%;min-height:420px;aspect-ratio:16 / 9;border:1px solid #dce8ef;border-radius:22px;background:linear-gradient(135deg,#e9f3f7,#f9fcfd);box-shadow:0 22px 56px #12344c1f;display:flex;align-items:center;justify-content:center;overflow:hidden}.carousel img{width:100%;height:100%;object-fit:contain;padding:26px;transition:opacity .35s ease}.nav{position:absolute;top:50%;transform:translateY(-50%);display:grid;width:44px;height:44px;place-items:center;background:#053450d1;color:#fff;border:none;font-size:24px;padding:10px 14px;cursor:pointer;border-radius:50%;transition:transform .2s ease,background .2s ease}.nav:hover{background:#0b76a1;transform:translateY(-50%) scale(1.08)}.prev{left:10px}.next{right:10px}.dots{position:absolute;bottom:10px;width:100%;text-align:center}.carousel-dot{display:inline-block;width:9px;height:9px;padding:0;margin:0 5px;background:#abc0cc;border:0;border-radius:50%;cursor:pointer;transition:width .2s ease,background .2s ease}.dots .active{width:24px;border-radius:999px;background:#087ca9}@media(max-width:768px){.carousel{min-height:250px}.nav{font-size:18px;padding:8px 10px}}@media(max-width:480px){.carousel{min-height:220px;aspect-ratio:4 / 3;border-radius:16px}.carousel img{padding:14px}.nav{font-size:16px;padding:6px 8px}}.contact{min-height:100vh;padding:clamp(64px,9vw,105px) 20px;background:linear-gradient(135deg,#edf8fc,#f8fbfd)}.contact .container{max-width:1080px;margin:auto}.contact-header{text-align:center;margin-bottom:46px}.contact-header h1{margin:0;color:#123955;font-size:clamp(42px,4.6vw,50px);letter-spacing:-.06em}.contact-header p{margin:15px 0 0;color:#64788b;font-size:1.05rem}.contact-info.card,.map.card{background:#fff;border:1px solid #dfeaf0;border-radius:20px;box-shadow:0 14px 38px #12344c14}.contact-info.card{padding:clamp(24px,4vw,40px)}.contact-info.card h2{margin:0 0 20px;color:#173c58;font-size:1.7rem}.contact-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.info-box{min-width:0;padding:18px;background:#f5fafc;border-radius:14px}.info-box>span{font-size:1.45rem}.info-box h4{margin:10px 0 6px;color:#1d4967}.info-box p{margin:3px 0;color:#63778a;font-size:.92rem;line-height:1.6}.info-box a{color:#08749d;text-decoration:none;font-weight:700}.map.card{margin-top:24px;overflow:hidden}.map iframe{display:block;width:100%;height:350px;border:0}@media(max-width:760px){.contact{padding:58px 16px}.contact-wrapper{grid-template-columns:1fr}.map iframe{height:280px}}.gallery-page{min-height:100vh;padding:clamp(64px,9vw,110px) 5%;background:#f7fafc;text-align:center}.gallery-page .container{max-width:1180px;margin:auto}.gallery-title{margin:0;color:#153653;font-size:clamp(42px,4.6vw,50px);letter-spacing:-.06em}.gallery-page .subtitle{max-width:620px;margin:18px auto 48px;color:#64788b;font-size:1.05rem;line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-grid button{display:block;padding:0;overflow:hidden;aspect-ratio:4/3;background:#e5eef2;border:0;border-radius:18px;cursor:pointer;box-shadow:0 10px 28px #12344c14}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-grid button:hover img,.gallery-grid button:focus-visible img{transform:scale(1.06)}.gallery-grid button:focus-visible{outline:3px solid #15a4cf;outline-offset:3px}.lightbox{position:fixed;inset:0;z-index:2200;display:grid;place-items:center;padding:50px 72px;background:#021320e6;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.lightbox img{max-width:100%;max-height:calc(100vh - 80px);border-radius:14px;object-fit:contain}.nav-btn,.close-btn{position:absolute;display:grid;place-items:center;padding:0;color:#fff;background:#ffffff21;border:1px solid rgba(255,255,255,.2);cursor:pointer}.nav-btn{top:50%;width:46px;height:46px;border-radius:50%;font-size:2rem;transform:translateY(-50%)}.close-btn{top:18px;right:18px;width:40px;height:40px;border-radius:50%;font-size:1.8rem}.prev{left:18px}.next{right:18px}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lightbox{padding:60px 12px}.nav-btn{width:38px;height:38px}.prev{left:9px}.next{right:9px}}@media(max-width:440px){.gallery-grid{grid-template-columns:1fr}}.blog-content{max-width:800px;margin:auto;padding:40px 20px;line-height:1.8}.blog-content h1{font-size:32px;margin-bottom:20px}.blog-content h2{font-size:24px;margin-top:30px;margin-bottom:10px}.blog-content h3{font-size:18px;margin-top:20px;margin-bottom:8px}.blog-content p{margin-bottom:15px;color:#444}.blog-content ul{margin:15px 0;padding-left:20px}.blog-content li{margin-bottom:8px}.blog-content a{display:inline-block;margin-top:20px;color:#004aad;font-weight:600}
