.marketing-body {
  background: #f8fafc;
  color: #0f172a;
  margin: 0;
}

.geo-industry-special-home,
.industry-hero,
.industry-architecture {
  position: relative;
}

.geo-industry-special-layout,
.industry-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(99, 230, 255, 0.16);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(135deg, rgba(8, 17, 31, .94), rgba(13, 45, 58, .9));
  box-shadow: 0 22px 70px rgba(0,0,0,.26);
}

.geo-industry-special-copy h2,
.industry-hero h1 {
  margin: 10px 0 14px;
  color: #f4f8ff;
  font-size: 34px;
  line-height: 1.18;
}

.geo-industry-special-copy p,
.industry-hero-copy p,
.industry-hero-panel p {
  color: #aebdd0;
  font-size: 15px;
  line-height: 1.85;
}

.geo-industry-special-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.geo-industry-special-panel,
.industry-hero-panel {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.07);
}

.geo-industry-special-panel div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 54px;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  border-radius: 8px;
  padding: 10px;
  background: rgba(255,255,255,.08);
}

.geo-industry-special-panel span,
.industry-hero-panel strong,
.industry-card-top span {
  color: #69d7e5;
  font-size: 12px;
  font-weight: 900;
}

.geo-industry-special-panel strong {
  color: #f4f8ff;
  font-size: 14px;
}

.geo-industry-special-panel em,
.industry-card-top em {
  justify-self: end;
  border-radius: 999px;
  padding: 3px 8px;
  color: #0d7048;
  background: #dff7eb;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.industry-hero {
  margin-bottom: 28px;
}

.industry-hero-copy h1 {
  font-size: 54px;
}

.industry-hero-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.industry-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.industry-hero-stats span {
  min-height: 86px;
  border-radius: 8px;
  padding: 12px;
  color: #c9d8e8;
  background: rgba(255,255,255,.08);
}

.industry-hero-stats b {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.industry-card-grid,
.industry-architecture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.industry-card,
.industry-architecture-grid article {
  min-height: 220px;
  border: 1px solid #d9e7ec;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  color: #102033;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(6, 24, 44, .08);
}

.industry-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-card-disabled {
  opacity: .74;
}

.industry-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.industry-card h3,
.industry-architecture-grid h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
}

.industry-card p,
.industry-architecture-grid p {
  margin: 0;
  color: #526070;
  font-size: 14px;
  line-height: 1.7;
}

.industry-card > strong {
  margin-top: auto;
  color: #1677ff;
}

.industry-architecture-grid article span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #1677ff;
  font-weight: 900;
}

.industry-pricing {
  background: #f8fbfc;
}

.industry-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.industry-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border: 1px solid #d9e7ec;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(6, 24, 44, .08);
}

.industry-plan-head span,
.industry-plan-limits span {
  color: #1677ff;
  font-size: 12px;
  font-weight: 900;
}

.industry-plan-head h3 {
  margin: 8px 0 14px;
  color: #0f172a;
  font-size: 22px;
}

.industry-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #0f172a;
}

.industry-plan-price strong {
  font-size: 34px;
}

.industry-plan-price em,
.industry-plan-year {
  color: #64748b;
  font-style: normal;
}

.industry-plan-limits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.industry-plan-limits span {
  border-radius: 999px;
  padding: 5px 10px;
  background: #e8f1ff;
}

.industry-plan-card p,
.industry-plan-card li {
  color: #526070;
  line-height: 1.7;
}

.industry-plan-card ul {
  margin: 6px 0 20px;
  padding-left: 18px;
}

.industry-plan-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 900px) {
  .geo-industry-special-layout,
  .industry-hero,
  .industry-card-grid,
  .industry-architecture-grid,
  .industry-plan-grid,
  .industry-hero-stats {
    grid-template-columns: 1fr;
  }

  .industry-hero-copy h1 {
    font-size: 38px;
  }
}
.marketing-body.public-home {
  background:
    radial-gradient(circle at 12% 12%, rgba(27, 94, 120, 0.34), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(61, 112, 67, 0.25), transparent 32%),
    linear-gradient(rgba(44, 84, 112, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 84, 112, 0.18) 1px, transparent 1px),
    #07111f;
  background-size: auto, auto, 96px 96px, 96px 96px, auto;
  color: #eaf3ff;
}
.marketing-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.public-home .marketing-header {
  background: rgba(5, 14, 26, 0.86);
  border-bottom-color: rgba(84, 255, 201, 0.16);
  top: 12px;
  width: min(1080px, calc(100% - 32px));
  margin: 12px auto 0;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}
.marketing-header-inner {
  max-width: none;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.marketing-brand {
  font-weight: 700;
  font-size: 17px;
  color: #0f172a;
  text-decoration: none;
}
.public-home .marketing-brand {
  color: #f5fbff;
}
.marketing-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
}
.marketing-nav a { color: #334155; text-decoration: none; }
.marketing-nav a:hover { color: #1677ff; }
.public-home .marketing-nav a { color: #b9c8da; }
.public-home .marketing-nav a:hover { color: #8dff91; }
.marketing-nav .btn-sm {
  padding: 6px 14px;
  font-size: 13px;
}
.public-home .marketing-nav .btn-sm {
  background: rgba(84, 255, 201, 0.08);
  border-color: rgba(84, 255, 201, 0.36);
  color: #d8fff4;
}
.marketing-main { max-width: 1080px; margin: 0 auto; padding: 72px 16px 54px; }
.marketing-body .btn {
  border-radius: 999px;
  font-weight: 800;
}
.public-home .site-footer {
  background: transparent;
  color: #7f91a8;
  border-top: 1px solid rgba(84, 255, 201, 0.1);
}
.public-home .site-footer a,
.public-home .mkt-trust a {
  color: #8dff91;
}
.mkt-hero {
  background: linear-gradient(135deg, #1677ff 0%, #0958d9 100%);
  color: #fff;
  border-radius: 8px;
  padding: 40px 28px;
  margin-bottom: 24px;
}
.mkt-hero h1 { margin: 0 0 12px; font-size: 28px; line-height: 1.35; }
.mkt-hero p { margin: 0 0 20px; opacity: 0.92; font-size: 16px; line-height: 1.6; max-width: 640px; }
.mkt-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.mkt-hero .btn { background: #fff; color: #1677ff; border: none; }
.mkt-hero .btn-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.6); }
.geo-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 40px;
  align-items: center;
  min-height: 650px;
  padding: 42px 4px 66px;
}
.geo-hero::before {
  content: "";
  position: absolute;
  inset: -80px -16px auto;
  height: 620px;
  background:
    radial-gradient(circle at 16% 18%, rgba(102, 255, 196, 0.12), transparent 36%),
    radial-gradient(circle at 74% 26%, rgba(65, 157, 255, 0.14), transparent 38%);
  pointer-events: none;
}
.geo-hero-copy,
.geo-lab {
  position: relative;
  z-index: 1;
}
.geo-kicker,
.geo-section-kicker {
  margin: 0;
  color: #64ffd3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.geo-hero h1 {
  margin: 18px 0 22px;
  color: #f4f8ff;
  font-size: 76px;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0,0,0,0.26);
}
.geo-lead {
  max-width: 650px;
  margin: 0;
  color: #aebdd0;
  font-size: 16px;
  line-height: 1.9;
}
.geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.geo-actions .btn,
.geo-system-bottom .btn,
.geo-final-cta .btn {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6df6b2, #9dff79);
  border-color: transparent;
  color: #04111d;
  box-shadow: 0 14px 34px rgba(105, 255, 159, 0.2);
}
.geo-actions .btn-secondary,
.geo-final-cta .btn-secondary {
  background: rgba(255,255,255,0.045);
  border-color: rgba(141, 255, 145, 0.24);
  color: #d8e6f8;
  box-shadow: none;
}
.geo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.geo-pill-row span {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(141, 255, 145, 0.22);
  color: #a8bacf;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  background: rgba(255,255,255,0.035);
}
.geo-lab {
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(4, 11, 22, 0.94));
  border: 1px solid rgba(99, 230, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.04);
  animation: geo-float 5.8s ease-in-out infinite;
}
.geo-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(84, 255, 201, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 255, 201, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 80%);
  pointer-events: none;
}
.geo-lab-top,
.geo-question,
.geo-answer,
.geo-meter-list,
.geo-model-tags {
  position: relative;
  z-index: 1;
}
.geo-lab-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}
.geo-lab-top span {
  display: block;
  color: #6ee7d8;
  font-size: 12px;
  margin-bottom: 5px;
}
.geo-lab-top strong {
  color: #f3f8ff;
  font-size: 20px;
}
.geo-lab-top em {
  font-style: normal;
  color: #04111d;
  background: #8dff91;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
}
.geo-question {
  margin-left: auto;
  width: 72%;
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}
.geo-question span,
.geo-answer-head span {
  display: block;
  color: #8ca0b8;
  font-size: 12px;
  margin-bottom: 7px;
}
.geo-question strong {
  color: #f1f7ff;
  font-size: 17px;
  line-height: 1.45;
}
.geo-answer {
  margin-top: 18px;
  border: 1px solid rgba(99, 230, 255, 0.28);
  border-radius: 8px;
  padding: 18px;
  background: rgba(9, 25, 40, 0.9);
}
.geo-answer-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
.geo-answer-head b {
  color: #8dff91;
  font-size: 12px;
}
.geo-answer p {
  margin: 0;
  color: #d7e2ef;
  line-height: 1.8;
  font-size: 14px;
}
.geo-meter-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.geo-meter-list div {
  display: grid;
  grid-template-columns: 86px 1fr 44px;
  align-items: center;
  gap: 10px;
  color: #91a5bc;
  font-size: 13px;
}
.geo-meter-list b {
  position: relative;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}
.geo-meter-list b::after {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #49d9c0, #8dff91);
}
.geo-meter-list strong {
  color: #eaf3ff;
  font-size: 13px;
  text-align: right;
}
.geo-model-tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}
.geo-model-tags span {
  min-height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(141, 255, 145, 0.16);
  color: #b7c7d9;
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.geo-band,
.geo-section,
.geo-system,
.geo-final-cta {
  position: relative;
  margin-top: 26px;
  border-radius: 8px;
  border: 1px solid rgba(84, 255, 201, 0.13);
  background: rgba(8, 19, 34, 0.74);
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}
.geo-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 32px;
  padding: 34px;
  align-items: start;
}
.geo-band h2,
.geo-section-head h2,
.geo-system h2,
.geo-final-cta h2 {
  margin: 12px 0 0;
  color: #f3f8ff;
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: 0;
}
.geo-band p,
.geo-section-head span,
.geo-final-cta span {
  margin: 0;
  color: #a9b8ca;
  line-height: 1.85;
  font-size: 15px;
}
.geo-section,
.geo-system,
.geo-final-cta {
  padding: 34px;
}
.geo-section-head {
  max-width: 780px;
  margin-bottom: 24px;
}
.geo-growth-cards,
.geo-proof-layout,
.geo-delivery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.geo-proof-system {
  background:
    radial-gradient(circle at 16% 18%, rgba(84, 255, 201, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(5, 13, 26, 0.98), rgba(8, 31, 43, 0.9));
}
.geo-industry-system {
  overflow: hidden;
}
.geo-industry-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(109, 246, 178, 0.08), transparent 42%),
    linear-gradient(300deg, rgba(65, 157, 255, 0.08), transparent 44%);
  pointer-events: none;
}
.geo-industry-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.geo-industry-grid article {
  min-height: 174px;
  border-radius: 8px;
  padding: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(84, 255, 201, 0.14);
  box-shadow: 0 18px 44px rgba(0,0,0,0.18);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.geo-industry-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 255, 145, 0.42);
  box-shadow: 0 28px 68px rgba(0,0,0,0.32);
}
.geo-industry-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  border-radius: 6px;
  background: rgba(141, 255, 145, 0.12);
  color: #8dff91;
  font-size: 12px;
  font-weight: 900;
}
.geo-industry-grid h3 {
  margin: 16px 0 10px;
  color: #f3f8ff;
  font-size: 19px;
}
.geo-industry-grid p {
  margin: 0;
  color: #aebdd0;
  line-height: 1.72;
  font-size: 14px;
}
.geo-industry-flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.geo-industry-flow span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #d8fff4;
  background: rgba(84, 255, 201, 0.08);
  border: 1px solid rgba(84, 255, 201, 0.18);
  font-size: 13px;
}
.geo-proof-layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.geo-proof-card {
  position: relative;
  overflow: hidden;
}
.geo-proof-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 16px auto;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 255, 201, 0), rgba(84, 255, 201, 0.58));
}
.geo-upgrade-roadmap {
  background:
    linear-gradient(135deg, rgba(247, 251, 252, 0.98), rgba(225, 238, 242, 0.95));
  color: #132234;
  border-color: rgba(151, 174, 186, 0.55);
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}
.geo-upgrade-roadmap .geo-section-kicker,
.geo-upgrade-roadmap .geo-section-head h2 {
  color: #132234;
}
.geo-upgrade-roadmap .geo-section-head span {
  color: #496173;
}
.geo-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.geo-roadmap-grid article {
  min-height: 218px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(71, 101, 118, 0.16);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 42px rgba(40, 68, 82, 0.13);
}
.geo-roadmap-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0e2a3f;
  color: #9fffe3;
  font-size: 12px;
  font-weight: 900;
}
.geo-roadmap-grid h3 {
  margin: 18px 0 10px;
  color: #132234;
  font-size: 18px;
}
.geo-roadmap-grid p {
  margin: 0;
  color: #4a6072;
  font-size: 14px;
  line-height: 1.75;
}
.geo-growth-cards article,
.geo-proof-card,
.geo-map-grid article,
.geo-delivery-grid article {
  min-height: 218px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(84, 255, 201, 0.12);
  background: linear-gradient(180deg, rgba(12, 27, 46, 0.88), rgba(7, 17, 31, 0.82));
  box-shadow: 0 18px 46px rgba(0,0,0,0.2);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.geo-growth-cards article:hover,
.geo-proof-card:hover,
.geo-map-grid article:hover,
.geo-delivery-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 255, 145, 0.42);
  box-shadow: 0 28px 68px rgba(0,0,0,0.32);
}
.geo-growth-cards em,
.geo-proof-card em,
.geo-delivery-grid span {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(84, 255, 201, 0.1);
  color: #64ffd3;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
}
.geo-growth-cards h3,
.geo-proof-card h3,
.geo-map-grid b,
.geo-delivery-grid h3 {
  display: block;
  margin: 0 0 10px;
  color: #f3f8ff;
  font-size: 17px;
}
.geo-growth-cards p,
.geo-proof-card p,
.geo-map-grid span,
.geo-delivery-grid p {
  margin: 0;
  color: #a9b8ca;
  font-size: 14px;
  line-height: 1.72;
}
.geo-standard-assessment {
  overflow: hidden;
  color: #142133;
  border-color: rgba(141, 178, 189, 0.58);
  background:
    linear-gradient(135deg, rgba(246, 250, 251, 0.98), rgba(226, 239, 242, 0.96));
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}
.geo-standard-assessment::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(29, 77, 92, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 77, 92, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.geo-standard-layout,
.geo-standard-tags,
.geo-standard-workflow,
.geo-standard-note {
  position: relative;
  z-index: 1;
}
.geo-standard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 30px;
  align-items: center;
}
.geo-standard-kicker {
  margin: 0;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.geo-standard-copy h2 {
  margin: 12px 0 16px;
  color: #081827;
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: 0;
}
.geo-standard-copy p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}
.geo-standard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.geo-standard-tags span {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c7d7dd;
  background: rgba(255,255,255,0.62);
  color: #26465b;
  font-size: 12px;
  font-weight: 800;
}
.geo-standard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.geo-standard-actions .btn {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0b1f33;
  border-color: #0b1f33;
  color: #f8fbff;
  box-shadow: 0 16px 34px rgba(11, 31, 51, 0.2);
}
.geo-standard-actions .btn-secondary {
  background: rgba(255,255,255,0.74);
  border-color: #b7cbd3;
  color: #142133;
  box-shadow: none;
}
.geo-standard-dossier {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #b8cbd3;
  background: #fbfdfe;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.16);
}
.geo-dossier-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 20px;
  color: #eaf6ff;
  background: #0b1f33;
}
.geo-dossier-head span {
  display: block;
  margin-bottom: 6px;
  color: #66e4cb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.2px;
}
.geo-dossier-head strong {
  color: #fff;
  font-size: 19px;
}
.geo-dossier-head em {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 10px;
  border: 1px solid rgba(102, 228, 203, 0.45);
  color: #dffcf6;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.geo-dossier-body {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
}
.geo-dossier-score {
  min-height: 150px;
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(180deg, #eef8f6, #e5eff8);
  border: 1px solid #c7d7dd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.geo-dossier-score span,
.geo-dossier-meta span {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}
.geo-dossier-score strong {
  color: #0f766e;
  font-size: 60px;
  line-height: 0.94;
  letter-spacing: 0;
  margin: 8px 0;
}
.geo-dossier-score small {
  color: #1f3a4d;
  font-size: 12px;
  font-weight: 800;
}
.geo-dossier-meta {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px 12px;
  align-content: center;
}
.geo-dossier-meta strong {
  min-width: 0;
  color: #142133;
  font-size: 14px;
  line-height: 1.45;
}
.geo-dossier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 20px 20px;
}
.geo-dossier-grid span,
.geo-dossier-grid b {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #edf5f8;
  color: #244255;
  font-size: 12px;
  text-align: center;
}
.geo-dossier-grid b {
  color: #0f766e;
  background: #e0f3ef;
}
.geo-standard-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border: 1px solid #c5d7de;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.72);
}
.geo-standard-step {
  position: relative;
  min-height: 166px;
  padding: 20px;
  border-right: 1px solid #c5d7de;
}
.geo-standard-step:last-child {
  border-right: 0;
}
.geo-standard-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}
.geo-standard-step strong {
  display: block;
  color: #0f1f2e;
  font-size: 16px;
  margin-bottom: 8px;
}
.geo-standard-step p {
  margin: 0;
  color: #52677a;
  font-size: 13px;
  line-height: 1.7;
}
.geo-standard-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 33, 51, 0.13);
  color: #52677a;
  font-size: 13px;
  line-height: 1.7;
}
.geo-question-map {
  overflow: hidden;
}
.geo-map-layout {
  display: grid;
  gap: 16px;
}
.geo-map-core {
  border-radius: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(99, 230, 255, 0.2);
  background:
    radial-gradient(circle at 70% 18%, rgba(141,255,145,0.13), transparent 32%),
    rgba(4, 13, 25, 0.9);
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.geo-map-core strong {
  color: #f3f8ff;
  font-size: 24px;
  line-height: 1.25;
}
.geo-map-core span {
  color: #98aabe;
  line-height: 1.7;
}
.geo-map-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.geo-map-grid article {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.geo-map-grid small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(84, 255, 201, 0.1);
  color: #64ffd3;
  font-size: 12px;
  font-weight: 900;
}
.geo-map-grid b {
  min-height: 24px;
}
.geo-map-grid span {
  max-width: 160px;
  line-height: 1.65;
}
.geo-delivery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.geo-delivery-grid article {
  min-height: 180px;
}
.geo-growth-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.geo-growth-cards article {
  min-height: 198px;
}
.geo-system {
  background: linear-gradient(135deg, rgba(4, 11, 22, 0.98), rgba(10, 31, 42, 0.92));
}
.geo-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.geo-flow span {
  min-height: 54px;
  border-radius: 8px;
  border: 1px solid rgba(84, 255, 201, 0.16);
  background: rgba(255,255,255,0.045);
  color: #d7e5f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 800;
}
.geo-system-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(84, 255, 201, 0.12);
}
.geo-system-bottom p {
  margin: 0;
  color: #a9b8ca;
  line-height: 1.75;
}
.geo-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, rgba(12, 34, 49, 0.96), rgba(11, 62, 52, 0.82));
}
.geo-final-cta .geo-actions {
  margin-top: 0;
}
.geo-whitepaper-release {
  overflow: hidden;
  color: #142133;
  border-color: rgba(151, 174, 186, 0.58);
  background:
    linear-gradient(135deg, rgba(248, 252, 255, 0.98), rgba(228, 241, 239, 0.96));
  box-shadow: 0 30px 80px rgba(0,0,0,0.26);
}
.geo-whitepaper-release::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(23, 78, 96, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 78, 96, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.geo-whitepaper-layout,
.geo-whitepaper-index,
.geo-whitepaper-quotes {
  position: relative;
  z-index: 1;
}
.geo-whitepaper-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 30px;
  align-items: center;
}
.geo-whitepaper-copy .geo-section-kicker {
  color: #0f766e;
}
.geo-whitepaper-copy h2 {
  margin: 12px 0 16px;
  color: #081827;
  font-size: 34px;
  line-height: 1.24;
  letter-spacing: 0;
}
.geo-whitepaper-copy p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}
.geo-whitepaper-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.geo-whitepaper-meta span {
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid #c7d7dd;
  border-radius: 8px;
  background: rgba(255,255,255,0.68);
  color: #20374a;
  font-size: 14px;
  font-weight: 800;
}
.geo-whitepaper-meta b {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 12px;
}
.geo-whitepaper-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.geo-whitepaper-actions .btn {
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #0b1f33;
  border-color: #0b1f33;
  color: #f8fbff;
  box-shadow: 0 16px 34px rgba(11, 31, 51, 0.2);
}
.geo-whitepaper-actions .btn-secondary {
  background: rgba(255,255,255,0.74);
  border-color: #b7cbd3;
  color: #142133;
  box-shadow: none;
}
.geo-whitepaper-cover {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(160deg, #0b1f33 0%, #0f3d3a 64%, #e0f3ef 64%, #f9fbfc 100%);
  border: 1px solid #9bb4bf;
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
}
.geo-whitepaper-cover::after {
  content: "";
  position: absolute;
  inset: 74px 24px auto auto;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(141, 255, 145, 0.42);
  border-radius: 50%;
  background: rgba(84, 255, 201, 0.08);
}
.geo-whitepaper-cover-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 88px;
}
.geo-whitepaper-cover-top span {
  color: #66e4cb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.2px;
}
.geo-whitepaper-cover-top em {
  color: #0b1f33;
  background: #8dff91;
  border-radius: 999px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}
.geo-whitepaper-cover strong {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}
.geo-whitepaper-cover p {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 16px 0 0;
  color: #c8d8e6;
  font-size: 14px;
  line-height: 1.75;
}
.geo-whitepaper-cover-lines {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: auto;
  width: 72%;
}
.geo-whitepaper-cover-lines span {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: rgba(11, 31, 51, 0.24);
}
.geo-whitepaper-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 26px;
  border: 1px solid #c5d7de;
  border-radius: 8px;
  background: #c5d7de;
}
.geo-whitepaper-index article {
  min-height: 166px;
  padding: 20px;
  background: rgba(255,255,255,0.8);
}
.geo-whitepaper-index span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #fff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}
.geo-whitepaper-index h3 {
  margin: 0 0 8px;
  color: #0f1f2e;
  font-size: 17px;
}
.geo-whitepaper-index p {
  margin: 0;
  color: #52677a;
  font-size: 13px;
  line-height: 1.7;
}
.geo-whitepaper-quotes {
  display: grid;
  grid-template-columns: 124px repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid #c5d7de;
  border-radius: 8px;
  background: #c5d7de;
}
.geo-whitepaper-quotes strong,
.geo-whitepaper-quotes p {
  min-height: 94px;
  margin: 0;
  padding: 18px;
  display: flex;
  align-items: center;
}
.geo-whitepaper-quotes strong {
  color: #eafff9;
  background: #0b1f33;
  font-size: 15px;
}
.geo-whitepaper-quotes p {
  color: #31475a;
  background: rgba(255,255,255,0.86);
  font-size: 13px;
  line-height: 1.65;
}
.whitepaper-watermark {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: .07;
}
.whitepaper-watermark div {
  position: absolute;
  inset: -120px;
  display: grid;
  grid-template-columns: repeat(4, 420px);
  grid-auto-rows: 180px;
  transform: rotate(-24deg);
  transform-origin: center;
}
.whitepaper-watermark span {
  color: #0b1f33;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}
.whitepaper-library-hero,
.whitepaper-toolbar,
.whitepaper-section-head,
.whitepaper-grid,
.whitepaper-copyright,
.whitepaper-article {
  position: relative;
  z-index: 1;
}
.whitepaper-library-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
  gap: 24px;
  align-items: stretch;
}
.whitepaper-library-copy {
  padding: 38px;
  border-radius: 8px;
  color: #f4f8ff;
  background: linear-gradient(135deg, #07111f, #0b2530 58%, #103f3a);
  border: 1px solid rgba(100,255,211,.18);
  box-shadow: 0 24px 70px rgba(15,23,42,.22);
}
.whitepaper-library-copy h1 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: 0;
}
.whitepaper-library-copy p:not(.geo-section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #b9c8da;
  font-size: 16px;
  line-height: 1.86;
}
.whitepaper-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.whitepaper-actions .btn {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6df6b2, #9dff79);
  color: #04111d;
  border-color: transparent;
}
.whitepaper-actions .btn-secondary {
  background: rgba(255,255,255,.08);
  color: #eafff9;
  border-color: rgba(141,255,145,.24);
}
.whitepaper-library-panel {
  display: grid;
  gap: 12px;
}
.whitepaper-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.whitepaper-stats div,
.whitepaper-note {
  background: rgba(255,255,255,.9);
  border: 1px solid #d6e2e8;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 18px 44px rgba(44,68,82,.08);
}
.whitepaper-stats span {
  display: block;
  color: #52677a;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}
.whitepaper-stats strong {
  color: #0f766e;
  font-size: 34px;
  line-height: 1;
}
.whitepaper-note strong {
  display: block;
  margin-bottom: 10px;
  color: #0b1f33;
}
.whitepaper-note p {
  margin: 0;
  color: #52677a;
  line-height: 1.72;
  font-size: 14px;
}
.whitepaper-toolbar {
  margin-top: 22px;
  border-radius: 8px;
  border: 1px solid #d6e2e8;
  background: rgba(255,255,255,.9);
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(240px,1fr) auto;
  gap: 14px;
  align-items: center;
}
.whitepaper-search {
  min-height: 42px;
  width: 100%;
  border: 1px solid #c9d8de;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  background: #fff;
}
.whitepaper-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.whitepaper-filter-row button {
  min-height: 38px;
  border: 1px solid #c9d8de;
  background: #fff;
  color: #20374a;
  border-radius: 999px;
  padding: 0 12px;
  font-weight: 800;
  cursor: pointer;
}
.whitepaper-filter-row button.is-active {
  background: #0b1f33;
  color: #eafff9;
  border-color: #0b1f33;
}
.whitepaper-section-head {
  margin: 30px 0 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.whitepaper-section-head h2 {
  margin: 0;
  color: #f3f8ff;
  font-size: 28px;
  line-height: 1.25;
}
.public-page .whitepaper-section-head h2 {
  color: #0f172a;
}
.whitepaper-section-head p {
  margin: 0;
  color: #52677a;
  line-height: 1.7;
  max-width: 620px;
}
.whitepaper-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.whitepaper-card {
  min-height: 292px;
  border-radius: 8px;
  border: 1px solid #d6e2e8;
  background: rgba(255,255,255,.92);
  padding: 20px;
  box-shadow: 0 18px 44px rgba(44,68,82,.08);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.whitepaper-card:hover {
  transform: translateY(-4px);
  border-color: rgba(15,118,110,.38);
  box-shadow: 0 24px 58px rgba(44,68,82,.13);
}
.whitepaper-card--featured {
  color: #f4f8ff;
  border-color: rgba(100,255,211,.2);
  background: linear-gradient(145deg,#07111f,#0f3d3a);
}
.whitepaper-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.whitepaper-card-head span {
  width: 38px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}
.whitepaper-card-head em {
  font-style: normal;
  color: #0f766e;
  background: #e0f3ef;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
}
.whitepaper-card--featured .whitepaper-card-head span {
  background: #8dff91;
  color: #07111f;
}
.whitepaper-card--featured .whitepaper-card-head em {
  color: #dffcf6;
  background: rgba(141,255,145,.12);
  border: 1px solid rgba(141,255,145,.22);
}
.whitepaper-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.42;
}
.whitepaper-card--featured h3 {
  color: #f4f8ff;
}
.whitepaper-card p {
  margin: 0;
  color: #52677a;
  line-height: 1.72;
  font-size: 14px;
}
.whitepaper-card--featured p {
  color: #b9c8da;
}
.whitepaper-card-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}
.whitepaper-card-toc span {
  border: 1px solid #d9e7ec;
  background: #f4f8fa;
  color: #40566a;
  border-radius: 999px;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.whitepaper-card--featured .whitepaper-card-toc span {
  border-color: rgba(141,255,145,.2);
  background: rgba(255,255,255,.06);
  color: #d8e6f8;
}
.whitepaper-card-actions {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.whitepaper-card-actions a {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c9d8de;
  background: #fff;
  color: #142133;
  font-size: 13px;
  font-weight: 900;
}
.whitepaper-card-actions .member-only {
  background: #0b1f33;
  border-color: #0b1f33;
  color: #f8fbff;
}
.whitepaper-card--featured .whitepaper-card-actions a {
  background: rgba(255,255,255,.08);
  border-color: rgba(141,255,145,.22);
  color: #eafff9;
}
.whitepaper-card--featured .whitepaper-card-actions .member-only {
  background: #8dff91;
  border-color: #8dff91;
  color: #07111f;
}
.whitepaper-copyright {
  margin: 30px 0 0;
  color: #52677a;
  text-align: center;
  font-size: 13px;
}
.whitepaper-article {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0,1fr) 290px;
  gap: 0;
  border-radius: 8px;
  border: 1px solid #d6e2e8;
  background: #fff;
  box-shadow: 0 26px 72px rgba(44,68,82,.16);
}
.whitepaper-article-main {
  padding: 46px 50px;
  background: rgba(255,255,255,.94);
}
.whitepaper-article-side {
  padding: 30px 24px;
  background: #0b1f33;
  color: #eaf3ff;
}
.whitepaper-article-cover {
  padding-bottom: 28px;
  border-bottom: 1px solid #d9e7ec;
  margin-bottom: 28px;
}
.whitepaper-doc-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
  color: #0f766e;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.whitepaper-doc-type em {
  font-style: normal;
  color: #07111f;
  background: #8dff91;
  border-radius: 999px;
  padding: 6px 10px;
  letter-spacing: 0;
}
.whitepaper-article-cover h1 {
  margin: 0;
  color: #081827;
  font-size: 42px;
  line-height: 1.18;
}
.whitepaper-article-meta {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 22px;
}
.whitepaper-article-meta div {
  border: 1px solid #d9e7ec;
  border-radius: 8px;
  background: #f8fbfc;
  padding: 12px;
}
.whitepaper-article-meta span {
  display: block;
  color: #52677a;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 5px;
}
.whitepaper-article-meta strong {
  color: #20374a;
  font-size: 13px;
}
.whitepaper-article-content h2 {
  margin: 30px 0 12px;
  color: #081827;
  font-size: 25px;
  line-height: 1.28;
}
.whitepaper-article-content h3 {
  margin: 22px 0 10px;
  color: #0f766e;
  font-size: 18px;
}
.whitepaper-article-content p {
  margin: 0 0 14px;
  color: #2f4354;
  font-size: 16px;
  line-height: 1.92;
}
.whitepaper-article-content ul {
  margin: 0 0 16px;
  padding-left: 20px;
}
.whitepaper-article-content li {
  margin: 6px 0;
  color: #2f4354;
  line-height: 1.76;
}
.whitepaper-side-block {
  border-bottom: 1px solid rgba(141,255,145,.14);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.whitepaper-side-block strong {
  display: block;
  color: #8dff91;
  margin-bottom: 10px;
}
.whitepaper-side-block p,
.whitepaper-side-block li {
  color: #c8d8e6;
  font-size: 13px;
  line-height: 1.7;
}
.whitepaper-side-block ol {
  margin: 0;
  padding-left: 18px;
}
.whitepaper-side-download {
  display: grid;
  gap: 10px;
}
.whitepaper-side-download a {
  min-height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.whitepaper-side-download .login {
  background: #8dff91;
  color: #07111f;
}
.whitepaper-side-download .back {
  border: 1px solid rgba(141,255,145,.24);
  color: #eafff9;
}
.whitepaper-article-footer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #d9e7ec;
  color: #52677a;
  font-size: 13px;
  line-height: 1.7;
}
.whitepaper-print-mark {
  position: absolute;
  inset: auto 28px 22px auto;
  color: #0f766e;
  opacity: .18;
  font-size: 18px;
  font-weight: 900;
  pointer-events: none;
}
@media print {
  .marketing-header,
  .site-footer,
  .whitepaper-side-download,
  .whitepaper-watermark {
    display: none;
  }
  .marketing-main {
    max-width: none;
    padding: 0;
  }
  .whitepaper-article {
    box-shadow: none;
    border: 0;
    grid-template-columns: 1fr;
  }
  .whitepaper-article-side {
    display: none;
  }
}
@keyframes geo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.mkt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 24px 0; }
.mkt-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
}
.mkt-card h3 { margin: 0 0 8px; font-size: 16px; }
.mkt-card p { margin: 0; color: #64748b; font-size: 14px; line-height: 1.55; }
.mkt-steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.mkt-steps li {
  counter-increment: step;
  padding: 16px 16px 16px 52px;
  position: relative;
  border-bottom: 1px solid #f1f5f9;
}
.mkt-steps li::before {
  content: counter(step);
  position: absolute;
  left: 12px;
  top: 16px;
  width: 28px;
  height: 28px;
  background: #1677ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.mkt-faq details { border-bottom: 1px solid #e2e8f0; padding: 12px 0; }
.mkt-faq summary { cursor: pointer; font-weight: 600; }
.mkt-faq p { margin: 8px 0 0; color: #64748b; font-size: 14px; }
.mkt-trust { font-size: 13px; color: #7f91a8; text-align: center; margin-top: 32px; }
.seo-score-ring {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 8px solid #1677ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 16px;
}
.seo-issue-list { list-style: none; padding: 0; margin: 0; }
.seo-issue-list li { padding: 10px 0; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.seo-issue-warn { color: #d48806; }
.seo-issue-ok { color: #389e0d; }
.brand-strength-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  color: #f4f8ff;
  background:
    radial-gradient(circle at 16% 18%, rgba(102, 255, 196, 0.12), transparent 34%),
    linear-gradient(135deg, #07111f, #0b2530);
  border: 1px solid rgba(84, 255, 201, 0.16);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}
.brand-strength-kicker {
  margin: 0;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.brand-strength-hero .brand-strength-kicker {
  color: #64ffd3;
}
.brand-strength-copy h1 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: 0;
}
.brand-strength-copy p {
  max-width: 620px;
  margin: 0;
  color: #b9c8da;
  font-size: 16px;
  line-height: 1.9;
}
.brand-strength-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.brand-strength-actions .btn {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6df6b2, #9dff79);
  border-color: transparent;
  color: #04111d;
  box-shadow: 0 14px 34px rgba(105, 255, 159, 0.2);
}
.brand-strength-actions .btn-secondary {
  background: rgba(255,255,255,0.06);
  border-color: rgba(141, 255, 145, 0.24);
  color: #d8e6f8;
  box-shadow: none;
}
.brand-strength-preview {
  min-width: 0;
}
.brand-strength-window {
  overflow: hidden;
  border-radius: 8px;
  background: #f8fbfc;
  border: 1px solid rgba(203, 223, 230, 0.9);
  box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}
.brand-strength-window-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #0b1f33;
}
.brand-strength-window-head span {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}
.brand-strength-window-head em {
  flex: 0 0 auto;
  color: #0b1f33;
  background: #8dff91;
  border-radius: 999px;
  padding: 4px 9px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}
.brand-strength-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: #edf5f8;
  border-bottom: 1px solid #d7e5ea;
}
.brand-strength-meta div,
.brand-strength-result div {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d9e7ec;
  padding: 10px;
}
.brand-strength-meta span,
.brand-strength-result span {
  display: block;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 4px;
}
.brand-strength-meta strong,
.brand-strength-result strong {
  color: #142133;
  font-size: 13px;
  line-height: 1.35;
}
.brand-strength-question {
  padding: 16px;
  color: #142133;
}
.brand-strength-question small {
  display: block;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}
.brand-strength-question > strong {
  display: block;
  margin-bottom: 12px;
  color: #0f1f2e;
  font-size: 16px;
  line-height: 1.45;
}
.brand-strength-question label {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #d7e5ea;
  background: #fff;
}
.brand-strength-question label.selected {
  border-color: #0f766e;
  background: #e8f7f3;
}
.brand-strength-question b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
}
.brand-strength-question label span {
  color: #40566a;
  font-size: 13px;
  line-height: 1.55;
}
.brand-strength-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px 16px;
}
.brand-strength-result strong {
  color: #0f766e;
  font-size: 16px;
}
.brand-strength-section {
  margin-top: 24px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}
.brand-strength-section-head {
  max-width: 780px;
  margin-bottom: 20px;
}
.brand-strength-section h2 {
  margin: 10px 0 12px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0;
}
.brand-strength-section p {
  margin: 0;
  color: #475569;
  line-height: 1.85;
  font-size: 15px;
}
.brand-strength-grid {
  display: grid;
  gap: 14px;
}
.brand-strength-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.brand-strength-grid article,
.brand-strength-standard-list article {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 18px;
}
.brand-strength-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}
.brand-strength-grid h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 17px;
}
.brand-strength-standard,
.brand-strength-value {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 24px;
  align-items: start;
}
.brand-strength-standard-list {
  display: grid;
  gap: 12px;
}
.brand-strength-standard-list strong {
  display: block;
  color: #0f766e;
  font-size: 15px;
  margin-bottom: 6px;
}
.brand-strength-standard-list span {
  color: #475569;
  line-height: 1.65;
  font-size: 14px;
}
.brand-strength-method {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d9e7ec;
  border-radius: 8px;
  overflow: hidden;
}
.brand-strength-method div {
  min-height: 190px;
  padding: 20px;
  border-right: 1px solid #d9e7ec;
  background: #f8fbfc;
}
.brand-strength-method div:last-child {
  border-right: 0;
}
.brand-strength-method span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #0b1f33;
  background: #8dff91;
  font-weight: 900;
}
.brand-strength-method strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 8px;
}
.brand-strength-use-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.brand-strength-use-list span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #d9e7ec;
  background: #f8fbfc;
  color: #20374a;
  font-weight: 800;
  font-size: 14px;
}
.brand-strength-disclaimer {
  background: #0b1f33;
  border-color: rgba(84, 255, 201, 0.16);
}
.brand-strength-disclaimer h2 {
  color: #fff;
}
.brand-strength-disclaimer p {
  color: #b9c8da;
}
.geo-diagnosis-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 30px;
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  color: #f4f8ff;
  background:
    radial-gradient(circle at 20% 20%, rgba(65, 157, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #07111f, #0b2530);
  border: 1px solid rgba(84, 255, 201, 0.16);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
}
.geo-diagnosis-kicker {
  margin: 0;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.geo-diagnosis-hero .geo-diagnosis-kicker {
  color: #64ffd3;
}
.geo-diagnosis-copy h1 {
  margin: 14px 0 16px;
  color: #fff;
  font-size: 54px;
  line-height: 1.04;
  letter-spacing: 0;
}
.geo-diagnosis-copy p {
  max-width: 620px;
  margin: 0;
  color: #b9c8da;
  font-size: 16px;
  line-height: 1.9;
}
.geo-diagnosis-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.geo-diagnosis-actions .btn {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6df6b2, #9dff79);
  border-color: transparent;
  color: #04111d;
  box-shadow: 0 14px 34px rgba(105, 255, 159, 0.2);
}
.geo-diagnosis-actions .btn-secondary {
  background: rgba(255,255,255,0.06);
  border-color: rgba(141, 255, 145, 0.24);
  color: #d8e6f8;
  box-shadow: none;
}
.geo-diagnosis-console {
  overflow: hidden;
  border-radius: 8px;
  padding: 18px;
  background: #07111f;
  border: 1px solid rgba(99, 230, 255, 0.22);
  box-shadow: 0 28px 80px rgba(0,0,0,0.32);
}
.geo-console-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.geo-console-head span {
  color: #64ffd3;
  font-size: 13px;
  font-weight: 900;
}
.geo-console-head em {
  color: #04111d;
  background: #8dff91;
  border-radius: 999px;
  padding: 5px 10px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}
.geo-console-query,
.geo-console-answer,
.geo-console-bars {
  border-radius: 8px;
  border: 1px solid rgba(99, 230, 255, 0.18);
  background: rgba(255,255,255,0.045);
}
.geo-console-query {
  padding: 16px;
}
.geo-console-query small {
  display: block;
  color: #8ca0b8;
  font-size: 12px;
  margin-bottom: 8px;
}
.geo-console-query strong {
  color: #f3f8ff;
  font-size: 17px;
  line-height: 1.45;
}
.geo-console-answer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 12px;
}
.geo-console-answer div {
  padding: 12px;
  background: rgba(9, 25, 40, 0.9);
}
.geo-console-answer span,
.geo-console-bars span {
  display: block;
  color: #8ca0b8;
  font-size: 12px;
  margin-bottom: 6px;
}
.geo-console-answer strong {
  color: #8dff91;
  font-size: 15px;
}
.geo-console-bars {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
}
.geo-console-bars div {
  display: grid;
  grid-template-columns: 84px 1fr 44px;
  align-items: center;
  gap: 10px;
}
.geo-console-bars b {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}
.geo-console-bars b::after {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #49d9c0, #8dff91);
}
.geo-console-bars strong {
  color: #eaf3ff;
  text-align: right;
  font-size: 13px;
}
.geo-diagnosis-section {
  margin-top: 24px;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}
.geo-diagnosis-section-head {
  max-width: 780px;
  margin-bottom: 20px;
}
.geo-diagnosis-section h2 {
  margin: 10px 0 12px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: 0;
}
.geo-diagnosis-section p {
  margin: 0;
  color: #475569;
  line-height: 1.85;
  font-size: 15px;
}
.geo-diagnosis-grid {
  display: grid;
  gap: 14px;
}
.geo-diagnosis-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.geo-diagnosis-grid article,
.geo-diagnosis-method-list article {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 18px;
}
.geo-diagnosis-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #fff;
  background: #0f766e;
  font-size: 12px;
  font-weight: 900;
}
.geo-diagnosis-grid h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 17px;
}
.geo-diagnosis-method-block,
.geo-diagnosis-deliverables {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: 24px;
  align-items: start;
}
.geo-diagnosis-method-list {
  display: grid;
  gap: 12px;
}
.geo-diagnosis-method-list strong {
  display: block;
  color: #0f766e;
  font-size: 15px;
  margin-bottom: 6px;
}
.geo-diagnosis-method-list span {
  color: #475569;
  line-height: 1.65;
  font-size: 14px;
}
.geo-diagnosis-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.geo-diagnosis-metrics div,
.geo-diagnosis-use-list span {
  border-radius: 8px;
  border: 1px solid #d9e7ec;
  background: #f8fbfc;
}
.geo-diagnosis-metrics div {
  padding: 18px;
}
.geo-diagnosis-metrics span {
  display: block;
  color: #0f766e;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}
.geo-diagnosis-metrics strong {
  color: #20374a;
  font-size: 15px;
  line-height: 1.55;
}
.geo-diagnosis-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d9e7ec;
  border-radius: 8px;
  overflow: hidden;
}
.geo-diagnosis-steps div {
  min-height: 178px;
  padding: 20px;
  border-right: 1px solid #d9e7ec;
  background: #f8fbfc;
}
.geo-diagnosis-steps div:last-child {
  border-right: 0;
}
.geo-diagnosis-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #0b1f33;
  background: #8dff91;
  font-weight: 900;
}
.geo-diagnosis-steps strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 8px;
}
.geo-diagnosis-use-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.geo-diagnosis-use-list span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: #20374a;
  font-weight: 800;
  font-size: 14px;
}
.geo-diagnosis-faq {
  background: #0b1f33;
  border-color: rgba(84, 255, 201, 0.16);
}
.geo-diagnosis-faq h2 {
  color: #fff;
}
.geo-diagnosis-faq details {
  border-top: 1px solid rgba(84, 255, 201, 0.14);
  padding: 14px 0;
}
.geo-diagnosis-faq summary {
  color: #f3f8ff;
  cursor: pointer;
  font-weight: 900;
}
.geo-diagnosis-faq p {
  margin-top: 8px;
  color: #b9c8da;
}
@media (max-width: 768px) {
  .mkt-hero h1 { font-size: 22px; }
  .marketing-nav { width: 100%; justify-content: flex-start; }
  .geo-hero,
  .geo-band,
  .geo-whitepaper-layout,
  .geo-whitepaper-meta,
  .geo-whitepaper-index,
  .geo-whitepaper-quotes,
  .geo-standard-layout,
	  .geo-standard-workflow,
	  .geo-map-layout,
	  .geo-growth-cards,
	  .geo-proof-layout,
	  .geo-roadmap-grid,
	  .geo-industry-grid,
	  .geo-map-grid,
	  .geo-delivery-grid,
  .geo-flow,
  .geo-system-bottom,
  .geo-final-cta,
  .whitepaper-library-hero,
  .whitepaper-toolbar,
  .whitepaper-grid,
  .whitepaper-article,
  .whitepaper-article-meta,
  .whitepaper-stats {
    grid-template-columns: 1fr;
  }
  .geo-hero {
    min-height: auto;
    padding: 22px 0 34px;
    gap: 24px;
  }
  .geo-hero h1 {
    font-size: 42px;
    line-height: 1.06;
  }
  .geo-lead,
  .geo-band p,
  .geo-section-head span {
    font-size: 15px;
  }
  .geo-question {
    width: auto;
  }
  .geo-meter-list div {
    grid-template-columns: 76px 1fr 40px;
  }
  .geo-model-tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-band,
  .geo-section,
  .geo-system,
  .geo-final-cta {
    padding: 22px;
  }
  .geo-band h2,
  .geo-whitepaper-copy h2,
  .geo-standard-copy h2,
  .geo-section-head h2,
  .geo-system h2,
  .geo-final-cta h2 {
    font-size: 24px;
  }
  .geo-standard-assessment {
    padding: 20px;
  }
  .geo-standard-tags span {
    flex: 1 1 auto;
    justify-content: center;
  }
  .geo-dossier-head {
    display: grid;
  }
  .geo-dossier-head strong {
    text-align: left;
  }
  .geo-dossier-body,
  .geo-dossier-meta,
  .geo-dossier-grid {
    grid-template-columns: 1fr;
  }
  .geo-dossier-score {
    min-height: 120px;
  }
  .geo-dossier-score strong {
    font-size: 52px;
  }
  .geo-dossier-grid span,
  .geo-dossier-grid b {
    min-height: 38px;
  }
  .geo-standard-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #c5d7de;
  }
  .geo-standard-step:last-child {
    border-bottom: 0;
  }
  .geo-whitepaper-cover {
    min-height: 330px;
  }
  .geo-whitepaper-cover-top {
    margin-bottom: 64px;
  }
  .geo-whitepaper-cover strong {
    font-size: 28px;
  }
  .geo-whitepaper-meta span {
    min-height: auto;
  }
  .geo-whitepaper-index article {
    min-height: auto;
  }
  .geo-whitepaper-quotes strong,
  .geo-whitepaper-quotes p {
    min-height: auto;
  }
  .whitepaper-library-copy,
  .whitepaper-article-main {
    padding: 26px;
  }
  .whitepaper-library-copy h1,
  .whitepaper-article-cover h1 {
    font-size: 34px;
  }
  .whitepaper-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .whitepaper-filter-row button {
    flex: 1 1 auto;
  }
  .whitepaper-card {
    min-height: auto;
  }
  .whitepaper-article-side {
    order: -1;
  }
	  .geo-growth-cards article,
	  .geo-proof-card,
	  .geo-roadmap-grid article,
	  .geo-industry-grid article,
	  .geo-delivery-grid article,
  .geo-map-grid article {
    min-height: auto;
  }
  .brand-strength-hero,
  .brand-strength-standard,
  .brand-strength-value,
  .brand-strength-grid--three,
  .brand-strength-method,
  .brand-strength-use-list {
    grid-template-columns: 1fr;
  }
  .brand-strength-hero {
    padding: 24px;
  }
  .brand-strength-copy h1 {
    font-size: 36px;
  }
  .brand-strength-copy p,
  .brand-strength-section p {
    font-size: 14px;
  }
  .brand-strength-meta,
  .brand-strength-result {
    grid-template-columns: 1fr;
  }
  .brand-strength-section {
    padding: 22px;
  }
  .brand-strength-section h2 {
    font-size: 24px;
  }
  .brand-strength-standard,
  .brand-strength-value {
    gap: 18px;
  }
  .brand-strength-method div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d9e7ec;
  }
  .brand-strength-method div:last-child {
    border-bottom: 0;
  }
  .geo-diagnosis-hero,
  .geo-diagnosis-grid--three,
  .geo-diagnosis-method-block,
  .geo-diagnosis-deliverables,
  .geo-diagnosis-metrics,
  .geo-diagnosis-steps,
  .geo-diagnosis-use-list {
    grid-template-columns: 1fr;
  }
  .geo-diagnosis-hero {
    padding: 24px;
  }
  .geo-diagnosis-copy h1 {
    font-size: 36px;
  }
  .geo-diagnosis-copy p,
  .geo-diagnosis-section p {
    font-size: 14px;
  }
  .geo-console-answer {
    grid-template-columns: 1fr;
  }
  .geo-console-bars div {
    grid-template-columns: 78px 1fr 40px;
  }
  .geo-diagnosis-section {
    padding: 22px;
  }
  .geo-diagnosis-section h2 {
    font-size: 24px;
  }
  .geo-diagnosis-steps div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d9e7ec;
  }
  .geo-diagnosis-steps div:last-child {
    border-bottom: 0;
  }
}
