.weswoo-geo {
  --geo-ink: #18181b;
  --geo-text: #5d6167;
  --geo-muted: #858a82;
  --geo-line: #d9e0c5;
  --geo-soft: #f6f8f1;
  --geo-soft-blue: #f3f8e8;
  --geo-blue: #708f22;
  --geo-cyan: #b1e346;
  --geo-lime: #c4f241;
  --geo-night: #131410;
  --geo-night-soft: #212220;
  --geo-white: #ffffff;
  color: var(--geo-text);
  background: var(--geo-white);
  overflow: hidden;
}

/* The site-wide Blackhole badge obscures the GEO diagrams at desktop breakpoints. */
#blackhole-container {
  display: none !important;
}

.dark .weswoo-geo {
  --geo-ink: #f6f8f1;
  --geo-text: #bfc4b9;
  --geo-muted: #8e9389;
  --geo-line: #373935;
  --geo-soft: #191a17;
  --geo-soft-blue: #25291f;
  --geo-white: #131410;
  background: var(--geo-white);
}

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

.weswoo-geo h1,
.weswoo-geo h2,
.weswoo-geo h3,
.weswoo-geo p {
  margin-top: 0;
}

.weswoo-geo h1,
.weswoo-geo h2,
.weswoo-geo h3 {
  color: var(--geo-ink);
}

.weswoo-geo h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(42px, 4.25vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.weswoo-geo h1 em {
  color: var(--geo-blue);
  font-style: normal;
}

.weswoo-geo h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.weswoo-geo h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.35;
}

.weswoo-geo p,
.weswoo-geo li {
  font-size: 16px;
  line-height: 1.8;
}

.geo-section {
  position: relative;
  padding: 132px 0;
}

.geo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--geo-ink);
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.geo-eyebrow > span {
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--geo-blue), var(--geo-cyan));
}

.geo-eyebrow--light {
  color: #dfe5d9;
}

.geo-section-heading {
  max-width: 820px;
}

.geo-section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.geo-section-heading--center {
  margin: 0 auto 66px;
  text-align: center;
}

.geo-section-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.geo-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

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

.geo-button:focus-visible,
.geo-text-link:focus-visible,
.geo-faq summary:focus-visible {
  outline: 3px solid rgba(177, 227, 70, 0.38);
  outline-offset: 3px;
}

.geo-button--primary {
  color: #ffffff;
  background: var(--geo-ink);
}

.geo-button--primary:hover {
  color: #18181b;
  background: var(--geo-lime);
}

.dark .geo-button--primary {
  color: #131410;
  background: #ffffff;
}

.geo-button--secondary {
  color: var(--geo-ink);
  border-color: var(--geo-line);
  background: rgba(255, 255, 255, 0.7);
}

.dark .geo-button--secondary {
  background: rgba(17, 26, 45, 0.72);
}

.geo-button--light {
  color: #131410;
  background: #ffffff;
}

.geo-button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

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

.geo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--geo-ink);
  font-weight: 650;
  text-decoration: none;
}

.geo-text-link span {
  color: var(--geo-blue);
  transition: transform 220ms ease;
}

.geo-text-link:hover span,
.geo-button:hover span {
  transform: translate(2px, -1px);
}

.geo-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(110px);
}

.geo-glow--hero {
  top: -190px;
  left: 50%;
  width: 780px;
  height: 360px;
  transform: translateX(-50%);
  background: rgba(177, 227, 70, 0.22);
}

.geo-hero {
  position: relative;
  padding: 220px 0 132px;
  background:
    linear-gradient(90deg, rgba(112, 143, 34, 0.07) 1px, transparent 1px),
    linear-gradient(rgba(112, 143, 34, 0.07) 1px, transparent 1px),
    var(--geo-white);
  background-size: 54px 54px;
}

.geo-hero::after {
  position: absolute;
  right: -140px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(112, 143, 34, 0.16);
  border-radius: 50%;
  content: "";
}

.geo-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 72px;
}

.geo-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--geo-text);
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.geo-consult-note {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--geo-muted);
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.geo-consult-note span {
  margin-right: 8px;
  color: var(--geo-cyan);
}

.geo-visual-frame {
  --geo-tilt-x: 0deg;
  --geo-tilt-y: 0deg;
  --geo-pointer-x: 50%;
  --geo-pointer-y: 50%;
  position: relative;
  padding: 14px;
  border: 1px solid rgba(112, 143, 34, 0.2);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 34px 90px rgba(29, 35, 19, 0.17);
  backdrop-filter: blur(12px);
  transform: perspective(1100px) rotateX(var(--geo-tilt-x)) rotateY(var(--geo-tilt-y));
  transform-style: preserve-3d;
  transition: transform 500ms cubic-bezier(.22, 1, .36, 1), box-shadow 500ms ease;
  will-change: transform;
}

.dark .geo-visual-frame {
  background: rgba(17, 26, 45, 0.72);
}

.geo-visual-frame::before {
  position: absolute;
  inset: 26px;
  z-index: -1;
  border-radius: 26px;
  background: rgba(177, 227, 70, 0.18);
  filter: blur(38px);
  content: "";
}

.geo-visual-frame::after {
  position: absolute;
  inset: 14px;
  z-index: 1;
  border-radius: 22px;
  background: radial-gradient(circle at var(--geo-pointer-x) var(--geo-pointer-y), rgba(196, 242, 65, 0.19), transparent 29%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.geo-visual-frame.is-pointer-active {
  box-shadow: 0 42px 110px rgba(29, 35, 19, 0.22);
  transition-duration: 100ms;
}

.geo-visual-frame.is-pointer-active::after {
  opacity: 1;
}

.geo-discovery-map {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}

.geo-discovery-map__bar {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border-bottom: 1px solid #e8ebdf;
  color: #83887f;
}

.geo-discovery-map__bar > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9ddd2;
}

.geo-discovery-map__bar > span:first-child {
  background: var(--geo-lime);
}

.geo-discovery-map__bar b {
  margin-left: 7px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.geo-discovery-map__body {
  display: grid;
  grid-template-columns: minmax(125px, 0.78fr) 74px minmax(170px, 1fr);
  min-height: 402px;
  align-items: center;
  gap: 14px;
  padding: 30px 24px 20px;
  background:
    linear-gradient(90deg, rgba(112, 143, 34, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(112, 143, 34, 0.055) 1px, transparent 1px),
    #fbfcf8;
  background-size: 28px 28px;
}

.geo-discovery-map__store,
.geo-discovery-map__answer {
  position: relative;
  border: 1px solid #e1e5da;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 38, 20, 0.1);
}

.geo-discovery-map__store {
  padding: 13px;
}

.geo-discovery-map__store > p {
  margin-bottom: 10px;
  color: #687064;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.geo-discovery-map__shot {
  height: 238px;
  overflow: hidden;
  border-radius: 11px;
  background: #f4f5f0;
}

.geo-discovery-map__shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 2.4s cubic-bezier(.22, 1, .36, 1);
}

.geo-visual-frame:hover .geo-discovery-map__shot img {
  transform: scale(1.035) translateY(-5px);
}

.geo-discovery-map__store > span {
  display: inline-flex;
  margin-top: 11px;
  padding: 5px 8px;
  border-radius: 99px;
  color: #4f5c37;
  background: #f0f6e3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.geo-discovery-map__route {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 8px;
  color: #6c8d1c;
}

.geo-discovery-map__route i {
  position: relative;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: #ced9b6;
}

.geo-discovery-map__route i::after {
  position: absolute;
  top: -1px;
  left: -30%;
  width: 34%;
  height: 3px;
  border-radius: 99px;
  background: var(--geo-lime);
  content: "";
}

.geo-discovery-map__route b {
  padding: 6px 8px;
  border: 1px solid #d9e4c2;
  border-radius: 99px;
  background: #ffffff;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.geo-discovery-map__answer {
  padding: 18px;
}

.geo-discovery-map__answer-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #18181b;
}

.geo-discovery-map__answer-head svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 9px;
  color: #18181b;
  background: var(--geo-lime);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.geo-discovery-map__answer-head strong {
  font-size: 12px;
}

.geo-answer-line {
  display: block;
  width: 76%;
  height: 7px;
  margin-bottom: 8px;
  border-radius: 99px;
  background: #e9ece4;
}

.geo-answer-line--long {
  width: 100%;
}

.geo-answer-line--short {
  width: 56%;
  margin-bottom: 23px;
}

.geo-source-chip {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-top: 1px solid #e8ebdf;
  color: #52594e;
}

.geo-source-chip b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  color: #607c1d;
  background: #f1f7e5;
  font-size: 8px;
}

.geo-source-chip span {
  font-size: 10px;
  font-weight: 650;
}

.geo-discovery-map__caption {
  margin: 0;
  padding: 11px 18px 13px;
  color: #858a82;
  background: #ffffff;
  font-size: 9px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.geo-float-card {
  position: absolute;
  min-width: 174px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 14px;
  color: #5d6167;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 42px rgba(33, 38, 24, 0.15);
  backdrop-filter: blur(12px);
  transform: translateZ(34px);
  will-change: transform;
}

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

.geo-float-card span {
  margin-bottom: 3px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geo-float-card strong {
  color: #18181b;
  font-size: 13px;
  font-weight: 650;
}

.geo-float-card--top {
  top: 36px;
  right: -34px;
}

.geo-float-card--bottom {
  bottom: 30px;
  left: -42px;
}

.geo-paths {
  background: var(--geo-soft);
}

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

.geo-path-card {
  --geo-pointer-x: 50%;
  --geo-pointer-y: 50%;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 42px;
  border: 1px solid var(--geo-line);
  border-radius: 28px;
  background: var(--geo-white);
  transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms cubic-bezier(.22, 1, .36, 1);
}

.geo-path-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--geo-pointer-x) var(--geo-pointer-y), rgba(177, 227, 70, 0.18), transparent 34%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.geo-path-card.is-pointer-active::before,
.geo-path-card:hover::before {
  opacity: 1;
}

.geo-path-card.aos-animate:hover,
.geo-path-card:not([data-aos]):hover {
  border-color: rgba(112, 143, 34, 0.34);
  box-shadow: 0 26px 66px rgba(31, 38, 20, 0.13);
  transform: translateY(-7px);
}

.geo-path-card > * {
  position: relative;
  z-index: 1;
}

.geo-path-card::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(177, 227, 70, 0.1);
  content: "";
}

.geo-path-card--catalog {
  background: linear-gradient(145deg, #fbfcf8 0%, #f3f8e8 100%);
}

.dark .geo-path-card--catalog {
  background: linear-gradient(145deg, #212220 0%, #171815 100%);
}

.geo-path-card--web {
  color: #bcc1b6;
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--geo-night);
}

.geo-path-card--web h3,
.geo-path-card--web .geo-card-kicker,
.geo-path-card--web .geo-text-link {
  color: #ffffff;
}

.geo-path-card--web p,
.geo-path-card--web li {
  color: #bcc1b6;
}

.geo-path-card__number {
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(112, 143, 34, 0.24);
  font-size: 78px;
  font-weight: 700;
  line-height: 1;
}

.geo-path-card--web .geo-path-card__number {
  color: rgba(255, 255, 255, 0.1);
}

.geo-path-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 16px;
  color: #18181b;
  background: linear-gradient(135deg, var(--geo-lime), #e5f6bd);
  box-shadow: 0 14px 32px rgba(112, 143, 34, 0.18);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1), box-shadow 420ms ease;
}

.geo-path-card__icon svg,
.geo-pillar__icon svg,
.geo-boundary__icon svg,
.geo-service-list__arrow svg,
.geo-proof-panel__mark > i svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.geo-path-card:hover .geo-path-card__icon {
  box-shadow: 0 18px 38px rgba(112, 143, 34, 0.24);
  transform: translateY(-4px) rotate(-4deg) scale(1.04);
}

.geo-path-card--web .geo-path-card__icon {
  color: #18181b;
  background: linear-gradient(135deg, var(--geo-cyan), var(--geo-lime));
  box-shadow: 0 14px 32px rgba(177, 227, 70, 0.16);
}

.geo-card-kicker {
  margin-bottom: 10px;
  color: var(--geo-blue);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geo-path-card > p:not(.geo-card-kicker) {
  max-width: 580px;
  margin-bottom: 24px;
}

.geo-check-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.geo-check-list li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.geo-check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--geo-cyan);
  box-shadow: 0 0 0 4px rgba(177, 227, 70, 0.17);
  content: "";
}

.geo-diagnostics {
  background: var(--geo-white);
}

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

.geo-pillar {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--geo-line);
  border-radius: 24px;
  background: var(--geo-white);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.geo-pillar:hover {
  transform: translateY(-5px);
  border-color: rgba(112, 143, 34, 0.38);
  box-shadow: 0 24px 58px rgba(31, 38, 20, 0.1);
}

.geo-pillar__index {
  position: absolute;
  top: 28px;
  right: 30px;
  color: var(--geo-muted);
  font-size: 12px;
  font-weight: 700;
}

.geo-pillar__icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  margin-bottom: 72px;
  border-radius: 22px;
  color: var(--geo-blue);
  background: var(--geo-soft-blue);
  font-size: 23px;
  transition: background-color 350ms ease, color 350ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.geo-pillar:hover .geo-pillar__icon {
  color: #18181b;
  background: var(--geo-lime);
  transform: translateY(-5px) rotate(3deg);
}

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

.geo-method {
  color: #bcc1b6;
  background:
    radial-gradient(circle at 20% 20%, rgba(177, 227, 70, 0.16), transparent 34%),
    var(--geo-night);
}

.geo-method h2,
.geo-method h3 {
  color: #ffffff;
}

.geo-method p,
.geo-method li {
  color: #bcc1b6;
}

.geo-method__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 90px;
}

.geo-method__intro > p:not(.geo-eyebrow) {
  max-width: 570px;
}

.geo-method__visual {
  max-width: 500px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.geo-loop-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(177, 227, 70, 0.12), transparent 31%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 26px 26px, 26px 26px;
}

.geo-loop-visual__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56%;
  aspect-ratio: 1;
  border: 1px dashed rgba(177, 227, 70, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.geo-loop-visual__orbit::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--geo-night);
  border-radius: 50%;
  background: var(--geo-lime);
  box-shadow: 0 0 18px rgba(177, 227, 70, 0.55);
  content: "";
}

.geo-loop-visual__center,
.geo-loop-node {
  position: absolute;
  display: grid;
  place-items: center;
}

.geo-loop-visual__center {
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 28px rgba(177, 227, 70, 0.07);
  transform: translate(-50%, -50%);
}

.geo-loop-visual__center b,
.geo-loop-visual__center span {
  line-height: 1;
}

.geo-loop-visual__center b {
  align-self: end;
  color: #ffffff;
  font-size: 19px;
}

.geo-loop-visual__center span {
  align-self: start;
  margin-top: 7px;
  color: var(--geo-lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.geo-loop-node {
  min-width: 70px;
  min-height: 48px;
  grid-template-columns: 22px 1fr;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  background: rgba(19, 20, 16, 0.88);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.geo-loop-node span {
  color: var(--geo-lime);
  font-size: 8px;
  font-weight: 750;
}

.geo-loop-node b {
  color: #eef1e9;
  font-size: 11px;
}

.geo-loop-node--one { top: 14%; left: 11%; }
.geo-loop-node--two { top: 16%; right: 9%; }
.geo-loop-node--three { right: 12%; bottom: 12%; }

.geo-steps {
  --geo-step-progress: 0%;
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-steps::before,
.geo-steps::after {
  position: absolute;
  top: 48px;
  left: 23px;
  z-index: 0;
  width: 1px;
  content: "";
  pointer-events: none;
}

.geo-steps::before {
  bottom: 48px;
  background: rgba(255, 255, 255, 0.12);
}

.geo-steps::after {
  height: max(0px, calc(var(--geo-step-progress) - 48px));
  background: linear-gradient(var(--geo-lime), rgba(177, 227, 70, 0.18));
  box-shadow: 0 0 16px rgba(177, 227, 70, 0.35);
  transition: height 700ms cubic-bezier(.22, 1, .36, 1);
}

.geo-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.geo-steps li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.geo-steps > li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--geo-cyan);
  font-size: 13px;
  font-weight: 700;
  background: var(--geo-night);
  transition: color 360ms ease, background-color 360ms ease, border-color 360ms ease, box-shadow 360ms ease, transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.geo-steps > li.is-active > span {
  border-color: var(--geo-lime);
  color: #18181b;
  background: var(--geo-lime);
  box-shadow: 0 0 0 7px rgba(177, 227, 70, 0.1), 0 10px 25px rgba(0, 0, 0, 0.18);
  transform: scale(1.06);
}

.geo-steps > li > div {
  opacity: 0.68;
  transform: translateX(0);
  transition: opacity 400ms ease, transform 450ms cubic-bezier(.22, 1, .36, 1);
}

.geo-steps > li.is-active > div {
  opacity: 1;
  transform: translateX(5px);
}

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

.geo-services {
  background: var(--geo-soft);
}

.geo-services__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 90px;
}

.geo-services__summary > p:not(.geo-eyebrow) {
  max-width: 560px;
}

.geo-services__image {
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--geo-line);
  border-radius: 24px;
  background: var(--geo-night);
  box-shadow: 0 28px 70px rgba(24, 48, 90, 0.14);
}

.geo-evidence-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 50%, rgba(177, 227, 70, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.geo-evidence-visual__entity,
.geo-evidence-source {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(24, 24, 27, 0.9);
  box-shadow: 0 13px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.geo-evidence-visual__entity {
  top: 50%;
  left: 64%;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-color: rgba(177, 227, 70, 0.32);
  border-radius: 30px;
  transform: translate(-50%, -50%);
}

.geo-evidence-visual__entity span,
.geo-evidence-visual__entity b {
  line-height: 1;
}

.geo-evidence-visual__entity span {
  align-self: end;
  color: #bfc4b9;
  font-size: 10px;
}

.geo-evidence-visual__entity b {
  align-self: start;
  margin-top: 8px;
  color: var(--geo-lime);
  font-size: 19px;
}

.geo-evidence-source {
  left: 8%;
  display: grid;
  min-width: 112px;
  grid-template-columns: 25px 1fr;
  gap: 0 8px;
  align-items: center;
  padding: 9px 11px;
  border-radius: 12px;
}

.geo-evidence-source > span {
  grid-row: 1 / span 2;
  color: var(--geo-lime);
  font-size: 8px;
  font-weight: 750;
}

.geo-evidence-source b {
  color: #ffffff;
  font-size: 10px;
}

.geo-evidence-source i {
  color: #858c80;
  font-size: 8px;
  font-style: normal;
}

.geo-evidence-source--one { top: 15%; }
.geo-evidence-source--two { top: 50%; transform: translateY(-50%); }
.geo-evidence-source--three { bottom: 15%; }

.geo-evidence-visual__lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(177, 227, 70, 0.46);
  stroke-dasharray: 5 7;
  stroke-width: 1.2;
}

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

.geo-service-list article {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  gap: 22px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--geo-line);
  transition: padding 360ms cubic-bezier(.22, 1, .36, 1), background-color 360ms ease;
}

.geo-service-list article::before {
  position: absolute;
  inset: 0 -22px;
  z-index: 0;
  border-radius: 18px;
  background: rgba(177, 227, 70, 0.1);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0.97);
  transition: opacity 320ms ease, transform 380ms cubic-bezier(.22, 1, .36, 1);
}

.geo-service-list article:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.geo-service-list article > * {
  position: relative;
  z-index: 1;
}

.geo-service-list__number {
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 750;
}

.geo-service-list h3 {
  margin-bottom: 7px;
  font-size: 21px;
}

.geo-service-list p {
  margin-bottom: 0;
  font-size: 15px;
}

.geo-service-list__arrow {
  margin-top: 7px;
  color: var(--geo-muted);
  transform: rotate(-35deg);
  transition: color 300ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.geo-service-list article:hover > .geo-service-list__arrow {
  color: var(--geo-blue);
  transform: translate(5px, -3px) rotate(-35deg);
}

.geo-credibility {
  background: var(--geo-white);
}

.geo-proof-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  min-height: 470px;
  overflow: hidden;
  border-radius: 30px;
  color: #c2c7bd;
  background:
    radial-gradient(circle at 18% 30%, rgba(177, 227, 70, 0.16), transparent 24%),
    linear-gradient(135deg, #121310 0%, #242720 100%);
  box-shadow: 0 36px 90px rgba(25, 29, 20, 0.18);
}

.geo-proof-panel h2 {
  color: #ffffff;
}

.geo-proof-panel p {
  color: #c2c7bd;
}

.geo-proof-panel__mark {
  position: relative;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-proof-panel__mark > span {
  display: grid;
  width: 126px;
  height: 126px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 42px rgba(177, 227, 70, 0.1);
  font-size: 54px;
  font-weight: 700;
  transition: border-color 350ms ease, background-color 350ms ease, transform 450ms cubic-bezier(.22, 1, .36, 1);
}

.geo-proof-panel:hover .geo-proof-panel__mark > span {
  border-color: rgba(177, 227, 70, 0.46);
  background: rgba(177, 227, 70, 0.08);
  transform: translateY(-6px) rotate(-2deg);
}

.geo-proof-panel__mark > i {
  position: absolute;
  top: calc(50% + 34px);
  left: calc(50% + 34px);
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 5px solid #1b1c19;
  border-radius: 50%;
  color: #18181b;
  background: var(--geo-lime);
  font-size: 14px;
}

.geo-proof-panel__mark > i svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.3;
}

.geo-proof-panel__content {
  align-self: center;
  max-width: 850px;
  padding: 70px;
}

.geo-proof-panel__content > p:not(.geo-eyebrow) {
  max-width: 780px;
  margin-bottom: 30px;
}

.geo-boundary {
  padding: 0 0 132px;
  background: var(--geo-white);
}

.geo-boundary__panel {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 32px;
  padding: 48px 54px;
  border: 1px solid rgba(112, 143, 34, 0.24);
  border-radius: 26px;
  background: linear-gradient(135deg, var(--geo-soft-blue), var(--geo-white));
}

.geo-boundary__icon {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  background: var(--geo-blue);
  font-size: 24px;
}

.geo-boundary h2 {
  max-width: 920px;
  font-size: clamp(28px, 2.5vw, 40px);
}

.geo-boundary p:last-child {
  max-width: 980px;
  margin-bottom: 0;
}

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

.geo-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.geo-faq__heading {
  align-self: start;
  position: sticky;
  top: 150px;
}

.geo-faq__heading .geo-text-link {
  margin-top: 20px;
}

.geo-faq__list {
  border-top: 1px solid var(--geo-line);
}

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

.geo-faq summary {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  padding: 28px 0;
  color: var(--geo-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  transition: color 250ms ease, padding-left 350ms cubic-bezier(.22, 1, .36, 1);
}

.geo-faq summary:hover {
  color: var(--geo-blue);
  padding-left: 8px;
}

.geo-faq summary::-webkit-details-marker {
  display: none;
}

.geo-faq summary > span {
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 750;
}

.geo-faq summary > i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--geo-line);
  border-radius: 50%;
}

.geo-faq summary > i::before,
.geo-faq summary > i::after {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 10px;
  height: 1px;
  background: var(--geo-ink);
  content: "";
}

.geo-faq summary > i::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.geo-faq details[open] summary > i::after {
  transform: rotate(0deg);
}

.geo-faq details > p {
  margin: -8px 44px 28px 54px;
}

.geo-final-cta {
  --geo-pointer-x: 50%;
  --geo-pointer-y: 50%;
  position: relative;
  overflow: hidden;
  padding: 126px 0;
  text-align: center;
  color: #bcc1b6;
  background:
    radial-gradient(circle at var(--geo-pointer-x) var(--geo-pointer-y), rgba(177, 227, 70, 0.12), transparent 26%),
    var(--geo-night);
}

.geo-final-cta::before,
.geo-final-cta::after {
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.geo-final-cta::before {
  top: -240px;
  left: -100px;
}

.geo-final-cta::after {
  right: -130px;
  bottom: -250px;
}

.geo-glow--cta {
  top: 50%;
  left: 50%;
  width: 700px;
  height: 280px;
  transform: translate(-50%, -50%);
  background: rgba(177, 227, 70, 0.16);
}

.geo-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
}

.geo-final-cta h2 {
  color: #ffffff;
}

.geo-final-cta p {
  color: #bcc1b6;
}

.geo-final-cta__inner > p:not(.geo-eyebrow) {
  max-width: 720px;
  margin: 0 auto 34px;
  font-size: 17px;
}

.geo-motion-ready .geo-glow--hero {
  animation: geoGlowBreath 7s ease-in-out infinite alternate;
}

.geo-motion-ready .geo-float-card--top {
  animation: geoFloatTop 5.5s ease-in-out infinite;
}

.geo-motion-ready .geo-float-card--bottom {
  animation: geoFloatBottom 6.5s ease-in-out infinite;
}

.geo-motion-ready .geo-discovery-map__route i::after {
  animation: geoRoutePulse 2.4s ease-in-out infinite;
}

.geo-motion-ready .geo-loop-visual__orbit {
  animation: geoOrbit 18s linear infinite;
}

.geo-motion-ready .geo-evidence-visual__lines {
  animation: geoEvidenceFlow 12s linear infinite;
}

.geo-method__visual:hover .geo-loop-visual__center,
.geo-services__image:hover .geo-evidence-visual__entity {
  border-color: rgba(177, 227, 70, 0.54);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25), inset 0 0 34px rgba(177, 227, 70, 0.11);
}

.geo-motion-ready .geo-glow--cta {
  animation: geoCtaGlow 8s ease-in-out infinite alternate;
}

/* LLM-specific editorial media and current model identity layer. */
.geo-llm-hero-media,
.geo-model-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eef0e8;
}

.geo-llm-hero-media {
  border-radius: 22px;
}

.geo-llm-hero-media__image,
.geo-model-media > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.geo-llm-hero-media__image {
  aspect-ratio: 3 / 2;
  transition: transform 1.4s cubic-bezier(.22, 1, .36, 1), filter 600ms ease;
}

.geo-visual-frame:hover .geo-llm-hero-media__image {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.018);
}

.geo-llm-hero-media figcaption,
.geo-model-media figcaption {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  margin: 0;
  padding: 10px 16px;
  color: #d9ddd2;
  background: rgba(24, 24, 27, 0.96);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.geo-llm-hero-media figcaption > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--geo-lime);
  box-shadow: 0 0 0 5px rgba(177, 227, 70, 0.12);
}

.geo-model-rack {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
}

.geo-model-rack--hero {
  right: 16px;
  bottom: 62px;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 16px;
  background: rgba(250, 251, 247, 0.88);
  box-shadow: 0 16px 35px rgba(25, 28, 20, 0.16);
  backdrop-filter: blur(14px);
}

.geo-model-chip {
  display: flex;
  min-width: 88px;
  align-items: center;
  gap: 7px;
  padding: 6px 9px 6px 6px;
  border: 1px solid rgba(52, 57, 46, 0.09);
  border-radius: 11px;
  color: #282b25;
  background: rgba(255, 255, 255, 0.86);
}

.geo-model-chip i,
.geo-model-rack--evidence span,
.geo-model-pin {
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 43, 37, 0.1);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(21, 23, 19, 0.14);
}

.geo-model-chip i {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.geo-model-chip img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.geo-model-chip b {
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
}

.geo-platform-note {
  margin: 12px 12px 0;
  color: #787d73;
  font-size: 10px !important;
  line-height: 1.55 !important;
  text-align: right;
}

.geo-path-card__icon--brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.geo-path-card__icon--models {
  width: auto;
  min-width: 154px;
  grid-auto-flow: column;
  grid-auto-columns: 27px;
  gap: 7px;
  padding: 0 13px;
}

.geo-path-card__icon--models img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.geo-model-media > img {
  aspect-ratio: 4 / 3;
}

.geo-model-media--monitor {
  max-width: 540px;
  background: #18181b;
}

.geo-model-media--monitor > img {
  transition: transform 900ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.geo-model-media--monitor:hover > img,
.geo-model-media--evidence:hover > img {
  filter: contrast(1.035) saturate(1.04);
  transform: scale(1.015);
}

.geo-model-pin {
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 34px;
  border-color: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 6px rgba(177, 227, 70, 0.13), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.geo-model-pin img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.geo-model-pin--one { top: 10%; left: 11%; }
.geo-model-pin--two { top: 10%; left: 73%; }
.geo-model-pin--three { top: 43%; left: 11%; }
.geo-model-pin--four { top: 43%; left: 73%; }

.geo-model-media--evidence {
  background: #11120f;
}

.geo-model-media--evidence > img {
  transition: transform 900ms cubic-bezier(.22, 1, .36, 1), filter 500ms ease;
}

.geo-model-rack--evidence {
  top: 14px;
  right: 14px;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(20, 21, 18, 0.76);
  backdrop-filter: blur(12px);
}

.geo-model-rack--evidence span {
  width: 28px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.14);
}

.geo-model-rack--evidence img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.geo-service-list__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-top: 2px;
  border: 1px solid rgba(94, 119, 33, 0.14);
  border-radius: 13px;
  color: #3d4c1c;
  background: rgba(177, 227, 70, 0.16);
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1), background-color 300ms ease;
}

.geo-service-list article:hover .geo-service-list__icon {
  background: rgba(177, 227, 70, 0.32);
  transform: translateY(-3px);
}

.geo-service-list__icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.geo-service-list__icon--shopify img {
  width: 25px;
  height: 25px;
}

.geo-service-list__icon--models {
  position: relative;
}

.geo-service-list__icon--models img {
  position: absolute;
  width: 19px;
  height: 19px;
  padding: 3px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 11px rgba(25, 28, 20, 0.12);
}

.geo-service-list__icon--models img:first-child {
  top: 6px;
  left: 6px;
}

.geo-service-list__icon--models img:last-child {
  right: 6px;
  bottom: 6px;
}

.geo-motion-ready .geo-model-pin {
  animation: geoModelPin 3.4s ease-in-out infinite alternate;
}

.geo-motion-ready .geo-model-pin--two,
.geo-motion-ready .geo-model-pin--four {
  animation-delay: -1.7s;
}

@keyframes geoModelPin {
  from { box-shadow: 0 0 0 4px rgba(177, 227, 70, 0.09), 0 10px 24px rgba(0, 0, 0, 0.24); }
  to { box-shadow: 0 0 0 9px rgba(177, 227, 70, 0.16), 0 14px 34px rgba(0, 0, 0, 0.31); }
}

@keyframes geoGlowBreath {
  from { opacity: 0.62; transform: translateX(-52%) scale(0.94); }
  to { opacity: 1; transform: translateX(-48%) scale(1.08); }
}

@keyframes geoFloatTop {
  0%, 100% { transform: translateZ(34px) translate3d(0, 0, 0); }
  50% { transform: translateZ(34px) translate3d(0, -9px, 0); }
}

@keyframes geoFloatBottom {
  0%, 100% { transform: translateZ(42px) translate3d(0, 0, 0); }
  50% { transform: translateZ(42px) translate3d(0, 8px, 0); }
}

@keyframes geoCtaGlow {
  from { opacity: 0.55; transform: translate(-53%, -48%) scale(0.94); }
  to { opacity: 0.95; transform: translate(-47%, -52%) scale(1.08); }
}

@keyframes geoRoutePulse {
  0% { left: -34%; opacity: 0; }
  18% { opacity: 1; }
  82% { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes geoOrbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes geoEvidenceFlow {
  to { stroke-dashoffset: -48; }
}

@media (max-width: 1199px) {
  .geo-model-chip {
    min-width: auto;
  }

  .geo-model-chip b {
    display: none;
  }

  .geo-hero__grid,
  .geo-method__grid,
  .geo-services__grid,
  .geo-faq__grid {
    gap: 54px;
  }

  .geo-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  }

  .geo-proof-panel__content {
    padding: 54px;
  }
}

@media (max-width: 1023px) {
  .geo-section {
    padding: 96px 0;
  }

  .geo-hero {
    padding: 172px 0 96px;
  }

  .geo-hero__grid,
  .geo-method__grid,
  .geo-services__grid,
  .geo-faq__grid {
    grid-template-columns: 1fr;
  }

  .geo-hero__visual {
    max-width: 720px;
    margin: 0 auto;
  }

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

  .geo-pillar:last-child {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .geo-method__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 0 40px;
  }

  .geo-method__intro .geo-eyebrow,
  .geo-method__intro h2,
  .geo-method__intro > p {
    grid-column: 1;
  }

  .geo-method__visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    margin-top: 0;
  }

  .geo-services__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 0 36px;
  }

  .geo-services__summary .geo-eyebrow,
  .geo-services__summary h2,
  .geo-services__summary > p {
    grid-column: 1;
  }

  .geo-services__image {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    margin-top: 0;
  }

  .geo-proof-panel {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .geo-faq__heading {
    position: static;
  }

  .geo-boundary {
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .weswoo-geo h1 {
    font-size: 40px;
    letter-spacing: -0.025em;
  }

  .weswoo-geo h2 {
    font-size: 34px;
    letter-spacing: -0.02em;
  }

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

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

  .geo-section-heading--center {
    margin-bottom: 42px;
    text-align: left;
  }

  .geo-hero {
    padding: 150px 0 76px;
    background-size: 42px 42px;
  }

  .geo-hero__grid {
    gap: 48px;
  }

  .geo-lead {
    font-size: 16px !important;
  }

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

  .geo-button {
    width: 100%;
  }

  .geo-model-rack--hero {
    right: 10px;
    bottom: 56px;
    gap: 5px;
    padding: 6px;
  }

  .geo-model-chip {
    padding: 4px;
  }

  .geo-model-chip i {
    width: 24px;
    height: 24px;
  }

  .geo-platform-note {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .geo-llm-hero-media figcaption,
  .geo-model-media figcaption {
    min-height: 44px;
    padding: 9px 12px;
    font-size: 9px;
  }

  .geo-model-pin {
    width: 29px;
    height: 29px;
  }

  .geo-model-pin img {
    width: 16px;
    height: 16px;
  }

  .geo-float-card--top {
    top: 22px;
    right: -8px;
  }

  .geo-float-card--bottom {
    bottom: 18px;
    left: -8px;
  }

  .geo-float-card {
    min-width: 148px;
    padding: 10px 12px;
  }

  .geo-discovery-map__body {
    grid-template-columns: minmax(105px, 0.78fr) 46px minmax(128px, 1fr);
    gap: 7px;
    padding: 18px 10px 14px;
  }

  .geo-discovery-map__store {
    padding: 9px;
  }

  .geo-discovery-map__shot {
    height: 205px;
  }

  .geo-discovery-map__answer {
    padding: 12px;
  }

  .geo-discovery-map__route b {
    padding: 5px;
    font-size: 7px;
  }

  .geo-paths__grid,
  .geo-pillar-grid {
    grid-template-columns: 1fr;
  }

  .geo-path-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .geo-path-card__icon {
    margin-bottom: 42px;
  }

  .geo-path-card__number {
    right: 22px;
    font-size: 64px;
  }

  .geo-pillar,
  .geo-pillar:last-child {
    grid-column: auto;
    min-height: 300px;
    padding: 28px;
  }

  .geo-pillar__icon {
    margin-bottom: 48px;
  }

  .geo-method__intro,
  .geo-services__summary {
    display: block;
  }

  .geo-method__visual,
  .geo-services__image {
    margin-top: 30px;
  }

  .geo-method__grid,
  .geo-services__grid,
  .geo-faq__grid {
    gap: 48px;
  }

  .geo-steps li {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
  }

  .geo-steps > li > span {
    width: 42px;
    height: 42px;
  }

  .geo-service-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .geo-service-list__arrow {
    display: none;
  }

  .geo-proof-panel {
    display: block;
  }

  .geo-proof-panel__mark {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .geo-proof-panel__content {
    padding: 36px 24px 42px;
  }

  .geo-proof-panel__content .geo-actions {
    align-items: stretch;
  }

  .geo-boundary {
    padding-bottom: 76px;
  }

  .geo-boundary__panel {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .geo-faq summary {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    gap: 10px;
    font-size: 16px;
  }

  .geo-faq details > p {
    margin: -5px 0 25px 38px;
    font-size: 15px;
  }

  .geo-final-cta {
    padding: 90px 0;
  }
}

@media (max-width: 420px) {
  .weswoo-geo h1 {
    font-size: 36px;
  }

  .weswoo-geo h2 {
    font-size: 30px;
  }

  .geo-visual-frame {
    padding: 8px;
    border-radius: 24px;
  }

  .geo-discovery-map {
    border-radius: 18px;
  }

  .geo-discovery-map__body {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .geo-discovery-map__shot {
    height: 190px;
  }

  .geo-discovery-map__route {
    grid-template-columns: 1fr auto 1fr;
  }

  .geo-discovery-map__route i {
    width: 100%;
  }

  .geo-float-card {
    position: static;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .weswoo-geo *,
  .weswoo-geo *::before,
  .weswoo-geo *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
