/**
 * Tarjeta promo Figma (anuncio1) — equivalente visual al prototipo React 540×540.
 */
.home-page.home-coastal-pulse .home-figma-promo-react-root {
  width: 100%;
  min-height: 1px;
}

.home-page.home-coastal-pulse .home-figma-promo-slot {
  margin: 12px 0 0;
  padding: 0;
  container-type: inline-size;
  container-name: home-figma-promo;
}

.home-page.home-coastal-pulse .home-figma-promo-slot--middle {
  display: none;
  margin: 0 0 1.25rem;
}

.home-page.home-coastal-pulse .home-figma-promo-slot--left {
  margin: 0 0 12px;
  display: none;
}

.home-page.home-coastal-pulse .home-figma-promo-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 22px rgba(11, 28, 48, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-page.home-coastal-pulse .home-figma-promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(11, 28, 48, 0.14);
}

.home-page.home-coastal-pulse .home-figma-promo-orange {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 57.96%;
  background: #fb7121;
  border-bottom-left-radius: 4.63%;
}

.home-page.home-coastal-pulse .home-figma-promo-woman {
  position: absolute;
  left: 47.4%;
  top: 25.19%;
  width: 66.3%;
  height: 74.81%;
  overflow: hidden;
  pointer-events: none;
}

.home-page.home-coastal-pulse .home-figma-promo-woman img {
  position: absolute;
  width: 180.14%;
  height: 106.38%;
  left: -80.14%;
  top: -6.35%;
  max-width: none;
  object-fit: cover;
}

.home-page.home-coastal-pulse .home-figma-promo-content {
  position: absolute;
  inset: 5.56% 5.56% 5.56% 5.56%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
}

.home-page.home-coastal-pulse .home-figma-promo-hero {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 3.2cqi, 16px);
  width: 62%;
  max-width: 62%;
  min-width: 0;
  flex-shrink: 0;
}

.home-page.home-coastal-pulse .home-figma-promo-top {
  display: flex;
  align-items: center;
  min-height: 0;
}

.home-page.home-coastal-pulse .home-figma-promo-logo {
  width: clamp(28px, 9cqi, 40px);
  height: clamp(28px, 9cqi, 40px);
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.home-page.home-coastal-pulse .home-figma-promo-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(0.62rem, 3.2cqi, 0.8rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-page.home-coastal-pulse .home-figma-promo-copy {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  min-width: 0;
}

.home-page.home-coastal-pulse .home-figma-promo-title {
  margin: 0;
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(1rem, 6.8cqi, 1.42rem);
  font-weight: 800;
  line-height: 1.14;
  color: #fff;
  letter-spacing: -0.02em;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.home-page.home-coastal-pulse .home-figma-promo-sub {
  margin: 0;
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(0.72rem, 3.8cqi, 0.92rem);
  font-weight: 600;
  line-height: 1.32;
  color: rgba(255, 255, 255, 0.92);
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

.home-page.home-coastal-pulse .home-figma-promo-bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 4cqi, 18px);
  width: 78%;
  max-width: 78%;
  margin-top: auto;
  padding-top: clamp(8px, 2.5cqi, 14px);
}

.home-page.home-coastal-pulse .home-figma-promo-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45em;
}

.home-page.home-coastal-pulse .home-figma-promo-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(0.68rem, 3cqi, 0.88rem);
  font-weight: 500;
  line-height: 1.3;
  color: #2b2b2b;
  list-style: none;
}

.home-page.home-coastal-pulse .home-figma-promo-benefits__dot {
  flex-shrink: 0;
  width: 0.45em;
  height: 0.45em;
  margin-top: 0.45em;
  background: #fb7121;
  border-radius: 1px;
}

/* Solo markup estático legacy (sin clase __item) */
.home-page.home-coastal-pulse .home-figma-promo-benefits li:not(.home-figma-promo-benefits__item) {
  position: relative;
  padding-left: 1.1em;
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(0.68rem, 3cqi, 0.88rem);
  font-weight: 500;
  line-height: 1.3;
  color: #2b2b2b;
}

.home-page.home-coastal-pulse .home-figma-promo-benefits li:not(.home-figma-promo-benefits__item)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45em;
  height: 0.45em;
  background: #fb7121;
  border-radius: 1px;
}

.home-page.home-coastal-pulse .home-figma-promo-cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  position: relative;
  min-width: 46%;
  height: clamp(36px, 10.5cqi, 52px);
  padding: 0 52px 0 1.25rem;
  border-radius: 999px;
  background: #fb7121;
  box-sizing: border-box;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.home-page.home-coastal-pulse .home-figma-promo-card--hover .home-figma-promo-cta {
  box-shadow: 0 4px 14px rgba(251, 113, 33, 0.35);
}

.home-page.home-coastal-pulse .home-figma-promo-card--cta-hover .home-figma-promo-cta {
  background: #e56518;
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(251, 113, 33, 0.45);
}

.home-page.home-coastal-pulse .home-figma-promo-cta-label {
  font-family: var(--cp-font, 'Plus Jakarta Sans', Inter, sans-serif);
  font-size: clamp(0.78rem, 3.4cqi, 1rem);
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

.home-page.home-coastal-pulse .home-figma-promo-cta-icon {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(34px, 9cqi, 46px);
  height: clamp(34px, 9cqi, 46px);
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease, background 0.22s ease;
}

.home-page.home-coastal-pulse .home-figma-promo-card--cta-hover .home-figma-promo-cta-icon {
  transform: translateY(-50%) translateX(3px) scale(1.06);
  background: #fff7f2;
}

.home-page.home-coastal-pulse .home-figma-promo-cta-icon svg {
  transform: rotate(90deg);
  transition: transform 0.22s ease;
}

.home-page.home-coastal-pulse .home-figma-promo-card--cta-hover .home-figma-promo-cta-icon svg {
  transform: rotate(90deg) translateY(-2px);
}

@media (max-width: 1279px) {
  /* Sin columna izquierda sticky: fallback en el centro, alineado a la izquierda */
  .home-page.home-coastal-pulse .home-figma-promo-slot--left {
    display: none !important;
  }

  .home-page.home-coastal-pulse .home-middle-col > .home-figma-promo-slot--fallback,
  .home-page.home-coastal-pulse .home-figma-promo-slot--middle {
    display: block;
    width: 100%;
  }

  .home-page.home-coastal-pulse .home-figma-promo-slot--middle .home-figma-promo-card,
  .home-page.home-coastal-pulse .home-figma-promo-slot--fallback .home-figma-promo-card {
    max-width: min(420px, 100%);
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .home-page.home-coastal-pulse .home-figma-promo-slot--left {
    display: block;
  }

  .home-page.home-coastal-pulse .home-figma-promo-slot--middle,
  .home-page.home-coastal-pulse .home-figma-promo-slot--fallback,
  .home-page.home-coastal-pulse .home-figma-promo-slot--sidebar {
    display: none !important;
  }
}

body.home-theme-dark .home-page.home-coastal-pulse .home-figma-promo-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.4);
}

body.home-theme-dark .home-page.home-coastal-pulse .home-figma-promo-benefits li {
  color: #e2e8f0;
}
