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

/* =========================================================
   Sport Rost — CRM page / Hero light
   ========================================================= */

.sr-crm-hero,
.sr-crm-hero * {
  box-sizing: border-box;
}

.sr-crm-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 18% 20%, rgba(210, 0, 24, 0.05), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fb 48%, #ffffff 100%);
  color: #071426;
}

.sr-crm-container {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
}

.sr-crm-hero__decor {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.sr-crm-hero__decor--lines {
  top: 110px;
  right: -90px;
  width: 340px;
  height: 420px;
  opacity: 0.45;
  background: repeating-linear-gradient(
    135deg,
    rgba(211, 0, 25, 0.22) 0,
    rgba(211, 0, 25, 0.22) 2px,
    transparent 2px,
    transparent 13px
  );
  transform: skewX(-12deg);
}

.sr-crm-hero__decor--dots {
  left: 47%;
  bottom: 80px;
  width: 260px;
  height: 160px;
  opacity: 0.22;
  background-image: radial-gradient(rgba(7, 20, 38, 0.22) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}

.sr-crm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(7, 20, 38, 0.035) 45% 60%, transparent 60%),
    linear-gradient(135deg, transparent 0 63%, rgba(7, 20, 38, 0.025) 63% 74%, transparent 74%);
  pointer-events: none;
}

.sr-crm-hero__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(620px, 1.38fr);
  gap: 56px;
  align-items: center;
}

.sr-crm-eyebrow {
  display: inline-block;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #d5001f;
}

.sr-crm-eyebrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d5001f, #ff2538);
}

.sr-crm-hero__title {
  margin: 0 0 24px;
  color: #071426;
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.sr-crm-hero__text {
  max-width: 590px;
  margin: 0 0 30px;
  color: #4f5b6f;
  font-size: 19px;
  line-height: 1.62;
}

.sr-crm-hero__features {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.sr-crm-hero__feature {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1b2638;
  font-size: 18px;
  font-weight: 700;
}

.sr-crm-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 20, 38, 0.08);
  border: 1px solid rgba(7, 20, 38, 0.08);
}

.sr-crm-hero__feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.sr-crm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sr-crm-btn span {
  font-size: 27px;
  line-height: 1;
}

.sr-crm-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%);
  box-shadow: 0 18px 36px rgba(211, 0, 25, 0.26);
}

.sr-crm-btn--secondary {
  color: #071426 !important;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 20, 38, 0.14);
  box-shadow: 0 14px 28px rgba(7, 20, 38, 0.06);
}

.sr-crm-btn:hover {
  transform: translateY(-3px);
}

.sr-crm-btn--primary:hover {
  box-shadow: 0 24px 46px rgba(211, 0, 25, 0.34);
}

.sr-crm-btn--secondary:hover {
  border-color: rgba(211, 0, 25, 0.32);
}

/* Dashboard */

.sr-crm-hero__visual {
  position: relative;
}

.sr-crm-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  min-height: 585px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow:
    0 34px 80px rgba(7, 20, 38, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.sr-crm-dashboard__sidebar {
  padding: 28px 0;
  border-right: 1px solid rgba(7, 20, 38, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.sr-crm-dashboard__logo {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f11b2d, #b90016);
  transform: skew(-14deg);
  box-shadow: 0 10px 22px rgba(211, 0, 25, 0.2);
}

.sr-crm-dashboard__sidebar span {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid rgba(7, 20, 38, 0.26);
}

.sr-crm-dashboard__sidebar span.is-active {
  border-color: #d5001f;
  background:
    linear-gradient(#d5001f, #d5001f) center / 4px 4px no-repeat,
    rgba(211, 0, 25, 0.07);
}

.sr-crm-dashboard__main {
  padding: 30px;
}

.sr-crm-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.sr-crm-dashboard__top h2 {
  margin: 0;
  color: #071426;
  font-size: 23px;
  font-weight: 900;
}

.sr-crm-dashboard__filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sr-crm-dashboard__filters span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 8px;
  color: #596578;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.09);
  font-size: 13px;
  font-weight: 700;
}

.sr-crm-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: 14px;
}

.sr-crm-pipeline__col {
  min-height: 255px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 12px 26px rgba(7, 20, 38, 0.045);
}

.sr-crm-pipeline__head {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 3px solid #d5001f;
}

.sr-crm-pipeline__head--success {
  border-bottom-color: #23b26d;
}

.sr-crm-pipeline__head span,
.sr-crm-pipeline__head em {
  display: block;
  color: #596578;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.sr-crm-pipeline__head strong {
  display: block;
  margin: 8px 0 5px;
  color: #071426;
  font-size: 28px;
  line-height: 1;
}

.sr-crm-card-mini {
  padding: 10px 11px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid rgba(7, 20, 38, 0.08);
  background: #fbfcfd;
}

.sr-crm-card-mini strong {
  display: block;
  color: #071426;
  font-size: 12px;
  line-height: 1.25;
}

.sr-crm-card-mini span {
  display: block;
  margin-top: 4px;
  color: #6c7787;
  font-size: 11px;
  line-height: 1.25;
}

.sr-crm-pipeline__col small {
  display: block;
  margin-top: 10px;
  color: #7c8796;
  font-size: 12px;
  font-weight: 700;
}

.sr-crm-dashboard__bottom {
  display: grid;
  grid-template-columns: 1.08fr .9fr .92fr;
  gap: 14px;
  margin-top: 18px;
}

.sr-crm-widget {
  min-height: 138px;
  padding: 17px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 12px 26px rgba(7, 20, 38, 0.04);
}

.sr-crm-widget strong {
  display: block;
  margin-bottom: 12px;
  color: #071426;
  font-size: 14px;
  font-weight: 900;
}

.sr-crm-widget__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sr-crm-widget__head span {
  color: #23b26d;
  font-size: 12px;
  font-weight: 900;
}

.sr-crm-line-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 75px;
  padding-top: 8px;
}

.sr-crm-line-chart i {
  flex: 1;
  min-width: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, #f22c3c, rgba(242, 44, 60, 0.16));
}

.sr-crm-donut {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sr-crm-donut span {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 42%, transparent 43%),
    conic-gradient(#d5001f 0 42%, #1c90b8 42% 65%, #ffb13b 65% 82%, #d9dee8 82% 100%);
}

.sr-crm-donut ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sr-crm-donut li {
  color: #596578;
  font-size: 11px;
  line-height: 1.7;
}

.sr-crm-integrations {
  display: grid;
  gap: 8px;
}

.sr-crm-integrations span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  color: #2d3a4c;
  font-size: 13px;
  font-weight: 800;
}

.sr-crm-notice {
  position: absolute;
  right: -46px;
  bottom: 34px;
  width: 210px;
  padding: 24px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 24px 48px rgba(7, 20, 38, 0.14);
}

.sr-crm-notice span {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  background: #d5001f;
  font-size: 12px;
  font-weight: 900;
}

.sr-crm-notice strong {
  display: block;
  margin-bottom: 8px;
  color: #071426;
  font-size: 19px;
  font-weight: 900;
}

.sr-crm-notice p {
  margin: 0 0 14px;
  color: #596578;
  font-size: 15px;
  line-height: 1.4;
}

.sr-crm-notice a {
  color: #d5001f !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

/* Stats */

.sr-crm-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 58px;
}

.sr-crm-stat {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 24px 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 20, 38, 0.07);
  box-shadow: 0 18px 44px rgba(7, 20, 38, 0.07);
}

.sr-crm-stat::before {
  content: "";
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.04)),
    url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d5001f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l2.7 5.47 6.03.88-4.36 4.25 1.03 6-5.4-2.84-5.4 2.84 1.03-6-4.36-4.25 6.03-.88L12 3z'/%3E%3C/svg%3E") center / 28px 28px no-repeat;
}

.sr-crm-stat span {
  display: block;
  color: #071426;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.sr-crm-stat p {
  margin: 5px 0 0;
  color: #596578;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

/* Responsive */

@media (max-width: 1280px) {
  .sr-crm-hero__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-hero__content {
    max-width: 780px;
  }

  .sr-crm-dashboard {
    max-width: 100%;
  }

  .sr-crm-notice {
    right: 24px;
  }
}

@media (max-width: 980px) {
  .sr-crm-hero {
    padding: 64px 0 52px;
  }

  .sr-crm-container {
    width: min(100% - 32px, 1500px);
  }

  .sr-crm-hero__title {
    font-size: clamp(42px, 10vw, 64px);
  }

  .sr-crm-hero__text {
    font-size: 17px;
  }

  .sr-crm-dashboard {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sr-crm-dashboard__sidebar {
    display: none;
  }

  .sr-crm-pipeline,
  .sr-crm-dashboard__bottom,
  .sr-crm-hero__stats {
    grid-template-columns: 1fr 1fr;
  }

  .sr-crm-notice {
    position: static;
    width: auto;
    margin: 16px 30px 30px;
  }
}

@media (max-width: 640px) {
  .sr-crm-hero {
    padding: 48px 0 42px;
  }

  .sr-crm-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sr-crm-btn {
    width: 100%;
  }

  .sr-crm-pipeline,
  .sr-crm-dashboard__bottom,
  .sr-crm-hero__stats {
    grid-template-columns: 1fr;
  }

  .sr-crm-dashboard__main {
    padding: 20px;
  }

  .sr-crm-dashboard__top {
    display: block;
  }

  .sr-crm-dashboard__filters {
    margin-top: 14px;
  }

  .sr-crm-stat {
    min-height: 96px;
  }
}

/* Правка: первый CRM-блок — полностью белый фон */
.sr-crm-hero {
  background: #fff !important;
}

.sr-crm-hero::before,
.sr-crm-hero__decor {
  display: none !important;
}

/* =========================================================
   Sport Rost — CRM page / Audience light
   ========================================================= */

.sr-crm-audience,
.sr-crm-audience * {
  box-sizing: border-box;
}

.sr-crm-audience {
  position: relative;
  overflow: hidden;
  padding: 82px 0 92px;
  background: #fff;
  color: #071426;
}

.sr-crm-section-head {
  max-width: 920px;
  margin-bottom: 48px;
}

.sr-crm-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sr-crm-section-head--center .sr-crm-eyebrow::after {
  margin-left: auto;
  margin-right: auto;
}

.sr-crm-section-title {
  margin: 0 0 18px;
  color: #071426;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.sr-crm-section-text {
  max-width: 760px;
  margin: 0 auto;
  color: #5b6678;
  font-size: 19px;
  line-height: 1.65;
}

.sr-crm-audience__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.sr-crm-audience-card {
  position: relative;
  min-height: 300px;
  padding: 36px 32px 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sr-crm-audience-card::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  width: 170px;
  height: 84px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.09), rgba(211, 0, 25, 0));
  transform: translateX(-50%) rotate(-10deg);
  pointer-events: none;
}

.sr-crm-audience-card:hover {
  transform: translateY(-7px);
  border-color: rgba(211, 0, 25, 0.22);
  box-shadow: 0 28px 64px rgba(7, 20, 38, 0.11);
}

.sr-crm-audience-card__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 96px;
  margin-bottom: 28px;
}

.sr-crm-audience-card__icon::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 14px;
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(211, 0, 25, 0), rgba(211, 0, 25, 0.2), rgba(211, 0, 25, 0));
  transform: rotate(-22deg);
  z-index: -1;
}

.sr-crm-audience-card__icon svg {
  width: 96px;
  height: 96px;
  fill: none;
  stroke: #4f5663;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 16px rgba(7, 20, 38, 0.12));
}

.sr-crm-audience-card__icon svg path:last-child {
  stroke: #d5001f;
  stroke-width: 2.8;
}

.sr-crm-audience-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #071426;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 900;
}

.sr-crm-audience-card > span {
  display: block;
  width: 48px;
  height: 2px;
  margin: 18px auto 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(211, 0, 25, 0), #d5001f, rgba(211, 0, 25, 0));
}

.sr-crm-audience-card p {
  max-width: 340px;
  margin: 0 auto;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.55;
}

.sr-crm-audience__cta {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

/* Responsive */

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

@media (max-width: 700px) {
  .sr-crm-audience {
    padding: 58px 0 68px;
  }

  .sr-crm-audience__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-audience-card {
    min-height: auto;
    padding: 32px 24px;
  }

  .sr-crm-section-text {
    font-size: 17px;
  }
}

/* =========================================================
   Sport Rost — CRM page / Benefits light
   ========================================================= */

.sr-crm-benefits,
.sr-crm-benefits * {
  box-sizing: border-box;
}

.sr-crm-benefits {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: #fff;
  color: #071426;
}

.sr-crm-benefits .sr-crm-section-head {
  max-width: 980px;
}

.sr-crm-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}

.sr-crm-benefit-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 276px;
  padding: 34px 32px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sr-crm-benefit-card::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(211, 0, 25, 0.08), rgba(211, 0, 25, 0));
  pointer-events: none;
}

.sr-crm-benefit-card:hover {
  transform: translateY(-7px);
  border-color: rgba(211, 0, 25, 0.22);
  box-shadow: 0 28px 64px rgba(7, 20, 38, 0.11);
}

.sr-crm-benefit-card__icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.09), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.1);
}

.sr-crm-benefit-card__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-benefit-card__body {
  position: relative;
  z-index: 2;
}

.sr-crm-benefit-card__body h3 {
  margin: 0 0 14px;
  color: #071426;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
}

.sr-crm-benefit-card__body p {
  margin: 0;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.58;
}

.sr-crm-benefit-card__result {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 20, 38, 0.08);
  color: #3e4858;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.sr-crm-benefit-card__result::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: #d5001f;
  vertical-align: 2px;
}

/* CTA */

.sr-crm-benefits__cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-benefits__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-benefits__cta-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-benefits__cta-text h3 {
  margin: 0 0 7px;
  color: #071426;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
}

.sr-crm-benefits__cta-text p {
  max-width: 680px;
  margin: 0;
  color: #5b6678;
  font-size: 16px;
  line-height: 1.55;
}

/* Responsive */

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

  .sr-crm-benefits__cta {
    grid-template-columns: auto 1fr;
  }

  .sr-crm-benefits__cta .sr-crm-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .sr-crm-benefits {
    padding: 62px 0 72px;
  }

  .sr-crm-benefits__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-benefit-card {
    min-height: auto;
    padding: 30px 24px 26px;
  }

  .sr-crm-benefits__cta {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .sr-crm-benefits__cta .sr-crm-btn {
    justify-self: stretch;
  }
}

/* =========================================================
   Sport Rost — CRM page / Steps light
   ========================================================= */

.sr-crm-steps,
.sr-crm-steps * {
  box-sizing: border-box;
}

.sr-crm-steps {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: #fff;
  color: #071426;
}

.sr-crm-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.sr-crm-step-card {
  position: relative;
  min-height: 450px;
  padding: 34px 30px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sr-crm-step-card:hover {
  transform: translateY(-7px);
  border-color: rgba(211, 0, 25, 0.22);
  box-shadow: 0 28px 64px rgba(7, 20, 38, 0.11);
}

.sr-crm-step-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
}

.sr-crm-step-card__num {
  color: rgba(211, 0, 25, 0.42);
  font-size: 52px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.sr-crm-step-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 14px 34px rgba(7, 20, 38, 0.08);
}

.sr-crm-step-card__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-step-card h3 {
  margin: 0 0 18px;
  color: #071426;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.sr-crm-step-card h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d5001f, rgba(211, 0, 25, 0));
}

.sr-crm-step-card p {
  margin: 0 0 24px;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.58;
}

.sr-crm-step-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sr-crm-step-card li {
  position: relative;
  padding-left: 20px;
  color: #3f4a5b;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.sr-crm-step-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5001f;
}

/* CTA */

.sr-crm-steps__cta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 32px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-steps__note {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 30px;
  border-left: 1px solid rgba(7, 20, 38, 0.1);
}

.sr-crm-steps__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.09), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-steps__note-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-steps__note p {
  max-width: 720px;
  margin: 0;
  color: #071426;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
}

/* Responsive */

@media (max-width: 1180px) {
  .sr-crm-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sr-crm-step-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .sr-crm-steps {
    padding: 62px 0 72px;
  }

  .sr-crm-steps__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-step-card {
    padding: 30px 24px 28px;
  }

  .sr-crm-steps__cta {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .sr-crm-steps__note {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(7, 20, 38, 0.1);
    padding-top: 24px;
  }

  .sr-crm-steps__cta .sr-crm-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .sr-crm-step-card__top {
    margin-bottom: 26px;
  }

  .sr-crm-step-card__num {
    font-size: 44px;
  }

  .sr-crm-step-card__icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .sr-crm-step-card__icon svg {
    width: 29px;
    height: 29px;
  }

  .sr-crm-steps__note {
    display: grid;
    gap: 16px;
  }

  .sr-crm-steps__note p {
    font-size: 16px;
  }
}
/* =========================================================
   Sport Rost — CRM page / Pricing light
   ========================================================= */

.sr-crm-pricing,
.sr-crm-pricing * {
  box-sizing: border-box;
}

.sr-crm-pricing {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: #fff;
  color: #071426;
}

.sr-crm-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.sr-crm-price-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  min-height: 520px;
  padding: 34px 30px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sr-crm-price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(211, 0, 25, 0.22);
  box-shadow: 0 28px 64px rgba(7, 20, 38, 0.11);
}

.sr-crm-price-card--popular {
  border-color: rgba(211, 0, 25, 0.42);
  box-shadow:
    0 22px 58px rgba(7, 20, 38, 0.09),
    0 0 0 1px rgba(211, 0, 25, 0.16) inset;
}

.sr-crm-price-card__badge {
  position: absolute;
  top: -1px;
  left: 50%;
  min-width: 190px;
  padding: 9px 18px 10px;
  border-radius: 0 0 14px 14px;
  color: #fff;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%);
  box-shadow: 0 14px 28px rgba(211, 0, 25, 0.22);
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

.sr-crm-price-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-price-card__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-price-card h3 {
  min-height: 60px;
  margin: 0 0 14px;
  color: #071426;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
  text-align: center;
}

.sr-crm-price-card__price {
  margin-bottom: 14px;
  color: #d5001f;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.sr-crm-price-card__price span {
  color: #d5001f;
  font-size: 17px;
  font-weight: 800;
}

.sr-crm-price-card__desc {
  min-height: 72px;
  margin: 0 0 22px;
  color: #5b6678;
  font-size: 16px;
  line-height: 1.48;
  text-align: center;
}

.sr-crm-price-card__desc::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin: 20px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(211, 0, 25, 0), #d5001f, rgba(211, 0, 25, 0));
}

.sr-crm-price-card ul {
  display: grid;
  align-content: start;
  gap: 13px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.sr-crm-price-card li {
  position: relative;
  padding-left: 28px;
  color: #303b4c;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 650;
}

.sr-crm-price-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #d5001f;
  border: 1px solid rgba(211, 0, 25, 0.55);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.sr-crm-price-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: auto;
  padding: 0 22px;
  border-radius: 9px;
  color: #fff !important;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%);
  box-shadow: 0 16px 30px rgba(211, 0, 25, 0.22);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.sr-crm-price-card__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(211, 0, 25, 0.3);
}

/* Advantages */

.sr-crm-pricing__advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-pricing-advantage {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 0 24px;
  border-right: 1px solid rgba(7, 20, 38, 0.09);
}

.sr-crm-pricing-advantage:first-child {
  padding-left: 0;
}

.sr-crm-pricing-advantage:last-child {
  padding-right: 0;
  border-right: 0;
}

.sr-crm-pricing-advantage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.09), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-pricing-advantage__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-pricing-advantage h3 {
  margin: 0 0 5px;
  color: #071426;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.sr-crm-pricing-advantage p {
  margin: 0;
  color: #5b6678;
  font-size: 14px;
  line-height: 1.38;
}

/* CTA */

.sr-crm-pricing__cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
  padding: 34px 36px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-pricing__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-pricing__cta-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-pricing__cta-text h3 {
  margin: 0 0 8px;
  color: #071426;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 900;
}

.sr-crm-pricing__cta-text p {
  max-width: 720px;
  margin: 0;
  color: #5b6678;
  font-size: 16px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1240px) {
  .sr-crm-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sr-crm-pricing__advantages {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .sr-crm-pricing-advantage:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .sr-crm-pricing-advantage:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 980px) {
  .sr-crm-pricing__cta {
    grid-template-columns: auto 1fr;
  }

  .sr-crm-pricing__cta .sr-crm-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .sr-crm-pricing {
    padding: 62px 0 72px;
  }

  .sr-crm-pricing__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-price-card {
    min-height: auto;
    padding: 32px 24px 28px;
  }

  .sr-crm-price-card h3,
  .sr-crm-price-card__desc {
    min-height: auto;
  }

  .sr-crm-pricing__advantages {
    grid-template-columns: 1fr;
    padding: 26px 24px;
  }

  .sr-crm-pricing-advantage,
  .sr-crm-pricing-advantage:first-child,
  .sr-crm-pricing-advantage:nth-child(3) {
    padding: 0;
    border-right: 0;
  }

  .sr-crm-pricing-advantage:not(:last-child) {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(7, 20, 38, 0.09);
  }

  .sr-crm-pricing__cta {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .sr-crm-pricing__cta .sr-crm-btn {
    justify-self: stretch;
  }
}

/* =========================================================
   Sport Rost — CRM page / FAQ light
   ========================================================= */

.sr-crm-faq,
.sr-crm-faq * {
  box-sizing: border-box;
}

.sr-crm-faq {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background: #fff;
  color: #071426;
}

.sr-crm-faq__grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 34px;
  align-items: start;
  margin-top: 50px;
}

/* Side card */

.sr-crm-faq__side {
  position: sticky;
  top: 24px;
  padding: 34px 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-faq__side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-faq__side-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-faq__side h3 {
  margin: 0 0 14px;
  color: #071426;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.sr-crm-faq__side p {
  margin: 0 0 26px;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.58;
}

.sr-crm-faq__side .sr-crm-btn {
  width: 100%;
  margin-bottom: 28px;
}

.sr-crm-faq__tags {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 20, 38, 0.08);
}

.sr-crm-faq__tags span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 26px;
  color: #303b4c;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.sr-crm-faq__tags span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5001f;
}

/* FAQ list */

.sr-crm-faq__list {
  display: grid;
  gap: 16px;
}

.sr-crm-faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 14px 36px rgba(7, 20, 38, 0.06);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.sr-crm-faq-item[open] {
  border-color: rgba(211, 0, 25, 0.18);
  box-shadow: 0 20px 48px rgba(7, 20, 38, 0.08);
}

.sr-crm-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 82px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

.sr-crm-faq-item summary::-webkit-details-marker {
  display: none;
}

.sr-crm-faq-item summary span {
  color: #071426;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.sr-crm-faq-item summary i {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.14);
}

.sr-crm-faq-item summary i::before,
.sr-crm-faq-item summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #d5001f;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.sr-crm-faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.sr-crm-faq-item[open] summary i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.sr-crm-faq-item__content {
  padding: 0 28px 26px;
}

.sr-crm-faq-item__content p {
  max-width: 780px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 20, 38, 0.08);
  color: #5b6678;
  font-size: 17px;
  line-height: 1.62;
}

/* Bottom CTA */

.sr-crm-faq__cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  padding: 34px 36px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 38, 0.08);
  box-shadow: 0 18px 46px rgba(7, 20, 38, 0.07);
}

.sr-crm-faq__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-faq__cta-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-faq__cta-text h3 {
  margin: 0 0 8px;
  color: #071426;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.sr-crm-faq__cta-text p {
  margin: 0;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1080px) {
  .sr-crm-faq__grid {
    grid-template-columns: 1fr;
  }

  .sr-crm-faq__side {
    position: relative;
    top: auto;
  }

  .sr-crm-faq__tags {
    grid-template-columns: repeat(2, 1fr);
  }

  .sr-crm-faq__cta {
    grid-template-columns: auto 1fr;
  }

  .sr-crm-faq__cta .sr-crm-btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .sr-crm-faq {
    padding: 62px 0 72px;
  }

  .sr-crm-faq__side {
    padding: 30px 24px;
  }

  .sr-crm-faq__tags {
    grid-template-columns: 1fr;
  }

  .sr-crm-faq-item summary {
    min-height: auto;
    padding: 22px 22px;
  }

  .sr-crm-faq-item summary span {
    font-size: 18px;
  }

  .sr-crm-faq-item summary i {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .sr-crm-faq-item__content {
    padding: 0 22px 24px;
  }

  .sr-crm-faq-item__content p {
    font-size: 16px;
  }

  .sr-crm-faq__cta {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .sr-crm-faq__cta .sr-crm-btn {
    justify-self: stretch;
  }
}

/* =========================================================
   CRM page — button fix + popup form
   ========================================================= */

.sr-crm-hero,
.sr-crm-audience,
.sr-crm-benefits,
.sr-crm-steps,
.sr-crm-pricing,
.sr-crm-faq {
  background: #fff !important;
}

.sr-crm-hero::before,
.sr-crm-hero__decor {
  display: none !important;
}

/* Убираем проблему, когда WordPress оборачивает кнопки в p */
.sr-crm-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 !important;
  padding: 0 !important;
}

.sr-crm-action p {
  margin: 0 !important;
  padding: 0 !important;
}

.sr-crm-action br {
  display: none !important;
}

.sr-crm-audience__cta .sr-crm-action {
  justify-content: center;
}

/* Нормальная кнопка */
.sr-crm-btn,
.sr-crm-btn:visited,
.sr-crm-price-card__btn,
.sr-crm-price-card__btn:visited {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px;
  min-width: 260px;
  min-height: 62px;
  padding: 0 34px !important;
  border-radius: 9px !important;
  border: 0 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%) !important;
  box-shadow: 0 18px 36px rgba(211, 0, 25, 0.26) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}

.sr-crm-btn::before,
.sr-crm-price-card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,.36) 45%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left .55s ease;
}

.sr-crm-btn:hover,
.sr-crm-price-card__btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(211, 0, 25, 0.34) !important;
  text-decoration: none !important;
}

.sr-crm-btn:hover::before,
.sr-crm-price-card__btn:hover::before {
  left: 130%;
}

.sr-crm-btn span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}

.sr-crm-btn,
.sr-crm-btn > *,
.sr-crm-price-card__btn,
.sr-crm-price-card__btn > * {
  position: relative;
  z-index: 2;
}

.sr-crm-btn--secondary,
.sr-crm-btn--secondary:visited {
  color: #071426 !important;
  background: #fff !important;
  border: 1px solid rgba(7, 20, 38, 0.16) !important;
  box-shadow: 0 14px 28px rgba(7, 20, 38, 0.06) !important;
}

.sr-crm-btn--secondary:hover {
  color: #071426 !important;
  border-color: rgba(211, 0, 25, 0.34) !important;
  box-shadow: 0 18px 36px rgba(7, 20, 38, 0.09) !important;
}

.sr-crm-btn--secondary::before {
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(211, 0, 25, .08) 45%,
    transparent 100%
  );
}

/* Кнопки внутри CTA-блоков */
.sr-crm-benefits__cta .sr-crm-action,
.sr-crm-pricing__cta .sr-crm-action,
.sr-crm-faq__cta .sr-crm-action {
  justify-content: flex-end;
}

.sr-crm-benefits__cta .sr-crm-btn,
.sr-crm-pricing__cta .sr-crm-btn,
.sr-crm-faq__cta .sr-crm-btn {
  min-width: 330px;
}

.sr-crm-price-card__btn {
  width: 100%;
  min-width: 0;
}

/* Popup */
.sr-crm-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sr-crm-popup:target {
  display: flex;
}

.sr-crm-popup__overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(7, 20, 38, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sr-crm-popup__dialog {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 36px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  animation: srCrmPopup .25s ease both;
}

@keyframes srCrmPopup {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sr-crm-popup__close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #071426 !important;
  background: #f5f6f8;
  border: 1px solid rgba(7, 20, 38, 0.08);
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
}

.sr-crm-popup__close:hover {
  color: #fff !important;
  background: #d5001f;
}

.sr-crm-popup__head {
  margin-bottom: 24px;
}

.sr-crm-popup__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-popup__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-popup__head h2 {
  margin: 0 0 12px;
  color: #071426;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}

.sr-crm-popup__head p {
  margin: 0;
  color: #5b6678;
  font-size: 16px;
  line-height: 1.55;
}

/* Contact Form 7 inside popup */
.sr-crm-popup__form .wpcf7 {
  margin: 0;
}

.sr-crm-popup__form p {
  margin: 0 0 14px !important;
}

.sr-crm-popup__form label {
  display: block;
  color: #071426;
  font-size: 14px;
  font-weight: 800;
}

.sr-crm-popup__form input[type="text"],
.sr-crm-popup__form input[type="tel"],
.sr-crm-popup__form input[type="email"],
.sr-crm-popup__form textarea,
.sr-crm-popup__form select {
  width: 100% !important;
  min-height: 54px;
  margin-top: 7px;
  padding: 0 16px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(7, 20, 38, 0.14) !important;
  background: #fff !important;
  color: #071426 !important;
  font-size: 16px !important;
  outline: none !important;
}

.sr-crm-popup__form textarea {
  min-height: 110px;
  padding-top: 14px !important;
  resize: vertical;
}

.sr-crm-popup__form input:focus,
.sr-crm-popup__form textarea:focus,
.sr-crm-popup__form select:focus {
  border-color: rgba(211, 0, 25, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(211, 0, 25, 0.08) !important;
}

.sr-crm-popup__form input[type="submit"] {
  width: 100%;
  min-height: 58px;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%) !important;
  box-shadow: 0 18px 36px rgba(211, 0, 25, 0.24) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.sr-crm-popup__form input[type="submit"]:hover {
  box-shadow: 0 24px 46px rgba(211, 0, 25, 0.32) !important;
}

/* Mobile */
@media (max-width: 980px) {
  .sr-crm-benefits__cta .sr-crm-action,
  .sr-crm-pricing__cta .sr-crm-action,
  .sr-crm-faq__cta .sr-crm-action {
    justify-content: flex-start;
  }

  .sr-crm-benefits__cta .sr-crm-btn,
  .sr-crm-pricing__cta .sr-crm-btn,
  .sr-crm-faq__cta .sr-crm-btn {
    min-width: 260px;
  }
}

@media (max-width: 640px) {
  .sr-crm-btn,
  .sr-crm-price-card__btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }

  .sr-crm-action {
    width: 100%;
  }

  .sr-crm-popup {
    padding: 14px;
  }

  .sr-crm-popup__dialog {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .sr-crm-popup__head h2 {
    font-size: 26px;
  }
}

/* =========================================================
   CRM popup — form with illustration
   ========================================================= */

.sr-crm-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sr-crm-popup:target {
  display: flex;
}

.sr-crm-popup__overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(7, 20, 38, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sr-crm-popup__dialog {
  position: relative;
  z-index: 2;
  width: min(940px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  animation: srCrmPopup .25s ease both;
}

@keyframes srCrmPopup {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sr-crm-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #071426 !important;
  background: #f5f6f8;
  border: 1px solid rgba(7, 20, 38, 0.08);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none !important;
}

.sr-crm-popup__close:hover {
  color: #fff !important;
  background: #d5001f;
}

.sr-crm-popup__grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  align-items: center;
  gap: 22px;
  padding: 42px 42px 38px;
}

.sr-crm-popup__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 470px;
  padding: 10px 10px 0;
}

.sr-crm-popup__media img {
  display: block;
  width: min(100%, 410px);
  height: auto;
  object-fit: contain;
}

.sr-crm-popup__content {
  padding: 18px 0 10px;
}

.sr-crm-popup__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(211, 0, 25, 0.1), rgba(211, 0, 25, 0.035));
  border: 1px solid rgba(211, 0, 25, 0.12);
}

.sr-crm-popup__icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-popup__content h2 {
  margin: 0 0 14px;
  color: #071426;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.025em;
}

.sr-crm-popup__content h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d5001f, rgba(211, 0, 25, 0));
}

.sr-crm-popup__content > p {
  max-width: 460px;
  margin: 0 0 24px;
  color: #5b6678;
  font-size: 17px;
  line-height: 1.58;
}

/* Contact Form 7 */
.sr-crm-popup__form .wpcf7 {
  margin: 0;
}

.sr-crm-popup__form p {
  margin: 0 0 15px !important;
}

.sr-crm-popup__form label {
  display: block;
  color: #071426;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.sr-crm-popup__form input[type="text"],
.sr-crm-popup__form input[type="tel"],
.sr-crm-popup__form input[type="email"] {
  width: 100% !important;
  min-height: 58px;
  margin-top: 8px;
  padding: 0 17px !important;
  border-radius: 13px !important;
  border: 1px solid rgba(7, 20, 38, 0.14) !important;
  background: #fff !important;
  color: #071426 !important;
  font-size: 17px !important;
  outline: none !important;
  box-shadow: none !important;
}

.sr-crm-popup__form input[type="text"]:focus,
.sr-crm-popup__form input[type="tel"]:focus,
.sr-crm-popup__form input[type="email"]:focus {
  border-color: rgba(211, 0, 25, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(211, 0, 25, 0.08) !important;
}

.sr-crm-popup__form input[type="submit"] {
  width: 100%;
  min-height: 62px;
  margin-top: 4px;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #e30019 0%, #b90016 100%) !important;
  box-shadow: 0 18px 36px rgba(211, 0, 25, 0.24) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  cursor: pointer;
}

.sr-crm-popup__form input[type="submit"]:hover {
  box-shadow: 0 24px 46px rgba(211, 0, 25, 0.32) !important;
}

.sr-crm-popup__form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.sr-crm-popup__privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
}

.sr-crm-popup__privacy span {
  display: inline-flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.sr-crm-popup__privacy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #d5001f;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-crm-popup__privacy p {
  margin: 0;
  color: #6a7483;
  font-size: 13px;
  line-height: 1.45;
}

/* Mobile */
@media (max-width: 820px) {
  .sr-crm-popup {
    padding: 14px;
  }

  .sr-crm-popup__dialog {
    width: min(520px, 100%);
    max-height: calc(100vh - 28px);
    border-radius: 24px;
  }

  .sr-crm-popup__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 22px 24px;
  }

  .sr-crm-popup__media {
    min-height: auto;
    padding: 8px 30px 0;
  }

  .sr-crm-popup__media img {
    width: min(100%, 250px);
  }

  .sr-crm-popup__content {
    padding: 0;
  }

  .sr-crm-popup__icon {
    display: none;
  }

  .sr-crm-popup__content h2 {
    font-size: 28px;
    text-align: center;
  }

  .sr-crm-popup__content h2::after {
    margin-left: auto;
    margin-right: auto;
  }

  .sr-crm-popup__content > p {
    max-width: none;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
  }

  .sr-crm-popup__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .sr-crm-popup__grid {
    padding: 24px 18px 22px;
  }

  .sr-crm-popup__media {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sr-crm-popup__media img {
    width: 210px;
  }

  .sr-crm-popup__content h2 {
    font-size: 25px;
  }

  .sr-crm-popup__content > p {
    font-size: 14px;
  }

  .sr-crm-popup__form input[type="text"],
  .sr-crm-popup__form input[type="tel"],
  .sr-crm-popup__form input[type="email"] {
    min-height: 54px;
    font-size: 15px !important;
  }

  .sr-crm-popup__form input[type="submit"] {
    min-height: 56px;
    font-size: 16px !important;
  }
}

/* =========================================================
   CRM popup — compact version fix
   ========================================================= */

.sr-crm-popup__dialog {
  width: min(860px, calc(100vw - 40px)) !important;
  max-height: calc(100vh - 80px) !important;
  overflow: hidden !important;
  border-radius: 26px !important;
}

.sr-crm-popup__grid {
  display: grid !important;
  grid-template-columns: 0.82fr 1fr !important;
  align-items: center !important;
  gap: 24px !important;
  padding: 34px 34px 30px !important;
}

.sr-crm-popup__media {
  min-height: 0 !important;
  padding: 0 !important;
}

.sr-crm-popup__media img {
  width: min(100%, 330px) !important;
  max-height: 420px !important;
  object-fit: contain !important;
}

.sr-crm-popup__content {
  padding: 0 !important;
}

.sr-crm-popup__icon {
  display: none !important;
}

.sr-crm-popup__content h2 {
  margin: 0 0 12px !important;
  font-size: 36px !important;
  line-height: 1.08 !important;
  letter-spacing: 0.025em !important;
  text-align: center !important;
}

.sr-crm-popup__content h2::after {
  width: 118px !important;
  height: 3px !important;
  margin: 16px auto 18px !important;
  background: linear-gradient(90deg, rgba(211, 0, 25, 0), #d5001f, rgba(211, 0, 25, 0)) !important;
}

.sr-crm-popup__content > p {
  max-width: 430px !important;
  margin: 0 auto 18px !important;
  color: #5b6678 !important;
  font-size: 16px !important;
  line-height: 1.48 !important;
  text-align: left !important;
}

.sr-crm-popup__form p {
  margin: 0 0 12px !important;
}

.sr-crm-popup__form label {
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.sr-crm-popup__form input[type="text"],
.sr-crm-popup__form input[type="tel"],
.sr-crm-popup__form input[type="email"] {
  min-height: 52px !important;
  margin-top: 7px !important;
  padding: 0 15px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
}

.sr-crm-popup__form input[type="submit"] {
  min-height: 56px !important;
  margin-top: 2px !important;
  border-radius: 10px !important;
  font-size: 17px !important;
}

.sr-crm-popup__privacy {
  margin-top: 10px !important;
}

.sr-crm-popup__privacy p {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.sr-crm-popup__close {
  top: 14px !important;
  right: 14px !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 28px !important;
}

/* Чтобы Contact Form 7 не добавлял лишнюю высоту */
.sr-crm-popup__form .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.sr-crm-popup__form .wpcf7-spinner {
  margin: 8px auto 0 !important;
}

/* Mobile */
@media (max-width: 820px) {
  .sr-crm-popup {
    padding: 12px !important;
  }

  .sr-crm-popup__dialog {
    width: min(460px, calc(100vw - 24px)) !important;
    max-height: calc(100vh - 24px) !important;
    overflow: auto !important;
    border-radius: 22px !important;
  }

  .sr-crm-popup__grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 24px 20px 22px !important;
  }

  .sr-crm-popup__media {
    display: flex !important;
    justify-content: center !important;
    padding: 0 52px !important;
  }

  .sr-crm-popup__media img {
    width: 190px !important;
    max-height: 220px !important;
  }

  .sr-crm-popup__content h2 {
    font-size: 25px !important;
    line-height: 1.12 !important;
  }

  .sr-crm-popup__content h2::after {
    margin-top: 12px !important;
    margin-bottom: 14px !important;
  }

  .sr-crm-popup__content > p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    margin-bottom: 16px !important;
  }

  .sr-crm-popup__form input[type="text"],
  .sr-crm-popup__form input[type="tel"],
  .sr-crm-popup__form input[type="email"] {
    min-height: 50px !important;
    font-size: 15px !important;
  }

  .sr-crm-popup__form input[type="submit"] {
    min-height: 52px !important;
    font-size: 16px !important;
  }

  .sr-crm-popup__privacy {
    justify-content: center !important;
  }

  .sr-crm-popup__privacy p {
    text-align: left !important;
  }
}

@media (max-width: 420px) {
  .sr-crm-popup__grid {
    padding: 22px 16px 20px !important;
  }

  .sr-crm-popup__media {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .sr-crm-popup__media img {
    width: 165px !important;
    max-height: 190px !important;
  }

  .sr-crm-popup__content h2 {
    font-size: 23px !important;
  }

  .sr-crm-popup__content > p {
    font-size: 13.5px !important;
  }
}

