*{padding:0;margin:0;}
html{box-sizing:border-box;}*,*::before,*::after{box-sizing:inherit;}

body{font-family:'Roboto','Ubuntu',Arial,sans-serif;font-size:16px;line-height:1.5;background:#ffffff;color:#163046;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}

a{color:inherit;text-decoration:none;}
a:hover{text-decoration:underline;}

#top_banner{ display:flex;  align-items:center;  gap:18px;  padding:18px 22px;  min-height:172px;  background:url('/images/banner4a.jpg') center center / cover no-repeat; position:relative;}
#logo_cell{display:flex;align-items:center;}
#logo_image{height:48px;width:auto;display:block;}
#title_cell{margin-left:auto;text-align:right;}
.site_title{  color:#fff;  font-size:48px;  font-weight:600;  letter-spacing:2px;  text-shadow:0 2px 6px rgba(0,0,0,0.45);}

@media(max-width:768px){
  .site_title{ font-size:50px !important; letter-spacing:1px; }
}

.site_sub{font-size:13px;color:#3d6b86;}

#menu_wrapper{background:#ffffff;border-bottom:1px solid #e7eef5;}
#menu_div{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:10px 12px;}
.menu_item{padding:6px 12px;border-radius:999px;}
.menu_item a{display:block;}
.menu_item:hover{background:#eaf6ff;}
.menu_item.active{background:#d7f0ff;font-weight:700;}

#main_section{max-width:1100px;margin:0 auto;padding:18px 14px 30px 14px;}

.hero{border-radius:16px;overflow:hidden;border:1px solid #e7eef5;background:#ffffff;}
.hero img{display:block;width:100%;height:auto;}
.hero .hero_inner{padding:14px 14px 18px 14px;}
.h1{font-size:28px;font-weight:800;color:#0f2b3a;margin:6px 0 8px 0;}
.p{font-size:16px;color:#163046;margin:8px 0;}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;}
.badge{font-size:13px;padding:6px 10px;border-radius:999px;background:#eef8ff;border:1px solid #d7f0ff;color:#1d4b63;}

.cta_row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.btn{display:inline-block;padding:10px 14px;border-radius:10px;background:#1b90c9;color:#fff;font-weight:700;text-decoration:none;}
.btn:hover{text-decoration:none;filter:brightness(0.95);}
.btn.secondary{background:#eaf6ff;color:#0f2b3a;border:1px solid #d7f0ff;}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr);} #title_cell{text-align:left;margin-left:0;}}
@media(max-width:520px){.grid{grid-template-columns:1fr;} .site_title{font-size:24px;}}

.card{border:1px solid #e7eef5;border-radius:14px;padding:14px;background:#ffffff;}
.small{font-size:13px;color:#3d6b86;}

.form_row{margin:10px 0;}
.input{width:100%;max-width:520px;padding:10px;border:1px solid #d9e7f2;border-radius:10px;background:#ffffff;}
textarea.input{min-height:140px;}
label{display:block;font-weight:700;margin-bottom:6px;color:#0f2b3a;}

#footer{margin-top:30px;padding:12px 16px;border-top:1px solid #e7eef5;background:#f7fbff;}
#footer_text{font-size:12px;color:#3d6b86;text-align:center;}