.geo-answer-section {
  padding: 80px 24px;
  background: #05070d;
  color: #f4f7fb;
}

.geo-answer-section.alt {
  background: #080b13;
}

.geo-answer-section.geo-people-first {
  padding-top: 56px;
  padding-bottom: 56px;
}

.geo-depth-section {
  padding-top: 64px;
}

.geo-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.geo-eyebrow {
  margin: 0 0 12px;
  color: #78d8ff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.geo-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 600;
}

.geo-lead {
  max-width: 850px;
  margin: 0 0 32px;
  color: #b9c7d8;
  font-size: 17px;
  line-height: 1.8;
}

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

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

.geo-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.geo-scene-card {
  min-height: 150px;
}

.geo-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}

.geo-card p,
.geo-card li,
.geo-table td {
  color: #b9c7d8;
  font-size: 15px;
  line-height: 1.7;
}

.geo-card ul,
.geo-faq-list {
  margin: 0;
  padding-left: 20px;
}

.geo-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

.geo-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

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

.geo-table th {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-weight: 600;
}

.geo-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

.geo-mini-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.geo-mini-faq details {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.geo-mini-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.geo-mini-faq p {
  margin: 0;
  padding: 0 18px 18px;
  color: #b9c7d8;
  font-size: 15px;
  line-height: 1.7;
}

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

.geo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #22d3ee;
  color: #031018;
  text-decoration: none;
  font-weight: 600;
}

.geo-cta.secondary {
  background: transparent;
  color: #d8e7f6;
  border: 1px solid rgba(216, 231, 246, .38);
}

@media (max-width: 860px) {
  .geo-answer-section {
    padding: 56px 18px;
  }

  .geo-grid,
  .geo-grid.two,
  .geo-faq-list,
  .geo-mini-faq {
    grid-template-columns: 1fr;
  }

  .geo-answer-section.geo-people-first {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .geo-scene-card {
    min-height: auto;
  }
}
