*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#1c2d40;line-height:1.65}a{text-decoration:none;color:inherit}.top{background:#082b52;color:#fff;padding:8px 24px;font-size:12px}.topin,.wrap{max-width:1240px;margin:auto}.topin{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.top span{white-space:nowrap}header{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 3px 16px #082b5218}.nav{max-width:1240px;margin:auto;padding:10px 24px;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px}.brand img{width:66px;height:58px;object-fit:contain}.brand h1{margin:0;color:#082b52;font-size:20px;line-height:1.15;font-weight:800;letter-spacing:.1px}.brand small{display:block;color:#082b52;font-weight:700;font-size:8px;line-height:1.35;letter-spacing:.35px;margin-top:5px}.links{display:flex;align-items:center;gap:17px;font-weight:700;font-size:13px;line-height:1.2}.links a:hover{color:#c58c00}.cta,.btn{display:inline-block;background:#f7b91b;padding:11px 18px;border-radius:7px;font-weight:800;color:#102b4c}.pagehero{background:linear-gradient(90deg,#061f3ceb,#061f3c99),url('assets/building.jpg') center/cover;min-height:300px;display:flex;align-items:center}.pagehero .in{max-width:1240px;width:100%;margin:auto;padding:55px 24px;color:#fff}.ey{color:#f7b91b;font-weight:800;letter-spacing:2px;text-transform:uppercase;font-size:12px;line-height:1.35}.pagehero h2{font-size:44px;line-height:1.12;font-weight:800;margin:10px 0 14px}.pagehero p{max-width:720px;font-size:17px;line-height:1.6;margin:0}.section{padding:72px 24px}.head h2{font-size:34px;line-height:1.18;font-weight:800;color:#082b52;margin:6px 0 18px}.head p{color:#64748b;max-width:760px;font-size:16px;line-height:1.7}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #e4ebf2;box-shadow:0 7px 22px #082b5210;padding:25px;border-radius:14px;font-size:15px;line-height:1.65}.card h3{color:#082b52;font-size:20px;line-height:1.25;margin:7px 0 10px}.altbg{background:#f5f8fc}.photo{width:100%;border-radius:16px;box-shadow:0 15px 35px #082b5220}.list{padding-left:20px}.notice{background:#fff;border-left:5px solid #f7b91b;padding:20px 23px;border-radius:9px;margin-bottom:16px;box-shadow:0 5px 18px #082b5210;font-size:15px;line-height:1.65}.contact{background:#082b52;color:#fff}.contact h2{color:#fff}.box{background:#ffffff0f;border:1px solid #ffffff22;padding:26px;border-radius:15px;font-size:15px;line-height:1.65}.box h3{color:#f7b91b;margin-top:0}.social{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.social a{border:1px solid #ffffff55;padding:9px 14px;border-radius:7px}.social a:hover{background:#f7b91b;color:#082b52}iframe{width:100%;height:300px;border:0;border-radius:10px}footer{background:#061d35;color:#dce6ef;padding:35px 24px}.foot{max-width:1240px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:45px}.foot h3{color:#f7b91b}.footlogo{width:180px;height:90px;object-fit:contain;background:#fff;border-radius:8px}.copy{max-width:1240px;margin:25px auto 0;padding-top:18px;border-top:1px solid #ffffff22;font-size:12px;display:flex;justify-content:space-between}@media(max-width:800px){.links{display:flex;align-items:center;gap:17px;font-weight:700;font-size:13px;line-height:1.2}.grid2,.grid3,.foot{grid-template-columns:1fr}.pagehero h2{font-size:44px;line-height:1.12;font-weight:800;margin:10px 0 14px}.section{padding:55px 18px}.topin{justify-content:center;text-align:center}.nav{padding:9px 14px}.brand h1{margin:0;color:#082b52;font-size:20px;line-height:1.15;font-weight:800;letter-spacing:.1px}.brand small{display:block;color:#082b52;font-weight:700;font-size:8px;line-height:1.35;letter-spacing:.35px;margin-top:5px}}

/* Typography refinement */
body{font-size:16px}
p{margin-top:0;margin-bottom:16px}
h1,h2,h3,h4{font-family:Arial,Helvetica,sans-serif}
.btn,.cta{font-size:14px;line-height:1.2}
footer{font-size:14px;line-height:1.6}
.copy{line-height:1.5}
@media(max-width:800px){
  .brand h1{font-size:16px}
  .brand small{font-size:7px;line-height:1.3}
  .pagehero h2{font-size:38px;line-height:1.12}
  .pagehero p{font-size:16px}
  .head h2{font-size:30px}
  .head p{font-size:15.5px}
  .card h3{font-size:19px}
  .card,.notice,.box{font-size:15px}
  .links{font-size:12px}
}
@media(max-width:560px){
  .brand h1{font-size:15px}
  .brand small{font-size:6.5px}
  .pagehero h2{font-size:34px}
  .pagehero p{font-size:15px}
  .head h2{font-size:28px}
  .head p{font-size:15px;line-height:1.65}
  .card h3{font-size:18px}
  .btn,.cta{font-size:13px}
}
