
:root{
  --blue:#004a93; --blue2:#0075d4; --deep:#003a76; --sky:#eaf7ff;
  --green:#159447; --purple:#6933c9; --orange:#f27608; --teal:#079ba6;
  --red:#ed252c; --ink:#123c66; --muted:#5e7184; --white:#fff;
  --shadow:0 5px 20px rgba(0,53,100,.10); --radius:13px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#163c61;background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1240px,94%);margin:auto}
.top-strip{background:#00519b;color:#fff;font-size:13px}
.top-inner{min-height:36px;display:flex;align-items:center;gap:25px}
.top-item{white-space:nowrap}.top-item a{color:#fff}
.top-social{margin-left:auto;display:flex;gap:9px;align-items:center}
.top-social>a,.footer-social a{width:23px;height:23px;border-radius:5px;background:#fff;color:#07509b;display:grid;place-items:center;font-weight:700;font-size:12px}
.lang{margin-left:10px}
.site-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.brand-banner{display:block;width:100%;line-height:0;background:#fff}.brand-banner img{width:100%;height:auto;display:block;max-height:none;object-fit:contain}.header-tools{min-height:62px;display:flex;align-items:center;justify-content:flex-end}.header-tools .header-actions{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:none}.header-tools .menu-toggle{display:none}

.brand-row{min-height:142px;display:flex;align-items:center;gap:22px;position:relative}
.brand{display:flex;align-items:center;gap:18px;min-width:0}
.brand img{width:112px;height:112px;object-fit:contain;border-radius:50%}
.brand-copy h1{margin:0;color:#034c91;font-size:30px;line-height:1.05;letter-spacing:.2px}
.brand-copy h1 span{color:#e11d28}
.brand-copy p{margin:10px 0 0;color:#294e70;font-size:16px}
.header-actions{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;max-width:440px}
.search-box{display:flex;border:1px solid #d7e2ec;border-radius:10px;overflow:hidden;height:42px;width:280px}
.search-box input{border:0;outline:0;padding:0 12px;width:100%;font-size:13px}
.search-box button{border:0;background:#fff;color:#07509b;font-size:22px;padding:0 12px}
.login-btn,.institute-btn{padding:11px 17px;border-radius:9px;font-weight:700;font-size:13px}
.login-btn{background:#0674d5;color:#fff}.institute-btn{border:1px solid #0674d5;color:#0674d5;background:#fff}
.menu-toggle{display:none;margin-left:auto;background:#fff;border:1px solid #cbd9e7;border-radius:9px;font-size:25px;padding:7px 11px;color:#07509b}
.main-nav{background:#004a93;color:#fff}
.nav-inner{display:flex;align-items:stretch;overflow:auto}
.nav-inner a{padding:14px 14px;font-size:13px;font-weight:600;white-space:nowrap;border-right:1px solid rgba(255,255,255,.12)}
.nav-inner a:hover,.nav-inner a.active{background:#0780db}
.hero{background:#dff4ff;position:relative;overflow:hidden}
.hero-slide{display:none;min-height:345px}
.hero-slide.active{display:block}
.hero-content{min-height:345px;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:20px}
.hero-copy{padding:30px 0 30px 10px}
.script{font-family:cursive;color:#0c4e90;font-size:30px}
.hero h2{font-size:35px;line-height:1.08;margin:4px 0 12px;color:#064d91}
.hero p{font-size:16px;max-width:540px;color:#355e80}
.hero-img{height:345px;display:flex;justify-content:flex-end;align-items:center;overflow:hidden;border-radius:12px}
.hero-img img{height:100%;width:100%;object-fit:cover;object-position:center;border-radius:12px;background:#e8f8ff}
.hero-tag{font-family:cursive;color:#084a91;font-size:28px;position:absolute;right:4%;bottom:55px;width:190px;transform:rotate(-3deg)}
.dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px}
.hero-dot{width:9px;height:9px;border-radius:50%;background:#b8c9d8;border:0}.hero-dot.active{background:#0674d5}
.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px;padding:15px 0}
.quick{min-height:78px;color:#fff;border-radius:11px;padding:12px 14px;display:flex;align-items:center;gap:10px;font-weight:700;box-shadow:var(--shadow);font-size:14px}
.quick .qicon{font-size:29px}.quick.blue{background:#0879d5}.quick.green{background:#119748}.quick.purple{background:#6c35c9}.quick.orange{background:#f4780a}.quick.teal{background:#099ba4}.quick.deep{background:#08457f}
.section-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:16px}
.card{border:1px solid #d5e6f2;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 10px rgba(0,65,110,.04)}
.card-head{background:#eef9ff;border-bottom:1px solid #d5e6f2;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;color:#0a457c;font-weight:800}
.card-head a{font-size:12px;color:#0b72cb}
.card-body{padding:13px}
.course-list{columns:2;list-style:none;padding:0;margin:0}
.course-list li{break-inside:avoid;padding:7px 0;border-bottom:1px solid #eef3f6;font-size:13px}
.course-list li::before{content:"›";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#0a5da6;color:#fff;margin-right:7px;font-weight:800}
.notice-list{list-style:none;margin:0;padding:0}.notice-list li{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid #edf2f6;font-size:12px}
.datebox{background:#095b9e;color:#fff;border-radius:6px;text-align:center;min-width:40px;height:42px;padding:3px;font-weight:700}.datebox small{display:block;font-size:9px}
.verify-card{background:#eefaff}.verify-card input{width:100%;padding:12px;border:1px solid #d3e3ee;border-radius:8px;margin:7px 0 10px}.verify-card button,.primary{border:0;background:#0877d5;color:#fff;padding:12px 17px;border-radius:8px;font-weight:700;cursor:pointer}
.qr{width:100px;height:100px;margin:18px auto 3px;background:repeating-linear-gradient(45deg,#111 0 3px,#fff 3px 6px);border:8px solid #fff;box-shadow:0 0 0 1px #ddd}
.verify-msg{font-size:12px;margin-top:9px}.verify-msg.success{color:#138442}.verify-msg.error{color:#c33}
.promo{margin:17px 0;background:#eaf8ff;border:1px solid #d1eaf6;border-radius:12px;padding:16px;display:grid;grid-template-columns:1.1fr 1.2fr 1.5fr;gap:18px;align-items:center}
.promo h3{margin:0;color:#0861a9;font-size:22px}.promo p{margin:3px 0;font-size:13px}.check-list{margin:0;padding-left:20px;font-size:12px}.check-list li{margin:4px 0}.check-list li::marker{color:#1aa158}
.reference-banner{width:100%;margin:0;border-radius:0;display:block}
.site-footer{background:#063e78;color:#fff;margin-top:25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:28px;padding:30px 0}.footer-brand{display:flex;gap:13px}.footer-brand img{width:72px;height:72px;border-radius:50%;object-fit:contain}.site-footer h4{margin:0 0 10px}.site-footer a{display:block;color:#eaf5ff;font-size:13px;margin:6px 0}.site-footer p{font-size:12px;margin:5px 0;color:#e0eef9}.footer-social{display:flex;gap:8px;margin-top:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:10px 0;font-size:11px}.footer-bottom .container{display:flex;justify-content:space-between;gap:15px}
.page-hero{background:linear-gradient(90deg,#e8f8ff,#f7fcff);padding:36px 0;border-bottom:1px solid #d8ebf7}.page-hero h2{margin:0;color:#064d91;font-size:32px}.page-hero p{margin:6px 0 0;color:#52708b}
.content{padding:24px 0}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.panel{background:#fff;border:1px solid #d9e8f2;border-radius:12px;padding:20px;box-shadow:var(--shadow)}.panel h3{color:#07549b;margin-top:0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:10px;border-bottom:1px solid #e4edf3;text-align:left;font-size:13px}.data-table th{background:#eef8ff;color:#084a85}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:5px}.field input,.field select,.field textarea{width:100%;border:1px solid #d4e1eb;border-radius:8px;padding:11px;font:inherit}.field textarea{min-height:110px}.full{grid-column:1/-1}.form-message{margin-top:12px;color:#087a43;font-size:13px}
@media(max-width:1050px){.brand-copy h1{font-size:24px}.brand img{width:95px;height:95px}.quick-grid{grid-template-columns:repeat(3,1fr)}.section-grid{grid-template-columns:1.4fr 1fr}.verify-card{grid-column:1/-1}.promo{grid-template-columns:1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr}}
@media(max-width:760px){
 .top-inner{gap:8px;flex-wrap:wrap;padding:7px 0}.top-item.address{display:none}.top-social{margin-left:auto}.brand-row{min-height:105px}.brand img{width:70px;height:70px}.brand{gap:9px}.brand-copy h1{font-size:15px;line-height:1.12}.brand-copy p{font-size:10px;margin-top:5px}.header-actions{display:none}.menu-toggle{display:block}
 .main-nav{display:none}.main-nav.open{display:block}.nav-inner{display:block}.nav-inner a{display:block;border-bottom:1px solid rgba(255,255,255,.15)}
 .hero-slide,.hero-content{min-height:365px}.hero-content{grid-template-columns:1fr}.hero-copy{padding:25px 0 0}.hero h2{font-size:25px}.script{font-size:24px}.hero p{font-size:13px}.hero-img{height:190px;justify-content:center}.hero-img img{height:190px;width:100%;object-fit:cover}.hero-tag{display:none}
 .quick-grid{grid-template-columns:repeat(2,1fr);gap:9px}.quick{min-height:72px;padding:9px;font-size:12px}.quick .qicon{font-size:22px}
 .section-grid{grid-template-columns:1fr}.course-list{columns:1}.promo{grid-template-columns:1fr;padding:13px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom .container{display:block}.footer-bottom span{display:block;margin:3px 0}
 .content-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.page-hero{padding:25px 0}.page-hero h2{font-size:26px}
}
@media(max-width:430px){.brand-copy p{display:none}.quick-grid{grid-template-columns:1fr 1fr}.quick{min-height:66px}.footer-grid{grid-template-columns:1fr}.top-social .lang{display:none}}

.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(0,73,147,.92);color:#fff;font-size:35px;line-height:1;cursor:pointer;z-index:3;box-shadow:0 4px 12px rgba(0,0,0,.15)}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-arrow:hover{background:#087bd6}
@media(max-width:760px){.brand-banner img{width:100%;height:auto}.header-tools{min-height:54px;padding:7px 3%;justify-content:flex-end}.header-tools .header-actions{display:none}.header-tools .menu-toggle{display:block;margin-left:auto}.hero-img{height:190px}.hero-img img{height:190px}.slider-arrow{width:34px;height:34px;font-size:28px}.slider-arrow.prev{left:8px}.slider-arrow.next{right:8px}}
