/* Landing extras on top of SaasoX — home-v3 layout + product demos */

/* Top Interaction brand blue (logo “top” word) in place of template green */
.geo-landing {
  --accent-color: #6860f8;
}

.geo-logo {
  display: inline-flex;
  align-items: center;
  pointer-events: none;
  cursor: default;
}

.geo-logo img,
.geo-footer-logo {
  height: 36px;
  width: auto;
}

/* White space between final CTA and footer */
.geo-landing .cs_footer.cs_style_1 {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .geo-landing .cs_footer.cs_style_1 {
    margin-top: 60px;
  }
}

.geo-landing .cs_main_header_center,
.geo-landing .cs_nav {
  display: none !important;
}

.geo-landing .cs_main_header_in {
  justify-content: space-between;
}

.geo-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.geo-landing .cs_btn.cs_style_1.geo-login-btn {
  padding: 14px 22px;
  border: 1px solid #cfd6e0;
  background: transparent;
  color: var(--heading-color, #152033);
}

.geo-landing .cs_btn.cs_style_1.geo-login-btn:hover {
  background: rgba(104, 96, 248, 0.08);
  color: var(--accent-color, #6860f8);
  border-color: var(--accent-color, #6860f8);
}

.geo-footer-widgets {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

@media (max-width: 767px) {
  .geo-footer-widgets {
    grid-template-columns: 1fr;
  }
}

/* Hero product demo inside home-v3 cs_hero_thumbnail */
.cs_hero_thumbnail .geo-demo {
  width: 118%;
  max-width: none;
  margin: 0;
  min-height: 420px;
  aspect-ratio: 4 / 3;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

.geo-demo {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  aspect-ratio: 16 / 10;
  background: transparent;
  box-shadow: none;
}

.geo-demo__stage {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.geo-demo__stage.is-active {
  opacity: 1;
}

.geo-demo__stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent;
  mix-blend-mode: normal;
  border-radius: 16px;
}

.geo-demo__stage--list {
  top: 8%;
  right: 8%;
  bottom: 8%;
  left: 0;
  overflow: hidden;
  border-radius: 24px;
}

.geo-demo__stage--list img {
  border-radius: 24px;
  object-fit: contain;
  object-position: left center;
}

.geo-demo__overlay {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.geo-demo__chip {
  background: rgba(255, 255, 255, 0.95);
  color: #152033;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.geo-demo__chip.is-active {
  opacity: 1;
  background: #fff;
}

.geo-demo__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--accent-color, #6c63ff);
  z-index: 4;
  animation: geo-progress 8s linear infinite;
}

@keyframes geo-progress {
  0%,
  100% {
    width: 0;
  }
  98% {
    width: 100%;
  }
}

/* Five-step workflow (home-v3 features steps) */
.geo-features-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.geo-features-steps .cs_feature_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.geo-features-steps .cs_step_indfo_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding-left: 12px;
  padding-right: 12px;
}

.geo-features-steps .cs_step_indfo_wrapper .cs_fs_24 {
  font-size: 18px !important;
  line-height: 1.35;
}

.geo-features-steps .cs_step_indfo_wrapper p {
  flex: 1;
  font-size: 14px;
}

@media (max-width: 1399px) {
  .geo-features-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .geo-features-steps .cs_feature_step::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .geo-features-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .geo-features-steps {
    grid-template-columns: 1fr;
  }

  .geo-features-steps .cs_step_indfo_wrapper {
    min-height: 0;
  }
}

.cs_iconbox_icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cs_iconbox_icon i {
  font-size: 20px;
}

/* Workflow step icons — match heading text color on white */
.geo-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  background: #f4f7fb;
  border: 1px solid #e6eaf0;
  color: var(--heading-color, #152033);
  font-size: 20px;
  transition: all 0.3s ease;
}

.geo-features-steps .cs_feature_step:hover .geo-step-icon,
.geo-features-steps .cs_feature_step.active .geo-step-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: transparent;
  color: #fff;
}

/* Kill spinning / rotating decorations on this landing page */
.geo-landing [class*="cs_star_shape"],
.geo-landing [class*="cs_vector_shape"],
.geo-landing [class*="cs_feature_shape"],
.geo-landing [class*="cs_faq_shape"],
.geo-landing [class*="cs_elipse"] {
  animation: none !important;
  display: none !important;
}

.geo-landing .cs_iconbox.cs_style_1:hover img,
.geo-landing .cs_feature_item:hover .cs_feature_icon img {
  transform: none !important;
}

/* Hero: keep slideshow + copy vertically centered */
.geo-landing .cs_hero.cs_style_1 .cs_hero_content {
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.geo-landing .cs_hero.cs_style_1 .cs_hero_content > .container {
  width: 100%;
}

.geo-landing .cs_hero.cs_style_1 .cs_hero_thumbnail {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  transform: none;
  overflow: visible;
}

.geo-landing .cs_hero.cs_style_1 .row.align-items-center {
  align-items: center !important;
}

/* Hero pitch breathing room on wide screens */
@media (min-width: 1400px) {
  .geo-landing .cs_hero.cs_style_1 .cs_hero_content {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .geo-landing .cs_hero.cs_style_1 .cs_hero_thumbnail {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .geo-landing .cs_hero.cs_style_1 .cs_hero_text {
    padding-right: 28px;
    max-width: 780px;
  }

  .geo-landing .cs_hero.cs_style_1 .cs_hero_title {
    letter-spacing: -0.02em;
    line-height: 1.12;
  }
}

@media (max-width: 1199px) {
  .geo-landing .cs_hero.cs_style_1 .cs_hero_content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .geo-landing .cs_hero.cs_style_1 .cs_hero_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Before / after comparison cards */
.geo-ba-card {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(21, 32, 51, 0.06);
}

.geo-ba-card__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
}

.geo-ba-card--before .geo-ba-card__label {
  background: #f4f7fb;
  color: #5b677a;
}

.geo-ba-card--after .geo-ba-card__label {
  background: rgba(47, 107, 255, 0.12);
  color: #1e4fd6;
}

.geo-ba-card--after {
  border-color: rgba(47, 107, 255, 0.28);
  box-shadow: 0 18px 44px rgba(47, 107, 255, 0.12);
}

.geo-ba-card--shot {
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.geo-ba-card--shot img {
  display: block;
  width: 112%;
  max-width: none;
  margin-left: -6%;
  background: transparent;
  mix-blend-mode: lighten;
}

.geo-product-shot {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.geo-product-shot img {
  display: block;
  width: 112%;
  max-width: none;
  margin-left: -6%;
  background: transparent;
  mix-blend-mode: lighten;
}

.geo-product-shot--light {
  background: transparent;
  margin-top: 8px;
}

.geo-proof-video {
  display: block;
  position: relative;
  isolation: isolate;
}

.geo-proof-video img {
  mix-blend-mode: normal;
  width: 100%;
  margin-left: 0;
  border-radius: 24px;
}

.geo-proof-video .cs_player_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.geo-ba-card__media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  min-height: 220px;
  background: #e8eef6;
}

.geo-ba-card__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.geo-ba-card--before .geo-ba-card__media img {
  filter: grayscale(0.35) contrast(0.95);
}

.geo-landing .cs_card.cs_style_1 .cs_card_thumbnail {
  overflow: visible;
}

.geo-landing .cs_card.cs_style_1 .cs_card_thumbnail > img,
.geo-landing .cs_cta.cs_style_1 .cs_cta_thumbnail img {
  mix-blend-mode: lighten;
  background: transparent;
}

.geo-landing .cs_card.cs_style_2 .cs_card_thumbnail img {
  mix-blend-mode: normal;
}

/* Differentiation icons */
#differentiation .cs_iconbox.cs_style_5 .cs_iconbox_icon {
  width: 56px;
  height: 56px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(21, 32, 51, 0.12);
}

#differentiation .geo-diff-icon--map {
  background-color: #2f6bff !important;
}

#differentiation .geo-diff-icon--list {
  background-color: #0f8f7b !important;
}

#differentiation .geo-diff-icon--enrich {
  background-color: #d97706 !important;
}

#differentiation .geo-diff-icon--action {
  background-color: #5b4bdb !important;
}

/* Spreadsheet vs map (legacy helpers if present) */
.geo-visibility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.geo-visibility__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  background: #fff;
  min-height: 320px;
  position: relative;
  box-shadow: 0 12px 36px rgba(21, 32, 51, 0.08);
}

.geo-spreadsheet {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.35;
  color: #334155;
  padding: 12px;
  height: 100%;
  overflow: hidden;
  background: #f8fafc;
}

.geo-spreadsheet__head,
.geo-spreadsheet__row {
  display: grid;
  grid-template-columns: 24px 1.3fr 0.9fr 0.9fr 0.6fr;
  gap: 6px;
}

.geo-spreadsheet__head {
  font-weight: 700;
  color: #64748b;
  margin-bottom: 8px;
}

.geo-spreadsheet__row {
  padding: 6px 0;
  border-bottom: 1px solid #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
}

.geo-map-frame {
  position: relative;
  height: 100%;
  min-height: 320px;
}

.geo-map-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

.geo-visibility__badge {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  text-align: center;
  color: #152033;
}

#visibility .cs_card.cs_style_1.cs_type_4 .cs_card_content {
  padding-bottom: 40px;
}

.geo-compare-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.geo-compare-col {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 20px 18px;
}

.geo-compare-col--after {
  border-color: rgba(104, 96, 248, 0.28);
  box-shadow: 0 10px 28px rgba(104, 96, 248, 0.08);
}

.geo-compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.geo-compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

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

.geo-compare-list i {
  margin-top: 2px;
  flex: 0 0 auto;
}

.geo-compare-col--before .geo-compare-list i {
  color: #e11d48;
}

.geo-compare-col--after .geo-compare-list i {
  color: var(--accent-color, #6860f8);
}

@media (max-width: 575px) {
  .geo-compare-cols {
    grid-template-columns: 1fr;
  }
}

/* List / board views section */
.geo-view-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 36px rgba(21, 32, 51, 0.06);
}

.geo-view-card__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.geo-view-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
}

.geo-view-card__icon--list {
  background: linear-gradient(135deg, #2f6bff, #1e4fd6);
}

.geo-view-card__icon--board {
  background: linear-gradient(135deg, #0f8f7b, #0b6e60);
}

.geo-view-card__lede {
  margin-top: 6px;
  color: #5b677a;
  line-height: 1.5;
}

.geo-cap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.geo-cap-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4f7fb;
  border: 1px solid #e6eaf0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #152033;
}

.geo-cap-list i {
  color: #2f6bff;
  font-size: 12px;
}

.geo-list-ui {
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  overflow: hidden;
  background: #f8fafc;
}

.geo-list-ui__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border-bottom: 1px solid #e6eaf0;
}

.geo-list-ui__count {
  font-size: 13px;
  font-weight: 700;
  color: #152033;
}

.geo-list-ui__hint {
  font-size: 12px;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.geo-list-ui__table {
  padding: 8px;
}

.geo-list-ui__thead,
.geo-list-ui__row {
  display: grid;
  grid-template-columns: 36px 1.3fr 1fr auto;
  gap: 10px;
  align-items: center;
}

.geo-list-ui__thead {
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.geo-list-ui__row {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #334155;
}

.geo-list-ui__row:last-child {
  margin-bottom: 0;
}

.geo-list-ui__row.is-moving {
  border-color: #2f6bff;
  box-shadow: 0 10px 24px rgba(47, 107, 255, 0.14);
  animation: geo-lift 2.8s ease-in-out infinite;
}

.geo-list-ui__addr {
  font-weight: 700;
  color: #152033;
}

.geo-list-ui__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2f6bff;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.geo-list-ui__avatar--b {
  background: #0f8f7b;
}
.geo-list-ui__avatar--c {
  background: #d97706;
}
.geo-list-ui__avatar--d {
  background: #7c3aed;
}

.geo-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.geo-status--new {
  color: #475569;
  background: #e2e8f0;
}
.geo-status--prospect {
  color: #1d4ed8;
  background: #dbeafe;
}
.geo-status--contacted {
  color: #0f766e;
  background: #ccfbf1;
}
.geo-status--qualified {
  color: #15803d;
  background: #dcfce7;
}

.geo-board-ui {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 12px;
}

.geo-board-ui__col {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 10px;
  min-height: 220px;
}

.geo-board-ui__col-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5b677a;
}

.geo-board-ui__col-head em {
  font-style: normal;
  background: #f4f7fb;
  border-radius: 999px;
  padding: 2px 8px;
  color: #152033;
}

.geo-board-ui__card {
  background: #f8fafc;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  display: grid;
  gap: 4px;
}

.geo-board-ui__card strong {
  font-size: 13px;
  color: #152033;
}

.geo-board-ui__card span {
  font-size: 12px;
  color: #6b7280;
}

.geo-board-ui__card.is-highlight {
  border-color: #2f6bff;
  background: #edf3ff;
  animation: geo-pulse 2.8s ease-in-out infinite;
}

.geo-board-ui__move {
  color: #2f6bff !important;
  font-weight: 700 !important;
  font-size: 11px !important;
}

.geo-source-bar {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: 0 12px 36px rgba(21, 32, 51, 0.05);
}

.geo-source-bar__copy p {
  margin-top: 6px;
  color: #5b677a;
}

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

.geo-action-list--center {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.geo-action-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
  color: #152033;
}

.geo-action-list i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(47, 107, 255, 0.1);
  color: #2f6bff;
  font-size: 13px;
  flex-shrink: 0;
}

@keyframes geo-lift {
  0%,
  35% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes geo-pulse {
  0%,
  40% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

/* Team overlays */
.geo-team-map {
  overflow: hidden;
  border-radius: 20px;
}

.geo-team-map > img {
  width: 100%;
  display: block;
  min-height: 360px;
  object-fit: cover;
}

.geo-rep-card {
  position: absolute;
  width: min(210px, 46%);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
  animation: geo-float 4s ease-in-out infinite;
  z-index: 2;
}

.geo-rep-card--a {
  top: 14%;
  left: 6%;
}

.geo-rep-card--b {
  top: 48%;
  right: 6%;
  animation-delay: 0.5s;
}

@keyframes geo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.geo-rep-card__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.geo-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.geo-avatar--a {
  background: #2f6bff;
}
.geo-avatar--b {
  background: #e4572e;
}

.geo-rep-card ul {
  font-size: 12px;
  color: #5b677a;
}

.geo-rep-card li + li {
  margin-top: 4px;
}

/* Sticky mobile CTA */
.geo-sticky-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 999;
  display: none;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
  border: 1px solid #e6eaf0;
}

.geo-sticky-cta.is-visible {
  display: block;
}

.geo-sticky-cta .cs_btn {
  width: 100%;
  justify-content: center;
}

.cs_mt_20 {
  margin-top: 20px;
}
.cs_mt_30 {
  margin-top: 30px;
}
.cs_mt_40 {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .geo-visibility {
    grid-template-columns: 1fr !important;
  }

  .geo-landing .cs_hero.cs_style_1 .cs_hero_thumbnail {
    transform: none;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .cs_hero_thumbnail .geo-demo,
  .geo-demo {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 16px;
  }

  .geo-demo__stage {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 44px;
  }

  .geo-demo__stage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 12px;
  }

  .geo-demo__stage--list {
    top: 0;
    right: 0;
    bottom: 44px;
    left: 0;
    border-radius: 12px;
  }

  .geo-demo__overlay {
    justify-content: center;
    left: 8px;
    right: 8px;
    bottom: 6px;
  }

  .geo-source-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.geo-landing {
    padding-bottom: 88px;
  }
}

@media (max-width: 575px) {
  .geo-board-ui,
  .geo-list-ui__thead,
  .geo-list-ui__row {
    grid-template-columns: 1fr;
  }

  .geo-list-ui__thead {
    display: none;
  }

  .geo-list-ui__row {
    gap: 6px;
  }

  .cs_hero_thumbnail .geo-demo,
  .geo-demo {
    aspect-ratio: 4 / 3;
  }

  .geo-demo__stage,
  .geo-demo__stage--list {
    bottom: 72px;
  }

  .geo-demo__chip {
    font-size: 10px;
    padding: 5px 8px;
  }
}

/* Industry / use-case cards */
.geo-industry-card,
.geo-usecase-card {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 20px;
  padding: 28px 24px;
  height: 100%;
}

.geo-industry-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: rgba(104, 96, 248, 0.1);
  color: var(--accent-color, #6860f8);
  font-size: 20px;
}

.geo-bullet-list {
  list-style: none;
  padding: 0;
}

.geo-bullet-list li {
  position: relative;
  padding-left: 16px;
  color: #5b677a;
  font-size: 14px;
  line-height: 1.5;
}

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

.geo-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color, #6860f8);
}

.geo-industry-note {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #5b677a;
}

.geo-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 8px;
}

.geo-flow__step {
  background: #fff;
  border: 1px solid #e6eaf0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #152033;
}

.geo-flow__step--accent {
  background: var(--accent-color, #6860f8);
  border-color: transparent;
  color: #fff;
}

.geo-flow__arrow {
  color: #94a3b8;
  font-size: 12px;
}

.geo-compare-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 32px 28px;
  height: 100%;
  color: #fff;
}

.geo-compare-card--after {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(227, 255, 205, 0.35);
}

.geo-transcript {
  background: #f7f8fb;
  border: 1px solid #e6eaf0;
  border-radius: 20px;
  padding: 28px 32px;
}

.geo-transcript__list {
  padding-left: 1.2rem;
  color: #334155;
}

.geo-transcript__list li + li {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .geo-flow__arrow {
    display: none;
  }

  .geo-flow__step {
    width: 100%;
    text-align: center;
    border-radius: 14px;
  }
}

.geo-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-color, #6860f8);
  margin-bottom: 12px;
}

.geo-lead {
  color: #5b677a;
  line-height: 1.7;
}

.geo-legal__effective {
  margin: 18px 0 24px;
}

.geo-legal__body {
  margin-top: 8px;
  color: #334155;
  line-height: 1.7;
}

.geo-legal__body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #152033;
  margin: 36px 0 14px;
}

.geo-legal__body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #152033;
  margin: 24px 0 10px;
}

.geo-legal__body p + p {
  margin-top: 14px;
}

.geo-legal__body ul,
.geo-legal__body ol {
  margin: 12px 0 16px;
  padding-left: 1.3rem;
}

.geo-legal__body li + li {
  margin-top: 6px;
}

.geo-legal__body a {
  color: var(--accent-color, #6860f8);
}
