/* --- Onboarding & Auth Flow --- */
.hub-onboard-shell {
  max-width: 420px;
  margin: 2.5rem auto;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 2.2rem 2.1rem 2.5rem 2.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.hub-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.hub-progress-bar .step {
  background: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 0.38em 1.1em;
  font-weight: 700;
  font-size: 1.01rem;
  opacity: 0.7;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}
.hub-progress-bar .step.active {
  background: var(--accent);
  color: #fff;
  opacity: 1;
}
.hub-login-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 2.1rem 1.5rem 2.2rem 1.5rem;
  margin: 0 auto 1.5rem auto;
  max-width: 420px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.hub-login-card h2 {
  margin-top: 0;
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
}
.hub-login-card p {
  text-align: center;
  color: var(--muted);
  margin-bottom: 0.7rem;
}
.hub-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.hub-form label {
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.hub-form input,
.hub-form select,
.hub-form textarea {
  border: 1px solid var(--border);
  border-radius: 10px;
  font: inherit;
  padding: 0.7rem 0.8rem;
  font-size: 1rem;
  background: #f9f9f7;
}
.hub-form input[type="file"] {
  padding: 0.4rem 0.2rem;
  background: #fff;
}
.hub-form .hub-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.2rem;
  margin-bottom: 0.5rem;
}
.hub-form .hub-checkbox-group label {
  font-weight: 500;
  font-size: 0.98rem;
  margin-bottom: 0;
}
.hub-form button[type="submit"] {
  margin-top: 0.7rem;
  width: 100%;
  font-size: 1.08rem;
}
.hub-alert {
  border-radius: 10px;
  border: 1px solid;
  margin-bottom: 1rem;
  padding: 0.75rem 0.95rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 600px) {
  .hub-onboard-shell, .hub-login-card {
    padding: 1.2rem 0.5rem 1.5rem 0.5rem;
    max-width: 98vw;
  }
  .hub-progress-bar {
    flex-direction: column;
    gap: 0.3rem;
  }
}
.dashboard-shell {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.dashboard-profile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.7rem;
}
.dashboard-profile-form {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.1rem;
}
.dashboard-profile-form input {
  border: 1px solid var(--border);
  border-radius: 10px;
  font: inherit;
  padding: 0.7rem 0.8rem;
}
.dashboard-badge {
  background: var(--primary-light);
  color: var(--primary-dark);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-left: 0.5rem;
  padding: 0.2em 0.7em;
}
.dashboard-success {
  color: var(--success);
  font-weight: 700;
  margin-top: 0.7rem;
}
.dashboard-activity {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.7rem;
}
.dashboard-topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard-topic-list li {
  margin-bottom: 0.7rem;
  font-size: 1.04rem;
}
.dashboard-topic-date {
  color: var(--muted);
  font-size: 0.93rem;
  margin-left: 0.7em;
}
@media (max-width: 900px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }
}
.hub-paywall {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 320px;
}
.hub-paywall-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 2.2rem 2.5rem;
  max-width: 420px;
  margin: 2rem auto;
  text-align: center;
}
.hub-paywall-card h2 {
  margin-top: 0;
}
.hub-paywall-features {
  text-align: left;
  margin: 1.2rem 0 1.5rem 0;
  padding-left: 1.2rem;
}
.hub-paywall-features li {
  margin-bottom: 0.5rem;
  font-size: 1.04rem;
}
.hub-paywall-note {
  color: var(--muted);
  font-size: 0.93rem;
  margin-top: 1.2rem;
}
/*
Theme Name: Bloombirth
Theme URI: https://example.com/bloombirth
Author: Bloombirth Team
Author URI: https://example.com
Description: Lightweight healthcare WordPress theme for clinics, maternity care, pediatric care, and elderly home care services.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloombirth
Tags: one-column, two-columns, custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready
*/

:root {
  --primary: #A3B18A;
  --primary-dark: #6B7A5A;
  --primary-light: #DAD7CD;
  --secondary: #6B7A5A;
  --accent: #F4A261;
  --accent-hover: #E76F51;
  --header-bg: #F5F3EF;
  --header-text: #2F2F2F;
  --header-accent: #F4A261;
  --header-accent-hover: #E76F51;
  --bg: #F5F3EF;
  --text: #2F2F2F;
  --support: #DAD7CD;
  --surface: #ffffff;
  --muted: #6C757D;
  --success: #7FB77E;
  --error: #E57373;
  --border: #E0E0E0;
  --radius-sm: 8px;
  --radius-md: 12px;
  --shadow-soft: 0 10px 30px rgba(107, 122, 90, 0.1);
  --container: min(1120px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-wrap: anywhere;
}

a {
  color: var(--primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:hover,
a:focus-visible {
  color: var(--accent);
}

img {
  max-width: 100%;
  height: auto;
}

iframe,
video,
embed,
object {
  height: auto;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  background: #fff;
  border-radius: var(--radius-sm);
  color: var(--text);
  left: 0.75rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
  z-index: 1001;
}

.skip-link:focus {
  top: 0.75rem;
  transform: translateY(0);
}

.site-header {
  background: rgba(245, 243, 239, 0.97);
  border-bottom: 1px solid var(--border);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: backdrop-filter 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  z-index: 999;
}

.site-header.is-scrolled {
  backdrop-filter: blur(10px);
  background: rgba(245, 243, 239, 0.95);
  box-shadow: 0 6px 20px rgba(107, 122, 90, 0.12);
}

.header-wrap {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 84px;
}

.branding {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  min-width: 140px;
  text-decoration: none;
}

.site-title {
  color: var(--header-text);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
}

.menu-toggle {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 10px;
  color: var(--header-text);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 46px;
  min-width: 46px;
  padding: 0.7rem;
}

.menu-toggle-line {
  background: currentColor;
  border-radius: 99px;
  display: block;
  height: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 20px;
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  border-radius: 999px;
  color: var(--header-text);
  display: inline-block;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu a.is-active {
  background: rgba(107, 122, 90, 0.14);
  color: var(--primary-dark);
}

.primary-menu a:hover,
.primary-menu a:focus-visible {
  transform: translateY(-1px);
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.dropdown-arrow {
  display: inline-block;
  font-size: 0.55rem;
  margin-left: 0.2rem;
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.primary-menu .menu-item-has-children:hover > a .dropdown-arrow,
.primary-menu .menu-item-has-children:focus-within > a .dropdown-arrow {
  transform: rotate(180deg);
}

.primary-menu .sub-menu {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  display: none;
  list-style: none;
  margin: 0;
  max-height: 68vh;
  min-width: 220px;
  overflow: auto;
  padding: 0.45rem;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 1200;
}

.primary-menu .menu-item-has-children:hover > .sub-menu,
.primary-menu .menu-item-has-children:focus-within > .sub-menu {
  display: block;
}

.primary-menu .sub-menu .menu-item a {
  display: block;
  font-size: 0.92rem;
  padding: 0.45rem 0.6rem;
}

.primary-menu .sub-menu .menu-label {
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.55rem;
  text-transform: uppercase;
}

.header-actions {
  align-items: center;
  display: grid;
  gap: 0.2rem;
  justify-items: end;
  min-width: 215px;
}

.menu-cta-mobile {
  display: none;
}

.cta-microcopy {
  color: rgba(35, 37, 33, 0.85);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: center;
}

.btn,
.wp-block-button__link,
button,
input[type="submit"] {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 0.85rem 1.2rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:focus-visible,
button:focus-visible,
input[type="submit"]:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(244, 162, 97, 0.5);
  outline-offset: 2px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
}

.btn-accent,
input[type="submit"] {
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(244, 162, 97, 0.35);
  color: #ffffff;
  min-height: 46px;
}

.btn-accent:hover {
  background: var(--accent-hover);
  color: #ffffff;
}

.hub-hero {
  padding-top: clamp(2.5rem, 3.4vw, 4rem);
  padding-bottom: clamp(1.8rem, 2.8vw, 3rem);
}

.hub-hero-community {
  background: linear-gradient(160deg, #eef2e9 0%, #f8f7f4 100%);
}

.hub-hero-forum {
  background: linear-gradient(155deg, #fef4ea 0%, #f8f7f4 100%);
}

.hub-kicker {
  color: var(--primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.hub-lead {
  max-width: 780px;
  margin: 0 0 1rem;
}

.hub-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hub-layout {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.85fr);
  align-items: start;
}

.hub-heading-row {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hub-search {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.hub-search input[type="search"] {
  min-width: 240px;
}

.hub-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.05rem;
}

.hub-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.07rem;
  line-height: 1.35;
}

.hub-meta {
  color: var(--muted);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.86rem;
  margin: 0 0 0.5rem;
}

.hub-readmore {
  display: inline-flex;
  margin-top: 0.4rem;
  font-weight: 700;
  text-decoration: none;
}

.hub-empty {
  background: #fff;
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
}

.hub-sidebar {
  position: sticky;
  top: 95px;
}

.hub-compose {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1rem;
}

.hub-compose h3 {
  margin-top: 0;
}

.hub-compose form {
  display: grid;
  gap: 0.65rem;
}

.hub-compose label {
  font-size: 0.87rem;
  font-weight: 700;
}

.hub-compose input,
.hub-compose textarea,
.hub-search input {
  border: 1px solid var(--border);
  border-radius: 10px;
  font: inherit;
  padding: 0.7rem 0.8rem;
}

.hub-compose textarea {
  min-height: 132px;
  resize: vertical;
}

.hub-alert {
  border-radius: 10px;
  border: 1px solid;
  margin-bottom: 1rem;
  padding: 0.75rem 0.95rem;
  font-weight: 600;
}

.hub-alert-success {
  background: #eef8ef;
  border-color: #9ec4a1;
  color: #2f5c36;
}

.hub-alert-error {
  background: #fff3f1;
  border-color: #f3b0a6;
  color: #7a2f28;
}

.hub-single-wrap {
  max-width: 860px;
}

.hub-back {
  display: inline-flex;
  margin-bottom: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.hub-single-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
}

.hub-single-card h1 {
  margin-top: 0;
  line-height: 1.25;
}

@media (max-width: 1000px) {
  .hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-layout {
    grid-template-columns: 1fr;
  }

  .hub-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }

  .hub-search,
  .hub-heading-row {
    width: 100%;
  }

  .hub-search input[type="search"] {
    min-width: 0;
    width: 100%;
  }
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(107, 122, 90, 0.4);
  color: var(--primary-dark);
}

.main-content section,
.section {
  margin-block: 1.5rem;
  padding: 2rem 0;
}

.hero {
  padding-top: 3rem;
}

.grid-2 {
  display: grid;
  gap: 1.5rem;
}

.hero-copy h1 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.2rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}

.form-field input,
.form-field textarea,
.form-field select {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 16px;
  padding: 0.72rem;
}

.form-field textarea {
  min-height: 92px;
  resize: vertical;
}

.notice {
  border-radius: var(--radius-sm);
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.notice-success {
  background: #e8f5e9;
  color: #2e7d32;
}

.notice-error {
  background: #ffebee;
  color: #c62828;
}

.problem,
.cta-block {
  background: linear-gradient(135deg, rgba(218, 215, 205, 0.6), rgba(163, 177, 138, 0.18));
  border-radius: var(--radius-md);
  padding: 2rem;
}

.solution-media {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  min-height: 260px;
  object-fit: cover;
  width: 100%;
}

.benefits-grid,
.services-grid {
  display: grid;
  gap: 1rem;
}

.benefit h3,
.service-card h3 {
  margin-top: 0;
}

.service-card img {
  border-radius: var(--radius-sm);
  display: block;
  margin-bottom: 0.65rem;
  max-height: 180px;
  object-fit: cover;
  width: 100%;
}

.service-meta {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 0.35rem;
}

.service-meta a {
  margin-right: 0.35rem;
  word-break: break-all;
}

.faq-item {
  margin-bottom: 0.8rem;
}

.faq-trigger {
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  display: flex;
  font-size: 1rem;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.faq-trigger[aria-expanded="true"] {
  background: var(--support);
}

.faq-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-top: 0.4rem;
  padding: 1rem;
}

.sign-up-wrap {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  margin-top: 1.25rem;
  padding: 1.2rem;
}

.modal {
  background: rgba(17, 24, 39, 0.6);
  display: none;
  inset: 0;
  padding: 1rem;
  position: fixed;
  z-index: 1002;
}

.modal.is-open {
  display: grid;
  place-items: center;
}

.modal-card {
  background: #fff;
  border-radius: var(--radius-md);
  max-height: 92vh;
  max-width: 640px;
  overflow: auto;
  padding: 1rem;
  width: 100%;
}

.call-now-fab {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 998;
}

.fade-in {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }
}

.site-footer {
  background: #3d4f2e;
  color: #f0f0ec;
  margin-top: 2rem;
  padding: 2.2rem 0;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.site-footer a {
  color: #c8d9b0;
  overflow-wrap: anywhere;
}

.site-footer h3 {
  margin-top: 0;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.45rem;
}

.footer-social-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #eff7df;
  display: inline-flex;
  font-weight: 700;
  padding: 0.45rem 0.8rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.footer-social-links a:hover,
.footer-social-links a:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.footer-social-links .footer-whatsapp-link {
  background: #f4a261;
  border-color: #f4a261;
  color: #2d250f;
}

.footer-social-links .footer-whatsapp-link:hover,
.footer-social-links .footer-whatsapp-link:focus-visible {
  background: #f7b987;
}

.footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
  padding-top: 1rem;
}

.bb-company-page {
  position: relative;
}

.bb-company-page::before {
  background:
    radial-gradient(circle at top left, rgba(244, 162, 97, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(107, 122, 90, 0.16), transparent 36%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bb-company-page > * {
  position: relative;
}

.bb-company-hero {
  padding-top: 4rem;
}

.bb-company-hero-grid,
.bb-company-grid,
.bb-company-columns {
  display: grid;
  gap: 1.5rem;
}

.bb-company-hero-grid {
  align-items: stretch;
}

.bb-company-hero-copy,
.bb-company-hero-card,
.bb-company-panel,
.bb-company-story,
.bb-company-legal-card {
  border: 1px solid rgba(107, 122, 90, 0.12);
  position: relative;
}

.bb-company-hero-copy {
  background: linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(255, 255, 255, 0.88));
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(61, 79, 46, 0.12);
  overflow: hidden;
  padding: clamp(1.8rem, 3vw, 3rem);
}

.bb-company-hero-copy::after {
  background: linear-gradient(135deg, rgba(163, 177, 138, 0.2), rgba(244, 162, 97, 0.14));
  border-radius: 999px;
  content: "";
  height: 220px;
  position: absolute;
  right: -80px;
  top: -90px;
  width: 220px;
}

.bb-company-kicker,
.bb-company-eyebrow,
.bb-company-card-label {
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.9rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.bb-company-hero-copy h1,
.bb-company-panel h2,
.bb-company-story h2,
.bb-company-legal-card h2 {
  color: #24301c;
  line-height: 1.08;
  margin: 0 0 1rem;
}

.bb-company-hero-copy h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
  max-width: 12ch;
  position: relative;
  z-index: 1;
}

.bb-company-lead,
.bb-company-panel p,
.bb-company-story p,
.bb-company-legal-card p {
  color: #4a5543;
  font-size: 1.03rem;
  margin: 0 0 1rem;
  max-width: 66ch;
  position: relative;
  z-index: 1;
}

.bb-company-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.5rem 0;
  position: relative;
  z-index: 1;
}

.bb-company-checklist,
.bb-company-bullets {
  color: #374133;
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
}

.bb-company-checklist li::marker,
.bb-company-bullets li::marker {
  color: var(--accent);
}

.bb-company-hero-card {
  background: linear-gradient(160deg, #314225, #485b38 60%, #5f734d);
  border-radius: 28px;
  color: #f4f6ef;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
}

.bb-company-hero-card::before {
  background: radial-gradient(circle at top right, rgba(244, 162, 97, 0.35), transparent 40%);
  content: "";
  inset: 0;
  position: absolute;
}

.bb-company-hero-card > * {
  position: relative;
}

.bb-company-hero-card .bb-company-card-label,
.bb-company-hero-card h2,
.bb-company-hero-card p {
  color: inherit;
}

.bb-company-stat-list {
  display: grid;
  gap: 1rem;
}

.bb-company-stat-list article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 1rem;
}

.bb-company-stat-list h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.bb-company-panel,
.bb-company-story,
.bb-company-legal-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(61, 79, 46, 0.08);
  padding: clamp(1.3rem, 2.6vw, 2rem);
}

.bb-contact-methods {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.bb-contact-method {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(218, 215, 205, 0.52));
  border: 1px solid rgba(107, 122, 90, 0.14);
  border-radius: 18px;
  color: #2f2f2f;
  display: block;
  padding: 1rem 1.1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bb-contact-method strong,
.bb-contact-method span {
  display: block;
}

.bb-contact-method strong {
  color: #27311f;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.bb-contact-method span {
  color: #5a6552;
}

.bb-contact-method:hover,
.bb-contact-method:focus-visible {
  border-color: rgba(244, 162, 97, 0.52);
  box-shadow: 0 14px 24px rgba(61, 79, 46, 0.1);
  color: #2f2f2f;
  transform: translateY(-2px);
}

.bb-company-address {
  background: rgba(218, 215, 205, 0.32);
  border-radius: 18px;
  margin: 1.2rem 0 0;
  padding: 1rem 1.1rem;
}

.bb-company-address strong {
  color: #24301c;
  display: block;
  margin-bottom: 0.35rem;
}

.bb-company-inline-cta {
  margin-top: 1.2rem;
}

.bb-company-legal-stack {
  display: grid;
  gap: 1rem;
}

.bb-company-legal-card h2 {
  font-size: 1.25rem;
}

@media (min-width: 800px) {
  .bb-company-hero-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  }

  .bb-company-grid,
  .bb-company-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 799px) {
  .bb-company-hero {
    padding-top: 2.2rem;
  }

  .bb-company-hero-copy h1 {
    max-width: none;
  }

  .bb-company-actions .btn {
    width: 100%;
  }
}

.content-card {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.4rem;
}

.content-shell {
  display: grid;
  gap: 1.2rem;
}

.entry-hero {
  background: linear-gradient(120deg, rgba(218, 215, 205, 0.75), rgba(163, 177, 138, 0.2));
  border: 1px solid rgba(107, 122, 90, 0.2);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 1.4rem;
}

.entry-hero h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.2;
  margin: 0;
}

.entry-hero p,
.archive-intro {
  color: var(--muted);
  margin-bottom: 0;
  margin-top: 0.75rem;
}

.entry-hero-single,
.entry-hero-page {
  margin-bottom: 1rem;
}

.meta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.meta-chip {
  background: rgba(107, 122, 90, 0.1);
  border: 1px solid rgba(107, 122, 90, 0.22);
  border-radius: 999px;
  color: var(--primary-dark);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
}

.post-grid {
  display: grid;
  gap: 1rem;
}

.post-card,
.article-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  padding: 1.2rem;
}

.post-card h2 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.7rem;
  margin-top: 0.75rem;
}

.post-card h2 a {
  color: var(--text);
  text-decoration: none;
}

.post-card h2 a:hover,
.post-card h2 a:focus-visible {
  color: var(--primary);
}

.card-copy {
  color: var(--muted);
  margin-bottom: 1rem;
}

.featured-media-wrap {
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  overflow: hidden;
}

.featured-media-wrap img {
  display: block;
  width: 100%;
}

.article-content {
  color: var(--text);
  font-size: 1.04rem;
}

.article-content > * {
  max-width: 72ch;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  color: var(--primary-dark);
  line-height: 1.28;
  margin-top: 1.8rem;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote {
  margin-bottom: 1rem;
}

.article-content ul,
.article-content ol {
  padding-left: 1.2rem;
}

.article-content blockquote {
  background: rgba(218, 215, 205, 0.45);
  border-left: 4px solid var(--primary-dark);
  border-radius: var(--radius-sm);
  margin-left: 0;
  padding: 0.9rem 1rem;
}

.article-content table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.article-content th,
.article-content td {
  border: 1px solid var(--border);
  padding: 0.55rem;
}

.posts-nav-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: 0.9rem 1.2rem;
}

.posts-nav-wrap .nav-links {
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
}

.posts-nav-wrap a {
  font-weight: 700;
  text-decoration: none;
}

#comments {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  margin-top: 1rem;
  padding: 1.2rem;
}

#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#comments .comment-body {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}

@media (min-width: 900px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .menu-wrap {
    display: flex !important;
    flex: 1;
    justify-content: center;
  }

  .primary-menu {
    align-items: center;
    display: flex;
    gap: 0.3rem;
    justify-content: center;
  }

  .menu-cta-mobile {
    display: none !important;
  }

  .grid-2 {
    grid-template-columns: 1.1fr 1fr;
    gap: 2rem;
  }

  .benefits-grid,
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }

  iframe[src*="paystack"],
  iframe[title*="Paystack"],
  iframe[title*="paystack"] {
    width: min(92vw, 520px) !important;
    max-width: min(92vw, 520px) !important;
    height: min(88vh, 720px) !important;
    max-height: 88vh !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2147483647 !important;
  }

  .container {
    width: min(1120px, 94vw);
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1005;
    box-shadow: 0 6px 20px rgba(107, 122, 90, 0.16);
  }

  .header-wrap {
    min-height: 76px;
    position: relative;
  }

  .main-content {
    margin-top: 84px;
  }

  .header-actions {
    display: none !important;
  }

  .call-now-fab {
    display: none;
  }

  .mobile-bottom-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(107, 122, 90, 0.22);
    z-index: 1006;
  }

  .mobile-bottom-actions .btn {
    flex: 1;
    min-height: 48px;
    max-width: 100%;
  }

  .site-tagline {
    display: none;
  }

  .header-actions {
    display: flex;
    min-width: 0;
  }

  .header-actions .btn {
    font-size: 0.75rem;
    padding: 0.55rem 0.85rem;
    white-space: nowrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: 0.5rem;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .menu-wrap {
    background: #F5F3EF;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 12px 22px rgba(107, 122, 90, 0.15);
    display: none;
    left: 0.35rem;
    max-width: calc(100vw - 0.7rem);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 0.65rem;
    position: absolute;
    right: 0.35rem;
    top: calc(100% - 8px);
  }

  .menu-wrap.is-open {
    display: block;
  }

  .primary-menu {
    display: grid;
    gap: 0.2rem;
    padding: 0.4rem;
  }

  .primary-menu .menu-item-has-children {
    position: static;
  }

  .primary-menu .menu-item-has-children > .sub-menu {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(107, 122, 90, 0.16);
    box-shadow: none;
    display: block;
    margin-top: 0.25rem;
    max-height: none;
    min-width: 0;
    padding: 0.35rem;
    position: static;
  }

  .primary-menu .sub-menu .menu-item a {
    font-size: 0.93rem;
    min-height: 42px;
    padding: 0.62rem 0.65rem;
  }

  .primary-menu a {
    border-radius: 12px;
    display: block;
    font-size: 1rem;
    min-height: 44px;
    overflow-wrap: anywhere;
    padding: 0.78rem 0.8rem;
  }

  .content-card,
  .post-card,
  .article-card,
  .entry-hero,
  .posts-nav-wrap,
  #comments,
  .sign-up-wrap,
  .card {
    padding: 1rem;
  }

  .entry-hero h1 {
    font-size: clamp(1.38rem, 7vw, 1.9rem);
  }

  .article-content {
    font-size: 1rem;
  }

  .article-content > * {
    max-width: 100%;
  }

  .meta-row {
    gap: 0.4rem;
  }

  .posts-nav-wrap .nav-links {
    flex-direction: column;
  }

  .call-now-fab {
    bottom: calc(0.85rem + env(safe-area-inset-bottom));
    right: 0.85rem;
  }

  .call-now-fab.btn {
    min-height: 48px;
    min-width: 84px;
    padding-inline: 0.95rem;
  }

  .menu-cta-mobile {
    display: block;
    margin-top: 0.4rem;
    padding: 0.55rem 0.4rem 0.4rem;
  }

  .menu-cta-mobile .btn {
    display: flex;
    font-size: 1rem;
    min-height: 48px;
    width: 100%;
  }
}

.bb-homepage {
  background:
    radial-gradient(circle at 15% 10%, rgba(218, 215, 205, 0.3), transparent 35%),
    radial-gradient(circle at 82% 12%, rgba(244, 162, 97, 0.12), transparent 28%),
    #ffffff;
}

.bb-homepage h1,
.bb-homepage h2,
.bb-homepage h3 {
  color: #2f3a27;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

.bb-kicker {
  color: var(--primary-dark);
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.bb-hero {
  padding-top: 2.3rem;
}

.bb-hero-grid,
.bb-trust-grid,
.bb-cta-grid {
  display: grid;
  gap: 1.2rem;
}

.bb-hero-copy h1 {
  font-size: clamp(1.95rem, 6.7vw, 3.25rem);
  line-height: 1.1;
  margin-top: 0;
}

.bb-lead {
  color: var(--primary-dark);
  font-size: 1.08rem;
  font-weight: 700;
}

.bb-checklist,
.bb-spark-list,
.bb-why-list {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 1.15rem;
  padding-left: 1.2rem;
}

.bb-checklist li::marker,
.bb-why-list li::marker {
  color: #6b7a5a;
}

.bb-spark-list li::marker {
  color: #f4a261;
}

.bb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.bb-hero-actions .btn {
  min-height: 48px;
}

.bb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bb-badge {
  background: #f6f8f2;
  border: 1px solid rgba(107, 122, 90, 0.25);
  border-radius: 999px;
  color: #4b5d3f;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.4rem 0.7rem;
}

.bb-hero-media img,
.bb-trust-media img,
.bb-hero-video iframe {
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(72, 88, 56, 0.16);
  display: block;
  min-height: 310px;
  object-fit: cover;
  width: 100%;
}

.hero-copy.bb-hero-copy,
.bb-hero-copy {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bb-service-page .hero-copy.bb-hero-copy,
.bb-ebook-page .hero-copy.bb-hero-copy,
.bb-consultation-page .hero-copy.bb-hero-copy {
  background-image: none !important;
}

.bb-consultation-page .hero-copy.bb-hero-copy {
	background: var(--surface); 
	color: var(--text);
}

.bb-consultation-page .hero-copy.bb-hero-copy::before {
	background: none;
}

.hero-copy.bb-hero-copy::before,
	.bb-hero-copy::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.5), rgba(15, 23, 42, 0.75));
	pointer-events: none;
	z-index: 1;
}

.hero-copy.bb-hero-copy .bb-kicker,
.hero-copy.bb-hero-copy h1,
.hero-copy.bb-hero-copy .bb-lead,
.hero-copy.bb-hero-copy p,
.hero-copy.bb-hero-copy ul,
.hero-copy.bb-hero-copy li,
.bb-hero-copy .bb-checklist li {
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.68);
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.bb-consultation-page .hero-copy.bb-hero-copy .bb-kicker,
.bb-consultation-page .hero-copy.bb-hero-copy h1,
.bb-consultation-page .hero-copy.bb-hero-copy .bb-lead,
.bb-consultation-page .hero-copy.bb-hero-copy p,
.bb-consultation-page .hero-copy.bb-hero-copy ul,
.bb-consultation-page .hero-copy.bb-hero-copy li,
.bb-consultation-page .bb-hero-copy .bb-checklist li {
	text-shadow: none;
	color: var(--text);
}

.bb-hero-form-card {
	background: #ffffff;
	padding: 1.5rem;
	border-radius: 1rem;
	box-shadow: var(--shadow-soft);
	margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  max-width: 650px;
}

.bb-consultation-focus {
  background:
    radial-gradient(circle at top, rgba(244, 162, 97, 0.16), transparent 34%),
    linear-gradient(180deg, #f7f4ee 0%, #fcfbf8 100%);
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding-top: clamp(2.5rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.bb-consultation-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.bb-consultation-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.bb-consultation-intro h1 {
  margin-bottom: 0.75rem;
}

.bb-consultation-intro .bb-lead {
  margin: 0 auto;
  max-width: 620px;
  color: var(--muted);
}

.bb-consultation-points {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.15rem;
}

.bb-consultation-point {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(107, 122, 90, 0.18);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.bb-consultation-panel {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.4rem, 2vw, 2rem);
  border-radius: 22px;
  border: 1px solid rgba(107, 122, 90, 0.14);
  box-shadow: 0 22px 56px rgba(72, 88, 56, 0.12);
}

.bb-consultation-panel h2 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  text-align: center;
}

.bb-form-intro,
.bb-consultation-help {
  text-align: center;
  color: var(--muted);
}

.bb-form-intro {
  margin-bottom: 1.1rem;
}

.bb-consultation-help {
  margin-top: 1rem;
  font-size: 0.95rem;
}

.bb-consultation-help a {
  font-weight: 700;
}

.bloombirth-booking-form,
.bloombirth-subscription-form {
  display: grid;
  gap: 1rem;
}

.bloombirth-booking-form input[type="submit"],
.bloombirth-subscription-form input[type="submit"] {
  width: 100%;
  margin-top: 0.4rem;
}

.readonly-field {
  background: #f7f4ee;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.78rem;
  font-weight: 700;
  color: var(--text);
}

.hero-copy.bb-hero-copy p,
.hero-copy.bb-hero-copy ul,
.hero-copy.bb-hero-copy .bb-checklist {
  max-width: 600px;
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
}

.hero-copy.bb-hero-copy .bb-hero-actions {
  margin-top: 1.25rem;
}

.hero-copy.bb-hero-copy .bb-kicker,
.hero-copy.bb-hero-copy .bb-lead {
  color: #f8fafc;
}

.hero-copy.bb-hero-copy .bb-hero-actions {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .bb-consultation-focus {
    min-height: auto;
  }

  .bb-consultation-panel {
    padding: 1.2rem;
  }

  .bb-consultation-points {
    gap: 0.55rem;
  }
}

.bb-hero-video {
  min-height: 520px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.bb-hero-video iframe {
  min-height: 520px;
  height: 100%;
}

.bb-hero-video iframe {
  min-height: 520px;
  height: 100%;
}

.bb-trust-copy,
.bb-cta-copy {
  background: linear-gradient(140deg, rgba(218, 215, 205, 0.42), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(107, 122, 90, 0.18);
  border-radius: 18px;
  padding: 1.2rem;
}

.bb-testimonial-grid,
.bb-steps {
  display: grid;
  gap: 0.95rem;
}

.bb-testimonial-card p {
  color: #4b4f45;
}

.bb-testimonial-card h3 {
  color: var(--primary-dark);
  font-size: 1.02rem;
  margin-bottom: 0;
}

.bb-step {
  border-left: 4px solid rgba(163, 177, 138, 0.65);
}

.bb-step-label {
  color: #f4a261;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.bb-note {
  color: #5f6557;
  font-size: 0.93rem;
  font-style: italic;
}

.bb-why {
  padding-top: 0;
}

.bb-why-list {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  margin-top: 0.9rem;
  padding: 1rem 1.2rem 1rem 2rem;
}

.bb-pricing-grid {
  display: grid;
  gap: 1rem;
}

.bb-pricing-card {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.bb-pricing-card h3,
.bb-pricing-card p {
  margin: 0;
}

.bb-pricing-card .bb-checklist {
  margin: 0;
}

.bb-pricing-card-featured {
  border: 1px solid rgba(244, 162, 97, 0.45);
  box-shadow: 0 18px 40px rgba(73, 64, 38, 0.14);
}

.bb-pricing-card.is-selected {
  border: 1px solid rgba(170, 82, 50, 0.55);
  box-shadow: 0 22px 48px rgba(170, 82, 50, 0.18);
}

.bb-pricing-amount {
  color: #aa5232;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bb-pricing-bonus {
  color: var(--primary-dark);
  font-weight: 700;
}

.bb-plan-selection-status {
  border-radius: 14px;
  background: rgba(218, 215, 205, 0.32);
  border: 1px solid rgba(107, 122, 90, 0.16);
  color: var(--primary-dark);
  font-weight: 700;
  margin: 0;
  padding: 0.9rem 1rem;
  text-align: center;
}

.bb-plan-selection-status.is-error {
  border-color: rgba(170, 82, 50, 0.42);
  color: #aa5232;
}

.bb-selected-plan-label {
  min-height: 52px;
}

.bb-payment-info-section {
  display: grid;
  gap: 0.15rem;
  scroll-margin-top: 120px;
}

.bb-cta-copy h2 {
  margin-top: 0;
}

.bb-urgency {
  color: #aa5232;
  font-weight: 700;
}

.bb-faq .faq-trigger {
  border-radius: 14px;
  font-size: 1.03rem;
  font-weight: 700;
}

.bb-faq .faq-panel {
  border-radius: 14px;
  color: #4a5146;
}

@media (max-width: 767.98px) {
  .section,
  .main-content section {
    margin-block: 1rem;
    padding: 1.5rem 0;
  }

  .bb-homepage {
    background:
      radial-gradient(circle at 20% 8%, rgba(218, 215, 205, 0.24), transparent 32%),
      radial-gradient(circle at 88% 10%, rgba(244, 162, 97, 0.1), transparent 30%),
      #ffffff;
  }

  .bb-hero {
    padding-top: 1.35rem;
  }

  .bb-hero-copy h1 {
    font-size: clamp(1.68rem, 8.7vw, 2.2rem);
    line-height: 1.16;
    margin-bottom: 0.8rem;
  }

  .bb-lead,
  .bb-homepage p,
  .bb-homepage li {
    font-size: 0.98rem;
  }

  .bb-hero-actions {
    display: grid;
    gap: 0.55rem;
  }

  .bb-hero-actions .btn,
  .bb-cta .btn,
  .bb-step .btn {
    min-height: 50px;
    width: 100%;
  }

  .bb-badges {
    gap: 0.45rem;
  }

  .bb-badge {
    font-size: 0.79rem;
    padding: 0.36rem 0.62rem;
  }

  .bb-hero-media img,
  .bb-trust-media img,
  .solution-media {
    border-radius: 16px;
    min-height: 220px;
  }

  .bb-trust-copy,
  .bb-cta-copy,
  .bb-step,
  .bb-testimonial-card,
  .bb-why-list,
  .bb-faq .faq-trigger,
  .bb-faq .faq-panel {
    border-radius: 14px;
  }

  .bb-trust-copy,
  .bb-cta-copy,
  .bb-step,
  .bb-testimonial-card {
    padding: 1rem;
  }

  .bb-checklist,
  .bb-spark-list,
  .bb-why-list {
    gap: 0.42rem;
    margin: 0.8rem 0 1rem;
    padding-left: 1.05rem;
  }

  .bb-faq .faq-trigger {
    font-size: 0.98rem;
    min-height: 48px;
    padding: 0.85rem;
  }

  .bb-service-page .bb-trust-grid {
    gap: 0.9rem;
  }

  .footer-social-links {
    display: grid;
    gap: 0.5rem;
  }

  .footer-social-links a {
    display: flex;
    justify-content: center;
    min-height: 46px;
    width: 100%;
  }

  .bb-hero-grid,
  .bb-trust-grid,
  .bb-cta-grid,
  .bb-testimonial-grid,
  .bb-steps,
  .grid-2,
  .grid-3,
  .footer-grid,
  .bb-service-page .bb-trust-grid {
    grid-template-columns: 1fr !important;
  }

  .bb-hero-copy,
  .bb-trust-copy,
  .bb-cta-copy,
  .bb-step,
  .bb-testimonial-card,
  .bb-why-list,
  .bb-faq .faq-trigger,
  .bb-faq .faq-panel,
  .card,
  .content-card,
  .post-card,
  .article-card,
  .entry-hero {
    padding: 1rem !important;
  }

  .bb-hero-copy {
    min-height: auto;
  }

  .bb-hero-media,
  .bb-trust-media,
  .solution-media,
  .bb-hero-video iframe,
  img,
  video {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }

  .container {
    width: min(1120px, 100vw);
    padding-inline: 0.75rem;
  }

  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1005;
    box-shadow: 0 6px 20px rgba(107, 122, 90, 0.16);
  }

  .header-actions {
    display: none !important;
  }

  .main-content {
    margin-top: 84px;
  }

  .menu-wrap {
    max-height: calc(100vh - 84px);
  }

  body,
  html {
    overflow-x: hidden;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(1120px, 94vw);
  }

  .bb-kicker {
    font-size: 0.76rem;
  }

  .bb-hero-copy h1 {
    font-size: 1.56rem;
  }

  .bb-homepage h2 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .bb-homepage h3 {
    font-size: 1.05rem;
  }
}

@media (min-width: 768px) {
  .bb-hero {
    padding-top: 3rem;
  }

  .bb-hero-grid,
  .bb-trust-grid,
  .bb-cta-grid {
    align-items: center;
    gap: 1.8rem;
    grid-template-columns: 1.08fr 0.92fr;
  }

  .bb-testimonial-grid,
  .bb-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-trust-copy,
  .bb-cta-copy {
    padding: 1.6rem;
  }

}

@media (min-width: 1024px) {
  .bb-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   EBOOK LANDING PAGE
   ========================================================= */

/* Hero */
.bb-ebook-hero {
  padding-block: 4rem 3rem;
}

.bb-ebook-hero-grid {
  align-items: center;
  display: grid;
  gap: 2.5rem;
}

.bb-ebook-hero-copy {
  max-width: 620px;
}

.bb-ebook-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block: 1rem;
}

.bb-badge--accent {
  background: var(--accent);
  color: #fff;
}

.bb-ebook-coming-soon-notice {
  background: linear-gradient(135deg, rgba(244, 162, 97, 0.14), rgba(163, 177, 138, 0.18));
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
}

.bb-ebook-coming-soon-notice p {
  margin: 0;
}

.bb-ebook-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* Cover image / placeholder */
.bb-ebook-cover-wrap {
  display: flex;
  justify-content: center;
}

.bb-ebook-cover {
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(107, 122, 90, 0.25);
  max-width: 340px;
  object-fit: cover;
  width: 100%;
}

.bb-ebook-cover-placeholder {
  background: linear-gradient(145deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(107, 122, 90, 0.3);
  max-width: 300px;
  min-height: 400px;
  padding: 2.5rem 2rem;
  width: 100%;
}

.bb-ebook-cover-placeholder-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.bb-ebook-cover-placeholder-title {
  color: #fff;
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.bb-ebook-cover-placeholder-author {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
}

/* Social proof bar */
.bb-ebook-proof-bar {
  background: linear-gradient(135deg, rgba(163, 177, 138, 0.15), rgba(218, 215, 205, 0.3));
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  padding-block: 1.5rem;
}

.bb-ebook-proof-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: center;
}

.bb-ebook-proof-item {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bb-ebook-proof-item strong {
  color: var(--primary-dark);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}

.bb-ebook-proof-item span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* What's inside */
.bb-ebook-inside {
  padding-block: 3rem;
}

.bb-ebook-chapters {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.bb-ebook-chapter {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 1rem;
  padding: 0.85rem 1rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bb-ebook-chapter:hover {
  box-shadow: 0 8px 24px rgba(107, 122, 90, 0.14);
  transform: translateY(-1px);
}

.bb-ebook-chapter-num {
  background: var(--primary);
  border-radius: 6px;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.2rem 0.45rem;
}

.bb-ebook-chapter-title {
  font-weight: 600;
  line-height: 1.4;
}

/* Author section */
.bb-ebook-author-name {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

/* CTA / Form section */
.bb-ebook-cta {
  background: linear-gradient(135deg, rgba(218, 215, 205, 0.5), rgba(163, 177, 138, 0.2));
  padding-block: 3.5rem;
}

.bb-ebook-cta-inner {
  display: grid;
  gap: 2.5rem;
}

.bb-ebook-form-wrap {
  background: #fff;
}

.bb-ebook-form-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

/* Final CTA strip */
.bb-ebook-final-cta {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding-block: 3rem;
  text-align: center;
}

.bb-ebook-final-cta-inner {
  margin-inline: auto;
  max-width: 640px;
}

.bb-ebook-final-cta h2,
.bb-ebook-final-cta p {
  color: #fff;
}

.bb-ebook-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.bb-ebook-final-cta .btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}

.bb-ebook-final-cta .btn-outline:hover,
.bb-ebook-final-cta .btn-outline:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* Responsive */
@media (min-width: 768px) {
  .bb-ebook-hero-grid {
    grid-template-columns: 1fr auto;
  }

  .bb-ebook-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bb-ebook-chapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-ebook-cta-inner {
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
}
