
*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#172033;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 32px),1180px);margin:auto}
.site-header{background:#050505;color:#fff;border-bottom:5px solid #e7c23d;position:sticky;top:0;z-index:10}
.header-inner{min-height:78px;display:flex;align-items:center;gap:20px}.logo{width:72px;height:56px;object-fit:contain;background:#fff;border-radius:8px;padding:4px}
.logo-link{margin-right:auto}.main-nav ul{display:flex;gap:5px;list-style:none;margin:0;padding:0}.main-nav a{display:block;padding:10px;border-radius:8px;font-weight:700}.main-nav a:hover,.main-nav a.active{background:#0b6b4f}
.lang-link{border:1px solid #555;border-radius:999px;padding:8px 12px;font-weight:800}.nav-toggle{display:none;background:#222;color:#fff;border:0;border-radius:8px;width:44px;height:44px}
.site-banner{min-height:350px;display:flex;align-items:center;color:#fff;background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.25)),url("../images/banner.jpg") center/cover no-repeat;border-bottom:8px solid #0b6b4f}
.banner-copy{padding:60px 0}.banner-copy h1{font-size:clamp(2.4rem,6vw,4.8rem);line-height:1;margin:12px 0}.kicker{font-weight:800;letter-spacing:.1em;text-transform:uppercase}
main{padding:60px 0 80px}.page-title{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 12px}.lead{font-size:1.15rem;color:#5e6877}
.content-template{width:100%;border:0;border-collapse:collapse;table-layout:fixed;background:#fff;margin-top:28px}.content-template td{width:50%;border:0;background:#fff;padding:14px;vertical-align:top}
.content-box{min-height:150px;padding:22px;background:#fff;border-radius:14px;box-shadow:0 8px 28px rgba(23,32,51,.08)}.content-box h2{margin-top:0}.content-box p{color:#5e6877}
.contact-panel{max-width:820px;margin-top:28px;padding:28px;border-radius:16px;box-shadow:0 10px 36px rgba(23,32,51,.1)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:18px}.field.full{grid-column:1/-1}label{display:block;margin-bottom:7px;font-weight:700}.required{color:#c62d2d}
input,textarea{width:100%;padding:12px;border:1px solid #bcc6cc;border-radius:9px;font:inherit}.submit{border:0;border-radius:10px;padding:13px 20px;background:#0b6b4f;color:#fff;font-weight:800}
.form-message{margin-bottom:20px;padding:14px 16px;border-radius:10px;font-weight:800}.success{background:#e6f6ef;color:#075f43}.error{background:#fff1ef;color:#81291f}
footer{background:#050505;color:#ddd;padding:35px 0}
@media(max-width:900px){.nav-toggle{display:block}.main-nav{display:none;position:absolute;top:78px;left:16px;right:16px;background:#111;padding:12px}.main-nav.open{display:block}.main-nav ul{display:block}.content-template,.content-template tbody,.content-template tr,.content-template td{display:block;width:100%}}
@media(max-width:600px){.form-grid{grid-template-columns:1fr}}

.logo{
  width:210px;
  height:68px;
  object-fit:contain;
  object-position:left center;
  background:#fff;
  border-radius:8px;
  padding:3px 8px;
}
.site-banner{
  min-height:430px;
  background-position:center center;
  background-size:cover;
}
@media(max-width:600px){
  .logo{width:150px;height:54px}
  .site-banner{min-height:280px}
}

.logo{
  width:240px;
  height:70px;
  object-fit:contain;
  object-position:left center;
  background:#fff;
  padding:4px 8px;
}
@media(max-width:600px){
  .logo{width:170px;height:54px}
}

.logo{
  background:#000 !important;
  border-radius:8px;
}

/* White header above the yellow divider */
.site-header{
  background:#ffffff !important;
  color:#172033 !important;
  border-bottom:5px solid #e7c23d !important;
}
.logo{
  width:240px;
  height:70px;
  object-fit:contain;
  object-position:left center;
  background:#ffffff !important;
  border-radius:8px;
  padding:4px 8px;
}
.main-nav a{
  color:#172033;
}
.main-nav a:hover,
.main-nav a.active{
  background:#0b6b4f;
  color:#ffffff;
}
.lang-link{
  color:#172033;
  border-color:#b7bec5;
  background:#ffffff;
}
.lang-link:hover{
  background:#f4f6f7;
}
.nav-toggle{
  background:#172033;
  color:#ffffff;
}
@media(max-width:900px){
  .main-nav{
    background:#ffffff;
    border:1px solid #dfe5e8;
    box-shadow:0 14px 34px rgba(23,32,51,.15);
  }
}
@media(max-width:600px){
  .logo{
    width:170px;
    height:54px;
  }
}

/* Green logo panel matching navigation hover */
.logo{
  background:#0b6b4f !important;
  border-radius:8px;
  padding:5px 10px;
}

/* Footer navigation and copyright */
.site-footer{
  background:#050505;
  color:#d6d6d6;
  padding:40px 0 22px;
  border-top:7px solid #0b6b4f;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:28px;
  flex-wrap:wrap;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
}
.footer-links a{
  color:#d6d6d6;
  font-weight:700;
}
.footer-links a:hover{
  color:#ffffff;
  background:#0b6b4f;
  border-radius:7px;
  padding:4px 7px;
}
.copyright{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid #333;
  font-size:.9rem;
  color:#b9b9b9;
}
