.elementor-72058 .elementor-element.elementor-element-4c1460ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6236b82 *//* mother-day-section.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --font: 'Inter', sans-serif;
}

/* ── Section Wrapper ── */
.section-mothers-biz {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 40px 0 48px;
}

/* ── Section Main Heading ── */
.mb-main-heading {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

/* ── Intro Text ── */
.mb-intro {
  width: 100%;
  margin-bottom: 28px;
}

.mb-intro p {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 14px;
}

.mb-intro p:last-child {
  margin-bottom: 0;
}

.mb-intro strong {
  color: var(--navy);
  font-weight: 600;
}

/* ── Image Block ── */
.mb-image-block {
  width: 100%;
  margin-bottom: 36px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.10);
  position: relative;
}

.mb-image-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 420px;
}

.mb-image-caption {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: var(--navy);
}

.mb-image-caption .cap-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.mb-image-caption .cap-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--gold);
}

.mb-image-caption p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  font-style: italic;
}

/* ── Sub Heading ── */
.mb-sub-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
  line-height: 1.35;
}

.mb-sub-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

/* ── Growth Intro Text ── */
.mb-growth-intro {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 22px;
  width: 100%;
}

/* ── Drivers Label ── */
.mb-drivers-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--green);
  background: #e8f5e9;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

/* ── Driver Cards Grid ── */
.mb-drivers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 32px;
  width: 100%;
}

.mb-driver-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(10, 31, 68, 0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}

.mb-driver-card:hover {
  box-shadow: 0 4px 16px rgba(10, 31, 68, 0.10);
  transform: translateY(-2px);
}

.mb-driver-card .dc-emoji {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.mb-driver-card .dc-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.mb-driver-card .dc-title {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.mb-driver-card .dc-desc {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ── Vision Statement Banner ── */
.mb-vision-banner {
  width: 100%;
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 22px 28px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mb-vision-banner .vb-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(201, 168, 76, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
}

.mb-vision-banner .vb-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--gold);
}

.mb-vision-banner p {
  font-size: 0.97rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
}

.mb-vision-banner p strong {
  color: var(--gold-light);
  font-weight: 700;
}

/* ── Internal Link CTA ── */
.mb-internal-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1.5px solid var(--border);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: var(--highlight-bg);
  text-decoration: none;
  width: 100%;
  transition: box-shadow 0.2s, background 0.2s;
}

.mb-internal-cta:hover {
  background: #eaf4ea;
  box-shadow: 0 4px 14px rgba(46, 125, 50, 0.10);
}

.mb-internal-cta .ic-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-internal-cta .ic-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--gold);
}

.mb-internal-cta .ic-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.mb-internal-cta .ic-text span.ic-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--green);
}

.mb-internal-cta .ic-text span.ic-title {
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.4;
}

.mb-internal-cta .ic-arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.mb-internal-cta:hover .ic-arrow {
  background: var(--green-light);
}

.mb-internal-cta .ic-arrow svg {
  width: 16px;
  height: 16px;
  fill: var(--white);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .mb-main-heading {
    font-size: 1.5rem;
  }

  .mb-sub-heading {
    font-size: 1.15rem;
  }

  .mb-drivers-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mb-vision-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 20px;
  }

  .mb-image-block img {
    max-height: 260px;
  }
}

@media (max-width: 480px) {
  .mb-main-heading {
    font-size: 1.25rem;
  }

  .mb-intro p,
  .mb-growth-intro {
    font-size: 0.95rem;
  }

  .mb-driver-card {
    padding: 14px;
  }

  .mb-driver-card .dc-emoji {
    font-size: 1.4rem;
  }

  .mb-internal-cta {
    padding: 14px 16px;
    gap: 12px;
  }

  .mb-internal-cta .ic-arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0c8541 *//* business-models-section.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --font: 'Inter', sans-serif;
}

/* ── Section ── */
.section-biz-models {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 40px 0 48px;
}

/* ── Section Heading ── */
.bm-heading {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gold);
  width: 100%;
}

.bm-lead {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ── Business Type Cards Grid ── */
.bm-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}

.bm-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(10, 31, 68, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  overflow: hidden;
}

.bm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--green);
  border-radius: 10px 0 0 10px;
}

.bm-card:hover {
  box-shadow: 0 6px 20px rgba(10, 31, 68, 0.12);
  transform: translateY(-2px);
}

.bm-card-icon {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 4px;
}

.bm-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.bm-card-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── Image Block ── */
.bm-image-block {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 31, 68, 0.10);
  position: relative;
}

.bm-image-block img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.bm-image-caption {
  background: var(--navy);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bm-image-caption .caption-icon {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.bm-image-caption p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  font-style: italic;
  line-height: 1.5;
}

/* ── Operational Section ── */
.bm-ops-section {
  width: 100%;
  margin-bottom: 40px;
}

.bm-section-heading {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.bm-section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: calc(100% - 6px);
  width: 4px;
  background: var(--gold);
  border-radius: 2px;
}

.bm-ops-intro {
  font-size: 0.975rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.bm-ops-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 14px;
}

/* ── Ops Grid ── */
.bm-ops-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.bm-ops-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(10,31,68,0.05);
}

.bm-ops-item .ops-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--highlight-bg);
  border: 2px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.bm-ops-item .ops-check svg {
  width: 10px;
  height: 10px;
}

.bm-ops-item .ops-content strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.bm-ops-item .ops-content span {
  font-size: 0.845rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.bm-ops-note {
  background: #fff8e1;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  padding: 13px 18px;
  font-size: 0.9rem;
  color: var(--text-dark);
  line-height: 1.65;
  font-weight: 500;
}

/* ── Skills Section ── */
.bm-skills-section {
  width: 100%;
  margin-bottom: 36px;
}

.bm-skills-intro {
  font-size: 0.975rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.bm-skills-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Skills List ── */
.bm-skills-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

.bm-skill-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 13px 16px;
  box-shadow: 0 1px 4px rgba(10,31,68,0.05);
}

.bm-skill-item .skill-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.bm-skill-item .skill-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.bm-skill-item .skill-text strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
}

.bm-skill-item .skill-text span {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── Transition Note ── */
.bm-transition-note {
  background: var(--highlight-bg);
  border: 1px solid #c8e6c9;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 0.92rem;
  color: var(--text-dark);
  line-height: 1.65;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.bm-transition-note .tn-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── CTA Links Block ── */
.bm-cta-links {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.bm-cta-links .cta-text {
  font-size: 0.97rem;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
  line-height: 1.5;
  flex: 1 1 auto;
}

.bm-cta-links .cta-text span {
  color: var(--gold-light);
  font-weight: 600;
}

.bm-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.bm-cta-btns a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 11px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  white-space: nowrap;
}

.bm-cta-btns a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.bm-cta-btns .btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
}

.bm-cta-btns .btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}

.bm-cta-btns .btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .bm-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bm-heading {
    font-size: 1.5rem;
  }

  .bm-section-heading {
    font-size: 1.2rem;
  }

  .bm-ops-grid {
    grid-template-columns: 1fr;
  }

  .bm-skills-list {
    grid-template-columns: 1fr;
  }

  .bm-image-block img {
    height: 220px;
  }

  .bm-cta-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .bm-cta-btns {
    width: 100%;
  }

  .bm-cta-btns a {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .bm-cards-grid {
    grid-template-columns: 1fr;
  }

  .bm-heading {
    font-size: 1.25rem;
  }

  .section-biz-models {
    padding: 28px 0 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17bf8a *//* home-business-section.css */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #0a1f44;
  --green: #2e7d32;
  --green-light: #43a047;
  --gold: #c9a84c;
  --gold-light: #e2c97e;
  --text-dark: #1a1a2e;
  --text-body: #333333;
  --text-muted: #555555;
  --border: #e0e0e0;
  --white: #ffffff;
  --highlight-bg: #f4f9f4;
  --table-head-bg: #0a1f44;
  --table-stripe: #f8fffe;
  --font: 'Inter', sans-serif;
}

.hb-section {
  font-family: var(--font);
  color: var(--text-body);
  width: 100%;
  padding: 0;
}

/* ── Block spacing ── */
.hb-block {
  width: 100%;
  margin-bottom: 44px;
}

.hb-block:last-child {
  margin-bottom: 0;
}

/* ── Section Heading ── */
.hb-heading {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid var(--gold);
}

.hb-sub-heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hb-sub-heading .sh-emoji {
  font-size: 1.1rem;
}

/* ── Body Text ── */
.hb-text {
  font-size: 0.97rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 18px;
}

.hb-text:last-child {
  margin-bottom: 0;
}

/* ── Table ── */
.hb-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(10, 31, 68, 0.09);
  margin-top: 14px;
  -webkit-overflow-scrolling: touch;
}

.hb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.93rem;
  min-width: 480px;
}

.hb-table thead tr {
  background: var(--table-head-bg);
  color: var(--white);
}

.hb-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hb-table thead th:first-child { border-radius: 8px 0 0 0; }
.hb-table thead th:last-child  { border-radius: 0 8px 0 0; }

.hb-table tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}

.hb-table tbody tr:nth-child(even) { background: var(--table-stripe); }
.hb-table tbody tr:hover            { background: #e8f5e9; }

.hb-table tbody td {
  padding: 13px 18px;
  color: var(--text-body);
  vertical-align: middle;
  line-height: 1.5;
}

.hb-table tbody td:first-child {
  font-weight: 600;
  color: var(--text-dark);
}

/* ── Consideration Cards ── */
.hb-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.hb-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.05);
}

.hb-card .card-icon {
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.hb-card .card-text {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
}

.hb-card .card-text strong {
  color: var(--navy);
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}

/* ── Image Block ── */
.hb-image-block {
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(10, 31, 68, 0.10);
}

.hb-image-block img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hb-image-caption {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-style: italic;
  padding: 9px 16px;
  text-align: center;
  line-height: 1.5;
}

/* ── Formalization / Checklist ── */
.hb-check-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hb-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(10, 31, 68, 0.04);
}

.hb-check-list li .chk-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.hb-check-list li .chk-icon svg {
  width: 12px;
  height: 12px;
}

.hb-check-list li strong {
  color: var(--navy);
}

/* ── Highlight Quote ── */
.hb-quote {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 8px;
  padding: 18px 24px;
  margin: 20px 0 0;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  border-left: 4px solid var(--gold);
}

/* ── Compliance Grid ── */
.hb-compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.hb-compliance-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--navy);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 6px rgba(10, 31, 68, 0.05);
}

.hb-compliance-item .ci-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hb-compliance-item .ci-title .ci-emoji {
  font-size: 1rem;
}

.hb-compliance-item .ci-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ── Link Pills ── */
.hb-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hb-link-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--highlight-bg);
  color: var(--green);
  border: 1px solid #c8e6c9;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  font-family: var(--font);
}

.hb-link-pill:hover {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

.hb-link-pill svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

/* ── Services Box ── */
.hb-services-box {
  background: var(--highlight-bg);
  border: 1px solid #c8e6c9;
  border-left: 5px solid var(--green);
  border-radius: 8px;
  padding: 22px 24px;
  margin-top: 14px;
}

.hb-services-box .sb-intro {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 16px;
}

.hb-services-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.hb-services-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: var(--text-body);
  line-height: 1.55;
}

.hb-services-list li .svc-check {
  font-size: 1rem;
  flex-shrink: 0;
  color: var(--green);
  margin-top: 1px;
}

.hb-services-list li strong {
  color: var(--navy);
}

.hb-services-tagline {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  font-style: italic;
  padding-top: 14px;
  border-top: 1px solid #c8e6c9;
}

/* ── Scale Signs ── */
.hb-scale-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 20px;
}

.hb-scale-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 16px;
  box-shadow: 0 1px 4px rgba(10, 31, 68, 0.04);
}

.hb-scale-item .si-emoji {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
}

.hb-scale-item .si-text {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.55;
}

/* ── Transition Chips ── */
.hb-transition-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.hb-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--navy);
  color: var(--white);
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.3;
}

.hb-chip .chip-dot {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Celebration Block ── */
.hb-celebration {
  background: linear-gradient(135deg, #0a1f44 0%, #1a3a6b 100%);
  border-radius: 10px;
  padding: 28px 28px;
  margin-bottom: 28px;
  color: var(--white);
}

.hb-celebration .cel-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.hb-celebration .cel-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  margin-bottom: 16px;
}

.hb-celebration .cel-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.hb-celebration .cel-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.hb-celebration .cel-list li .cel-tick {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}

.hb-celebration .cel-tagline {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 14px;
}

/* ── Final CTA ── */
.hb-cta-banner {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 10px;
  padding: 28px 28px;
  text-align: center;
}

.hb-cta-banner .cta-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}

.hb-cta-banner .cta-sub {
  font-size: 0.93rem;
  color: var(--navy);
  opacity: 0.8;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hb-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hb-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
  white-space: nowrap;
}

.hb-cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.hb-cta-btn.btn-primary {
  background: var(--navy);
  color: var(--white);
}

.hb-cta-btn.btn-secondary {
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
}

.hb-cta-btn.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 2px solid var(--navy);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hb-heading        { font-size: 1.35rem; }
  .hb-sub-heading    { font-size: 1.05rem; }
  .hb-cards-grid     { grid-template-columns: 1fr; }
  .hb-compliance-grid{ grid-template-columns: 1fr; }
  .hb-scale-grid     { grid-template-columns: 1fr; }

  .hb-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hb-cta-btn {
    justify-content: center;
    width: 100%;
  }

  .hb-celebration,
  .hb-cta-banner {
    padding: 22px 18px;
  }
}

@media (max-width: 480px) {
  .hb-heading     { font-size: 1.15rem; }
  .hb-text        { font-size: 0.92rem; }
  .hb-transition-chips { gap: 8px; }
  .hb-chip        { font-size: 0.82rem; padding: 7px 12px; }
  .hb-link-pill   { font-size: 0.82rem; }
}/* End custom CSS */