.elementor-1502 .elementor-element.elementor-element-a2b46d5{--display:flex;}/* Start custom CSS *//* =============================================
   HeyBabyOnline – QR Code Landing Page
   CUSTOM CSS — paste into:
   Elementor Page Settings > Custom CSS
   ============================================= */

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

/* ── HERO ── */
.hbd-hero {
  background: #1a2744;
  padding: 80px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hbd-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(217,124,115,0.18) 0%, transparent 70%);
  border-radius: 50%;
}
.hbd-hero::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -40px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
  border-radius: 50%;
}
.hbd-badge {
  display: inline-block;
  background: rgba(217,124,115,0.15);
  border: 1px solid rgba(217,124,115,0.35);
  color: #e09a93;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: hbdFadeUp 0.6s ease both;
}
.hbd-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.2;
  max-width: 680px;
  margin: 0 auto 20px;
  animation: hbdFadeUp 0.7s ease 0.1s both;
}
.hbd-hero h1 em {
  font-style: italic;
  color: #e09a93;
}
.hbd-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.8;
  animation: hbdFadeUp 0.7s ease 0.2s both;
}
.hbd-hero-cta {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  animation: hbdFadeUp 0.7s ease 0.3s both;
}
.hbd-price-note {
  font-size: 12.5px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.5px;
  animation: hbdFadeUp 0.7s ease 0.4s both;
}

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

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

/* ── VIDEO SECTION ── */
.hbd-video-section {
  background: #fffdf9;
  padding: 72px 24px;
  text-align: center;
}
.hbd-video-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 14px;
}
.hbd-video-intro {
  color: #6b7280;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.hbd-video-wrap {
  position: relative;
  display: inline-block;
  max-width: 320px;
  width: 100%;
  cursor: pointer;
}
.hbd-video-thumb {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(26,39,68,0.15);
  display: block;
}
.hbd-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #d97c73;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.2s;
  padding-left: 4px;
}
.hbd-video-wrap:hover .hbd-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

/* ── FEATURES ── */
.hbd-features {
  background: #faf8f4;
  padding: 72px 24px;
  text-align: center;
}
.hbd-features h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  margin-bottom: 14px;
}
.hbd-features-intro {
  color: #6b7280;
  font-size: 1rem;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.8;
}
.hbd-features-grid {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.hbd-features-top {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}
.hbd-features-bottom {
  grid-template-columns: repeat(2, 1fr);
  max-width: 600px;
}
.hbd-feature-card {
  background: #ffffff;
  border: 1px solid rgba(26,39,68,0.08);
  border-radius: 16px;
  padding: 30px 24px;
  text-align: left;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hbd-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(26,39,68,0.08);
}
.hbd-feature-icon {
  font-size: 28px;
  margin-bottom: 14px;
}
.hbd-feature-card h3 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a2744;
}
.hbd-feature-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── PRICING CALLOUT ── */
.hbd-pricing-callout {
  background: #1a2744;
  padding: 80px 24px;
}
.hbd-pricing-inner {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
}
.hbd-pricing-text .hbd-section-label {
  text-align: left;
}
.hbd-pricing-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.25;
}
.hbd-pricing-text p {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hbd-guarantee {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 20px;
}
.hbd-guarantee-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.hbd-guarantee strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}
.hbd-guarantee p {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}
.hbd-pricing-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 28px;
}
.hbd-price {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a2744;
  line-height: 1;
  margin-bottom: 24px;
}
.hbd-price span {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #6b7280;
}
.hbd-price-features {
  list-style: none;
  margin-bottom: 28px;
}
.hbd-price-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #1a2744;
  margin-bottom: 10px;
}
.hbd-price-features li::before {
  content: '✓';
  font-weight: 700;
  color: #d97c73;
  flex-shrink: 0;
}

/* ── REVIEWS ── */
.hbd-reviews {
  background: #fffdf9;
  padding: 72px 24px;
  text-align: center;
}
.hbd-reviews h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 48px;
}
.hbd-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.hbd-review-card {
  background: #ffffff;
  border: 1px solid rgba(26,39,68,0.08);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
}
.hbd-stars {
  color: #c9a84c;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.hbd-review-card p {
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 16px;
}
.hbd-reviewer {
  font-size: 13px;
  font-weight: 600;
  color: #1a2744;
}

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

/* ── FINAL CTA ── */
.hbd-final-cta {
  background: #1a2744;
  padding: 80px 24px;
  text-align: center;
}
.hbd-final-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 16px;
}
.hbd-final-cta p {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.hbd-final-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

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

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

/* ── RESPONSIVE TABLET ── */
@media (max-width: 860px) {
  .hbd-pricing-inner {
    grid-template-columns: 1fr;
  }
  .hbd-pricing-box {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .hbd-pricing-text .hbd-section-label {
    text-align: center;
  }
  .hbd-pricing-text h2 {
    text-align: center;
  }
  .hbd-pricing-text p {
    text-align: center;
  }
  .hbd-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 600px) {
  .hbd-hero {
    padding: 52px 20px 68px;
  }
  .hbd-hero h1 {
    font-size: 2rem;
  }
  .hbd-hero p {
    font-size: 0.95rem;
  }
  .hbd-hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hbd-btn-primary,
  .hbd-btn-outline {
    width: 100%;
    text-align: center;
  }
  .hbd-video-section {
    padding: 48px 20px;
  }
  .hbd-video-section h2 {
    font-size: 1.7rem;
  }
  .hbd-features {
    padding: 48px 20px;
  }
  .hbd-features h2 {
    font-size: 1.7rem;
  }
  .hbd-features-top,
  .hbd-features-bottom {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .hbd-pricing-callout {
    padding: 56px 20px;
  }
  .hbd-pricing-text h2 {
    font-size: 1.7rem;
  }
  .hbd-reviews {
    padding: 48px 20px;
  }
  .hbd-reviews h2 {
    font-size: 1.7rem;
    margin-bottom: 32px;
  }
  .hbd-reminder {
    padding: 48px 20px;
  }
  .hbd-reminder h2 {
    font-size: 1.7rem;
  }
  .hbd-final-cta {
    padding: 56px 20px;
  }
  .hbd-final-cta h2 {
    font-size: 1.8rem;
  }
  .hbd-final-btns {
    flex-direction: column;
    align-items: center;
  }
  .hbd-final-btns .hbd-btn-primary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */