.geo-page-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 96px 16px 48px;
}

.geo-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.geo-nav {
  margin: 0;
  font-size: 14px;
}

.geo-nav a {
  color: #b3b3b3;
  text-decoration: none;
}

.geo-nav a:hover {
  color: #ffffff;
}

.geo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.geo-hero-copy {
  min-width: 0;
  padding: 28px 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 159, 255, 0.14), transparent 38%),
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.14), transparent 44%),
    rgba(14, 23, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.geo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.geo-page-shell h1 {
  color: #ffffff;
  margin: 0 0 16px;
  font-size: clamp(2.05rem, 4.4vw, 3.2rem);
  line-height: 1.05;
}

.geo-lead {
  font-size: 1.05rem;
  line-height: 1.72;
  color: #d0d0d0;
  margin: 0 0 20px;
  max-width: 58ch;
}

.geo-lead strong {
  color: #ffffff;
  font-weight: 600;
}

.geo-statement-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.geo-statement {
  padding: 14px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 55%),
    rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  color: #ffffff;
  line-height: 1.6;
}

.geo-statement span {
  color: #9b9b9b;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.geo-hero-card {
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.18), transparent 42%),
    radial-gradient(circle at bottom left, rgba(15, 159, 255, 0.16), transparent 34%),
    rgba(12, 12, 12, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.geo-hero-card-label {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.geo-hero-card p,
.geo-hero-card li,
.geo-section p,
.geo-section li,
.geo-table td,
.geo-table th,
.geo-chip-grid p {
  font-size: 15px;
  line-height: 1.72;
}

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

.geo-mini-list li {
  padding-left: 16px;
  position: relative;
}

.geo-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0f9fff, #cc00fd);
}

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

.geo-chip {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-chip-label {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.geo-main-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.geo-related-nav {
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.geo-related-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.geo-related-nav h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
}

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

.geo-related-grid--compact .geo-related-link {
  padding: 16px 18px;
  border-radius: 16px;
}

.geo-related-link {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9d9d9;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

.geo-related-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.geo-related-link-kicker {
  display: block;
  margin-bottom: 6px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geo-related-link-label {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
}

.geo-section {
  text-align: left;
  padding: 28px 0 0;
}

.geo-section-card {
  padding: 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.geo-section h2 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  text-align: left;
}

.geo-section h3 {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.geo-section p:last-child,
.geo-section ul:last-child {
  margin-bottom: 0;
}

.geo-list {
  margin: 0;
  padding-left: 20px;
}

.geo-list li + li {
  margin-top: 10px;
}

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

.geo-compare-intro {
  display: grid;
  gap: 12px;
}

.geo-table-wrap {
  overflow-x: auto;
}

.geo-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 700px;
}

.geo-table th,
.geo-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.geo-table th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.geo-table td strong {
  color: #ffffff;
}

.geo-table tr:last-child td {
  border-bottom: none;
}

.geo-choice-card {
  padding: 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.15), transparent 48%),
    rgba(22, 22, 22, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-choice-card h3,
.geo-choice-card p,
.geo-choice-card li {
  margin-top: 0;
}

.geo-cta-strip {
  margin-top: 32px;
  padding: 28px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 159, 255, 0.14), transparent 38%),
    radial-gradient(circle at bottom right, rgba(204, 0, 253, 0.16), transparent 46%),
    rgba(12, 12, 12, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.geo-cta-strip h2 {
  margin: 0 0 12px;
}

.geo-cta-strip p {
  margin: 0 0 18px;
}

.geo-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.geo-cta-links .btn-row {
  justify-content: flex-start;
  margin: 0;
}

.geo-cta-links .btn-download {
  min-width: 220px;
}

.geo-note {
  color: #8d8d8d;
  font-size: 13px;
  margin-top: 10px;
}

.geo-page-shell + footer {
  margin-top: 28px;
}

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

  .geo-chip-grid,
  .geo-split,
  .geo-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .geo-page-shell {
    padding-top: 88px;
    padding-bottom: 32px;
  }

  .geo-hero-card,
  .geo-hero-copy,
  .geo-section-card,
  .geo-cta-strip {
    padding: 20px;
  }

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

  .geo-cta-links .btn,
  .geo-cta-links .btn-download {
    width: 100%;
  }

  .geo-cta-links .btn-row {
    width: 100%;
  }
}
