.elementor-1591 .elementor-element.elementor-element-01be0d8{--display:flex;}/* Start custom CSS *//* =============================================
   HeyBabyOnline – Expecting Parent Sign-Up
   QR Code Landing Page CSS
   Paste into Elementor Page Settings > Custom CSS
   ============================================= */

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

/* ── HERO ── */
.hbs-hero {
  background: #1a2744;
  padding: 64px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hbs-hero::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(217,124,115,0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hbs-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hbs-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: 24px;
  animation: hbsFadeUp 0.6s ease both;
}

.hbs-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  color: #ffffff;
  line-height: 1.2;
  max-width: 600px;
  margin: 0 auto 18px;
  animation: hbsFadeUp 0.6s ease 0.1s both;
}
.hbs-hero h1 em {
  font-style: italic;
  color: #e09a93;
}

.hbs-hero p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.8;
  animation: hbsFadeUp 0.6s ease 0.2s both;
}

/* ── PERKS ROW ── */
.hbs-perks {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  animation: hbsFadeUp 0.6s ease 0.3s both;
}
.hbs-perk {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.85);
  font-size: 12.5px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 100px;
}

/* ── FORM SECTION ── */
.hbs-form-section {
  background: #faf8f4;
  padding: 56px 24px;
  display: flex;
  justify-content: center;
}

.hbs-form-card {
  background: #ffffff;
  border: 1px solid rgba(26,39,68,0.08);
  border-radius: 20px;
  padding: 40px 36px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 12px 48px rgba(26,39,68,0.07);
  text-align: center;
}

.hbs-form-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d97c73;
  margin-bottom: 28px;
}

.hbs-form-placeholder {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #e8ddd5;
  border-radius: 12px;
  color: #9ca3af;
  font-size: 13px;
  margin-bottom: 24px;
  padding: 24px;
}

.hbs-form-note {
  font-size: 12.5px;
  color: #9ca3af;
  line-height: 1.7;
  margin-top: 20px;
}

/* ── REVIEWS ── */
.hbs-reviews {
  background: #fffdf9;
  padding: 56px 24px;
  text-align: center;
}

.hbs-section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #d97c73;
  margin-bottom: 28px;
  display: block;
}

.hbs-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.hbs-review {
  background: #ffffff;
  border: 1px solid rgba(26,39,68,0.08);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: left;
}

.hbs-stars {
  color: #c9a84c;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.hbs-review p {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 12px;
}

.hbs-review span {
  font-size: 12.5px;
  font-weight: 600;
  color: #1a2744;
}

/* ── FOOTER ── */
.hbs-footer {
  background: #faf8f4;
  border-top: 1px solid #e8ddd5;
  padding: 32px 24px;
  text-align: center;
}

.hbs-footer-logo {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  opacity: 0.85;
}

.hbs-footer p {
  font-size: 12.5px;
  color: #9ca3af;
  line-height: 1.9;
}

.hbs-footer a {
  color: #d97c73;
  text-decoration: none;
}

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

/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .hbs-hero {
    padding: 48px 20px 56px;
  }
  .hbs-hero h1 {
    font-size: 1.9rem;
  }
  .hbs-hero p {
    font-size: 0.92rem;
  }
  .hbs-perks {
    flex-direction: column;
    align-items: center;
  }
  .hbs-form-card {
    padding: 28px 20px;
  }
  .hbs-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}/* End custom CSS */