.elementor-1644 .elementor-element.elementor-element-3c9fc6a{--display:flex;}/* Start custom CSS *//* =============================================
   HeyBabyOnline – Delete Account Page
   CUSTOM CSS — paste into:
   Elementor Page Settings > Custom CSS
   ============================================= */

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

/* ── SECTION LABEL ── */
.hbd-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;
}

/* ── HERO ── */
.hbd-hero {
  background: #1a2744;
  padding: 80px 24px 90px;
  text-align: center;
}
.hbd-hero .hbd-section-label {
  color: #e09a93;
}
.hbd-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.hbd-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── METHODS SECTION ── */
.hbd-section {
  padding: 72px 24px;
  background: #fefcf1;
}
.hbd-section-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.hbd-method-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 32px;
  border: 1px solid rgba(0,32,96,0.08);
  box-shadow: 0 2px 12px rgba(0,32,96,0.06);
  position: relative;
}
.hbd-method-primary {
  border-color: rgba(217,124,115,0.3);
  box-shadow: 0 4px 20px rgba(217,124,115,0.1);
}
.hbd-method-badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #d97c73;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
}
.hbd-method-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.hbd-method-card h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #002060;
  margin-bottom: 12px;
}
.hbd-method-card p {
  font-size: 0.9rem;
  color: #1a2744;
  opacity: 0.75;
  line-height: 1.65;
  margin-bottom: 20px;
}

/* ── STEPS LIST ── */
.hbd-steps {
  list-style: none;
  counter-reset: steps;
  padding: 0;
}
.hbd-steps li {
  counter-increment: steps;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9rem;
  color: #1a2744;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,32,96,0.06);
}
.hbd-steps li:last-child {
  border-bottom: none;
}
.hbd-steps li::before {
  content: counter(steps);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: #002060;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── EMAIL BOX ── */
.hbd-email-box {
  background: #f7f4ef;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.hbd-email-label {
  font-size: 0.8rem;
  color: #1a2744;
  opacity: 0.55;
  margin-bottom: 8px;
  text-align: center;
}
.hbd-email-link {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #d97c73;
  text-decoration: none;
  margin-bottom: 12px;
}
.hbd-email-link:hover {
  text-decoration: underline;
}
.hbd-email-note {
  font-size: 0.82rem;
  color: #1a2744;
  opacity: 0.6;
  line-height: 1.55;
  margin-bottom: 0;
  text-align: center;
}

/* ── DATA SECTION ── */
.hbd-data-section {
  background: #ffffff;
  padding: 72px 24px;
}
.hbd-data-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.hbd-data-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #002060;
  margin-bottom: 14px;
}
.hbd-data-intro {
  font-size: 0.95rem;
  color: #1a2744;
  opacity: 0.65;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.hbd-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: left;
  margin-bottom: 32px;
}
.hbd-data-col {
  border-radius: 14px;
  padding: 28px;
}
.hbd-data-deleted {
  background: #fff5f4;
  border: 1px solid rgba(217,124,115,0.2);
}
.hbd-data-retained {
  background: #f0f4ff;
  border: 1px solid rgba(0,32,96,0.1);
}
.hbd-data-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.hbd-data-icon {
  font-size: 22px;
}
.hbd-data-col h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #002060;
}
.hbd-retained-note {
  font-size: 0.85rem;
  color: #1a2744;
  opacity: 0.65;
  line-height: 1.6;
  margin-bottom: 14px;
  font-style: italic;
}
.hbd-data-list {
  list-style: none;
  padding: 0;
}
.hbd-data-list li {
  font-size: 0.88rem;
  color: #1a2744;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,32,96,0.06);
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.hbd-data-deleted .hbd-data-list li::before {
  content: '✕';
  color: #d97c73;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
  flex-shrink: 0;
}
.hbd-data-retained .hbd-data-list li::before {
  content: '~';
  color: #002060;
  opacity: 0.4;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.hbd-data-list li:last-child {
  border-bottom: none;
}

/* ── RETENTION NOTE ── */
.hbd-retention-note {
  background: #f7f4ef;
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 0.88rem;
  color: #1a2744;
  line-height: 1.65;
  text-align: left;
  border-left: 3px solid #d97c73;
}

/* ── CONTACT ── */
.hbd-contact {
  background: #1a2744;
  padding: 64px 24px;
  text-align: center;
}
.hbd-contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 16px;
}
.hbd-contact p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 12px;
}
.hbd-contact a {
  color: #d97c73;
  text-decoration: none;
  font-weight: 600;
}
.hbd-contact a:hover {
  text-decoration: underline;
}
.hbd-privacy-link {
  margin-top: 8px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hbd-hero h1 {
    font-size: 2rem;
  }
  .hbd-section-inner {
    grid-template-columns: 1fr;
  }
  .hbd-data-grid {
    grid-template-columns: 1fr;
  }
  .hbd-data-inner h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .hbd-hero {
    padding: 60px 20px 72px;
  }
  .hbd-section {
    padding: 52px 20px;
  }
  .hbd-method-card {
    padding: 28px 20px;
  }
  .hbd-data-section {
    padding: 52px 20px;
  }
  .hbd-contact {
    padding: 52px 20px;
  }
}/* End custom CSS */