/* Ajustes de espaciado interno para la landing de Migración web.
   Se limita a separar elementos ya existentes sin tocar estructura ni copy. */

.pdmig-kicker {
  margin-bottom: clamp(24px, 2.6vw, 34px);
}

.pdmig-heading {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.pdmig-text {
  margin-bottom: clamp(34px, 3.6vw, 48px);
}

.pdmig-band {
  padding-top: clamp(108px, 9vw, 146px);
  padding-bottom: clamp(108px, 9vw, 146px);
}

.pdmig-trust .pdmig-split {
  align-items: center;
  gap: clamp(76px, 8vw, 118px);
}

.pdmig-trust .pdmig-kicker {
  margin-bottom: 34px;
}

.pdmig-trust .pdmig-heading {
  margin-bottom: 32px;
}

.pdmig-trust .pdmig-text {
  max-width: 620px;
  margin-bottom: 34px;
}

.pdmig-inline-cta {
  margin-top: 6px;
}

.pdmig-proof-grid {
  gap: clamp(26px, 3vw, 38px);
}

.pdmig-proof-card {
  padding: clamp(38px, 4vw, 52px);
}

.pdmig-proof-card span,
.pdmig-steps span {
  margin-bottom: 28px;
}

.pdmig-proof-card h3,
.pdmig-steps h3 {
  margin-bottom: 22px;
}

.pdmig-platforms .pdmig-split--reverse {
  gap: clamp(78px, 8vw, 120px);
}

.pdmig-platforms .pdmig-kicker,
.pdmig-seo .pdmig-kicker,
.pdmig-price .pdmig-kicker {
  margin-bottom: 30px;
}

.pdmig-platforms .pdmig-heading,
.pdmig-seo .pdmig-heading,
.pdmig-price .pdmig-heading {
  margin-bottom: 32px;
}

.pdmig-platforms .pdmig-text,
.pdmig-seo .pdmig-text,
.pdmig-price .pdmig-text {
  margin-bottom: 38px;
}

.pdmig-tags {
  gap: 18px 20px;
  margin-bottom: 54px;
}

.pdmig-platforms .pdmig-action,
.pdmig-price .pdmig-action,
.pdmig-seo .pdmig-action {
  margin-top: 6px;
}

.pdmig-price .pdmig-price__grid {
  align-items: center;
  gap: clamp(72px, 8vw, 110px);
}

.pdmig-price-card {
  padding: clamp(46px, 4.8vw, 62px);
}

.pdmig-price-card strong {
  margin-top: 18px;
  margin-bottom: 18px;
}

.pdmig-price-card p {
  margin-top: 34px;
}

.pdmig-process .pdmig-kicker,
.pdmig-includes .pdmig-kicker,
.pdmig-faq .pdmig-kicker {
  margin-bottom: 34px;
}

.pdmig-process .pdmig-heading,
.pdmig-includes .pdmig-heading,
.pdmig-faq .pdmig-heading {
  margin-bottom: 0;
}

.pdmig-steps {
  gap: clamp(26px, 3vw, 38px);
  margin-top: clamp(68px, 7vw, 94px);
  margin-bottom: clamp(54px, 5.4vw, 72px);
}

.pdmig-steps article {
  padding: clamp(34px, 3.6vw, 48px);
}

.pdmig-seo .pdmig-split {
  gap: clamp(78px, 8vw, 118px);
}

.pdmig-checks {
  gap: 22px;
  margin-bottom: 54px;
}

.pdmig-checks li {
  padding-left: 42px;
}

.pdmig-checks li::before {
  top: 0;
}

.pdmig-includes__grid {
  gap: 20px;
  margin-top: clamp(64px, 6.4vw, 86px);
  margin-bottom: clamp(56px, 5.4vw, 74px);
}

.pdmig-includes__grid span {
  min-height: 64px;
  padding: 18px 22px;
}

.pdmig-faq__list {
  gap: 22px;
  margin-top: clamp(64px, 6.4vw, 86px);
}

.pdmig-faq__list summary {
  padding: 28px 32px;
}

.pdmig-faq__list p {
  padding: 0 32px 32px;
}

.pdmig-form-section {
  padding-top: clamp(112px, 9vw, 150px);
  padding-bottom: clamp(112px, 9vw, 150px);
}

.pdmig-form-section__grid {
  gap: clamp(78px, 8vw, 118px);
}

.pdmig-form-section .pdmig-kicker {
  margin-bottom: 34px;
}

.pdmig-form-section .pdmig-heading {
  margin-bottom: 34px;
}

.pdmig-form-section .pdmig-text {
  margin-bottom: 44px;
}

.pdmig-contact-strip {
  gap: 18px;
}

.pdmig-contact-strip a {
  min-height: 54px;
  padding: 14px 22px;
}

@media (max-width: 980px) {
  .pdmig-band,
  .pdmig-form-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .pdmig-trust .pdmig-split,
  .pdmig-platforms .pdmig-split--reverse,
  .pdmig-price .pdmig-price__grid,
  .pdmig-seo .pdmig-split,
  .pdmig-form-section__grid {
    gap: 56px;
  }

  .pdmig-proof-grid,
  .pdmig-steps,
  .pdmig-includes__grid {
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .pdmig-band,
  .pdmig-form-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pdmig-kicker,
  .pdmig-trust .pdmig-kicker,
  .pdmig-platforms .pdmig-kicker,
  .pdmig-price .pdmig-kicker,
  .pdmig-seo .pdmig-kicker,
  .pdmig-process .pdmig-kicker,
  .pdmig-includes .pdmig-kicker,
  .pdmig-faq .pdmig-kicker,
  .pdmig-form-section .pdmig-kicker {
    margin-bottom: 24px;
  }

  .pdmig-heading,
  .pdmig-trust .pdmig-heading,
  .pdmig-platforms .pdmig-heading,
  .pdmig-price .pdmig-heading,
  .pdmig-seo .pdmig-heading,
  .pdmig-form-section .pdmig-heading {
    margin-bottom: 24px;
  }

  .pdmig-text,
  .pdmig-trust .pdmig-text,
  .pdmig-platforms .pdmig-text,
  .pdmig-price .pdmig-text,
  .pdmig-seo .pdmig-text,
  .pdmig-form-section .pdmig-text {
    margin-bottom: 32px;
  }

  .pdmig-proof-card,
  .pdmig-steps article,
  .pdmig-price-card {
    padding: 28px;
  }

  .pdmig-proof-card span,
  .pdmig-steps span {
    margin-bottom: 20px;
  }

  .pdmig-proof-card h3,
  .pdmig-steps h3 {
    margin-bottom: 16px;
  }

  .pdmig-tags,
  .pdmig-checks,
  .pdmig-steps,
  .pdmig-includes__grid,
  .pdmig-faq__list {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
