.elementor-1456 .elementor-element.elementor-element-5a24447{--display:flex;}.elementor-1456 .elementor-element.elementor-element-5a24447:not(.elementor-motion-effects-element-type-background), .elementor-1456 .elementor-element.elementor-element-5a24447 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-secondary ) 100%);}/* Start custom CSS *//* =============================================
   HeyBabyOnline – Mummy's Got A List For That
   CUSTOM CSS — paste into:
   Elementor Page Settings > Custom CSS
   ============================================= */

/* ── GLOBAL ── */
.hbo-lists-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.hbo-lists-page {
  font-family: 'Poppins', sans-serif;
  color: #1a2744;
  overflow-x: hidden;
}

/* ── SECTION LABEL ── */
.hbl-section-label {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #d97c73;
  margin-bottom: 14px;
}

/* ── BUTTONS ── */
.hbl-btn-primary {
  background: #d97c73;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}
.hbl-btn-primary:hover {
  background: #e09a93;
  transform: translateY(-2px);
  color: #ffffff;
}
.hbl-btn-outline {
  background: transparent;
  color: #d97c73;
  padding: 13px 32px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  border: 2px solid #d97c73;
  transition: all 0.2s;
  display: inline-block;
}
.hbl-btn-outline:hover {
  background: rgba(217,124,115,0.08);
  color: #d97c73;
}

/* ── HERO ── */
.hbl-hero {
  background: #1a2744;
  padding: 90px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hbl-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(217,124,115,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.hbl-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.hbl-hero-inner {
  position: relative;
  z-index: 1;
}
.hbl-hero .hbl-section-label {
  color: #e09a93;
  animation: hblFadeUp 0.6s ease both;
}
.hbl-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto 22px;
  animation: hblFadeUp 0.7s ease 0.1s both;
}
.hbl-hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8;
  animation: hblFadeUp 0.7s ease 0.2s both;
}

/* ── LISTS SECTION ── */
.hbl-lists {
  background: #faf8f4;
  padding: 72px 24px 80px;
}

/* ── CATEGORY ── */
.hbl-category {
  max-width: 1000px;
  margin: 0 auto 56px;
}
.hbl-category:last-child {
  margin-bottom: 0;
}
.hbl-category-header {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(26,39,68,0.08);
}
.hbl-category-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a2744;
}

/* ── GRID ── */
.hbl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ── CARDS (shared) ── */
.hbl-card {
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.hbl-card-top {
  margin-bottom: 14px;
}
.hbl-card h3 {
  font-size: 14.5px;
  font-weight: 600;
  color: #1a2744;
  margin-bottom: 8px;
  line-height: 1.4;
}
.hbl-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  flex-grow: 1;
}

/* ── LIVE CARD ── */
.hbl-card-live {
  background: #1a2744;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1.5px solid #1a2744;
}
.hbl-card-live:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(26,39,68,0.2);
}
.hbl-card-live h3 {
  color: #ffffff;
}
.hbl-card-live p {
  color: rgba(255,255,255,0.65);
}
.hbl-live-badge {
  display: inline-block;
  background: #d97c73;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}
.hbl-card-cta {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
  color: #d97c73;
  text-decoration: none;
}

/* ── COMING SOON CARD ── */
.hbl-card-soon {
  background: #ffffff;
  border: 1.5px solid rgba(26,39,68,0.08);
  opacity: 0.82;
}
.hbl-soon-badge {
  display: inline-block;
  background: rgba(26,39,68,0.06);
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}

/* ── PLACEHOLDER CARD ── */
.hbl-card-placeholder {
  background: transparent;
  border: 1.5px dashed rgba(26,39,68,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.hbl-card-placeholder p {
  font-size: 13px;
  color: rgba(26,39,68,0.3);
  font-style: italic;
  text-align: center;
  flex-grow: 0;
}

/* ── APP NUDGE ── */
.hbl-app-nudge {
  background: #fffdf9;
  padding: 80px 24px;
  border-top: 1px solid rgba(26,39,68,0.06);
}
.hbl-nudge-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: center;
}
.hbl-nudge-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #1a2744;
  margin-bottom: 16px;
  line-height: 1.3;
}
.hbl-nudge-text p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hbl-nudge-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.hbl-nudge-note {
  font-size: 12px;
  color: rgba(26,39,68,0.4);
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.hbl-nudge-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hbl-stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a2744;
  line-height: 1;
  margin-bottom: 6px;
}
.hbl-stat-label {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

/* ── FOOTER NOTE ── */
.hbl-footer-note {
  text-align: center;
  padding: 24px;
  font-size: 13px;
  color: #6b7280;
  background: #faf8f4;
}
.hbl-footer-note a {
  color: #d97c73;
  text-decoration: none;
}
.hbl-footer-note a:hover {
  color: #c06860;
}

/* ── ANIMATION ── */
@keyframes hblFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE TABLET (max 860px) ── */
@media (max-width: 860px) {
  .hbl-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hbl-nudge-inner {
    grid-template-columns: 1fr;
  }
  .hbl-nudge-stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .hbl-stat {
    flex: 1;
    min-width: 140px;
  }
  .hbl-nudge-text .hbl-section-label {
    text-align: center;
  }
  .hbl-nudge-text h2 {
    text-align: center;
  }
  .hbl-nudge-text p {
    text-align: center;
  }
  .hbl-nudge-btns {
    justify-content: center;
  }
  .hbl-nudge-note {
    text-align: center;
  }
}

/* ── RESPONSIVE MOBILE (max 600px) ── */
@media (max-width: 600px) {
  .hbl-hero {
    padding: 60px 20px 72px;
  }
  .hbl-hero h1 {
    font-size: 2.1rem;
  }
  .hbl-hero-sub {
    font-size: 0.95rem;
  }
  .hbl-lists {
    padding: 48px 20px 56px;
  }
  .hbl-grid {
    grid-template-columns: 1fr;
  }
  .hbl-category {
    margin-bottom: 40px;
  }
  .hbl-card {
    min-height: auto;
  }
  .hbl-card-placeholder {
    min-height: 80px;
  }
  .hbl-app-nudge {
    padding: 56px 20px;
  }
  .hbl-nudge-text h2 {
    font-size: 1.7rem;
  }
  .hbl-nudge-btns {
    flex-direction: column;
  }
  .hbl-btn-primary,
  .hbl-btn-outline {
    width: 100%;
    text-align: center;
  }
  .hbl-nudge-stats {
    flex-direction: column;
  }
}/* End custom CSS */