:root {
  --geo-navy: #0d2745;
  --geo-blue: #174f83;
  --geo-cyan: #2b88b8;
  --geo-orange: #e36b2c;
  --geo-ink: #172538;
  --geo-muted: #5a6878;
  --geo-line: #dce5ed;
  --geo-soft: #f3f7fa;
  --geo-white: #fff;
}

.geo-main {
  overflow: hidden;
  background: var(--geo-white);
  color: var(--geo-ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.geo-main *,
.geo-main *::before,
.geo-main *::after {
  box-sizing: border-box;
}

.geo-breadcrumb {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 14px;
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-breadcrumb a {
  color: var(--geo-blue);
  text-decoration: none;
}

.geo-breadcrumb span {
  margin-left: 8px;
}

.geo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: clamp(46px, 7vw, 86px);
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 15%, rgba(43, 136, 184, .34), transparent 32%),
    linear-gradient(135deg, #071c34 0%, var(--geo-navy) 55%, #164a75 100%);
  color: var(--geo-white);
  box-shadow: 0 24px 70px rgba(13, 39, 69, .2);
}

.geo-hero::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  content: "";
}

.geo-hero--hub {
  grid-template-columns: minmax(0, 1fr);
}

.geo-hero__content,
.geo-hero__fact {
  position: relative;
  z-index: 1;
}

.geo-eyebrow,
.geo-kicker {
  margin: 0 0 10px;
  color: var(--geo-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--geo-white);
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.geo-lead {
  max-width: 820px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.geo-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--geo-orange);
  border-radius: 8px;
  padding: 12px 20px;
  background: var(--geo-orange);
  color: var(--geo-white) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.geo-button:hover,
.geo-button:focus-visible {
  transform: translateY(-2px);
  background: #f07835;
  box-shadow: 0 10px 26px rgba(227, 107, 44, .28);
}

.geo-button--secondary {
  border-color: rgba(255, 255, 255, .62);
  background: transparent;
}

.geo-button--secondary:hover,
.geo-button--secondary:focus-visible {
  background: rgba(255, 255, 255, .1);
}

.geo-hero__fact {
  align-self: center;
  display: grid;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.geo-hero__fact strong {
  color: var(--geo-white);
  font-size: 46px;
  line-height: 1;
}

.geo-hero__fact span {
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.45;
}

.geo-section,
.geo-answer,
.geo-boundary,
.geo-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.geo-section {
  padding: 72px 0;
}

.geo-section--soft {
  width: 100%;
  padding-right: max(20px, calc((100% - 1180px) / 2));
  padding-left: max(20px, calc((100% - 1180px) / 2));
  background: var(--geo-soft);
}

.geo-section__heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.geo-section h2,
.geo-answer h2,
.geo-boundary h2,
.geo-cta h2 {
  margin: 0;
  color: var(--geo-navy);
  font-size: clamp(28px, 3.4vw, 43px);
  line-height: 1.17;
  letter-spacing: -.02em;
}

.geo-section p,
.geo-answer p,
.geo-boundary p,
.geo-cta p {
  color: var(--geo-muted);
  font-size: 16px;
  line-height: 1.72;
}

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

.geo-market-card {
  position: relative;
  min-height: 280px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--geo-line);
  border-radius: 18px;
  background: var(--geo-white);
  box-shadow: 0 12px 34px rgba(23, 37, 56, .08);
}

.geo-market-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--geo-orange), var(--geo-cyan));
  content: "";
}

.geo-market-card__code {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--geo-soft);
  color: var(--geo-blue);
  font-weight: 900;
}

.geo-market-card h2 {
  margin-top: 22px;
  font-size: 30px;
}

.geo-market-card a {
  color: var(--geo-blue);
  font-weight: 800;
  text-decoration: none;
}

.geo-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.geo-principle-grid article {
  border-radius: 14px;
  padding: 26px;
  background: var(--geo-white);
}

.geo-principle-grid span {
  color: var(--geo-orange);
  font-size: 13px;
  font-weight: 900;
}

.geo-principle-grid h3 {
  margin: 14px 0 7px;
  color: var(--geo-navy);
  font-size: 21px;
}

.geo-answer {
  margin-top: 44px;
  margin-bottom: 20px;
  border-left: 5px solid var(--geo-orange);
  padding: 28px 34px;
  background: #fff8f3;
}

.geo-answer p:last-child {
  max-width: 1000px;
  margin-bottom: 0;
  color: var(--geo-ink);
  font-size: 18px;
}

.geo-two-column {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.geo-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-check-list li {
  position: relative;
  border-bottom: 1px solid var(--geo-line);
  padding: 0 0 14px 34px;
  color: var(--geo-ink);
  font-size: 16px;
  line-height: 1.55;
}

.geo-check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e4f3f8;
  color: var(--geo-blue);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}

.geo-check-list--numbered {
  counter-reset: geo-check;
}

.geo-check-list--numbered li {
  counter-increment: geo-check;
}

.geo-check-list--numbered li::before {
  background: var(--geo-navy);
  color: var(--geo-white);
  content: counter(geo-check);
  font-size: 11px;
}

.geo-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: geo-step;
  list-style: none;
}

.geo-process li {
  min-height: 190px;
  counter-increment: geo-step;
  border: 1px solid var(--geo-line);
  border-radius: 14px;
  padding: 26px 22px;
  background: var(--geo-white);
  color: var(--geo-ink);
  line-height: 1.55;
}

.geo-process li::before {
  display: block;
  margin-bottom: 22px;
  color: var(--geo-orange);
  content: "0" counter(geo-step);
  font-size: 13px;
  font-weight: 900;
}

.geo-boundary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #f1d6c7;
  border-radius: 16px;
  padding: 28px 32px;
  background: #fff8f3;
}

.geo-boundary__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--geo-orange);
  color: var(--geo-white);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 700;
}

.geo-boundary h2 {
  font-size: 25px;
}

.geo-boundary p {
  margin-bottom: 0;
}

.geo-section--faq {
  max-width: 980px;
}

.geo-faq-list {
  display: grid;
  gap: 12px;
}

.geo-faq-list details {
  border: 1px solid var(--geo-line);
  border-radius: 12px;
  background: var(--geo-white);
}

.geo-faq-list summary {
  cursor: pointer;
  padding: 21px 54px 21px 22px;
  color: var(--geo-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.geo-faq-list details p {
  margin: 0;
  border-top: 1px solid var(--geo-line);
  padding: 18px 22px 22px;
}

.geo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 72px;
  border-radius: 20px;
  padding: clamp(30px, 5vw, 54px);
  background: var(--geo-navy);
}

.geo-cta h2,
.geo-cta p {
  color: var(--geo-white);
}

.geo-cta p {
  max-width: 760px;
  margin-bottom: 0;
  opacity: .8;
}

.geo-cta .geo-button {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .geo-hero,
  .geo-two-column {
    grid-template-columns: 1fr;
  }

  .geo-hero__fact {
    max-width: 420px;
  }

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

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

  .geo-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .geo-breadcrumb,
  .geo-hero,
  .geo-section,
  .geo-answer,
  .geo-boundary,
  .geo-cta {
    width: min(100% - 24px, 1180px);
  }

  .geo-hero {
    gap: 28px;
    border-radius: 16px;
    padding: 34px 22px;
  }

  .geo-market-grid,
  .geo-process {
    grid-template-columns: 1fr;
  }

  .geo-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .geo-section--soft {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .geo-answer,
  .geo-boundary {
    padding: 24px 20px;
  }

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

  .geo-process li {
    min-height: 0;
  }

  .geo-actions,
  .geo-actions .geo-button,
  .geo-cta .geo-button {
    width: 100%;
  }
}

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