.amocrm-page .hero-copy > .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
}

.amocrm-page .amo-home-hero {
  background:
    linear-gradient(135deg, rgba(20, 17, 42, 0.94), rgba(8, 12, 24, 0.94) 56%, rgba(6, 60, 78, 0.78)),
    rgba(9, 7, 17, 0.95);
}

.amocrm-page .amo-home-hero::after {
  background:
    radial-gradient(circle at 72% 18%, rgba(19, 183, 213, 0.28), transparent 34%),
    radial-gradient(circle at 86% 84%, rgba(82, 224, 182, 0.12), transparent 34%);
}

.amocrm-page .hero-proof-kpis strong {
  font-size: clamp(22px, 1.8vw, 26px);
}

.amocrm-page .service-icon {
  font-size: 13px;
  letter-spacing: 0;
}

.amocrm-page .amo-partner-section,
.amocrm-page .amo-cert-section {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.amocrm-page .amo-video-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px 24px;
  text-align: center;
  background:
    linear-gradient(160deg, rgba(19, 11, 36, 0.84), rgba(11, 45, 58, 0.76)),
    url("/case-materials/amocrm/amocrm-hero-ai-20260526.png") center / cover no-repeat;
}

.amocrm-page .amo-cases-preview .case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.amocrm-page .amo-video-card span {
  margin-bottom: 16px;
  border: 1px solid rgba(82, 224, 182, 0.26);
  border-radius: 999px;
  padding: 6px 10px;
  color: #52e0b6;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.amocrm-page .amo-video-card h3 {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.amocrm-page .amo-video-card p {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.amocrm-page .amo-tariff-section {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.amocrm-page .amo-tariff-section .price-card {
  min-height: 300px;
}

.amocrm-page .amo-tariff-section .price-card.featured {
  border-color: rgba(82, 224, 182, 0.42);
  box-shadow:
    0 22px 70px rgba(82, 224, 182, 0.12),
    0 20px 70px rgba(0, 0, 0, 0.24);
}

.amocrm-page .amo-cert-section {
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(160, 32, 240, 0.12), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(82, 224, 182, 0.1), transparent 30%),
    rgba(12, 9, 24, 0.68);
  padding: 46px;
  box-shadow: var(--shadow);
}

.amocrm-page .amo-cert-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.72fr;
  gap: 14px;
}

.amocrm-page .amo-cert-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(185, 169, 214, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.amocrm-page .amo-cert-grid img {
  display: block;
  width: 100%;
  height: 360px;
  padding: 10px;
  object-fit: contain;
}

.amocrm-page .form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .amocrm-page .amo-cases-preview .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amocrm-page .amo-cert-grid {
    grid-template-columns: 1fr;
  }

  .amocrm-page .amo-cert-grid img {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 620px) {
  .amocrm-page .amo-partner-section,
  .amocrm-page .amo-cert-section,
  .amocrm-page .amo-tariff-section {
    width: min(100% - 24px, 1180px);
  }

  .amocrm-page .amo-cert-section {
    padding: 24px 18px;
  }

  .amocrm-page .amo-cases-preview .case-grid {
    grid-template-columns: 1fr;
  }

  .amocrm-page .amo-video-card {
    min-height: 210px;
    padding: 26px 22px;
  }
}
