
:root{--blue:#073477;--blue2:#0b57b7;--yellow:#ffc400;--navy:#031b3d;--light:#f5f8fc;--text:#172238;--muted:#667085;--white:#fff;--shadow:0 12px 35px rgba(6,35,75,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}
.container{width:min(1180px,92%);margin:auto}.top{background:var(--navy);color:#fff;padding:8px 0;font-size:13px}.top .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 3px 18px #0001}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{height:58px;width:58px;border:3px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:28px;font-weight:900}.brand h1{font-size:22px;line-height:1.05;color:var(--blue);margin:0}.brand small{color:#e5a900;font-weight:800}.navlinks{display:flex;align-items:center;gap:24px;font-weight:650}.navlinks a:hover,.navlinks a.active{color:var(--blue2)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:12px 20px;font-weight:800;cursor:pointer}.primary{background:var(--yellow);color:#152238}.bluebtn{background:var(--blue);color:#fff}.outline{background:transparent;border:2px solid #fff;color:#fff}.hamb{display:none;border:0;background:transparent;font-size:28px;color:var(--blue)}
.hero{min-height:575px;background:linear-gradient(110deg,#031b3d,#0b4692);color:#fff;position:relative;overflow:hidden}.hero .container{min-height:575px;display:flex;align-items:center}.hero-copy{max-width:720px;padding:65px 0}.tag{display:inline-block;background:var(--yellow);color:#14223a;border-radius:20px;padding:5px 15px;font-weight:900;font-size:13px}.hero h2{font-size:clamp(40px,6vw,68px);line-height:1.05;margin:18px 0}.hero h2 span{color:var(--yellow)}.hero p{font-size:18px;color:#dbe8f8;max-width:650px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:25px 0}.hero-points{display:flex;gap:28px;flex-wrap:wrap;margin-top:25px}.hero-points b{display:block}.hero-art{position:absolute;right:-40px;bottom:-40px;width:min(48%,650px);opacity:.98}.hero-art img{width:100%;display:block;filter:drop-shadow(0 20px 35px #0005)}
.section{padding:72px 0}.light{background:var(--light)}.heading{text-align:center;margin-bottom:38px}.heading .eyebrow{color:var(--blue2);font-weight:900;letter-spacing:1.5px}.heading h2{font-size:38px;color:var(--blue);margin:6px 0}.heading p{color:var(--muted);max-width:700px;margin:auto}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.course{background:#fff;border:1px solid #e6ebf2;border-radius:14px;padding:25px;box-shadow:var(--shadow);transition:.25s}.course:hover{transform:translateY(-7px)}.course-icon{height:60px;width:60px;border-radius:50%;background:#eaf2ff;color:var(--blue2);display:grid;place-items:center;font-weight:900;font-size:19px}.course h3{font-size:22px;color:var(--blue);margin:13px 0 5px}.course p{color:var(--muted);min-height:60px}.meta{display:flex;justify-content:space-between;border-top:1px solid #eee;padding-top:12px;font-size:13px}.details{color:var(--blue2);font-weight:800}
.stats{background:var(--blue);color:#fff}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.stat{text-align:center;padding:18px}.stat strong{display:block;font-size:31px;color:#fff}.stat span{color:#dce9fa}
.two{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.about-card{background:linear-gradient(135deg,#06275a,#0b64c9);color:#fff;border-radius:20px;padding:45px;min-height:330px;display:flex;flex-direction:column;justify-content:center}.about-card h3{font-size:32px;color:var(--yellow)}.checkgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.check{background:#f7f9fc;padding:15px;border-radius:9px}.check b{color:var(--blue)}
.panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.panel{background:#fff;border:1px solid #e3e9f1;border-radius:12px;padding:24px;box-shadow:var(--shadow)}.panel h3{color:var(--blue);margin-top:0}.panel li{margin:8px 0;color:#445}.notice-row{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eee;font-size:14px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.photo{height:210px;border-radius:12px;overflow:hidden;background:#0b57b7;position:relative}.photo img{width:100%;height:100%;object-fit:cover}.photo span{position:absolute;bottom:0;left:0;right:0;padding:12px;background:#0008;color:#fff;font-weight:700}
.contact{background:var(--navy);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.contact h2{font-size:40px}.contact p{color:#cbd9ea}.form{display:grid;gap:12px}.form input,.form textarea,.form select{border:0;border-radius:8px;padding:14px;outline:none}.form textarea{min-height:130px}.footer{background:#02152f;color:#b9c9dc;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:30px}.footer h3{color:#fff}.footer a{display:block;margin:7px 0}.copy{border-top:1px solid #ffffff18;margin-top:30px;padding-top:15px;text-align:center;font-size:13px}.float{position:fixed;right:24px;bottom:24px;height:58px;width:58px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:25px;z-index:70;box-shadow:0 6px 25px #0004}
.modal{display:none;position:fixed;inset:0;background:#0009;z-index:100;place-items:center;padding:20px}.modal.show{display:grid}.modalbox{background:#fff;width:min(480px,100%);border-radius:14px;padding:30px;position:relative}.close{position:absolute;right:12px;top:8px;background:none;border:0;font-size:28px;cursor:pointer}
.page-hero{background:linear-gradient(120deg,#05275b,#0b61c5);color:#fff;padding:70px 0}.page-hero h2{font-size:48px;margin:0}.breadcrumb{color:#dbe8f8}.table{width:100%;border-collapse:collapse;background:#fff;box-shadow:var(--shadow)}.table th,.table td{padding:13px;border:1px solid #e5e9ef;text-align:left}.table th{background:#eef4fb;color:var(--blue)}
@media(max-width:900px){.navlinks{display:none}.hamb{display:block}.navlinks.open{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:0 10px 20px #0002}.hero-art{opacity:.25;width:75%}.course-grid{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:repeat(3,1fr)}.panel-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.top .container{justify-content:center}.brand h1{font-size:17px}.brand small{font-size:10px}.brand-mark{height:48px;width:48px}.hero .container{min-height:550px}.hero h2{font-size:43px}.course-grid,.two,.contact-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.checkgrid,.gallery{grid-template-columns:1fr}.gallery .photo{height:230px}.section{padding:55px 0}.footer-grid{grid-template-columns:1fr}.hero-art{display:none}}
