.weswoo-ai-geo {
  --geo-accent: #f1a37d;
  --geo-blue: #8bc5dc;
  --geo-lime: #c9f56b;
  --geo-ink: #10131b;
  --geo-ink-soft: #171b25;
  --geo-paper: #f3f5f7;
  --geo-white: #ffffff;
  --geo-text: #171a21;
  --geo-muted: #626874;
  --geo-line: #d9dde3;
  background: var(--geo-paper);
  color: var(--geo-text);
  font-family: "Inter Tight", "Microsoft YaHei", sans-serif;
  overflow: clip;
}

.weswoo-ai-geo,
.weswoo-ai-geo * {
  box-sizing: border-box;
}

.weswoo-ai-geo h1,
.weswoo-ai-geo h2,
.weswoo-ai-geo h3,
.weswoo-ai-geo p,
.weswoo-ai-geo ul,
.weswoo-ai-geo ol {
  letter-spacing: 0;
  margin-top: 0;
}

.weswoo-ai-geo a {
  color: inherit;
}

.geo-container {
  margin: 0 auto;
  max-width: 1220px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.geo-section {
  padding-bottom: 128px;
  padding-top: 128px;
  position: relative;
}

.geo-kicker,
.geo-eyebrow {
  align-items: center;
  display: inline-flex;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 500;
  gap: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.geo-kicker {
  color: #38667a;
  margin-bottom: 22px;
}

.geo-kicker::before {
  background: var(--geo-blue);
  content: "";
  height: 7px;
  width: 7px;
}

.geo-section-heading h2 {
  color: var(--geo-text);
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.04;
  margin-bottom: 24px;
}

.geo-section-heading > p,
.geo-heading-split > p {
  color: var(--geo-muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.geo-section-heading-centered {
  margin: 0 auto 64px;
  max-width: 790px;
  text-align: center;
}

.geo-section-heading-centered .geo-kicker {
  justify-content: center;
}

.geo-heading-split {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  margin-bottom: 64px;
}

.geo-heading-split h2 {
  margin-bottom: 0;
}

.geo-section-heading-sticky {
  align-self: start;
  position: sticky;
  top: 120px;
}

.geo-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.geo-button svg {
  height: 18px;
  width: 18px;
}

.geo-button:hover,
.geo-button:focus-visible {
  transform: translateY(-2px);
}

.geo-button-primary {
  background: var(--geo-white);
  color: var(--geo-ink) !important;
}

.geo-button-primary:hover,
.geo-button-primary:focus-visible {
  background: var(--geo-accent);
}

.geo-button-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.geo-button-ghost:hover,
.geo-button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.65);
}

.geo-button-dark {
  background: var(--geo-ink);
  color: #fff !important;
  margin-top: 28px;
}

.geo-hero {
  background: var(--geo-ink);
  color: #fff;
  min-height: 820px;
  padding: 150px 0 92px;
  position: relative;
}

.geo-hero::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 92px 92px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, #000 0, transparent 76%);
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
}

.geo-hero-beam {
  background-image: var(--geo-beam);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -120px;
  height: 640px;
  opacity: 0.74;
  pointer-events: none;
  position: absolute;
  width: 720px;
  will-change: transform;
}

.geo-hero-beam-left {
  left: -260px;
  transform: rotate(-9deg);
}

.geo-hero-beam-right {
  right: -270px;
  transform: rotate(8deg);
}

.geo-orbit {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
}

.geo-orbit-one {
  height: 520px;
  right: 4%;
  top: 155px;
  transform: rotate(28deg);
  width: 730px;
}

.geo-orbit-two {
  height: 360px;
  right: 13%;
  top: 240px;
  transform: rotate(-17deg);
  width: 620px;
}

.geo-hero-grid {
  align-items: center;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  position: relative;
  z-index: 2;
}

.geo-eyebrow {
  color: var(--geo-accent);
  margin-bottom: 28px;
}

.geo-eyebrow svg {
  height: 16px;
  width: 16px;
}

.geo-hero-copy h1 {
  color: #f6f3ee;
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.02;
  margin-bottom: 28px;
}

.geo-hero-copy > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 34px;
  max-width: 620px;
}

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

.geo-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.geo-hero-notes li {
  align-items: center;
  color: rgba(255, 255, 255, 0.54);
  display: flex;
  font-size: 13px;
  gap: 7px;
}

.geo-hero-notes svg {
  color: var(--geo-lime);
  height: 14px;
  width: 14px;
}

.geo-answer-demo {
  background: rgba(25, 28, 37, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  padding: 14px;
  position: relative;
}

.geo-answer-demo::after {
  background: var(--geo-accent);
  content: "";
  height: 2px;
  left: 13%;
  opacity: 0.7;
  position: absolute;
  top: -1px;
  width: 74%;
}

.geo-query-bar {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  font-size: 13px;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
}

.geo-query-bar svg {
  color: var(--geo-blue);
  flex: 0 0 17px;
  height: 17px;
  width: 17px;
}

.geo-query-bar span {
  flex: 1;
}

.geo-query-bar kbd {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  padding: 5px 7px;
}

.geo-answer-card {
  background: #f5f5f2;
  border-radius: 6px;
  color: var(--geo-text);
  margin-top: 12px;
  padding: 28px;
}

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

.geo-answer-head span {
  align-items: center;
  display: flex;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  gap: 7px;
}

.geo-answer-head span svg {
  color: #547d92;
  height: 16px;
  width: 16px;
}

.geo-answer-head small {
  color: #7a7f87;
  font-size: 11px;
}

.geo-answer-card h2 {
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 14px;
}

.geo-answer-card > p {
  color: #666c75;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.geo-source-stack {
  border-top: 1px solid #d7d9dc;
}

.geo-source-stack a {
  align-items: center;
  border-bottom: 1px solid #d7d9dc;
  display: grid;
  font-size: 13px;
  gap: 12px;
  grid-template-columns: 32px 1fr 18px;
  min-height: 48px;
  text-decoration: none;
  transition: background-color 160ms ease, padding 160ms ease;
}

.geo-source-stack a:hover,
.geo-source-stack a:focus-visible {
  background: #fff;
  padding-left: 9px;
}

.geo-source-stack b {
  color: #8a8f97;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.geo-source-stack svg {
  height: 15px;
  width: 15px;
}

.geo-engine-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}

.geo-engine-row span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 11px;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
}

.geo-engine-row svg {
  height: 14px;
  width: 14px;
}

.geo-signal-strip {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 18px 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.geo-signal-track {
  align-items: center;
  animation: geoMarquee 28s linear infinite;
  display: flex;
  gap: 48px;
  min-width: max-content;
  padding-left: 48px;
}

.geo-signal-strip:hover .geo-signal-track {
  animation-play-state: paused;
}

.geo-signal-track span {
  align-items: center;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  font-family: "IBM Plex Mono", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  gap: 42px;
  text-transform: uppercase;
}

.geo-signal-track svg {
  color: var(--geo-accent);
  height: 14px;
  width: 14px;
}

.geo-principle {
  background: #fff;
}

.geo-principle-grid {
  display: grid;
  gap: 110px;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
}

.geo-principle-steps {
  border-top: 1px solid var(--geo-line);
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-principle-steps li {
  align-items: start;
  border-bottom: 1px solid var(--geo-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 34px 52px 1fr;
  padding: 30px 0;
}

.geo-principle-steps li > span {
  color: #8f949d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  padding-top: 8px;
}

.geo-principle-steps li > svg {
  border: 1px solid var(--geo-line);
  border-radius: 50%;
  color: #2f687c;
  height: 44px;
  padding: 11px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
}

.geo-principle-steps li:hover > svg {
  background: var(--geo-ink);
  color: #fff;
  transform: rotate(7deg);
}

.geo-principle-steps h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}

.geo-principle-steps p {
  color: var(--geo-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.geo-platforms {
  background: var(--geo-ink);
  color: #fff;
}

.geo-platforms .geo-kicker {
  color: var(--geo-accent);
}

.geo-platforms .geo-section-heading h2 {
  color: #fff;
}

.geo-platforms .geo-section-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.geo-platform-shell {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.geo-platform-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  cursor: grab;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  touch-action: pan-y;
}

.geo-platform-tabs.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.geo-platform-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  min-height: 70px;
  padding: 12px 18px;
  transition: background-color 180ms ease, color 180ms ease;
}

.geo-platform-tabs button:last-child {
  border-right: 0;
}

.geo-platform-tabs button[aria-selected="true"] {
  background: #fff;
  color: var(--geo-ink);
}

.geo-platform-tabs button svg {
  height: 18px;
  width: 18px;
}

.geo-platform-panels article {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 90px minmax(0, 1fr) 260px;
  min-height: 370px;
  padding: 64px;
}

.geo-platform-panels article[hidden] {
  display: none;
}

.geo-platform-number {
  color: rgba(255, 255, 255, 0.22);
  font-family: "Instrument Serif", serif;
  font-size: 72px;
  line-height: 0.9;
}

.geo-platform-copy > span {
  color: var(--geo-accent);
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.geo-platform-copy h3 {
  color: #fff;
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 20px;
}

.geo-platform-copy p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}

.geo-platform-panels ul {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.geo-platform-panels li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding: 14px 0;
}

.geo-scope {
  background: var(--geo-paper);
}

.geo-scope-grid {
  border-left: 1px solid var(--geo-line);
  border-top: 1px solid var(--geo-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.geo-scope-grid article {
  background: rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid var(--geo-line);
  border-right: 1px solid var(--geo-line);
  min-height: 320px;
  padding: 34px;
  position: relative;
  transition: background-color 180ms ease, transform 180ms ease;
}

.geo-scope-grid article:hover {
  background: #fff;
  transform: translateY(-4px);
  z-index: 1;
}

.geo-scope-grid article > span {
  color: #959aa2;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  position: absolute;
  right: 26px;
  top: 26px;
}

.geo-scope-grid article > svg {
  color: #406f82;
  height: 36px;
  margin-bottom: 54px;
  width: 36px;
}

.geo-scope-grid h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}

.geo-scope-grid p {
  color: var(--geo-muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.geo-evidence {
  background: #fff;
}

.geo-evidence-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
  margin-bottom: 32px;
}

.geo-evidence-compare article {
  border: 1px solid var(--geo-line);
  min-height: 370px;
  padding: 34px;
}

.geo-evidence-compare article header {
  align-items: center;
  border-bottom: 1px solid var(--geo-line);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
}

.geo-evidence-compare article header svg {
  height: 20px;
  width: 20px;
}

.geo-evidence-before header svg {
  color: #9a6f61;
}

.geo-evidence-after header svg {
  color: #41788a;
}

.geo-evidence-compare article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-evidence-compare article li {
  color: #5f6570;
  font-size: 17px;
  line-height: 1.45;
  padding: 14px 0 14px 24px;
  position: relative;
}

.geo-evidence-compare article li::before {
  background: currentColor;
  content: "";
  height: 5px;
  left: 2px;
  opacity: 0.45;
  position: absolute;
  top: 24px;
  width: 5px;
}

.geo-evidence-flow {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.geo-evidence-flow::before {
  background: var(--geo-line);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.geo-evidence-flow svg {
  background: #fff;
  border: 1px solid var(--geo-line);
  border-radius: 50%;
  height: 42px;
  padding: 11px;
  position: relative;
  width: 42px;
}

.geo-citation-board {
  align-items: center;
  background: var(--geo-ink);
  color: #fff;
  display: grid;
  gap: 38px;
  grid-template-columns: 0.8fr 1.2fr 1fr;
  min-height: 190px;
  padding: 36px 42px;
}

.geo-citation-question {
  align-items: start;
  display: flex;
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 24px;
  gap: 12px;
  line-height: 1.25;
}

.geo-citation-question svg {
  color: var(--geo-accent);
  flex: 0 0 22px;
  height: 22px;
  margin-top: 4px;
  width: 22px;
}

.geo-citation-answer {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 32px;
}

.geo-citation-answer strong {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.geo-citation-answer p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.geo-citation-links {
  display: grid;
  gap: 8px;
}

.geo-citation-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 12px;
  text-decoration: none;
}

.geo-citation-links a:hover,
.geo-citation-links a:focus-visible {
  border-color: var(--geo-accent);
}

.geo-citation-links b {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.geo-process {
  background: var(--geo-paper);
}

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

.geo-process-grid li {
  border-right: 1px solid var(--geo-line);
  min-height: 330px;
  padding: 30px 28px;
  position: relative;
}

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

.geo-process-grid li > span {
  color: #9297a0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.geo-process-grid li > svg {
  color: #396a7e;
  display: block;
  height: 32px;
  margin: 62px 0 34px;
  width: 32px;
}

.geo-process-grid h3 {
  font-family: "Instrument Serif", "Songti SC", "SimSun", serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 12px;
}

.geo-process-grid p {
  color: var(--geo-muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

.geo-boundaries {
  background: #fff;
}

.geo-boundaries-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

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

.geo-boundary-cards article {
  background: var(--geo-paper);
  border: 1px solid var(--geo-line);
  padding: 30px;
}

.geo-boundary-cards article header {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.geo-boundary-cards article header svg {
  color: #3b7489;
  height: 22px;
  width: 22px;
}

.geo-boundary-cards h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}

.geo-boundary-cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-boundary-cards li {
  border-top: 1px solid var(--geo-line);
  color: #5f6570;
  font-size: 14px;
  line-height: 1.55;
  padding: 13px 0;
}

.geo-official-basis {
  align-items: center;
  border-bottom: 1px solid var(--geo-line);
  border-top: 1px solid var(--geo-line);
  display: grid;
  gap: 40px;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 90px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.geo-official-basis > div span {
  color: #777d87;
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.geo-official-basis > div strong {
  font-size: 16px;
  font-weight: 500;
}

.geo-official-basis nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.geo-official-basis a {
  align-items: center;
  border: 1px solid var(--geo-line);
  display: inline-flex;
  font-size: 12px;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  text-decoration: none;
}

.geo-official-basis a:hover,
.geo-official-basis a:focus-visible {
  background: var(--geo-ink);
  color: #fff;
}

.geo-official-basis svg {
  height: 13px;
  width: 13px;
}

.geo-faq {
  background: var(--geo-paper);
}

.geo-faq-layout {
  display: grid;
  gap: 110px;
  grid-template-columns: minmax(290px, 0.8fr) minmax(0, 1.2fr);
}

.geo-faq-list {
  border-top: 1px solid var(--geo-line);
  overflow: hidden;
}

.geo-faq-item {
  border-bottom: 1px solid var(--geo-line);
}

.geo-faq-item h3 {
  margin: 0;
}

.geo-faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--geo-text);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.35;
  padding: 26px 4px 26px 0;
  text-align: left;
  width: 100%;
}

.geo-faq-item button svg {
  flex: 0 0 21px;
  height: 21px;
  margin-left: 20px;
  transition: transform 180ms ease;
  width: 21px;
}

.geo-faq-item.is-open button svg {
  transform: rotate(45deg);
}

.geo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
}

.geo-faq-item.is-open .geo-faq-answer {
  max-height: 260px;
}

.geo-faq-answer p {
  color: var(--geo-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 700px;
  padding: 0 56px 28px 0;
}

.geo-enhanced [data-geo-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.geo-enhanced [data-geo-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes geoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-42%); }
}

@media (max-width: 1100px) {
  .geo-section {
    padding-bottom: 104px;
    padding-top: 104px;
  }

  .geo-hero {
    min-height: 760px;
    padding-top: 130px;
  }

  .geo-hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  }

  .geo-hero-copy h1 {
    font-size: 62px;
  }

  .geo-section-heading h2 {
    font-size: 50px;
  }

  .geo-principle-grid,
  .geo-faq-layout {
    gap: 70px;
  }

  .geo-platform-panels article {
    gap: 28px;
    grid-template-columns: 62px minmax(0, 1fr) 220px;
    padding: 48px;
  }

  .geo-platform-number {
    font-size: 58px;
  }

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

  .geo-citation-board {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .geo-citation-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }

  .geo-boundaries-grid {
    gap: 60px;
  }
}

@media (max-width: 860px) {
  .geo-container {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .geo-hero {
    padding-bottom: 104px;
  }

  .geo-hero-grid,
  .geo-principle-grid,
  .geo-faq-layout,
  .geo-boundaries-grid {
    grid-template-columns: 1fr;
  }

  .geo-hero-grid {
    gap: 64px;
  }

  .geo-hero-copy {
    max-width: 680px;
  }

  .geo-hero-copy h1 {
    font-size: 58px;
  }

  .geo-answer-demo {
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
  }

  .geo-section-heading-sticky {
    position: static;
  }

  .geo-heading-split {
    align-items: start;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .geo-platform-tabs {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  .geo-platform-tabs::-webkit-scrollbar {
    display: none;
  }

  .geo-platform-tabs button {
    flex: 0 0 190px;
  }

  .geo-platform-panels article {
    grid-template-columns: 58px 1fr;
  }

  .geo-platform-panels ul {
    grid-column: 2;
  }

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

  .geo-evidence-flow {
    height: 72px;
  }

  .geo-evidence-flow::before {
    bottom: 0;
    height: auto;
    left: 50%;
    right: auto;
    top: 0;
    width: 1px;
  }

  .geo-evidence-flow svg {
    transform: rotate(90deg);
  }

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

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

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

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

  .geo-official-basis nav {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .geo-container {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .geo-section-heading h2 {
    font-size: 40px;
    line-height: 1.08;
  }

  .geo-section-heading > p,
  .geo-heading-split > p {
    font-size: 16px;
  }

  .geo-section-heading-centered,
  .geo-heading-split {
    margin-bottom: 44px;
  }

  .geo-hero {
    min-height: 0;
    padding-bottom: 96px;
    padding-top: 106px;
  }

  .geo-hero::before {
    background-size: 64px 64px;
  }

  .geo-hero-beam {
    bottom: 100px;
    height: 380px;
    opacity: 0.54;
    width: 420px;
  }

  .geo-hero-beam-left {
    left: -230px;
  }

  .geo-hero-beam-right {
    right: -250px;
  }

  .geo-orbit-one {
    height: 330px;
    right: -170px;
    top: 410px;
    width: 500px;
  }

  .geo-orbit-two {
    display: none;
  }

  .geo-hero-grid {
    gap: 48px;
  }

  .geo-eyebrow {
    margin-bottom: 18px;
  }

  .geo-hero-copy h1 {
    font-size: 46px;
    line-height: 1.06;
    margin-bottom: 20px;
  }

  .geo-hero-copy > p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 26px;
  }

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

  .geo-button {
    width: 100%;
  }

  .geo-hero-notes {
    display: grid;
    gap: 8px;
  }

  .geo-query-bar kbd {
    display: none;
  }

  .geo-answer-card {
    padding: 22px;
  }

  .geo-answer-head {
    align-items: start;
    gap: 8px;
  }

  .geo-answer-head small {
    max-width: 118px;
    text-align: right;
  }

  .geo-answer-card h2 {
    font-size: 29px;
  }

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

  .geo-principle-grid,
  .geo-faq-layout,
  .geo-boundaries-grid {
    gap: 44px;
  }

  .geo-principle-steps li {
    gap: 12px;
    grid-template-columns: 30px 42px 1fr;
    padding: 24px 0;
  }

  .geo-principle-steps li > svg {
    height: 38px;
    padding: 9px;
    width: 38px;
  }

  .geo-principle-steps h3 {
    font-size: 21px;
  }

  .geo-platform-tabs button {
    flex-basis: 156px;
    min-height: 62px;
  }

  .geo-platform-panels article {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 22px;
  }

  .geo-platform-number {
    font-size: 44px;
  }

  .geo-platform-copy h3 {
    font-size: 34px;
  }

  .geo-platform-panels ul {
    grid-column: 1;
    margin-top: 4px;
  }

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

  .geo-scope-grid article {
    min-height: 270px;
  }

  .geo-scope-grid article > svg {
    margin-bottom: 38px;
  }

  .geo-evidence-compare article {
    min-height: 0;
    padding: 26px 22px;
  }

  .geo-evidence-compare article li {
    font-size: 15px;
  }

  .geo-citation-board {
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .geo-citation-answer {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 0;
    padding-top: 22px;
  }

  .geo-citation-links {
    grid-column: 1;
    grid-template-columns: 1fr;
  }

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

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

  .geo-process-grid li:last-child {
    border-bottom: 0;
  }

  .geo-process-grid li > svg {
    margin: 38px 0 28px;
  }

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

  .geo-official-basis {
    margin-top: 64px;
  }

  .geo-official-basis nav {
    display: grid;
  }

  .geo-official-basis a {
    justify-content: space-between;
  }

  .geo-faq-item button {
    font-size: 17px;
  }

  .geo-faq-answer p {
    font-size: 15px;
    padding-right: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-signal-track {
    animation: none;
  }

  .geo-enhanced [data-geo-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .geo-button,
  .geo-principle-steps li > svg,
  .geo-faq-answer {
    transition: none;
  }
}
