/* FKA-inspired trust & content blocks for mb0 (МаксБоты) */

.hero-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-xs, 0.74rem);
  font-weight: var(--fw-semibold, 600);
  letter-spacing: var(--ls-wide, 0.04em);
  text-transform: uppercase;
  color: #44ccff;
}

.hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 560px;
}

.hero-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(85, 83, 238, 0.28);
  background:
    linear-gradient(160deg, rgba(85, 83, 238, 0.14), rgba(15, 23, 42, 0.55) 55%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.22);
  text-align: left;
  white-space: normal;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.hero-trust-bar__item:hover {
  border-color: rgba(68, 204, 255, 0.45);
  transform: translateY(-1px);
  background:
    linear-gradient(160deg, rgba(68, 204, 255, 0.16), rgba(15, 23, 42, 0.6) 55%),
    rgba(255, 255, 255, 0.05);
}

.hero-trust-bar__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(85, 83, 238, 0.18);
  border: 1px solid rgba(68, 204, 255, 0.3);
  color: #44ccff;
}

.hero-trust-bar__icon .site-icon {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 8px rgba(85, 83, 238, 0.35));
}

.hero-trust-bar__text {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  color: #f1f5f9;
}

@media (max-width: 600px) {
  .hero-trust-bar {
    grid-template-columns: 1fr;
  }
}

.checkmark-icon {
  flex-shrink: 0;
  color: #28a745;
}

.highlights {
  padding: 72px 0 40px;
}

.highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .highlights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.highlight-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 14, 38, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.highlight-card:hover {
  border-color: rgba(85, 83, 238, 0.35);
  transform: translateY(-2px);
}

.highlight-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  font-size: 2.5rem;
  filter: drop-shadow(0 8px 18px rgba(85, 83, 238, 0.25));
}

.highlight-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-light);
}

.highlight-desc {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
}

.highlight-points {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.highlight-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.86rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.highlight-points .checkmark-icon {
  margin-top: 1px;
  width: 16px;
  height: 16px;
}

.reviews-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.reviews-header__intro {
  flex: 1 1 100%;
}

.reviews-header__title {
  margin: 0 auto 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text-light);
}

.reviews-header__lead {
  margin: 0 auto;
  max-width: 48ch;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
}

.reviews-summary {
  flex: 0 0 auto;
  text-align: center;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  border: 1px solid rgba(85, 83, 238, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(0, 0, 0, 0.25);
}

.reviews-summary__score {
  margin: 0 0 0.25rem;
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(108deg, #fff 0%, #88a0ff 45%, #5553ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #5553ee;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .reviews-summary__score {
    color: transparent;
  }
}

.reviews-summary__stars {
  color: #ffc107;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
}

.reviews-summary__caption {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.reviews-summary__count {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-light);
}

.faq {
  padding: 72px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-width: 820px;
  margin: 0 auto;
}

.faq .faq-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 14, 38, 0.55);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq .faq-item[open] {
  border-color: rgba(85, 83, 238, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.faq .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text-light);
  list-style: none;
  cursor: pointer;
}

.faq .faq-question::-webkit-details-marker {
  display: none;
}

.faq .faq-question::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #5553ee;
  border-bottom: 2px solid #5553ee;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq .faq-item[open] .faq-question::after {
  transform: rotate(-135deg);
}

.faq .faq-answer {
  margin: 0;
  padding: 0 1.35rem 1.15rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.92rem;
  font-weight: 400;
}

.footer-trust-note {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer-trust-note__inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.footer-trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

.footer-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.88);
}

/* Screen-reader-only form labels (SEO/a11y) */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
