/* Page: service center */
body.page-service-center {
  --page-entry: service-center;
}

.sc-pb {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.sc-pt {
  margin-top: 100px;
  padding-top: 0;
}

.post-type-archive-service main section:last-child {
  margin-bottom: 60px;
}

.sc-table__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #090909;
}

.sc-table__title span {
  background: linear-gradient(-14.8deg, #f99515 7.4%, #ff7316 112.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* sc-main */
.sc-main__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sc-main__block {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.sc-main__block--info {
  z-index: 0;
  background: #f6f6f6;
  padding: 64px 32px;
}

.sc-main__block--info::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../../img/service-center/price-info-glow.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.sc-main__info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.sc-main__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: #090909;
  margin: 0;
}

.sc-main__title span {
  background: linear-gradient(-60.15deg, #f99515 7.42%, #ff7316 112.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-main__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
}

.sc-main__subtitle strong {
  font-weight: normal;
}

.sc-main__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #090909;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  padding: 12px 24px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  transition: background 0.3s ease;
  width: fit-content;
}

.sc-main__btn:hover {
  background: #ff7316;
}

.sc-main__decor {
  position: absolute;
  z-index: 1;
  right: -205px;
  bottom: -35px;
  transform: rotate(-22.59deg);
  width: 570px;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: color-burn;
}

.sc-main__decor img {
  width: 100%;
}

/* Series hero — single card (Figma node 2:3186, Antminer S23) */
.sc-main--series {
  margin-bottom: 20px;
}

.series-banner {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background-image: url("../../img/service-center/hero-bg-desktop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.series-banner__etched {
  position: absolute;
  left: 350px;
  top: 175px;
  width: min(570px, 55vw);
  transform: translateY(calc(-50% - 28px)) rotate(-22.59deg);
  mix-blend-mode: color-burn;
  opacity: 1;
}

.series-banner__etched img {
  display: block;
  width: 100%;
  height: auto;
}

.series-banner__grid {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 340px;
  align-items: stretch;
}

.series-banner__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 50%;
  padding: 32px 32px 38px;
}

.series-banner__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.series-banner__title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: #090909;
}

.series-banner__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
}

.series-banner__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: min(52%, 520px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px 0 16px;
  pointer-events: none;
}

.series-banner__photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.sc-main__block--hero {
  background: #090909;
}

.sc-main__hero-bg {
  position: absolute;
  inset: 0;
}

.sc-main__hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.sc-main__hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.sc-main__hero-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sc-main__hero-logo {
  width: 92px;
  margin-bottom: 12px;
}

.sc-main__hero-logo img {
  width: 100%;
}

.sc-main__hero-title {
  margin-bottom: auto;
}

.sc-main__hero-title-top {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
}

.sc-main__hero-title-sub {
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
}

.sc-main__stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc-main__stat {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 12px;
  width: fit-content;
  min-width: 224px;
}

.sc-main__stat-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.sc-main__stat-value span {
  font-size: 14px;
}

.sc-main__stat-label {
  font-size: 12px;
  line-height: 1.2;
  color: #f6f6f6;
}

.sc-main__stat-group {
  display: flex;
  gap: 16px;
}

.glass-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.1);

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);

  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  border: none;
  overflow: hidden;
}

.glass-panel::before,
.glass-panel::after {
  content: "";
  position: absolute;
  border-radius: inherit; /* Используем скругление основного блока */
  padding: 1px; /* Толщина блика */
  pointer-events: none; /* Не перекрывает события мыши */
  width: 110%;
  height: 110%;

  /* Магия маски: рисует градиент ТОЛЬКО на контуре (гранях) */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* БЛИК В ВЕРХНЕМ ЛЕВОМ УГЛУ */
.glass-panel::before {
  top: 0;
  left: 0;
  /* Градиент блика для верхнего левого угла (затухает к краям) */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
}

/* БЛИК В НИЖНЕМ ПРАВОМ УГЛУ */
.glass-panel::after {
  bottom: 0;
  right: 0;

  /* Градиент блика для нижнего правого угла (затухает к краям) */
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
}

/* sc-services */
.sc-services__title {
  text-align: center;
  margin-bottom: 32px;
}
.sc-services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}

.sc-services__item {
  background: #ffffff;
  box-shadow: 0px 10px 15px rgba(101, 101, 101, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.sc-services__item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0px 4px 30px rgba(255, 255, 255, 0.25);
}

.sc-services__item-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sc-services__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(-82.06deg, #f99515 7.42%, #ff7316 112.6%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-services__item-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.sc-services__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(-46.13deg, #f99515 7.42%, #ff7316 112.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-services__item-text {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}

/* sc-models */
.sc-models__title {
  text-align: center;
  margin-bottom: 20px;
}
.sc-models__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sc-models__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(101, 101, 101, 0.1);
  border-radius: 24px;
  height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px;
}

.sc-models__item-img {
  flex-shrink: 0;
  align-self: center;
  margin-bottom: auto;
  width: 180px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-models__item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sc-models__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #090909;
  text-align: center;
  text-decoration: none;
}

.sc-models__item-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* sc-work-types — виды работ на архиве */
.sc-work-types__title {
  text-align: center;
  margin-bottom: 24px;
}

.sc-work-types__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sc-work-types__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(101, 101, 101, 0.08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sc-work-types__item:hover {
  box-shadow: 0 14px 36px rgba(101, 101, 101, 0.12);
  transform: translateY(-1px);
}

.sc-work-types__name {
  grid-column: 1;
  justify-self: start;
  min-width: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #090909;
}

.sc-work-types__meta {
  grid-column: 2;
  justify-self: center;
  text-align: center;
  white-space: nowrap;
}

.sc-work-types__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.sc-work-types__arrow {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f8f8fa;
  color: #090909;
  transition: background 0.2s ease, color 0.2s ease;
}

.sc-work-types__item:hover .sc-work-types__arrow {
  background: linear-gradient(-46.13deg, #f99515 7.42%, #ff7316 112.6%);
  color: #ffffff;
}

/* sc-benefits */
.sc-benefits__title {
  text-align: center;
  margin-bottom: 16px;
}
.sc-benefits__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 32px;
}

.sc-benefits__subtitle strong {
  font-weight: normal;
}

.sc-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sc-benefits__list:has(> .sc-benefits__item:only-child) {
  grid-template-columns: 1fr;
}

.sc-benefits__list:has(> .sc-benefits__item:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}

.sc-benefits__list:has(> .sc-benefits__item:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.sc-benefits__item {
  background: #ffffff;
  border: 1px solid #c7ced4;
  box-shadow: 0px 10px 30px rgba(101, 101, 101, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.sc-benefits__item-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sc-benefits__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(-82.06deg, #f99515 7.42%, #ff7316 112.6%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-benefits__item-icon img {
  width: 24px;
  height: 24px;
}

.sc-benefits__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(-47.49deg, #f99515 7.42%, #ff7316 112.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-benefits__item-text {
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}

/* sc-table */
.sc-table__subtitle {
  margin-top: 16px;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.sc-table__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sc-table__search {
  position: relative;
  width: 420px;
}

.sc-table__search::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  z-index: 3;
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2003_849)"><path d="M19.8258 18.98L14.9655 14.1197C16.2692 12.6208 17.0586 10.6652 17.0586 8.52772C17.0586 3.82262 13.2316 0 8.53089 0C3.82579 0 0.00317383 3.82705 0.00317383 8.52772C0.00317383 13.2284 3.83022 17.0554 8.53089 17.0554C10.6684 17.0554 12.624 16.2661 14.1229 14.9623L18.9832 19.8226C19.0985 19.9379 19.2537 20 19.4045 20C19.5553 20 19.7105 19.9424 19.8258 19.8226C20.0564 19.592 20.0564 19.2106 19.8258 18.98ZM1.19608 8.52772C1.19608 4.48337 4.48654 1.19734 8.52645 1.19734C12.5708 1.19734 15.8568 4.4878 15.8568 8.52772C15.8568 12.5676 12.5708 15.8625 8.52645 15.8625C4.48654 15.8625 1.19608 12.5721 1.19608 8.52772Z" fill="%23333333"/></g><defs><clipPath id="clip0_2003_849"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.sc-table__search input {
  display: flex;
  align-items: center;
  padding-left: 45px;
  color: #090909;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  width: 100%;
  border-radius: 32px;
  background: #f8f8fa;
  height: 52px;
  border: 1px solid #f8f8fa;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.03) inset;
}

.sc-table__search input::placeholder {
  color: #333;
}

.sc-table__group {
  margin-top: 24px;
  padding-bottom: 19px;
  border-bottom: 1px solid #c7ced4;
}

.sc-table__group:first-child {
  margin-top: 32px;
}

.sc-table__group-title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

.sc-table__group-title svg {
  transition: all 0.4s;
  display: block;
}

.sc-table__group-title.hide-block svg {
  transform: rotate(180deg);
}

.sc-table__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -10px 0;
}

.sc-table__item {
  margin-top: 20px;
  padding: 0 10px;
  width: 33.333%;
}

.sc-table__item-wrap {
  padding: 19px 19px 19px 17px;
  border-radius: 16px;
  border: 1px solid #c7ced4;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 100%;
  position: relative;
  transition: all 0.4s;
}

.sc-table__item-wrap:hover {
  border-color: #ff7316;
}

.sc-table__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.sc-table__item-dot {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(251, 140, 21, 0.3);
  padding: 2px;
  margin-right: 6px;
}

.sc-table__item-dot span {
  background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
}

.sc-table__item-name {
  color: #090909;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding-right: 5px;
}

.sc-table__item-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
  margin-left: auto;
}

.sc-table__item-price.gradient-color {
  background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-table__item-price.green-color {
  color: #00ad54;
}

.sc-table__groups {
  position: relative;
}

.sc-table__group:last-child {
  padding-bottom: 0;
}

.sc-table__groups::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  height: 1px;
}

/* sc-banner */
.sc-banner__wrapper {
  background: #333333;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;

  background-image: url("https://asicfox.ua/wp-content/uploads/page-service/banner-bg.png");
  background-size: cover;
  background-position: center;
}

.sc-banner__left {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.sc-banner__title {
  color: #ffffff;
  text-align: left;
  margin-bottom: 12px;
}

.sc-banner__subtitle {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 16px;
}

.sc-banner__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.sc-banner__link svg {
  flex-shrink: 0;
}

.sc-banner__link span {
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}

.sc-banner__right {
  position: relative;
  z-index: 1;
  width: 474px;
}

/* Matches CF7 markup (.form-row-wrap / .form-row), not .sc-banner-form */
.sc-banner .form-row-wrap {
  box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  border-radius: 32px;
  padding: 4px 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.sc-banner .form-row {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.sc-banner .form-row .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}

.sc-banner .form-row input[type="text"],
.sc-banner .form-row input[type="tel"] {
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  color: #7d8389;
  background: transparent;
}

.sc-banner .form-row input::placeholder {
  color: #7d8389;
  opacity: 1;
}

.sc-banner .form-submit {
  flex-shrink: 0;
  margin: 0;
}

.sc-banner .form-submit input {
  box-sizing: border-box;
  min-width: 150px;
  background: #333333;
  color: #ffffff;
  border: none;
  border-radius: 24px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sc-banner .form-submit input:hover {
  background: #090909;
}

@media (max-width: 1200px) {
  .sc-pb {
    margin-bottom: 80px;
  }

  .sc-pt {
    margin-top: 80px;
  }

  .post-type-archive-service main section:last-child {
    margin-bottom: 40px;
  }

  /* Section headings (tablet) — H3 scale from Figma */
  .sc-table__title {
    font-size: 36px;
  }

  .sc-table__item {
    width: 50%;
  }

  .sc-table__search {
    margin-left: 16px;
  }

  /* sc-main — stacked blocks, heights from tablet frame */

  .sc-main__list {
    grid-template-columns: 1fr;
  }

  .sc-main__block {
    height: auto;
  }

  .sc-main__block--info {
    min-height: 312px;
    height: auto;
    padding: 32px;
  }

  .sc-main__title {
    font-size: 56px;
    line-height: 1.1;
  }

  .sc-main__subtitle {
    max-width: none;
  }

  .sc-main__decor {
    right: -150px;
    bottom: -115px;
  }

  .sc-main__block--info::after {
    top: 30%;
  }

  .sc-main__hero-content {
    padding: 24px;
    gap: 0;
  }

  .sc-main__hero-title {
    margin-bottom: 0;
    max-width: 286px;
  }

  .sc-main__stats {
    gap: 16px;
    margin-top: 16px;
    width: 100%;
  }

  .sc-main__stats > .sc-main__stat {
    width: fit-content;
    max-width: 224px;
    width: 100%;
  }

  .sc-main__stat-group {
    width: 100%;
    max-width: 480px;
  }

  .sc-main__stat-group .sc-main__stat {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 224px;
  }

  .sc-services__list {
    gap: 20px;
  }

  .sc-services__list,
  .sc-models__list,
  .sc-benefits__list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Service cards — icon row gap from tablet spec */
  .sc-services__item-top {
    gap: 12px;
  }

  /* Model cards — 250px card height, 160px image slot */
  .sc-models__item {
    height: 250px;
  }

  .sc-models__item-img {
    width: min(218px, 90%);
    height: 160px;
  }

  /* Benefits subtitle spacing under narrower title block */
  .sc-benefits__subtitle {
    margin-bottom: 32px;
    max-width: none;
    padding-inline: 0;
  }

  /* CTA banner — vertical stack like tablet frame */
  .sc-banner__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 32px 32px 64px;
    min-height: 0;
  }

  .sc-banner__left {
    max-width: none;
    width: 100%;
  }

  /* Banner headline — 40px in tablet frame while section titles stay 36px */
  .sc-banner__title {
    font-size: 40px;
  }

  .sc-banner__right {
    width: 100%;
    max-width: 474px;
  }

  .series-banner__grid {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .series-banner__copy {
    max-width: 100%;
    padding-bottom: 0;
  }

  .series-banner__photo {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 24px;
    justify-content: center;
  }

  .series-banner__photo img {
    max-height: 300px;
  }
  .series-banner {
    background-image: url("../../img/service-center/hero-bg-mobile.webp");
  }
  .series-banner__etched {
    position: absolute;
    left: -82px;
    bottom: 62px;
    top: auto;
    width: 600px;
    transform: rotate(-28deg);
  }
  .series-banner__title {
    font-size: 40px;
  }
}

@media (max-width: 1100px) {
  main {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .sc-table__search {
    width: 100%;
    margin: 20px 0 0;
  }

  .sc-table__top {
    display: block;
  }

  .sc-table__subtitle {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .sc-table__item {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .sc-pb {
    margin-bottom: 64px;
  }

  .sc-pt {
    margin-top: 64px;
  }

  .sc-table__title {
    font-size: 32px;
  }

  .sc-table__subtitle {
    font-size: 16px;
    line-height: 140%;
  }

  .sc-table__group {
    padding-bottom: 15px;
    margin-top: 16px;
  }

  .sc-table__group:first-child {
    margin-top: 24px;
  }

  .sc-table__group-title {
    font-size: 20px;
    line-height: 140%;
  }

  .sc-table__item-name {
    font-size: 16px;
    line-height: 140%;
  }

  .sc-table__item-price {
    font-size: 18px;
    line-height: 140%;
  }

  .sc-table__item-wrap {
    padding: 15px 15px 15px 13px;
    border-radius: 16px;
  }

  .series-banner__title {
    font-size: 32px;
  }

  .series-banner__subtitle {
    font-size: 16px;
  }

  .series-banner__copy {
    padding: 16px;
  }

  .series-banner__photo img {
    max-height: 240px;
    object-fit: contain;
    object-position: center bottom;
  }

  .series-banner__etched {
    left: -44px;
    bottom: 74px;
    width: 400px;
  }

  /* sc-main */
  .sc-main__block--info {
    padding: 16px;
    gap: 8px;
    min-height: auto;
  }

  .sc-main__title {
    font-size: 40px;
  }

  .sc-main__subtitle {
    font-size: 16px;
  }

  .sc-main__btn {
    width: 100%;
    justify-content: center;
  }

  .sc-main__decor {
    display: none;
  }

  .sc-main__block--info::after {
    top: 0;
  }

  .sc-main__hero-content {
    padding: 16px;
  }

  .sc-main__hero-title-top {
    font-size: 24px;
  }

  .sc-main__hero-title-sub {
    font-size: 18px;
  }

  .sc-main__stats {
    gap: 8px;
  }

  .sc-main__stat-group {
    flex-direction: column;
    gap: 8px;
  }

  .sc-main__hero-logo {
    margin-bottom: 8px;
  }

  /* sc-services */
  .sc-services__item-icon,
  .sc-benefits__item-icon {
    width: 32px;
    height: 32px;
  }

  .sc-services__list {
    gap: 20px;
  }

  .sc-services__item {
    padding: 12px;
    gap: 12px;
  }

  .sc-services__item-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sc-services__item-title {
    font-size: 18px;
  }

  .sc-services__item-text {
    display: none;
  }

  /* sc-models */
  .sc-models__list {
    gap: 20px;
  }

  .sc-models__item {
    height: auto;
    padding: 8px 16px 12px;
  }

  .sc-models__item-img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
  }

  .sc-models__item-title {
    font-size: 16px;
  }

  .sc-work-types__item {
    grid-template-columns: 1fr auto;
    padding: 16px;
    column-gap: 12px;
    row-gap: 8px;
  }

  .sc-work-types__name {
    grid-column: 1;
    font-size: 16px;
  }

  .sc-work-types__meta {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    white-space: normal;
    text-align: left;
  }

  .sc-work-types__text {
    font-size: 14px;
  }

  .sc-work-types__arrow {
    grid-column: 2;
    grid-row: 1;
    width: 36px;
    height: 36px;
  }

  /* sc-benefits */
  .sc-benefits__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .sc-benefits__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sc-benefits__item {
    padding: 20px;
    gap: 12px;
  }

  /* sc-banner */
  .sc-banner__wrapper {
    padding: 32px 20px 60px;
    gap: 24px;
    background-position: center right;
  }

  .sc-banner__title {
    font-size: 32px;
  }

  .sc-banner__subtitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .sc-banner__link span {
    font-size: 16px;
  }

  .sc-banner .form-row-wrap {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 0;
    gap: 12px;
    border-radius: 0;
  }

  .sc-banner .form-row {
    background: #ffffff;
    border-radius: 32px;
    padding: 4px 0;
    box-sizing: border-box;
    width: 100%;
  }

  .sc-banner .form-submit {
    width: 100%;
  }

  .sc-banner .form-submit input {
    width: 100%;
    height: 48px;
  }

  .sc-benefits__item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

#banner {
  scroll-margin-top: 100px;
}

@media (max-width: 1200px) {
  #banner {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  #banner {
    margin-bottom: 34px;
  }
}

/* sc-steps (разметка guaranteeSteps со страницы гарантии) */
.sc-steps__title {
  text-align: center;
  margin-bottom: 16px;
}

.sc-steps__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}

.sc-steps .guaranteeSteps-item {
  margin-top: 12px;
  width: calc(50% - 10px);
  border-bottom: 1px solid #f99515;
  padding-bottom: 7px;
}

.sc-steps .guaranteeSteps-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -12px;
}

.sc-steps .guaranteeSteps-item__number {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  background: linear-gradient(278deg, #f99515 -7.42%, #ff7316 112.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sc-steps .guaranteeSteps-item__text {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}

.sc-steps .guaranteeSteps-item__name {
  font-weight: 600;
}

.sc-steps .guaranteeSteps-item__desc {
  margin-top: 8px;
}

.sc-steps .guaranteeSteps-item__desc:first-child {
  margin-top: 0;
}

.sc-steps .guaranteeSteps-item__text a {
  text-decoration: none;
}

.sc-steps .guaranteeSteps-item__text a:hover {
  text-decoration: underline;
}

.sc-steps .guaranteeSteps-item__desc ul,
.sc-steps .guaranteeSteps-item__desc ol {
  margin: 8px 0 0;
  padding-left: 20px;
}

.sc-steps .guaranteeSteps-item__desc li + li {
  margin-top: 4px;
}

@media (max-width: 740px) {
  .sc-steps__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .sc-steps .guaranteeSteps-item {
    width: 100%;
  }

  .sc-steps .guaranteeSteps-item__number {
    font-size: 16px;
  }

  .sc-steps .guaranteeSteps-item__text {
    font-size: 14px;
  }
}
