:root {
  --green: #0b8f2a;
  --green-dark: #004b2d;
  --green-hover: #006b3f;
  --ghana-green: #006b3f;
  --ghana-yellow: #fcd116;
  --red: #ce1126;
  --black: #050505;
  --ink: #151b18;
  --muted: #555555;
  --line: #d9d9d9;
  --soft-bg: #f8f8f5;
  --very-light: #efefef;
  --radius-card: 24px;
  --radius-input: 10px;
  --shadow-card: 0 24px 80px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.landing-background {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  grid-template-rows: auto 1fr;
  gap: 0 clamp(28px, 4vw, 64px);
  padding: clamp(24px, 3.2vw, 40px) clamp(22px, 4.8vw, 70px) clamp(24px, 3vw, 40px);
  background-image: url("/image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 52%, rgba(255, 255, 255, 0.2) 63%, rgba(255, 255, 255, 0.52) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.overlay-header {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 320px;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  border: 4px solid var(--green-dark);
  border-top-color: var(--ghana-yellow);
  border-radius: 18px 18px 34px 34px;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(50% 0%, 92% 10%, 92% 58%, 50% 100%, 8% 58%, 8% 10%);
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 46px;
  height: 21px;
  border: 3px solid var(--green);
  border-top: 0;
  border-radius: 0 0 32px 32px;
  transform: translateX(-50%);
}

.mark-map {
  position: absolute;
  top: 13px;
  left: 24px;
  width: 26px;
  height: 36px;
  border: 3px solid var(--green);
  border-radius: 48% 34% 42% 36% / 28% 42% 36% 44%;
}

.mark-pin {
  position: absolute;
  top: 29px;
  left: 34px;
  width: 14px;
  height: 14px;
  background: var(--green);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.mark-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.mark-ground {
  position: absolute;
  left: 16px;
  bottom: 15px;
  width: 46px;
  height: 20px;
  border-top: 3px solid var(--green);
  transform: skewY(-20deg);
}

.brand-copy strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(2.2rem, 3.7vw, 3.25rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.brand-copy small {
  display: block;
  margin-top: 9px;
  color: #303a36;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
  font-size: 1.05rem;
  font-weight: 850;
}

nav a {
  text-decoration: none;
}

.nav-cta {
  min-width: 205px;
  padding: 16px 24px;
  color: var(--green-dark);
  text-align: center;
  border: 1.5px solid var(--green-dark);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
}

.overlay-copy {
  position: relative;
  z-index: 1;
  align-self: start;
  max-width: 740px;
  padding-top: clamp(58px, 8.4vh, 86px);
}

.overlay-copy h1 {
  margin: 0 0 24px;
  color: var(--black);
  font-size: clamp(4rem, 5.9vw, 6.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.overlay-copy h1 span {
  color: var(--green);
}

.overlay-copy p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.45vw, 1.32rem);
  line-height: 1.55;
  font-weight: 400;
}

.proof-list {
  width: min(430px, 100%);
  margin-top: 32px;
  margin-left: 6px;
}

.proof-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  border-bottom: 1px solid rgba(201, 212, 206, 0.85);
}

.proof-item:last-child {
  border-bottom: 0;
}

.proof-item span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 75, 45, 0.16);
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 75, 42, 0.06);
}

.proof-item svg {
  width: 31px;
  height: 31px;
  padding: 6px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  background: var(--green);
  border-radius: 50%;
}

.proof-item strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 850;
}

.proof-item small {
  display: block;
  max-width: 330px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.lead-form {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: end;
  grid-column: 2;
  grid-row: 2;
  width: min(520px, 100%);
  padding: clamp(24px, 3.6vw, 40px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8e8e8;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}

.form-header {
  margin-bottom: 24px;
  text-align: center;
}

.form-header h2 {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.form-header p {
  max-width: 370px;
  margin: 0 auto;
  color: #4e5a55;
  font-size: 1rem;
  line-height: 1.48;
}

label {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
  color: #1c2722;
  font-size: 0.94rem;
  font-weight: 800;
}

label em {
  color: var(--red);
  font-style: normal;
}

input,
select {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius-input);
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.94rem;
}

input::placeholder {
  color: #a6afaa;
}

input:focus,
select:focus {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 4px rgba(0, 75, 45, 0.1);
  outline: none;
}

.divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 25px 0 18px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 850;
}

.divider span {
  height: 1px;
  background: var(--line);
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: var(--green-dark);
  box-shadow: 0 14px 28px rgba(0, 75, 45, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.submit-button:hover {
  background: var(--green-hover);
  transform: translateY(-1px);
}

.privacy-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.privacy-note svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-note.success {
  color: var(--green-dark);
  font-weight: 800;
}

.privacy-note.error {
  color: var(--red);
  font-weight: 800;
}

@media (max-width: 980px) {
  .landing-background {
    grid-template-columns: 1fr;
    padding: 22px 18px 24px;
    background-position: 28% top;
  }

  .landing-background::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0) 0 34%, rgba(255, 255, 255, 0.78) 68%, rgba(255, 255, 255, 0.95) 100%);
  }

  .overlay-header {
    align-items: flex-start;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .overlay-copy {
    max-width: 650px;
    padding-top: 44px;
  }

  .proof-list {
    margin-bottom: 340px;
  }

  .lead-form {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .landing-background {
    background-position: 24% top;
  }

  .overlay-header {
    gap: 16px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-mark {
    width: 54px;
    height: 54px;
    border-width: 3px;
  }

  .brand-copy strong {
    font-size: 1.8rem;
  }

  .brand-copy small {
    display: none;
  }

  .nav-cta {
    min-width: 0;
    padding: 12px 12px;
    font-size: 0.82rem;
  }

  .overlay-copy {
    padding-top: 34px;
  }

  .overlay-copy h1 {
    font-size: clamp(2.9rem, 13vw, 4rem);
  }

  .overlay-copy p {
    font-size: 1.02rem;
  }

  .proof-list {
    margin-bottom: 260px;
  }

  .lead-form {
    padding: 24px 18px;
  }

  .form-header h2 {
    font-size: 2rem;
  }

  .divider {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .divider span {
    display: none;
  }
}
