/* =============================================
   DESIGNAR SOUVENIRS — Landing Page Funnel Styles
   ============================================= */

/* Top Urgency Banner */
.top-announcement-bar {
  background: linear-gradient(90deg, #2A3530 0%, #3D4C41 100%);
  color: #FFFFFF;
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.top-announcement-bar span {
  color: #E2C785;
  font-weight: 700;
}

/* Minimal Funnel Header */
.funnel-header {
  background: var(--white);
  border-bottom: 1px solid var(--beige-dark);
  padding: 14px 0;
}
.funnel-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.funnel-logo img {
  height: 38px;
  width: auto;
}
.funnel-header__badges {
  display: flex;
  align-items: center;
  gap: 16px;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F4F6F2;
  border: 1px solid #D5D9CE;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #3D4C41;
}

/* Hero Section High Retention */
.hero-funnel {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F5F2 100%);
}
.hero-funnel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Media Gallery */
.funnel-gallery {
  position: sticky;
  top: 70px;
}
.funnel-gallery__main {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--white);
  border: 1px solid var(--beige-dark);
}
.funnel-gallery__main img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.funnel-gallery__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(42, 53, 48, 0.9);
  color: #FFF;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.funnel-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}
.funnel-thumb {
  width: 80px;
  height: 80px;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.funnel-thumb.active, .funnel-thumb:hover {
  border-color: var(--palma);
  opacity: 1;
}
.funnel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnel-thumb--video {
  position: relative;
}
.funnel-thumb__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #FFF;
  font-size: 18px;
}
.funnel-gallery__main video {
  width: 100%;
  height: 480px;
  object-fit: contain;
  background: #000;
  border-radius: var(--r-md);
}

/* Hero Content & Pricing Box */
.funnel-offer-box {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 32px;
  border: 1px solid var(--beige-dark);
  box-shadow: var(--shadow-md);
}
.social-proof-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.stars {
  color: #F59E0B;
  font-size: 16px;
}
.social-proof-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-mid);
}

.funnel-h1 {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 12px;
}
.funnel-subtitle {
  font-size: 16px;
  color: var(--text-mid);
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Price Box */
.price-card {
  background: #F9FAF7;
  border: 2px dashed #8A7B39;
  border-radius: var(--r-md);
  padding: 20px;
  margin-bottom: 24px;
}
.price-card__header {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.price-old {
  font-size: 18px;
  text-decoration: line-through;
  color: #888;
}
.price-current {
  font-size: 38px;
  font-weight: 800;
  color: #2A3530;
}
.price-badge {
  background: #E6F4EA;
  color: #137333;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.msi-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EAECE5;
  font-size: 14px;
  font-weight: 700;
  color: #8A7B39;
}

/* CTAs */
.btn-cta-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(135deg, #8A7B39 0%, #6E6230 100%);
  color: #FFFFFF;
  padding: 18px 24px;
  border-radius: var(--r-md);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 24px rgba(138, 123, 57, 0.35);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.btn-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(138, 123, 57, 0.5);
  background: linear-gradient(135deg, #9C8C43 0%, #7E7036 100%);
}
.btn-cta-sub {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.9;
  margin-top: 2px;
}

/* Security Trust Badges */
.trust-badges-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-mid);
  font-weight: 600;
}
.payment-icons {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}
.payment-icons span {
  background: #EAECE5;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #3D4C41;
}

/* Product Breakdown Grid (130 piezas) */
.breakdown-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.breakdown-card {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 20px;
  border: 1px solid var(--beige-dark);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 0.3s ease;
}
.breakdown-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.breakdown-card__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--r-sm);
  margin-bottom: 14px;
}
.breakdown-card__qty {
  display: inline-block;
  background: #3D4C41;
  color: #FFF;
  font-weight: 800;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 8px;
}
.breakdown-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.breakdown-card__desc {
  font-size: 13px;
  color: var(--text-mid);
}

/* Steps Section */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.step-card {
  background: var(--white);
  padding: 32px 24px;
  border-radius: var(--r-md);
  border: 1px solid var(--beige-dark);
  text-align: center;
  position: relative;
}
.step-number {
  width: 48px;
  height: 48px;
  background: #8A7B39;
  color: #FFF;
  font-weight: 800;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

/* Order Bump UI */
.order-bump-box {
  background: #FFFBEB;
  border: 2px dashed #F59E0B;
  border-radius: var(--r-md);
  padding: 16px;
  margin: 20px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  cursor: pointer;
}
.order-bump-checkbox {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  accent-color: #8A7B39;
  cursor: pointer;
  margin-top: 2px;
}
.order-bump-content h4 {
  font-size: 14px;
  font-weight: 800;
  color: #92400E;
  margin-bottom: 4px;
}
.order-bump-content p {
  font-size: 12px;
  color: #78350F;
  line-height: 1.4;
}

/* Sticky Bottom Bar on Mobile */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  border-top: 1px solid #D5D9CE;
  padding: 12px 16px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-bottom-bar.visible {
  transform: translateY(0);
}
.sticky-bar-info {
  display: flex;
  flex-direction: column;
}
.sticky-bar-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}
.sticky-bar-price {
  font-size: 18px;
  font-weight: 800;
  color: #2A3530;
}
.btn-sticky-cta {
  background: #8A7B39;
  color: #FFF;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: var(--r-sm);
  text-transform: uppercase;
}

/* Checkout Modal */
.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.checkout-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.checkout-modal {
  background: var(--white);
  border-radius: var(--r-lg);
  max-width: 540px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.checkout-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--beige-dark);
  border-radius: var(--r-sm);
  font-size: 14px;
}
.form-control:focus {
  outline: none;
  border-color: var(--palma);
  box-shadow: 0 0 0 3px rgba(138, 123, 57, 0.15);
}

/* Accordion FAQ */
.faq-list {
  max-width: 800px;
  margin: 32px auto 0;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--beige-dark);
  border-radius: var(--r-md);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-question {
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-answer {
  padding: 0 24px 18px;
  font-size: 14px;
  color: var(--text-mid);
  display: none;
}
.faq-item.open .faq-answer {
  display: block;
}

/* Social Proof / Reviews Section */
.reviews-summary-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: var(--white);
  padding: 16px 24px;
  border-radius: var(--r-md);
  border: 1px solid var(--beige-dark);
  margin: 24px auto 40px;
  max-width: 680px;
  flex-wrap: wrap;
}
.reviews-score {
  font-size: 28px;
  font-weight: 800;
  color: var(--text);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--beige-dark);
  border-radius: var(--r-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E8EBE4;
  color: #3D4C41;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.review-author-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.verified-tag {
  font-size: 11px;
  color: #27AE60;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.review-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin: 12px 0;
  border: 1px solid #EAECE7;
}
.review-text {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.5;
  font-style: italic;
}
/* Capturas reales: se muestran completas, sin recortar el texto de la conversación */
.review-card__img--screenshot {
  object-fit: contain;
  background: #ECE5DD;
  padding: 6px;
}

/* Media Queries */
@media (max-width: 900px) {
  .hero-funnel__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .funnel-gallery {
    position: static;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}
