/* GEO / LLM SEO Meta-ad landing page */
.geo-meta-landing {
  --geo-whatsapp: #168a68;
  --geo-whatsapp-dark: #0f6f54;
  --geo-blue: #2f6feb;
  --geo-cream: #f5f1ec;
}

/* Explicit dark-section contrast wins over the global inner-page h2 rule. */
.geo-meta-landing .sl-dark h2,
.geo-meta-landing .sl-final h2 {
  color: #fff;
}

.geo-meta-landing .sl-dark h3,
.geo-meta-landing .sl-final h3,
.geo-meta-landing .sl-final li {
  color: #fff;
}

.geo-meta-landing .geo-hero {
  padding: 68px 0 50px;
}

.geo-meta-landing .sl-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr);
  gap: 46px;
}

.geo-meta-landing .sl-hero h1 {
  max-width: 720px;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1;
}

.geo-meta-landing .sl-lede {
  max-width: 670px;
}

.geo-choice-line {
  max-width: 680px;
  margin: -4px 0 26px;
  padding: 14px 16px;
  border-left: 3px solid var(--sl-coral);
  background: rgba(255, 255, 255, .72);
  color: var(--sl-muted);
  font-size: 14px;
  line-height: 1.5;
}

.geo-choice-line strong {
  color: var(--sl-ink);
}

.geo-case-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sl-shadow);
}

.geo-case-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 20px 22px 16px;
}

.geo-case-head .sl-card-label {
  margin-bottom: 3px;
}

.geo-case-head strong {
  display: block;
  font-size: 14px;
}

.geo-proof-badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eaf8f2;
  color: #137154;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.geo-case-card > img {
  width: 100%;
  height: auto;
  display: block;
  border-block: 1px solid var(--sl-line);
}

.geo-case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 17px 20px;
}

.geo-case-stats div {
  min-width: 0;
  padding-inline: 12px;
  border-left: 1px solid var(--sl-line);
}

.geo-case-stats div:first-child {
  padding-left: 0;
  border-left: 0;
}

.geo-case-stats strong,
.geo-case-stats span {
  display: block;
}

.geo-case-stats strong {
  font-size: 20px;
  line-height: 1.15;
}

.geo-case-stats span {
  margin-top: 3px;
  color: var(--sl-muted);
  font-size: 10.5px;
}

.geo-case-note {
  margin: 0;
  padding: 0 20px 19px;
  color: var(--sl-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

.geo-meta-landing .geo-proof-grid {
  grid-template-columns: 1.25fr repeat(3, 1fr);
}

.geo-problem-focus {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 70px;
  align-items: end;
  padding: 34px 0 8px;
  border-top: 1px solid var(--sl-line);
}

.geo-problem-focus h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.058em;
}

.geo-problem-focus p {
  margin: 0 0 20px;
  color: var(--sl-muted);
  font-size: 17px;
  line-height: 1.6;
}

.geo-problem-goal {
  display: block;
  padding: 17px 18px;
  border-left: 3px solid var(--sl-coral);
  background: var(--sl-coral-soft);
  color: var(--sl-ink);
  font-size: 13px;
  line-height: 1.45;
}

.geo-buyer-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  margin: 0 0 13px;
  padding: 16px 17px;
  border: 1px solid var(--sl-line);
  border-radius: 13px;
  background: #fff;
  color: var(--sl-ink);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.geo-buyer-stat:hover {
  border-color: rgba(216, 58, 46, .35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.geo-buyer-stat > strong {
  grid-row: 1 / span 2;
  color: var(--sl-coral);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.05em;
}

.geo-buyer-stat > span {
  color: var(--sl-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.geo-buyer-stat > small {
  color: var(--sl-muted);
  font-size: 9px;
  font-weight: 700;
}

.geo-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.geo-package {
  padding: 34px;
}

.geo-package h3 {
  margin-top: 12px;
  font-size: 28px;
  letter-spacing: -.035em;
}

.geo-package-flags {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.geo-ai-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--sl-ink);
  color: #fff;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-package-commercial {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  margin: 12px 0 17px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sl-line);
}

.geo-package-commercial strong {
  color: var(--sl-ink);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.045em;
}

.geo-package-commercial span {
  color: var(--sl-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.geo-package .sl-package-desc {
  min-height: 0;
  font-size: 15px;
}

.geo-package-owner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 4px 0 17px;
  padding: 13px 15px;
  border-radius: 12px;
  background: var(--sl-soft);
}

.geo-package.is-featured .geo-package-owner {
  background: var(--sl-coral-soft);
}

.geo-package-owner span {
  color: var(--sl-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-package-owner strong {
  text-align: right;
  font-size: 13px;
}

.geo-package .sl-package-price {
  margin-top: auto;
}

.geo-package-guarantee {
  margin-top: auto;
  margin-bottom: 18px;
  padding: 16px 17px;
  border: 1px solid rgba(216, 58, 46, .18);
  border-radius: 12px;
  background: var(--sl-coral-soft);
}

.geo-package-guarantee span,
.geo-package-guarantee strong {
  display: block;
}

.geo-package-guarantee span {
  margin-bottom: 4px;
  color: var(--sl-coral);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.geo-package-guarantee strong {
  color: var(--sl-ink);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.geo-package-guarantee p {
  margin: 6px 0 0;
  color: var(--sl-muted);
  font-size: 13px;
  line-height: 1.5;
}

.geo-package-guarantee.is-strong {
  border-color: rgba(216, 58, 46, .32);
  background: linear-gradient(135deg, var(--sl-coral-soft), #fff);
}

.geo-package-note {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.geo-after-submit {
  margin-top: 42px;
  padding: 34px;
  border: 1px solid var(--sl-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .07);
}

.geo-after-submit-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 52px;
  align-items: end;
  margin-bottom: 28px;
}

.geo-after-submit-head h3 {
  max-width: 650px;
  margin: 0;
  color: var(--sl-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.geo-after-submit-head > p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 14px;
  line-height: 1.65;
}

.geo-after-submit-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-after-submit-flow li {
  position: relative;
  min-width: 0;
  min-height: 192px;
  padding: 19px;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f8f9fb);
}

.geo-after-submit-flow li::after {
  position: absolute;
  width: 88px;
  height: 88px;
  right: -42px;
  bottom: -48px;
  border: 1px solid rgba(216, 58, 46, .11);
  border-radius: 50%;
  content: "";
}

.geo-step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.geo-step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(216, 58, 46, .18);
  border-radius: 14px;
  background: var(--sl-coral-soft);
  color: var(--sl-coral);
}

.geo-step-icon svg {
  width: 25px;
  height: 25px;
}

.geo-step-number {
  color: var(--sl-coral);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.geo-after-submit-flow strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  color: var(--sl-ink);
  font-size: 16px;
  line-height: 1.25;
}

.geo-after-submit-flow p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--sl-muted);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.65;
}

.geo-after-submit-action {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.geo-after-submit-action p {
  max-width: 600px;
  margin: 0;
  color: var(--sl-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.geo-after-submit-action strong {
  color: var(--sl-ink);
}

.geo-after-submit-action .sl-btn {
  flex: 0 0 auto;
}

.geo-process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(216, 58, 46, .16), transparent 31%),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--sl-dark) !important;
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.geo-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}

.geo-process-intro h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: -.055em;
}

.geo-process-summary > p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.62;
}

.geo-process-principle {
  padding: 17px 19px;
  border: 1px solid rgba(255, 141, 132, .25);
  border-left: 3px solid #ff8d84;
  border-radius: 0 12px 12px 0;
  background: rgba(255, 255, 255, .045);
}

.geo-process-principle strong,
.geo-process-principle span {
  display: block;
}

.geo-process-principle strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13.5px;
}

.geo-process-principle span {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.5;
}

.geo-method-counts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
  border-block: 1px solid rgba(255, 255, 255, .14);
}

.geo-method-counts div {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 20px 22px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.geo-method-counts div:first-child {
  border-left: 0;
}

.geo-method-counts strong {
  color: #ff8d84;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
}

.geo-method-counts span {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

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

.geo-phase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 425px;
  padding: 27px 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
}

.geo-phase-card:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 43px;
  right: -19px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 141, 132, .4);
  border-radius: 50%;
  background: var(--sl-dark);
  color: #ff8d84;
  content: "→";
  font-size: 12px;
}

.geo-phase-number {
  display: block;
  margin-bottom: 33px;
  color: #ff8d84;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.geo-phase-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.geo-phase-card > p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .67);
  font-size: 13px;
  line-height: 1.58;
}

.geo-phase-gate {
  margin-top: auto;
  padding: 15px;
  border-left: 2px solid #ff8d84;
  background: rgba(255, 141, 132, .07);
}

.geo-phase-gate span,
.geo-phase-gate strong {
  display: block;
}

.geo-phase-gate span {
  margin-bottom: 5px;
  color: #ff8d84;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-phase-gate strong {
  color: rgba(255, 255, 255, .88);
  font-size: 11.5px;
  line-height: 1.45;
}

.geo-phase-exit {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, .66);
  font-size: 10.5px;
  line-height: 1.4;
}

.geo-loop-block {
  margin-top: 22px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.geo-loop-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 22px;
}

.geo-loop-head span {
  display: block;
  margin-bottom: 4px;
  color: #ff8d84;
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-loop-head h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -.035em;
}

.geo-loop-head > p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.geo-operating-loop {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-operating-loop li {
  position: relative;
  min-width: 0;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-left: 0;
  background: rgba(255, 255, 255, .03);
}

.geo-operating-loop li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .11);
  border-radius: 12px 0 0 12px;
}

.geo-operating-loop li:last-child {
  border-radius: 0 12px 12px 0;
}

.geo-operating-loop li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -5px;
  color: #ff8d84;
  content: "›";
  transform: translateY(-50%);
}

.geo-operating-loop span,
.geo-operating-loop strong {
  display: block;
}

.geo-operating-loop span {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  font-weight: 850;
}

.geo-operating-loop strong {
  color: #fff;
  font-size: 11.5px;
}

.geo-operating-loop .is-return {
  border-color: rgba(255, 141, 132, .28);
  background: rgba(255, 141, 132, .09);
}

.geo-agent-system {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: 14px;
  margin-top: 22px;
  padding: 14px;
  border-radius: 19px;
  background: #fff;
}

.geo-system-operator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(216, 58, 46, .2);
  border-radius: 15px;
  background: linear-gradient(145deg, #fff, var(--sl-coral-soft));
  color: var(--sl-ink);
}

.geo-system-operator > span {
  margin-bottom: 9px;
  color: var(--sl-coral);
  font-size: 9.5px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-meta-landing .geo-system-operator h3 {
  margin: 0 0 10px;
  color: var(--sl-ink);
  font-size: 24px;
  letter-spacing: -.04em;
}

.geo-system-operator p {
  margin: 0 0 20px;
  color: var(--sl-muted);
  font-size: 13px;
  line-height: 1.55;
}

.geo-system-operator > strong {
  padding-top: 15px;
  border-top: 1px solid rgba(15, 23, 42, .11);
  color: var(--sl-ink);
  font-size: 11.5px;
}

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

.geo-agent-loops > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 1px 10px;
  align-content: center;
  padding: 15px;
  border: 1px solid var(--sl-line);
  border-radius: 12px;
  background: #fff;
}

.geo-agent-loops > div:last-child {
  grid-column: 1 / -1;
}

.geo-agent-loops span {
  grid-row: 1 / span 2;
  color: var(--sl-coral);
  font-size: 9px;
  font-weight: 900;
}

.geo-agent-loops strong {
  color: var(--sl-ink);
  font-size: 12.5px;
}

.geo-agent-loops p {
  margin: 2px 0 0;
  color: var(--sl-muted);
  font-size: 10.5px;
}

.geo-human-gates {
  display: grid;
  grid-template-columns: minmax(210px, .26fr) minmax(0, .74fr);
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 141, 132, .28);
  border-radius: 16px;
  background: rgba(255, 141, 132, .055);
}

.geo-gates-title span,
.geo-gates-title strong {
  display: block;
}

.geo-gates-title span {
  margin-bottom: 4px;
  color: #ff8d84;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-gates-title strong {
  color: #fff;
  font-size: 18px;
}

.geo-human-gates ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-human-gates li {
  min-width: 0;
  padding: 10px 12px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 750;
}

.geo-human-gates li span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .4);
  font-size: 8.5px;
}

.geo-method-links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  margin-top: 18px;
}

.geo-method-links a {
  color: #ff8d84;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.geo-method-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.geo-package-paths {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  color: var(--sl-ink);
}

.geo-package-paths article {
  padding: 7px 10px;
}

.geo-package-paths article > span,
.geo-package-paths article > strong {
  display: block;
}

.geo-package-paths article > span {
  margin-bottom: 5px;
  color: var(--sl-coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.geo-package-paths article > strong {
  font-size: 18px;
}

.geo-package-paths article > p {
  margin: 6px 0 0;
  color: var(--sl-muted);
  font-size: 12.5px;
}

.geo-package-paths > div {
  color: var(--sl-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-simple-method-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 36px;
}

.geo-simple-method-head h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.01;
  letter-spacing: -.055em;
}

.geo-method-lede {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.62;
}

.geo-method-owner {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 19px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.geo-method-owner img {
  width: 96px;
  height: 112px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center 22%;
}

.geo-method-owner span {
  display: block;
  margin-bottom: 5px;
  color: #ff8d84;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-method-owner h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 21px;
  letter-spacing: -.035em;
}

.geo-method-owner p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  line-height: 1.5;
}

.geo-method-owner a {
  color: #ff8d84;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.geo-method-owner a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.geo-simple-phase {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  padding: 26px 23px 23px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 2px solid rgba(255, 141, 132, .82);
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
}

.geo-simple-phase > span {
  display: block;
  margin-bottom: 29px;
  color: #ff8d84;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.geo-simple-phase h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.geo-simple-phase p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.57;
}

.geo-simple-phase > strong {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  line-height: 1.45;
}

.geo-agent-note {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: 32px;
  align-items: center;
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 141, 132, .25);
  border-left: 3px solid #ff8d84;
  border-radius: 0 15px 15px 0;
  background: rgba(255, 141, 132, .06);
}

.geo-agent-note span {
  display: block;
  margin-bottom: 5px;
  color: #ff8d84;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-agent-note h3 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.geo-agent-note p {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: 12.5px;
  line-height: 1.6;
}

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

.geo-result-card {
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
}

.geo-result-image {
  overflow: hidden;
  border-bottom: 1px solid var(--sl-line);
  background: #f7f8fa;
}

.geo-result-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .25s ease;
}

.geo-result-card:hover .geo-result-image img {
  transform: scale(1.015);
}

.geo-result-body {
  padding: 24px 25px 27px;
}

.geo-result-body > span {
  display: block;
  margin-bottom: 10px;
  color: var(--sl-coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.geo-result-body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.geo-result-body p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 13.5px;
}

.geo-disclosure {
  max-width: 100%;
  margin-top: 24px;
}

.geo-experience {
  padding-top: 32px;
  background: #fff;
}

.geo-experience-card {
  display: grid;
  grid-template-columns: minmax(220px, .3fr) minmax(0, .7fr);
  gap: 42px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 7%, rgba(216, 58, 46, .21), transparent 32%),
    var(--sl-ink);
  color: #fff;
}

.geo-experience-photo {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 16px;
  background: #1a2438;
}

.geo-experience-photo::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(9, 17, 32, .95));
  content: "";
}

.geo-experience-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 23%;
}

.geo-experience-photo > div {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.geo-experience-photo strong,
.geo-experience-photo span,
.geo-experience-photo a {
  display: block;
}

.geo-experience-photo strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 20px;
}

.geo-experience-photo span {
  color: rgba(255, 255, 255, .67);
  font-size: 10.5px;
  line-height: 1.45;
}

.geo-experience-photo a {
  margin-top: 9px;
  color: #ff8d84;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.geo-experience-content {
  padding: 22px 24px 18px 0;
}

.geo-experience-content h2 {
  max-width: 880px;
  margin: 0 0 17px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.052em;
}

.geo-experience-content > p:not(.sl-kicker):not(.geo-experience-disclosure):not(.geo-experience-focus) {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.6;
}

.geo-experience-model {
  margin: 21px 0;
  padding: 17px 19px;
  border: 1px solid rgba(255, 141, 132, .3);
  border-left: 3px solid #ff8d84;
  background: rgba(255, 141, 132, .07);
}

.geo-experience-model strong {
  display: block;
  color: #fff;
  font-size: clamp(15px, 1.55vw, 21px);
  line-height: 1.15;
  letter-spacing: -.025em;
  white-space: nowrap;
}

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

.geo-outcomes div {
  min-height: 88px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px;
  background: rgba(255, 255, 255, .04);
}

.geo-outcomes strong,
.geo-outcomes span {
  display: block;
}

.geo-outcomes strong {
  margin-bottom: 4px;
  color: #ff8d84;
  font-size: 21px;
  line-height: 1;
  letter-spacing: -.035em;
}

.geo-outcomes span {
  color: rgba(255, 255, 255, .62);
  font-size: 9.5px;
  line-height: 1.4;
}

.geo-experience-disclosure {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .47);
  font-size: 9.5px;
  line-height: 1.5;
}

.geo-experience-focus {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.5;
}

.geo-network-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 8%, rgba(216, 58, 46, .10), transparent 30%),
    linear-gradient(rgba(15, 23, 42, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .025) 1px, transparent 1px),
    var(--sl-soft);
  background-size: auto, 88px 88px, 88px 88px, auto;
}

.geo-network-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.geo-network-head h2 {
  margin: 0;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
}

.geo-network-head > p:last-child {
  max-width: 650px;
  margin: 19px 0 0;
  color: var(--sl-muted);
  font-size: 16px;
  line-height: 1.6;
}

.geo-agent-map {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 72px rgba(15, 23, 42, .08);
}

.geo-agent-diagram {
  padding: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(216, 58, 46, .09), transparent 28%),
    linear-gradient(rgba(15, 23, 42, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, .025) 1px, transparent 1px),
    #f8f9fb;
  background-size: auto, 64px 64px, 64px 64px, auto;
}

.geo-agent-core {
  display: grid;
  grid-template-columns: minmax(150px, .6fr) minmax(220px, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 108px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-left: 4px solid #ef4234;
  border-radius: 17px;
  background: var(--sl-ink);
  color: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, .13);
}

.geo-agent-core span,
.geo-agent-core strong,
.geo-agent-core small,
.geo-agent-node span,
.geo-agent-node strong {
  display: block;
}

.geo-agent-core span {
  color: #ff8d84;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-agent-core strong {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.geo-agent-core small {
  color: rgba(255, 255, 255, .83);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
}

.geo-agent-nodes {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.geo-agent-node {
  grid-column: span 3;
  display: flex;
  min-height: 192px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 20px;
  border: 1px solid #dfe4eb;
  border-radius: 16px;
  background: #fff;
  color: var(--sl-ink);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}

.geo-agent-node:nth-child(n+5) { grid-column: span 4; }

.geo-agent-node span {
  margin-bottom: 20px;
  color: var(--sl-coral);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-agent-node strong {
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.geo-agent-node p {
  margin: auto 0 0;
  padding-top: 18px;
  color: var(--sl-muted);
  font-size: 11.5px;
  line-height: 1.5;
}

.geo-agent-map figcaption {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border-top: 1px solid var(--sl-line);
  background: var(--sl-ink);
  color: #fff;
  text-align: center;
}

.geo-agent-map figcaption strong { font-size: 13px; }
.geo-agent-map figcaption span { color: rgba(255, 255, 255, .66); font-size: 12px; }

.geo-recommendations {
  background:
    radial-gradient(circle at 6% 15%, rgba(216, 58, 46, .08), transparent 25%),
    #fff;
}

.geo-recommendations-head {
  align-items: center;
}

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

.geo-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  margin: 0;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--sl-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .065);
}

.geo-testimonial-card::before {
  position: absolute;
  top: 12px;
  right: 24px;
  color: var(--sl-coral-soft);
  content: "“";
  font-family: Georgia, serif;
  font-size: 116px;
  line-height: 1;
  pointer-events: none;
}

.geo-testimonial-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0 0 34px;
  color: var(--sl-ink);
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: -.035em;
}

.geo-testimonial-card figcaption strong,
.geo-testimonial-card figcaption span {
  display: block;
}

.geo-testimonial-card figcaption strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.geo-testimonial-card figcaption > span {
  color: var(--sl-muted);
  font-size: 11.5px;
}

.geo-testimonial-card figcaption a,
.geo-inline-link {
  display: inline-block;
  margin-top: 15px;
  color: var(--sl-coral);
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
}

.geo-inline-link {
  margin-top: 22px;
}

.geo-testimonial-card figcaption a:hover,
.geo-inline-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.geo-faq-space {
  height: 26px;
}

.geo-reading {
  background: var(--geo-cream);
}

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

.geo-article-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  color: var(--sl-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.geo-article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 58, 46, .35);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}

.geo-article-card > span {
  color: var(--sl-coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-article-card h3 {
  margin: 58px 0 13px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.geo-article-card p {
  margin: 0 0 28px;
  color: var(--sl-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.geo-article-card strong {
  margin-top: auto;
  color: var(--sl-ink);
  font-size: 12px;
}

.geo-reading-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, .12);
  color: var(--sl-muted);
  font-size: 12.5px;
}

.geo-reading-footer a {
  color: var(--sl-coral);
  font-weight: 800;
  text-decoration: none;
}

.geo-final {
  text-align: left;
}

.geo-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 60px;
  align-items: center;
}

.geo-final .sl-kicker {
  color: #ff8d84;
}

.geo-final h2,
.geo-final p {
  margin-inline: 0;
}

.geo-final h2 {
  max-width: 780px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
}

.geo-final p {
  max-width: 650px;
  color: rgba(255, 255, 255, .72);
}

.geo-message-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .06);
}

.geo-message-card > span {
  color: #ff8d84;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.geo-message-card ol {
  margin: 18px 0;
  padding-left: 24px;
}

.geo-message-card li {
  padding: 5px 0;
  font-weight: 750;
}

.geo-message-card p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

@media (max-width: 980px) {
  .geo-meta-landing .sl-hero-grid,
  .geo-process-intro,
  .geo-operator-grid,
  .geo-final-grid {
    grid-template-columns: 1fr;
  }

  .geo-meta-landing .sl-hero-grid {
    gap: 38px;
  }

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

  .geo-operator-grid,
  .geo-final-grid {
    gap: 34px;
  }

  .geo-process-intro {
    gap: 24px;
  }

  .geo-problem-focus {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .geo-problem-focus {
    align-items: start;
  }

  .geo-after-submit-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .geo-agent-diagram {
    padding: 14px;
  }

  .geo-agent-core {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 22px 24px;
  }

  .geo-agent-core small { text-align: left; }

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

  .geo-agent-node,
  .geo-agent-node:nth-child(n+5),
  .node-market,
  .node-prompt,
  .node-content,
  .node-production,
  .node-technical,
  .node-authority,
  .node-measure {
    grid-column: auto;
    min-height: 170px;
  }

  .geo-experience-card {
    grid-template-columns: minmax(210px, .32fr) minmax(0, .68fr);
    gap: 28px;
  }

  .geo-experience-content {
    padding-right: 10px;
  }

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

  .geo-simple-method-head {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .geo-method-owner {
    max-width: 620px;
  }

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

  .geo-simple-phase {
    min-height: 290px;
  }

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

  .geo-phase-card {
    min-height: 385px;
  }

  .geo-phase-card::after {
    display: none !important;
  }

  .geo-operating-loop {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .geo-operating-loop li,
  .geo-operating-loop li:first-child,
  .geo-operating-loop li:last-child {
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 10px;
  }

  .geo-operating-loop li:not(:last-child)::after {
    display: none;
  }

  .geo-agent-system,
  .geo-human-gates {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .geo-meta-landing .sl-mobile-cta {
    display: none;
  }

  .geo-meta-landing .sl-mobile-cta.is-visible {
    display: flex;
  }

  .geo-meta-landing .geo-hero {
    padding-top: 48px;
  }

  .geo-meta-landing .sl-hero h1 {
    font-size: clamp(40px, 11.5vw, 52px);
    letter-spacing: -.055em;
  }

  .geo-choice-line {
    font-size: 13px;
  }

  .geo-problem-focus {
    gap: 19px;
    padding-top: 25px;
  }

  .geo-problem-focus h2 {
    font-size: clamp(38px, 10.8vw, 50px);
  }

  .geo-problem-focus p {
    font-size: 15px;
  }

  .geo-package-flags {
    display: grid;
    justify-items: start;
  }

  .geo-package-commercial {
    display: grid;
    gap: 6px;
  }

  .geo-package-commercial strong {
    font-size: 28px;
  }

  .geo-case-head {
    align-items: flex-start;
  }

  .geo-case-stats {
    padding-inline: 15px;
  }

  .geo-case-stats div {
    padding-inline: 9px;
  }

  .geo-case-stats strong {
    font-size: 17px;
  }

  .geo-meta-landing .geo-proof-grid,
  .geo-package-grid,
  .geo-case-grid,
  .geo-testimonial-grid,
  .geo-reading-grid {
    grid-template-columns: 1fr;
  }

  .geo-after-submit {
    margin-top: 32px;
    padding: 25px 20px;
  }

  .geo-after-submit-flow {
    grid-template-columns: 1fr;
  }

  .geo-after-submit-flow li {
    min-height: 0;
    padding: 18px;
  }

  .geo-step-top {
    margin-bottom: 16px;
  }

  .geo-after-submit-action {
    display: grid;
  }

  .geo-after-submit-action .sl-btn {
    width: 100%;
  }

  .geo-process-intro h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .geo-simple-method-head {
    gap: 22px;
    margin-bottom: 27px;
  }

  .geo-simple-method-head h2 {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .geo-method-lede {
    margin-top: 16px;
    font-size: 15px;
  }

  .geo-method-owner {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 13px;
  }

  .geo-method-owner img {
    width: 76px;
    height: 92px;
    border-radius: 11px;
  }

  .geo-method-owner h3 {
    font-size: 19px;
  }

  .geo-method-owner p {
    font-size: 11px;
  }

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

  .geo-simple-phase {
    min-height: 0;
    padding: 23px 20px 21px;
  }

  .geo-simple-phase > span {
    margin-bottom: 19px;
  }

  .geo-simple-phase h3 {
    font-size: 23px;
  }

  .geo-simple-phase p {
    font-size: 13.5px;
  }

  .geo-agent-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 18px;
  }

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

  .geo-method-counts div {
    padding: 17px 14px;
  }

  .geo-method-counts div:nth-child(odd) {
    border-left: 0;
  }

  .geo-method-counts div:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .geo-method-counts strong {
    font-size: 26px;
  }

  .geo-method-counts span {
    font-size: 9px;
  }

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

  .geo-phase-card {
    min-height: 0;
    padding: 24px 21px;
  }

  .geo-phase-number {
    margin-bottom: 22px;
  }

  .geo-phase-card > p {
    font-size: 13.5px;
  }

  .geo-loop-block {
    padding: 21px 16px;
  }

  .geo-loop-head {
    display: grid;
    gap: 10px;
  }

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

  .geo-operating-loop .is-return {
    grid-column: 1 / -1;
  }

  .geo-agent-system {
    padding: 9px;
  }

  .geo-system-operator {
    padding: 24px 20px;
  }

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

  .geo-agent-loops > div:last-child {
    grid-column: auto;
  }

  .geo-human-gates {
    padding: 20px 17px;
  }

  .geo-human-gates ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .geo-human-gates li {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
  }

  .geo-human-gates li:last-child {
    grid-column: 1 / -1;
  }

  .geo-method-links {
    display: grid;
    gap: 9px;
    justify-content: stretch;
  }

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

  .geo-package-paths > div {
    padding-left: 10px;
  }

  .geo-package {
    padding: 26px 22px;
  }

  .geo-package h3 {
    font-size: 25px;
  }

  .geo-package-owner {
    display: grid;
  }

  .geo-package-owner strong {
    text-align: left;
  }

  .geo-result-body {
    padding: 21px;
  }

  .geo-result-body h3 {
    font-size: 20px;
  }

  .geo-experience {
    padding-top: 20px;
  }

  .geo-experience-card {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px;
  }

  .geo-experience-photo {
    min-height: 360px;
  }

  .geo-experience-content {
    padding: 23px 9px 14px;
  }

  .geo-experience-content h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .geo-experience-model {
    padding: 16px;
  }

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

  .geo-outcomes div {
    min-height: 92px;
  }

  .geo-network-head h2 { font-size: clamp(38px, 11vw, 52px); }

  .geo-network-head > p:last-child { font-size: 15px; }

  .geo-experience-model strong { white-space: normal; }

  .geo-agent-diagram { padding: 10px; }

  .geo-agent-core { padding: 20px; }

  .geo-agent-nodes { grid-template-columns: 1fr; gap: 9px; }

  .geo-agent-node,
  .node-market,
  .node-prompt,
  .node-content,
  .node-production,
  .node-technical,
  .node-authority,
  .node-measure {
    min-height: 0;
  }

  .geo-agent-node span { margin-bottom: 13px; }

  .geo-agent-node p { margin-top: 14px; padding-top: 0; }

  .geo-agent-map figcaption { display: grid; gap: 4px; }

  .geo-testimonial-card {
    min-height: 270px;
    padding: 28px 23px;
  }

  .geo-testimonial-card blockquote {
    font-size: 24px;
  }

  .geo-article-card {
    min-height: 285px;
    padding: 24px 22px;
  }

  .geo-article-card h3 {
    margin-top: 42px;
  }

  .geo-reading-footer {
    display: grid;
  }

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

  .geo-final {
    padding-bottom: 118px;
  }

  .geo-message-card {
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-result-image img {
    transition: none;
  }
}
