:root {
  --color-primary: #1664ff;
  --color-primary-dark: #0c4fd8;
  --color-text: #1d2129;
  --color-muted: #717883;
  --color-border: #e5eaf3;
  --color-bg: #ffffff;
  --color-soft: #f5f8ff;
  --color-footer: #171d26;
  --font-main: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  --font-size-title: 27px;
  --font-size-subtitle: 18px;
  --font-size-small: 14px;
  --font-size-card-title: 20px;
  --line-title: 38px;
  --line-subtitle: 28px;
  --line-body: 24px;
  --weight-bold: 700;
  --radius-small: 6px;
  --radius-card: 8px;
  --shadow-card: 0 12px 34px rgba(15, 61, 133, 0.1);
  --container: 1360px;
  --section-y: 60px;
  --header-height: 66px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: var(--font-size-small);
  line-height: var(--line-body);
  background: var(--color-bg);
}

.section {
  padding: var(--section-y) 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 42px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  cursor: pointer;
  font-size: var(--font-size-small);
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}

.button--primary:hover {
  background: #ffffff;
  color: var(--color-primary);
}

.button--light {
  color: #1d2129;
  background: #ffffff;
  border-color: #d8e3ff;
}

.button--light:hover {
  color: var(--color-primary);
}

.button--white {
  color: #835324;
  background: linear-gradient(135deg, #ffd590, #ffeac9);
  border-color: transparent;
}

.button--white:hover {
  color: #835324;
  background: linear-gradient(135deg, #ffeac9, #ffd590);
}

:root {
  --font-size-hero-title: 42px;
  --font-size-hero-subtitle: 24px;
  --font-size-nav: 16px;
  --font-size-button: 16px;
  --line-hero-title: 58px;
  --line-hero-subtitle: 34px;
  --button-height: 48px;
  --button-radius: 8px;
  --space-heading: 32px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.section__inner {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.section-heading {
  margin: 0 auto var(--space-heading);
  text-align: center;
}

.section-heading__title {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-title);
  font-weight: var(--weight-bold);
  line-height: var(--line-title);
}

.section-heading__subtitle {
  margin: 8px 0 0;
  color: var(--color-muted);
  font-size: var(--font-size-subtitle);
  line-height: var(--line-subtitle);
}

.button {
  min-height: var(--button-height);
  border-radius: var(--button-radius);
  font-size: var(--font-size-button);
  line-height: 24px;
}

.hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: #eaf4ff url("/img/v2026/datacenter/ic/ai-center-hero-bg.png") center / cover no-repeat;
}

.hero__inner {
  position: relative;
  width: min(var(--container), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-top: -15px;
}

.hero__eyebrow {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: var(--line-hero-subtitle);
  font-weight: 500;
}

.hero__title {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: var(--font-size-hero-title);
  line-height: var(--line-hero-title);
  font-weight: var(--weight-bold);
}

.hero__desc {
  display: inline-flex;
  align-items: center;
  margin: 0;
  height: 52px;
  padding: 0 24px;
  color: #835324;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  white-space: nowrap;
  background: linear-gradient(135deg, #ffd590, #ffeac9);
  border-radius: 8px;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 40px;
}

.hero__actions .button {
  min-width: 230px;
}

.hero__visual {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 1;
  width: min(620px, 48vw);
  pointer-events: none;
}

.hero__visual img {
  width: 100%;
  object-fit: contain;
}

.overview {
  background: #ffffff;
}

.overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.52fr);
  gap: 24px;
  align-items: stretch;
}

.overview__main {
  min-width: 0;
  display: grid;
  gap: 26px;
}

.overview__image-card,
.overview__intro,
.overview__params {
  border: 1px solid rgba(221, 232, 248, 0.9);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(19, 67, 138, 0.08);
}

.overview__image-card {
  overflow: hidden;
}

.overview__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview__intro {
  min-height: 230px;
  padding: 26px 30px 30px;
}

.overview__intro-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.overview__intro-icon,
.overview__param-icon {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf5ff;
}

.overview__intro-icon {
  width: 42px;
  height: 42px;
  background: var(--color-primary);
}

.overview__intro-icon::before {
  content: "";
  width: 18px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #ffffff) 5px 5px / 3px 3px no-repeat, linear-gradient(#ffffff, #ffffff) 11px 5px / 3px 3px no-repeat, linear-gradient(#ffffff, #ffffff) 5px 12px / 3px 3px no-repeat, linear-gradient(#ffffff, #ffffff) 11px 12px / 3px 3px no-repeat;
}

.overview__intro h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: var(--font-size-card-title);
  line-height: 30px;
  font-weight: var(--weight-bold);
}

.overview__intro p {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 32px;
}

.overview__params {
  display: grid;
  align-content: start;
  margin: 0;
  padding: 24px 30px;
}

.overview__param {
  display: grid;
  grid-template-columns: 38px minmax(118px, 0.72fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 10px 0;
  border-bottom: 1px solid #dbe5f1;
}

.overview__param:last-child {
  border-bottom: 0;
}

.overview__param-icon {
  width: 32px;
  height: 32px;
  color: var(--color-primary);
}

.overview__param-svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.overview__param dt {
  color: var(--color-text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.overview__param dd {
  margin: 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 26px;
  text-align: right;
}

.advantages {
  background: #eef5ff;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.advantage-card {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(220, 231, 255, 0.9);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(22, 100, 255, 0.06) 0%, rgba(255, 255, 255, 0) 46%), #ffffff;
  box-shadow: 0 10px 28px rgba(15, 61, 133, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.advantage-card:hover {
  border-color: rgba(22, 100, 255, 0.35);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.advantage-card__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--color-primary);
  background: #edf5ff;
  box-shadow: inset 0 0 0 1px rgba(22, 100, 255, 0.08);
  transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.advantage-card:hover .advantage-card__icon {
  color: #ffffff;
  background: var(--color-primary);
  transform: scale(1.04);
}

.advantage-card__svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.advantage-card__body {
  min-width: 0;
}

.advantage-card__title,
.scenario-card__title {
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-card-title);
  line-height: 30px;
  font-weight: var(--weight-bold);
}

.advantage-card__text,
.scenario-card__text {
  margin: 12px 0 0;
  color: var(--color-text);
  font-size: var(--font-size-small);
  line-height: var(--line-body);
}

.scenarios {
  background: #ffffff;
}

.scenarios__shell {
  position: relative;
}

.scenarios__viewport {
  overflow: hidden;
  width: 100%;
  padding: 8px 4px 28px;
  outline: none;
}

/* .scenarios__viewport:focus {
  box-shadow: 0 0 0 3px rgba(22, 100, 255, 0.18);
} */
.scenarios__track {
  display: flex;
  gap: 30px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.scenario-card {
  position: relative;
  flex: 0 0 calc((100% - 90px) / 4);
  min-width: 0;
  padding-bottom: 28px;
}

.scenario-card__image {
  width: 100%;
  max-height: 177px;
  border-radius: var(--radius-card);
  object-fit: cover;
  background: #d9dee8;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.scenario-card:hover .scenario-card__image {
  filter: saturate(1.06);
  transform: translateY(-4px) scale(1.02);
}

.scenario-card__panel {
  position: relative;
  z-index: 1;
  width: calc(100% - 24px);
  margin: -34px auto 0;
  padding: 26px 24px 22px;
  border-radius: var(--radius-card);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.scenario-card__text {
  min-height: 72px;
  color: var(--color-muted);
}

.scenario-card__more {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid #e5eaf3;
  color: var(--color-primary);
  background: transparent;
  cursor: pointer;
  font-size: var(--font-size-small);
  line-height: 22px;
}

.scenario-card__more:hover {
  color: var(--color-primary-dark);
}

.scenarios__arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 5px;
  border: 1px solid #e5eaf3;
  border-radius: 50%;
  color: var(--color-primary);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 61, 133, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.scenarios__arrow:hover:not(:disabled) {
  color: #ffffff;
  background: var(--color-primary);
  transform: translateY(-50%) scale(1.05);
}

.scenarios__arrow:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.scenarios__arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
}

.scenarios__arrow--prev {
  left: -58px;
}

.scenarios__arrow--next {
  right: -58px;
}

.showcase {
  background: #eef5ff;
}

.showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.showcase__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-card);
  background: #dce8fa;
}

.showcase__item img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.showcase__item:hover img {
  transform: scale(1.03);
}

.showcase__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 16px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background: rgba(22, 100, 255, 0.5);
}

.showcase__caption {
  margin: 24px 0 0;
  padding: 18px 24px;
  color: var(--color-primary);
  text-align: center;
  font-size: var(--font-size-subtitle);
  line-height: var(--line-subtitle);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 61, 133, 0.08);
}

.conversion {
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 0;
  background: #1664ff url("/img/v2026/datacenter/ic/ai-center-cta-bg.png") center / cover no-repeat;
}

.conversion__inner {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
  padding: 60px 0;
}

.conversion__title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: var(--font-size-title);
  line-height: var(--line-title);
  font-weight: var(--weight-bold);
}

.conversion__text {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--font-size-small);
  line-height: var(--line-body);
}

.conversion__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.conversion__button {
  min-width: 210px;
}

.conversion__button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.conversion__button--ghost:hover {
  color: var(--color-primary);
  background: #ffffff;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
}

.modal--open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(570px, 100%);
  min-height: 236px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

.modal__close {
  position: absolute;
  top: 6px;
  right: 18px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #59606d;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.modal__close:hover {
  color: var(--color-primary);
  background: #f2f6ff;
}

.modal__content {
  min-height: 236px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  align-items: center;
  gap: 34px;
  padding: 37px 32px 35px 34px;
}

.modal__body {
  min-width: 0;
}

.modal__title {
  margin: 0;
  color: var(--color-text);
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.modal__text {
  margin: 12px 0 0;
  color: #1f2937;
  font-size: var(--font-size-small);
  line-height: 24px;
}

.modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 294px;
  min-height: 36px;
  margin-top: 20px;
  padding: 0 16px 0 22px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--color-primary);
  font-size: var(--font-size-small);
  line-height: 20px;
  white-space: nowrap;
}

.modal__button span:first-child {
  min-width: 0;
}

.modal__button-arrow {
  flex: 0 0 auto;
  margin-left: 5px;
  font-size: 20px;
  line-height: 1;
}

.modal__qr {
  width: 152px;
  height: 152px;
  margin: 0;
}

.modal__qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 36px;
  z-index: 120;
  padding: 10px 18px;
  border-radius: 99px;
  color: #ffffff;
  background: rgba(29, 33, 41, 0.88);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast--visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1480px) {
  .scenarios__arrow--prev {
    left: -18px;
  }

  .scenarios__arrow--next {
    right: -18px;
  }
}

@media (max-width: 1280px) {
  .site-header__slogan {
    display: none;
  }

  .site-header__nav-link {
    padding: 0 10px;
  }

  .site-header__inner {
    gap: 16px;
  }

  .overview__layout {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.52fr);
    gap: 20px;
  }

  .scenario-card {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (max-width: 1024px) {
  :root {
    --section-y: 52px;
    --font-size-title: 25px;
    --font-size-subtitle: 16px;
    --font-size-hero-title: 34px;
    --font-size-hero-subtitle: 20px;
    --line-hero-title: 46px;
    --line-hero-subtitle: 30px;
  }

  .site-header__inner {
    justify-content: space-between;
  }

  .site-header__menu-toggle {
    display: block;
  }

  .site-header__nav,
  .site-header__actions {
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    background: #ffffff;
  }

  .site-header__hotline {
    display: none;
  }

  .site-header__nav {
    top: var(--header-height);
    height: auto;
    flex-direction: column;
    padding: 12px 24px;
    box-shadow: 0 12px 22px rgba(24, 50, 89, 0.12);
  }

  .site-header--open .site-header__nav {
    display: flex;
  }

  .site-header__actions {
    top: calc(var(--header-height) + 310px);
    justify-content: flex-start;
    padding: 12px 24px 18px;
    box-shadow: 0 12px 22px rgba(24, 50, 89, 0.12);
  }

  .site-header--open .site-header__actions {
    display: flex;
  }

  .site-header__nav-item {
    display: block;
  }

  .site-header__nav-link {
    height: 44px;
    padding: 0;
  }

  .site-header__dropdown {
    position: static;
    width: 100%;
    padding: 0 0 6px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .hero__content {
    max-width: 620px;
  }

  .hero__desc {
    font-size: 18px;
    line-height: 28px;
  }

  .hero__visual {
    right: -110px;
    width: 520px;
    opacity: 0.58;
  }

  .overview__layout,
  .conversion__inner {
    grid-template-columns: 1fr;
  }

  .overview__params {
    padding: 22px 26px;
  }

  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scenario-card {
    flex-basis: calc((100% - 30px) / 2);
  }

  .conversion__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  :root {
    --section-y: 44px;
    --font-size-title: 23px;
    --font-size-subtitle: 15px;
    --font-size-hero-title: 30px;
    --font-size-hero-subtitle: 18px;
    --line-hero-title: 40px;
    --line-hero-subtitle: 28px;
    --space-heading: 24px;
  }

  .section__inner,
  .hero__inner,
  .conversion__inner,
  .site-header__inner {
    width: calc(100% - 32px);
  }

  .site-header__inner {
    margin: 0 auto;
  }

  .hero {
    height: 500px;
    background-position: 60% center;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__visual {
    right: -210px;
    bottom: -10px;
    width: 520px;
    opacity: 0.36;
  }

  .hero__actions {
    gap: 14px;
    margin-top: 28px;
  }

  .hero__actions .button {
    min-width: 0;
    width: auto;
  }

  .advantages__grid,
  .showcase__grid {
    grid-template-columns: 1fr;
  }

  .overview__param {
    grid-template-columns: 34px minmax(96px, 0.7fr) minmax(0, 1fr);
    gap: 12px;
  }

  .overview__intro {
    min-height: 0;
    padding: 24px;
  }

  .overview__intro p {
    font-size: var(--font-size-small);
    line-height: var(--line-body);
  }

  .scenario-card {
    flex: 0 0 100%;
  }

  .scenarios__track {
    gap: 0;
  }

  .scenarios__arrow {
    display: none;
  }

  .scenarios__viewport {
    padding: 0;
  }

  .scenarios__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .scenarios__dot {
    width: 24px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d0d7e4;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
  }

  .scenarios__dot--active {
    width: 38px;
    background: var(--color-primary);
  }

  .showcase__caption {
    font-size: 16px;
    line-height: 26px;
  }

  .conversion__inner {
    gap: 28px;
  }

  .conversion__actions,
  .conversion__button {
    width: 100%;
  }

  .modal {
    padding: 16px;
  }

  .modal__dialog {
    width: min(570px, 100%);
    min-height: 0;
  }

  .modal__content {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding: 34px 24px 28px;
    text-align: center;
  }

  .modal__title {
    font-size: 24px;
    line-height: 32px;
    white-space: normal;
  }

  .modal__text {
    margin-top: 10px;
  }

  .modal__qr {
    width: 136px;
    height: 136px;
  }

  .modal__button {
    width: 100%;
    min-width: 0;
    max-width: 312px;
    margin-top: 18px;
    padding: 0 14px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  :root {
    --font-size-hero-title: 27px;
    --line-hero-title: 36px;
  }

  .site-header__logo {
    width: 104px;
  }

  .site-header__divider {
    display: none;
  }

  .hero {
    background: #eaf4ff url("/img/v2026/datacenter/ic/ai-center-hero-bg-m2.jpg") center / cover no-repeat;
    padding: 40px 10px 30px;
    height: auto;
  }

  .hero__eyebrow {
    font-size: 15px;
    margin: 0;
  }

  .hero__title {
    margin: 3px 0 10px;
    font-size: 22px;
  }

  .hero__eyebrow,
  .hero__desc {
    max-width: 300px;
  }

  .hero__desc {
    white-space: wrap;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    width: 220px;
    padding: 3px 10px;
    margin-bottom: 10px;
  }

  .hero__actions {
    display: flex;
    margin-top: 10px;
    gap: 8px;
  }

  .hero__actions .button {
    padding: 0 36px;
    height: 42px;
    min-height: 42px;
  }

  .overview__param {
    grid-template-columns: 32px 1fr;
    gap: 8px 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9eef7;
  }

  .overview__param dd {
    grid-column: 2;
    text-align: left;
  }

  .advantage-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 22px;
  }

  .advantage-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .advantage-card__svg {
    width: 24px;
    height: 24px;
  }

  .scenario-card__panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}