.wnat-namibia-coming {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 220px 24px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.15) 42%, rgba(0,0,0,0.28) 100%),
    url("https://images.unsplash.com/photo-1516026672322-bc52d61a55d5?auto=format&fit=crop&w=1800&q=85");
  background-size: cover;
  background-position: center;
}

.wnat-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.85), transparent 32%),
    linear-gradient(180deg, rgba(0,46,73,0.05) 0%, rgba(0,46,73,0.35) 72%, rgba(0,46,73,1) 100%);
}

.wnat-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 44px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.wnat-left {
  max-width: 620px;
  color: #002e49;
}

.wnat-coming-mark {
  display: inline-block;
  margin-bottom: 12px;
  transform: rotate(-3deg);
}

.wnat-coming-mark span {
  display: inline-block;
  padding: 8px 34px;
  color: #ffffff;
  background: #d62828;
  box-shadow: 10px 10px 0 rgba(0,46,73,0.18);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.wnat-coming-mark strong {
  display: block;
  color: #002e49;
  font-size: clamp(86px, 12vw, 160px);
  font-weight: 1000;
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-shadow: 4px 4px 0 rgba(255,255,255,0.85);
  text-transform: uppercase;
}

.wnat-tour-strip {
  display: inline-block;
  margin: 4px 0 30px;
  padding: 8px 34px;
  color: #ffffff;
  background: #e95b00;
  font-size: 30px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.wnat-left h1 {
  margin: 0 0 22px;
  color: #002e49;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 1000;
  line-height: 1.05;
  text-transform: uppercase;
}

.wnat-left h1 span {
  color: #d62828;
}

.wnat-left p {
  max-width: 470px;
  margin: 0 0 16px;
  color: #111827;
  font-size: 18px;
  font-weight: 550;
  line-height: 1.55;
}

.wnat-form-card {
  padding: 34px;
  color: #111827;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 26px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
}

.wnat-form-title {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #002e49;
}

.wnat-form-title span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: #d62828;
  font-size: 20px;
  font-weight: 950;
}

.wnat-form-title h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#wnatNamibiaForm {
  display: grid;
  gap: 16px;
}

.wnat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#wnatNamibiaForm label {
  display: grid;
  gap: 7px;
  color: #002e49;
  font-size: 14px;
  font-weight: 850;
}

#wnatNamibiaForm input,
#wnatNamibiaForm select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px;
  color: #111827;
  border: 1px solid #cfd6df;
  border-radius: 11px;
  background: #ffffff;
  font: inherit;
  font-size: 15px;
}

#wnatNamibiaForm input:focus,
#wnatNamibiaForm select:focus {
  border-color: #f9bf8f;
  outline: none;
  box-shadow: 0 0 0 4px rgba(249,191,143,0.32);
}

#wnatNamibiaForm .wnat-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#wnatNamibiaForm .wnat-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  color: #374151;
  font-weight: 650;
  line-height: 1.45;
}

.wnat-consent input {
  width: auto !important;
  margin-top: 3px;
  transform: scale(1.15);
}

#wnatNamibiaForm button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 16px 26px;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #d62828, #e95b00);
  box-shadow: 0 16px 34px rgba(214,40,40,0.32);
  cursor: pointer;
  font-size: 20px;
  font-weight: 1000;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#wnatNamibiaForm button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(214,40,40,0.42);
}

#wnatNamibiaForm button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.wnat-privacy {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.wnat-status {
  font-size: 14px;
  font-weight: 800;
}

.wnat-status-success {
  color: #147036;
}

.wnat-status-error {
  color: #c72121;
}

.wnat-feature-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1240px;
  margin: 70px auto 0;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background: #002e49;
  box-shadow: 0 -20px 70px rgba(0,0,0,0.24);
}

.wnat-feature-bar div {
  padding: 30px 20px;
  border-right: 1px solid rgba(255,255,255,0.18);
  text-align: center;
}

.wnat-feature-bar div:last-child {
  border-right: 0;
}

.wnat-feature-bar strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.wnat-feature-bar span {
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.4;
}

.wnat-footer-strip {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 -24px;
  padding: 22px 24px;
  color: #ffffff;
  background: #001f33;
  text-transform: uppercase;
}

.wnat-footer-strip strong {
  font-size: 22px;
}

.wnat-footer-strip span {
  color: #f97316;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .wnat-namibia-coming {
    padding-top: 54px;
  }
}

@media (max-width: 980px) {
  .wnat-content {
    grid-template-columns: 1fr;
  }

  .wnat-form-card {
    max-width: 640px;
  }

  .wnat-feature-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .wnat-namibia-coming {
    padding: 42px 16px 0;
  }

  .wnat-coming-mark span {
    font-size: 28px;
  }

  .wnat-coming-mark strong {
    font-size: 92px;
  }

  .wnat-tour-strip {
    font-size: 22px;
  }

  .wnat-form-card {
    padding: 24px;
    border-radius: 20px;
  }

  .wnat-grid {
    grid-template-columns: 1fr;
  }

  .wnat-feature-bar {
    grid-template-columns: 1fr;
    border-radius: 20px 20px 0 0;
  }

  .wnat-feature-bar div {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.18);
  }

  .wnat-footer-strip {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .wnat-footer-strip span {
    font-size: 16px;
  }
}
