.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;
  width: fit-content;
  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;
}
.plans {
  padding: 72px 0 64px;
  background: linear-gradient(180deg, #eef4fd 0%, #f7faff 100%);
}
.plans .inner {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}
.plans .head {
  margin-bottom: 20px;
  text-align: center;
}
.plans .head h2 {
  margin: 0 0 12px;
  color: #12264a;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.plans .head p {
  margin: 3px 0;
  color: #6b7a94;
  font-size: 18px;
}
.plans .head p em {
  color: #1664ff;
  font-style: normal;
  font-weight: 600;
}
.plans .tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
    .plans .tab-panel {
        padding: 11px 32px;
        border: 1px solid #d4e0f2;
        border-radius: 999px;
        color: #3d5476;
        background: #ffffff;
        font: inherit;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        user-select: none;
        transition: all 0.25s ease;
    }
.plans .tab-panel:hover {
  border-color: #1664ff;
  color: #1664ff;
}
.plans .tab-panel.on {
  border-color: #1664ff;
  color: #ffffff;
  background: #1664ff;
  box-shadow: 0 6px 16px rgba(22, 100, 255, 0.28);
}
.plans .tab-panel .small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.78;
}
.plans .panel {
  display: none;
}
.plans .panel.show {
  display: block;
  animation: plans-fade 0.35s ease;
}
@keyframes plans-fade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.plans .table-wrap {
  overflow: hidden;
  border: 1px solid #e4ecf7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(18, 60, 130, 0.06);
}
.plans table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.plans thead th {
  padding: 15px 18px;
  border-bottom: 1px solid #c8dcf5;
  color: #ffffff;
  background: #8ab8f7;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.plans thead th:first-child,
.plans tbody td:first-child {
  padding-left: 28px;
}
.plans thead th:last-child,
.plans .td-cta {
  text-align: center;
}
.plans tbody tr {
  transition: background 0.18s ease;
}
.plans tbody tr:hover {
  background: #f4f8ff;
}
.plans tbody td {
  padding: 16px 18px;
  border-bottom: 1px solid #edf2fa;
  color: #3d5476;
  white-space: nowrap;
}
.plans tbody td:first-child {
  color: #12264a;
  font-weight: 600;
}
.plans tbody tr:last-child td {
  border-bottom: 0;
}
.plans .td-strong {
  color: #12264a;
  font-size: 15px;
  font-weight: 700;
}
.plans .td-kw {
  color: #1664ff;
  font-size: 17px;
  font-weight: 800;
}
.plans .td-kw i {
  margin-left: 1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.plans tr.row-hot {
  background: linear-gradient(90deg, #0d2b5c 0%, #1558c9 100%);
}
.plans tr.row-hot:hover {
  background: linear-gradient(90deg, #12336b 0%, #1a63dd 100%);
}
.plans tr.row-hot td {
  border-bottom: 0;
  color: #cfe1ff;
}
.plans tr.row-hot td:first-child,
.plans tr.row-hot .td-kw {
  color: #ffffff;
}
.plans tr.row-hot .td-kw {
  font-size: 19px;
}
.plans .badge-hot {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #5c3a00;
  background: #ffb020;
  font-size: 12px;
  font-weight: 700;
  vertical-align: 2px;
}
.plans .btn-quote {
  display: inline-block;
  padding: 8px 26px;
  border: 1px solid #1664ff;
  border-radius: 8px;
  color: #1664ff;
  background: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.plans .btn-quote:hover {
  color: #ffffff;
  background: #1664ff;
}
.plans tr.row-hot .btn-quote {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.plans tr.row-hot .btn-quote:hover {
  color: #1558c9;
  background: #ffffff;
}
.plans .note {
  margin: 20px 0 0;
  color: #8496b0;
  font-size: 13px;
  text-align: center;
}
.plans .note b {
  color: #1664ff;
  font-weight: 600;
}
.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: 210px;
  padding: 26px 30px 30px;
}
.overview__intro-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.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, 1fr) minmax(0, 300px);
  gap: 10px;
  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 {
  min-width: 0;
  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-visible {
  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%;
  aspect-ratio: 280 / 190;
  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;
  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: block;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.scenarios__arrow--prev {
  left: -58px;
}
.scenarios__arrow--prev span {
  transform: translateX(1px) rotate(-135deg);
}
.scenarios__arrow--next {
  right: -58px;
}
.scenarios__arrow--next span {
  transform: translateX(-1px) rotate(45deg);
}
.scenarios__dots {
  display: none;
}
.scenarios__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c9e5;
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
}
.scenarios__dot.is-active {
  width: 26px;
  border-radius: 99px;
  background: var(--color-primary);
}
.showcase {
  background: #eef5ff;
}
.showcase__carousel {
  position: relative;
  padding: 0 56px 42px;
}
.showcase__viewport {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  box-shadow: 0 18px 42px rgba(15, 61, 133, 0.14);
}
.showcase__track {
  display: flex;
  transition: transform 0.45s ease;
}
.showcase__item {
  position: relative;
  flex: 0 0 100%;
  overflow: hidden;
  margin: 0;
  background: #ffffff;
}
.showcase__item img {
  width: 100%;
  aspect-ratio: 16 / 7;
  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: 14px 18px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background: rgba(22, 100, 255, 0.5);
}
.showcase__arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #c8dcf5;
  border-radius: 50%;
  color: var(--color-primary);
  background: #ffffff;
  font: inherit;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.showcase__arrow span {
  display: block;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.showcase__arrow:hover:not(:disabled) {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}
.showcase__arrow:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
}
.showcase__arrow--prev {
  left: 0;
}
.showcase__arrow--prev span {
  transform: translateX(1px) rotate(-135deg);
}
.showcase__arrow--next {
  right: 0;
}
.showcase__arrow--next span {
  transform: translateX(-1px) rotate(45deg);
}
.showcase__dots {
  position: absolute;
  left: 50%;
  bottom: 4px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.showcase__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b8c9e5;
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background 0.2s ease;
}
.showcase__dot.is-active {
  width: 26px;
  border-radius: 99px;
  background: var(--color-primary);
}
.showcase__caption {
  padding: 18px 24px;
  color: var(--color-primary);
  text-align: center;
  font-size: var(--font-size-subtitle);
  line-height: var(--line-subtitle);
  background: #ffffff;
  border-radius: var(--radius-card);
}
.conversion {
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 0;
  background: #1664ff url("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;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
}
.modal--open {
  display: flex;
}
.modal__overlay {
  position: absolute;
  inset: 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: 40px;
    --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,
  .plans .inner {
    width: calc(100% - 32px);
  }
  .site-header__inner {
    margin: 0 auto;
  }
  .hero {
    height: 230px;
    background: url(ai-center-banner-mobile.jpg) center/cover no-repeat;
  }
  .hero__content {
    width: 100%;
    max-width: 100%;
  }
  .hero__visual {
    right: -210px;
    bottom: -10px;
    width: 520px;
    opacity: 0.36;
  }
  .hero__content {
    padding: 8px 0;
  }
  .hero__eyebrow {
    margin: 0 0 2px;
    height: auto;
    max-height: none;
    font-size: 15px;
    line-height: 22px;
  }
  .hero__title {
    margin: 0 0 6px;
    width: 100%;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
  }
  .hero__desc {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    border-radius: 8px;
    height: auto;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 22px;
    color: #835324;
  }
  .hero__actions {
    gap: 10px;
    margin-top: 10px;
  }
  .hero__actions .button {
    min-width: 0;
    min-height: 0;
    width: 140px;
    height: 40px;
    padding: 0;
    font-size: 14px;
  }
  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .plans {
    padding: 40px 0;
  }
  .plans .head h2 {
    font-size: 24px;
  }
  .plans .tabs {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .plans .tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 6px;
    font-size: 14px;
  }
  .plans .tab small {
    font-size: 11px;
  }
  .plans .table-wrap {
    overflow-x: auto;
  }
  .plans table {
    min-width: 680px;
  }
  .showcase__carousel {
    padding: 0 0 32px;
  }
  .showcase__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .showcase__viewport::-webkit-scrollbar {
    display: none;
  }
  .showcase__track {
    transform: none !important;
    transition: none;
  }
  .showcase__item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .showcase__item img {
    aspect-ratio: 4 / 3;
  }
  .showcase__arrow {
    display: none;
  }
  .showcase__dots {
    bottom: 0;
  }
  .overview__param {
    grid-template-columns: 34px minmax(96px, 1fr) minmax(0, 300px);
    gap: 10px;
  }
  .overview__intro {
    min-height: 0;
    padding: 24px;
  }
  .overview__intro p {
    font-size: var(--font-size-small);
    line-height: var(--line-body);
  }
  .scenario-card {
    flex-basis: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .scenarios__arrow {
    display: none;
  }
  .scenarios__viewport {
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .scenarios__viewport::-webkit-scrollbar {
    display: none;
  }
  .scenarios__track {
    transform: none !important;
    transition: none;
  }
  .scenarios__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
  }
  .showcase__caption {
    font-size: 16px;
    line-height: 26px;
  }
  .conversion__inner {
    gap: 28px;
    padding: 40px 0;
  }
  .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__eyebrow,
  .hero__desc {
    max-width: 100%;
  }
  .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;
  }
}
