:root {
  --geo-navy: #06172f;
  --geo-navy-2: #0a284d;
  --geo-blue: #0756b8;
  --geo-blue-deep: #04367c;
  --geo-cyan: #08a9c6;
  --geo-ink: #0a1730;
  --geo-muted: #536178;
  --geo-paper: #f3f7fa;
  --geo-line: #cbd9e7;
  --geo-white: #ffffff;
  --geo-amber: #f2a33a;
  --geo-green: #168765;
  --geo-shadow: 0 24px 65px rgba(8, 40, 78, 0.14);
  --geo-display: "Bahnschrift SemiCondensed", "Franklin Gothic Medium", "Aptos Display", sans-serif;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 14px;
  padding: 10px 14px;
  border-radius: 7px;
  color: #fff;
  background: var(--geo-navy);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.geo-site :focus-visible,
.deerflow-signature:focus-visible {
  outline: 3px solid var(--geo-amber);
  outline-offset: 3px;
}

.geo-site main:focus {
  outline: 0;
}

.geo-site section[id] {
  scroll-margin-top: 96px;
}

.geo-kicker {
  margin: 0 0 12px;
  color: var(--geo-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.geo-home-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 34px;
  color: var(--geo-ink);
  background:
    linear-gradient(rgba(4, 73, 132, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 73, 132, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 87% 10%, rgba(8, 169, 198, 0.18), transparent 30%),
    var(--geo-paper);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.geo-home-hero::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 86, 184, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(7, 86, 184, 0.025),
    0 0 0 140px rgba(8, 169, 198, 0.025);
}

.geo-home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 68px;
  align-items: center;
}

.geo-home-copy h1 {
  max-width: 690px;
  margin: 0;
  color: var(--geo-ink);
  font-family: var(--geo-display);
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.geo-home-copy h1 span {
  color: var(--geo-blue);
}

.geo-home-lede {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--geo-muted);
  font-size: 17px;
  line-height: 1.7;
}

.geo-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.geo-home-actions .btn {
  min-height: 48px;
  padding-inline: 22px;
}

.geo-home-stage {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.geo-home-stage::before {
  content: "";
  position: absolute;
  inset: 36px 20px;
  border: 1px dashed rgba(7, 86, 184, 0.24);
  border-radius: 50%;
  animation: geo-orbit 36s linear infinite;
}

.geo-home-product-frame {
  position: relative;
  z-index: 2;
  width: min(92%, 490px);
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(126, 157, 187, 0.42);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--geo-shadow);
  transform: rotate(-2deg);
}

.geo-home-product-frame img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
}

.geo-home-stage-note {
  position: absolute;
  right: -16px;
  bottom: 26px;
  max-width: 255px;
  padding: 15px 17px;
  border-radius: 12px;
  color: #d9ecfb;
  background: linear-gradient(135deg, var(--geo-blue-deep), var(--geo-navy));
  box-shadow: 0 18px 38px rgba(4, 34, 78, 0.24);
  font-size: 12px;
  line-height: 1.5;
}

.geo-home-stage-note strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}

.geo-proof-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--geo-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(8, 40, 78, 0.08);
}

.geo-proof-item {
  min-height: 82px;
  padding: 18px 20px;
  border-right: 1px solid var(--geo-line);
}

.geo-proof-item:last-child {
  border-right: 0;
}

.geo-proof-item span {
  display: block;
  margin-bottom: 5px;
  color: #708099;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.geo-proof-item strong {
  color: var(--geo-navy);
  font-family: var(--geo-display);
  font-size: 16px;
}

.geo-answer-section {
  padding: 54px 0;
  background:
    linear-gradient(rgba(4, 73, 132, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 73, 132, 0.035) 1px, transparent 1px),
    var(--geo-paper);
  background-size: 42px 42px;
}

.geo-answer-card {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 28px;
  align-items: start;
  padding: 34px 38px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 50%, rgba(40, 188, 218, 0.22), transparent 24%),
    linear-gradient(120deg, var(--geo-blue-deep), #0764c4);
  box-shadow: 0 24px 55px rgba(7, 75, 154, 0.22);
}

.geo-answer-label {
  padding-top: 6px;
  color: #8feaf2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.geo-answer-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--geo-display);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
}

.geo-answer-card p {
  margin: 0;
  color: #d8e9f7;
  font-size: 15px;
  line-height: 1.7;
}

.geo-region-page {
  color: var(--geo-ink);
  background:
    linear-gradient(rgba(4, 73, 132, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 73, 132, 0.034) 1px, transparent 1px),
    var(--geo-paper);
  background-size: 42px 42px;
}

.geo-breadcrumb {
  padding-top: 24px;
  color: var(--geo-muted);
  font-size: 13px;
}

.geo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
}

.geo-breadcrumb a {
  color: var(--geo-blue);
}

.geo-market-hero {
  padding: 42px 0 68px;
}

.geo-market-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.geo-market-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--geo-ink);
  font-family: var(--geo-display);
  font-size: clamp(50px, 5.6vw, 76px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.geo-market-copy h1 span {
  color: var(--geo-blue);
}

.geo-market-copy .geo-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--geo-muted);
  font-size: 17px;
  line-height: 1.72;
}

.geo-market-side {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(132, 164, 194, 0.32);
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 86, 184, 0.9), rgba(6, 23, 47, 0.97)),
    var(--geo-navy);
  box-shadow: var(--geo-shadow);
}

.geo-market-side::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.geo-market-flag {
  width: 62px;
  height: 42px;
  margin-bottom: 28px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.geo-market-side h2 {
  max-width: 490px;
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--geo-display);
  font-size: 31px;
  line-height: 1.08;
}

.geo-market-side p {
  margin: 0;
  color: #c9daeb;
  line-height: 1.65;
}

.geo-signal-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 26px;
}

.geo-signal-row div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
}

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

.geo-signal-row strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
}

.geo-signal-row span {
  color: #a9bfd5;
  font-size: 10px;
  line-height: 1.45;
}

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

.geo-section--white {
  background: rgba(255, 255, 255, 0.94);
}

.geo-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(8, 169, 198, 0.12), transparent 25%),
    var(--geo-navy);
}

.geo-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.geo-section-head h2 {
  max-width: 650px;
  margin: 0;
  color: var(--geo-ink);
  font-family: var(--geo-display);
  font-size: clamp(38px, 4.5vw, 60px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.geo-section-head > p {
  margin: 0;
  color: var(--geo-muted);
  line-height: 1.7;
}

.geo-section--dark .geo-section-head h2 {
  color: #fff;
}

.geo-section--dark .geo-section-head > p {
  color: #b7c9db;
}

.geo-project-grid,
.geo-product-map,
.geo-market-directory {
  display: grid;
  gap: 14px;
}

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

.geo-project-card {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--geo-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 40, 78, 0.06);
}

.geo-project-card b {
  display: block;
  margin-bottom: 34px;
  color: var(--geo-cyan);
  font-family: var(--geo-display);
  font-size: 18px;
}

.geo-project-card h3 {
  margin: 0 0 10px;
  color: var(--geo-navy);
  font-family: var(--geo-display);
  font-size: 22px;
}

.geo-project-card p {
  margin: 0;
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-product-map {
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid rgba(123, 156, 194, 0.3);
  border-radius: 18px;
}

.geo-product-map article {
  min-height: 250px;
  padding: 25px 20px;
  border-right: 1px solid rgba(123, 156, 194, 0.3);
}

.geo-product-map article:last-child {
  border-right: 0;
}

.geo-product-map span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 30px;
  border: 1px solid #4779a8;
  border-radius: 50%;
  color: #8feaf2;
  font-family: var(--geo-display);
}

.geo-product-map h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--geo-display);
  font-size: 20px;
}

.geo-product-map p {
  margin: 0 0 18px;
  color: #b9cbe0;
  font-size: 13px;
}

.geo-product-map a {
  color: #79e5ef;
  font-size: 12px;
  font-weight: 800;
}

.geo-evidence-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
}

.geo-evidence-card {
  padding: 27px;
  border: 1px solid var(--geo-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 40, 78, 0.06);
}

.geo-evidence-card h3 {
  margin: 0 0 15px;
  color: var(--geo-navy);
  font-family: var(--geo-display);
  font-size: 24px;
}

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

.geo-check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--geo-muted);
  font-size: 14px;
}

.geo-check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--geo-green);
  box-shadow: 0 0 0 5px rgba(22, 135, 101, 0.11);
}

.geo-evidence-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.geo-evidence-table th,
.geo-evidence-table td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--geo-line);
  text-align: left;
  vertical-align: top;
}

.geo-evidence-table th {
  color: var(--geo-blue-deep);
  font-family: var(--geo-display);
}

.geo-status {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  color: #824b09;
  background: #fff0d5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geo-status--project {
  color: var(--geo-blue);
  background: #e5efff;
}

.geo-market-directory {
  grid-template-columns: repeat(5, 1fr);
}

.geo-market-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--geo-line);
  border-top: 4px solid var(--geo-cyan);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 40, 78, 0.06);
}

.geo-market-card img {
  width: 38px;
  height: 25px;
  margin-bottom: 22px;
  object-fit: cover;
  border: 1px solid var(--geo-line);
}

.geo-market-card h3 {
  margin: 0 0 9px;
  color: var(--geo-navy);
  font-family: var(--geo-display);
  font-size: 22px;
}

.geo-market-card p {
  margin: 0 0 18px;
  color: var(--geo-muted);
  font-size: 13px;
}

.geo-market-card a {
  margin-top: auto;
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 850;
}

.geo-faq-list {
  display: grid;
  gap: 11px;
}

.geo-faq-list details {
  border: 1px solid var(--geo-line);
  border-radius: 12px;
  background: #fff;
}

.geo-faq-list summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  color: var(--geo-navy);
  font-family: var(--geo-display);
  font-size: 18px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.geo-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  color: var(--geo-blue);
  font-size: 24px;
}

.geo-faq-list details[open] summary::after {
  content: "–";
}

.geo-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--geo-muted);
}

.geo-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 38px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, var(--geo-blue-deep), #075db9);
  box-shadow: var(--geo-shadow);
}

.geo-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--geo-display);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.02;
}

.geo-cta p {
  margin: 0;
  color: #d4e5f4;
}

.geo-cta .btn {
  min-width: 190px;
}

.deerflow-signature {
  color: #91a4ba;
  font-size: 11px;
  opacity: 0.72;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.deerflow-signature:hover {
  color: #fff;
  opacity: 1;
}

.footer-bottom-with-signature {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

@keyframes geo-orbit {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .geo-home-stage::before {
    animation: none;
  }
}

@media (max-width: 980px) {
  .geo-home-hero-grid,
  .geo-market-hero-grid,
  .geo-evidence-layout {
    grid-template-columns: 1fr;
  }

  .geo-home-stage {
    min-height: 420px;
  }

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

  .geo-proof-item:nth-child(2) {
    border-right: 0;
  }

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

  .geo-section-head {
    grid-template-columns: 1fr;
    gap: 13px;
  }

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

  .geo-product-map article {
    border-bottom: 1px solid rgba(123, 156, 194, 0.3);
  }

  .geo-market-directory {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .geo-home-hero {
    padding-top: 44px;
  }

  .geo-home-copy h1,
  .geo-market-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
    overflow-wrap: break-word;
  }

  .geo-home-lede,
  .geo-market-copy .geo-lede {
    font-size: 15px;
  }

  .geo-home-stage {
    min-height: 330px;
  }

  .geo-home-product-frame {
    width: 94%;
    padding: 14px;
  }

  .geo-home-stage-note {
    right: 0;
    bottom: 4px;
    max-width: 230px;
  }

  .geo-proof-strip,
  .geo-project-grid,
  .geo-product-map,
  .geo-market-directory {
    grid-template-columns: 1fr;
  }

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

  .geo-proof-item:last-child {
    border-bottom: 0;
  }

  .geo-answer-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 22px;
  }

  .geo-market-hero {
    padding-top: 34px;
  }

  .geo-market-side {
    padding: 24px;
  }

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

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

  .geo-product-map article {
    min-height: 0;
    border-right: 0;
  }

  .geo-evidence-table {
    display: block;
    overflow-x: auto;
  }

  .geo-cta {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

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

  .footer-bottom-with-signature {
    flex-direction: column;
    align-items: flex-start;
  }
}
