.geo-page {
  --geo-blue: #145bf5;
  --geo-blue-dark: #0b47d3;
  --geo-ink: #09132d;
  --geo-muted: #5f6e89;
  --geo-line: #dce4f1;
  --geo-soft: #f3f6fc;
  background: #fff;
  color: var(--geo-ink);
}

@media (prefers-reduced-motion: reduce) {
  .geo-process-cards article {
    transition: none;
  }
}

.geo-page .site-header {
  border-color: rgba(9, 19, 45, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--geo-ink);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.geo-page .site-header .brand-logo-on-dark {
  display: none;
}

.geo-page .site-header .brand-logo-on-light {
  display: block;
}

.geo-page .nav-link {
  color: #7d8798;
}

.geo-page .nav-link:hover,
.geo-page .nav-link.is-active {
  color: var(--geo-ink);
}

.geo-page .menu-toggle {
  border-color: #dbe1e8;
  background: #fff;
}

.geo-landing {
  padding-top: var(--header-height);
}

.geo-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.geo-search-section {
  position: relative;
  display: grid;
  min-height: 770px;
  padding: 104px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
  place-items: center;
  text-align: center;
}

.geo-search-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(18, 72, 180, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 72, 180, 0.035) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: radial-gradient(circle at center, #000, transparent 75%);
}

.geo-search-glow {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 760px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 111, 255, 0.1), transparent 66%);
  transform: translateX(-50%);
}

.geo-search-section .geo-shell {
  position: relative;
  z-index: 2;
}

.geo-badges {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.geo-badges span {
  padding: 7px 12px;
  border: 1px solid #d6e3ff;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--geo-blue);
  font-size: 11px;
  font-weight: 700;
}

.geo-search-section h1 {
  margin-top: 26px;
  font-size: clamp(48px, 6.2vw, 76px);
  font-weight: 690;
  letter-spacing: -0.06em;
  line-height: 1.12;
}

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

.geo-search-copy {
  margin-top: 25px;
  color: var(--geo-muted);
  font-size: 17px;
  line-height: 1.75;
}

.geo-search-form {
  display: grid;
  width: min(750px, 100%);
  min-height: 72px;
  margin: 40px auto 0;
  padding: 7px;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31, 64, 124, 0.12);
  grid-template-columns: 1fr auto;
  gap: 7px;
}

.geo-search-field {
  display: flex;
  min-width: 0;
  padding: 0 17px;
  align-items: center;
  gap: 12px;
}

.geo-search-field svg {
  width: 21px;
  flex: 0 0 auto;
  color: #8490a3;
  stroke-width: 1.8;
}

.geo-search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--geo-ink);
  font-size: 15px;
}

.geo-search-field input::placeholder {
  color: #9ca6b5;
}

.geo-search-form button {
  display: inline-flex;
  min-width: 190px;
  border-radius: 11px;
  background: var(--geo-blue);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.geo-search-form button:hover {
  background: var(--geo-blue-dark);
  transform: translateY(-1px);
}

.geo-search-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

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

.geo-search-note {
  display: flex;
  margin-top: 14px;
  color: #8b96a8;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
}

.geo-search-note span {
  color: var(--geo-blue);
  font-weight: 800;
}

.geo-content-section {
  padding: 130px 0;
}

.geo-analysis-section {
  background: #f6f8fc;
}

.geo-process-section {
  background: #fff;
}

.geo-section-heading {
  text-align: center;
}

.geo-section-heading > p {
  color: var(--geo-blue);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.geo-section-heading h2 {
  margin-top: 13px;
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 1.2;
}

.geo-chat-demo {
  margin-top: 65px;
  padding: 42px 42px 28px;
  border: 1px solid #e1e6ef;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 20px 65px rgba(35, 53, 86, 0.08);
}

.geo-chat-question,
.geo-chat-answer {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  gap: 24px;
}

.geo-chat-question {
  align-items: center;
}

.geo-chat-question h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 670;
  letter-spacing: -0.04em;
}

.geo-chat-avatar {
  display: grid;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  place-content: center;
  text-align: center;
}

.geo-chat-avatar.user {
  background: #f1f3f7;
  color: var(--geo-ink);
}

.geo-chat-avatar.user svg {
  width: 27px;
  margin: 0 auto;
  stroke-width: 1.8;
}

.geo-chat-avatar.user small {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

.geo-chat-avatar.ai {
  margin-top: 8px;
  background: var(--geo-ink);
  color: #fff;
  font-size: 28px;
  font-weight: 650;
}

.geo-chat-answer {
  margin-top: 25px;
}

.geo-answer-panel {
  padding: 30px 28px 0;
  border-radius: 22px;
  background: linear-gradient(145deg, #f4f7fc, #f8faff);
}

.geo-answer-intro {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
}

.geo-evidence-card {
  display: grid;
  min-height: 105px;
  margin-bottom: 10px;
  padding: 18px 20px;
  border: 1px solid #dbe3f0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  grid-template-columns: 62px 1fr auto;
  align-items: center;
  gap: 18px;
}

.geo-evidence-card.is-primary {
  border: 2px solid var(--geo-blue);
  box-shadow: 0 8px 24px rgba(20, 91, 245, 0.08);
}

.geo-evidence-icon {
  display: grid;
  width: 58px;
  height: 58px;
  border-radius: 13px;
  background: #edf2fb;
  place-content: center;
  color: #536078;
}

.geo-evidence-icon.chart {
  background: var(--geo-blue);
  color: #fff;
}

.geo-evidence-icon svg {
  width: 30px;
  stroke-width: 1.8;
}

.geo-evidence-card h4 {
  font-size: 18px;
  font-weight: 690;
  letter-spacing: -0.025em;
}

.geo-evidence-card p {
  margin-top: 4px;
  color: var(--geo-muted);
  font-size: 15px;
}

.geo-evidence-card button {
  padding: 10px 15px;
  border: 1px solid #ccdcff;
  border-radius: 10px;
  background: #fff;
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 700;
}

.geo-answer-cta {
  display: flex;
  min-height: 62px;
  margin-top: 16px;
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.72);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.geo-answer-cta span,
.geo-answer-cta a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 650;
}

.geo-answer-cta span {
  color: var(--geo-blue);
}

.geo-answer-cta span svg {
  width: 21px;
}

.geo-answer-cta a {
  padding-left: 24px;
  border-left: 1px solid #d9e0eb;
  color: var(--geo-ink);
}

.geo-answer-cta b {
  font-size: 21px;
}

.geo-process-intro {
  margin-top: 62px;
  text-align: center;
}

.geo-process-intro > span {
  display: inline-flex;
  padding: 6px 18px;
  border-radius: 999px;
  background: #eaf0ff;
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 750;
}

.geo-process-intro h3 {
  margin-top: 18px;
  font-size: clamp(32px, 4.3vw, 50px);
  font-weight: 690;
  letter-spacing: -0.052em;
  line-height: 1.22;
}

.geo-process-intro h3 em {
  color: var(--geo-blue);
  font-style: normal;
}

.geo-process-intro > p {
  margin-top: 16px;
  color: var(--geo-muted);
  font-size: 15px;
}

.geo-process-cards {
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 28px 1fr 28px 1fr;
  align-items: center;
  gap: 10px;
}

.geo-process-cards article {
  display: flex;
  min-height: 385px;
  padding: 28px 24px;
  border: 1px solid #ced8e8;
  border-radius: 15px;
  background: #fff;
  flex-direction: column;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.geo-process-cards article:hover {
  border-color: #bdd3f5;
  box-shadow: 0 18px 45px rgba(31, 66, 104, 0.1);
  transform: translateY(-5px);
}

.geo-process-cards article > p:first-child {
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 750;
}

.geo-process-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-top: 18px;
  border-radius: 17px;
  background: #eaf0ff;
  place-content: center;
  color: var(--geo-blue);
}

.geo-process-icon svg {
  width: 34px;
  stroke-width: 1.7;
}

.geo-process-cards h4 {
  margin-top: 22px;
  font-size: 19px;
  font-weight: 700;
}

.geo-process-cards article > p:nth-of-type(2) {
  margin-top: 14px;
  color: #45536d;
  font-size: 13px;
  line-height: 1.8;
}

.geo-process-cards small {
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 9px;
  background: #f1f4fa;
  color: #3159b4;
  font-size: 15px;
  text-align: center;
}

.geo-process-arrow {
  color: var(--geo-blue);
  font-size: 32px;
  font-style: normal;
  text-align: center;
}

.geo-analysis-table-wrap {
  margin-top: 52px;
}

.geo-analysis-table-wrap > h3 {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.geo-analysis-table-wrap > h3 em {
  color: var(--geo-blue);
  font-style: normal;
}

.geo-analysis-table {
  border: 1px solid #d6deeb;
  border-radius: 15px;
  overflow: hidden;
}

.geo-analysis-row {
  display: grid;
  min-height: 76px;
  border-bottom: 1px solid #dfe5ef;
  grid-template-columns: 200px 1fr 1.12fr;
}

.geo-analysis-row:last-child {
  border-bottom: 0;
}

.geo-analysis-row > * {
  display: flex;
  padding: 14px 18px;
  border-right: 1px solid #dfe5ef;
  flex-direction: column;
  justify-content: center;
  color: #56647d;
  font-size: 12px;
}

.geo-analysis-row > *:last-child {
  border-right: 0;
}

.geo-analysis-row.is-head {
  min-height: 52px;
  background: #f6f8fb;
}

.geo-analysis-row.is-head span {
  align-items: center;
  color: var(--geo-ink);
  font-weight: 700;
}

.geo-analysis-row.is-head span:first-child {
  align-items: flex-start;
}

.geo-analysis-row.is-head span:nth-child(n + 2) {
  font-size: 15px;
}

.geo-analysis-row.is-head span:last-child {
  background: var(--geo-blue);
  color: #fff;
}

.geo-analysis-row strong {
  color: var(--geo-ink);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 13px;
}

.geo-analysis-row strong i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #edf2ff;
  place-content: center;
  color: var(--geo-blue);
  font-style: normal;
}

.geo-analysis-row:not(.is-head) > span:first-of-type {
  font-size: 15px;
}

.geo-analysis-row > span:last-child b {
  color: var(--geo-blue);
  font-size: 15px;
}

.geo-analysis-row small {
  margin-top: 3px;
  color: #47546d;
  font-size: 12px;
}

.geo-bottom-cta {
  display: grid;
  min-height: 62px;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 13px;
  background: #f0f4fc;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 13px;
  color: var(--geo-blue);
}

.geo-bottom-cta > b {
  font-size: 26px;
}

.geo-bottom-cta strong {
  font-size: 14px;
}

.geo-bottom-cta span {
  padding-left: 26px;
  border-left: 1px solid #cfd8e9;
  color: var(--geo-ink);
  font-size: 12px;
  text-align: right;
}

.geo-report-modal[hidden],
.geo-report-loading[hidden],
.geo-report-content[hidden],
.geo-report-error[hidden] {
  display: none;
}

.geo-report-modal {
  position: fixed;
  z-index: 600;
  inset: 0;
  display: grid;
  padding: 22px;
  place-items: center;
}

.geo-report-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 20, 0.76);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.geo-report-dialog {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 44px);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.38);
  animation: geo-report-in 320ms var(--ease);
}

.geo-report-modal[aria-busy="true"] .geo-report-dialog {
  outline: 1px solid rgba(37, 200, 239, 0.22);
}

.geo-report-close {
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  place-items: center;
}

.geo-report-close svg { width: 17px; }
.geo-report-close:hover { background: rgba(255, 255, 255, 0.16); }

.geo-report-loading,
.geo-report-error {
  min-height: 620px;
  padding: 60px 24px;
  text-align: center;
  place-content: center;
}

.geo-report-loading {
  display: grid;
  background:
    radial-gradient(circle at 50% 35%, rgba(20, 91, 245, 0.19), transparent 34%),
    #091224;
  color: #fff;
}

.geo-loading-orbit {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 30px;
  border: 1px solid rgba(42, 194, 255, 0.28);
  border-radius: 50%;
  animation: geo-spin 2.4s linear infinite;
}

.geo-loading-orbit::before,
.geo-loading-orbit::after {
  position: absolute;
  border: 1px solid rgba(42, 194, 255, 0.18);
  border-radius: 50%;
  content: "";
  inset: 13px;
}

.geo-loading-orbit::after { inset: 29px; background: var(--geo-blue); box-shadow: 0 0 28px rgba(20, 91, 245, 0.75); }
.geo-loading-orbit i { position: absolute; top: -4px; left: 42px; width: 8px; height: 8px; border-radius: 50%; background: #24c7ef; box-shadow: 0 0 12px #24c7ef; }
.geo-report-loading > p { color: #25c8ef; font-size: 11px; font-weight: 750; letter-spacing: 0.14em; text-transform: uppercase; }
.geo-report-loading h2 { margin-top: 13px; font-size: 29px; letter-spacing: -0.04em; }
.geo-report-loading > span:nth-of-type(2) { margin-top: 12px; color: rgba(255, 255, 255, 0.5); font-size: 13px; }

.geo-loading-bar {
  width: min(360px, 80%);
  height: 3px;
  margin: 34px auto 0;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.geo-loading-bar i { display: block; width: 45%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--geo-blue), #24c7ef); animation: geo-loading 1.3s var(--ease) infinite; }

.geo-loading-cancel {
  min-width: 112px;
  margin: 24px auto 0;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.geo-loading-cancel:hover,
.geo-loading-cancel:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.geo-report-content {
  max-height: calc(100vh - 44px);
  overflow-y: auto;
}

.geo-report-header {
  min-height: 162px;
  padding: 28px 34px;
  background:
    radial-gradient(circle at 88% 0%, rgba(20, 91, 245, 0.2), transparent 32%),
    #091224;
  color: #fff;
}

.geo-report-header p { color: #27c7ea; font-size: 11px; font-weight: 750; letter-spacing: 0.03em; }
.geo-report-header h2 { margin-top: 13px; font-size: 29px; font-weight: 680; letter-spacing: -0.045em; }
.geo-report-header > span { display: block; margin-top: 4px; color: #b8c7e5; font-size: 12px; font-weight: 650; }
.geo-report-body { padding: 42px 34px 0; }

.geo-report-summary {
  padding: 20px 24px;
  border-left: 3px solid var(--geo-blue);
  border-radius: 0 13px 13px 0;
  background: #edf3ff;
}

.geo-report-summary > p { color: #263754; font-size: 13px; font-weight: 650; }
.geo-report-summary strong { display: block; margin-top: 6px; color: var(--geo-blue); font-size: 14px; }
.geo-report-summary small { display: block; margin-top: 9px; color: #7b89a1; font-size: 10px; }

.geo-score-cards {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.geo-score-cards article { min-height: 154px; padding: 20px 18px; border-radius: 13px; background: #f2f4f7; }
.geo-score-cards p { color: #66758d; font-size: 11px; font-weight: 700; }
.geo-score-cards strong { display: block; margin-top: 6px; color: #2855e7; font-size: 28px; line-height: 1.1; }
.geo-score-cards strong span { margin-left: 3px; color: #8d9ab0; font-size: 11px; }
.geo-score-cards small { display: block; margin-top: 10px; color: #68768d; font-size: 10px; line-height: 1.55; }

.geo-score-chart { margin-top: 38px; padding-top: 30px; border-top: 1px solid #dfe5ef; }
.geo-report-section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.geo-report-section-title h3 { font-size: 19px; letter-spacing: -0.03em; }
.geo-report-section-title p { display: flex; align-items: center; gap: 6px; color: #738199; font-size: 10px; }
.geo-report-section-title p span { width: 9px; height: 9px; border-radius: 3px; background: #2855e7; }
.geo-report-section-title p span:nth-child(2) { margin-left: 8px; background: #1db1ca; }

.geo-chart-grid {
  position: relative;
  display: grid;
  height: 250px;
  margin-top: 24px;
  padding: 14px 10px 0;
  border-bottom: 1px solid #ccd6e5;
  background: repeating-linear-gradient(to bottom, #dfe5ef 0 1px, transparent 1px 58px);
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.geo-chart-group { display: grid; min-width: 0; grid-template-rows: 1fr 42px; }
.geo-chart-bars { display: flex; height: 194px; align-items: end; justify-content: center; gap: 10px; }
.geo-chart-bars i { position: relative; display: block; width: 32px; height: var(--score); max-height: 100%; border-radius: 6px 6px 0 0; background: #2855e7; animation: geo-bar-grow 700ms var(--ease); transform-origin: bottom; }
.geo-chart-bars i.is-potential { background: #1db1ca; }
.geo-chart-bars b { position: absolute; top: -19px; left: 50%; color: inherit; font-size: 9px; font-style: normal; white-space: nowrap; transform: translateX(-50%); }
.geo-chart-bars i.is-current b { color: #2855e7; }
.geo-chart-bars i.is-potential b { color: #078ba3; }
.geo-chart-group > span { padding-top: 9px; color: #60708a; font-size: 10px; font-weight: 650; text-align: center; }

.geo-locked-wrap { position: relative; min-height: 370px; margin: 38px -34px 0; overflow: hidden; border-top: 1px solid #e0e6ef; }
.geo-locked-content { padding: 30px 34px 70px; filter: blur(7px); opacity: 0.46; user-select: none; }
.geo-locked-content h3 { margin-bottom: 16px; font-size: 18px; }
.geo-locked-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.geo-locked-grid article { min-height: 120px; padding: 18px; border: 1px solid #dce3ee; border-radius: 12px; }
.geo-locked-grid b { color: var(--geo-blue); font-size: 10px; }
.geo-locked-grid strong { display: block; margin-top: 6px; font-size: 13px; }
.geo-locked-grid p { margin-top: 6px; color: #65738a; font-size: 10px; }
.geo-fake-lines { display: grid; gap: 9px; }
.geo-fake-lines i { display: block; width: 100%; height: 13px; border-radius: 4px; background: #dce3ed; }
.geo-fake-lines i:nth-child(2) { width: 86%; }
.geo-fake-lines i:nth-child(3) { width: 94%; }
.geo-fake-lines i:nth-child(4) { width: 70%; }

.geo-locked-cta {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  padding: 40px 24px;
  background: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(255,255,255,.86) 32%, #fff 88%);
  text-align: center;
  place-content: center;
}

.geo-locked-cta > span { display: grid; width: 42px; height: 42px; margin: 0 auto 12px; border-radius: 50%; background: #eaf1ff; color: var(--geo-blue); place-items: center; }
.geo-locked-cta h3 { font-size: 22px; letter-spacing: -0.035em; }
.geo-locked-cta p { max-width: 470px; margin-top: 8px; color: #6e7c92; font-size: 12px; }
.geo-locked-cta a { display: inline-flex; min-width: 180px; min-height: 48px; margin: 20px auto 0; padding: 0 20px; border-radius: 10px; background: var(--geo-blue); color: #fff; align-items: center; justify-content: center; gap: 12px; font-size: 13px; font-weight: 700; }

.geo-report-error { display: grid; background: #fff; }
.geo-report-error > span { display: grid; width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 50%; background: #fff0f0; color: #d33; place-items: center; font-size: 25px; font-weight: 750; }
.geo-report-error h2 { font-size: 27px; letter-spacing: -0.04em; }
.geo-report-error p { max-width: 480px; margin: 10px auto 24px; color: var(--geo-muted); font-size: 13px; }
.geo-report-error button { min-height: 46px; padding: 0 22px; border-radius: 10px; background: var(--geo-blue); color: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }

@keyframes geo-report-in { from { opacity: 0; transform: translateY(15px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes geo-spin { to { transform: rotate(360deg); } }
@keyframes geo-loading { from { transform: translateX(-110%); } to { transform: translateX(245%); } }
@keyframes geo-bar-grow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

@media (max-width: 900px) {
  .geo-chat-demo {
    padding-inline: 24px;
  }

  .geo-chat-question,
  .geo-chat-answer {
    grid-template-columns: 62px 1fr;
    gap: 16px;
  }

  .geo-chat-avatar {
    width: 56px;
    height: 56px;
  }

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

  .geo-process-cards article {
    min-height: 330px;
  }

  .geo-process-arrow {
    transform: rotate(90deg);
  }

  .geo-analysis-row {
    grid-template-columns: 165px 1fr 1.12fr;
  }
}

@media (max-width: 680px) {
  .geo-shell {
    width: calc(100% - 32px);
  }

  .geo-search-section {
    min-height: 700px;
    padding: 80px 0 64px;
  }

  .geo-search-section h1 {
    font-size: 44px;
  }

  .geo-search-copy {
    font-size: 15px;
  }

  .geo-search-form {
    min-height: auto;
    padding: 8px;
    grid-template-columns: 1fr;
  }

  .geo-search-field {
    min-height: 54px;
  }

  .geo-search-form button {
    min-height: 54px;
  }

  .geo-content-section {
    padding: 90px 0;
  }

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

  .geo-chat-demo {
    margin-top: 42px;
    padding: 24px 16px 16px;
  }

  .geo-chat-question,
  .geo-chat-answer {
    grid-template-columns: 1fr;
  }

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

  .geo-chat-avatar.ai {
    margin-top: 0;
  }

  .geo-answer-panel {
    padding: 22px 12px 0;
  }

  .geo-answer-intro {
    font-size: 17px;
  }

  .geo-evidence-card {
    padding: 15px 13px;
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .geo-evidence-icon {
    width: 46px;
    height: 46px;
  }

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

  .geo-evidence-card h4 {
    font-size: 15px;
  }

  .geo-evidence-card p {
    font-size: 11px;
  }

  .geo-evidence-card button {
    display: none;
  }

  .geo-answer-cta {
    padding: 16px 4px;
    align-items: flex-start;
    flex-direction: column;
  }

  .geo-answer-cta a {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid #d9e0eb;
    border-left: 0;
  }

  .geo-process-intro h3 {
    font-size: 33px;
  }

  .geo-analysis-table {
    border: 0;
    border-radius: 0;
  }

  .geo-analysis-row,
  .geo-analysis-row.is-head {
    margin-bottom: 12px;
    border: 1px solid #d6deeb;
    border-radius: 13px;
    overflow: hidden;
    grid-template-columns: 1fr;
  }

  .geo-analysis-row.is-head {
    display: none;
  }

  .geo-analysis-row > * {
    border-right: 0;
    border-bottom: 1px solid #e0e5ed;
  }

  .geo-analysis-row > *:last-child {
    border-bottom: 0;
    background: #f4f7ff;
  }

  .geo-bottom-cta {
    padding: 16px;
    grid-template-columns: auto 1fr;
  }

  .geo-bottom-cta span {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid #cfd8e9;
    border-left: 0;
    grid-column: 1 / -1;
    text-align: left;
  }

  .geo-report-modal { padding: 0; }
  .geo-report-dialog, .geo-report-content { width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .geo-report-header { min-height: 150px; padding: 26px 22px; }
  .geo-report-header h2 { max-width: calc(100% - 42px); font-size: 24px; }
  .geo-report-body { padding: 28px 18px 0; }
  .geo-score-cards { grid-template-columns: repeat(2, 1fr); }
  .geo-score-cards article { min-height: 140px; }
  .geo-report-section-title { align-items: flex-start; flex-direction: column; }
  .geo-chart-grid { height: 230px; padding-inline: 0; gap: 5px; }
  .geo-chart-bars { height: 174px; gap: 4px; }
  .geo-chart-bars i { width: 22px; }
  .geo-chart-group > span { font-size: 9px; word-break: keep-all; }
  .geo-locked-wrap { margin-right: -18px; margin-left: -18px; }
  .geo-locked-grid { grid-template-columns: 1fr; }
  .geo-report-loading, .geo-report-error { min-height: 100vh; }
}
