.elementor-1112 .elementor-element.elementor-element-a94acde{--display:flex;}.elementor-1112 .elementor-element.elementor-element-a94acde:not(.elementor-motion-effects-element-type-background), .elementor-1112 .elementor-element.elementor-element-a94acde > .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 – Articles Page
   CUSTOM CSS — paste into:
   Elementor Page Settings > Custom CSS
   ============================================= */

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

/* ── SECTION LABEL ── */
.hba-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 ── */
.hba-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;
}
.hba-btn-primary:hover {
  background: #e09a93;
  transform: translateY(-2px);
  color: #ffffff;
}
.hba-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;
}
.hba-btn-outline:hover {
  background: rgba(217,124,115,0.08);
  color: #d97c73;
}

/* ── HERO ── */
.hba-hero {
  background: #1a2744;
  padding: 90px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hba-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%;
}
.hba-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%;
}
.hba-hero-inner {
  position: relative;
  z-index: 1;
}
.hba-hero .hba-section-label {
  color: #e09a93;
  animation: hbaFadeUp 0.6s ease both;
}
.hba-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: hbaFadeUp 0.7s ease 0.1s both;
}
.hba-hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
  animation: hbaFadeUp 0.7s ease 0.2s both;
}

/* ── ARTICLES SECTION ── */
.hba-articles {
  background: #faf8f4;
  padding: 72px 24px 80px;
}

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

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

/* ── ARTICLE CARD ── */
.hba-card {
  background: #1a2744;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1.5px solid #1a2744;
}
.hba-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(26,39,68,0.2);
}
.hba-card-top {
  margin-bottom: 14px;
}
.hba-read-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;
}
.hba-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
}
.hba-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  flex-grow: 1;
}
.hba-card-cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #d97c73;
}

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

/* ── REMINDER ── */
.hba-reminder {
  background: #faf8f4;
  padding: 72px 24px;
  text-align: center;
}
.hba-reminder h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #1a2744;
  margin-bottom: 14px;
}
.hba-reminder-intro {
  color: #6b7280;
  font-size: 1rem;
  max-width: 440px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.hba-form-placeholder {
  max-width: 480px;
  margin: 0 auto;
}

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

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

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

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