html {
  overflow-x: hidden;
}

/* ============================================
   SAAS PAGE — Hero
   ============================================ */
.atme-saas-hero {
  position: relative;
  height: 725px;
  background:
    linear-gradient(211deg, rgba(95, 25, 200, 0.8) 14%, rgba(95, 25, 200, 0) 72%),
    linear-gradient(90deg, #18134B 0%, #18134B 100%);
  overflow: hidden;
}

.atme-saas-hero__image {
  position: absolute;
  top: -10px;
  left: max(740px, calc(50% + 740px - 1513px / 2));
  right: auto;
  width: 881px;
  height: 845px;
  overflow: visible;
}

.atme-saas-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}

.atme-saas-hero__content {
  position: absolute;
  top: 50%;
  left: var(--side-padding);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 680px;
  padding-top: 24px;
}

.atme-saas-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-white);
}

.atme-saas-hero__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 74px;
  line-height: 1.05;
}

.atme-saas-hero__description {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  color: var(--color-white);
  padding-bottom: 0;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}

.atme-btn-cta--light-violet {
  background: var(--color-light-violet);
  color: var(--color-light-gray);
  font-size: 22px;
  padding: 21px 34px;
}

.atme-btn-cta--sm {
  font-size: 14px;
  padding: 13px 35px;
}

/* SaaS лендинг: модификатор --sm в блоках (Get started) = тот же габарит, что базовый CTA в crypto — 67×22px */
body.atme-saas-landing-page .atme-btn-cta--sm {
  height: 67px;
  min-height: 67px;
  font-size: 22px;
  line-height: 1;
  padding: 0 34px;
  box-sizing: border-box;
}

/* ============================================
   BUILT FOR COMPLIANCE
   ============================================ */
.atme-section-compliance {
  background: var(--color-light-gray);
  padding: 120px var(--side-padding);
}

.atme-section-compliance__inner {
  max-width: var(--container-width);
  display: flex;
  gap: 128px;
  align-items: flex-start;
}

.atme-section-compliance__left {
  flex-shrink: 0;
  width: 524px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.atme-section-compliance__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 74px;
  line-height: 1.05;
  color: var(--color-navy) !important;
}

.atme-section-compliance__subtitle {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: var(--color-navy);
  padding-bottom: 0;
  margin-bottom: 0;
}

.atme-section-compliance__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.atme-compliance-card {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding: 24px;
  background: var(--color-white);
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  overflow: hidden;
}

.atme-compliance-card__icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.atme-compliance-card__icon-bg {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--color-light-violet);
  opacity: 0.15;
}

.atme-compliance-card__icon img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
}

.atme-compliance-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.atme-compliance-card__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-deep-violet);
}

.atme-compliance-card__text {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-navy);
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ============================================
   ONE PLATFORM
   ============================================ */
.atme-section-platform {
  background:
    linear-gradient(216deg, rgba(95, 25, 200, 0.9) 10%, rgba(95, 25, 200, 0) 93%),
    linear-gradient(180deg, rgba(95, 25, 200, 0.2) 0%, rgba(95, 25, 200, 0) 45%),
    linear-gradient(90deg, #19144B 0%, #19144B 100%);
  padding: 160px var(--side-padding);
}

.atme-section-platform__inner {
  max-width: var(--container-width);
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.atme-section-platform__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 54px;
  line-height: 1.1;
  color: var(--color-white) !important;
  text-align: center;
  max-width: 634px;
}

.atme-platform-cards {
  display: flex;
  gap: 20px;
  width: 100%;
}

.atme-platform-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  overflow: visible;
  position: relative;
  height: 544px;
}

.atme-platform-card--accent {
  background: #4b209d;
}

.atme-platform-card--accent .atme-platform-card__image img {
  width: 70%;
}

.atme-platform-card__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  min-height: 268px;
}

.atme-platform-card__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: var(--color-white);
}

.atme-platform-card__text {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-gray);
  padding-bottom: 0;
  margin-bottom: 0;
}

.atme-platform-card__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}


.atme-platform-card__image img {
  width: 90%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transform: translateY(2%);
}

/* ============================================
   BUILT-IN REGULATORY COMPLIANCE
   ============================================ */
.atme-section-regulatory {
  background:
    linear-gradient(180deg, #fff 0%, #F6F6F6 100%);
  overflow: hidden;
}

.atme-section-regulatory__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 120px 0 48px;
}

.atme-section-regulatory__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 80px;
}

.atme-section-regulatory__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 54px;
  line-height: 1.1;
  color: var(--color-navy) !important;
  text-align: center;
  max-width: 634px;
}

.atme-section-regulatory__header .atme-btn-cta {
  align-self: center;
}

.atme-section-regulatory__header .atme-btn-cta.atme-btn-cta--sm {
  height: auto;
  min-height: auto;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 35px;
}

.atme-section-regulatory__body {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  /* Синхрон с padding-bottom у __inner (зазор до сепаратора снизу) */
  padding-left: 48px;
}

.atme-section-regulatory__left {
  width: 480px;
  flex-shrink: 0;
  /* Figma: left column bottom-[77px] + __inner pb 48px = 125px до края секции */
  padding-bottom: 77px;
}

.atme-section-regulatory__right {
  flex: 1;
  min-width: 702px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 75px;
  border-radius: 12px;
  overflow: visible;
}

/* Accordion items */
.atme-accordion-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 27px 0;
  border-bottom: 1px solid var(--color-dark-gray);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.atme-accordion-item:last-child {
  border-bottom: none;
}

.atme-accordion-item__dot {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: var(--color-deep-violet);
  opacity: 0.15;
  flex-shrink: 0;
  position: relative;
  transition: opacity 0.3s ease;
  margin-top: 2px;
}

.atme-accordion-item--active .atme-accordion-item__dot {
  opacity: 1;
}

.atme-accordion-item__dot-inner {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  background: #F9F9F9;
}

.atme-accordion-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.atme-accordion-item__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-navy);
  opacity: 0.6;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.atme-accordion-item--active .atme-accordion-item__title {
  color: var(--color-deep-violet);
  opacity: 1;
}

.atme-accordion-item__text {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-navy);
  opacity: 0.8;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.atme-accordion-item--active .atme-accordion-item__text {
  max-height: 200px;
  opacity: 0.8;
}

/* Image fade transition */
.atme-section-regulatory__image {
  width: 100%;
  max-width: 500px;
  height: auto;
  transition: none;
  opacity: 1;
}

.atme-section-regulatory__image--fade {
  opacity: 1;
}

/* Regulatory: геометрия картинки по слайдам (Figma compliance-img-2/3/4), десктоп */
@media (min-width: 769px) {
  .atme-section-regulatory__right .atme-section-regulatory__image {
    object-fit: contain;
    display: block;
  }

  .atme-section-regulatory__right.is-slide-shield .atme-section-regulatory__image {
    max-width: 500px;
    width: 100%;
    transform: none;
  }

  /* Figma 10548:21366 — vault */
  .atme-section-regulatory__right.is-slide-vault .atme-section-regulatory__image {
    max-width: 530px;
    width: min(530px, 100%);
    transform: translate(0, -28px);
    transform-origin: top left;
  }

  /* Figma 10548:21627 — globe */
  .atme-section-regulatory__right.is-slide-globe .atme-section-regulatory__image {
    max-width: 508px;
    width: min(508px, 100%);
    transform: translate(28px, -31px);
    transform-origin: top left;
  }

  /* Figma 10548:21771 — notebook */
  .atme-section-regulatory__right.is-slide-notebook .atme-section-regulatory__image {
    max-width: 617px;
    width: min(617px, 100%);
    transform: translate(-40px, -16px);
    transform-origin: top left;
  }
}

.atme-accordion-item__image {
  display: none;
}

/* ============================================
   DIVIDER (SaaS)
   ============================================ */
.atme-divider--saas {
  background: #F6F6F6;
  padding: 0 var(--side-padding);
}

.atme-divider--saas .atme-divider__line {
  background: var(--color-dark-gray);
  opacity: 0.6;
}

/* ============================================
   BLOCKCHAIN ARCHITECTURE
   ============================================ */
.atme-section-blockchain {
  background: #F7F7F7;
  padding: 80px var(--side-padding) 160px;
}

.atme-section-blockchain__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}

.atme-section-blockchain__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.atme-section-blockchain__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 54px;
  line-height: 1.1;
  color: var(--color-navy) !important;
  text-align: center;
}

.atme-section-blockchain__subtitle {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.atme-blockchain-cards {
  display: flex;
  gap: 20px;
}

.atme-blockchain-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 32px;
  background: var(--color-white);
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  overflow: hidden;
  min-height: 321px;
}

.atme-blockchain-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.atme-blockchain-card__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: var(--color-bg-black);
}

.atme-blockchain-card__text {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-navy);
  padding-bottom: 0;
  margin-bottom: 0;
}

.atme-blockchain-card__icon {
  position: relative;
  width: 56px;
  height: 56px;
}

/* Фон встроен в SVG (Figma); дублирующий слой не нужен */
.atme-blockchain-card__icon-bg {
  display: none;
}

.atme-blockchain-card__icon img {
  position: absolute;
  inset: 0;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

@media (min-width: 769px) {
  .atme-blockchain-card:first-child {
    gap: 71px;
  }
}

/* ============================================
   READY TO DEPLOY + FORM
   ============================================ */
.atme-section-deploy {
  background:
    linear-gradient(180deg, rgba(95, 25, 200, 0.2) 0%, rgba(95, 25, 200, 0) 45%),
    linear-gradient(90deg, #1A154D 0%, #1A154D 100%);
  padding: 120px var(--side-padding) 0;
  position: relative;
}

.atme-section-deploy__inner {
  max-width: var(--container-width);
  display: flex;
  gap: 100px;
  align-items: flex-start;
  padding-bottom: 120px;
}

.atme-section-deploy__title {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 74px;
  line-height: 1.05;
  color: var(--color-white) !important;
  width: 397px;
  flex-shrink: 0;
  padding-top: 0;
}

.atme-section-deploy__form-card {
  flex: 1;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 48px 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 732px;
}

/* Ширина как у .atme-footer__bottom-line (см. atme-crypto.css: __bottom + line 100%) */
.atme-section-deploy__divider {
  height: 1px;
  background: #454077;
  width: min(var(--container-width), calc(100vw - 40px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

/* ============================================
   CONTACT FORM WRAPPER STYLES
   (CF7 .atme-cf7 styles moved to atme-cf7.css)
   ============================================ */
.atme-deploy-form__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.atme-deploy-form__title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  color: var(--color-navy);
}

.atme-deploy-form__hint {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px 16px 20px;
  background: #F3F3F5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.atme-deploy-form__hint-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.atme-deploy-form__hint span {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
}

.atme-deploy-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.atme-deploy-form__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.atme-deploy-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.atme-deploy-form__label {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
  padding: 0 4px;
}

.atme-deploy-form__input,
.atme-deploy-form__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 14px 16px;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-navy);
  background: var(--color-white);
  outline: none;
  transition: border-color 0.2s;
}

.atme-deploy-form__input::placeholder,
.atme-deploy-form__textarea::placeholder {
  color: var(--color-navy);
  opacity: 0.5;
}

.atme-deploy-form__input:focus,
.atme-deploy-form__textarea:focus {
  border-color: var(--color-deep-violet);
}

.atme-deploy-form__textarea {
  min-height: 98px;
  resize: vertical;
}

.atme-deploy-form__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.atme-deploy-form__submit {
  background: var(--color-deep-violet);
  color: var(--color-white);
  border: none;
  border-radius: 200px;
  padding: 13px 35px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.atme-deploy-form__submit:hover {
  background: #4f14a8;
}

.atme-deploy-form__disclaimer {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
}

.atme-deploy-form__disclaimer a {
  color: var(--color-light-violet);
  text-decoration: none;
}

.atme-deploy-form__disclaimer a:hover {
  text-decoration: underline;
}

/* ============================================
   MEDIUM DESKTOP (max-width: 1460px)
   ============================================ */
@media (max-width: 1460px) {

  /* ---- Hero ---- */
  .atme-saas-hero {
    height: 668px;
  }

  .atme-saas-hero__image {
    left: auto;
    right: -50px;
    width: 850px;
    height: 815px;
  }

  .atme-saas-hero__content {
    width: 600px;
    gap: 60px;
  }

  .atme-saas-hero__title {
    font-size: 62px;
    margin-top: 30px;
  }

  .atme-saas-hero__description {
    font-size: 25px;
    width: 550px;
  }

  /* ---- Built for compliance ---- */
  .atme-section-compliance__inner {
    gap: 90px;
  }

  .atme-section-compliance__left {
    width: 450px;
  }

  .atme-section-compliance__title {
    font-size: 64px;
  }

  .atme-section-compliance__subtitle {
    font-size: 26px;
  }

  /* ---- One platform ---- */
  .atme-section-platform__title {
    font-size: 48px;
  }

  .atme-platform-card {
    height: 500px;
  }

  .atme-platform-card__title {
    font-size: 26px;
  }

  .atme-platform-card__image img {
    width: 85%;
  }

  /* ---- Built-in regulatory ---- */
  .atme-section-regulatory__title {
    font-size: 48px;
  }

  .atme-section-regulatory__left {
    width: 420px;
    padding-bottom: 74px;
  }

  .atme-section-regulatory__right {
    padding-left: 56px;
  }

  .atme-section-regulatory__image {
    max-width: 490px;
    margin-top: 24px;
  }

  .atme-section-regulatory__right.is-slide-shield .atme-section-regulatory__image {
    max-width: 490px;
    transform: none;
  }

  .atme-section-regulatory__right.is-slide-vault .atme-section-regulatory__image {
    max-width: 519px;
    width: min(519px, 100%);
    transform: translate(0, -27px);
  }

  .atme-section-regulatory__right.is-slide-globe .atme-section-regulatory__image {
    max-width: 498px;
    width: min(498px, 100%);
    transform: translate(27px, -30px);
  }

  .atme-section-regulatory__right.is-slide-notebook .atme-section-regulatory__image {
    max-width: 605px;
    width: min(605px, 100%);
    transform: translate(-39px, -15px);
  }

  /* ---- Blockchain-agnostic ---- */
  .atme-section-blockchain__title {
    font-size: 48px;
  }

  /* ---- Ready to deploy ---- */
  .atme-section-deploy__inner {
    gap: 80px;
  }

  .atme-section-deploy__title {
    font-size: 64px;
    width: 340px;
  }
}

/* CTA: 67px высота, 22px шрифт на десктопе (брейкпоинт 1460px); не для мобильных */
@media (max-width: 1460px) and (min-width: 769px) {
  body.atme-saas-landing-page .atme-saas-hero .atme-btn-cta--light-violet {
    height: 67px;
    min-height: 67px;
    padding: 0 34px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 1;
  }
}

/* Hero CTA: та же специфичность, что у правила выше; иначе 1460px перебивает font-size/padding из брейкпоинтов ниже. Не ниже 769px — мобильный Hero задаёт свои стили. */
@media (max-width: 1330px) and (min-width: 769px) {
  body.atme-saas-landing-page .atme-saas-hero .atme-btn-cta--light-violet {
    height: auto;
    min-height: 0;
    font-size: 19px;
    padding: 23px 30px;
    line-height: 1.2;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  body.atme-saas-landing-page .atme-saas-hero .atme-btn-cta--light-violet {
    height: auto;
    min-height: 0;
    font-size: 17px;
    padding: 21px 27px;
    line-height: 1.2;
  }
}

/* ============================================
   MEDIUM DESKTOP TIGHT (max-width: 1330px)
   Пропорциональное масштабирование от Figma 1513px (x0.879)
   ============================================ */
@media (max-width: 1330px) {

  /* ---- Hero ---- */
  .atme-saas-hero {
    height: 637px;
  }

  .atme-saas-hero__image {
    left: auto;
    right: -80px;
    width: 774px;
    height: 743px;
  }

  .atme-saas-hero__content {
    width: 598px;
    gap: 70px;
  }

  .atme-saas-hero__title {
    font-size: 65px;
    margin-top: 21px;
  }

  .atme-saas-hero__description {
    font-size: 26px;
    width: 560px;
  }

  /* ---- Built for compliance ---- */
  .atme-section-compliance {
    padding: 105px var(--side-padding);
  }

  .atme-section-compliance__inner {
    gap: 112px;
  }

  .atme-section-compliance__left {
    width: 461px;
  }

  .atme-section-compliance__title {
    font-size: 65px;
  }

  .atme-section-compliance__subtitle {
    font-size: 26px;
  }

  .atme-compliance-card__title {
    font-size: 19px;
  }

  .atme-compliance-card__text {
    font-size: 16px;
  }

  /* ---- One platform ---- */
  .atme-section-platform {
    padding: 141px var(--side-padding);
  }

  .atme-section-platform__title {
    font-size: 47px;
  }

  .atme-platform-card {
    height: 478px;
  }

  .atme-platform-card__title {
    font-size: 26px;
  }

  .atme-platform-card__text {
    font-size: 16px;
  }

  .atme-platform-card__image img {
    width: 80%;
  }

  /* ---- Built-in regulatory ---- */
  .atme-section-regulatory__title {
    font-size: 47px;
  }

  .atme-section-regulatory__body {
    padding-left: 90px;
  }

  .atme-section-regulatory__left {
    width: 400px;
    padding-bottom: 68px;
  }

  .atme-section-regulatory__right {
    padding-left: 49px;
  }

  .atme-section-regulatory__image {
    max-width: 461px;
    margin-top: 40px;
  }

  .atme-section-regulatory__right.is-slide-shield .atme-section-regulatory__image {
    max-width: 461px;
    transform: none;
  }

  .atme-section-regulatory__right.is-slide-vault .atme-section-regulatory__image {
    max-width: 489px;
    width: min(489px, 100%);
    transform: translate(0, -25px);
  }

  .atme-section-regulatory__right.is-slide-globe .atme-section-regulatory__image {
    max-width: 468px;
    width: min(468px, 100%);
    transform: translate(25px, -27px);
  }

  .atme-section-regulatory__right.is-slide-notebook .atme-section-regulatory__image {
    max-width: 569px;
    width: min(569px, 100%);
    transform: translate(-35px, -14px);
  }

  /* ---- Blockchain-agnostic ---- */
  .atme-section-blockchain__title {
    font-size: 47px;
  }

  /* ---- Ready to deploy ---- */
  .atme-section-deploy {
    padding: 105px var(--side-padding) 0;
  }

  .atme-section-deploy__inner {
    gap: 88px;
    padding-bottom: 105px;
  }

  .atme-section-deploy__title {
    font-size: 65px;
    width: 310px;
  }

  .atme-section-deploy__form-card {
    padding: 42px 42px 35px;
  }

  .atme-deploy-form {
    gap: 21px;
  }

  .atme-deploy-form__title {
    font-size: 35px;
  }

  .atme-deploy-form__grid2 {
    gap: 21px;
  }

  .atme-deploy-form__label {
    font-size: 14px;
  }

  .atme-deploy-form__input,
  .atme-deploy-form__textarea {
    padding: 12px 14px;
  }

  .atme-deploy-form__submit {
    padding: 11px 31px;
  }
}

/* ============================================
   TABLET / SMALL DESKTOP (max-width: 1200px)
   Пропорциональное масштабирование от Figma 1513px (x0.793)
   ============================================ */
@media (max-width: 1200px) {

  :root {
    --side-padding: max(60px, calc((100vw - var(--container-width)) / 2));
  }

  /* ---- Hero ---- */
  .atme-saas-hero {
    height: 575px;
  }

  .atme-saas-hero__image {
    top: auto;
    bottom: -100px;
    left: auto;
    right: -170px;
    width: 699px;
    height: 670px;
  }

  .atme-saas-hero__content {
    width: 539px;
    gap: 63px;
  }

  .atme-saas-hero__title {
    font-size: 59px;
    margin-top: 19px;
  }

  .atme-saas-hero__description {
    font-size: 24px;
    line-height: 1.4;
    width: 500px;
  }

  /* ---- Built for compliance ---- */
  .atme-section-compliance {
    padding: 95px var(--side-padding);
  }

  .atme-section-compliance__inner {
    gap: 101px;
  }

  .atme-section-compliance__left {
    width: 416px;
  }

  .atme-section-compliance__title {
    font-size: 59px;
  }

  .atme-section-compliance__subtitle {
    font-size: 24px;
  }

  .atme-compliance-card__title {
    font-size: 17px;
  }

  .atme-compliance-card__text {
    font-size: 14px;
  }

  /* ---- One platform ---- */
  .atme-section-platform {
    padding: 127px var(--side-padding);
  }

  .atme-section-platform__title {
    font-size: 43px;
  }

  .atme-platform-card__content {
    min-height: unset;
  }

  .atme-platform-card__title {
    font-size: 24px;
  }

  .atme-platform-card__text {
    font-size: 14px;
  }

  .atme-platform-card {
    height: 431px;
  }

  .atme-platform-card__image img {
    width: 75%;
  }

  /* ---- Built-in regulatory ---- */
  .atme-section-regulatory__title {
    font-size: 43px;
  }

  .atme-section-regulatory__body {
    gap: 40px;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }

  .atme-section-regulatory__left {
    width: 380px;
    padding-bottom: 61px;
  }

  .atme-section-regulatory__right {
    min-width: 0;
    flex: 1;
    height: auto;
    padding-left: 42px;
    justify-content: flex-start;
  }

  .atme-section-regulatory__image {
    max-width: 432px;
    margin-top: 56px;
  }

  .atme-section-regulatory__right.is-slide-shield .atme-section-regulatory__image {
    max-width: 432px;
    transform: none;
  }

  .atme-section-regulatory__right.is-slide-vault .atme-section-regulatory__image {
    max-width: 458px;
    width: min(458px, 100%);
    transform: translate(0, -22px);
  }

  .atme-section-regulatory__right.is-slide-globe .atme-section-regulatory__image {
    max-width: 439px;
    width: min(439px, 100%);
    transform: translate(22px, -25px);
  }

  .atme-section-regulatory__right.is-slide-notebook .atme-section-regulatory__image {
    max-width: 533px;
    width: min(533px, 100%);
    transform: translate(-32px, -13px);
  }

  .atme-accordion-item__title {
    font-size: 17px;
  }

  .atme-accordion-item__text {
    font-size: 14px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .atme-section-regulatory__right.is-slide-vault .atme-section-regulatory__image {
    transform: translate(0, -19px);
  }

  .atme-section-regulatory__right.is-slide-globe .atme-section-regulatory__image {
    transform: translate(19px, -21px);
  }

  .atme-section-regulatory__right.is-slide-notebook .atme-section-regulatory__image {
    transform: translate(-27px, -11px);
  }

  .atme-accordion-item__title {
    font-size: 17px;
  }

  .atme-accordion-item__text {
    font-size: 14px;
  }

  /* ---- Blockchain-agnostic ---- */
  .atme-section-blockchain__title {
    font-size: 43px;
  }

  .atme-section-blockchain__subtitle {
    font-size: 18px;
  }

  .atme-blockchain-card {
    padding: 24px;
    min-height: 280px;
  }

  .atme-blockchain-card__title {
    font-size: 18px;
  }

  .atme-blockchain-card__text {
    font-size: 14px;
  }

  /* ---- Ready to deploy ---- */
  .atme-section-deploy {
    padding: 95px var(--side-padding) 0;
  }

  .atme-section-deploy__inner {
    gap: 79px;
    padding-bottom: 95px;
  }

  .atme-section-deploy__title {
    font-size: 59px;
    width: 280px;
  }

  .atme-section-deploy__form-card {
    padding: 38px 38px 32px;
  }

  .atme-deploy-form {
    gap: 19px;
  }

  .atme-deploy-form__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .atme-deploy-form__grid2 {
    gap: 19px;
  }

  .atme-deploy-form__label {
    font-size: 13px;
  }

  .atme-deploy-form__input,
  .atme-deploy-form__textarea {
    padding: 11px 13px;
  }

  .atme-deploy-form__submit {
    padding: 10px 28px;
  }

  /* Как .atme-footer__bottom при max-width: 1200px (полная ширина вьюпорта) */
  .atme-section-deploy__divider {
    max-width: none;
    width: calc(100% + 2 * var(--side-padding));
    margin-left: calc(-1 * var(--side-padding));
    margin-right: calc(-1 * var(--side-padding));
    left: auto;
    transform: none;
  }
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 768px) {

  /* ---- Hero ---- */
  .atme-saas-hero {
    height: auto;
    padding: 55px 20px 48px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    background:
      linear-gradient(224.31deg, rgba(95, 25, 200, 0.8) 15.57%, rgba(95, 25, 200, 0) 97.48%),
      linear-gradient(90deg, #18134B 0%, #18134B 100%);
  }

  .atme-saas-hero__image {
    position: relative;
    width: 100%;
    height: 404px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    opacity: 1;
  }

  .atme-saas-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .atme-saas-hero__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    gap: 0;
    padding-top: 0;
    display: contents;
  }

  .atme-saas-hero__text {
    gap: 22px;
    padding-top: 0;
  }

  .atme-saas-hero .atme-btn-cta--light-violet {
    font-size: 22px;
    padding: 26px 34px;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 47px;
  }

  .atme-saas-hero__title {
    font-size: 42px;
    line-height: 1.1;
    color: #f6f6f6;
  }

  .atme-saas-hero__description {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 0;
    width: auto;
    max-width: 100%;
    color: #fff;
  }

  /* ---- Compliance ---- */
  .atme-section-compliance {
    padding: 80px 20px;
  }

  .atme-section-compliance__inner {
    flex-direction: column;
    gap: 40px;
  }

  .atme-section-compliance__left {
    width: 100%;
    text-align: center;
  }

  .atme-section-compliance__title {
    font-size: 42px;
  }

  .atme-section-compliance__subtitle {
    font-size: 18px;
  }

  .atme-section-compliance__right {
    gap: 12px;
  }

  .atme-compliance-card {
    gap: 16px;
    padding: 24px 20px;
  }

  .atme-compliance-card__icon {
    width: 40px;
    height: 40px;
  }

  .atme-compliance-card__icon-bg {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .atme-compliance-card__icon img {
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
  }

  .atme-compliance-card__title {
    font-size: 18px;
  }

  .atme-compliance-card__text {
    font-size: 16px;
  }

  /* ---- Platform (horizontal swipe) ---- */
  .atme-section-platform {
    padding: 80px 0;
    overflow: hidden;
  }

  .atme-section-platform__inner {
    gap: 40px;
    align-items: flex-start;
  }

  .atme-section-platform__title {
    font-size: 38px;
    padding: 0 20px;
  }

  .atme-platform-cards {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-left: 20px;
    gap: 20px;
    scroll-padding-left: 20px;
  }

  .atme-platform-cards::after {
    content: '';
    min-width: 20px;
    flex-shrink: 0;
  }

  .atme-platform-cards::-webkit-scrollbar {
    display: none;
  }

  .atme-platform-card {
    width: 266px;
    min-width: 266px;
    height: 437px;
    flex: none;
    scroll-snap-align: start;
    overflow: visible;
    position: relative;
  }

  .atme-platform-card__content {
    min-height: auto;
    padding: 24px 20px;
  }

  .atme-platform-card__title {
    font-size: 24px;
  }

  .atme-platform-card__text {
    font-size: 16px;
    line-height: 1.4;
  }

  .atme-platform-card__image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: auto;
  }

  .atme-platform-card__image img {
    width: 90%;
    transform: translateY(2%);
  }

  /* ---- Regulatory ---- */
  .atme-section-regulatory__inner {
    padding: 80px 20px 40px;
  }

  .atme-section-regulatory__title {
    font-size: 42px;
  }

  .atme-section-regulatory__header {
    gap: 24px;
    margin-bottom: 40px;
  }

  .atme-section-regulatory__header .atme-btn-cta {
    align-self: center;
  }

  body.atme-saas-landing-page .atme-btn-cta--sm {
    height: 50px;
    min-height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 35px;
  }

  .atme-section-regulatory__body {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .atme-section-regulatory__left {
    width: 100%;
    padding-bottom: 0;
  }

  .atme-section-regulatory__right {
    min-width: 0;
    width: 100%;
    height: auto;
    display: none;
  }

  .atme-accordion-item {
    gap: 12px;
    border-bottom: none;
  }

  .atme-accordion-item__dot {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .atme-accordion-item__dot-inner {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
  }

  .atme-accordion-item__title {
    font-size: 18px;
  }

  .atme-accordion-item__text {
    font-size: 16px;
  }

  .atme-accordion-item__image {
    display: none;
    width: calc(100% + 36px);
    max-width: none;
    height: 241px;
    margin: 12px auto 0 -36px;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
  }

  .atme-accordion-item--active .atme-accordion-item__image {
    display: block;
  }

  /* ---- Blockchain (horizontal swipe) ---- */
  .atme-section-blockchain {
    padding: 80px 0;
    overflow: hidden;
  }

  .atme-section-blockchain__header {
    padding: 0 20px;
  }

  .atme-section-blockchain__title {
    font-size: 42px;
  }

  .atme-section-blockchain__subtitle {
    font-size: 18px;
  }

  .atme-blockchain-cards {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-left: 20px;
    gap: 16px;
    scroll-padding-left: 20px;
  }

  .atme-blockchain-cards::after {
    content: '';
    min-width: 20px;
    flex-shrink: 0;
  }

  .atme-blockchain-cards::-webkit-scrollbar {
    display: none;
  }

  .atme-blockchain-card {
    box-sizing: border-box;
    width: 266px;
    min-width: 266px;
    flex: none;
    min-height: 275px;
    height: auto;
    scroll-snap-align: start;
    padding: 24px 20px;
    justify-content: flex-start;
    gap: 16px;
    overflow: hidden;
  }

  .atme-blockchain-card__content {
    flex: 1 1 auto;
    min-height: 0;
  }

  .atme-blockchain-card__title {
    font-size: 18px;
  }

  .atme-blockchain-card__text {
    font-size: 16px;
  }

  .atme-blockchain-card__icon {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .atme-blockchain-card__icon img {
    display: block;
    box-sizing: border-box;
  }

  /* ---- Deploy ---- */
  .atme-section-deploy {
    padding: 80px 20px 0;
  }

  .atme-section-deploy__inner {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 48px;
  }

  .atme-section-deploy__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  .atme-section-deploy__form-card {
    padding: 24px 20px;
    gap: 24px;
  }

  .atme-deploy-form__title {
    font-size: 22px;
    line-height: 1.4;
  }

  .atme-deploy-form__grid2 {
    grid-template-columns: 1fr;
  }

  .atme-deploy-form__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .atme-deploy-form__disclaimer {
    text-align: center;
    order: -1;
  }

  .atme-deploy-form__submit {
    width: 100%;
    text-align: center;
  }


  .atme-section-deploy__divider {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    left: auto;
    transform: none;
  }

  .atme-divider--saas {
    padding: 0 20px;
  }

  /* ============================================
     SaaS Hero: 90vh viewport scaling
     ============================================ */
  body.atme-saas-landing-page .atme-saas-hero {
    position: relative;
    height: 85vh;
    min-height: 600px;
    max-height: 900px;
    box-sizing: border-box;
    padding-top: clamp(32px, 6.5vh, 55px);
    padding-bottom: clamp(32px, 5.6vh, 48px);
    overflow: hidden;
  }

  body.atme-saas-landing-page .atme-saas-hero__text {
    gap: clamp(14px, 2.6vh, 22px);
    position: relative;
    z-index: 1;
  }

  body.atme-saas-landing-page .atme-saas-hero__title {
    font-size: clamp(32px, 4.9vh, 42px);
    max-width: 350px;
  }

  body.atme-saas-landing-page .atme-saas-hero__description {
    font-size: clamp(18px, 2.8vh, 24px);
    max-width: 340px;
  }

  body.atme-saas-landing-page .atme-saas-hero .atme-btn-cta--light-violet {
    height: clamp(54px, 7.9vh, 67px);
    min-height: clamp(54px, 7.9vh, 67px);
    font-size: clamp(18px, 2.8vh, 22px);
    padding: 0 clamp(24px, 4vw, 34px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    position: relative;
    z-index: 1;
  }

  body.atme-saas-landing-page .atme-saas-hero__image {
    position: absolute;
    bottom: clamp(0px, 1vh, 130px);
    left: 0;
    right: 0;
    width: 100%;
    height: clamp(300px, 40vh, 404px);
    margin: 0;
    z-index: 0;
  }

  body.atme-saas-landing-page .atme-saas-hero__image img {
    transform: scale(1.15);
    transform-origin: center center;
  }
}

@media (max-width: 430px) {
  body.atme-saas-landing-page .atme-saas-hero__title {
    font-size: 39px;
  }
}
