:root {
  --navy: #000c1d;
  --navy2: #00152b;
  --gold: #e4ad35;
  --gold2: #f7cf63;
  --text: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  height: 95px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 28px;
  background: #010b19;
}
.brand {
  min-width: 330px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 0 6px rgba(242, 200, 93, 0.35));
}
.brand-text {
  display: grid;
  text-transform: uppercase;
  color: var(--gold2);
  line-height: 1;
}
.brand-text span { font-size: 40px; font-weight: 500; }
.brand-text small { margin-top: 6px; font-size: 12px; font-weight: 800; }
nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 38px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
nav a { position: relative; white-space: nowrap; }
nav .active { color: var(--gold2); }
nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: var(--gold);
}
.talk {
  width: 150px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 5px;
  color: var(--gold2);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 320px;
  border-bottom: 4px solid #9b641b;
  background: #00152a;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  padding: 28px 32px 24px 54px;
  background: linear-gradient(90deg, #00152a, #001225);
}
.map-dots {
  position: absolute;
  inset: 20px -40px 20px 16px;
  opacity: .16;
  background-image: radial-gradient(circle, #a9bfd5 1px, transparent 1.7px);
  background-size: 6px 6px;
  clip-path: polygon(5% 10%, 90% 0, 100% 52%, 82% 95%, 24% 90%, 0 58%);
}
.hero h1 {
  position: relative;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.8vw, 60px);
  line-height: .98;
}
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong { color: var(--gold2); white-space: nowrap; }
.hero p {
  position: relative;
  max-width: 440px;
  margin: 18px 0;
  font-size: 18px;
  line-height: 1.55;
}
.service-cta {
  position: relative;
  width: 210px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 4px;
  background: linear-gradient(#f5cc60, #c98c29);
  color: #111;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.hero-image {
  position: relative;
  min-height: 320px;
  background:
    linear-gradient(90deg, rgba(0, 13, 28, .28), rgba(0,0,0,0) 26%),
    url("./assets/hero-workspace.png") center / cover no-repeat;
}
.hero-image::before {
  content: "";
  position: absolute;
  left: -7%;
  top: -95px;
  width: 370px;
  height: 512px;
  border-left: 4px solid #9b641b;
  border-radius: 50% 0 0 50%;
  transform: rotate(18deg);
}

.trusted {
  background: #fbfbfb;
  color: #071528;
  padding: 9px 18px 22px;
}
.trusted-heading, .section-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
}
.trusted-heading span, .section-heading span {
  width: 62px;
  height: 1px;
  background: var(--gold);
}
.trusted h2, .section-heading h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}
.partners {
  display: grid;
  grid-template-columns: 1.3fr .72fr 1fr 1.35fr .85fr 1.05fr .95fr .78fr;
  max-width: 1220px;
  margin: 9px auto 0;
}
.partner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
  border-right: 1px solid #ddd3bf;
  text-transform: uppercase;
}
.partner:last-child { border-right: 0; }
.world-bank strong { width: 110px; color: #153663; font-size: 21px; line-height: 1.02; }
.world-bank-logo { width: 58px; height: 58px; object-fit: contain; }
.undp-logo { width: 94px; height: 104px; object-fit: contain; }
.unicef-logo { width: 118px; height: 74px; object-fit: contain; }
.usaid-logo { width: 182px; height: 78px; object-fit: contain; }
.flag {
  width: 62px;
  height: 34px;
  background:
    linear-gradient(35deg, transparent 42%, #fff 43% 50%, #c82d37 51% 57%, #fff 58% 64%, transparent 65%),
    linear-gradient(-35deg, transparent 42%, #fff 43% 50%, #c82d37 51% 57%, #fff 58% 64%, transparent 65%),
    linear-gradient(90deg, transparent 42%, #fff 43% 57%, transparent 58%),
    linear-gradient(0deg, transparent 38%, #fff 39% 61%, transparent 62%),
    linear-gradient(90deg, transparent 46%, #c82d37 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 43%, #c82d37 44% 56%, transparent 57%),
    #1e4a94;
}
.ukaid { padding-inline: 8px; }
.ukaid-logo {
  width: 64px !important;
  height: 88px !important;
  max-width: 64px !important;
  max-height: 88px !important;
  display: block;
  object-fit: contain;
  object-position: center;
}
.eu { flex-direction: column; gap: 4px; color: #173375; }
.partner small { font-size: 8px; }
.giz, .afd, .eu { padding-inline: 8px; }
.giz-logo {
  width: 132px;
  height: 54px;
  display: block;
  object-fit: contain;
}
.afd-logo {
  width: 132px;
  height: 64px;
  display: block;
  object-fit: contain;
}
.eu-logo {
  width: 112px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.services {
  padding: 14px 46px 34px;
  background:
    radial-gradient(circle at 50% 0, rgba(22,70,111,.32), transparent 42%),
    linear-gradient(180deg, #001124 0%, #001124 72%, #040913 100%);
}
.section-heading { color: var(--gold2); margin-bottom: 12px; }
.section-heading h2 { font-size: 21px; }
.service-grid {
  max-width: 1170px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-grid article {
  min-height: 150px;
  padding: 18px 16px;
  border: 1px solid rgba(217,163,55,.54);
  border-radius: 8px;
  background: rgba(0, 20, 42, .72);
}
.icon {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 16px;
  display: grid;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 28px;
}
.service-grid h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.28;
}
.service-grid p {
  margin: 8px 0 0;
  color: #cfd7e1;
  font-size: 12px;
  line-height: 1.48;
}
.value-row {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(217,163,55,.28);
  border-radius: 8px;
  background: rgba(0,20,42,.78);
}
.value-row div { min-height: 82px; padding: 16px 24px; border-right: 2px solid rgba(217,163,55,.7); }
.value-row div:last-child { border-right: 0; }
.value-row b { color: var(--gold2); text-transform: uppercase; }
.value-row p { margin: 6px 0 0; color: #cfd7e1; font-size: 13px; }

.service-bridge {
  max-width: 1170px;
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  border: 1px solid rgba(217, 163, 55, .32);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(217, 163, 55, .12), rgba(0, 20, 42, .78)),
    rgba(0, 20, 42, .72);
}
.service-bridge span {
  color: var(--gold2);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}
.service-bridge h3 {
  margin: 6px 0;
  color: #f4f7fb;
  font-size: 18px;
  line-height: 1.35;
}
.service-bridge p {
  max-width: 680px;
  margin: 0;
  color: #a8b8cb;
  font-size: 13px;
  line-height: 1.5;
}
.service-bridge a,
.service-bridge button {
  min-width: 150px;
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(#f5cc60, #c98c29);
  color: #111;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 460px) minmax(320px, 520px);
  justify-content: center;
  align-items: start;
  gap: 52px;
  padding: 58px 28px 64px;
  background:
    radial-gradient(circle at 28% 10%, rgba(217, 163, 55, .12), transparent 28%),
    #040913;
}
.contact-copy span {
  color: var(--gold2);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}
.contact-copy h2 {
  margin: 12px 0 14px;
  color: #f4f7fb;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}
.contact-copy p {
  margin: 0;
  color: #9badc3;
  font-size: 15px;
  line-height: 1.6;
}
.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(217, 163, 55, .26);
  border-radius: 14px;
  background: #080b10;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .26);
}
.contact-form label {
  display: grid;
  gap: 7px;
}
.contact-form span {
  color: #cfd7e1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #1d2a3d;
  border-radius: 8px;
  background: #0a1019;
  color: #f4f7fb;
  font: inherit;
  font-size: 14px;
  outline: none;
  padding: 12px 13px;
}
.contact-form textarea {
  resize: vertical;
  min-height: 126px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(247, 207, 99, .78);
  box-shadow: 0 0 0 3px rgba(247, 207, 99, .12);
}
.contact-form button {
  height: 46px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(#f5cc60, #c98c29);
  color: #15120b;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
}
.tracker-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.tracker-modal.open {
  display: flex;
}
.tracker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 5, 12, .78);
  backdrop-filter: blur(6px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 660px);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border-radius: 20px;
}
.tracker-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(217, 163, 55, .42);
  border-radius: 50%;
  background: #0a1019;
  color: var(--gold2);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.compliance-section {
  display: flex;
  justify-content: center;
  padding: 56px 18px 62px;
  background: #040913;
}
.modal-panel.compliance-section {
  padding: 0;
  background: transparent;
}
.compliance-card {
  width: min(100%, 620px);
  margin: 0;
  padding: 28px 32px 30px;
  border: 1px solid rgba(217, 163, 55, .25);
  border-radius: 18px;
  background: #080b10;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .32);
}
.compliance-heading h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.compliance-heading h2 span { color: var(--gold2); }
.compliance-heading p {
  margin: 10px 0 20px;
  color: #93a4ba;
  font-size: 13px;
}
.tracker-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #93a4ba;
  font-size: 13px;
}
.progress-track {
  height: 5px;
  margin: 12px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #182233;
}
.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transition: width .2s ease;
}
.checklist {
  display: grid;
  gap: 12px;
}
.check-item {
  min-height: 68px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #1d2a3d;
  border-radius: 12px;
  background: #0a1019;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}
.check-item:hover {
  border-color: rgba(217, 163, 55, .46);
  background: #0c1420;
}
.check-item.checked {
  border-color: rgba(247, 207, 99, .88);
  background: linear-gradient(180deg, rgba(217, 163, 55, .12), rgba(10, 16, 25, .92));
  box-shadow:
    0 0 0 1px rgba(247, 207, 99, .3),
    0 0 20px rgba(247, 207, 99, .26),
    inset 0 0 18px rgba(247, 207, 99, .08);
  transform: translateY(-1px);
}
.check-item.checked .doc-icon {
  color: var(--gold2);
}
.check-item.checked input {
  accent-color: var(--gold2);
}
.check-item strong {
  display: block;
  color: #f4f7fb;
  font-size: 13px;
  line-height: 1.25;
}
.check-item small {
  display: block;
  margin-top: 4px;
  color: #8fa2bb;
  font-size: 11px;
  line-height: 1.35;
  text-transform: none;
}
.doc-icon {
  color: var(--gold);
  font-size: 18px;
}
.check-item input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--gold);
  cursor: pointer;
}
.tracker-note {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(217, 163, 55, .42);
  border-radius: 12px;
  background: rgba(217, 163, 55, .1);
  color: var(--gold2);
}
.tracker-note strong {
  display: block;
  font-size: 12px;
  line-height: 1.35;
}
.tracker-note p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.tracker-note.success {
  border-color: rgba(23, 194, 130, .4);
  background: rgba(23, 194, 130, .1);
  color: #63e6a6;
}
.proceed-button {
  width: 100%;
  height: 46px;
  margin-top: 18px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(#f5cc60, #c98c29);
  color: #15120b;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
}
.proceed-button.disabled {
  pointer-events: none;
  background: #30343b;
  color: #858b94;
  cursor: not-allowed;
}
.whatsapp-float {
  position: fixed;
  right: 30px;
  bottom: 28px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
  font-size: 13px;
  font-weight: 900;
}
.whatsapp-float span {
  font-size: 13px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 30px 46px;
  border-top: 1px solid rgba(217, 163, 55, .28);
  background: #010b19;
  color: #cfd7e1;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold2);
  font-size: 24px;
  font-weight: 800;
}
.footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.site-footer p {
  max-width: 480px;
  margin: 8px 0 0;
  color: #9aabc1;
  font-size: 13px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  text-transform: uppercase;
  color: #f4f7fb;
  font-size: 12px;
  font-weight: 700;
}
.site-footer > small {
  grid-column: 1 / -1;
  color: #75849a;
  font-size: 12px;
}

@media (max-width: 1060px) {
  .site-header { height: auto; flex-wrap: wrap; padding-block: 16px; }
  nav { order: 3; flex-basis: 100%; justify-content: flex-start; overflow-x: auto; }
  .hero { grid-template-columns: 1fr; }
  .partners { grid-template-columns: repeat(4, 1fr); }
  .service-grid, .value-row { grid-template-columns: repeat(2, 1fr); }
  .service-bridge { grid-template-columns: 1fr; }
  .service-bridge a,
  .service-bridge button { width: fit-content; }
  .contact-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 680px) {
  .brand { min-width: 0; }
  .brand-text span { font-size: 30px; }
  .hero-copy { padding: 28px 24px; }
  .hero p { font-size: 16px; }
  .partners, .service-grid, .value-row { grid-template-columns: 1fr; }
  .partner, .value-row div { border-right: 0; border-bottom: 1px solid rgba(217,163,55,.35); }
  .compliance-card { padding: 22px 18px; }
  .contact-section { padding: 42px 18px 48px; }
  .contact-form { padding: 18px; }
  .check-item {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
  }
  .check-item input {
    grid-column: 2;
    justify-self: end;
    margin-top: -22px;
  }
  .tracker-meta { flex-direction: column; gap: 6px; }
  .whatsapp-float { right: 16px; bottom: 16px; }
  .site-footer { padding: 26px 22px; }
}
