/**
 * Sport Rost service styles: strategy.
 * Extracted from HashOne style.css lines 13208-14783.
 * Generated by tools/build-service-styles.ps1; edit the source mapping instead.
 */

/* =========================================================
   Sport Rost / Комплексная стратегия
   CSS для страницы

   Куда вставлять:
   WordPress → Внешний вид → Настроить → Дополнительные стили
   или в style.css дочерней темы.

   Вставлять БЕЗ тегов <style>.
   ========================================================= */

.sr-marketing-page {
  --sr-red: #e30613;
  --sr-dark: #101014;
  --sr-text: #16161a;
  --sr-muted: #656774;
  --sr-border: rgba(16, 16, 20, 0.10);
  --sr-soft: #f6f7f9;
  --sr-white: #ffffff;
  --sr-radius-lg: 34px;
  --sr-radius-md: 24px;
  --sr-radius-sm: 16px;
  --sr-shadow: 0 22px 70px rgba(16, 16, 20, 0.10);
  --sr-shadow-soft: 0 14px 38px rgba(16, 16, 20, 0.08);
  color: var(--sr-text);
  font-family: inherit;
  overflow: hidden;
  background: #fff;
}

.sr-marketing-page * {
  box-sizing: border-box;
}

.sr-marketing-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sr-m-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.sr-m-section {
  padding: 78px 0;
  position: relative;
}

.sr-m-section--soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(227, 6, 19, 0.075), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
}

.sr-m-section--dark {
  background:
    radial-gradient(circle at 14% 12%, rgba(227, 6, 19, 0.30), transparent 30%),
    radial-gradient(circle at 86% 88%, rgba(255, 255, 255, 0.09), transparent 32%),
    #101014;
  color: #fff;
}

.sr-m-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 9px 14px;
  border: 1px solid rgba(227, 6, 19, 0.16);
  border-radius: 999px;
  background: rgba(227, 6, 19, 0.07);
  color: var(--sr-red);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sr-m-eyebrow::before {
  content: "↗";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sr-red);
  color: #fff;
  font-size: 13px;
}

.sr-m-section--dark .sr-m-eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.sr-m-h1,
.sr-m-h2,
.sr-m-h3 {
  margin: 0;
  color: inherit;
  letter-spacing: -0.035em;
}

.sr-m-h1 {
  max-width: 780px;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 0.96;
  font-weight: 900;
}

.sr-m-h2 {
  max-width: 820px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: 1.02;
  font-weight: 900;
}

.sr-m-h3 {
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
}

.sr-m-lead {
  margin: 22px 0 0;
  max-width: 760px;
  color: var(--sr-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.7;
}

.sr-m-section--dark .sr-m-lead,
.sr-m-section--dark .sr-m-muted {
  color: rgba(255, 255, 255, 0.74);
}

.sr-m-muted {
  color: var(--sr-muted);
}

.sr-m-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 46px;
  align-items: center;
}

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

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

.sr-m-card {
  position: relative;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--sr-border);
  border-radius: var(--sr-radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--sr-shadow-soft);
  overflow: hidden;
}

.sr-m-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -45px auto;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.07);
  pointer-events: none;
}

.sr-m-card p {
  margin: 13px 0 0;
  color: var(--sr-muted);
  line-height: 1.62;
}

.sr-m-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sr-m-card li {
  position: relative;
  padding-left: 24px;
  color: #33343c;
  line-height: 1.5;
}

.sr-m-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sr-red);
  box-shadow: 0 0 0 5px rgba(227, 6, 19, 0.09);
}

.sr-m-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: #101014;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.sr-m-icon--red {
  background: var(--sr-red);
}

.sr-m-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.sr-m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 15px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1.15;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sr-m-btn:hover {
  transform: translateY(-2px);
}

.sr-m-btn--red {
  background: var(--sr-red);
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(227, 6, 19, 0.26);
}

.sr-m-btn--dark {
  background: #101014;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(16, 16, 20, 0.16);
}

.sr-m-btn--ghost {
  background: #fff;
  border-color: rgba(16, 16, 20, 0.12);
  color: #141418 !important;
}

.sr-m-section--dark .sr-m-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff !important;
}

.sr-m-hero {
  padding: 68px 0 86px;
  background:
    radial-gradient(circle at 12% 4%, rgba(227, 6, 19, 0.10), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

.sr-m-breadcrumbs {
  margin: 0 0 26px;
  color: #777984;
  font-size: 14px;
  line-height: 1.5;
}

.sr-m-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.sr-m-hero-text {
  position: relative;
  z-index: 2;
}

.sr-m-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 620px;
}

.sr-m-hero-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 16, 20, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(16, 16, 20, 0.055);
  font-weight: 800;
  color: #22232a;
}

.sr-m-hero-point span {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #101014;
  color: #fff;
  font-size: 14px;
}

.sr-m-hero-visual {
  position: relative;
  padding: 18px;
}

.sr-m-hero-visual::before {
  content: "";
  position: absolute;
  inset: 8% 2% 2% 10%;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(227, 6, 19, 0.16), rgba(16, 16, 20, 0.07));
  filter: blur(0.2px);
  transform: rotate(-3deg);
}

.sr-m-hero-visual img {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  filter: drop-shadow(0 26px 45px rgba(16, 16, 20, 0.16));
}

.sr-m-float {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 144px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(16, 16, 20, 0.14);
}

.sr-m-float strong {
  color: #101014;
  font-size: 20px;
  line-height: 1;
}

.sr-m-float small {
  color: #666873;
  font-weight: 700;
  line-height: 1.25;
}

.sr-m-float--one {
  left: 0;
  top: 52px;
}

.sr-m-float--two {
  right: 0;
  bottom: 54px;
}

.sr-m-float--two strong {
  color: var(--sr-red);
}

.sr-m-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.sr-m-head .sr-m-lead {
  margin-top: 0;
}

.sr-m-trust {
  margin-top: 28px;
  padding: 30px;
  border-radius: var(--sr-radius-lg);
  background: #101014;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 26px;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.sr-m-trust::before {
  content: "";
  position: absolute;
  inset: auto -80px -130px auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.26);
}

.sr-m-trust blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.sr-m-trust-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.sr-m-trust-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sr-m-trust-item strong {
  display: block;
  margin-bottom: 5px;
}

.sr-m-trust-item span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.sr-m-strategy {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.sr-m-strategy-media {
  border-radius: var(--sr-radius-lg);
  background: #fff;
  border: 1px solid var(--sr-border);
  box-shadow: var(--sr-shadow);
  padding: 18px;
  overflow: hidden;
}

.sr-m-strategy-media img {
  border-radius: 24px;
}

.sr-m-strategy-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sr-m-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sr-m-channel {
  padding: 25px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.sr-m-channel .sr-m-icon {
  background: rgba(255, 255, 255, 0.12);
}

.sr-m-channel ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.sr-m-system {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: center;
}

.sr-m-system-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sr-m-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 900;
}

.sr-m-system-note {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  color: #101014;
  font-weight: 900;
  line-height: 1.35;
}

.sr-m-audience {
  position: relative;
}

.sr-m-audience::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(720px, 55vw);
  height: 420px;
  background: url('/wp-content/uploads/2026/05/sport-rost-komu-podhodit-kompleksnyy-marketing-decor.png') center / contain no-repeat;
  opacity: 0.56;
  pointer-events: none;
}

.sr-m-audience .sr-m-wrap {
  position: relative;
  z-index: 1;
}

.sr-m-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.sr-m-mini-cta {
  margin-top: 30px;
  padding: 30px;
  border-radius: var(--sr-radius-lg);
  background: #101014;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sr-m-mini-cta h2 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.sr-m-mini-cta p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

.sr-m-clients {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.sr-m-client-logo {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--sr-border);
  background: #fff;
  box-shadow: var(--sr-shadow-soft);
}

.sr-m-client-logo img {
  max-height: 68px;
  width: auto;
  object-fit: contain;
}

.sr-m-consult {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  border-radius: var(--sr-radius-lg);
  background: #f6f7f9;
  border: 1px solid var(--sr-border);
}

.sr-m-form-box {
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--sr-shadow-soft);
}

.sr-m-form-box h3 {
  margin: 0 0 18px;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.sr-m-messengers {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.sr-m-messengers a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--sr-border);
  box-shadow: 0 10px 22px rgba(16, 16, 20, 0.08);
}

.sr-m-messengers img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.sr-m-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.sr-m-case {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--sr-radius-lg);
  border: 1px solid var(--sr-border);
  background: #fff;
  box-shadow: var(--sr-shadow);
}

.sr-m-case-img {
  aspect-ratio: 16 / 9;
  background: #f2f3f5;
  overflow: hidden;
}

.sr-m-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-m-case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.sr-m-case-site {
  display: inline-flex;
  width: fit-content;
  margin: 10px 0 18px;
  color: var(--sr-red);
  font-weight: 900;
  text-decoration: none;
}

.sr-m-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.sr-m-result {
  padding: 14px;
  border-radius: 18px;
  background: #f6f7f9;
  border: 1px solid rgba(16, 16, 20, 0.06);
}

.sr-m-result span {
  display: block;
  color: var(--sr-muted);
  font-size: 13px;
  line-height: 1.25;
}

.sr-m-result strong {
  display: block;
  margin-top: 7px;
  color: #101014;
  font-size: 16px;
  line-height: 1.15;
}

.sr-m-case-body p {
  margin: 0 0 20px;
  color: var(--sr-muted);
  line-height: 1.58;
}

.sr-m-case-body .sr-m-btn {
  margin-top: auto;
  width: fit-content;
}

.sr-m-final {
  padding: 74px 0;
  background: #101014;
  color: #fff;
}

.sr-m-final-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: center;
  padding: 36px;
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(227, 6, 19, 0.34), transparent 32%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.sr-m-final-box::before {
  content: "";
  position: absolute;
  right: 28%;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.22);
}

.sr-m-final-content,
.sr-m-final-form {
  position: relative;
  z-index: 1;
}

.sr-m-final h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.sr-m-final p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 1.6;
}

.sr-m-phone {
  display: inline-flex;
  margin-top: 22px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none !important;
}

.sr-m-final-form {
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  color: #101014;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.sr-m-final-form h3 {
  margin: 0 0 16px;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.sr-m-form-placeholder {
  display: grid;
  gap: 12px;
}

.sr-m-form-placeholder input {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(16, 16, 20, 0.12);
  background: #f6f7f9;
  font: inherit;
}

.sr-m-form-placeholder button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--sr-red);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .sr-m-grid-2,
  .sr-m-head,
  .sr-m-strategy,
  .sr-m-system,
  .sr-m-consult,
  .sr-m-final-box {
    grid-template-columns: 1fr;
  }

  .sr-m-grid-4,
  .sr-m-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-m-case-grid,
  .sr-m-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sr-m-clients {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .sr-m-wrap {
    width: min(100% - 24px, 1180px);
  }

  .sr-m-section {
    padding: 54px 0;
  }

  .sr-m-hero {
    padding: 42px 0 58px;
  }

  .sr-m-hero-points,
  .sr-m-grid-3,
  .sr-m-grid-4,
  .sr-m-strategy-cards,
  .sr-m-channel-grid,
  .sr-m-case-grid,
  .sr-m-audience-grid,
  .sr-m-clients,
  .sr-m-results {
    grid-template-columns: 1fr;
  }

  .sr-m-card,
  .sr-m-channel,
  .sr-m-case-body,
  .sr-m-final-box,
  .sr-m-consult,
  .sr-m-mini-cta,
  .sr-m-trust {
    padding: 22px;
    border-radius: 24px;
  }

  .sr-m-trust,
  .sr-m-mini-cta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sr-m-float {
    position: static;
    margin: 12px auto 0;
    width: 100%;
  }

  .sr-m-hero-visual {
    padding: 0;
  }

  .sr-m-audience::before {
    opacity: 0.22;
    width: 100%;
  }
}

/* === Убираем тёмный фон у блока с цитатой === */
.sr-m-trust {
  background: #ffffff;
  color: #16161a;
  border: 1px solid rgba(16, 16, 20, 0.08);
  box-shadow: 0 14px 38px rgba(16, 16, 20, 0.08);
}

.sr-m-trust::before {
  background: rgba(227, 6, 19, 0.08);
}

.sr-m-trust blockquote {
  color: #1b2230;
}

.sr-m-trust-item {
  background: #f6f7f9;
  border: 1px solid rgba(16, 16, 20, 0.08);
}

.sr-m-trust-item strong {
  color: #101014;
}

.sr-m-trust-item span {
  color: #656774;
}

/* === Убираем тёмный фон у блока "Не нашли свой формат?" === */
.sr-m-mini-cta {
  background: #ffffff;
  color: #16161a;
  border: 1px solid rgba(16, 16, 20, 0.08);
  box-shadow: 0 14px 38px rgba(16, 16, 20, 0.08);
}

.sr-m-mini-cta h2 {
  color: #101014;
}

.sr-m-mini-cta p {
  color: #656774;
}
/* === Делаем светлым блок "Реклама и аналитика" === */

#sr-kompleksnaya-strategiya .sr-m-section--dark {
  background:
    radial-gradient(circle at 12% 8%, rgba(227, 6, 19, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  color: #16161a;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-eyebrow {
  background: rgba(227, 6, 19, 0.07);
  border-color: rgba(227, 6, 19, 0.16);
  color: #e30613;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-eyebrow::before {
  background: #e30613;
  color: #ffffff;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-lead,
#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-muted {
  color: #656774;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 20, 0.10);
  box-shadow: 0 14px 38px rgba(16, 16, 20, 0.08);
  color: #16161a;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel .sr-m-icon {
  background: #101014;
  color: #ffffff;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel .sr-m-icon--red {
  background: #e30613;
  color: #ffffff;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel h3 {
  color: #101014;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel ul {
  color: #33343c;
  padding-left: 0;
  list-style: none;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-channel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e30613;
  box-shadow: 0 0 0 5px rgba(227, 6, 19, 0.09);
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-pill {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 20, 0.10);
  color: #101014;
  box-shadow: 0 10px 24px rgba(16, 16, 20, 0.06);
}

#sr-kompleksnaya-strategiya .sr-m-section--dark .sr-m-system-note {
  background: #101014;
  color: #ffffff;
}
/* =========================================================
   Sport Rost / Комплексная стратегия
   CSS только для первого экрана

   Куда вставлять:
   в конец текущего CSS страницы в «Дополнительные стили».

   Что делает:
   - убирает градиентный фон первого экрана;
   - делает фон белым;
   - выравнивает текст и картинку;
   - уплотняет правую визуальную карточку;
   - делает первый экран ближе к макету.
   ========================================================= */

#sr-kompleksnaya-strategiya .sr-m-hero {
  padding: 54px 0 72px;
  background: #ffffff !important;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 54px;
  align-items: center;
}

#sr-kompleksnaya-strategiya .sr-m-hero-text {
  max-width: 650px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-breadcrumbs {
  grid-column: 1 / -1;
  margin: 0 0 38px;
  color: #7d808a;
  font-size: 14px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-breadcrumbs a {
  color: #7d808a;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-breadcrumbs span {
  color: #e30613;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-eyebrow {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e30613;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-eyebrow::before {
  display: none;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-h1 {
  max-width: 650px;
  font-size: clamp(38px, 4.15vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #101014;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-lead {
  max-width: 630px;
  margin-top: 22px;
  color: #4f535f;
  font-size: clamp(17px, 1.18vw, 19px);
  line-height: 1.62;
}

#sr-kompleksnaya-strategiya .sr-m-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 620px;
}

#sr-kompleksnaya-strategiya .sr-m-hero-point {
  min-height: 78px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 16, 20, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 16, 20, 0.07);
  color: #252730;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

#sr-kompleksnaya-strategiya .sr-m-hero-point span {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  background: #101014;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btns {
  margin-top: 32px;
  gap: 16px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn {
  min-width: 230px;
  min-height: 56px;
  padding: 17px 24px;
  border-radius: 8px;
  font-size: 16px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn--red {
  box-shadow: 0 18px 34px rgba(227, 6, 19, 0.22);
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn--ghost {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 20, 0.13);
  box-shadow: 0 10px 24px rgba(16, 16, 20, 0.04);
}

#sr-kompleksnaya-strategiya .sr-m-hero-visual {
  position: relative;
  min-height: 520px;
  padding: 0;
  border: 1px solid rgba(16, 16, 20, 0.08);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(16, 16, 20, 0.10);
  overflow: hidden;
}

#sr-kompleksnaya-strategiya .sr-m-hero-visual::before {
  display: none;
}

#sr-kompleksnaya-strategiya .sr-m-hero-visual img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 52%;
  width: 94%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 0;
  filter: none;
}

#sr-kompleksnaya-strategiya .sr-m-float {
  z-index: 3;
  min-width: 160px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 16, 20, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(16, 16, 20, 0.10);
  backdrop-filter: blur(10px);
}

#sr-kompleksnaya-strategiya .sr-m-float strong {
  color: #e30613;
  font-size: 28px;
  letter-spacing: -0.03em;
}

#sr-kompleksnaya-strategiya .sr-m-float small {
  color: #4f535f;
  font-size: 14px;
}

#sr-kompleksnaya-strategiya .sr-m-float--one {
  left: 32px;
  top: 34px;
}

#sr-kompleksnaya-strategiya .sr-m-float--two {
  right: 32px;
  bottom: 34px;
  min-width: 250px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 14px;
}

#sr-kompleksnaya-strategiya .sr-m-float--two strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.10);
  color: #e30613;
  font-size: 24px;
}

#sr-kompleksnaya-strategiya .sr-m-float--two small {
  color: #252730;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-text {
    max-width: 760px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-h1,
  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-lead {
    max-width: 760px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-visual {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  #sr-kompleksnaya-strategiya .sr-m-hero {
    padding: 34px 0 46px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-breadcrumbs {
    margin-bottom: 26px;
    font-size: 13px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-lead {
    font-size: 16px;
    line-height: 1.58;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-points {
    grid-template-columns: 1fr;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btns {
    display: grid;
    grid-template-columns: 1fr;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn {
    width: 100%;
    min-width: 0;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-visual {
    min-height: 360px;
    border-radius: 24px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-visual img {
    width: 118%;
    top: 54%;
  }

  #sr-kompleksnaya-strategiya .sr-m-float {
    position: absolute;
    width: auto;
    margin: 0;
  }

  #sr-kompleksnaya-strategiya .sr-m-float--one {
    left: 16px;
    top: 16px;
    min-width: 132px;
  }

  #sr-kompleksnaya-strategiya .sr-m-float--one strong {
    font-size: 22px;
  }

  #sr-kompleksnaya-strategiya .sr-m-float--two {
    right: 16px;
    bottom: 16px;
    min-width: 210px;
  }

  #sr-kompleksnaya-strategiya .sr-m-float--two small {
    font-size: 14px;
  }
}
/* === Первый экран: убрать рамку у картинки и собрать кнопки вниз === */

#sr-kompleksnaya-strategiya .sr-m-hero {
  padding: 54px 0 64px;
  background: #fff !important;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: 48px;
  align-items: stretch;
}

#sr-kompleksnaya-strategiya .sr-m-hero-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Кнопки прижимаем вниз */
#sr-kompleksnaya-strategiya .sr-m-hero-points {
  margin-bottom: 0;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btns {
  margin-top: auto;
  padding-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn {
  min-width: 0;
  padding: 16px 26px;
  font-size: 16px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn--red {
  min-width: 250px;
}

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn--ghost {
  min-width: 260px;
}

/* Убираем рамку/карточку вокруг картинки */
#sr-kompleksnaya-strategiya .sr-m-hero-visual {
  min-height: auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

/* убираем подложку, если осталась */
#sr-kompleksnaya-strategiya .sr-m-hero-visual::before {
  display: none !important;
}

#sr-kompleksnaya-strategiya .sr-m-hero-visual img {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  transform: none;
  border-radius: 0;
  filter: none;
  display: block;
}

/* чуть аккуратнее плавающие плашки */
#sr-kompleksnaya-strategiya .sr-m-float--one {
  left: 10px;
  top: 10px;
}

#sr-kompleksnaya-strategiya .sr-m-float--two {
  right: 0;
  bottom: 0;
}

/* мобильная версия */
@media (max-width: 980px) {
  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btns {
    margin-top: 28px;
    padding-top: 0;
    flex-wrap: wrap;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-btn {
    min-width: 0;
    width: 100%;
  }
}
/* === Первый экран: кнопки отдельной нижней строкой === */

#sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 42px 54px;
  align-items: center;
}

/* новая строка с кнопками под двумя колонками */
#sr-kompleksnaya-strategiya .sr-m-hero-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  padding-top: 8px;
}

/* убираем старое поведение кнопок внутри левой колонки, если оно осталось */
#sr-kompleksnaya-strategiya .sr-m-hero-text .sr-m-btns {
  margin-top: 28px;
}

/* сами кнопки */
#sr-kompleksnaya-strategiya .sr-m-hero-actions .sr-m-btn {
  min-height: 58px;
  border-radius: 10px;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 900;
}

#sr-kompleksnaya-strategiya .sr-m-hero-actions .sr-m-btn--red {
  min-width: 260px;
}

#sr-kompleksnaya-strategiya .sr-m-hero-actions .sr-m-btn--ghost {
  min-width: 280px;
  background: #ffffff;
  border: 1px solid rgba(16, 16, 20, 0.13);
  box-shadow: 0 10px 24px rgba(16, 16, 20, 0.04);
}

/* картинка без рамки */
#sr-kompleksnaya-strategiya .sr-m-hero-visual {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  overflow: visible;
  min-height: auto;
}

#sr-kompleksnaya-strategiya .sr-m-hero-visual img {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  transform: none;
  border-radius: 0;
  filter: none;
}

/* плашка "Рост заявок и продаж" ближе к картинке */
#sr-kompleksnaya-strategiya .sr-m-float--two {
  right: 22px;
  bottom: 10px;
}

/* мобильная версия */
@media (max-width: 980px) {
  #sr-kompleksnaya-strategiya .sr-m-hero .sr-m-grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
  }

  #sr-kompleksnaya-strategiya .sr-m-hero-actions .sr-m-btn {
    width: 100%;
    min-width: 0;
  }
}
