*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#0a2c62;background:#fff;font-family:Arial,Helvetica,sans-serif}header{height:78px;display:flex;align-items:center;gap:34px;padding:0 5vw;border-bottom:1px solid #e7ebf1;position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(12px);z-index:10}.brand{font:700 20px Georgia,serif;color:#092d66;text-decoration:none;letter-spacing:.04em}.brand span{color:#d01824}nav{display:flex;gap:28px;margin-left:auto}nav a{color:#183451;text-decoration:none;font-size:14px}.button{display:inline-block;background:#0b3470;color:#fff;text-decoration:none;padding:15px 22px;border-radius:4px;font-weight:700}.button.small{padding:11px 18px;background:#d01824;font-size:13px}.hero{position:relative;min-height:710px;overflow:hidden}.hero>img{width:100%;height:710px;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,55,.88) 0%,rgba(4,24,55,.63) 39%,rgba(4,24,55,.08) 72%)}.hero-copy{position:absolute;z-index:2;left:7vw;top:50%;transform:translateY(-50%);max-width:690px;color:white}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#d01824}.hero .eyebrow{color:#fff}.hero h1{font:500 clamp(45px,5.3vw,82px)/.98 Georgia,serif;margin:18px 0 25px}.hero h1 em{color:#ff3342;font-style:normal}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.6;max-width:610px}.intro{padding:110px 12vw;text-align:center;max-width:1250px;margin:auto}.intro h2,.businesses h2,.feature h2,.split h2,.route h2,.people h2,.cta h2{font:500 clamp(36px,4vw,60px)/1.08 Georgia,serif;margin:14px 0 22px}.intro>p:last-child{max-width:800px;margin:auto;font-size:18px;line-height:1.7;color:#52677e}.businesses{padding:90px 7vw;background:#f5f7fa}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.cards article{background:#fff;padding:36px 28px;min-height:240px;border-top:4px solid #0b3470}.cards span{color:#d01824;font-weight:bold}.cards h3{font:500 25px Georgia,serif}.cards p,.feature p,.split p,.route p,.people p{line-height:1.7;color:#52677e}.feature,.split,.route,.people{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:620px}.feature-copy,.split div,.route div,.people div{padding:7vw}.feature img,.split img,.route img,.people img{width:100%;height:100%;min-height:620px;object-fit:cover}.feature{background:#071f47;color:#fff}.feature h2,.feature .lead{color:#fff}.feature .lead{font:italic 23px Georgia,serif}.feature p{color:#dbe5f2}.stats{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:15px;align-items:center;margin-top:35px}.stats b{font:500 45px Georgia,serif;color:#ef2334}.stats span{font-size:13px;line-height:1.5}.route{background:#f5f7fa}.cta{text-align:center;padding:110px 7vw;background:#0a2d64;color:#fff}.cta .eyebrow{color:#ff4050}.cta p{font-size:18px}.button.light{background:#fff;color:#0a2d64;margin-top:18px}footer{display:flex;gap:30px;justify-content:space-between;padding:30px 5vw;background:#061a3b;color:#c9d4e3;font-size:12px}footer b{color:#fff}@media(max-width:850px){header nav{display:none}.hero,.hero>img{height:650px}.hero-copy{left:7vw;right:7vw}.cards{grid-template-columns:1fr 1fr}.feature,.split,.route,.people{grid-template-columns:1fr}.feature img,.split img,.route img,.people img{min-height:380px}.split div,.people div{order:-1}.stats{grid-template-columns:auto 1fr}footer{flex-direction:column}.intro{padding:80px 7vw}}@media(max-width:520px){.cards{grid-template-columns:1fr}.hero h1{font-size:44px}.hero-copy>p:not(.eyebrow){font-size:16px}.button.small{display:none}}
/* Homepage hero correction: preserve the approved artwork without duplicate overlay copy. */
.hero-clean { position: relative; width: 100%; min-height: 0; overflow: hidden; background: #fff; }
.hero-clean::after { display: none !important; }
.hero-clean img { position: relative; inset: auto; display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }
.hero-clean .hero-copy { display: none !important; }

/* Aviation correction only:
   preserve the original two-column layout and show the full approved artwork. */
.feature#aviation{
  scroll-margin-top:90px;
  min-height:0;
}
.feature#aviation > img{
  width:100%;
  height:auto;
  min-height:0;
  object-fit:contain;
  object-position:center;
  align-self:center;
  background:#071f47;
}

.contact-form-section{padding:100px 7vw;background:#f5f7fa;scroll-margin-top:90px}
.contact-form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;max-width:1350px;margin:0 auto}
.contact-form-copy h2{font:500 clamp(36px,4vw,58px)/1.06 Georgia,serif;margin:14px 0 22px;color:#0a2d64}
.contact-form-copy p{color:#52677e;line-height:1.7}
.contact-form-section form{background:#fff;padding:38px;border-top:4px solid #0b3470;box-shadow:0 12px 30px rgba(7,31,71,.07)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-form-section label{display:block;font-weight:700;color:#183451;font-size:14px;margin-bottom:20px}
.contact-form-section label span{font-weight:400;color:#7a8794}
.contact-form-section input,.contact-form-section select,.contact-form-section textarea{width:100%;margin-top:8px;padding:13px 12px;border:1px solid #ccd5e0;border-radius:3px;font:inherit;color:#183451;background:#fff}
.contact-form-section textarea{resize:vertical}
.form-submit{border:0;cursor:pointer;background:#d01824;margin-left:0}
.hidden-field{display:none}
.thankyou{min-height:100vh;display:grid;place-items:center;padding:40px;background:#071f47;color:#fff;text-align:center}
.thankyou h1{font:500 64px Georgia,serif;margin:10px 0}
.thankyou p{font-size:18px;margin-bottom:28px}
@media(max-width:850px){
  .contact-form-wrap{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
}

.build-marker{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:9999;
  background:#d01824;
  color:#fff;
  font:700 12px Arial,Helvetica,sans-serif;
  letter-spacing:.08em;
  padding:8px 10px;
  border-radius:4px;
  box-shadow:0 4px 12px rgba(0,0,0,.18);
}

.form-success{
  margin:0 0 24px;
  padding:16px 18px;
  border-left:4px solid #0b3470;
  background:#eef4fb;
  color:#0a2d64;
  font-size:16px;
  line-height:1.5;
}

/* Updated Mawoua Diaspora Airways route concept */
.route-updated {
  display: block;
  min-height: auto;
  padding: 90px 7vw;
  background: #f5f7fa;
}
.route-updated .route-copy {
  padding: 0;
  max-width: 1180px;
  margin: 0 auto;
}
.route-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 34px;
}
.route-cards article {
  background: #fff;
  border-top: 5px solid #0b3470;
  padding: 30px;
  box-shadow: 0 8px 28px rgba(6,26,59,.08);
}
.route-cards article:nth-child(2) {
  border-top-color: #d01824;
}
.route-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #d01824;
  margin-bottom: 10px;
}
.route-cards h3 {
  margin: 0 0 10px;
  color: #0b3470;
  font: 600 clamp(28px,3vw,42px)/1.1 Georgia,serif;
}
.route-cards p {
  margin: 0;
}
.route-note {
  margin-top: 24px;
  font-size: 13px;
  color: #6c7e91 !important;
}
@media(max-width:850px){
  .route-cards { grid-template-columns: 1fr; }
  .route-updated { padding: 70px 7vw; }
}

.language-switch{display:flex;gap:6px;align-items:center;font-size:12px;font-weight:800}.language-switch a{padding:7px 8px;border:1px solid #d7dee8;border-radius:3px;text-decoration:none;color:#0a2d64;background:#fff}.language-switch a.active{background:#0a2d64;color:#fff;border-color:#0a2d64}@media(max-width:650px){header{gap:10px;padding:0 3vw}.language-switch{margin-left:auto}header .button.small{display:none}}
