/* Regional operating partner application */
.geo-investor {
  --investor-green: #17382f;
  --investor-charcoal: #141714;
  --investor-ivory: #f3f0e8;
  --investor-gold: #c1a36e;
  background: var(--investor-ivory);
}

.geo-investor-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: var(--investor-charcoal);
  color: #fff;
}

.geo-investor-hero__media,
.geo-investor-hero__media img,
.geo-investor-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.geo-investor-hero__media img {
  object-fit: cover;
  object-position: center 42%;
}

.geo-investor-hero__shade {
  background: rgba(10, 14, 12, 0.62);
}

.geo-investor-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 820px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--geo-header-height) + 64px);
}

.geo-investor-hero__copy {
  max-width: 780px;
  padding-bottom: 74px;
}

.geo-investor-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: 78px;
  font-weight: 400;
  line-height: 1.05;
}

.geo-investor-hero__copy > p:not(.geo-eyebrow) {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.geo-investor-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(14, 18, 15, 0.72);
  backdrop-filter: blur(12px);
}

.geo-investor-hero__facts div {
  min-height: 126px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.geo-investor-hero__facts div:last-child {
  border-right: 0;
}

.geo-investor-hero__facts small,
.geo-investor-hero__facts span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.geo-investor-hero__facts strong {
  display: block;
  margin: 7px 0 2px;
  color: #ead6ae;
  font-size: 22px;
  font-weight: 500;
}

.geo-investor-role {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  gap: 96px;
  align-items: start;
}

.geo-investor-role__copy {
  padding-left: 30px;
  border-left: 1px solid var(--geo-gold);
  color: var(--geo-ink-soft);
}

.geo-investor-role__copy p {
  margin: 0;
}

.geo-investor-role__copy p + p {
  margin-top: 24px;
}

.geo-investor-disclaimer {
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-investor-pathways {
  background: var(--investor-ivory);
}

.geo-investor-pathways__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(23, 56, 47, 0.24);
  background: #fff;
}

.geo-investor-pathways__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.geo-investor-pathways__pause {
  margin: 20px 0 0;
  color: var(--geo-muted);
  font-size: 13px;
}

.geo-investor-pathways__grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 48px;
}

.geo-investor-pathways__grid article + article {
  border-left: 1px solid rgba(23, 56, 47, 0.24);
}

.geo-investor-pathways__grid header > span,
.geo-investor-support__terms > article > span {
  color: var(--investor-gold);
  font-size: 12px;
  font-weight: 700;
}

.geo-investor-pathways__grid h3 {
  margin: 10px 0 14px;
  color: var(--investor-green);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.geo-investor-pathways__grid header p,
.geo-investor-pathways__note {
  margin: 0;
  color: var(--geo-muted);
}

.geo-investor-pathways__grid dl {
  margin: 34px 0;
  border-top: 1px solid var(--geo-line);
}

.geo-investor-pathways__grid dl div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--geo-line);
}

.geo-investor-pathways__grid dt {
  color: var(--geo-ink);
  font-size: 18px;
  font-weight: 700;
}

.geo-investor-pathways__grid dd {
  margin: 0;
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-investor-pathways__grid article > a {
  align-self: flex-start;
  margin-top: auto;
  padding: 14px 20px;
  border: 1px solid var(--investor-green);
  color: var(--investor-green);
  font-size: 14px;
  font-weight: 700;
}

.geo-investor-pathways__grid article > a:hover {
  background: var(--investor-green);
  color: #fff;
}

.geo-investor-support {
  padding: 104px 0;
  background: var(--investor-green);
  color: #fff;
}

.geo-investor-support__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: 88px;
}

.geo-investor-support .geo-heading {
  color: #fff;
}

.geo-investor-support__layout > div:first-child > p:last-child,
.geo-investor-support__terms p {
  color: rgba(255, 255, 255, 0.68);
}

.geo-investor-support__terms {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.geo-investor-support__terms article {
  padding: 34px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.geo-investor-support__terms h3 {
  max-width: 700px;
  margin: 10px 0 18px;
  color: #f0dbb2;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
}

.geo-investor-support__terms p {
  margin: 8px 0 0;
}

.geo-investor-responsibility {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.geo-investor-responsibility article {
  min-height: 310px;
  padding: 36px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.geo-investor-responsibility article:last-child {
  border-right: 0;
}

.geo-investor-responsibility span {
  color: var(--investor-gold);
  font-size: 12px;
}

.geo-investor-responsibility h3 {
  margin: 50px 0 16px;
  color: #f0dbb2;
  font-size: 28px;
  font-weight: 500;
}

.geo-investor-responsibility p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.geo-investor-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 52px 0 0;
  padding: 0;
  border-top: 1px solid var(--geo-line);
  border-bottom: 1px solid var(--geo-line);
  list-style: none;
}

.geo-investor-process li {
  min-height: 250px;
  padding: 26px 26px 34px;
  border-right: 1px solid var(--geo-line);
}

.geo-investor-process li:last-child {
  border-right: 0;
}

.geo-investor-process span {
  color: var(--investor-gold);
  font-size: 12px;
}

.geo-investor-process strong {
  display: block;
  margin-top: 52px;
  color: var(--investor-green);
  font-size: 21px;
}

.geo-investor-process p {
  margin: 10px 0 0;
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-investor-application {
  background: #e8e4da;
}

.geo-investor-application__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.9fr);
  gap: 74px;
  align-items: start;
}

.geo-investor-application__intro {
  position: sticky;
  top: calc(var(--geo-header-height) + 36px);
}

.geo-investor-contact {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--geo-line);
}

.geo-investor-contact span,
.geo-investor-contact a {
  display: block;
}

.geo-investor-contact span {
  color: var(--geo-muted);
  font-size: 12px;
}

.geo-investor-contact a {
  margin-top: 4px;
  color: var(--investor-green);
  font-size: 28px;
}

.geo-investor-form {
  padding: 38px;
  border: 1px solid rgba(23, 56, 47, 0.22);
  background: #fff;
}

.geo-investor-pathway-select,
.geo-investor-verify {
  margin: 0;
  padding: 0;
  border: 0;
}

.geo-investor-pathway-select legend,
.geo-investor-verify legend {
  margin-bottom: 12px;
  color: var(--geo-ink);
  font-size: 13px;
  font-weight: 700;
}

.geo-investor-pathway-select {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-bottom: 30px;
}

.geo-investor-pathway-select legend {
  grid-column: 1 / -1;
}

.geo-investor-pathway-select label {
  position: relative;
  min-width: 0;
}

.geo-investor-pathway-select input {
  position: absolute;
  opacity: 0;
}

.geo-investor-pathway-select label > span {
  display: block;
  min-height: 112px;
  padding: 20px;
  border: 1px solid var(--geo-line);
  cursor: pointer;
}

.geo-investor-pathway-select label + label > span {
  border-left: 0;
}

.geo-investor-pathway-select input:checked + span {
  border-color: var(--investor-green);
  background: var(--investor-green);
  color: #fff;
}

.geo-investor-pathway-select b,
.geo-investor-pathway-select small {
  display: block;
}

.geo-investor-pathway-select b {
  font-size: 17px;
}

.geo-investor-pathway-select small {
  margin-top: 8px;
  color: var(--geo-muted);
  line-height: 1.5;
}

.geo-investor-pathway-select input:checked + span small {
  color: rgba(255, 255, 255, 0.68);
}

.geo-investor-form__grid,
.geo-investor-form__pathway {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.geo-investor-form [hidden] {
  display: none;
}

.geo-investor-form label > span:first-child,
.geo-investor-form__pathway label > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: var(--geo-ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.geo-investor-form input:not([type="radio"]):not([type="checkbox"]),
.geo-investor-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(23, 24, 22, 0.24);
  border-radius: 0;
  background: #faf9f6;
  color: var(--geo-ink);
}

.geo-investor-form textarea {
  min-height: 110px;
  resize: vertical;
}

.geo-investor-form input:focus,
.geo-investor-form textarea:focus {
  border-color: var(--investor-green);
  outline: 2px solid rgba(23, 56, 47, 0.16);
  outline-offset: 1px;
}

.geo-investor-form label > small {
  display: block;
  min-height: 18px;
  margin-top: 5px;
  color: var(--geo-muted);
  font-size: 11px;
}

.geo-investor-form [data-field-error]:not(:empty) {
  color: #a32f24;
}

.geo-investor-verify {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 18px;
  border: 1px solid var(--geo-line);
  background: #f6f3ec;
}

.geo-investor-verify legend {
  float: left;
  width: 100%;
}

.geo-investor-verify label,
.geo-investor-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.geo-investor-verify input,
.geo-investor-consent input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--investor-green);
}

.geo-investor-code {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.geo-investor-code button {
  min-width: 142px;
  border: 1px solid var(--investor-green);
  border-left: 0;
  background: var(--investor-green);
  color: #fff;
  cursor: pointer;
}

.geo-investor-code button:disabled,
.geo-investor-form button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.geo-investor-consent {
  padding: 18px 0 0;
  border-top: 1px solid var(--geo-line);
}

.geo-investor-consent > span {
  margin: 0 !important;
  color: var(--geo-muted) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

.geo-investor-form__actions {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.geo-investor-progress {
  position: relative;
  height: 8px;
  overflow: visible;
  background: #ddd8cb;
}

.geo-investor-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--investor-green);
  transition: width 180ms linear;
}

.geo-investor-progress b {
  position: absolute;
  right: 0;
  bottom: 12px;
  font-size: 11px;
}

.geo-investor-status {
  min-height: 26px;
  margin: 18px 0 0;
  color: var(--investor-green);
  font-size: 13px;
}

.geo-investor-status.is-error {
  color: #a32f24;
}

.geo-investor-success {
  margin-top: 24px;
  padding: 28px;
  border-left: 3px solid var(--investor-gold);
  background: var(--investor-green);
  color: #fff;
}

.geo-investor-success small,
.geo-investor-success strong {
  display: block;
}

.geo-investor-success strong {
  margin-top: 8px;
  color: #f0dbb2;
  font-size: 26px;
}

.geo-investor-success p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.geo-investor-faq {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 0.9fr);
  gap: 84px;
}

.geo-investor-faq details {
  border-top: 1px solid var(--geo-line);
}

.geo-investor-faq details:last-child {
  border-bottom: 1px solid var(--geo-line);
}

.geo-investor-faq summary {
  padding: 22px 0;
  color: var(--investor-green);
  font-weight: 700;
  cursor: pointer;
}

.geo-investor-faq details p {
  margin: -8px 0 24px;
  color: var(--geo-muted);
}

@media (max-width: 1040px) {
  .geo-investor-hero__copy h1 {
    font-size: 64px;
  }

  .geo-investor-role,
  .geo-investor-support__layout,
  .geo-investor-application__layout {
    gap: 48px;
  }

  .geo-investor-pathways__grid article {
    padding: 34px;
  }

  .geo-investor-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-investor-process li:nth-child(2) {
    border-right: 0;
  }

  .geo-investor-process li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--geo-line);
  }
}

@media (max-width: 820px) {
  .geo-investor-hero,
  .geo-investor-hero__inner {
    min-height: 760px;
  }

  .geo-investor-hero__media img {
    object-position: center top;
  }

  .geo-investor-hero__shade {
    background: rgba(10, 14, 12, 0.58);
  }

  .geo-investor-hero__copy {
    padding-bottom: 38px;
  }

  .geo-investor-hero__copy h1 {
    font-size: 48px;
  }

  .geo-investor-hero__copy > p:not(.geo-eyebrow) {
    font-size: 16px;
  }

  .geo-investor-hero__facts,
  .geo-investor-pathways__grid,
  .geo-investor-role,
  .geo-investor-support__layout,
  .geo-investor-responsibility,
  .geo-investor-application__layout,
  .geo-investor-faq {
    grid-template-columns: 1fr;
  }

  .geo-investor-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .geo-investor-hero__facts div {
    min-height: 104px;
    padding: 16px;
  }

  .geo-investor-hero__facts strong {
    font-size: 17px;
  }

  .geo-investor-role__copy {
    padding-left: 20px;
  }

  .geo-investor-pathways__grid article + article,
  .geo-investor-responsibility article {
    border-left: 0;
    border-top: 1px solid rgba(23, 56, 47, 0.24);
  }

  .geo-investor-responsibility article {
    min-height: 0;
    border-right: 0;
    border-top-color: rgba(255, 255, 255, 0.22);
  }

  .geo-investor-responsibility article:first-child {
    border-top: 0;
  }

  .geo-investor-responsibility h3 {
    margin-top: 26px;
  }

  .geo-investor-application__intro {
    position: static;
  }

  .geo-investor-faq {
    gap: 42px;
  }
}

@media (max-width: 540px) {
  .geo-investor-hero,
  .geo-investor-hero__inner {
    min-height: 720px;
  }

  .geo-investor-hero__inner {
    width: 100%;
  }

  .geo-investor-hero__copy {
    width: var(--geo-shell);
    margin-inline: auto;
  }

  .geo-investor-hero__copy h1 {
    font-size: 41px;
  }

  .geo-investor-hero__facts {
    grid-template-columns: 1fr;
  }

  .geo-investor-hero__facts div {
    min-height: 0;
    padding: 12px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .geo-investor-hero__facts span {
    display: none;
  }

  .geo-investor-pathways__grid article,
  .geo-investor-form {
    padding: 24px;
  }

  .geo-investor-pathways__grid dl div,
  .geo-investor-form__grid,
  .geo-investor-form__pathway,
  .geo-investor-pathway-select,
  .geo-investor-process {
    grid-template-columns: 1fr;
  }

  .geo-investor-pathway-select label + label > span {
    border-top: 0;
    border-left: 1px solid var(--geo-line);
  }

  .geo-investor-process li,
  .geo-investor-process li:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--geo-line);
  }

  .geo-investor-process strong {
    margin-top: 24px;
  }

  .geo-investor-form__actions {
    grid-template-columns: 1fr;
  }

  .geo-investor-form__actions .geo-button,
  .geo-investor-code button {
    min-height: 48px;
  }

  .geo-investor-code {
    grid-template-columns: 1fr;
  }

  .geo-investor-code button {
    border-top: 0;
    border-left: 1px solid var(--investor-green);
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-investor *,
  .geo-investor *::before,
  .geo-investor *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
