/* Hide bottom-cta section only on the Home Page */
.home .bottom-cta {
    display: none !important;
}
/* ═══ BOTTOM CTA ═══ */
.bottom-cta { background: #0a1d37; padding: 50px 0; text-align: center; }
.bottom-cta h2 {
  font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 700;
  color: white; margin-bottom: 10px;
}
.bottom-cta p { font-size: 15px; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.btn-red-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: white;
  padding: 15px 32px; border-radius: var(--radius);
  font-size: 15px; font-weight: 600; border: none;
  cursor: pointer; transition: all 0.25s;
}
.btn-red-lg:hover { background: var(--red-hover); transform: translateY(-2px); }
.btn-red-lg svg { width: 16px; height: 16px; }


/* ═══ FOOTER ═══ */
.footer {
  background: var(--navy); border-top: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.5); padding: 40px 0 20px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px;
  padding-bottom: 28px; padding-top: 60px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.35); max-width: 250px; }
.footer-col h4 {
  font-family: 'Outfit', sans-serif; font-size: 13px; font-weight: 600;
  color: white; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.4); }
.footer-col ul li a:hover { color: white; }
.footer-bottom {
  padding-top: 18px; display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-bottom p { font-size: 11.5px; color: rgba(255,255,255,0.25); }


/* ═══ STICKY MOBILE CTA ═══ */
.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--white); border-top: 1px solid var(--gray-100);
  padding: 12px 20px; z-index: 999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.sticky-cta-inner { display: flex; align-items: center; gap: 12px; max-width: 1200px; margin: 0 auto; }
.sticky-info { flex: 1; min-width: 0; }
.sticky-info h4 { font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-info .sticky-stock { font-size: 11px; color: var(--green); font-weight: 600; }
.sticky-btns { display: flex; gap: 8px; }
.sticky-btns .btn-sm-sticky {
  padding: 10px 18px; border-radius: var(--radius);
  font-size: 13px; font-weight: 600; font-family: 'DM Sans', sans-serif;
  border: none; cursor: pointer; white-space: nowrap;
}
.sticky-btns .btn-sm-sticky.red { background: var(--red); color: white; }
.sticky-btns .btn-sm-sticky.navy { background: var(--navy); color: white; }


/* ═══CONATCT  BOTTOM CTA ═══ */
.contact-bottom-cta {
  padding: 56px 0;
  background: var(--navy);
  text-align: center;
}
.contact-bottom-cta h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px; font-weight: 700; color: white; margin-bottom: 10px;
}
.contact-bottom-cta p { font-size: 15px; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.btn-red-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: white;
  padding: 15px 32px; border-radius: var(--radius);
  font-size: 15px; font-weight: 600; border: none;
  cursor: pointer; transition: all 0.25s;
}
.btn-red-lg:hover { background: var(--red-hover); transform: translateY(-2px); }
.btn-red-lg svg { width: 16px; height: 16px; }

/* ═══ SHOP CTA BANNER ═══ */
.shop-cta-banner {
  background: var(--navy);
  padding: 52px 0;
  text-align: center;
}
.shop-cta-banner h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 28px; font-weight: 700; color: white; margin-bottom: 10px;
}
.shop-cta-banner p { font-size: 15px; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.shop-cta-banner .btn-red-lg {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--red); color: white;
  padding: 15px 32px; border-radius: var(--radius);
  font-size: 15px; font-weight: 600; border: none;
  cursor: pointer; transition: all 0.25s;
}
.shop-cta-banner .btn-red-lg:hover { background: var(--red-hover); transform: translateY(-2px); }
.shop-cta-banner .btn-red-lg svg { width: 16px; height: 16px; }