/* CEO Landing — Antidetect product block */
.ceo-landing__antidetect-section .ceo-landing__text-accent {
  color: #1c91f8;
}

/* Section title — same style as "Преимущества" block */
.ceo-landing__antidetect-section .section-title h2 {
  position: relative;
  margin: 0 0 16px 0;
  font-size: 52px;
  font-family: Geometria, HelveticaNeueCyr, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: left;
  line-height: 1.1;
}

.ceo-landing__antidetect-section .section-title h2 span {
  color: #1c91f8;
}

@media (max-width: 767px) {
  .ceo-landing__antidetect-section .section-title h2 {
    font-size: 30px;
  }
}

.ceo-landing__antidetect-section .ceo-landing__product-main-text {
  margin-bottom: 30px;
  font: 400 20px/1.5 Roboto, sans-serif;
  color: #737373;
}

.ceo-landing__antidetect-section .ceo-landing__product-footnote {
  color: #737373;
  font: 400 0.875rem/1.5 Geometria, HelveticaNeueCyr, sans-serif;
}

.ceo-landing__antidetect-section .ceo-landing__product-description--small {
  color: #737373;
  font: 400 20px/1.5 Roboto, sans-serif;
}

.ceo-landing__antidetect-section .ceo-landing__product-features-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  gap: 12px;
}

.ceo-landing__antidetect-section .ceo-landing__product-description {
  margin-bottom: 24px;
  color: #737373;
  font: 400 20px/1.5 Roboto, sans-serif;
}

.ceo-landing__antidetect-section .ceo-landing__product-button {
  margin-bottom: 16px;
}

.ceo-landing__antidetect-section .ceo-landing__products_feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #4a4a4a;
  font: 400 15px/1.5 Roboto, sans-serif;
}

.ceo-landing__antidetect-section .ceo-landing__products_feature-icon {
  display: flex;
  flex-shrink: 0;
  margin-top: 3px;
  color: #1c91f8;
}

.ceo-landing__antidetect-section .ceo-landing__product-footer.tablet {
  display: none;
}

/* Button (scope to section so we don't override global .btn) */
.ceo-landing__antidetect-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 20px;
  gap: 4px;
  border: none;
  border-radius: 4px;
  background-color: #1c91f8;
  color: #fff;
  font: 400 1rem/1.5 Geometria, HelveticaNeueCyr, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
}

.ceo-landing__antidetect-section .btn:hover {
  background-color: #1577d4;
  color: #fff;
}

.ceo-landing__antidetect-section .btn:active {
  background-color: #1267bd !important;
  color: #fff !important;
}

.ceo-landing__antidetect-section .btn--lg {
  padding: 16px 24px;
  gap: 8px;
}

@media (min-width: 768px) {
  .ceo-landing__antidetect-section .ceo-landing__product-footer.tablet {
    display: block;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-row {
    display: flex;
    gap: 30px;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-left-column,
  .ceo-landing__antidetect-section .ceo-landing__product-right-column {
    flex: 1;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-left-column {
    display: flex;
    flex-direction: column;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-main-text {
    margin-bottom: 36px;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-footer {
    margin-top: auto;
  }

  .ceo-landing__antidetect-section .ceo-landing__product-description {
    margin-bottom: 0;
  }
}

@media (min-width: 998px) {
  .ceo-landing__antidetect-section .ceo-landing__product-row {
    display: flex;
    justify-content: space-between;
    gap: 130px;
  }
}
