/**
 * PRYMADONA — Arrendamientos, texto exacto v3.2.
 * Compatible con el contenido de respaldo y con los widgets nativos de Elementor.
 */

.pma-arrendamientos-page {
  --pma-deep: #050505;
  --pma-navy: #111111;
  --pma-blue: #B68A2E;
  --pma-cyan: #D4AF37;
  --pma-ice: #F7F4EC;
  --pma-soft: #FBFAF7;
  --pma-text: #111111;
  --pma-muted: #5B554B;
  --pma-line: rgba(182,138,46, 0.16);
  --pma-shadow: 0 22px 60px rgba(5,5,5, 0.11);
  color: var(--pma-text);
  overflow-x: clip;
}

.pma-arrendamientos-page .entry-title,
.pma-arrendamientos-page .page-header {
  display: none;
}

.pma-arrendamientos-page main,
.pma-arrendamientos-page article,
.pma-arrendamientos-page .entry-content,
.pma-arrendamientos-page .elementor-page {
  max-width: none;
  margin: 0;
  padding: 0;
}

.pma-arrendamientos-page .pma-shell,
.pma-arrendamientos-page .pma-exact-hero > .elementor-container,
.pma-arrendamientos-page .pma-exact-section > .elementor-container,
.pma-arrendamientos-page .pma-exact-cta > .elementor-container {
  width: min(1160px, calc(100% - 48px));
  max-width: 1160px;
  margin-inline: auto;
}

.pma-arrendamientos-page .elementor-column {
  width: 100%;
}

.pma-arrendamientos-page .pma-exact-hero {
  position: relative;
  padding: clamp(104px, 11vw, 156px) 0 clamp(84px, 9vw, 126px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(212,175,55, 0.24), transparent 31%),
    radial-gradient(circle at 12% 92%, rgba(182,138,46, 0.18), transparent 32%),
    linear-gradient(135deg, var(--pma-deep), var(--pma-navy) 58%, #181818);
  overflow: hidden;
}

.pma-arrendamientos-page .pma-exact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(226,194,105, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226,194,105, 0.24) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.pma-arrendamientos-page .pma-exact-hero .pma-shell,
.pma-arrendamientos-page .pma-exact-hero > .elementor-container {
  position: relative;
  z-index: 1;
}

.pma-arrendamientos-page .pma-exact-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: block;
  padding: 0;
}

.pma-arrendamientos-page .pma-exact-hero h1,
.pma-arrendamientos-page .pma-hero-title .elementor-heading-title {
  max-width: 930px;
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.pma-arrendamientos-page .pma-exact-hero h2,
.pma-arrendamientos-page .pma-hero-kicker .elementor-heading-title {
  margin: 26px 0 0;
  color: var(--pma-cyan);
  font-family: inherit;
  font-size: clamp(25px, 3.2vw, 39px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.pma-arrendamientos-page .pma-exact-hero p,
.pma-arrendamientos-page .pma-exact-hero .elementor-widget-text-editor p {
  max-width: 790px;
  margin: 16px 0 0;
  color: rgba(247,244,236, 0.78);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.72;
}

.pma-arrendamientos-page .pma-exact-hero .pma-lead,
.pma-arrendamientos-page .pma-hero-lead p {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(19px, 2vw, 23px);
}

.pma-arrendamientos-page .pma-button,
.pma-arrendamientos-page .pma-primary-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
  padding: 16px 29px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pma-blue), var(--pma-cyan));
  box-shadow: 0 13px 32px rgba(182,138,46, 0.34);
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pma-arrendamientos-page .pma-button:hover,
.pma-arrendamientos-page .pma-button:focus-visible,
.pma-arrendamientos-page .pma-primary-button .elementor-button:hover,
.pma-arrendamientos-page .pma-primary-button .elementor-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 17px 38px rgba(182,138,46, 0.43);
  color: #111;
}

.pma-arrendamientos-page .pma-primary-button {
  width: auto;
  margin: 0;
}

.pma-arrendamientos-page .pma-exact-section {
  padding: clamp(82px, 9vw, 118px) 0;
  background: #fff;
}

.pma-arrendamientos-page .pma-exact-section:nth-of-type(odd),
.pma-arrendamientos-page .pma-benefits-section,
.pma-arrendamientos-page .pma-key-section {
  background: var(--pma-soft);
}

.pma-arrendamientos-page .pma-exact-section h2,
.pma-arrendamientos-page .pma-section-title .elementor-heading-title {
  max-width: 850px;
  margin: 0 0 40px;
  color: var(--pma-text);
  font-family: inherit;
  font-size: clamp(35px, 4.6vw, 55px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.pma-arrendamientos-page .pma-management-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
.pma-arrendamientos-page .pma-benefits-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
.pma-arrendamientos-page .pma-model-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
}

.pma-arrendamientos-page .pma-card-grid,
.pma-arrendamientos-page .pma-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pma-arrendamientos-page .pma-section-title,
.pma-arrendamientos-page .pma-management-section .pma-section-title,
.pma-arrendamientos-page .pma-benefits-section .pma-section-title,
.pma-arrendamientos-page .pma-model-section .pma-section-title,
.pma-arrendamientos-page .pma-contract-note,
.pma-arrendamientos-page .pma-wide-card {
  grid-column: 1 / -1;
}

.pma-arrendamientos-page :where(.pma-copy-card:not(.elementor-widget), .pma-copy-card.elementor-widget > .elementor-widget-container),
.pma-arrendamientos-page :where(.pma-process-card:not(.elementor-widget), .pma-process-card.elementor-widget > .elementor-widget-container) {
  position: relative;
  height: 100%;
  min-height: 160px;
  padding: 29px 30px 29px 82px;
  border: 1px solid var(--pma-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(5,5,5, 0.065);
}

.pma-arrendamientos-page .pma-copy-card.elementor-widget,
.pma-arrendamientos-page .pma-process-card.elementor-widget,
.pma-arrendamientos-page .pma-benefit-card.elementor-widget {
  margin: 0;
}

.pma-arrendamientos-page .pma-copy-card p,
.pma-arrendamientos-page .pma-process-card p {
  margin: 0;
  color: var(--pma-text);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
}

.pma-arrendamientos-page .pma-index {
  position: absolute;
  top: 28px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(212,175,55, 0.13);
  color: var(--pma-blue);
  font-size: 15px;
  font-weight: 850;
}

.pma-arrendamientos-page .pma-copy-card ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.pma-arrendamientos-page .pma-copy-card li {
  padding: 12px 14px;
  border: 1px solid rgba(182,138,46, 0.13);
  border-radius: 12px;
  background: var(--pma-soft);
  color: var(--pma-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.pma-arrendamientos-page :where(.pma-benefit-card:not(.elementor-widget), .pma-benefit-card.elementor-widget > .elementor-widget-container) {
  position: relative;
  height: 100%;
  min-height: 230px;
  padding: 35px;
  border: 1px solid rgba(226,194,105, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--pma-deep), var(--pma-navy));
  box-shadow: var(--pma-shadow);
}

.pma-arrendamientos-page .pma-plus {
  display: block;
  margin-bottom: 35px;
  color: var(--pma-cyan);
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.pma-arrendamientos-page .pma-benefit-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: inherit;
  font-size: 25px;
  font-weight: 750;
}

.pma-arrendamientos-page .pma-benefit-card p {
  margin: 0;
  color: rgba(247,244,236, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

.pma-arrendamientos-page .pma-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pma-arrendamientos-page .pma-contract-note,
.pma-arrendamientos-page .pma-contract-note .elementor-widget-container {
  margin-top: 22px;
}

.pma-arrendamientos-page .pma-contract-note p,
.pma-arrendamientos-page p.pma-contract-note {
  margin: 0;
  padding: 23px 26px;
  border-left: 4px solid var(--pma-cyan);
  border-radius: 0 15px 15px 0;
  background: var(--pma-ice);
  color: var(--pma-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.pma-arrendamientos-page .pma-key-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: start;
  padding: 0;
}

.pma-arrendamientos-page .pma-key-section .pma-section-title {
  grid-column: auto;
}

.pma-arrendamientos-page .pma-key-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pma-arrendamientos-page .pma-key-list li {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 54px;
  border: 1px solid var(--pma-line);
  border-radius: 15px;
  background: #fff;
  color: var(--pma-text);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

.pma-arrendamientos-page .pma-key-list li::before {
  content: "✓";
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(212,175,55, 0.14);
  color: var(--pma-blue);
  font-size: 13px;
  font-weight: 900;
}

.pma-arrendamientos-page .pma-exact-cta {
  padding: 62px 0 72px;
  text-align: center;
  background: linear-gradient(135deg, var(--pma-deep), var(--pma-navy));
}

.pma-arrendamientos-page .pma-exact-cta > .elementor-container > .elementor-column > .elementor-widget-wrap {
  display: flex;
  justify-content: center;
  padding: 0;
}

.pma-arrendamientos-page .pma-exact-cta .pma-button,
.pma-arrendamientos-page .pma-exact-cta .elementor-button {
  margin-top: 0;
}

@media (max-width: 900px) {
  .pma-arrendamientos-page .pma-management-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
  .pma-arrendamientos-page .pma-benefits-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
  .pma-arrendamientos-page .pma-model-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
  .pma-arrendamientos-page .pma-card-grid,
  .pma-arrendamientos-page .pma-benefits-grid,
  .pma-arrendamientos-page .pma-process-list,
  .pma-arrendamientos-page .pma-key-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  .pma-arrendamientos-page .pma-key-section .pma-section-title {
    margin-bottom: 0;
  }

  .pma-arrendamientos-page .pma-copy-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .pma-arrendamientos-page .pma-shell,
  .pma-arrendamientos-page .pma-exact-hero > .elementor-container,
  .pma-arrendamientos-page .pma-exact-section > .elementor-container,
  .pma-arrendamientos-page .pma-exact-cta > .elementor-container {
    width: min(100% - 30px, 1160px);
  }

  .pma-arrendamientos-page .pma-exact-hero {
    padding: 88px 0 76px;
  }

  .pma-arrendamientos-page .pma-exact-section {
    padding: 70px 0;
  }

  .pma-arrendamientos-page :where(.pma-copy-card:not(.elementor-widget), .pma-copy-card.elementor-widget > .elementor-widget-container),
  .pma-arrendamientos-page :where(.pma-process-card:not(.elementor-widget), .pma-process-card.elementor-widget > .elementor-widget-container) {
    min-height: 0;
    padding: 72px 23px 25px;
  }

  .pma-arrendamientos-page .pma-index {
    top: 22px;
    left: 22px;
  }

  .pma-arrendamientos-page .pma-copy-card ul {
    grid-template-columns: 1fr;
  }

  .pma-arrendamientos-page :where(.pma-benefit-card:not(.elementor-widget), .pma-benefit-card.elementor-widget > .elementor-widget-container) {
    min-height: 205px;
    padding: 29px;
  }
}
