/* ============================================================
   epic.css — Menamora · Capa de lujo (additive, cargar después de styles.css)
   ============================================================ */

/* ── Tokens premium ──────────────────────────────────────────── */
:root {
  --obsidian: #1a0e16;
  --obsidian-soft: #2a1a25;
  --champagne: #e8d4a8;
  --pearl: #fdfaf6;
  --rose-deep: #8a3a55;
  --gold-shine: #d4af6c;
  --gold-bright: #e8c98a;
  --shadow-glow-rose: 0 0 30px rgba(201, 116, 138, .35);
  --shadow-glow-gold: 0 0 30px rgba(201, 169, 110, .4);
  --t-bezier: .5s cubic-bezier(.16, 1, .3, 1);
  --t-slow: .8s cubic-bezier(.16, 1, .3, 1);
}

/* ── Tipografía editorial ────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Italiana&display=swap');

.hero-content h1,
.hero-left h1,
.catalog-header h2,
.section-header h2,
.extra-title,
.caja-text h2,
.packs-title,
.am-title,
.checkout-title,
.about-text h2,
.page-hero h1,
.envios-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  letter-spacing: -.01em;
  font-weight: 600;
}

.logo,
.footer-brand h3 {
  font-family: 'Italiana', 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: .04em;
  font-size: 1.9rem;
}

/* ── Keyframes ───────────────────────────────────────────────── */
@keyframes shimmerMove {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes spark {
  0%, 100% { opacity: 0; transform: scale(.4); }
  50% { opacity: .9; transform: scale(1.2); }
}
@keyframes drift {
  0% { transform: translate(0, 0); }
  50% { transform: translate(18px, -22px); }
  100% { transform: translate(0, 0); }
}
@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .55); }
  70% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes pulseSoft {
  0%, 100% { opacity: 1; }
  50% { opacity: .7; }
}
@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes waPulse {
  0%   { box-shadow: 0 8px 30px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .55); }
  70%  { box-shadow: 0 8px 30px rgba(37, 211, 102, .5), 0 0 0 22px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 8px 30px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ── Scroll reveal ───────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  will-change: transform, opacity;
}
[data-reveal="up"]    { transform: translateY(40px); }
[data-reveal="left"]  { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="scale"] { transform: scale(.92); }
[data-reveal="fade"]  { transform: none; }
[data-reveal].in {
  opacity: 1;
  transform: none;
  transition: opacity .9s cubic-bezier(.16, 1, .3, 1),
              transform .9s cubic-bezier(.16, 1, .3, 1);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* ── Announcement bar (encima del navbar) ────────────────────── */
.announce-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 950;
  background: linear-gradient(90deg, var(--obsidian) 0%, var(--rose-deep) 50%, var(--obsidian) 100%);
  background-size: 200% 100%;
  color: #fff;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .6px;
  padding: 9px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  animation: gradientShift 12s ease-in-out infinite;
  overflow: hidden;
}
.announce-item { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
.announce-item i { color: var(--gold-bright); font-size: .85rem; }
.announce-sep { color: var(--gold-shine); opacity: .45; }
body.has-announce .navbar { top: 36px; }
body.has-announce .cat-nav { top: 104px; }
@media (max-width: 760px) {
  .announce-bar { font-size: .7rem; gap: 14px; padding: 8px 10px; }
  .announce-bar .announce-item:nth-child(5),
  .announce-bar .announce-sep:nth-child(4),
  .announce-bar .announce-sep:nth-child(2) { display: none; }
}

/* ── Hero épico ──────────────────────────────────────────────── */
.hero-split {
  background:
    radial-gradient(ellipse 70% 70% at 20% 20%, rgba(201, 116, 138, .22), transparent 60%),
    radial-gradient(ellipse 60% 60% at 80% 80%, rgba(201, 169, 110, .22), transparent 60%),
    linear-gradient(160deg, #fef0f4 0%, var(--rose-light) 30%, var(--gold-light) 70%, #fdf0f4 100%);
  background-size: 220% 220%, 220% 220%, 220% 220%;
  animation: gradientShift 18s ease-in-out infinite;
  position: relative;
}
.hero-split::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(168, 132, 58, .07) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: .6;
}

.hero-sparkle {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--gold-bright) 55%, transparent 75%);
  filter: blur(.4px);
  animation: spark 3.5s ease-in-out infinite, drift 9s ease-in-out infinite;
  opacity: 0;
  z-index: 1;
}

.hero-left { position: relative; z-index: 2; }
.hero-right { position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Lato', sans-serif;
}
.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose), transparent);
  display: inline-block;
}

.hero-left h1 {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -.02em;
}
.hero-left h1 span {
  background: linear-gradient(110deg, var(--rose-dark) 25%, var(--gold-shine) 48%, var(--rose) 75%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerMove 5s linear infinite;
  font-style: italic;
}

.hero-stat-num {
  font-size: 2.1rem;
  text-shadow: 0 4px 24px rgba(201, 116, 138, .2);
}

/* ── Botones premium (override sutil) ────────────────────────── */
.btn-gold {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 6px 20px rgba(201, 116, 138, .4),
              inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn-gold::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .85s ease;
  pointer-events: none;
}
.btn-gold:hover::after { transform: translateX(100%); }

/* ── Pack cards: tilt + glow ─────────────────────────────────── */
.hero-pack-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(201, 116, 138, .14);
  box-shadow: 0 18px 60px rgba(201, 116, 138, .18),
              inset 0 1px 0 rgba(255, 255, 255, .6);
  transition: transform var(--t-bezier), box-shadow var(--t-bezier);
  transform-style: preserve-3d;
  will-change: transform;
  position: relative;
}
.hero-pack-card:hover {
  box-shadow: 0 32px 80px rgba(201, 116, 138, .28);
}
.hero-pack-featured {
  border: 1.5px solid var(--gold-shine);
  box-shadow: 0 18px 60px rgba(201, 169, 110, .28),
              0 0 40px rgba(201, 169, 110, .15);
}
.hero-pack-featured::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(135deg, transparent, var(--gold-shine), transparent);
  z-index: -1;
  opacity: .4;
  filter: blur(8px);
}
.hero-pack-badge-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(201, 169, 110, .45);
}

/* ── Viewing now widget (live social proof en cards) ─────────── */
.viewing-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(34, 197, 94, .25);
  padding: 5px 11px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 600;
  color: var(--dark2);
  margin-bottom: 12px;
  backdrop-filter: blur(8px);
}
.viewing-now .live-dot {
  width: 8px; height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: pulseRing 1.8s infinite;
  flex-shrink: 0;
}
.viewing-now strong { color: var(--rose-dark); font-weight: 800; }

/* ── Pack stock urgency bar ──────────────────────────────────── */
.pack-stock {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, rgba(255, 107, 107, .12), transparent);
  padding: 8px 14px;
  border-radius: 10px;
  margin: 0 18px 14px;
  font-size: .74rem;
  font-weight: 700;
  color: #d63b3b;
}
.pack-stock-bar {
  flex: 1;
  height: 5px;
  background: rgba(255, 107, 107, .18);
  border-radius: 5px;
  overflow: hidden;
}
.pack-stock-bar > div {
  height: 100%;
  background: linear-gradient(90deg, #ff9b6b, #d63b3b);
  border-radius: 5px;
  animation: pulseSoft 2s infinite;
}

/* ── Marquee de prueba social (después de envíos) ────────────── */
.proof-marquee {
  background: var(--obsidian);
  color: #fff;
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(201, 169, 110, .15);
  border-bottom: 1px solid rgba(201, 169, 110, .15);
}
.proof-marquee::before,
.proof-marquee::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.proof-marquee::before { left: 0; background: linear-gradient(90deg, var(--obsidian), transparent); }
.proof-marquee::after  { right: 0; background: linear-gradient(270deg, var(--obsidian), transparent); }
.proof-track {
  display: flex;
  gap: 56px;
  animation: marqueeLeft 32s linear infinite;
  width: max-content;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: .88;
}
.proof-item i { color: var(--gold-bright); font-size: .9rem; }
.proof-item strong { color: var(--gold-bright); font-weight: 700; }

/* ── Cómo funciona ───────────────────────────────────────────── */
.how-section {
  padding: 90px 24px;
  background: var(--cream);
  position: relative;
}
.how-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.how-header { text-align: center; margin-bottom: 24px; }
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 56px;
  counter-reset: step;
}
.how-card {
  background: linear-gradient(160deg, #fff, var(--rose-light));
  border-radius: 22px;
  padding: 44px 28px 30px;
  text-align: center;
  border: 1px solid rgba(201, 116, 138, .12);
  position: relative;
  transition: var(--t-bezier);
}
.how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 52px rgba(201, 116, 138, .2);
}
.how-card::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Italiana', serif;
  font-size: 2.6rem;
  color: var(--rose);
  background: var(--cream);
  padding: 0 18px;
  letter-spacing: -.02em;
  line-height: 1;
}
.how-card-icon {
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--rose-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--gold-dark);
  border: 1px solid rgba(201, 169, 110, .25);
}
.how-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--dark2);
  margin-bottom: 10px;
  font-weight: 600;
}
.how-card p {
  color: var(--gray);
  font-size: .92rem;
  line-height: 1.65;
}
@media (max-width: 768px) {
  .how-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ── Testimonios (sección oscura premium) ────────────────────── */
.testi-section {
  padding: 100px 24px;
  background: linear-gradient(160deg, var(--obsidian) 0%, var(--obsidian-soft) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.testi-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(201, 116, 138, .2), transparent 55%),
    radial-gradient(ellipse at 75% 75%, rgba(201, 169, 110, .15), transparent 55%);
  pointer-events: none;
}
.testi-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.testi-section .section-tag { color: var(--gold-bright); }
.testi-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 500;
}
.testi-rating-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, .85);
  font-size: .92rem;
  flex-wrap: wrap;
}
.testi-stars {
  color: var(--gold-bright);
  letter-spacing: 3px;
  font-size: 1.1rem;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testi-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  padding: 36px 28px 26px;
  backdrop-filter: blur(10px);
  transition: var(--t-bezier);
  position: relative;
}
.testi-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(201, 169, 110, .35);
}
.testi-card::before {
  content: '\201C';
  font-family: 'Italiana', serif;
  font-size: 5.5rem;
  color: var(--gold-shine);
  opacity: .3;
  position: absolute;
  top: -8px;
  left: 22px;
  line-height: 1;
}
.testi-stars-card {
  color: var(--gold-bright);
  margin-bottom: 14px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.testi-text {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .92);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, .15);
}
.testi-meta { font-size: .82rem; }
.testi-name { font-weight: 700; color: #fff; display: block; }
.testi-loc { color: rgba(255, 255, 255, .55); font-size: .75rem; }
.testi-verified {
  color: #22c55e;
  font-size: .7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .testi-grid { grid-template-columns: 1fr; }
}

/* ── FAQ Accordion ───────────────────────────────────────────── */
.faq-section {
  padding: 90px 24px;
  max-width: 820px;
  margin: 0 auto;
}
.faq-header { text-align: center; margin-bottom: 40px; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(201, 116, 138, .14);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--t-bezier);
}
.faq-item.open {
  border-color: var(--rose);
  box-shadow: 0 8px 24px rgba(201, 116, 138, .15);
}
.faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  background: none;
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark2);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--rose-light);
  color: var(--rose);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  transition: var(--t-bezier);
  flex-shrink: 0;
}
.faq-item.open .faq-icon {
  background: var(--rose);
  color: #fff;
  transform: rotate(180deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.16, 1, .3, 1);
}
.faq-item.open .faq-a { max-height: 600px; }
.faq-a-inner {
  padding: 0 24px 22px;
  font-size: .92rem;
  color: var(--gray);
  line-height: 1.7;
}

/* ── Galería Instagram-style ─────────────────────────────────── */
.ig-section {
  padding: 90px 24px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.ig-handle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rose);
  font-weight: 700;
  font-size: .9rem;
  margin-top: 6px;
  text-decoration: none;
  transition: var(--t-bezier);
}
.ig-handle:hover { color: var(--rose-dark); }
.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.ig-cell {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--rose-light), var(--gold-light));
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.ig-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.ig-cell:hover img { transform: scale(1.1); }
.ig-cell-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201, 116, 138, .65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity .3s;
  gap: 14px;
  font-weight: 700;
}
.ig-cell-overlay span { font-size: .9rem; display: inline-flex; align-items: center; gap: 4px; }
.ig-cell:hover .ig-cell-overlay { opacity: 1; }
@media (max-width: 900px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Sticky mobile bottom CTA ────────────────────────────────── */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(253, 248, 245, .97);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(201, 116, 138, .2);
  z-index: 850;
  padding: 10px 12px;
  gap: 8px;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
}
.mobile-cta .btn {
  flex: 1;
  padding: 12px 10px;
  font-size: .82rem;
  border-radius: 50px;
}
.mobile-cta .btn i { font-size: 1rem; }
@media (max-width: 768px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 72px; }
  .wa-float { bottom: 88px !important; }
}

/* ── Mejoras a cards existentes (sutiles overrides) ──────────── */
.prod-card,
.extra-card {
  transition: var(--t-bezier);
}
.prod-card:hover,
.extra-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(201, 116, 138, .22);
}
.prod-card .pc-img img,
.extra-card .ec-img img {
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}
.prod-card:hover .pc-img img,
.extra-card:hover .ec-img img {
  transform: scale(1.07);
}

/* Why cards refinados */
.why-card {
  background: rgba(255, 255, 255, .92);
  transition: var(--t-bezier);
}
.why-card:hover {
  transform: translateY(-8px);
  background: #fff;
  box-shadow: 0 22px 50px rgba(201, 116, 138, .2);
}
.why-icon {
  background: linear-gradient(135deg, var(--rose), var(--gold)) !important;
  border: none !important;
  width: 64px !important;
  height: 64px !important;
  box-shadow: 0 8px 22px rgba(201, 116, 138, .35);
}
.why-icon i {
  color: #fff !important;
  font-size: 1.5rem !important;
}

/* WhatsApp flotante con pulse infinito */
.wa-float {
  animation: waPulse 2.4s infinite;
}

/* Cat-nav buttons hover refinado */
.cat-nav-btn { transition: var(--t-bezier); }
.cat-nav-btn.active {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 4px 12px rgba(201, 116, 138, .35);
}

/* Filter tabs refinados */
.ftab { transition: var(--t-bezier); }
.ftab.active {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(201, 116, 138, .35);
}

/* Footer brand glow */
.footer-brand h3 {
  background: linear-gradient(135deg, var(--rose-light), var(--gold-bright));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2.1rem;
}
.footer-bottom-love {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ── Separador ornamental ────────────────────────────────────── */
.ornament-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 0;
  color: var(--gold-shine);
}
.ornament-sep::before,
.ornament-sep::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-shine), transparent);
}
.ornament-sep i { font-size: 1rem; }

/* ── Hero envios refinado ────────────────────────────────────── */
.hero-envios { position: relative; z-index: 3; }

/* Ajuste body para announce bar ya manejado arriba */
body { padding-top: 36px; }
@media (max-width: 760px) {
  body { padding-top: 32px; }
  body.has-announce .navbar { top: 32px; }
  body.has-announce .cat-nav { top: 100px; }
}

/* ────────────────────────────────────────────────────────────── */
/* OFFER COUNTDOWN TIMER                                          */
/* ────────────────────────────────────────────────────────────── */
.offer-timer {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, var(--obsidian), var(--obsidian-soft));
  color: #fff;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: .76rem;
  font-weight: 600;
  margin: 14px 18px 4px;
  border: 1px solid rgba(212, 175, 108, .25);
  box-shadow: 0 4px 14px rgba(26, 14, 22, .3);
}
.offer-timer i {
  color: var(--gold-bright);
  font-size: .85rem;
  animation: pulseSoft 1.5s ease-in-out infinite;
}
.offer-timer-label {
  flex: 1;
  font-size: .72rem;
  color: rgba(255, 255, 255, .88);
  letter-spacing: .3px;
}
.offer-timer-clock {
  color: var(--gold-bright);
  font-family: 'Courier New', 'Lato', monospace;
  font-size: .92rem;
  letter-spacing: 1.5px;
  font-weight: 800;
  background: rgba(0, 0, 0, .28);
  padding: 3px 10px;
  border-radius: 6px;
  min-width: 84px;
  text-align: center;
}

/* ────────────────────────────────────────────────────────────── */
/* FREE SHIPPING BAR (en carrito)                                 */
/* ────────────────────────────────────────────────────────────── */
.free-ship {
  background: linear-gradient(135deg, var(--rose-light), var(--gold-light));
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(201, 116, 138, .2);
  animation: revealDown .4s ease;
}
@keyframes revealDown {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.fs-msg {
  font-size: .82rem;
  color: var(--dark2);
  margin-bottom: 8px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 7px;
}
.fs-msg i { color: var(--rose); }
.fs-msg strong { color: var(--rose-dark); font-weight: 800; }
.fs-msg-done { color: #16a34a; font-weight: 700; }
.fs-msg-done i { color: #16a34a; }
.fs-msg-done strong { color: #16a34a; }
.fs-bar {
  height: 6px;
  background: rgba(201, 116, 138, .2);
  border-radius: 6px;
  overflow: hidden;
}
.fs-bar > div {
  height: 100%;
  background: linear-gradient(90deg, var(--rose), var(--gold));
  border-radius: 6px;
  transition: width .6s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 0 8px rgba(201, 116, 138, .4);
}
.fs-bar > div.fs-done {
  background: linear-gradient(90deg, #22c55e, #16a34a);
  box-shadow: 0 0 8px rgba(34, 197, 94, .4);
}

/* ────────────────────────────────────────────────────────────── */
/* EXIT-INTENT MODAL                                              */
/* ────────────────────────────────────────────────────────────── */
.modal-overlay.exit-modal {
  background: rgba(20, 10, 16, .75);
  backdrop-filter: blur(8px);
  z-index: 3000;
}
.exit-modal-inner {
  background: linear-gradient(160deg, #fff 0%, var(--rose-light) 100%);
  border-radius: 24px;
  padding: 44px 36px 32px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  border: 2px solid var(--gold-shine);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45),
              0 0 60px rgba(201, 169, 110, .25);
  animation: popIn .5s cubic-bezier(.16, 1, .3, 1);
  max-height: 92vh;
  overflow-y: auto;
}
.exit-emoji {
  font-size: 3.4rem;
  margin-bottom: 4px;
  animation: float-y 3s ease-in-out infinite;
  display: inline-block;
}
.exit-eyebrow {
  color: var(--rose);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .82rem;
  margin-bottom: 6px;
}
.exit-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--dark2);
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.15;
}
.exit-title span {
  background: linear-gradient(110deg, var(--rose-dark) 25%, var(--gold-shine) 50%, var(--rose) 75%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerMove 4s linear infinite;
  font-style: italic;
}
.exit-sub {
  color: var(--gray);
  margin-bottom: 22px;
  line-height: 1.6;
  font-size: .94rem;
}
.exit-code {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 2px dashed var(--rose);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 18px;
}
.exit-code-label {
  font-size: .68rem;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
}
.exit-code-val {
  font-family: 'Courier New', monospace;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--rose-dark);
  flex: 1;
  letter-spacing: 3px;
  text-align: center;
}
.exit-copy {
  background: var(--rose-light);
  border: none;
  color: var(--rose-dark);
  font-weight: 700;
  font-size: .78rem;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: var(--t-bezier);
  white-space: nowrap;
  font-family: 'Lato', sans-serif;
}
.exit-copy:hover { background: var(--rose); color: #fff; transform: translateY(-1px); }
.exit-copy.copied { background: #22c55e; color: #fff; }
.exit-no {
  background: none;
  border: none;
  color: var(--gray);
  font-size: .76rem;
  margin-top: 14px;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  display: block;
  width: 100%;
  padding: 6px;
}
.exit-no:hover { color: var(--rose); }
.exit-fine {
  font-size: .72rem;
  color: var(--gray);
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.exit-fine i { color: #d63b3b; }
@media (max-width: 480px) {
  .exit-modal-inner { padding: 32px 22px 26px; }
  .exit-code-val { font-size: 1.15rem; letter-spacing: 2px; }
  .exit-code { flex-wrap: wrap; gap: 8px; }
  .exit-code-label { width: 100%; text-align: center; }
}

/* ────────────────────────────────────────────────────────────── */
/* WISHLIST — corazón en cards + drawer + badge en navbar         */
/* ────────────────────────────────────────────────────────────── */
.wish-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  transition: var(--t-bezier);
  font-size: 1rem;
  backdrop-filter: blur(6px);
}
.wish-btn:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(201, 116, 138, .35);
}
.wish-btn .fa-heart {
  color: var(--rose);
  transition: var(--t-bezier);
}
.wish-btn .fas { display: none; }
.wish-btn .far { display: block; }
.wish-btn.active .fas { display: block; animation: heartPop .4s ease; }
.wish-btn.active .far { display: none; }
.wish-btn.active {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
}
.wish-btn.active .fa-heart {
  color: #fff;
}
@keyframes heartPop {
  0% { transform: scale(.3); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.wish-toggle {
  background: none;
  border: none;
  color: var(--dark2);
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  padding: 6px;
  transition: var(--t);
  margin-right: 6px;
}
.wish-toggle:hover { color: var(--rose); }
.wish-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  background: var(--rose);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wish-drawer {
  position: fixed;
  top: 0;
  right: -440px;
  z-index: 1100;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background: var(--cream);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  transition: right .35s ease;
}
.wish-drawer.open { right: 0; }
.wish-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(61, 43, 53, .35);
  display: none;
}
.wish-overlay.active { display: block; }
.wish-head {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(201, 116, 138, .15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, var(--rose-light), var(--gold-light));
}
.wish-head h3 {
  color: var(--dark2);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wish-head h3 i { color: var(--rose); }
.wish-head button {
  background: none;
  border: none;
  color: var(--gray);
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--t);
}
.wish-head button:hover { color: var(--rose); }
.wish-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: var(--cream);
}
.wish-foot {
  padding: 14px 16px;
  border-top: 1px solid rgba(201, 116, 138, .15);
  background: var(--cream);
}

/* ────────────────────────────────────────────────────────────── */
/* YAPE / PLIN FLOATING WIDGET                                    */
/* ────────────────────────────────────────────────────────────── */
.yape-float {
  position: fixed;
  bottom: 28px;
  right: 96px;
  z-index: 800;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  letter-spacing: -.5px;
  box-shadow: 0 6px 22px rgba(124, 58, 237, .5);
  cursor: pointer;
  border: none;
  transition: var(--t-bezier);
}
.yape-float:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(124, 58, 237, .6);
}
.yape-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  z-index: -1;
  opacity: .35;
  animation: pulseRing 2s infinite;
}
@media (max-width: 768px) {
  .yape-float { bottom: 156px; right: 22px; width: 50px; height: 50px; font-size: 1rem; }
}

.yape-modal-inner {
  background: linear-gradient(160deg, #fff, #f5f0ff);
  border-radius: 22px;
  padding: 36px 30px 28px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
  border: 2px solid #8b5cf6;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  animation: popIn .4s cubic-bezier(.16, 1, .3, 1);
  max-height: 92vh;
  overflow-y: auto;
}
.yape-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--dark2);
  margin-bottom: 6px;
  font-weight: 600;
}
.yape-modal-sub {
  color: var(--gray);
  font-size: .88rem;
  margin-bottom: 22px;
}
.yape-tabs {
  display: flex;
  background: var(--rose-light);
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 22px;
  gap: 2px;
}
.yape-tab {
  flex: 1;
  padding: 9px 14px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: .85rem;
  cursor: pointer;
  color: var(--rose-dark);
  transition: var(--t-bezier);
}
.yape-tab.active {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: #fff;
  box-shadow: 0 4px 12px rgba(124, 58, 237, .4);
}
.yape-pane { display: none; }
.yape-pane.active { display: block; animation: revealDown .35s ease; }
.yape-qr-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  display: inline-block;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  margin: 0 auto 16px;
  border: 1px solid rgba(124, 58, 237, .2);
}
.yape-qr-wrap img,
.yape-qr-wrap svg {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 8px;
}
.yape-qr-placeholder {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #f0e9ff, #e0d4ff);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7c3aed;
  font-size: .75rem;
  text-align: center;
  padding: 16px;
  font-weight: 600;
  line-height: 1.4;
  gap: 8px;
}
.yape-qr-placeholder i { font-size: 2.5rem; opacity: .4; }
.yape-number {
  background: #fff;
  border: 2px dashed #8b5cf6;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.yape-number-label {
  font-size: .7rem;
  font-weight: 800;
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.yape-number-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #6d28d9;
  letter-spacing: 1px;
  flex: 1;
}
.yape-copy {
  background: #f5f0ff;
  color: #6d28d9;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .78rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: var(--t-bezier);
  font-family: 'Lato', sans-serif;
}
.yape-copy:hover { background: #8b5cf6; color: #fff; }
.yape-copy.copied { background: #22c55e; color: #fff; }
.yape-instruct {
  font-size: .82rem;
  color: var(--gray);
  line-height: 1.6;
  text-align: left;
  background: #faf7ff;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
}
.yape-instruct strong { color: #6d28d9; }
.yape-pe-flag::before {
  content: '🇵🇪';
  margin-right: 6px;
}

/* ────────────────────────────────────────────────────────────── */
/* CATALOG SEARCH + FILTERS                                       */
/* ────────────────────────────────────────────────────────────── */
.catalog-toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(201, 116, 138, .14);
  box-shadow: 0 4px 16px rgba(201, 116, 138, .08);
}
.cat-search {
  flex: 1;
  min-width: 200px;
  position: relative;
}
.cat-search input {
  width: 100%;
  padding: 11px 16px 11px 42px;
  border: 1.5px solid rgba(201, 116, 138, .2);
  border-radius: 50px;
  font-family: 'Lato', sans-serif;
  font-size: .92rem;
  outline: none;
  transition: border-color .25s ease;
  background: var(--cream);
  color: var(--dark2);
}
.cat-search input:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(201, 116, 138, .12);
}
.cat-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
  font-size: .9rem;
  pointer-events: none;
}
.cat-sort {
  padding: 10px 14px;
  border: 1.5px solid rgba(201, 116, 138, .2);
  border-radius: 50px;
  background: var(--cream);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: .85rem;
  color: var(--dark2);
  cursor: pointer;
  outline: none;
  transition: var(--t-bezier);
}
.cat-sort:hover, .cat-sort:focus { border-color: var(--rose); }
.cat-results {
  font-size: .82rem;
  color: var(--gray);
  font-weight: 600;
  padding: 0 4px;
}
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--gray);
}
.no-results i { font-size: 3rem; opacity: .3; display: block; margin-bottom: 12px; }
.no-results h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--dark2); margin-bottom: 6px; }

/* ────────────────────────────────────────────────────────────── */
/* PWA INSTALL PROMPT                                             */
/* ────────────────────────────────────────────────────────────── */
.install-prompt {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 950;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--obsidian), var(--obsidian-soft));
  color: #fff;
  padding: 12px 14px 12px 12px;
  border-radius: 14px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .3);
  max-width: 360px;
  transform: translateY(20px);
  opacity: 0;
  transition: all .5s cubic-bezier(.16, 1, .3, 1);
  border: 1px solid rgba(212, 175, 108, .3);
}
.install-prompt.show { transform: translateY(0); opacity: 1; }
.install-prompt-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.install-prompt-text { flex: 1; line-height: 1.3; }
.install-prompt-text strong { font-size: .88rem; display: block; }
.install-prompt-text span { font-size: .72rem; color: rgba(255, 255, 255, .65); }
.install-prompt-yes {
  background: linear-gradient(135deg, var(--gold-shine), var(--gold-dark));
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .8rem;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  transition: var(--t-bezier);
}
.install-prompt-yes:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(212, 175, 108, .4); }
.install-prompt-no {
  background: none;
  border: none;
  color: rgba(255, 255, 255, .55);
  cursor: pointer;
  font-size: 1.4rem;
  padding: 4px 8px;
  line-height: 1;
}
.install-prompt-no:hover { color: #fff; }
@media (max-width: 600px) {
  .install-prompt { left: 12px; right: 12px; bottom: 88px; max-width: none; }
}

/* ────────────────────────────────────────────────────────────── */
/* NEWSLETTER MODAL                                               */
/* ────────────────────────────────────────────────────────────── */
.news-modal-inner {
  background: linear-gradient(135deg, #fff 0%, var(--rose-light) 100%);
  border-radius: 22px;
  padding: 40px 32px 30px;
  max-width: 460px;
  width: 100%;
  text-align: center;
  position: relative;
  border: 2px solid var(--gold-shine);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
  animation: popIn .5s cubic-bezier(.16, 1, .3, 1);
  max-height: 92vh;
  overflow-y: auto;
}
.news-emoji {
  font-size: 3rem;
  margin-bottom: 8px;
  animation: float-y 3s ease-in-out infinite;
  display: inline-block;
}
.news-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  color: var(--dark2);
  font-weight: 600;
  margin-bottom: 8px;
}
.news-title span {
  background: linear-gradient(110deg, var(--rose-dark) 25%, var(--gold-shine) 50%, var(--rose) 75%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerMove 4s linear infinite;
  font-style: italic;
}
.news-sub {
  color: var(--gray);
  margin-bottom: 22px;
  font-size: .92rem;
  line-height: 1.6;
}
.news-form { display: flex; flex-direction: column; gap: 10px; }
.news-form input {
  padding: 13px 16px;
  border: 1.5px solid rgba(201, 116, 138, .25);
  border-radius: 10px;
  font-family: 'Lato', sans-serif;
  font-size: .95rem;
  outline: none;
  background: #fff;
  transition: border-color .25s ease;
}
.news-form input:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(201, 116, 138, .12);
}
.news-success { color: #16a34a; font-weight: 700; margin-top: 12px; display: none; }
.news-success.show { display: block; animation: revealDown .4s ease; }
.news-no {
  background: none;
  border: none;
  color: var(--gray);
  font-size: .76rem;
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
}
.news-no:hover { color: var(--rose); }

/* ────────────────────────────────────────────────────────────── */
/* PACK COMPARISON (en producto.html)                             */
/* ────────────────────────────────────────────────────────────── */
.pack-compare-section {
  padding: 60px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.pack-compare-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  text-align: center;
  color: var(--dark2);
  font-weight: 600;
  margin-bottom: 8px;
}
.pack-compare-sub {
  text-align: center;
  color: var(--gray);
  font-size: .9rem;
  margin-bottom: 36px;
}
.pack-compare-table {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(201, 116, 138, .15);
  border: 1px solid rgba(201, 116, 138, .12);
}
.pack-compare-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 100%);
}
.pack-compare-feature-col {
  padding: 22px 20px;
}
.pack-compare-pack-head {
  padding: 22px 16px;
  text-align: center;
  border-left: 1px solid rgba(201, 116, 138, .15);
  position: relative;
}
.pack-compare-pack-head.premium {
  background: linear-gradient(160deg, var(--gold-light) 0%, #fff 100%);
}
.pack-compare-pack-head h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--dark2);
  margin-bottom: 4px;
}
.pack-compare-pack-head .price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--rose);
}
.pack-compare-pack-head.premium .price { color: var(--gold-dark); }
.pack-compare-pack-head .old {
  font-size: .82rem;
  color: #bbb;
  text-decoration: line-through;
  margin-left: 6px;
}
.pack-compare-pack-head .recommended {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(201, 169, 110, .4);
}
.pack-compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid rgba(201, 116, 138, .1);
  transition: background .25s ease;
}
.pack-compare-row:hover { background: var(--cream); }
.pack-compare-row > div {
  padding: 14px 20px;
  font-size: .9rem;
  color: var(--dark2);
  display: flex;
  align-items: center;
}
.pack-compare-row > div:not(:first-child) {
  justify-content: center;
  border-left: 1px solid rgba(201, 116, 138, .08);
}
.pack-compare-row .check { color: #22c55e; font-size: 1.15rem; }
.pack-compare-row .x { color: #d1d5db; font-size: 1.15rem; }
.pack-compare-row .extra {
  color: var(--gold-dark);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .85rem;
}
.pack-compare-foot {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid rgba(201, 116, 138, .15);
  background: var(--cream);
}
.pack-compare-foot > div { padding: 18px 16px; display: flex; align-items: center; justify-content: center; }
.pack-compare-foot > div:first-child { justify-content: flex-start; padding-left: 20px; color: var(--gray); font-size: .82rem; }
@media (max-width: 700px) {
  .pack-compare-head, .pack-compare-row, .pack-compare-foot {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: .82rem;
  }
  .pack-compare-row > div { padding: 12px 8px; }
  .pack-compare-feature-col { padding: 16px 12px; }
}

/* ────────────────────────────────────────────────────────────── */
/* LOADING SKELETONS                                              */
/* ────────────────────────────────────────────────────────────── */
.skeleton-card {
  background: #fff;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid rgba(201, 116, 138, .1);
}
.skeleton-img,
.skeleton-line {
  background: linear-gradient(90deg, #f3eae7 25%, #faf3f0 50%, #f3eae7 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.6s ease-in-out infinite;
}
.skeleton-img { height: 200px; }
.skeleton-body { padding: 18px; }
.skeleton-line {
  height: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.skeleton-line.short { width: 60%; }
.skeleton-line.tall { height: 22px; margin-top: 6px; }
@keyframes skeleton-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/* ────────────────────────────────────────────────────────────── */
/* A11Y: skip link, focus visible                                 */
/* ────────────────────────────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  background: var(--obsidian);
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  z-index: 9999;
  font-weight: 700;
  font-size: .85rem;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus {
  top: 8px;
  outline: 3px solid var(--gold-shine);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}
