/* ════════════════════════════════════════
   Сопровождение сайтов — страница услуги
   (единый вид с тестовой /soprovozhdenie-saitov3)
   ════════════════════════════════════════ */

/* ─── PAGE RHYTHM ─────────────────────── */
.support-scope,
.support-pricing,
.support-faq,
.support-fit {
  padding: 88px 0;
}

.support-scope,
.support-pricing,
.support-fit {
  padding-top: 96px;
  padding-bottom: 96px;
}

.support-section-head {
  max-width: 720px;
  margin-bottom: 52px;
}

.support-section-head .section-text {
  margin-top: 10px;
}

/* ─── HERO ────────────────────────────── */
.support-hero {
  position: relative;
  padding: calc(var(--header-h) + 56px) 0 92px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 55% at 18% -8%, rgba(255, 179, 71, 0.045) 0%, transparent 52%),
    radial-gradient(ellipse 70% 45% at 92% 12%, rgba(255, 255, 255, 0.02) 0%, transparent 48%),
    var(--support-surface-base);
}

.support-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  gap: 48px 64px;
  align-items: center;
}

.support-hero__content {
  max-width: 620px;
}

.support-hero__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.support-hero__heading {
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.06;
  color: var(--text-primary);
  letter-spacing: -0.028em;
  margin: 0 0 18px;
}

.support-hero__text {
  font-size: 16px;
  line-height: 1.66;
  color: var(--text-secondary);
  max-width: 30em;
  margin: 0 0 30px;
  letter-spacing: 0.01em;
}

.support-hero__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.support-hero__visual {
  display: flex;
  justify-content: flex-end;
}

.support-hero__visual-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1 / 1.04;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 179, 71, 0.2) 0%, rgba(255, 179, 71, 0.04) 22%, transparent 52%),
    radial-gradient(circle at 16% 16%, rgba(255, 179, 71, 0.16) 0%, transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.07) 0%, transparent 26%),
    linear-gradient(160deg, rgba(22, 22, 22, 0.99) 0%, rgba(8, 8, 8, 0.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 34px 80px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  animation: supportHeroBreath 9s ease-in-out infinite;
}

.support-hero__visual-frame::before {
  content: '';
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
  pointer-events: none;
}

.support-hero__visual-frame::after {
  content: '';
  position: absolute;
  inset: -18%;
  background:
    conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(255, 179, 71, 0.2) 70deg, transparent 128deg, rgba(255, 255, 255, 0.1) 196deg, transparent 252deg, rgba(255, 179, 71, 0.16) 316deg, transparent 360deg);
  opacity: 0.38;
  mix-blend-mode: screen;
  animation: supportHeroSweep 14s linear infinite;
}

.support-hero__visual-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92) 0%, transparent 82%);
  opacity: 0.58;
  animation: supportHeroGridShift 12s linear infinite;
}

.support-hero__visual-orbit {
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.support-hero__visual-orbit::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: rgba(255, 179, 71, 0.95);
  box-shadow:
    0 0 0 4px rgba(255, 179, 71, 0.1),
    0 0 18px rgba(255, 179, 71, 0.45);
}

.support-hero__visual-orbit--outer {
  width: 78%;
  height: 78%;
  border-color: rgba(255, 255, 255, 0.12);
  animation: supportSpin 18s linear infinite;
}

.support-hero__visual-orbit--inner {
  width: 52%;
  height: 52%;
  border-color: rgba(255, 179, 71, 0.24);
  animation: supportSpinReverse 11s linear infinite;
}

.support-hero__visual-orbit--inner::after {
  width: 7px;
  height: 7px;
  top: auto;
  bottom: -3px;
  left: auto;
  right: 22%;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.08),
    0 0 16px rgba(255, 255, 255, 0.3);
}

.support-hero__visual-core {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: 214px;
  height: 214px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 26px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 179, 71, 0.2) 0%, rgba(255, 179, 71, 0.05) 36%, rgba(18, 18, 18, 0.97) 76%),
    rgba(10, 10, 10, 0.92);
  border: 1px solid rgba(255, 179, 71, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 70px rgba(255, 179, 71, 0.14);
  animation: supportCorePulse 5.2s ease-in-out infinite;
  z-index: 2;
}

.support-hero__visual-core::before,
.support-hero__visual-core::after {
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 179, 71, 0.12);
  opacity: 0.7;
}

.support-hero__visual-core::before {
  animation: supportCoreRing 4.8s ease-out infinite;
}

.support-hero__visual-core::after {
  inset: -28px;
  border-color: rgba(255, 255, 255, 0.06);
  animation: supportCoreRing 4.8s ease-out infinite 1.8s;
}

.support-hero__core-label {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.82;
}

.support-hero__core-value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}

.support-hero__core-text {
  display: block;
  max-width: 12em;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-secondary);
}

.support-hero__visual-node,
.support-hero__visual-chip {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 26px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.support-hero__visual-node {
  width: 184px;
  padding: 15px 17px 16px;
  animation: supportFloat 4.8s ease-in-out infinite;
}

.support-hero__visual-node-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.82;
}

.support-hero__visual-node-text {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: var(--text-secondary);
}

.support-hero__visual-node--stability {
  top: 42px;
  left: 28px;
}

.support-hero__visual-node--changes {
  right: 26px;
  top: 100px;
  animation-delay: -2s;
}

.support-hero__visual-node--growth {
  left: 54px;
  bottom: 80px;
  animation-delay: -4s;
}

.support-hero__visual-chip {
  padding: 10px 14px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-secondary);
  letter-spacing: 0.015em;
  animation: supportChipFloat 6s ease-in-out infinite;
}

.support-hero__visual-chip--cms {
  right: 24px;
  bottom: 122px;
  max-width: 190px;
}

.support-hero__visual-chip--team {
  right: 52px;
  bottom: 42px;
  max-width: 176px;
  animation-delay: -2.5s;
}

.support-hero__visual-chip--cms {
  animation-delay: -1s;
}

@keyframes supportHeroBreath {
  0%, 100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 34px 80px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.02);
  }
  50% {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 42px 96px rgba(0, 0, 0, 0.46),
      0 0 0 1px rgba(255, 179, 71, 0.04);
  }
}

@keyframes supportHeroSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes supportHeroGridShift {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-16px, 12px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes supportCorePulse {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 0 70px rgba(255, 179, 71, 0.14);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 100px rgba(255, 179, 71, 0.22);
  }
}

@keyframes supportCoreRing {
  0% {
    transform: scale(0.92);
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

@keyframes supportSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes supportSpinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes supportFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes supportChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ─── SHARED: lists ───────────────────── */
.support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.support-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-secondary);
}

.support-list li + li {
  margin-top: 10px;
}

.support-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.55;
}

.support-list--tight li + li {
  margin-top: 8px;
}

/* ─── FIT — лёгкая сетка без «коробок» ─── */
.support-fit {
  position: relative;
  background:
    radial-gradient(ellipse 46% 42% at 84% 18%, rgba(255, 179, 71, 0.06) 0%, transparent 52%),
    var(--support-surface-raised);
  border-top: 1px solid var(--support-line);
  border-bottom: 1px solid var(--support-line);
}

.support-fit .support-section-head {
  max-width: 640px;
  margin-bottom: 50px;
}

.support-fit .support-section-head .section-text {
  margin-top: 14px;
  max-width: 48em;
  line-height: 1.75;
}

.support-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 6px;
}

.support-fit .support-card {
  position: relative;
  padding: 28px 26px 30px;
  margin: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.028) 0%, rgba(255, 255, 255, 0.012) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.support-fit .support-card:hover {
  border-color: rgba(255, 179, 71, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.support-fit .support-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(255, 179, 71, 0.08) 0%, transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

.support-fit .support-card__kicker {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--accent);
  opacity: 0.62;
  margin-bottom: 8px;
}

.support-fit .support-card__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.3;
}

.support-fit .support-card__text {
  font-size: 14px;
  line-height: 1.64;
  color: var(--text-secondary);
  margin: 0;
  max-width: 34em;
  letter-spacing: 0.01em;
}

/* Остальные секции: прежние общие стили для .support-card__* при необходимости */
.support-card__kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--accent);
  opacity: 0.68;
  margin-bottom: 12px;
}

.support-card__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}

.support-card__text {
  font-size: 14px;
  line-height: 1.76;
  color: var(--text-secondary);
  margin: 0;
  max-width: 42em;
}

/* ─── SCOPE — три направления (стабильность / правки / развитие) ─ */
.support-scope {
  position: relative;
  background:
    radial-gradient(ellipse 50% 40% at 14% 0%, rgba(255, 179, 71, 0.05) 0%, transparent 56%),
    var(--support-surface-base);
}

.support-scope__intro {
  max-width: 640px;
  margin-bottom: 48px;
}

.support-scope__intro .section-text {
  margin-top: 12px;
  line-height: 1.75;
  max-width: 46em;
}

.support-scope__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 26px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: stretch;
}

.support-scope-pillar {
  padding: 30px 26px 34px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.014) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 0;
}

.support-scope-pillar--stability {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.05) 0%, transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.014) 100%);
}

.support-scope-pillar--changes {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 179, 71, 0.08) 0%, transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.014) 100%);
}

.support-scope-pillar--growth {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 179, 71, 0.06) 0%, transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.014) 100%);
}

.support-scope-pillar:hover {
  border-color: rgba(255, 179, 71, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.support-scope-pillar__head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.support-scope-pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 179, 71, 0.18);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 179, 71, 0.12) 0%, transparent 60%),
    rgba(255, 179, 71, 0.05);
  color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.support-scope-pillar__icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-scope-pillar__title {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 600;
  line-height: 1.28;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.support-scope-pillar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.support-scope-pillar__list li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 13.5px;
  line-height: 1.52;
  letter-spacing: 0.01em;
  color: var(--text-secondary);
}

.support-scope-pillar__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 4px;
  height: 1px;
  background: rgba(255, 179, 71, 0.38);
}

.support-scope-pillar__caption {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.018em;
  color: var(--text-secondary);
  opacity: 0.78;
}

.support-scope__exclusion {
  margin: 28px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

.support-scope__exclusion-inner {
  display: inline-block;
  max-width: 42em;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  opacity: 0.68;
}

/* ─── PROCESS — вертикальный timeline ─── */
.support-process {
  position: relative;
  background:
    radial-gradient(ellipse 52% 38% at 84% 14%, rgba(255, 179, 71, 0.05) 0%, transparent 52%),
    var(--support-surface-soft);
  border-top: 1px solid var(--support-line);
}

.support-process__timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 40px;
}

.support-process__timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 179, 71, 0.35) 0%,
    rgba(255, 255, 255, 0.06) 45%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

.support-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px 28px;
  align-items: start;
  padding: 26px 28px 28px;
  margin: 0 0 16px 18px;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.support-step:last-child {
  margin-bottom: 0;
}

.support-step::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--support-surface-soft);
  border: 2px solid rgba(255, 179, 71, 0.42);
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.9);
}

.support-step:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.12);
  transform: none;
  border-color: rgba(255, 179, 71, 0.14);
}

.support-step__num {
  grid-column: 1;
  grid-row: 1 / span 2;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  opacity: 0.75;
  padding-top: 4px;
}

.support-step__title {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-display);
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-primary);
  margin: 0 0 10px;
  letter-spacing: -0.012em;
}

.support-step__text {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-secondary);
  max-width: 52em;
}

/* ─── CASES — нарративный список ──────── */
.support-cases {
  position: relative;
  background:
    radial-gradient(ellipse 40% 30% at 86% 8%, rgba(255, 179, 71, 0.05) 0%, transparent 56%),
    var(--support-surface-base);
  border-top: 1px solid var(--support-line);
}

.support-cases__list {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.support-case {
  padding: 30px 26px 32px;
  margin: 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.012) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
  overflow: hidden;
}

.support-case:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 36px rgba(0, 0, 0, 0.16);
  transform: none;
  border-color: rgba(255, 179, 71, 0.16);
}

.support-case__tag {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.7;
}

.support-case__title {
  font-family: var(--font-display);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-primary);
  letter-spacing: -0.014em;
  margin: 0 0 12px;
  padding: 0;
}

.support-case__points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 2px;
}

.support-case__point {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.support-case__point-label {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.8;
}

.support-case__point-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.66;
  color: var(--text-secondary);
}

.support-case__result {
  position: relative;
  margin: 18px 0 0;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.012em;
  color: var(--text-secondary);
  opacity: 0.9;
}

.support-case__result::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 4px;
  height: 1px;
  background: rgba(255, 179, 71, 0.46);
}

/* ─── PRICING — осознанные карточки ───── */
.support-pricing {
  background: var(--support-surface-soft);
  border-top: 1px solid var(--support-line);
}

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

.support-price {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 22px 22px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid var(--support-line);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.support-price:hover {
  border-color: rgba(255, 179, 71, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 32px rgba(0, 0, 0, 0.18);
  transform: none;
}

.support-price--accent {
  border-color: rgba(255, 179, 71, 0.22);
  background: linear-gradient(168deg, rgba(255, 179, 71, 0.08) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(14, 14, 14, 0.5) 100%);
}

.support-price__top {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  padding-right: 0;
}

.support-price__name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.016em;
}

.support-price__hours {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.75;
}

.support-price__value {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.support-price__for {
  flex-grow: 0;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.72;
  color: var(--text-secondary);
}

.support-price .support-list {
  flex-grow: 1;
  margin-bottom: 20px;
}

.support-price .btn {
  width: 100%;
  margin-top: auto;
  align-self: stretch;
}

.support-pricing__note {
  margin: 28px 0 0;
  font-size: 14px;
  line-height: 1.76;
  color: var(--text-secondary);
  max-width: 640px;
  opacity: 0.9;
}

/* ─── FAQ ─────────────────────────────── */
.support-faq {
  background: var(--support-surface-raised);
  border-top: 1px solid var(--support-line);
}

.support-faq__list {
  max-width: 720px;
}

.support-faq__item {
  border-bottom: 1px solid var(--support-line);
}

.support-faq__item:first-child {
  border-top: 1px solid var(--support-line);
}

.support-faq__question {
  position: relative;
  padding: 26px 48px 26px 0;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text-primary);
  transition: color 0.2s ease;
}

.support-faq__question::-webkit-details-marker {
  display: none;
}

.support-faq__question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: var(--accent);
  opacity: 0.65;
  transition: transform 0.3s ease;
}

.support-faq__item[open] .support-faq__question::after {
  transform: translateY(-50%) rotate(45deg);
}

.support-faq__question:hover {
  color: var(--accent);
}

.support-faq__answer {
  padding: 0 0 26px;
}

.support-faq__answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-secondary);
}

.support-faq__actions {
  margin-top: 20px;
  max-width: 720px;
}

/* .btn задаёт display:inline-flex — перебивает [hidden] у кнопки без !important */
.support-faq__actions[hidden],
.support-faq__more-btn[hidden] {
  display: none !important;
}

.support-faq__more-btn {
  width: 100%;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .support-hero__visual-frame,
  .support-hero__visual-frame::after,
  .support-hero__visual-orbit,
  .support-hero__visual-node,
  .support-hero__visual-chip,
  .support-hero__visual-core,
  .support-hero__visual-core::before,
  .support-hero__visual-core::after {
    animation: none !important;
  }
}

/* ─── RESPONSIVE ──────────────────────── */
@media (max-width: 1024px) {
  .support-hero__grid {
    grid-template-columns: 1fr;
  }

  .support-hero__grid {
    gap: 36px 0;
  }

  .support-hero__visual {
    justify-content: center;
  }

  .support-hero__visual-frame {
    max-width: 620px;
    aspect-ratio: 1 / 0.98;
  }

  .support-fit__grid {
    grid-template-columns: 1fr;
  }

  .support-scope__pillars {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 560px;
  }

  .support-cases__list {
    grid-template-columns: 1fr;
  }

  .support-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .support-scope,
  .support-pricing,
  .support-faq,
  .support-fit,
  .contact {
    padding: 64px 0;
  }

  .support-hero {
    padding: calc(var(--header-h) + 40px) 0 72px;
  }

  .support-section-head {
    margin-bottom: 40px;
  }

  .support-hero__text {
    margin-bottom: 28px;
  }

  .support-hero__buttons {
    margin-bottom: 22px;
  }

  .support-hero__visual-frame {
    aspect-ratio: auto;
    min-height: 520px;
    border-radius: 16px;
  }

  .support-hero__visual-core {
    width: 188px;
    height: 188px;
    padding: 20px;
  }

  .support-hero__core-value {
    font-size: 42px;
  }

  .support-hero__visual-node {
    width: 164px;
    padding: 12px 13px 13px;
  }

  .support-hero__visual-node--stability {
    top: 28px;
    left: 18px;
  }

  .support-hero__visual-node--changes {
    top: 82px;
    right: 16px;
  }

  .support-hero__visual-node--growth {
    left: 24px;
    bottom: 82px;
  }

  .support-hero__visual-chip--cms {
    right: 18px;
    bottom: 106px;
  }

  .support-hero__visual-chip--team {
    right: 18px;
    bottom: 26px;
  }

  .support-fit .support-section-head {
    margin-bottom: 40px;
  }

  .support-fit .support-section-head .section-text {
    margin-top: 12px;
  }

  .support-scope__pillars {
    gap: 16px;
  }

  .support-scope-pillar {
    padding: 26px 22px 30px;
    gap: 16px;
  }

  .support-scope-pillar__head {
    gap: 12px;
  }

  .support-scope-pillar__icon {
    width: 48px;
    height: 48px;
  }

  .support-scope-pillar__icon svg {
    width: 23px;
    height: 23px;
  }

  .support-scope-pillar__list {
    gap: 9px;
  }

  .support-scope-pillar__list li {
    font-size: 13px;
    line-height: 1.5;
  }

  .support-scope-pillar__caption {
    padding-top: 12px;
  }

  .support-scope__intro {
    margin-bottom: 36px;
  }

  .support-process__timeline {
    padding-left: 28px;
  }

  .support-process__timeline::before {
    left: 11px;
  }

  .support-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 6px 18px;
    padding: 22px 18px 24px;
    margin-left: 14px;
  }

  .support-step::before {
    left: -25px;
    top: 24px;
  }

  .support-step__text {
    font-size: 14px;
  }

  .support-case {
    padding: 26px 22px 28px;
  }

  .support-case__points {
    gap: 12px;
  }

  .support-case__result {
    margin-top: 16px;
  }

  .support-pricing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .support-faq__question {
    font-size: 15px;
    padding: 22px 40px 22px 0;
  }

  .support-faq__answer {
    padding: 0 0 22px;
  }
}

@media (max-width: 480px) {
  .support-hero {
    padding: calc(var(--header-h) + 32px) 0 60px;
  }

  .support-hero__heading {
    font-size: 30px;
  }

  .support-hero__text {
    font-size: 16px;
  }

  .support-hero__visual-frame {
    min-height: 450px;
  }

  .support-hero__visual-core {
    width: 162px;
    height: 162px;
  }

  .support-hero__core-value {
    font-size: 36px;
  }

  .support-hero__visual-node {
    width: 142px;
    padding: 10px 11px 11px;
  }

  .support-hero__visual-node-label {
    font-size: 10px;
  }

  .support-hero__visual-node-text,
  .support-hero__visual-chip {
    font-size: 11px;
  }

  .support-hero__visual-node--changes {
    top: 70px;
  }

  .support-hero__visual-node--growth {
    left: 18px;
    bottom: 96px;
  }

  .support-hero__visual-chip--cms {
    max-width: 150px;
    bottom: 118px;
  }

  .support-hero__visual-chip--team {
    max-width: 148px;
    right: 14px;
  }

  .support-case__title {
    font-size: 17px;
  }
}

/* ─── Референс: тёмный фон #121212, сетка, золотой градиент на заголовках ─── */
.support-hero {
  isolation: isolate;
  /* Слабее базовые блики по углам (общий .support-hero их задаёт сильнее) */
  background:
    radial-gradient(ellipse 90% 55% at 18% -8%, rgba(255, 179, 71, 0.02) 0%, transparent 52%),
    radial-gradient(ellipse 70% 45% at 92% 12%, rgba(255, 255, 255, 0.008) 0%, transparent 48%),
    var(--support-surface-base);
}

.support-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 48px 48px;
  /* Мягче затухание сетки к краям — меньше «белого» по периметру */
  mask-image: radial-gradient(ellipse 88% 78% at 50% 42%, #000 0%, transparent 78%);
}

.support-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 12% 22%, rgba(255, 179, 71, 0.055) 0%, transparent 55%),
    radial-gradient(ellipse 42% 36% at 90% 76%, rgba(255, 140, 60, 0.032) 0%, transparent 52%);
}

.support-hero > .container {
  position: relative;
  z-index: 1;
}

.support-hero__visual-frame {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 179, 71, 0.11) 0%, rgba(255, 179, 71, 0.03) 22%, transparent 52%),
    radial-gradient(circle at 16% 16%, rgba(255, 179, 71, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.045) 0%, transparent 26%),
    linear-gradient(160deg, rgba(22, 22, 22, 0.99) 0%, rgba(8, 8, 8, 0.99) 100%);
}

.support-hero__heading {
  color: transparent;
  background: linear-gradient(135deg, #fff4dc 0%, #ffb347 46%, #d49420 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 28px rgba(255, 179, 71, 0.42));
}

