/* GEO page: an evidence-led operating model for generative visibility. */

.page-geo .phero__title em,
.page-geo .cta__title em {
  color: #9cc5ff;
}

.page-geo .geo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: #0b49bd;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-geo .geo-kicker::before {
  width: 32px;
  height: 2px;
  background: #78aaff;
  content: "";
}

.page-geo .geo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(290px, .78fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 50px;
}

.page-geo .geo-heading h2,
.page-geo .geo-scene__copy h2,
.page-geo .geo-caveat h2 {
  margin: 0;
  color: #0a1a33;
  font-size: 42px;
  line-height: 1.15;
  text-wrap: balance;
}

.page-geo .geo-heading > p,
.page-geo .geo-caveat > p {
  margin: 0;
  color: #50627c;
  font-size: 16px;
  line-height: 1.72;
}

.page-geo .eligibility-table,
.page-geo .measure-table {
  border-top: 1px solid #0a1a33;
}

.page-geo .eligibility-row {
  display: grid;
  grid-template-columns: 64px minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #cbd9ef;
}

.page-geo .eligibility-row > span {
  color: #0b49bd;
  font-size: 13px;
  font-weight: 800;
}

.page-geo .eligibility-row h3 {
  margin: 0 0 8px;
  color: #0a1a33;
  font-size: 22px;
}

.page-geo .eligibility-row p {
  margin: 0;
  color: #50627c;
  font-size: 15px;
  line-height: 1.65;
}

.page-geo .eligibility-row dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-left: 1px solid #cbd9ef;
}

.page-geo .eligibility-row dl div {
  padding: 2px 20px;
  border-right: 1px solid #cbd9ef;
}

.page-geo .eligibility-row dt,
.page-geo .measure-row dt {
  margin-bottom: 7px;
  color: #65748a;
  font-size: 11px;
  font-weight: 800;
}

.page-geo .eligibility-row dd,
.page-geo .measure-row dd {
  margin: 0;
  color: #173253;
  font-size: 14px;
  line-height: 1.5;
}

.page-geo .geo-scene {
  background: #071b3b;
  color: #fff;
}

.page-geo .geo-scene__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 72px;
  align-items: center;
}

.page-geo .geo-scene figure {
  margin: 0;
}

.page-geo .geo-scene picture {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #102d58;
}

.page-geo .geo-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-geo .geo-scene figcaption {
  padding-top: 13px;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.page-geo .geo-scene .geo-kicker {
  color: #9cc5ff;
}

.page-geo .geo-scene__copy h2 {
  color: #fff;
}

.page-geo .geo-scene__copy > p {
  margin: 22px 0 26px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.72;
}

.page-geo .answer-anatomy {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}

.page-geo .answer-anatomy li {
  display: grid;
  grid-template-columns: 34px 128px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.page-geo .answer-anatomy li > span {
  color: #9cc5ff;
  font-size: 12px;
  font-weight: 800;
}

.page-geo .answer-anatomy strong {
  color: #fff;
  font-size: 13px;
}

.page-geo .answer-anatomy p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.5;
}

.page-geo .measure-row {
  display: grid;
  grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr);
  border-bottom: 1px solid #cbd9ef;
}

.page-geo .measure-row h3 {
  margin: 0;
  padding: 22px 24px 22px 0;
  color: #0a1a33;
  font-size: 18px;
}

.page-geo .measure-row dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-left: 1px solid #cbd9ef;
}

.page-geo .measure-row dl div {
  padding: 22px 24px;
}

.page-geo .measure-row dl div + div {
  border-left: 1px solid #cbd9ef;
}

.page-geo .geo-caveat {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.page-geo .geo-caveat__note {
  padding: 30px;
  border-left: 4px solid #165dff;
  background: #eef5ff;
}

.page-geo .geo-caveat__note strong {
  display: block;
  margin-bottom: 12px;
  color: #0a1a33;
  font-size: 18px;
}

.page-geo .geo-caveat__note p {
  margin: 0;
  color: #50627c;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .page-geo .geo-heading,
  .page-geo .geo-scene__layout,
  .page-geo .geo-caveat {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  .page-geo .geo-heading h2,
  .page-geo .geo-scene__copy h2,
  .page-geo .geo-caveat h2 {
    font-size: 29px;
  }

  .page-geo .eligibility-row,
  .page-geo .measure-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-geo .eligibility-row dl,
  .page-geo .measure-row dl {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .page-geo .eligibility-row dl div,
  .page-geo .measure-row dl div {
    padding: 13px 0;
    border-top: 1px solid #cbd9ef;
    border-right: 0;
  }

  .page-geo .measure-row h3 {
    padding: 20px 0 4px;
  }

  .page-geo .measure-row dl div + div {
    border-left: 0;
  }

  .page-geo .answer-anatomy li {
    grid-template-columns: 30px 1fr;
  }

  .page-geo .answer-anatomy p {
    grid-column: 2;
  }
}
