/* ══════════════════════════════════════════
   AROMI CASA — SEO LANDING PAGE STYLES (/buy/{slug})
   Extracted from landing.php
══════════════════════════════════════════ */

.lp-hero {
  background: linear-gradient(135deg, #1a0505 0%, #3b0d0d 50%, #1a0505 100%);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(192,82,26,.18) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero-eyebrow {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}
.lp-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 700;
  color: #f5ede0;
  line-height: 1.25;
  margin-bottom: 10px;
}
.lp-hero-tagline {
  color: rgba(245,237,224,.65);
  font-size: .97rem;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 22px;
}
.lp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.lp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(192,132,70,.3);
  border-radius: 30px;
  padding: 5px 14px;
  font-size: .8rem;
  color: #e8d5b0;
  font-family: 'Raleway', sans-serif;
}
.lp-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 20px rgba(37,211,102,.35);
}
.lp-cta-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,.45);
  color: #fff;
}
.lp-cta-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(192,132,70,.5);
  color: #e8d5b0;
  padding: 13px 22px;
  border-radius: 50px;
  font-size: .9rem;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  transition: background .18s, color .18s;
}
.lp-cta-detail:hover { background: rgba(192,132,70,.1); color: #e8d5b0; }
.lp-gallery-wrap { position: relative; }
.lp-gallery-main {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 1/1;
  box-shadow: 0 12px 48px rgba(0,0,0,.55);
  cursor: zoom-in;
}
.lp-thumb-strip {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.lp-thumb {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: .7;
  transition: opacity .2s, border-color .2s;
}
.lp-thumb:hover, .lp-thumb.active { opacity: 1; border-color: var(--gold); }

/* Sections */
.lp-section { padding: 56px 0; }
.lp-section-alt { background: rgba(92,26,26,.04); }
.lp-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--wine);
  margin-bottom: 8px;
}
.lp-section-sub {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 32px;
  font-family: 'Raleway', sans-serif;
}

/* Delivery zones */
.lp-zones-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-zone-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 6px 16px;
  font-size: .85rem;
  color: var(--text);
  font-family: 'Raleway', sans-serif;
}
.lp-zone-tag i { color: var(--wine); font-size: .8rem; }

/* Variant selector */
.lp-variant-grid { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.lp-variant-btn {
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #f5ede0;
  border-radius: 12px;
  padding: 10px 18px;
  font-family: 'Raleway', sans-serif;
  font-size: .92rem;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 140px;
  white-space: nowrap;
}
.lp-variant-btn:hover {
  border-color: var(--gold);
  background: rgba(255,255,255,.14);
  color: #fff;
}
.lp-variant-btn.active {
  border-color: var(--gold);
  background: linear-gradient(135deg, #c08446, #96602e);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(192,132,70,.35);
  transform: translateY(-2px);
}
.lp-variant-btn .v-size { font-weight: 600; display: inline; }
.lp-variant-btn .v-price {
  font-size: .88rem;
  opacity: .95;
  font-weight: 700;
  display: inline;
  padding-left: 8px;
  border-left: 1px solid rgba(255,255,255,.25);
}
.lp-variant-btn.active .v-price { border-left-color: rgba(255,255,255,.45); }

/* Price */
.lp-price-block { margin-bottom: 18px; }
.lp-price-main {
  font-size: 2.2rem;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-weight: 700;
}
.lp-price-mrp {
  text-decoration: line-through;
  color: rgba(245,237,224,.55);
  font-size: 1.15rem;
  margin-left: 10px;
}
.lp-discount-badge {
  background: #e74c3c;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 30px;
  padding: 3px 12px;
  margin-left: 10px;
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
}

/* Trust badges */
.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
}
.lp-trust-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(92,26,26,.06);
  transition: transform .2s, box-shadow .2s;
}
.lp-trust-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(92,26,26,.1); }
.lp-trust-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5c1a1a, #8b2500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #f5d77a;
  font-size: 1.3rem;
}
.lp-trust-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  color: var(--wine);
  margin-bottom: 5px;
}
.lp-trust-card p {
  font-size: .8rem;
  color: var(--muted);
  margin: 0;
  font-family: 'Raleway', sans-serif;
}

/* Cross-sell */
.lp-bundle-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  text-align: center;
}
.lp-bundle-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(92,26,26,.12); }
.lp-bundle-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.lp-bundle-body { padding: 14px 12px; }
.lp-bundle-name {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.3;
}
.lp-bundle-price {
  font-weight: 700;
  color: var(--wine);
  font-size: .9rem;
  margin-bottom: 10px;
}
.lp-bundle-cta {
  display: block;
  background: #25D366;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  transition: background .18s;
}
.lp-bundle-cta:hover { background: #1da855; color: #fff; }
.lp-plus-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--gold);
  font-weight: 300;
}

/* Reviews */
.lp-review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 2px 10px rgba(92,26,26,.05);
}
.lp-review-stars { color: #f59e0b; font-size: 1rem; margin-bottom: 8px; }
.lp-review-body { font-size: .9rem; color: var(--text); margin-bottom: 10px; font-family: 'Raleway', sans-serif; line-height: 1.6; }
.lp-review-author { font-size: .8rem; color: var(--muted); font-family: 'Raleway', sans-serif; }
.lp-review-verified { color: #22c55e; font-size: .75rem; margin-left: 6px; }

/* FAQ */
.lp-faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.lp-faq-q {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--wine);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.lp-faq-q i { flex-shrink: 0; transition: transform .25s; }
.lp-faq-a {
  display: none;
  padding-top: 12px;
  font-size: .9rem;
  color: var(--text);
  font-family: 'Raleway', sans-serif;
  line-height: 1.65;
}
.lp-faq-item.open .lp-faq-q i { transform: rotate(180deg); }
.lp-faq-item.open .lp-faq-a { display: block; }

/* Nutrition */
.lp-nutr-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.lp-nutr-table th, .lp-nutr-table td { padding: 8px 12px; border-bottom: 1px solid var(--border); font-family: 'Raleway', sans-serif; }
.lp-nutr-table th { background: var(--cream); color: var(--wine); text-align: left; }

/* Sticky WA bar mobile */
.lp-sticky-wa {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #25D366;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: .95rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 -3px 20px rgba(0,0,0,.18);
}
@media (min-width: 992px) { .lp-sticky-wa { display: none; } }

/* Rating summary */
.lp-rating-hero {
  text-align: center;
  background: var(--cream);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--border);
}
.lp-rating-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--wine);
  line-height: 1;
}
.lp-rating-stars { color: #f59e0b; font-size: 1.25rem; }
.lp-rating-count { font-size: .85rem; color: var(--muted); font-family: 'Raleway', sans-serif; }
.lp-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: .82rem; font-family: 'Raleway', sans-serif; color: var(--muted); }
.lp-bar-track { flex: 1; height: 7px; background: var(--border); border-radius: 4px; overflow: hidden; }
.lp-bar-fill  { height: 100%; background: #f59e0b; border-radius: 4px; }
