/* GEO editorial surfaces — readable first, polished without hiding the evidence. */
:root {
  --geo-ink: #111827;
  --geo-muted: #5f6b7c;
  --geo-line: rgba(15, 23, 42, .12);
  --geo-blue: #2563eb;
  --geo-cyan: #0891b2;
  --geo-paper: #f6f8fb;
  --geo-warm: #fff9ef;
}

.geo-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 24px 88px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 4%, rgba(59, 130, 246, .34), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(8, 145, 178, .24), transparent 29%),
    #080c16;
}
.geo-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .42;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .14) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.geo-hero__inner { position: relative; z-index: 1; max-width: 920px; }
.geo-hero__eyebrow,
.geo-kicker {
  margin: 0 0 18px;
  color: #7dd3fc;
  font-size: .76rem;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.geo-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 6.7vw, 5.75rem);
  line-height: 1.01;
  letter-spacing: -.055em;
}
.geo-hero__lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.72;
}
.geo-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.geo-hero__meta span,
.geo-hero__meta a {
  padding: 8px 13px;
  color: rgba(255, 255, 255, .78);
  font-size: .8rem;
  font-weight: 650;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}
.geo-hero__meta a:hover { border-color: rgba(125, 211, 252, .65); color: #fff; }

.geo-breadcrumbs {
  padding: 18px 24px;
  border-bottom: 1px solid var(--geo-line);
  background: #fff;
}
.geo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  color: var(--geo-muted);
  font-size: .8rem;
  list-style: none;
}
.geo-breadcrumbs li + li::before { margin-right: 7px; content: "/"; color: #a7b0be; }
.geo-breadcrumbs a:hover { color: var(--geo-blue); }

.geo-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 300px);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px 112px;
}
.geo-prose { min-width: 0; }
.geo-prose > :first-child { margin-top: 0; }
.geo-prose h2 {
  margin: 68px 0 18px;
  color: var(--geo-ink);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.geo-prose h3 {
  margin: 34px 0 10px;
  color: var(--geo-ink);
  font-size: 1.16rem;
  line-height: 1.35;
}
.geo-prose p,
.geo-prose li {
  color: #344054;
  font-size: 1rem;
  line-height: 1.78;
}
.geo-prose p { margin: 0 0 19px; }
.geo-prose ul,
.geo-prose ol { margin: 16px 0 24px 22px; padding: 0; list-style: initial; }
.geo-prose ol { list-style: decimal; }
.geo-prose li { margin: 8px 0; padding-left: 5px; }
.geo-prose a { color: #175cd3; text-decoration: underline; text-underline-offset: 3px; }
.geo-prose strong { color: #172033; }

.geo-answer {
  margin: 0 0 48px;
  padding: 26px 28px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 22px;
  background: linear-gradient(135deg, #eff6ff, #f0fdfa);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}
.geo-answer__label {
  display: block;
  margin-bottom: 8px;
  color: #1d4ed8;
  font-size: .72rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.geo-answer p { margin: 0; color: #172033; font-size: 1.07rem; line-height: 1.7; }

.geo-note {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid #f59e0b;
  border-radius: 0 16px 16px 0;
  background: var(--geo-warm);
}
.geo-note p { margin: 0; font-size: .94rem; }
.geo-note--blue { border-left-color: var(--geo-blue); background: #f3f7ff; }

.geo-table-wrap {
  overflow-x: auto;
  margin: 26px 0 40px;
  border: 1px solid var(--geo-line);
  border-radius: 20px;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}
.geo-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  background: #fff;
}
.geo-table th,
.geo-table td {
  padding: 17px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--geo-line);
}
.geo-table th { color: #344054; font-size: .77rem; letter-spacing: .04em; background: #f8fafc; }
.geo-table td { color: #475467; font-size: .9rem; line-height: 1.55; }
.geo-table tbody tr:last-child td { border-bottom: 0; }
.geo-table .geo-table__focus { color: #172033; font-weight: 670; background: rgba(239, 246, 255, .6); }

.geo-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 42px;
}
.geo-card {
  padding: 22px;
  border: 1px solid var(--geo-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}
.geo-card__label { margin: 0 0 8px !important; color: var(--geo-blue) !important; font-size: .72rem !important; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.geo-card h3 { margin: 0 0 9px; font-size: 1.08rem; }
.geo-card p { margin: 0; font-size: .9rem; line-height: 1.6; }

.geo-source-list { display: grid; gap: 12px; margin: 24px 0 46px; }
.geo-source {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  padding: 17px 18px;
  text-decoration: none !important;
  border: 1px solid var(--geo-line);
  border-radius: 16px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.geo-source:hover { transform: translateY(-2px); border-color: rgba(37, 99, 235, .34); box-shadow: 0 12px 30px rgba(15, 23, 42, .06); }
.geo-source__num {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #1d4ed8;
  font-size: .73rem;
  font-weight: 800;
  border-radius: 10px;
  background: #eff6ff;
}
.geo-source strong { display: block; margin-bottom: 3px; color: #172033; font-size: .91rem; }
.geo-source span:last-child { display: block; color: var(--geo-muted); font-size: .78rem; line-height: 1.5; }

.geo-evidence {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--geo-line);
}
.geo-evidence__tier {
  height: fit-content;
  padding: 7px 10px;
  color: #175cd3;
  font-size: .69rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 999px;
  background: #eff6ff;
}
.geo-evidence__tier--adjacent { color: #8a4b08; background: #fff4db; }
.geo-evidence__tier--practice { color: #475467; background: #f2f4f7; }
.geo-evidence h3 { margin: 0 0 7px; }
.geo-evidence p { margin: 0 0 8px; font-size: .91rem; line-height: 1.62; }

.geo-side {
  position: sticky;
  top: 92px;
  padding: 21px;
  border: 1px solid var(--geo-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}
.geo-side__title { margin: 0 0 12px; color: var(--geo-ink); font-size: .82rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.geo-side a { display: block; padding: 8px 0; color: var(--geo-muted); font-size: .86rem; line-height: 1.35; border-bottom: 1px solid rgba(15, 23, 42, .07); }
.geo-side a:last-child { border-bottom: 0; }
.geo-side a:hover { color: var(--geo-blue); }

.geo-hub { padding: 88px 24px 112px; background: var(--geo-paper); }
.geo-hub__inner { max-width: 1120px; margin: 0 auto; }
.geo-hub__head { max-width: 760px; margin-bottom: 42px; }
.geo-hub h2 { margin: 0 0 14px; color: var(--geo-ink); font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.045em; }
.geo-hub__head p { color: var(--geo-muted); font-size: 1.04rem; line-height: 1.7; }
.geo-hub__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.geo-hub__card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid var(--geo-line);
  border-radius: 22px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.geo-hub__card:hover { transform: translateY(-3px); border-color: rgba(37, 99, 235, .3); box-shadow: 0 18px 42px rgba(15, 23, 42, .08); }
.geo-hub__card small { color: var(--geo-blue); font-size: .7rem; font-weight: 770; letter-spacing: .1em; text-transform: uppercase; }
.geo-hub__card h3 { margin: 12px 0 10px; color: var(--geo-ink); font-size: 1.18rem; line-height: 1.3; letter-spacing: -.02em; }
.geo-hub__card p { margin: 0; color: var(--geo-muted); font-size: .87rem; line-height: 1.55; }
.geo-hub__arrow { margin-top: 22px; color: var(--geo-blue); font-weight: 800; }

@media (max-width: 880px) {
  .geo-layout { grid-template-columns: 1fr; }
  .geo-side { position: static; order: -1; }
  .geo-hub__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .geo-hero { padding: 126px 18px 70px; }
  .geo-layout { padding: 52px 18px 84px; }
  .geo-cards, .geo-hub__grid { grid-template-columns: 1fr; }
  .geo-evidence { grid-template-columns: 1fr; gap: 10px; }
  .geo-evidence__tier { width: fit-content; }
}
@media (prefers-reduced-motion: reduce) {
  .geo-source, .geo-hub__card { transition: none; }
}
