:root {
  --rose-50: #fff6fa;
  --rose-75: #fdeef4;
  --rose-100: #f8e0ea;
  --rose-200: #efc6d8;
  --rose-300: #dd95b5;
  --rose-400: #c96e99;
  --rose-500: #b55786;
  --rose-600: #9f456f;
  --rose-700: #712b51;
  --ink: #43253f;
  --ink-soft: #6f6276;
  --mint: #b7ead9;
  --peach: #ffd8c8;
  --lilac: #e8d8ff;
  --dark: #111018;
  --dark-2: #1b1825;
  --line: rgba(113, 43, 81, 0.10);
  --shadow-xl: 0 35px 80px rgba(83, 31, 58, 0.16);
  --shadow-lg: 0 20px 50px rgba(83, 31, 58, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff8fb 0%, #fff2f8 100%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
.section { position: relative; padding: 110px 0; overflow: hidden; }
.container { position: relative; z-index: 2; }
.fx-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }

.skip-link {
  position: absolute; left: -999px; top: -999px; background: #fff; color: var(--ink);
  padding: 10px 14px; border-radius: 12px; z-index: 3000;
}
.skip-link:focus { left: 16px; top: 16px; }

/* =========================
   PRELOADER HOJAS / BONITA TU INVITACIÓN
========================= */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at top, #fffdfd 0%, #fff7fa 32%, #fdf0f5 72%, #f8e6ef 100%);
  backdrop-filter: blur(20px);
  transition: opacity .60s ease, visibility .60s ease;
}

#preloader::before,
#preloader::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

#preloader::before {
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(255,255,255,.92) 0%, rgba(248, 216, 230, .55) 45%, rgba(248, 216, 230, 0) 74%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(10px);
}

#preloader::after {
  width: 1100px;
  height: 1100px;
  background:
    radial-gradient(circle, rgba(223, 170, 193, .12) 0%, rgba(223, 170, 193, 0) 65%);
  top: -22%;
  right: -12%;
  animation: loaderHalo 8s linear infinite;
}

#preloader.preloader-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.preloader-active {
  overflow: hidden;
}

.loader-card {
  position: relative;
  z-index: 2;
  width: min(320px, calc(100vw - 34px));
  min-height: 360px;
  padding: 36px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,250,252,.98) 100%);
  border: 1px solid rgba(181, 87, 134, 0.10);
  box-shadow:
    0 30px 70px rgba(67, 37, 63, 0.14),
    0 10px 25px rgba(67, 37, 63, 0.08),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.loader-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  border: 1px solid rgba(181, 87, 134, 0.08);
  pointer-events: none;
}

.loader-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 6px;
  border-radius: 999px;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(244, 214, 225, 0) 0%, rgba(218, 120, 160, .34) 50%, rgba(244, 214, 225, 0) 100%);
}

.loader-ornament {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.loader-ornament span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(237, 192, 211, .8) 45%, rgba(237,192,211,.3) 100%);
  box-shadow: 0 0 20px rgba(215, 125, 163, .24);
  animation: loaderSparkle 3.2s ease-in-out infinite;
}

.loader-ornament span:nth-child(1) { top: 56px; left: 50px; animation-delay: .1s; }
.loader-ornament span:nth-child(2) { top: 82px; right: 54px; animation-delay: .55s; }
.loader-ornament span:nth-child(3) { bottom: 86px; left: 56px; animation-delay: 1.1s; }
.loader-ornament span:nth-child(4) { bottom: 62px; right: 58px; animation-delay: 1.6s; }

.leaf-loader {
  position: relative;
  width: 136px;
  height: 136px;
  margin-top: 8px;
  animation: leafSpin 1.55s linear infinite;
}

.leaf-loader::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.92) 0%, rgba(255, 239, 245, .55) 60%, rgba(255,255,255,0) 100%);
  box-shadow: inset 0 0 0 1px rgba(181, 87, 134, .05);
}

.leaf {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 46px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg, #d85f75 0%, #ef9eac 100%);
  transform-origin: 50% 66px;
  opacity: .22;
  filter: drop-shadow(0 6px 8px rgba(181, 87, 134, .10));
}

.leaf-1 { transform: translate(-50%, -100%) rotate(0deg); opacity: 1; }
.leaf-2 { transform: translate(-50%, -100%) rotate(45deg); opacity: .84; }
.leaf-3 { transform: translate(-50%, -100%) rotate(90deg); opacity: .70; }
.leaf-4 { transform: translate(-50%, -100%) rotate(135deg); opacity: .56; }
.leaf-5 { transform: translate(-50%, -100%) rotate(180deg); opacity: .44; }
.leaf-6 { transform: translate(-50%, -100%) rotate(225deg); opacity: .34; }
.leaf-7 { transform: translate(-50%, -100%) rotate(270deg); opacity: .26; }
.leaf-8 { transform: translate(-50%, -100%) rotate(315deg); opacity: .18; }

@keyframes leafSpin {
  to { transform: rotate(360deg); }
}

@keyframes loaderSparkle {
  0%, 100% { transform: scale(.7) translateY(0); opacity: .42; }
  50% { transform: scale(1.12) translateY(-7px); opacity: 1; }
}

@keyframes loaderHalo {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.loader-brand {
  margin: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2.15rem, 7vw, 3rem);
  color: #b55786;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: .01em;
  text-shadow: 0 2px 10px rgba(181, 87, 134, .10);
}

#typedBrand {
  white-space: nowrap;
}

.typing-caret {
  display: inline-block;
  margin-left: 4px;
  color: #b55786;
  animation: blinkCaret .8s infinite;
  font-family: inherit;
}

.loader-subtitle {
  margin: -2px 0 0;
  font-size: .86rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(159, 69, 111, .72);
  font-weight: 700;
}

.loader-line {
  width: 110px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(181, 87, 134, 0) 0%, rgba(181, 87, 134, .85) 50%, rgba(181, 87, 134, 0) 100%);
}

.loader-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loader-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3a1bc;
  animation: dotPulse 1.2s infinite ease-in-out;
}

.loader-dots span:nth-child(2) { animation-delay: .15s; }
.loader-dots span:nth-child(3) { animation-delay: .30s; }
.loader-dots span:nth-child(4) { animation-delay: .45s; }

@keyframes dotPulse {
  0%, 100% { transform: translateY(0) scale(.82); opacity: .42; }
  50% { transform: translateY(-5px) scale(1.08); opacity: 1; }
}

@keyframes blinkCaret {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (max-width: 767px) {
  #preloader::before {
    width: 460px;
    height: 460px;
  }

  .loader-card {
    width: min(286px, calc(100vw - 26px));
    min-height: 328px;
    padding: 30px 20px 24px;
    gap: 14px;
    border-radius: 20px;
  }

  .loader-card::after {
    width: 88px;
  }

  .leaf-loader {
    width: 118px;
    height: 118px;
  }

  .leaf {
    width: 18px;
    height: 40px;
    transform-origin: 50% 58px;
  }

  .loader-brand {
    min-height: 40px;
    font-size: clamp(1.95rem, 9vw, 2.65rem);
  }

  .loader-subtitle {
    font-size: .74rem;
    letter-spacing: .14em;
  }

  .loader-ornament span:nth-child(1) { top: 54px; left: 34px; }
  .loader-ornament span:nth-child(2) { top: 76px; right: 36px; }
  .loader-ornament span:nth-child(3) { bottom: 80px; left: 38px; }
  .loader-ornament span:nth-child(4) { bottom: 58px; right: 40px; }
}

.topbar {
  background: linear-gradient(90deg, #b65e88, #d889ad); color: #fff; padding: 10px 0; font-size: .94rem;
}
.topbar-link { color: #fff; font-weight: 600; }
.topbar-link i { margin-right: 8px; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.topbar-actions a { color: #fff; font-size: 1rem; }
.lang-control {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 999px;
  background: rgba(255,255,255,.18); color: #fff; font-weight: 600;
}
.lang-control select { background: transparent; border: 0; color: #fff; font-weight: 700; outline: 0; }
.lang-control option { color: #222; }

.site-header {
  position: sticky; top: 0; z-index: 1200; backdrop-filter: blur(16px);
  background: rgba(255, 250, 252, 0.87); border-bottom: 1px solid rgba(181,87,134,.08);
}
.navbar { padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark--logo {
  width: 54px; height: 54px; display: grid; place-items: center; background: #fff; border-radius: 50%;
  box-shadow: 0 12px 28px rgba(181,87,134,.12); overflow: hidden;
}
.brand-mark--logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-script { font-family: 'Great Vibes', cursive; font-size: 2rem; color: var(--rose-500); }
.brand-domain { font-size: 1.55rem; font-weight: 800; color: var(--ink); }
.navbar .nav-link {
  color: var(--ink); font-weight: 700; padding: 10px 14px !important; border-radius: 999px; transition: .25s ease;
}
.navbar .nav-link:hover { color: var(--rose-500); background: rgba(181,87,134,.08); }
.navbar-toggler { border: 0; box-shadow: none !important; }
.navbar-toggler-icon { background-image: none; width: 28px; height: 2px; background: var(--ink); position: relative; }
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  content: ''; position: absolute; left: 0; width: 28px; height: 2px; background: var(--ink);
}
.navbar-toggler-icon::before { top: -8px; }
.navbar-toggler-icon::after { top: 8px; }
.nav-cart { display: inline-flex; align-items: center; gap: 10px; position: relative; }
.nav-cart b {
  width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--mint);
  color: var(--ink); font-size: .78rem; font-weight: 900;
}

.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 9px 15px;
  border-radius: 999px; background: rgba(181,87,134,.10); color: var(--rose-600);
  font-size: .82rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.kicker--light { background: rgba(255,255,255,.08); color: #f7bfd6; }
.section-title {
  font-family: 'Playfair Display', serif; font-size: clamp(2.25rem, 4vw, 4.6rem); line-height: .98; letter-spacing: -.03em;
  color: var(--ink); margin-bottom: 16px; font-weight: 800;
}
.section-title--left { max-width: 690px; }
.section-title--light { color: #fff5fb; }
.section-text { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.85; max-width: 760px; }
.section-text--light { color: rgba(255,255,255,.76); }
.section-heading { margin-bottom: 42px; }
.section-heading .section-text { max-width: 780px; }

.btn { border-radius: 999px; font-weight: 800; padding: 14px 26px; }
.btn-primary-custom {
  background: linear-gradient(135deg, var(--rose-500), var(--rose-400)); border: 0; color: #fff;
  box-shadow: 0 18px 36px rgba(181,87,134,.26);
}
.btn-primary-custom:hover { color: #fff; transform: translateY(-2px); }
.btn-glass {
  background: rgba(255,255,255,.7); border: 1px solid rgba(181,87,134,.14); color: var(--ink);
  backdrop-filter: blur(8px);
}
.btn-soft {
  background: #fff; color: var(--ink); border: 1px solid rgba(181,87,134,.08);
  box-shadow: 0 10px 22px rgba(34,20,32,.06);
}
.btn-outline-light-custom {
  color: #fff; border: 1px solid rgba(255,255,255,.46); background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.btn-outline-light-custom:hover { background: #fff; color: var(--ink); }
.btn-light-pill {
  background: #fff; color: #7c5bf6; border-radius: 999px; font-weight: 900; padding: 14px 30px;
}
.btn-light-pill:hover { color: #7c5bf6; transform: translateY(-2px); }

.hero-luxe {
  min-height: calc(100vh - 108px); display: flex; align-items: center;
  background: radial-gradient(circle at 8% 24%, rgba(221,149,181,.44), transparent 26%),
              radial-gradient(circle at 90% 80%, rgba(183,234,217,.24), transparent 22%),
              linear-gradient(120deg, #f9e8f1 0%, #f8edf3 40%, #fdf5f9 72%, #fdfbfc 100%);
}
.hero-luxe::after {
  content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(120,64,94,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(120,64,94,.045) 1px, transparent 1px);
  background-size: 58px 58px; opacity: .5; pointer-events: none;
}
.hero-luxe__container { padding-top: 80px; padding-bottom: 80px; }
.hero-luxe__title {
  font-family: 'Playfair Display', serif; color: var(--rose-700); font-size: clamp(3rem, 5.7vw, 6.2rem);
  line-height: .94; letter-spacing: -.05em; margin-bottom: 22px; max-width: 760px;
}
.hero-luxe__text { color: var(--ink-soft); font-size: 1.1rem; line-height: 1.9; max-width: 640px; }
.hero-luxe__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-luxe__chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.hero-luxe__chips span {
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.62); border: 1px solid rgba(181,87,134,.10); color: var(--ink); font-weight: 700;
}
.hero-luxe__visual { position: relative; min-height: 660px; display: grid; place-items: center; }
.hero-luxe__frame {
  position: relative; width: min(430px, 88vw); padding: 18px; border-radius: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.28));
  box-shadow: var(--shadow-xl); backdrop-filter: blur(8px);
}
.hero-luxe__frame::before {
  content: ''; position: absolute; inset: -18px; border-radius: 48px;
  background: radial-gradient(circle at 70% 40%, rgba(255,255,255,.48), transparent 45%), linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0));
  z-index: -1; filter: blur(2px);
}
.hero-carousel { overflow: visible; }
.hero-phone-img { width: 100%; height: auto; filter: drop-shadow(0 26px 50px rgba(49,27,42,.16)); animation: floatSlow 8s ease-in-out infinite; }
.hero-image-indicators { bottom: -22px; margin-bottom: 0; }
.hero-image-indicators [data-bs-target] { width: 28px; height: 4px; border-radius: 999px; border: 0; background: rgba(181,87,134,.28); opacity: 1; }
.hero-image-indicators .active { width: 40px; background: var(--rose-500); }
.hero-note-card {
  position: absolute; right: -26px; bottom: 86px; width: 320px; padding: 24px 26px; border-radius: 28px;
  background: rgba(255,255,255,.92); box-shadow: 0 25px 50px rgba(74,35,57,.12); border: 1px solid rgba(181,87,134,.10);
  animation: driftY 6.2s ease-in-out infinite;
}
.hero-note-card span { display: block; color: var(--rose-500); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .85rem; margin-bottom: 8px; }
.hero-note-card strong { font-size: 1.05rem; line-height: 1.3; color: var(--ink); display: block; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .5; pointer-events: none; }
.hero-orb--a { width: 220px; height: 220px; left: -50px; top: 90px; background: rgba(214,122,164,.28); animation: driftY 10s ease-in-out infinite; }
.hero-orb--b { width: 180px; height: 180px; right: 120px; bottom: 80px; background: rgba(183,234,217,.26); animation: driftY 12s ease-in-out infinite reverse; }
.hero-orb--c { width: 120px; height: 120px; left: 38%; top: 16%; background: rgba(255,216,200,.22); animation: driftY 9s ease-in-out infinite; }
.delivery-note {
  margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; padding: 14px 18px; border-radius: 18px;
  background: rgba(255,255,255,.66); border: 1px solid rgba(181,87,134,.10); color: var(--ink); font-weight: 600;
}
.delivery-note__icon {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(181,87,134,.12); color: var(--rose-500);
}

.poetic-section { background: linear-gradient(180deg, #fff7fb 0%, #fff4fa 100%); }
.poetic-panel {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; padding: 32px;
  border-radius: 40px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,246,250,.70));
  box-shadow: var(--shadow-lg); border: 1px solid rgba(181,87,134,.10);
}
.poetic-gallery { position: relative; min-height: 470px; }
.poetic-gallery__item {
  position: absolute; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow-lg); background: #fff;
  border: 1px solid rgba(181,87,134,.10);
}
.poetic-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.poetic-gallery__item:hover img { transform: scale(1.05); }
.poetic-gallery__item--a { width: 58%; height: 330px; left: 0; top: 60px; animation: floatSlow 8s ease-in-out infinite; }
.poetic-gallery__item--b { width: 42%; height: 220px; right: 0; top: 0; animation: driftY 7s ease-in-out infinite; }
.poetic-gallery__item--c { width: 48%; height: 210px; right: 4%; bottom: 0; animation: driftY 9s ease-in-out infinite reverse; }

.dark-theme { background: linear-gradient(180deg, #13121b 0%, #111018 100%); }
.story-layout { display: grid; grid-template-columns: .96fr 1.04fr; gap: 42px; align-items: center; }
.story-feature-list { display: grid; gap: 18px; margin-top: 30px; }
.story-feature {
  display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 18px 18px 18px 12px; border-radius: 24px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
}
.story-feature span {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(202,110,153,.92), rgba(159,69,111,.92));
  color: #fff; font-weight: 900; font-size: 1rem;
}
.story-feature h3 { color: #fff; font-size: 1.18rem; margin: 0 0 6px; }
.story-feature p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.story-stack { position: relative; min-height: 610px; }
.story-card {
  position: absolute; overflow: hidden; border-radius: 32px; background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.07);
}
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.story-card:hover img { transform: scale(1.05); }
.story-card--main { width: 54%; height: 530px; left: 18%; top: 30px; animation: floatSlow 7s ease-in-out infinite; }
.story-card--top { width: 34%; height: 200px; right: 0; top: 0; animation: driftY 8s ease-in-out infinite; }
.story-card--bottom { width: 36%; height: 220px; left: 0; bottom: 40px; animation: driftY 9s ease-in-out infinite reverse; }

.catalog-editorial { background: linear-gradient(180deg, #fff8fb 0%, #fff2f8 100%); }
.catalog-editorial-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 16px;
}
.catalog-editorial-card {
  position: relative; min-height: 560px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-lg);
  isolation: isolate; border: 1px solid rgba(181,87,134,.12);
}
.catalog-editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.catalog-editorial-card:hover img { transform: scale(1.08); }
.catalog-editorial-card__overlay {
  position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,10,18,.04) 0%, rgba(20,10,18,.15) 26%, rgba(20,10,18,.72) 100%);
}
.catalog-editorial-card__content {
  position: absolute; inset: auto 0 0 0; padding: 28px; color: #fff;
}
.catalog-id {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  background: rgba(255,255,255,.16); backdrop-filter: blur(8px); color: #fff; margin-bottom: 12px;
}
.catalog-editorial-card small { display: block; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.78); font-weight: 700; margin-bottom: 10px; }
.catalog-editorial-card h3 {
  font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.1vw, 2.6rem); line-height: 1; margin-bottom: 14px;
}
.catalog-editorial-card p { color: rgba(255,255,255,.84); line-height: 1.7; margin-bottom: 18px; }

.promo-section { background: #0f0d15; }
.promo-stage {
  position: relative; min-height: 620px; display: grid; place-items: center; margin-bottom: 34px;
}
.promo-card {
  position: relative; z-index: 3; width: min(560px, 92vw); padding: 36px 30px; border-radius: 34px; text-align: center;
  background: linear-gradient(135deg, #8b66f6 0%, #a26cff 35%, #b55786 100%); color: #fff; box-shadow: 0 30px 80px rgba(88, 51, 150, .38);
}
.promo-card span { display: block; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 10px; opacity: .94; }
.promo-card h2 { font-size: clamp(4rem, 8vw, 7rem); font-weight: 900; line-height: .88; margin-bottom: 10px; }
.promo-card p { font-size: 1.2rem; margin-bottom: 22px; }
.promo-stage__visual {
  position: absolute; overflow: hidden; border-radius: 26px; box-shadow: 0 30px 60px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.08);
}
.promo-stage__visual img { width: 100%; height: 100%; object-fit: cover; }
.promo-stage__visual--one { width: 320px; height: 380px; left: 7%; top: 12%; animation: driftY 8s ease-in-out infinite; }
.promo-stage__visual--two { width: 300px; height: 330px; right: 9%; top: 18%; animation: driftY 7s ease-in-out infinite reverse; }
.promo-stage__visual--three { width: 280px; height: 210px; left: 25%; bottom: 8%; animation: floatSlow 8s ease-in-out infinite; }
.promo-phrase {
  max-width: 880px; margin: 0 auto; text-align: center; color: rgba(255,255,255,.92);
}
.promo-phrase blockquote {
  font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.4vw, 2.55rem); line-height: 1.35; margin: 0;
}

.packages-editorial { background: linear-gradient(180deg, #fff4f8 0%, #fffafc 100%); }
.delivery-strip {
  display: flex; gap: 12px; align-items: center; justify-content: center; margin: 0 auto 28px; max-width: 760px;
  padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.84); border: 1px solid rgba(181,87,134,.12); color: var(--ink); font-weight: 700;
}
.delivery-strip i { color: var(--rose-500); }
.packages-editorial-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; align-items: stretch;
}
.package-showcase {
  position: relative; border-radius: 32px; overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); border: 1px solid rgba(181,87,134,.10);
  display: flex; flex-direction: column;
}
.package-showcase__media { height: 280px; overflow: hidden; }
.package-showcase__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.package-showcase:hover .package-showcase__media img { transform: scale(1.08); }
.package-showcase__body { padding: 28px; display: flex; flex-direction: column; height: 100%; }
.package-badge {
  display: inline-flex; margin: 10px 0 14px; padding: 8px 12px; border-radius: 999px; background: rgba(181,87,134,.10); color: var(--rose-600); font-weight: 800;
}
.package-showcase h3 { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 10px; }
.package-showcase p { color: var(--ink-soft); line-height: 1.75; margin-bottom: 16px; }
.package-showcase ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 10px; }
.package-showcase li { position: relative; padding-left: 24px; color: var(--ink); line-height: 1.55; }
.package-showcase li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 0; color: var(--rose-500); }
.package-showcase .btn { margin-top: auto; }
.package-showcase--featured { transform: translateY(-10px); }
.featured-label {
  position: absolute; top: 18px; right: 18px; z-index: 2; background: linear-gradient(135deg, var(--rose-500), var(--rose-400)); color: #fff;
  padding: 10px 14px; border-radius: 999px; font-weight: 800; box-shadow: 0 16px 30px rgba(181,87,134,.20);
}

.quote-section { padding: 120px 0; }
.quote-wrap {
  max-width: 900px; margin: 0 auto; text-align: center; color: #fff; position: relative; padding: 28px 20px;
}
.quote-wrap::before, .quote-wrap::after {
  content: '“'; position: absolute; font-family: 'Playfair Display', serif; font-size: 8rem; color: rgba(255,255,255,.08); line-height: 1;
}
.quote-wrap::before { left: 0; top: 0; }
.quote-wrap::after { content: '”'; right: 0; bottom: -10px; }
.quote-wrap blockquote {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.5; margin: 0 auto 20px; max-width: 760px;
}
.quote-wrap span { color: rgba(255,255,255,.82); font-weight: 600; }

.home-contact {
  background: linear-gradient(180deg, #fff6fa 0%, #fefcff 100%);
}
.home-contact__wrapper {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 32px; align-items: start;
}
.home-contact__content, .home-contact__form {
  position: relative; padding: 32px; border-radius: 34px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-lg); border: 1px solid rgba(181,87,134,.10);
}
.home-contact__kicker { color: var(--rose-500); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; }
.home-contact__title {
  font-family: 'Playfair Display', serif; font-size: clamp(2.05rem, 3vw, 3.6rem); line-height: 1; margin-bottom: 16px;
}
.home-contact__text { color: var(--ink-soft); line-height: 1.82; }
.home-contact__cards { display: grid; gap: 18px; margin-top: 26px; }
.home-contact__card {
  display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 18px; border-radius: 22px; background: rgba(181,87,134,.05); border: 1px solid rgba(181,87,134,.08);
}
.home-contact__icon {
  width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, var(--rose-500), var(--rose-400)); font-size: 1.4rem;
}
.home-contact__card-content h3 { margin: 0 0 4px; font-size: 1.1rem; }
.home-contact__card-content p, .home-contact__card-content a { margin: 0; color: var(--ink-soft); font-weight: 600; }
.home-contact__form label { display: block; margin-bottom: 8px; font-weight: 700; color: var(--ink); }
.form-control, .form-select {
  border-radius: 16px; border: 1px solid rgba(113,43,81,.12); min-height: 54px; padding: 12px 16px; box-shadow: none !important;
}
.form-control:focus, .form-select:focus { border-color: rgba(181,87,134,.42); }
textarea.form-control { min-height: 160px; resize: vertical; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.form-alert {
  margin-bottom: 14px; padding: 14px 16px; border-radius: 16px; background: rgba(183,234,217,.44); color: var(--ink); font-weight: 700;
}
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.site-footer {
  padding: 24px 0; background: #fff; border-top: 1px solid rgba(113,43,81,.08);
}
.site-footer p { margin: 0; color: var(--ink-soft); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: var(--ink); font-weight: 700; }

.scroll-top {
  position: fixed; right: 22px; bottom: 110px; width: 56px; height: 56px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.94); color: var(--rose-500); box-shadow: 0 18px 40px rgba(56,25,44,.15);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; z-index: 1100;
}
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

.chatbot { position: fixed; right: 22px; bottom: 22px; z-index: 1300; }
.chatbot-toggle {
  border: 0; background: linear-gradient(135deg, var(--rose-500), var(--rose-400)); color: #fff; border-radius: 999px; padding: 16px 20px;
  font-weight: 800; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 20px 40px rgba(181,87,134,.26);
}
.chatbot-window {
  width: 360px; max-width: calc(100vw - 28px); margin-top: 14px; background: #fff; border-radius: 26px; overflow: hidden;
  box-shadow: 0 28px 60px rgba(21, 12, 18, .24); border: 1px solid rgba(181,87,134,.10);
}
.chatbot-header {
  display: flex; justify-content: space-between; align-items: center; padding: 16px 18px; background: linear-gradient(135deg, #b55786, #d07ea8); color: #fff;
}
.chatbot-header button { background: transparent; border: 0; color: inherit; font-size: 1.1rem; }
.chatbot-body { padding: 18px; max-height: 280px; overflow: auto; display: grid; gap: 10px; background: #fffafc; }
.chatbot-message {
  padding: 12px 14px; border-radius: 16px; font-size: .94rem; line-height: 1.55;
}
.chatbot-message.bot { background: rgba(181,87,134,.10); color: var(--ink); }
.chatbot-message.user { background: var(--ink); color: #fff; justify-self: end; }
.chatbot-options { display: flex; gap: 10px; padding: 0 18px 14px; flex-wrap: wrap; }
.chatbot-options button {
  border: 0; background: rgba(181,87,134,.10); color: var(--rose-600); padding: 10px 14px; border-radius: 999px; font-weight: 700;
}
.chatbot-form { display: flex; gap: 10px; padding: 0 18px 18px; }
.chatbot-form input {
  flex: 1; min-width: 0; border-radius: 999px; border: 1px solid rgba(113,43,81,.14); padding: 12px 16px; outline: 0;
}
.chatbot-form button {
  border: 0; border-radius: 999px; padding: 12px 16px; background: var(--ink); color: #fff; font-weight: 800;
}

@keyframes floatSlow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes driftY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }

@media (max-width: 1199px) {
  .catalog-editorial-grid, .packages-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-layout, .home-contact__wrapper, .poetic-panel { grid-template-columns: 1fr; }
  .story-stack { min-height: 540px; }
}

@media (max-width: 991px) {
  .section { padding: 88px 0; }
  .hero-luxe { min-height: auto; }
  .hero-luxe__container { padding-top: 56px; padding-bottom: 60px; }
  .hero-luxe__copy { text-align: center; }
  .hero-luxe__text, .section-title--left, .section-text { margin-left: auto; margin-right: auto; }
  .hero-luxe__actions, .hero-luxe__chips { justify-content: center; }
  .delivery-note { justify-content: center; }
  .hero-luxe__visual { min-height: 560px; }
  .hero-note-card { right: 0; bottom: 44px; }
  .poetic-gallery { min-height: 420px; }
  .story-card--main { left: 22%; }
  .promo-stage__visual--one { left: 2%; }
  .promo-stage__visual--two { right: 2%; }
}

@media (max-width: 767px) {
  .topbar { font-size: .86rem; }
  .brand-script { font-size: 1.65rem; }
  .brand-domain { font-size: 1.3rem; }
  .hero-luxe__title { font-size: 3.2rem; }
  .hero-luxe__frame { width: min(340px, 92vw); }
  .hero-note-card { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 16px; }
  .poetic-panel, .home-contact__content, .home-contact__form { padding: 24px; }
  .poetic-gallery { min-height: 330px; }
  .poetic-gallery__item--a { width: 58%; height: 230px; }
  .poetic-gallery__item--b { height: 160px; }
  .poetic-gallery__item--c { height: 150px; }
  .catalog-editorial-grid, .packages-editorial-grid { grid-template-columns: 1fr; }
  .catalog-editorial-card { min-height: 470px; }
  .promo-stage { min-height: 740px; }
  .promo-card { width: 100%; }
  .promo-stage__visual--one { width: 230px; height: 270px; left: 0; top: 16px; }
  .promo-stage__visual--two { width: 210px; height: 240px; right: 0; top: 76px; }
  .promo-stage__visual--three { width: 220px; height: 160px; left: 50%; transform: translateX(-50%); bottom: 16px; }
  .story-stack { min-height: 470px; }
  .story-card--main { width: 62%; height: 390px; left: 19%; }
  .story-card--top { width: 34%; height: 150px; }
  .story-card--bottom { width: 38%; height: 160px; }
  .contact-actions { flex-direction: column; }
  .chatbot-window { width: min(360px, calc(100vw - 22px)); }
}

@media (max-width: 575px) {
  .hero-luxe__title { font-size: 2.8rem; }
  .section-title { font-size: 2.3rem; }
  .hero-luxe__text, .section-text { font-size: .98rem; }
  .hero-luxe__visual { min-height: 470px; }
  .hero-orb--a { width: 120px; height: 120px; }
  .hero-orb--b { width: 100px; height: 100px; }
  .delivery-note { font-size: .92rem; }
  .poetic-gallery { min-height: 290px; }
  .poetic-gallery__item--a { height: 205px; }
  .story-feature { grid-template-columns: 54px 1fr; }
  .story-feature span { width: 46px; height: 46px; }
  .package-showcase__body { padding: 22px; }
  .quote-wrap blockquote { font-size: 1.45rem; }
}


/* =====================================================
   AJUSTE V10 - HERO CON UNA SOLA IMAGEN
   Header y footer se mantienen como la versión original/v9.
===================================================== */

.hero-luxe--single {
  min-height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  position: relative;
  background:
    radial-gradient(circle at 10% 22%, rgba(221, 149, 181, 0.46), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(183, 234, 217, 0.24), transparent 24%),
    linear-gradient(120deg, #f9e8f1 0%, #f8edf3 42%, #fdf5f9 74%, #fffafc 100%);
}

.hero-luxe--single::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 64, 94, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 64, 94, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.hero-luxe--single .hero-luxe__container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-luxe--single .hero-luxe__copy {
  position: relative;
  z-index: 3;
}

.hero-luxe--single .hero-luxe__title {
  font-family: "Playfair Display", serif;
  color: #5a274b;
  font-size: clamp(3rem, 5.7vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
  max-width: 760px;
  text-shadow: none !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.hero-luxe--single .hero-luxe__text {
  color: #6f6276;
  font-size: 1.1rem;
  line-height: 1.9;
  max-width: 640px;
}

.hero-luxe--single .hero-luxe__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-main-btn {
  min-width: 210px;
  justify-content: center;
}

.hero-luxe--single .delivery-note {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(181, 87, 134, 0.11);
  color: #43253f;
  font-weight: 700;
  box-shadow: 0 16px 36px rgba(83, 31, 58, 0.08);
  backdrop-filter: blur(10px);
}

.hero-luxe--single .delivery-note__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(181, 87, 134, 0.12);
  color: #b55786;
  flex-shrink: 0;
}

.hero-luxe--single .hero-luxe__chips,
.hero-luxe--single .hero-carousel,
.hero-luxe--single .hero-image-indicators {
  display: none !important;
}

.hero-single-visual {
  position: relative;
  min-height: 670px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-single-image-card {
  position: relative;
  z-index: 2;
  width: min(420px, 88vw);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heroImageFloat 7s ease-in-out infinite;
}

.hero-single-img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 34px 58px rgba(73, 46, 66, 0.20));
}

.hero-single-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(4px);
}

.hero-single-blob--rose {
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(221, 149, 181, 0.38), rgba(221, 149, 181, 0.10) 58%, transparent 72%);
  top: 70px;
  left: 50%;
  transform: translateX(-55%);
  animation: heroBlobMove 10s ease-in-out infinite;
}

.hero-single-blob--mint {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(183, 234, 217, 0.30), rgba(183, 234, 217, 0.10) 60%, transparent 74%);
  right: 20px;
  bottom: 80px;
  animation: heroMintBlobMove 12s ease-in-out infinite reverse;
}

.hero-note-card--single {
  position: absolute;
  right: 0;
  bottom: 92px;
  width: min(320px, 84vw);
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 25px 50px rgba(74, 35, 57, 0.12);
  border: 1px solid rgba(181, 87, 134, 0.10);
  animation: heroCardDrift 6.2s ease-in-out infinite;
  z-index: 3;
}

.hero-note-card--single span {
  display: block;
  color: #b55786;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.hero-note-card--single strong {
  font-size: 1.08rem;
  line-height: 1.35;
  color: #43253f;
  display: block;
}

@keyframes heroImageFloat {
  0%, 100% { transform: translateY(0) rotate(-0.6deg); }
  50% { transform: translateY(-12px) rotate(0.6deg); }
}

@keyframes heroBlobMove {
  0%, 100% { transform: translateX(-55%) scale(1); }
  50% { transform: translateX(-50%) scale(1.06); }
}

@keyframes heroMintBlobMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-10px, -14px) scale(1.06); }
}

@keyframes heroCardDrift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 991px) {
  .hero-luxe--single { min-height: auto; }

  .hero-luxe--single .hero-luxe__container {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .hero-luxe--single .hero-luxe__copy { text-align: center; }

  .hero-luxe--single .hero-luxe__title,
  .hero-luxe--single .hero-luxe__text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-luxe--single .hero-luxe__actions { justify-content: center; }
  .hero-luxe--single .delivery-note { justify-content: center; }
  .hero-single-visual { min-height: 590px; }

  .hero-note-card--single {
    right: 50%;
    transform: translateX(50%);
    bottom: 46px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .hero-luxe--single .hero-luxe__title {
    font-size: 2.8rem;
    line-height: 1;
  }

  .hero-luxe--single .hero-luxe__text { font-size: 0.98rem; }
  .hero-main-btn { width: 100%; }

  .hero-luxe--single .delivery-note {
    align-items: flex-start;
    text-align: left;
    font-size: 0.92rem;
  }

  .hero-single-visual { min-height: 500px; }

  .hero-single-image-card {
    width: min(300px, 86vw);
    min-height: 430px;
  }

  .hero-single-img { max-height: 460px; }

  .hero-note-card--single {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: -34px;
    width: 100%;
  }

  .hero-single-blob--rose {
    width: 300px;
    height: 300px;
  }

  .hero-single-blob--mint {
    width: 220px;
    height: 220px;
    right: -20px;
    bottom: 80px;
  }
}


/* =====================================================
   HERO ESTILO EDITORIAL / EURUS ADAPTADO
   Pegar este HTML en la primera sección:
   <section class="hero-eurus hero-eurus--invitation ...">
===================================================== */

.hero-eurus {
  position: relative;
  min-height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: #2a1525;
}

.hero-eurus__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-eurus__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  filter: saturate(0.95) contrast(0.96);
  animation: heroEurusKenBurns 16s ease-in-out infinite alternate;
}

.hero-eurus__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(47, 20, 39, 0.78) 0%,
      rgba(71, 33, 57, 0.58) 32%,
      rgba(181, 87, 134, 0.18) 58%,
      rgba(255, 246, 250, 0.22) 100%
    ),
    radial-gradient(circle at 18% 45%, rgba(181, 87, 134, 0.38), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(183, 234, 217, 0.22), transparent 28%);
  z-index: 1;
}

.hero-eurus::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.45;
  z-index: 2;
  pointer-events: none;
}

.hero-eurus__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-eurus__container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: 46px;
  padding-top: 86px;
  padding-bottom: 86px;
}

.hero-eurus__content {
  max-width: 760px;
}

.hero-eurus__kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: rgba(255, 245, 250, 0.92);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-eurus__title {
  max-width: 780px;
  margin: 0 0 22px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 5.7vw, 6.35rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
  color: #fff8fc;
  text-shadow: 0 18px 44px rgba(43, 19, 36, 0.42);
}

.hero-eurus__text {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 245, 250, 0.84);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.85;
}

.hero-eurus__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-eurus__btn {
  min-width: 210px;
  justify-content: center;
  background: linear-gradient(135deg, #b55786, #d987ad);
  box-shadow: 0 20px 44px rgba(181, 87, 134, 0.34);
}

.hero-eurus__delivery {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(32, 15, 27, 0.18);
  font-weight: 700;
}

.hero-eurus__delivery-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(181, 87, 134, 0.46);
}

.hero-eurus__preview {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.hero-eurus__phone {
  position: relative;
  z-index: 2;
  width: min(410px, 78vw);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heroEurusPhoneFloat 7.5s ease-in-out infinite;
}

.hero-eurus__phone::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(183, 234, 217, 0.18), transparent 44%);
  z-index: -1;
  filter: blur(4px);
}

.hero-eurus__phone-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 58px rgba(19, 10, 18, 0.36))
    drop-shadow(0 0 30px rgba(255, 255, 255, 0.08));
}

.hero-eurus__label {
  position: absolute;
  right: 0;
  bottom: 92px;
  z-index: 4;
  width: min(330px, 86vw);
  padding: 24px 26px;
  border-radius: 28px;
  color: #43253f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 26px 58px rgba(24, 12, 22, 0.20);
  backdrop-filter: blur(16px);
  animation: heroEurusCardFloat 6s ease-in-out infinite;
}

.hero-eurus__label span {
  display: block;
  margin-bottom: 8px;
  color: #b55786;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-eurus__label strong {
  display: block;
  color: #43253f;
  font-size: 1.08rem;
  line-height: 1.35;
}

.hero-eurus__mini-preview {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 7;
  display: grid;
  grid-template-columns: 96px 210px;
  width: 306px;
  height: 88px;
  overflow: hidden;
  border-radius: 26px 0 0 0;
  background: rgba(19, 16, 24, 0.76);
  backdrop-filter: blur(12px);
}

.hero-eurus__arrow {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.45rem;
}

.hero-eurus__thumb {
  overflow: hidden;
  opacity: 0.92;
}

.hero-eurus__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroEurusThumb 8s ease-in-out infinite alternate;
}

.hero-eurus__decor {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(6px);
  opacity: 0.5;
}

.hero-eurus__decor--rose {
  width: 220px;
  height: 220px;
  left: -60px;
  top: 120px;
  background: rgba(181, 87, 134, 0.34);
  animation: heroEurusDecor 12s ease-in-out infinite;
}

.hero-eurus__decor--mint {
  width: 180px;
  height: 180px;
  right: 11%;
  bottom: 14%;
  background: rgba(183, 234, 217, 0.24);
  animation: heroEurusDecor 14s ease-in-out infinite reverse;
}

.hero-eurus__decor--peach {
  width: 130px;
  height: 130px;
  left: 45%;
  top: 16%;
  background: rgba(255, 216, 200, 0.22);
  animation: heroEurusDecor 10s ease-in-out infinite;
}

@keyframes heroEurusKenBurns {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.13) translate3d(-18px, -10px, 0);
  }
}

@keyframes heroEurusPhoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }

  50% {
    transform: translateY(-14px) rotate(0.6deg);
  }
}

@keyframes heroEurusCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes heroEurusDecor {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(12px, -18px, 0) scale(1.05);
  }
}

@keyframes heroEurusThumb {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

@media (max-width: 991px) {
  .hero-eurus {
    min-height: auto;
  }

  .hero-eurus__container {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .hero-eurus__content {
    max-width: 100%;
    text-align: center;
  }

  .hero-eurus__text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-eurus__actions {
    justify-content: center;
  }

  .hero-eurus__delivery {
    border-radius: 22px;
  }

  .hero-eurus__preview {
    min-height: 570px;
  }

  .hero-eurus__label {
    right: 50%;
    bottom: 38px;
    transform: translateX(50%);
    text-align: center;
  }

  .hero-eurus__mini-preview {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-eurus__container {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .hero-eurus__title {
    font-size: 2.85rem;
    line-height: 1;
  }

  .hero-eurus__text {
    font-size: 0.96rem;
  }

  .hero-eurus__btn {
    width: 100%;
  }

  .hero-eurus__delivery {
    align-items: flex-start;
    text-align: left;
    font-size: 0.9rem;
  }

  .hero-eurus__preview {
    min-height: 480px;
  }

  .hero-eurus__phone {
    width: min(300px, 84vw);
  }

  .hero-eurus__phone::before {
    width: 330px;
    height: 330px;
  }

  .hero-eurus__label {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    margin-top: -26px;
  }
}

/* =====================================================
   AJUSTE HERO EURUS V2
   Quita mini preview inferior y nota de entrega del hero
===================================================== */
.hero-eurus__mini-preview,
.hero-eurus__delivery {
  display: none !important;
}

.hero-eurus__actions {
  margin-top: 30px;
}

.hero-eurus__container {
  padding-bottom: 86px;
}

@media (max-width: 991px) {
  .hero-eurus__container {
    padding-bottom: 76px;
  }
}

@media (max-width: 575px) {
  .hero-eurus__container {
    padding-bottom: 60px;
  }
}
/* =====================================================
   AJUSTE HERO EURUS EN ESCRITORIO
   Hace que la segunda imagen se vea más grande y proporcional
===================================================== */

@media (min-width: 992px) {
  .hero-eurus__container {
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 0.88fr);
    gap: 34px;
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .hero-eurus__content {
    max-width: 820px;
  }

  .hero-eurus__title {
    max-width: 850px;
    font-size: clamp(4.6rem, 5.65vw, 6.65rem);
    line-height: 0.92;
  }

  .hero-eurus__text {
    max-width: 740px;
  }

  .hero-eurus__preview {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 34px;
  }

  .hero-eurus__phone {
    width: min(545px, 33vw);
    max-width: 545px;
    transform: translateX(-8px);
  }

  .hero-eurus__phone-img {
    width: 100%;
    height: auto;
    max-height: 680px;
    object-fit: contain;
    object-position: center;
    filter:
      drop-shadow(0 34px 64px rgba(19, 10, 18, 0.38))
      drop-shadow(0 0 32px rgba(255, 255, 255, 0.10));
  }

  .hero-eurus__phone::before {
    width: 620px;
    height: 620px;
  }

  .hero-eurus__label {
    right: -18px;
    bottom: 95px;
    width: min(390px, 24vw);
    padding: 26px 30px;
  }

  .hero-eurus__label span {
    font-size: 0.84rem;
  }

  .hero-eurus__label strong {
    font-size: 1.16rem;
    line-height: 1.34;
  }
}

@media (min-width: 1400px) {
  .hero-eurus__phone {
    width: min(540px, 32vw);
    max-width: 540px;
  }

  .hero-eurus__phone-img {
    max-height: 720px;
  }

  .hero-eurus__label {
    right: -34px;
    bottom: 105px;
    width: 410px;
  }
}
/* =====================================================
   SEGUNDA SECCIÓN - EXPERIENCIA DE INVITACIÓN
   Diseño moderno, elegante y alineado al estilo actual
===================================================== */

.invite-experience-section {
  position: relative;
  padding: 104px 0 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 87, 134, 0.16), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(183, 234, 217, 0.16), transparent 26%),
    linear-gradient(180deg, #fff8fb 0%, #fff1f7 48%, #fff8fb 100%);
}

.invite-experience-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 64, 94, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 64, 94, 0.030) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  z-index: 0;
}

.invite-experience-section::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  bottom: -190px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(181, 87, 134, 0.18), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.invite-experience-heading {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto 52px;
  text-align: center;
}

.invite-experience-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  color: #b55786;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.invite-experience-title {
  margin: 0 auto 18px;
  max-width: 840px;
  font-family: "Playfair Display", serif;
  color: #43253f;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.invite-experience-text {
  max-width: 720px;
  margin: 0 auto;
  color: #6f6276;
  font-size: 1.05rem;
  line-height: 1.82;
}

.invite-experience-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.invite-feature-card {
  position: relative;
  min-height: 330px;
  padding: 28px 24px 26px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 246, 250, 0.70));
  border: 1px solid rgba(181, 87, 134, 0.12);
  box-shadow: 0 22px 50px rgba(83, 31, 58, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.invite-feature-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -82px;
  top: -80px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(181, 87, 134, 0.18), rgba(181, 87, 134, 0.05) 58%, transparent 72%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 0;
}

.invite-feature-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  left: -32px;
  bottom: -26px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(183, 234, 217, 0.32), transparent 68%);
  opacity: 0.75;
  z-index: 0;
}

.invite-feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(181, 87, 134, 0.22);
  box-shadow: 0 30px 70px rgba(83, 31, 58, 0.14);
}

.invite-feature-card:hover::before {
  transform: scale(1.16);
  opacity: 0.9;
}

.invite-feature-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 28px;
  color: rgba(67, 37, 63, 0.24);
  font-family: "Playfair Display", serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
}

.invite-feature-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  font-size: 1.45rem;
  background:
    linear-gradient(135deg, #b55786 0%, #d889ad 100%);
  box-shadow: 0 18px 34px rgba(181, 87, 134, 0.28);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.invite-feature-card:hover .invite-feature-icon {
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: 0 24px 44px rgba(181, 87, 134, 0.34);
}

.invite-feature-content {
  position: relative;
  z-index: 1;
}

.invite-feature-content h3 {
  margin: 0 0 12px;
  color: #43253f;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.26;
  letter-spacing: -0.01em;
}

.invite-feature-content p {
  margin: 0;
  color: #6f6276;
  font-size: 0.95rem;
  line-height: 1.72;
}

/* Tonos por tarjeta */
.invite-feature-card--rsvp .invite-feature-icon {
  background: linear-gradient(135deg, #b55786, #d889ad);
}

.invite-feature-card--gallery .invite-feature-icon {
  background: linear-gradient(135deg, #9f456f, #c96e99);
}

.invite-feature-card--music .invite-feature-icon {
  background: linear-gradient(135deg, #8d6b9f, #d9c2e4);
}

.invite-feature-card--hashtag .invite-feature-icon {
  background: linear-gradient(135deg, #78966f, #b7d8c3);
}

.invite-feature-card--gallery::before {
  background:
    radial-gradient(circle, rgba(201, 110, 153, 0.18), rgba(201, 110, 153, 0.05) 58%, transparent 72%);
}

.invite-feature-card--music::before {
  background:
    radial-gradient(circle, rgba(217, 194, 228, 0.26), rgba(217, 194, 228, 0.06) 58%, transparent 72%);
}

.invite-feature-card--hashtag::before {
  background:
    radial-gradient(circle, rgba(183, 216, 195, 0.30), rgba(183, 216, 195, 0.07) 58%, transparent 72%);
}

/* Responsive */
@media (max-width: 1199px) {
  .invite-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .invite-feature-card {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .invite-experience-section {
    padding: 78px 0 84px;
  }

  .invite-experience-heading {
    margin-bottom: 34px;
    padding-inline: 12px;
  }

  .invite-experience-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .invite-experience-title {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .invite-experience-text {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .invite-experience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .invite-feature-card {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 28px;
  }

  .invite-feature-number {
    font-size: 2.7rem;
    margin-bottom: 18px;
  }

  .invite-feature-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 20px;
    font-size: 1.25rem;
  }

  .invite-feature-content h3 {
    font-size: 1.12rem;
  }

  .invite-feature-content p {
    font-size: 0.94rem;
  }
}
/* =====================================================
   SECCIÓN PROMOCIÓN / DESCUENTO
===================================================== */

.promo-sale-section {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a1c24;
  padding: 80px 0;
}

.promo-sale__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.promo-sale__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}

.promo-sale__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(66, 33, 51, 0.38), rgba(66, 33, 51, 0.46)),
    radial-gradient(circle at center, rgba(181, 87, 134, 0.10), transparent 50%);
}

.promo-sale__container {
  position: relative;
  z-index: 3;
}

.promo-sale__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.promo-sale__kicker {
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 244, 250, 0.88);
}

.promo-sale__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  font-weight: 700;
  color: #fffafc;
  letter-spacing: -0.04em;
}

.promo-sale__text {
  max-width: 700px;
  margin: 0 auto 38px;
  font-size: 1.18rem;
  line-height: 1.8;
  color: rgba(255, 245, 250, 0.9);
}

.promo-sale__countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 0;
  max-width: 760px;
  margin: 0 auto 38px;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.promo-sale__time-box {
  padding: 26px 12px;
  text-align: center;
  position: relative;
}

.promo-sale__time-box:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: rgba(255,255,255,0.16);
}

.promo-sale__time-box strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.promo-sale__time-box span {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  color: rgba(255,255,255,0.9);
}

.promo-sale__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.promo-sale__actions .btn {
  min-width: 210px;
}

.promo-sale__marquee {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  z-index: 4;
  pointer-events: none;
}

.promo-sale__marquee--top {
  top: 18px;
}

.promo-sale__marquee--bottom {
  bottom: 18px;
}

.promo-sale__marquee-track {
  display: inline-flex;
  gap: 42px;
  min-width: max-content;
  animation: promoMarquee 26s linear infinite;
}

.promo-sale__marquee-track span {
  font-size: 1.05rem;
  color: rgba(255, 245, 250, 0.78);
  letter-spacing: 0.01em;
}

@keyframes promoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}

/* =====================================================
   FOOTER PREMIUM
===================================================== */

.site-footer--premium {
  position: relative;
  background:
    radial-gradient(circle at 15% 15%, rgba(181, 87, 134, 0.12), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(183, 234, 217, 0.10), transparent 22%),
    linear-gradient(180deg, #2f1b29 0%, #24141f 100%);
  color: #fff6fa;
  padding: 78px 0 28px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.site-footer--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  opacity: 0.35;
}

.site-footer__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.site-footer__brand h3,
.site-footer__links h4,
.site-footer__contact h4,
.site-footer__social h4 {
  margin: 0 0 16px;
  color: #fff;
}

.site-footer__brand h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.site-footer__brand p,
.site-footer__contact p {
  color: rgba(255, 244, 250, 0.78);
  line-height: 1.8;
  font-size: 0.98rem;
}

.site-footer__links,
.site-footer__contact,
.site-footer__social {
  display: flex;
  flex-direction: column;
}

.site-footer__links a,
.site-footer__contact a {
  color: rgba(255, 244, 250, 0.86);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer__links a:hover,
.site-footer__contact a:hover {
  color: #f1a8c9;
  transform: translateX(3px);
}

.site-footer__social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer__social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.site-footer__social-icons a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #b55786, #d889ad);
  border-color: transparent;
}

.site-footer__bottom {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 244, 250, 0.72);
  font-size: 0.94rem;
}

.site-footer__made {
  text-align: right;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {
  .promo-sale-section {
    min-height: auto;
    padding: 92px 0;
  }

  .promo-sale__countdown {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    max-width: 520px;
  }

  .promo-sale__time-box:nth-child(2)::after {
    display: none;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .promo-sale-section {
    padding: 96px 0 94px;
  }

  .promo-sale__title {
    font-size: clamp(2.5rem, 13vw, 4rem);
    line-height: 1;
  }

  .promo-sale__text {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 28px;
  }

  .promo-sale__countdown {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 0;
    max-width: 360px;
    margin-bottom: 30px;
  }

  .promo-sale__time-box {
    padding: 20px 8px;
  }

  .promo-sale__time-box strong {
    font-size: 2.3rem;
  }

  .promo-sale__actions {
    gap: 12px;
  }

  .promo-sale__actions .btn {
    width: 100%;
    min-width: unset;
  }

  .promo-sale__marquee-track span {
    font-size: 0.92rem;
  }

  .site-footer--premium {
    padding: 64px 0 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer__brand h3 {
    font-size: 1.75rem;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__made {
    text-align: left;
  }
}
/* =====================================================
   PAQUETES LUXE - NUEVO DISEÑO SIN ID VISIBLE
===================================================== */

.packages-luxe-section {
  position: relative;
  padding: 112px 0 124px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(181, 87, 134, 0.16), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(183, 234, 217, 0.16), transparent 26%),
    linear-gradient(180deg, #fff7fb 0%, #fff1f7 48%, #fffafc 100%);
}

.packages-luxe-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 64, 94, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 64, 94, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  z-index: 0;
}

.packages-luxe-section::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 87, 134, 0.16), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.packages-luxe-heading {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}

.packages-luxe-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  color: #b55786;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.packages-luxe-title {
  margin: 0 auto 18px;
  max-width: 860px;
  font-family: "Playfair Display", serif;
  color: #43253f;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.packages-luxe-text {
  max-width: 720px;
  margin: 0 auto;
  color: #6f6276;
  font-size: 1.05rem;
  line-height: 1.82;
}

.packages-luxe-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.package-luxe-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(181, 87, 134, 0.12);
  box-shadow: 0 26px 60px rgba(83, 31, 58, 0.10);
  backdrop-filter: blur(12px);
  transition:
    transform 0.36s ease,
    box-shadow 0.36s ease,
    border-color 0.36s ease;
}

.package-luxe-card:hover {
  transform: translateY(-10px);
  border-color: rgba(181, 87, 134, 0.24);
  box-shadow: 0 36px 82px rgba(83, 31, 58, 0.16);
}

.package-luxe-card--featured {
  transform: translateY(-14px);
}

.package-luxe-card--featured:hover {
  transform: translateY(-22px);
}

.package-luxe-featured-label {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #b55786, #d889ad);
  box-shadow: 0 18px 38px rgba(181, 87, 134, 0.28);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-luxe-visual {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: #43253f;
}

.package-luxe-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

.package-luxe-card:hover .package-luxe-visual img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.package-luxe-visual__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(67, 37, 63, 0.02) 0%, rgba(67, 37, 63, 0.36) 100%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.20), transparent 32%);
}

.package-luxe-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.package-luxe-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 30px 28px 28px;
}

.package-luxe-small {
  display: block;
  margin-bottom: 12px;
  color: #b55786;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.package-luxe-header h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  color: #43253f;
  font-size: clamp(1.9rem, 2.4vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.035em;
}

.package-luxe-header p {
  margin: 0 0 24px;
  color: #6f6276;
  font-size: 0.98rem;
  line-height: 1.72;
}

.package-luxe-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.package-luxe-list li {
  position: relative;
  padding-left: 30px;
  color: #43253f;
  font-size: 0.96rem;
  line-height: 1.58;
}

.package-luxe-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(181, 87, 134, 0.95), rgba(216, 137, 173, 0.95));
  box-shadow: 0 8px 16px rgba(181, 87, 134, 0.22);
}

.package-luxe-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.32em + 5px);
  width: 6px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.package-luxe-btn {
  width: 100%;
  margin-top: auto;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.package-luxe-card--basic .package-luxe-visual__overlay {
  background:
    linear-gradient(180deg, rgba(67, 37, 63, 0.04) 0%, rgba(67, 37, 63, 0.38) 100%),
    radial-gradient(circle at 80% 20%, rgba(183, 234, 217, 0.18), transparent 34%);
}

.package-luxe-card--pro .package-luxe-visual__overlay {
  background:
    linear-gradient(180deg, rgba(67, 37, 63, 0.04) 0%, rgba(67, 37, 63, 0.42) 100%),
    radial-gradient(circle at 80% 20%, rgba(216, 137, 173, 0.20), transparent 34%);
}

.package-luxe-card--vip .package-luxe-visual__overlay {
  background:
    linear-gradient(180deg, rgba(67, 37, 63, 0.04) 0%, rgba(67, 37, 63, 0.42) 100%),
    radial-gradient(circle at 80% 20%, rgba(232, 216, 255, 0.22), transparent 34%);
}

/* Oculta cualquier ID antiguo si quedara en el HTML */
.package-id,
[data-package-id] > .package-id {
  display: none !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .packages-luxe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-luxe-card--featured {
    transform: none;
  }

  .package-luxe-card--featured:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .packages-luxe-section {
    padding: 82px 0 88px;
  }

  .packages-luxe-heading {
    margin-bottom: 34px;
    padding-inline: 12px;
  }

  .packages-luxe-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .packages-luxe-title {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
    line-height: 1.04;
  }

  .packages-luxe-text {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .packages-luxe-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .package-luxe-card {
    border-radius: 30px;
  }

  .package-luxe-visual {
    height: 260px;
  }

  .package-luxe-body {
    padding: 24px 22px 24px;
  }

  .package-luxe-header h3 {
    font-size: 2rem;
  }

  .package-luxe-list li {
    font-size: 0.94rem;
  }
}

@media (max-width: 480px) {
  .package-luxe-visual {
    height: 230px;
  }

  .package-luxe-featured-label {
    top: 14px;
    right: 14px;
    font-size: 0.7rem;
    padding: 9px 13px;
  }

  .package-luxe-badge {
    left: 16px;
    bottom: 16px;
    font-size: 0.76rem;
  }
}/* =====================================================
   EXPERIENCIA DIGITAL - VERSIÓN OSCURA PREMIUM
   Sobrescribe la sección experience-showcase en fondo oscuro
===================================================== */

.experience-showcase-section {
  position: relative;
  padding: 112px 0 124px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 87, 134, 0.28), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(183, 234, 217, 0.14), transparent 28%),
    linear-gradient(180deg, #17111a 0%, #211622 48%, #130f17 100%);
  color: #fff;
}

.experience-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}

.experience-showcase-section::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  bottom: -230px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(181, 87, 134, 0.22), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.experience-showcase-heading {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto 58px;
  text-align: center;
}

.experience-showcase-kicker {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 18px;
  color: #f4a9ca;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.experience-showcase-title {
  max-width: 900px;
  margin: 0 auto 18px;
  font-family: "Playfair Display", serif;
  color: #fff7fb;
  font-size: clamp(2.45rem, 4.4vw, 5rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.experience-showcase-text {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 245, 250, 0.76);
  font-size: 1.06rem;
  line-height: 1.82;
}

.experience-showcase-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 52px;
  align-items: center;
}

.experience-showcase-visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.experience-showcase-phone {
  position: relative;
  z-index: 3;
  width: min(430px, 86vw);
  animation: experiencePhoneFloat 7s ease-in-out infinite;
}

.experience-showcase-phone img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 36px 68px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 34px rgba(255, 255, 255, 0.12));
}

.experience-showcase-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.experience-showcase-glow--rose {
  width: 460px;
  height: 460px;
  background:
    radial-gradient(circle, rgba(181, 87, 134, 0.36), transparent 68%);
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  animation: experienceGlowMove 10s ease-in-out infinite;
}

.experience-showcase-glow--mint {
  width: 300px;
  height: 300px;
  background:
    radial-gradient(circle, rgba(183, 234, 217, 0.18), transparent 70%);
  right: 24px;
  bottom: 80px;
  animation: experienceGlowMove 12s ease-in-out infinite reverse;
}

.experience-showcase-floating {
  position: absolute;
  z-index: 4;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  color: #fff7fb;
  font-size: 0.86rem;
  font-weight: 800;
}

.experience-showcase-floating--top {
  top: 110px;
  right: 8%;
  animation: experienceFloatTag 6s ease-in-out infinite;
}

.experience-showcase-floating--bottom {
  left: 6%;
  bottom: 130px;
  animation: experienceFloatTag 7s ease-in-out infinite reverse;
}

.experience-showcase-content {
  display: grid;
  gap: 18px;
}

.experience-showcase-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.experience-showcase-card:hover {
  transform: translateX(8px);
  border-color: rgba(244, 169, 202, 0.38);
  background:
    linear-gradient(135deg, rgba(181, 87, 134, 0.20), rgba(255, 255, 255, 0.075));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.experience-showcase-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #b55786, #d889ad);
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(181, 87, 134, 0.34);
}

.experience-showcase-card h3 {
  margin: 0 0 8px;
  color: #fff7fb;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.experience-showcase-card p {
  margin: 0;
  color: rgba(255, 245, 250, 0.72);
  font-size: 0.96rem;
  line-height: 1.72;
}

.experience-showcase-btn {
  justify-self: start;
  margin-top: 12px;
  min-width: 190px;
  box-shadow: 0 20px 42px rgba(181, 87, 134, 0.34);
}

/* Responsive oscuro */
@media (max-width: 991px) {
  .experience-showcase-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .experience-showcase-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .experience-showcase-visual {
    min-height: 560px;
  }

  .experience-showcase-btn {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .experience-showcase-section {
    padding: 82px 0 88px;
  }

  .experience-showcase-heading {
    margin-bottom: 34px;
    padding-inline: 12px;
  }

  .experience-showcase-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .experience-showcase-title {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    line-height: 1.04;
  }

  .experience-showcase-text {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .experience-showcase-visual {
    min-height: 520px;
  }

  .experience-showcase-phone {
    width: min(360px, 88vw);
  }

  .experience-showcase-floating {
    font-size: 0.78rem;
    padding: 12px 14px;
  }

  .experience-showcase-floating--top {
    top: 70px;
    right: 4%;
  }

  .experience-showcase-floating--bottom {
    left: 4%;
    bottom: 86px;
  }

  .experience-showcase-card {
    grid-template-columns: 58px 1fr;
    padding: 20px 18px;
    border-radius: 24px;
  }

  .experience-showcase-number {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 1.12rem;
  }

  .experience-showcase-card h3 {
    font-size: 1.08rem;
  }

  .experience-showcase-card p {
    font-size: 0.92rem;
  }

  .experience-showcase-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .experience-showcase-visual {
    min-height: 470px;
  }

  .experience-showcase-phone {
    width: min(330px, 90vw);
  }

  .experience-showcase-floating--top {
    top: 46px;
  }

  .experience-showcase-floating--bottom {
    bottom: 60px;
  }
}
/* =====================================================
   BLOG EDITORIAL - INSPIRACIÓN
===================================================== */

.blog-editorial-section {
  position: relative;
  padding: 112px 0 124px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(181, 87, 134, 0.18), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(183, 234, 217, 0.15), transparent 28%),
    linear-gradient(180deg, #fff8fb 0%, #fff2f8 52%, #fffafc 100%);
}

.blog-editorial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 64, 94, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 64, 94, 0.028) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  z-index: 0;
}

.blog-editorial-section::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 87, 134, 0.16), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.blog-editorial-heading {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}

.blog-editorial-kicker {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 18px;
  color: #b55786;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.blog-editorial-title {
  max-width: 860px;
  margin: 0 auto 18px;
  font-family: "Playfair Display", serif;
  color: #43253f;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.blog-editorial-text {
  max-width: 720px;
  margin: 0 auto;
  color: #6f6276;
  font-size: 1.05rem;
  line-height: 1.82;
}

.blog-editorial-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.blog-editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(181, 87, 134, 0.12);
  box-shadow: 0 26px 60px rgba(83, 31, 58, 0.10);
  backdrop-filter: blur(12px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.blog-editorial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(181, 87, 134, 0.24);
  box-shadow: 0 36px 82px rgba(83, 31, 58, 0.16);
}

.blog-editorial-img {
  position: relative;
  display: block;
  height: 290px;
  overflow: hidden;
  background: #43253f;
}

.blog-editorial-card--large .blog-editorial-img {
  height: 380px;
}

.blog-editorial-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(67, 37, 63, 0.02) 0%, rgba(67, 37, 63, 0.28) 100%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.blog-editorial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

.blog-editorial-card:hover .blog-editorial-img img {
  transform: scale(1.08);
  filter: saturate(1.06);
}

.blog-editorial-content {
  padding: 28px;
}

.blog-editorial-category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #b55786;
  background: rgba(181, 87, 134, 0.10);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-editorial-content h3 {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  color: #43253f;
  font-size: clamp(1.7rem, 2.4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.blog-editorial-card:not(.blog-editorial-card--large) .blog-editorial-content h3 {
  font-size: clamp(1.45rem, 1.9vw, 2rem);
}

.blog-editorial-content p {
  margin: 0 0 20px;
  color: #6f6276;
  font-size: 0.96rem;
  line-height: 1.74;
}

.blog-editorial-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b55786;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.blog-editorial-link:hover {
  color: #712b51;
  gap: 14px;
}

.blog-editorial-link i {
  font-size: 0.88rem;
}

/* Responsive */
@media (max-width: 1199px) {
  .blog-editorial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-editorial-card--large {
    grid-column: 1 / -1;
  }

  .blog-editorial-card--large .blog-editorial-img {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .blog-editorial-section {
    padding: 82px 0 88px;
  }

  .blog-editorial-heading {
    margin-bottom: 34px;
    padding-inline: 12px;
  }

  .blog-editorial-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .blog-editorial-title {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1.04;
  }

  .blog-editorial-text {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .blog-editorial-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog-editorial-card,
  .blog-editorial-card--large {
    border-radius: 30px;
  }

  .blog-editorial-img,
  .blog-editorial-card--large .blog-editorial-img {
    height: 260px;
  }

  .blog-editorial-content {
    padding: 24px 22px;
  }

  .blog-editorial-content h3,
  .blog-editorial-card:not(.blog-editorial-card--large) .blog-editorial-content h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .blog-editorial-img,
  .blog-editorial-card--large .blog-editorial-img {
    height: 230px;
  }
}
/* =====================================================
   BLOG - IMÁGENES DEL MISMO TAMAÑO
===================================================== */

.blog-editorial-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.blog-editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(181, 87, 134, 0.12);
  box-shadow: 0 26px 60px rgba(83, 31, 58, 0.10);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.blog-editorial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(181, 87, 134, 0.24);
  box-shadow: 0 36px 82px rgba(83, 31, 58, 0.16);
}

.blog-editorial-img,
.blog-editorial-card--large .blog-editorial-img {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #43253f;
  flex-shrink: 0;
}

.blog-editorial-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(67, 37, 63, 0.02) 0%,
      rgba(67, 37, 63, 0.28) 100%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.18),
      transparent 34%
    );
  pointer-events: none;
}

.blog-editorial-img img,
.blog-editorial-card--large .blog-editorial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.85s ease,
    filter 0.85s ease;
}

.blog-editorial-card:hover .blog-editorial-img img {
  transform: scale(1.08);
  filter: saturate(1.06);
}

.blog-editorial-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-editorial-link {
  margin-top: auto;
}
/* =====================================================
   MINI MARQUEE / FRANJA OSCURA PEQUEÑA
===================================================== */

.mini-marquee-section {
  position: relative;
  overflow: hidden;
  background: #0f0c12;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mini-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.mini-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  min-width: max-content;
  padding: 18px 0;
  animation: miniMarqueeMove 28s linear infinite;
}

.mini-marquee__track span {
  color: #fff8fb;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mini-marquee__dot {
  color: #d88bae !important;
  font-size: 1.3rem !important;
  font-family: inherit;
  font-weight: 700;
  transform: translateY(-1px);
}

@keyframes miniMarqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

/* Hover opcional para pausar */
.mini-marquee:hover .mini-marquee__track {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 767px) {
  .mini-marquee__track {
    gap: 18px;
    padding: 14px 0;
  }

  .mini-marquee__track span {
    font-size: clamp(1.15rem, 5vw, 1.7rem);
  }

  .mini-marquee__dot {
    font-size: 1rem !important;
  }
}/* =====================================================
   FOOTER MINIMAL BRAND
   Más compacto, limpio y estético
===================================================== */

.footer-minimal-brand {
  position: relative;
  overflow: hidden;
  padding: 58px 0 24px;
  color: #fff7fb;
  background:
    radial-gradient(circle at 12% 18%, rgba(181, 87, 134, 0.18), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(183, 234, 217, 0.08), transparent 24%),
    linear-gradient(180deg, #1b111a 0%, #211622 54%, #120d13 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-minimal-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.38;
  pointer-events: none;
}

.footer-minimal-brand::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -180px;
  bottom: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 87, 134, 0.18), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.footer-minimal-main,
.footer-minimal-bottom {
  position: relative;
  z-index: 2;
}

.footer-minimal-main {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.6fr);
  gap: 54px;
  align-items: start;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-minimal-brand-block {
  max-width: 430px;
}

.footer-minimal-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.footer-minimal-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.footer-minimal-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-minimal-name {
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
}

.footer-minimal-script {
  font-family: "Great Vibes", cursive;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem);
  color: #ffffff;
  letter-spacing: -0.02em;
}

.footer-minimal-domain {
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.035em;
}

/* FRASE DEL FOOTER */
.footer-minimal-phrase {
  margin: 38px 0 0;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-minimal-phrase-line {
  display: block;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 247, 251, 0.62);
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.footer-minimal-phrase-highlight {
  display: block;
  font-family: "Great Vibes", cursive;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}


/* Por si todavía tienes el strong sin clase */
.footer-minimal-phrase strong {
  display: block;
  margin-left: 0;
  font-family: "Great Vibes", cursive;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  font-weight: 400;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.footer-minimal-columns {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr 0.8fr;
  gap: 42px;
}

.footer-minimal-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-minimal-col h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.footer-minimal-col a,
.footer-minimal-col p {
  color: rgba(255, 247, 251, 0.66);
  font-size: 0.92rem;
  line-height: 1.68;
}

.footer-minimal-col a {
  margin-bottom: 9px;
  text-decoration: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-minimal-col a:hover {
  color: #f0a8ca;
  transform: translateX(4px);
}

.footer-minimal-contact a {
  word-break: break-word;
}

.footer-minimal-contact p {
  max-width: 260px;
  margin: 8px 0 0;
}

.footer-minimal-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 130px;
}

.footer-minimal-social a {
  width: 44px;
  height: 44px;
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.96rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.footer-minimal-social a:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #b55786, #d889ad);
  border-color: transparent;
}

.footer-minimal-bottom {
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-minimal-bottom p {
  margin: 0;
  color: rgba(255, 247, 251, 0.56);
  font-size: 0.88rem;
}

/* Oculta footers anteriores si quedaron en el HTML */
.site-footer--premium,
.site-footer-brand:not(.footer-minimal-brand),
.footer-clean-brand {
  display: none !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .footer-minimal-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-minimal-brand-block {
    max-width: 100%;
    text-align: center;
    margin-inline: auto;
  }

  .footer-minimal-logo {
    justify-content: center;
  }

  .footer-minimal-phrase {
    margin-inline: auto;
    align-items: center;
    text-align: center;
  }

  .footer-minimal-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 991px) {
  .footer-minimal-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 38px;
  }
}

@media (max-width: 767px) {
  .footer-minimal-brand {
    padding: 50px 0 22px;
  }

  .footer-minimal-main {
    padding-bottom: 28px;
  }

  .footer-minimal-logo {
    flex-direction: column;
    gap: 10px;
  }

  .footer-minimal-mark {
    width: 58px;
    height: 58px;
  }

  .footer-minimal-name {
    justify-content: center;
  }

  .footer-minimal-script {
    font-size: 2rem;
  }

  .footer-minimal-domain {
    font-size: 1.6rem;
  }

 .footer-minimal-phrase {
    margin-top: 30px;
    max-width: 280px;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .footer-minimal-phrase-line {
    font-size: 0.95rem;
    line-height: 1.4;
  }

   .footer-minimal-phrase-highlight,
  .footer-minimal-phrase strong {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .footer-minimal-columns {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .footer-minimal-col {
    align-items: center;
  }

  .footer-minimal-col a:hover {
    transform: none;
  }

  .footer-minimal-social {
    max-width: none;
    justify-content: center;
  }

  .footer-minimal-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}