/* VirtuMate home - только для / (подключать после base.css) */

.logo-text--brand {
  font-size: 26px;
  font-weight: 800;
}

/* --- Hero платформы (не как у Евы) --- */
.hero--platform .hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 400px);
  gap: 48px;
  align-items: center;
}

.hero--platform .hero--platform__copy p {
  max-width: none;
  margin-top: 4px;
  margin-bottom: 28px;
}

.hero--platform h1 {
  margin-bottom: 22px;
}

.platform-showcase {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.platform-showcase__card {
  position: relative;
  overflow: hidden;
  padding: 28px 22px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(6, 182, 212, 0.28);
  background: linear-gradient(155deg, rgba(6, 182, 212, 0.12), rgba(139, 92, 246, 0.1), rgba(20, 20, 20, 0.95));
  text-align: center;
}

.platform-showcase__glow {
  position: absolute;
  inset: -40% -20% auto;
  height: 180px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.35), transparent 70%);
  pointer-events: none;
}

.platform-showcase__logo {
  position: relative;
  z-index: 1;
  margin: 0 auto 14px;
  filter: drop-shadow(0 8px 24px rgba(6, 182, 212, 0.35));
}

.platform-showcase__label {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.platform-showcase__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.platform-showcase__stat {
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
}

.platform-showcase__stat strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.platform-showcase__stat span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
  color: var(--text-muted);
}

.platform-showcase__featured {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.platform-showcase__featured:hover {
  border-color: rgba(6, 182, 212, 0.4);
  background: rgba(6, 182, 212, 0.08);
}

.platform-showcase__featured img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.platform-showcase__featured span {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.platform-showcase__featured em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #67e8f9;
}

.platform-showcase__featured strong {
  font-size: 16px;
  color: #fff;
}

.platform-showcase__featured i {
  color: var(--text-muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero--platform .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .platform-showcase__stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .platform-showcase__stats {
    grid-template-columns: 1fr;
  }
}

/* --- Блок «О платформе» --- */
.platform-about {
  padding-top: 48px;
}

.platform-about__head {
  text-align: center;
  margin-bottom: 36px;
}

.platform-about__head .section-subtitle {
  margin-bottom: 0;
}

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

.platform-about__item {
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--panel-border);
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.92), rgba(18, 18, 18, 0.98));
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.platform-about__item:hover {
  border-color: rgba(6, 182, 212, 0.35);
  transform: translateY(-2px);
}

.platform-about__icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 17px;
  color: #fff;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.25);
}

.platform-about__item h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.platform-about__soon {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
}

.platform-about__item p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 980px) {
  .platform-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .platform-about__grid {
    grid-template-columns: 1fr;
  }
}

/* --- Каталог персонажей --- */
.characters-roster-section {
  padding-top: 40px;
}

.characters-roster__head {
  text-align: center;
  margin-bottom: 36px;
}

.home-characters-more {
  margin-top: 28px;
  text-align: center;
}

.characters-roster__head .section-subtitle {
  margin-bottom: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.characters-roster {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.character-tile {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.92);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.character-tile:hover {
  border-color: rgba(6, 182, 212, 0.38);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
}

.character-tile--featured {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15), 0 16px 40px rgba(139, 92, 246, 0.1);
}

.character-tile--featured:hover {
  border-color: rgba(6, 182, 212, 0.45);
}

.character-tile__media {
  position: relative;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
}

.character-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.character-tile:hover .character-tile__media img {
  transform: scale(1.04);
}

.character-tile__age {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.character-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}

.character-tile__intro {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 18px 16px;
}

.character-tile__vibe {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e0f2fe;
  background: rgba(6, 182, 212, 0.18);
  border: 1px solid rgba(6, 182, 212, 0.28);
}

.character-tile__name {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 6px;
}

.character-tile__tagline {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.character-tile__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
  gap: 12px;
}

.character-tile__scenarios-title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.character-tile__scenarios {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.character-tile__scenarios li {
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #ececec;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.character-tile--featured .character-tile__scenarios li:first-child,
.character-tile--featured .character-tile__scenario-row .character-tile__scenario-btn:first-child {
  border-color: rgba(236, 72, 153, 0.35);
  background: rgba(236, 72, 153, 0.1);
}

.character-tile__scenario-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.character-tile__scenario-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.character-tile__scenario-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  padding: 10px 8px;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.character-tile__scenario-btn:hover {
  border-color: rgba(6, 182, 212, 0.45);
  background: rgba(6, 182, 212, 0.08);
}

.character-tile__scenario-btn:active {
  transform: scale(0.98);
}

.character-tile__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 4px;
}

.character-tile__actions .btn {
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .characters-roster {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .character-tile--featured {
    grid-column: 1 / -1;
  }

  .character-tile--featured .character-tile__media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .characters-roster {
    grid-template-columns: 1fr;
  }

  .character-tile--featured {
    grid-column: auto;
  }

  .character-tile--featured .character-tile__media {
    aspect-ratio: 4 / 4.6;
  }

  .character-tile__actions {
    grid-template-columns: 1fr;
  }

  .character-tile__scenario-row {
    grid-template-columns: 1fr;
  }
}

/* Reviews */
.reviews-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

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

.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 20px 18px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--panel-border);
  background: linear-gradient(155deg, rgba(32, 32, 34, 0.96), rgba(18, 18, 20, 0.98));
  transition: border-color 0.2s, box-shadow 0.2s;
}

.review-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

.review-card--accent {
  border-color: rgba(139, 92, 246, 0.4);
  background:
    radial-gradient(circle at 90% 0%, rgba(139, 92, 246, 0.12), transparent 45%),
    linear-gradient(155deg, rgba(32, 32, 34, 0.96), rgba(18, 18, 20, 0.98));
}

.review-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 12px;
}

.review-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.35), rgba(139, 92, 246, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card--accent .review-card__avatar {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.45), rgba(236, 72, 153, 0.25));
}

.review-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.review-card__meta {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.35;
}

.review-card__rating {
  display: inline-flex;
  gap: 2px;
  color: #fbbf24;
  font-size: 12px;
  padding-top: 2px;
}

.review-card__text {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
  color: #e5e5e5;
}

@media (max-width: 960px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-card {
  position: relative;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  padding: 22px 18px;
  background: linear-gradient(135deg, rgba(30, 30, 30, 0.94), rgba(22, 22, 22, 0.98));
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.pricing-card--featured {
  border-color: rgba(139, 92, 246, 0.55);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.25), 0 16px 40px rgba(139, 92, 246, 0.12);
}

.pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-b), var(--brand-c));
}

.pricing-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-card__name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pricing-card__price-old {
  font-size: 14px;
  color: #777;
  text-decoration: line-through;
}

.pricing-card__price-num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

.pricing-card__price-period {
  font-size: 14px;
  color: var(--text-muted);
}

.pricing-card__features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  flex: 1;
}

.pricing-card__features li {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
}

.pricing-card .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

.faq-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}

.faq-section .faq-item {
  padding: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--panel-border);
  background: linear-gradient(155deg, rgba(32, 32, 34, 0.96), rgba(18, 18, 20, 0.98));
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.faq-item[open] {
  border-color: rgba(6, 182, 212, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.faq-item__summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  padding: 18px 18px 17px;
  list-style: none;
}

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

.faq-item__q {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.faq-item__toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: var(--brand-a, #06b6d4);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s, background 0.2s;
}

.faq-item[open] .faq-item__toggle {
  transform: rotate(180deg);
  background: rgba(6, 182, 212, 0.14);
}

.faq-item__answer {
  padding: 0 18px 18px;
}

.faq-item__answer p {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-muted);
}

.faq-item__answer a {
  color: var(--brand-a, #06b6d4);
  text-decoration: none;
}

.faq-item__answer a:hover {
  text-decoration: underline;
}

.faq-section__more {
  margin: 24px 0 0;
  text-align: center;
}

@media (max-width: 820px) {
  .faq-list {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

.cta-section {
  padding-bottom: 72px;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 320px);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 32px 32px 32px 36px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(6, 182, 212, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(6, 182, 212, 0.14), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.12), transparent 40%),
    linear-gradient(155deg, rgba(32, 32, 34, 0.98), rgba(18, 18, 20, 0.99));
}

.cta-panel__glow {
  position: absolute;
  top: -120px;
  left: -80px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.22), transparent 68%);
  pointer-events: none;
}

.cta-panel__main {
  position: relative;
  z-index: 1;
}

.cta-panel__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
}

.cta-panel__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
}

.cta-panel__text {
  margin: 0 0 24px;
  max-width: 520px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-muted);
}

.cta-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-panel__aside {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 22px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.24);
  text-align: center;
}

.cta-panel__faces {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-panel__faces img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(18, 18, 20, 0.95);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.cta-panel__faces img + img {
  margin-left: -14px;
}

.cta-panel__note {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cta-panel__note strong {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.cta-panel__note span {
  font-size: 13px;
  line-height: 1.4;
  color: var(--text-muted);
}

.cta-panel__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-a, #06b6d4);
  text-decoration: none;
}

.cta-panel__link:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .cta-panel {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .cta-panel__aside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .cta-panel__note {
    flex: 1 1 180px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .cta-panel__actions {
    flex-direction: column;
  }

  .cta-panel__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-panel__aside {
    flex-direction: column;
  }

  .cta-panel__note {
    text-align: center;
  }
}
