.geo-page-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 96px 16px 48px;
}

.geo-nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.geo-nav {
  margin: 0;
  font-size: 14px;
}

.geo-nav a {
  color: #b3b3b3;
  text-decoration: none;
}

.geo-nav a:hover {
  color: #ffffff;
}

.geo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.geo-hero-copy {
  min-width: 0;
  padding: 28px 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 159, 255, 0.14), transparent 38%),
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.14), transparent 44%),
    rgba(14, 23, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.geo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.geo-page-shell h1 {
  color: #ffffff;
  margin: 0 0 16px;
  font-size: clamp(2.05rem, 4.4vw, 3.2rem);
  line-height: 1.05;
}

.geo-lead {
  font-size: 1.05rem;
  line-height: 1.72;
  color: #d0d0d0;
 /* margin: 0 0 20px;*/
  max-width: 58ch;
  margin:0 auto;
}

.geo-lead strong {
  color: #ffffff;
  font-weight: 600;
}

.geo-statement-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.geo-statement {
  padding: 14px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 55%),
    rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  color: #ffffff;
  line-height: 1.6;
}

.geo-statement span {
  color: #9b9b9b;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.geo-hero-card {
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.18), transparent 42%),
    radial-gradient(circle at bottom left, rgba(15, 159, 255, 0.16), transparent 34%),
    rgba(12, 12, 12, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.geo-hero-card-label {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.geo-hero-card p,
.geo-hero-card li,
.geo-section p,
.geo-section li,
.geo-table td,
.geo-table th,
.geo-chip-grid p {
  font-size: 15px;
  line-height: 1.72;
}

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

.geo-mini-list li {
  padding-left: 16px;
  position: relative;
}

.geo-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0f9fff, #cc00fd);
}

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

.geo-chip {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-chip-label {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.geo-main-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.geo-related-nav {
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

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

.geo-related-nav h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
}

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

.geo-related-grid--compact .geo-related-link {
  padding: 16px 18px;
  border-radius: 16px;
}

.geo-related-link {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9d9d9;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

.geo-related-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.geo-related-link-kicker {
  display: block;
  margin-bottom: 6px;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.geo-related-link-label {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
}

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

.learn-link {
  position: relative;
  display: block;
  padding: 8px 0 10px 18px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.learn-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(90deg, #0f9fff, #cc00fd);
  box-shadow: 0 0 14px rgba(116, 70, 255, 0.5);
}

.learn-link:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateX(2px);
}

.learn-link-kicker {
  display: block;
  margin-bottom: 4px;
  color: #9b9b9b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.learn-link-label {
  display: block;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.blog-page-shell {
  max-width: 1080px;
}

.blog-index-hero {
  grid-template-columns: 1fr;
}

.blog-index-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.blog-index-link {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  column-gap: 18px;
  padding: 18px 0;
}

.blog-index-link::before {
  position: static;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin-top: 10px;
}

.blog-index-link .learn-link-label,
.blog-index-link .blog-index-desc {
  grid-column: 2;
}

.blog-index-desc {
  display: block;
  margin-top: 10px;
  color: #b8b8b8;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 760px;
}

.blog-index-link .learn-link-label {
  font-size: 1.16rem;
  line-height: 1.3;
}

.blog-article-card {
  max-width: 960px;
  margin: 0 auto;
}

.blog-markdown {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.78;
}

.blog-markdown h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 22px;
}

.blog-markdown h2 {
  margin-top: 38px;
  padding-top: 8px;
}

.blog-markdown h3 {
  margin-top: 26px;
  font-size: 1.18rem;
}

.blog-markdown p,
.blog-markdown li {
  color: #c9c9c9;
}

.blog-markdown blockquote {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-left: 3px solid #0f9fff;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.12), transparent 48%),
    rgba(255, 255, 255, 0.04);
}

.blog-markdown blockquote p {
  margin: 0;
  color: #ffffff;
}

.blog-markdown a {
  color: #8bc8ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 200, 255, 0.45);
}

.blog-markdown a:hover {
  color: #ffffff;
  border-bottom-color: rgba(204, 0, 253, 0.75);
}

.blog-markdown code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.blog-markdown pre {
  overflow-x: auto;
  padding: 18px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-markdown pre code {
  padding: 0;
  background: transparent;
}

.blog-markdown hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 30px 0;
}

.geo-section {
  text-align: left;
  padding: 28px 0 0;
}

.geo-section-card {
  padding: 24px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.geo-section h2 {
  color: #ffffff;
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  text-align: left;
}

.geo-section h3 {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.geo-section p:last-child,
.geo-section ul:last-child {
  margin-bottom: 0;
}

.geo-list {
  margin: 0;
  padding-left: 20px;
}

.geo-list li + li {
  margin-top: 10px;
}

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

.geo-compare-intro {
  display: grid;
  gap: 12px;
}

.geo-table-wrap {
  overflow-x: auto;
}

.geo-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 700px;
}

.geo-table th,
.geo-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.geo-table th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.geo-table td strong {
  color: #ffffff;
}

.geo-table tr:last-child td {
  border-bottom: none;
}

.brand-facts-page .geo-hero {
  grid-template-columns: 1fr;
}

.brand-facts-page .geo-hero-copy {
  text-align: center;
}

.brand-facts-page .geo-hero-copy h1 {
  margin-bottom: 0;
}

.brand-facts-page .geo-hero-card a,
.brand-facts-page .geo-section-card a {
  color: #8bc8ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 200, 255, 0.45);
  overflow-wrap: anywhere;
}

.brand-facts-page .geo-hero-card a:hover,
.brand-facts-page .geo-section-card a:hover {
  color: #ffffff;
  border-bottom-color: rgba(204, 0, 253, 0.75);
}

.brand-facts-table {
  min-width: 0;
}

.brand-facts-table th {
  width: 220px;
}

.brand-facts-table code {
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  white-space: nowrap;
}

.brand-facts-quote {
  margin: 0;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.72;
}

.geo-choice-card {
  padding: 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(204, 0, 253, 0.15), transparent 48%),
    rgba(22, 22, 22, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-choice-card h3,
.geo-choice-card p,
.geo-choice-card li {
  margin-top: 0;
}

.geo-cta-strip {
  margin-top: 32px;
  padding: 28px 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(15, 159, 255, 0.14), transparent 38%),
    radial-gradient(circle at bottom right, rgba(204, 0, 253, 0.16), transparent 46%),
    rgba(12, 12, 12, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.geo-cta-strip h2 {
  margin: 0 0 12px;
}

.geo-cta-strip p {
  margin: 0 0 18px;
}

.geo-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.geo-cta-links .btn-row {
  justify-content: flex-start;
  margin: 0;
}

.geo-cta-links .btn-download {
  min-width: 220px;
}

.geo-note {
  color: #8d8d8d;
  font-size: 13px;
  margin-top: 10px;
}

.geo-page-shell + footer {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .geo-hero {
    grid-template-columns: 1fr;
  }

  .geo-chip-grid,
  .geo-split,
  .geo-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .geo-page-shell {
    padding-top: 88px;
    padding-bottom: 32px;
  }

  .geo-hero-card,
  .geo-hero-copy,
  .geo-section-card,
  .geo-cta-strip {
    padding: 20px;
  }

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

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

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