/* =====================================================
   PRODUCTS PAGE — Premium Responsive CSS
   ===================================================== */

/* ── FOOTER RESETS ── */
.main-footer .container { width: auto; max-width: 1380px; margin: 0 auto; padding: 0 48px; }
.main-footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; margin-bottom: 60px; padding: 0; border: none; border-radius: 0; background: transparent; box-shadow: none; }
.main-footer .footer-brand p { color: var(--text-muted-blue); margin: 24px 0; max-width: 280px; font-size: 14px; line-height: 1.8; }
.main-footer .footer-social { display: flex; gap: 16px; }
.main-footer .footer-social a { width: 40px; height: 40px; border-radius: 50%; background: var(--glass-bg); border: 1px solid var(--glass-border); display: flex; align-items: center; justify-content: center; color: var(--text-muted-blue); font-size: 16px; transition: var(--transition-smooth); }
.main-footer .footer-social a:hover { background: rgba(0,87,255,0.1); border-color: rgba(0,87,255,0.3); color: var(--primary-blue); transform: translateY(-2px); }
.main-footer .footer-col h4 { font-size: 15px; margin-bottom: 24px; font-weight: 700; color: var(--text-white); }
.main-footer .footer-col ul { list-style: none; margin: 0; padding: 0; }
.main-footer .footer-col ul li { margin-bottom: 12px; }
.main-footer .footer-col ul li a { color: var(--text-muted-blue); text-decoration: none; font-size: 14px; transition: color 0.3s ease; font-weight: 400; }
.main-footer .footer-col ul li a:hover { color: var(--primary-blue); }
.main-footer .footer-contact-item { color: var(--text-muted-blue); font-size: 14px; margin-bottom: 10px; }
.main-footer .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 30px; border-radius: 50px; font-weight: 600; font-size: 15px; text-decoration: none; transition: var(--transition-smooth); cursor: pointer; border: none; white-space: nowrap; min-height: auto; width: 100%; }
.main-footer .btn-outline { background: transparent; border: 1px solid var(--glass-border); color: var(--text-white); }
.main-footer .btn-outline:hover { background: var(--glass-bg); border-color: var(--primary-blue); color: var(--primary-blue); transform: translateY(-2px); }
.main-footer .footer-bottom { padding-top: 32px; margin-top: 0; border-top: 1px solid var(--glass-border); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.main-footer .footer-bottom p { color: var(--text-muted-blue); font-size: 13px; opacity: 0.7; margin: 0; }
.main-footer .footer-legal { display: flex; gap: 24px; }
.main-footer .footer-legal a { color: var(--text-muted-blue); font-size: 13px; text-decoration: none; opacity: 0.7; transition: 0.3s; }
.main-footer .footer-legal a:hover { opacity: 1; color: var(--primary-blue); }
.main-footer .logo { display: flex; align-items: center; gap: 10px; color: var(--text-white); text-decoration: none; margin-bottom: 0; }
.main-footer .logo img { height: 44px; width: auto; display: block; margin-bottom: 0; }

/* ── PRODUCT HERO ── */
:root {
  --bx-red: #cc0000;
  --bx-red-dark: #8b0000;
  --bx-dark: #111111;
  --gold: #C8A97E;
}

.product-hero {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, #f8f9fc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.product-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(200,169,126,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.product-hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.product-info h1 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #111;
  font-weight: 800;
}

.product-logo {
  height: 56px;
  width: auto;
  margin-bottom: 28px;
  filter: brightness(1.1);
}

.hero-copy {
  color: rgba(0,0,0,0.65);
  font-size: 17px;
  line-height: 1.8;
  max-width: 520px;
}

.more-info-btn { margin-top: 32px; }

.product-visual img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

/* ButcheryX hero override */
.butcheryx-theme {
  background: linear-gradient(135deg, #fffafa 0%, #ffffff 100%) !important;
  color: #111;
  padding-top: 100px !important;
}

.butcheryx-theme::before {
  background: radial-gradient(ellipse at 70% 40%, rgba(204,0,0,0.1) 0%, transparent 60%) !important;
}

.butcheryx-theme .hero-copy { color: rgba(0,0,0,0.65); }
.red-text { color: var(--bx-red); }
.gold-text {
  background: linear-gradient(90deg, #b09166, #d9c3a3, #c8a97e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── MODULES SECTION ── */
.horizontal-modules-section {
  background: #f8f9fc;
  overflow: hidden;
  padding: 100px 0;
}

.butcheryx-theme-products { background: #fff !important; }

.modules-header-new { text-align: center; margin-bottom: 50px; }

.horizontal-scroll-wrapper {
  margin-top: 40px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding: 20px 0 40px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.horizontal-scroll-wrapper::-webkit-scrollbar { display: none; }
.horizontal-scroll-wrapper:active { cursor: grabbing; }

.horizontal-scroll-track {
  display: flex;
  gap: 24px;
  padding: 0 40px;
  width: max-content;
}

.module-card-horizontal {
  width: 420px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 24px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
  flex-shrink: 0;
}

.module-card-horizontal:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: 0 24px 60px rgba(200,169,126,0.15);
}

.butcheryx-theme-products .module-card-horizontal:hover {
  border-color: var(--bx-red);
  box-shadow: 0 24px 60px rgba(204,0,0,0.12);
}

.module-num-horizontal { font-size: 13px; font-weight: 800; color: var(--gold); display: block; margin-bottom: 10px; }
.module-info-horizontal h3 { margin: 0; font-size: 19px; font-weight: 800; }
.module-info-horizontal p { margin: 10px 0 0; font-size: 13.5px; color: rgba(16,16,16,0.55); line-height: 1.6; }

.module-visual-horizontal {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #faf9f6, #f0ede6);
  border-radius: 18px;
}
.module-visual-horizontal img { max-width: 90%; max-height: 90%; object-fit: contain; }

/* Pricing styles moved to luxora.css for common use */


/* ── WAVE SEPARATORS ── */
.wave-separator { position: relative; width: 100%; height: 120px; overflow: hidden; }
.waves { position: absolute; bottom: 0; width: 100%; height: 100%; }
.parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; }
.parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; }
.parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; }
.parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; }
.parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; }
@keyframes move-forever {
  0%   { transform: translate3d(-90px,0,0); }
  100% { transform: translate3d(85px,0,0); }
}

/* ── CTA SECTION ── */
.cta-section { background: #f8f9fc; padding: 120px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0,87,255,0.07) 0%, transparent 65%); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.1; margin-bottom: 24px; color: #111; }
.cta-inner p { color: rgba(0,0,0,0.6); font-size: 17px; margin-bottom: 44px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* Section eyebrow */
.section-eyebrow { display: inline-block; color: var(--primary-blue,#0057ff); font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 18px; font-size: 11px; }

/* Reveal initial state */
.reveal { opacity: 0; transform: translateY(28px); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.popular { transform: scale(1); }
}

@media (max-width: 768px) {
  .product-hero { padding: 130px 0 70px; }

  .product-hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .product-info { display: flex; flex-direction: column; align-items: center; }
  .hero-copy { max-width: 100%; }
  .product-visual { order: -1; }
  .product-visual img { max-width: 90%; margin: 0 auto; display: block; }

  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .price-card.popular { transform: scale(1); }

  .module-card-horizontal { width: 280px; grid-template-columns: 1fr; padding: 26px; gap: 16px; }
  .module-visual-horizontal { height: 80px; order: -1; }

  .wave-separator { height: 60px; }
  .cta-section { padding: 80px 0; }

  .main-footer .container { padding: 0 24px; }
  .main-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .main-footer .footer-brand { grid-column: auto; }
  .main-footer .footer-social { justify-content: center; }
  .main-footer .footer-bottom { flex-direction: column; text-align: center; }
  .main-footer .footer-legal { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 480px) {
  .product-hero .container { gap: 30px; }
  .horizontal-scroll-track { padding: 0 20px; }
  .install-fee { flex-direction: column; text-align: center; gap: 6px; }
}

@media (max-width: 1200px) {
  .main-footer .container { padding: 0 36px; }
  .main-footer .footer-grid { gap: 40px; }
}

@media (max-width: 992px) {
  .main-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .main-footer .footer-brand { grid-column: 1 / -1; }
}
