/* ============================================================
   Smart 500 — Тарифы для участников и партнеров
   URL: /ru/ranking/smart-500/tariffs/
   Все стили scoped через .s5t
   ============================================================ */

.s5t { color: var(--ink); background: var(--paper); }
.s5t em { font-style: italic; color: var(--blue); }
.s5t a { color: inherit; text-decoration: none; }
.s5t .container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.s5t .kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px;
}

/* ===== HERO ===== */
.s5t .t-hero {
  padding: 56px 0 72px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #EAF0FB;
  position: relative; overflow: hidden;
}
.s5t .t-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 30% 40%, black 30%, transparent 80%);
  pointer-events: none;
}
.s5t .t-hero .container { position: relative; z-index: 1; }
.s5t .t-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(220,231,250,0.85);
  margin-bottom: 28px;
}
.s5t .t-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 0 4px rgba(59,130,246,0.22), 0 0 14px rgba(59,130,246,0.6);
}
.s5t .t-hero-h {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.95; letter-spacing: -0.035em;
  margin: 0 0 24px;
  color: #fff;
}
.s5t .t-hero-h em { color: var(--blue-bright); font-style: italic; }
.s5t .t-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 19px; line-height: 1.5;
  color: rgba(234,240,251,0.85);
  margin: 0 0 40px;
  max-width: 64ch;
}
.s5t .t-hero-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.s5t .t-nav-link {
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--blue-bright);
  padding: 12px 0;
  border-bottom: 1px solid rgba(59,130,246,0.5);
  transition: all 0.15s;
}
.s5t .t-nav-link:hover { color: #fff; border-bottom-color: #fff; }

/* ===== SECTIONS ===== */
.s5t .t-section { padding: 96px 0; border-top: 1px solid var(--rule-soft); }
.s5t .t-section-dark {
  background: var(--navy-deep); color: #EAF0FB;
  border-top: none;
}
.s5t .t-head { margin-bottom: 56px; max-width: 720px; }
.s5t .t-h {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.1; letter-spacing: -0.025em;
  color: var(--ink); margin: 0 0 20px;
}
.s5t .t-h-light { color: #fff; }
.s5t .t-h-light em { color: var(--blue-bright); }
.s5t .t-note {
  font-family: 'Inter', sans-serif;
  font-size: 17px; line-height: 1.55;
  color: var(--ink-2);
  max-width: 64ch;
  margin: 0;
}
.s5t .t-note-light { color: rgba(234,240,251,0.75); }

/* ===== CARDS ===== */
.s5t .t-cards { display: grid; gap: 28px; }
.s5t .t-cards-2 { grid-template-columns: 1fr 1fr; }
.s5t .t-cards-3 { grid-template-columns: repeat(3, 1fr); }

.s5t .t-card {
  padding: 36px 32px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  display: flex; flex-direction: column; gap: 14px;
  transition: all 0.15s;
}
.s5t .t-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(37,99,235,0.08); }
.s5t .t-card-accent { border-color: var(--blue); box-shadow: 0 6px 24px rgba(37,99,235,0.1); }

.s5t .t-card-dark {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.12);
}
.s5t .t-card-dark:hover { border-color: var(--blue-bright); }
.s5t .t-card-dark.t-card-accent {
  border-color: var(--blue-bright);
  background: rgba(59,130,246,0.06);
}

.s5t .t-card-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--blue);
}
.s5t .t-card-label-light { color: var(--blue-bright); }

.s5t .t-card-title {
  font-family: 'Source Serif 4', serif;
  font-size: 26px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--ink); margin: 4px 0 0;
}
.s5t .t-card-title-light { color: #fff; }

.s5t .t-card-price {
  font-family: 'Source Serif 4', serif;
  font-size: 44px; font-weight: 400; letter-spacing: -0.02em;
  color: var(--ink); margin-top: 12px;
}
.s5t .t-card-price-light { color: #fff; }

.s5t .t-card-period {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--ink-3);
  margin-top: -6px;
}
.s5t .t-card-period-light { color: rgba(234,240,251,0.6); }

.s5t .t-card-list {
  list-style: none; padding: 0; margin: 20px 0 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.s5t .t-card-list li {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.5;
  color: var(--ink-2);
  padding-left: 22px; position: relative;
}
.s5t .t-card-list li::before {
  content: ""; position: absolute;
  left: 0; top: 9px;
  width: 12px; height: 1px; background: var(--blue);
}
.s5t .t-card-list-light li { color: rgba(234,240,251,0.78); }
.s5t .t-card-list-light li::before { background: var(--blue-bright); }

.s5t .t-card-cta {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--rule-soft);
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 500;
  color: var(--blue);
  transition: gap 0.15s;
}
.s5t .t-card-cta:hover { gap: 14px; }
.s5t .t-card-cta-light {
  color: var(--blue-bright);
  border-top-color: rgba(255,255,255,0.12);
}

.s5t .t-card-status {
  margin-top: auto; padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(234,240,251,0.5);
}

/* Карточка генерального партнера — занято Brio: только лого + краткое био */
.s5t .t-card-taken { gap: 20px; }
.s5t .t-brio-logo-wrap {
  margin-top: 8px; padding: 24px 0;
  display: flex; align-items: center;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.s5t .t-brio-logo { height: 44px; width: auto; display: block; }
.s5t .t-brio-bio {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.55;
  color: rgba(234,240,251,0.78);
  margin: 0;
}

/* ===== BUNDLE ===== */
.s5t .t-bundle {
  margin-top: 32px;
  padding: 28px 32px;
  background: var(--paper-2);
  border: 1px solid var(--rule-soft);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
}
.s5t .t-bundle-left { display: flex; flex-direction: column; gap: 4px; }
.s5t .t-bundle-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--blue);
}
.s5t .t-bundle-text {
  font-family: 'Source Serif 4', serif;
  font-size: 20px; color: var(--ink);
}
.s5t .t-bundle-price {
  font-family: 'Source Serif 4', serif;
  font-size: 36px; letter-spacing: -0.02em;
  color: var(--ink);
}
.s5t .t-bundle-cta {
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 500;
  color: #fff; background: var(--blue);
  padding: 14px 22px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.15s, gap 0.15s;
}
.s5t .t-bundle-cta:hover { background: var(--blue-2); gap: 14px; }

/* ===== SOCIAL PROOF — partners + members ===== */
.s5t .t-proof { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--rule-soft); }
.s5t .t-proof + .t-proof { margin-top: 32px; padding-top: 32px; }
.s5t .t-proof-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--blue);
  text-align: center;
  margin-bottom: 28px;
}
.s5t .t-proof-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 40px 56px;
}
.s5t .t-proof-cell {
  flex: 0 0 auto;
  height: 48px;
  display: flex; align-items: center; justify-content: center;
}
.s5t .t-proof-cell img {
  max-height: 48px; max-width: 160px;
  width: auto; height: auto;
  object-fit: contain; display: block;
  opacity: 0.78; filter: grayscale(70%);
  transition: opacity 0.2s, filter 0.2s;
}
.s5t .t-proof-cell:hover img { opacity: 1; filter: grayscale(0); }
.s5t .t-proof-text {
  font-family: 'Source Serif 4', serif;
  font-size: 26px; font-weight: 500; letter-spacing: -0.015em;
  color: var(--ink-3);
  transition: color 0.2s;
}
.s5t .t-proof-cell:hover .t-proof-text { color: var(--ink); }
@media (max-width: 720px) {
  .s5t .t-proof-row { gap: 28px 32px; }
  .s5t .t-proof-cell { height: 36px; }
  .s5t .t-proof-cell img { max-height: 36px; max-width: 120px; }
  .s5t .t-proof-text { font-size: 20px; }
}

/* ===== FINAL ===== */
.s5t .t-final {
  padding: 96px 0;
  background: var(--paper);
  border-top: 1px solid var(--rule-soft);
  text-align: center;
}
.s5t .t-final-h {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 400; letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: var(--ink);
}
.s5t .t-final-text {
  font-family: 'Inter', sans-serif;
  font-size: 17px; color: var(--ink-2);
  max-width: 52ch; margin: 0 auto 32px;
}
.s5t .t-final-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 500;
  color: #fff; background: var(--blue);
  transition: background 0.15s, gap 0.15s;
}
.s5t .t-final-cta:hover { background: var(--blue-2); gap: 14px; }
.s5t .t-final-back { margin-top: 40px; }
.s5t .t-final-back a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-3);
  transition: color 0.15s;
}
.s5t .t-final-back a:hover { color: var(--blue); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .s5t .t-cards-2, .s5t .t-cards-3 { grid-template-columns: 1fr; }
  .s5t .t-section { padding: 64px 0; }
  .s5t .t-hero { padding: 40px 0 56px; }
  .s5t .t-bundle { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .s5t .t-bundle-left { align-items: center; }
}
