.cbz-wrap {
  max-width: 1140px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}
.cbz-eyebrow {
  font-size: 24px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a227;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-style: italic;
  line-height: 100%;
  font-family: var(--cb-font-display);
}
.cbz-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
  transition: 0.15s;
  border: none;
}
.cbz-btn-gold {
  background: #c9a227;
  color: #0f2a3d;
}
.cbz-btn-gold:hover {
  background: #b5901f;
}
.cbz-btn-outline {
  background: transparent;
  border: 1.5px solid #0f2a3d;
  color: #0f2a3d;
}
.cbz-btn-green {
  background: #2ab65a;
  color: #fff;
  border-radius: 20px;
}

/* ── HERO ── */
.cbz-hero {
  background: #faf6ec;
  padding: 48px 0 56px;
}
.cbz-hero-grid {
  --cbz-hero-cols: 1fr 1fr;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 56px !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.cbz-hero-left {
  display: flex;
  flex-direction: column;
}
.cbz-breadcrumb {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 24px !important;
  font-weight: 700;
  text-align: left;
}
.cbz-breadcrumb a {
  color: #888;
}
.cbz-breadcrumb span {
  color: #0f2a3d;
}
.cbz-product-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px !important;
}
.cbz-product-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgb(255, 243, 214);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  flex-shrink: 0;
}
.cbz-product-label .plabel-eyebrow {
  font-size: 12px;
  color: rgb(100, 116, 139);
  font-weight: 500;
  display: block;
  text-align: left;
  line-height: 12px;
}
.cbz-product-label .plabel-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(27, 42, 107);
  display: block;
}
.cbz-hero-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 16px !important;
  letter-spacing: -0.01em;
  text-align: left;
  color: rgb(27, 42, 107);
}
.cbz-hero-title em {
  font-style: italic;
  color: rgb(230, 168, 23);
  font-weight: 800;
}
.cbz-hero-price {
  font-size: 16px;
  color: rgb(27, 42, 107);
  margin: 0 0 24px !important;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
}
.cbz-hero-price strong {
  color: rgb(230, 168, 23);
  font-weight: 700;
  font-size: 24px;
}
.cbz-taglines {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  color: rgb(27, 42, 107);
  margin: 28px 0 28px !important;
  border: 2px solid rgb(230, 168, 23);
  background: rgb(255, 243, 214);
  width: 100%;
  font-weight: 900;
  text-align: justify;
}
.cbz-logo-strip {
  margin: 0 0 14px !important;
}
.cbz-logo-strip p {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(17 19 62);
  margin: 20px 0 30px !important;
  font-weight: 800;
  text-align: left;
}
.cbz-logo-slider {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}
.cbz-logo-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.cbz-logo-track {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  grid-auto-columns: 160px;
  gap: 12px;
  transition: transform 0.3s ease;
}
.cbz-logo-card {
  width: 160px;
}
.cbz-logo-card {
  background: #fff;
  border: 1px solid #e8e2d0;
  border-radius: 8px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cbz-logo-card-named {
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 14px 12px;
  min-width: 96px;
  height: auto;
  border-radius: 10px;
}
.cbz-logo-avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  overflow: hidden;
  flex-shrink: 0;
}
.cbz-logo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cbz-logo-name {
  font-size: 0.78em;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  max-width: 90px;
}
.cbz-logo-img {
  max-height: 90px;
  width: 100%;
  object-fit: cover;
}
.cbz-logo-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 0.95em;
  color: #555;
  font-weight: 800;
  line-height: 100%;
}
.cbz-logo-arrow:hover {
  background: #f5f5f5;
}
.cbz-logo-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.cbz-logo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}
.cbz-logo-dot.active {
  background: #c9a227;
  width: 16px;
  border-radius: 4px;
  transition: 0.2s;
}
.cbz-stats {
  display: flex;
  background: #fff;
  border: 1.5px solid #c9a227;
  border-radius: 8px;
  overflow: hidden;
  margin: 30px 0 0 !important;
}
.cbz-stat {
  flex: 1;
  padding: 18px 12px;
  text-align: center;
  border-right: 2px solid #c9a227;
}
.cbz-stat:last-child {
  border: none;
}
.cbz-stat:nth-child(2) {
  background: #fff7e0;
}
.cbz-stat strong {
  display: block;
  font-size: 18px;
  color: rgb(27, 42, 107);
  font-weight: 700;
  line-height: 100%;
}
.cbz-stat span {
  font-size: 12px;
  color: rgb(100, 116, 139);
  line-height: 100%;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

/* quote card */
.cbz-quote-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cbz-quote-card-head {
  background: #0f2a3d;
  padding: 18px 20px;
}
.cbz-quote-card-head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px !important;
}
.cbz-quote-card-head-top span {
  font-size: 0.82em;
  color: #cdd8de;
}
.cbz-quote-card-head h3 {
  font-size: 1.1em;
  color: #fff;
  margin: 0 !important;
}
.cbz-immediate {
  background: #2ab65a;
  color: #fff;
  font-size: 0.78em;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}
.cbz-quote-card-body {
  padding: 20px;
}
.cbz-qfield {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 11px 16px;
  font-size: 0.9em;
  font-family: inherit;
  margin: 0 0 10px !important;
  outline: none;
}
.cbz-qfield:focus {
  border-color: #0f2a3d;
}
.cbz-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
  border: 1.5px solid #3bbfb0;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 8px !important;
}
.cbz-phone-wrap .prefix {
  padding: 10px 14px;
  font-size: 0.9em;
  color: #555;
  border-right: 1px solid #ddd;
  background: #f8f8f8;
}
.cbz-phone-wrap input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-size: 0.9em;
  outline: none;
}
.cbz-nospam {
  font-size: 0.75em;
  color: #666;
  text-align: center;
  margin: 0 0 14px !important;
}
.cbz-quote-submit {
  width: 100%;
  background: #0f2a3d;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 14px !important;
}
.cbz-quote-submit:hover {
  background: #1a3d56;
}
.cbz-providers {
  text-align: center;
  font-size: 0.75em;
  color: #aaa;
}
.cbz-providers-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.cbz-provider-name {
  font-size: 0.75em;
  color: #555;
  border: 1px solid #e8e2d0;
  border-radius: 6px;
  padding: 4px 10px;
  background: #fafaf7;
}

/* ── WHAT IS / WHY VITAL ── */
.cbz-whatwhy {
  padding: 60px 0;
  background: #fcfaf4;
}
.cbz-whatwhy .section-intro {
  text-align: center;
  margin-bottom: 40px;
}
.cbz-whatwhy .section-intro h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f2a3d;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  font-family: var(--cb-font-display);
}
.cbz-whatwhy .section-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a227, #e6c85a);
}
.cbz-whatwhy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.cbz-ww-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee7d6;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 42, 61, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.cbz-ww-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(15, 42, 61, 0.14);
}
.cbz-ww-illustration {
  position: relative;
  /*height: 200px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 4em;
  overflow: hidden;
}
.cbz-ww-illustration img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.cbz-ww-illustration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 28% 22%,
    rgba(255, 255, 255, 0.6),
    transparent 60%
  );
  pointer-events: none;
}
.cbz-ww-illustration > span:not(.cbz-ww-badge) {
  position: relative;
  filter: drop-shadow(0 8px 14px rgba(15, 42, 61, 0.18));
}
.cbz-ww-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.cbz-ww-badge-teal {
  background: #0f9b8e;
}
.cbz-ww-badge-gold {
  background: #d98a1f;
}
.cbz-ww-mini-icons {
  position: relative;
  display: flex;
  gap: 10px;
  z-index: 1;
}
.cbz-ww-mini-icons span {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 10px rgba(15, 42, 61, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05em;
}
.cbz-ww-mini-icons span:nth-child(1) {
  transform: rotate(-6deg);
}
.cbz-ww-mini-icons span:nth-child(2) {
  transform: translateY(-4px);
}
.cbz-ww-mini-icons span:nth-child(3) {
  transform: rotate(6deg);
}
.cbz-ww-body {
  padding: 28px;
}
.cbz-ww-body h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0f2a3d;
  text-align: left;
  line-height: 1.3;
  font-family: var(--cb-font-display);
}
.cbz-ww-body p {
  font-size: 14px;
  color: #0f2a3d;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: justify;
  font-family: var(--cb-font-body);
  font-weight: 500;
}
.cbz-ww-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 16px;
}
.cbz-ww-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6faf8;
  border: 1px solid #3bbfb0;
  color: #1d2327;
  font-size: 0.76em;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 20px;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
  font-family: var(--cb-font-body);
}
.cbz-ww-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.cbz-ww-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(59, 191, 176, 0.25);
}
.cbz-ww-pill.warm {
  background: #fff7e0;
  border-color: #c9a227;
  color: #8a6a10;
}
.cbz-ww-pill.warm:hover {
  box-shadow: 0 4px 10px rgba(201, 162, 39, 0.25);
}
.cbz-why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.cbz-why-feat {
  background: #fafaf7;
  border: 1px solid #eee7d6;
  border-radius: 12px;
  padding: 8px 8px;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cbz-why-feat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(15, 42, 61, 0.08);
  border-color: #c9a227;
}
.cbz-why-feat .feat-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff7e0;
  font-size: 1.05em;
  margin-bottom: 8px;
}
.cbz-why-feat strong {
  display: block;
  font-size: 0.86em;
  color: #0f2a3d;
  line-height: 100%;
}
.cbz-why-feat span {
  font-size: 0.78em;
  color: #888;
  font-weight: 600;
}
.cbz-ww-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.86em;
  color: #c9a227;
  font-weight: 700;
  transition:
    transform 0.15s,
    color 0.15s;
}
.cbz-ww-link:hover {
  transform: translateX(4px);
  color: #a9840f;
}

/* ── TABS ── */
.cbz-tabs-section {
  padding: 70px 0;
  background: #faf6ec;
}
.cbz-tabs-section .section-intro {
  text-align: center;
  margin-bottom: 40px;
}
.cbz-tabs-section .section-intro h2 {
  font-size: 2.3em;
  font-weight: 800;
  font-family: var(--cb-font-display);
  margin: 0;
  color: #11133e;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}
.cbz-tabs-section .section-intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a227, #e6c85a);
}
.cbz-tabs-section .section-intro p {
  color: #11133e;
  font-size: 0.95em;
  margin-top: 14px;
  font-weight: 500;
}
.cbz-tabs-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 26px;
  font-family: var(--cb-font-display);
}
.cbz-tab-rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: transparent;
  border: none;
}
.cbz-tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 1px solid #e8e2d0;
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
  text-align: left;
  position: relative;
  box-shadow: 0 2px 8px rgba(15, 42, 61, 0.04);
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    background 0.15s,
    border-color 0.15s;
}
.cbz-tab-btn:hover {
  transform: translateX(3px);
  box-shadow: 0 6px 16px rgba(15, 42, 61, 0.08);
  border-color: #c9a227;
}
.cbz-tab-btn::after {
  content: "\276F";
  font-size: 0.8em;
  color: #aaa;
  transition: transform 0.15s;
  flex-shrink: 0;
  margin-left: 10px;
}
.cbz-tab-btn strong {
  font-size: 14px;
  color: #0f2a3d;
  font-weight: 700;
}
.cbz-tab-btn span {
  display: none;
}
.cbz-tab-btn.active {
  background: #0f2a3d;
  border-color: #0f2a3d;
  box-shadow: 0 8px 20px rgba(15, 42, 61, 0.25);
}
.cbz-tab-btn.active:hover {
  transform: translateX(3px);
}
.cbz-tab-btn.active strong {
  color: #fff;
}
.cbz-tab-btn.active::after {
  color: #fff;
  transform: rotate(90deg);
}
.cbz-tab-badge {
  display: none;
}
.cbz-tab-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8e2d0;
  box-shadow: 0 10px 32px rgba(15, 42, 61, 0.06);
  display: none;
  animation: cbzFadeIn 0.2s ease;
  overflow: hidden;
}
.cbz-tab-panel.active {
  display: block;
}
.cbz-panel-head {
  background: linear-gradient(90deg, #289db2ab 0%, #11133e9c 100%);
  border-radius: 0;
  padding: 18px 24px;
  border-bottom: 1px solid #e8e2d0;
  border-left: 4px solid #11133e;
}
.cbz-panel-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-align: center;
}
.cbz-panel-body {
  padding: 26px 24px;
}
@keyframes cbzFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* Who needs cards */
.cbz-who-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}
.cbz-who-card {
  background: rgb(224, 247, 249);
  border: 1px solid rgba(42, 191, 201, 0.2);
  border-radius: 14px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 42, 61, 0.04);
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.cbz-who-card:hover {
  border-color: #8fc9c2;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 42, 61, 0.09);
}
/* .cbz-who-card.active {
  background: #e6f4ff;
  border-color: #0f2a3d;
  box-shadow: 0 6px 16px rgba(15, 42, 61, 0.1);
} */
.cbz-who-card .who-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cbz-who-card .wi {
  font-size: 1.4em;
  line-height: 1;
  flex-shrink: 0;
  align-self: flex-start;
}
.cbz-who-card .wi img {
  width: 50px;
  height: 50px;
}
.cbz-who-card .wt {
  font-size: 14px;
  font-weight: 700;
  color: #0f2a3d;
}
.cbz-who-card .ws {
  font-size: 12px;
  color: #4a5a60;
  line-height: 1.55;
  font-weight: 600;
}
.cbz-who-card .wg {
  display: none;
}
.cbz-who-desc {
  background: #f0f7ff;
  border-left: 4px solid #c9a227;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  margin-bottom: 14px;
  font-size: 0.88em;
  line-height: 1.6;
  color: #333;
}
.cbz-who-desc strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.92em;
  color: #0f2a3d;
}

/* types grid */
.cbz-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.cbz-type-card {
  background: rgb(224, 247, 249);
  border: 1px solid rgba(42, 191, 201, 0.2);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: left;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.cbz-type-card:hover {
  border-color: #8fc9c2;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 42, 61, 0.09);
}
.cbz-type-card .type-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cbz-type-card .ti {
  font-size: 1.4em;
  line-height: 1;
  flex-shrink: 0;
}
.cbz-type-card .ti img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.cbz-type-card strong {
  font-size: 14px;
  color: #0f2a3d;
  font-weight: 700;
}
.cbz-type-card span {
  font-size: 0.82em;
  color: #4a5a60;
  line-height: 1.55;
  display: block;
  font-weight: 600;
}

/* covers grid */
.cbz-covers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cbz-cover-item {
  background: rgb(224, 247, 249);
  border: 1px solid rgba(42, 191, 201, 0.2);
  border-radius: 14px;
  padding: 18px 20px;
  text-align: left;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.cbz-cover-item:hover {
  border-color: #8fc9c2;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 42, 61, 0.09);
}
.cbz-cover-item .cover-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cbz-cover-item .ci {
  font-size: 1.4em;
  line-height: 1;
  flex-shrink: 0;
}
.cbz-cover-item .ci img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.cbz-cover-item strong {
  font-size: 0.95em;
  color: #0f2a3d;
  font-weight: 700;
}
.cbz-cover-item span {
  font-size: 0.82em;
  color: #4a5a60;
  line-height: 1.55;
}

/* inclusions/exclusions */
.cbz-ie-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.cbz-ie-box {
  border-radius: 14px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #ece7da;
  box-shadow: 0 3px 14px rgba(15, 42, 61, 0.05);
  border-top: 4px solid transparent;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
  font-family: var(--cb-font-body);
}
.cbz-ie-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(15, 42, 61, 0.09);
}
.cbz-ie-box.incl {
  border-top-color: #2e9e64;
}
.cbz-ie-box.excl {
  border-top-color: #d9534f;
}
.cbz-ie-box h4 {
  font-size: 0.95em;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}
.cbz-ie-box.incl h4 {
  color: #226b48;
}
.cbz-ie-box.excl h4 {
  color: #a8442f;
}
.cbz-ie-count {
  margin-left: auto;
  font-size: 0.68em;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  color: #fff;
}
.cbz-ie-box.incl .cbz-ie-count {
  background: #2e9e64;
}
.cbz-ie-box.excl .cbz-ie-count {
  background: #d9534f;
}
.cbz-ie-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 8px;
  margin: 0 -8px;
  border-radius: 8px;
  transition: background 0.15s;
}
.cbz-ie-item:hover {
  background: rgba(15, 42, 61, 0.03);
}
.cbz-ie-item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1;
}
.cbz-ie-box.incl .cbz-ie-item::before {
  content: "\2713";
  background: #2e9e64;
}
.cbz-ie-box.excl .cbz-ie-item::before {
  content: "\2717";
  background: #d9534f;
}
.cbz-ie-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cbz-ie-item strong {
  font-size: 14px;
  color: #1e2a30;
  font-weight: 700;
}
.cbz-ie-item span {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  font-weight: 600;
}

/* FAQ */
.cbz-faq-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cbz-faq-list {
}
.cbz-faq-item {
  border-bottom: 1px solid #e8e2d0;
  cursor: pointer;
}
.cbz-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  font-weight: 600;
  font-size: 16px;
  color: #0f2a3d;
  gap: 10px;
}
.cbz-faq-plus {
  color: #c9a227;
  font-size: 1.2em;
  flex-shrink: 0;
  transition: 0.2s;
}
.cbz-faq-item.open .cbz-faq-plus {
  transform: rotate(45deg);
}
.cbz-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  font-weight: 500;
  font-family: var(--cb-font-body);
  color: #5b6a70;
}
.cbz-faq-item.open .cbz-faq-a {
  max-height: 200px;
  padding-bottom: 12px;
}

/* Testimonial */
.cbz-testi-card {
  background: #fafaf7;
  border: 1px solid #e8e2d0;
  border-radius: 10px;
  padding: 20px;
}
.cbz-testi-stars {
  color: #f5a623;
  font-size: 18px;
  margin-bottom: 10px;
}
.cbz-testi-quote {
  font-size: 15px;
  color: #11133e;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 16px;
  font-family: var(--cb-font-body);
  font-weight: 600;
}
.cbz-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cbz-testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1d2327;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.9em;
  flex-shrink: 0;
}
.cbz-testi-name {
  font-size: 14px;
  font-weight: 600;
  color: #0f2a3d;
}
.cbz-testi-role {
  font-size: 12px;
  color: #888;
  font-weight: 600;
}
.cbz-testi-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  justify-content: center;
}
.cbz-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}
.cbz-testi-dot.active {
  background: #0f2a3d;
}
.cbz-testi-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.9em;
  color: #555;
  background: #fff;
}
.cbz-testi-arrow.next {
  background: #0f2a3d;
  color: #fff;
  border-color: #0f2a3d;
}

/* ── Standalone testimonial section (bold color-block, 3-card carousel) ── */
.cbz-testi-section {
  padding: 72px 0;
  background: #fcfaf4;
  position: relative;
  overflow: hidden;
}
.cbz-testi-heading {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}
.cbz-testi-heading h2 {
  font-family: var(--cb-font-display);
  font-size: 32px;
  font-weight: 800;
  color: #11133e;
  margin: 0;
}
.cbz-testi-heading h2 span {
  color: #c9a227;
  font-style: italic;
}
.cbz-testi-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.cbz-testi-viewport {
  overflow: hidden;
  flex: 1;
}
.cbz-testi-track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s ease;
}
.cbz-testi-card2 {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #eee7d6;
  border-radius: 18px;
  padding: 28px 24px;
  flex: 0 0 calc((100% - 24px) / 2);
  min-width: 260px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px rgba(15, 42, 61, 0.06);
}
.cbz-testi-avatar2 {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background: #11133e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 20px;
  border: 3px solid #fff;
  flex-shrink: 0;
}
.cbz-testi-avatar2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbz-testi-quote2 {
  font-family: var(--cb-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: #4a5a68;
  margin: 0 0 18px;
  font-weight: 500;
}
.cbz-testi-qmark {
  color: #e6c85a;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 0;
  vertical-align: -3px;
}
.cbz-testi-qmark-end {
  vertical-align: -8px;
}
.cbz-testi-stars2 {
  color: #e6c85a;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.cbz-testi-name2 {
  font-size: 15px;
  font-weight: 700;
  color: #11133e;
}
.cbz-testi-role2 {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  margin-top: 2px;
}
.cbz-testi-role2 span {
  display: block;
}
.cbz-testi-arrow2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e1e5ea;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  color: #555;
  background: #fff;
  flex-shrink: 0;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.15s;
}
.cbz-testi-arrow2:hover {
  background: #0f2a3d;
  border-color: #0f2a3d;
  color: #fff;
  transform: translateY(-2px);
}
.cbz-testi-dots2 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.cbz-testi-dot2 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: 0.2s;
}
.cbz-testi-dot2.active {
  background: #c9a227;
  width: 22px;
  border-radius: 4px;
}

/* Panel footer CTAs */
.cbz-panel-footer {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0ede5;
  flex-wrap: wrap;
}
.cbz-panel-footer .cbz-btn {
  box-shadow: 0 3px 10px rgba(15, 42, 61, 0.08);
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.cbz-panel-footer .cbz-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(15, 42, 61, 0.16);
}

/* ── PARTNERS ── */
.cbz-partners {
  padding: 52px 0;
  background: #fafaf7;
  text-align: center;
}
.cbz-partners h2 {
  font-size: 1.5em;
  margin-bottom: 6px;
}
.cbz-partners p {
  color: #888;
  font-size: 0.88em;
  margin-bottom: 24px;
}
.cbz-partners-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.cbz-partner-card {
  background: #fff;
  border: 1px solid #e8e2d0;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.cbz-partner-card img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}
.cbz-partner-name {
  font-size: 0.88em;
  font-weight: 500;
  color: #333;
}

/* ── CTA ── */
.cbz-cta {
  background: #0f2a3d;
  padding: 52px 0;
  text-align: center;
}
.cbz-cta h2 {
  color: #fff;
  font-size: 1.7em;
  margin-bottom: 8px;
}
.cbz-cta p {
  color: #9bb5be;
  margin-bottom: 22px;
}

/* responsive */
@media (max-width: 900px) {
  .cbz-hero-grid {
    --cbz-hero-cols: 1fr;
    grid-template-columns: 1fr !important;
  }
  .cbz-whatwhy-grid {
    grid-template-columns: 1fr;
  }
  .cbz-tabs-layout {
    grid-template-columns: 1fr;
  }
  .cbz-tab-rail {
    display: flex;
    flex-direction: column;
  }
  .cbz-ie-grid,
  .cbz-faq-wrap,
  .cbz-who-cards {
    grid-template-columns: 1fr;
  }
  .cbz-testi-section {
    padding: 56px 0;
  }
  .cbz-testi-heading h2 {
    font-size: 1.5em;
  }
  .cbz-testi-card2 {
    flex: 0 0 85%;
    min-width: 0;
  }
  .cbz-testi-arrow2 {
    width: 32px;
    height: 32px;
  }
  .cbz-covers-grid {
    grid-template-columns: 1fr;
  }
  .cbz-types-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════
   CF7 QUOTE CARD — Pemium 
   ═══════════════════════════════════════════════════ */

/* Card wrapper */
.cbz-quote-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  position: sticky;
  top: 24px;
}

/* Card head */
.cbz-quote-card-head {
  background: #0f2a3d;
  padding: 16px 22px 18px;
}
.cbz-quote-card-head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}
.cbz-quote-card-head-top > span {
  background: #f0f0f0;
  color: #555;
  font-size: 0.78em;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
}
.cbz-immediate {
  background: #2ab65a;
  color: #fff !important;
  font-size: 0.8em;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background 0.15s;
}
.cbz-immediate:hover {
  background: #229e4e;
}
.cbz-quote-card-head h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 100%;
}

/* Card body */
.cbz-quote-card-body {
  padding: 22px 22px 18px;
}

/* ── CF7 reset ── */
.cbz-cf7-wrap .wpcf7,
.cbz-cf7-wrap .wpcf7-form {
  margin: 0;
  padding: 0;
}

/* Mandatory note */
.cbz-cf7-wrap .mandatory-text,
.cbz-cf7-wrap small.text,
.cbz-cf7-wrap .text {
  font-size: 11px !important;
  color: #b3441f !important;
  font-weight: 600 !important;
  display: block !important;
  text-align: left !important;
  background: #fff5f0 !important;
  border-left: 3px solid #d9704a !important;
  padding: 7px 10px !important;
  border-radius: 4px !important;
  margin-bottom: 16px !important;
}

/* form-row = side-by-side fields */
.cbz-cf7-wrap .form-row {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
}
.cbz-cf7-wrap .form-row .form-group {
  flex: 1;
}

/* form-group */
.cbz-cf7-wrap .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px !important;
  position: relative;
}

/* Labels */
.cbz-cf7-wrap .form-group label {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: rgb(27, 42, 107) !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  margin-bottom: 7px !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  line-height: 1.3 !important;
}
.cbz-cf7-wrap .form-group label .warnInfo {
  color: #c9a227;
}
.cbz-cf7-wrap .form-group label .fa {
  color: #c9a227;
  font-size: 11px;
}

/* ALL text/number/tel inputs — pill style */
.cbz-cf7-wrap .form-group input[type="text"],
.cbz-cf7-wrap .form-group input[type="email"],
.cbz-cf7-wrap .form-group input[type="number"],
.cbz-cf7-wrap .form-group input[type="tel"] {
  width: 100% !important;
  border: 1.5px solid #e1e5ea !important;
  border-radius: 10px !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1e2a30 !important;
  background: #fff !important;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s !important;
  box-sizing: border-box !important;
  outline: none !important;
  -webkit-appearance: none;
}
.cbz-cf7-wrap .form-group input:focus {
  border-color: #0f2a3d !important;
  box-shadow: 0 0 0 4px rgba(15, 42, 61, 0.09) !important;
  background: #fff !important;
}

/* Checkboxes — pill chip style */
.cbz-cf7-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: #f4f6f8 !important;
  border: 1.5px solid #dde2e7 !important;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #3d4a54 !important;
  transition: all 0.15s !important;
  user-select: none;
}
.cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item label:hover {
  border-color: #0f2a3d !important;
  background: #e8f0f5 !important;
  transform: translateY(-1px);
}
/* checked state via JS — add class 'cbz-checked' via JS below */
.cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item.cbz-checked label {
  border-color: #0f2a3d !important;
  background: #0f2a3d !important;
  color: #fff !important;
  box-shadow: 0 3px 10px rgba(15, 42, 61, 0.25) !important;
}

/* Radio buttons — same pill style */
.cbz-cf7-wrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}
.cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}
.cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: #f4f6f8 !important;
  border: 1.5px solid #dde2e7 !important;
  border-radius: 20px !important;
  padding: 8px 16px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #3d4a54 !important;
  transition: all 0.15s !important;
  user-select: none;
}
.cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  display: none;
}
.cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item label:hover {
  border-color: #c9a227 !important;
  background: #fffbf0 !important;
  color: #8a6a10 !important;
  transform: translateY(-1px);
}
.cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item.cbz-checked label {
  border-color: #c9a227 !important;
  background: #c9a227 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(201, 162, 39, 0.3) !important;
}

/* reCAPTCHA */
.cbz-cf7-wrap .g-recaptcha {
  margin: 10px 0;
  transform: scale(0.88);
  transform-origin: left;
}

/* Submit button */
.cbz-cf7-wrap .btn-submit {
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #16344a, #0f2a3d) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  margin-top: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 6px 18px rgba(15, 42, 61, 0.28) !important;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s !important;
}
.cbz-cf7-wrap .btn-submit:hover {
  background: linear-gradient(135deg, #1a3d56, #16344a) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 42, 61, 0.34) !important;
}
.cbz-cf7-wrap .btn-submit::after {
  content: " →";
}

/* Bottom text */
.cbz-cf7-wrap .bottomText {
  text-align: center !important;
  font-size: 11px;
  color: #289db2 !important;
  line-height: 1.5 !important;
  font-weight: 500;
}

/* Validation */
.cbz-cf7-wrap .wpcf7-not-valid-tip {
  font-size: 10.5px !important;
  color: #c0392b !important;
  margin-top: 2px !important;
  text-align: left;
}
.cbz-cf7-wrap p {
  margin: 0 !important;
}
.cbz-cf7-wrap input.wpcf7-not-valid {
  border-color: #c0392b !important;
}

.cbz-cf7-wrap .wpcf7-response-output {
  font-size: 11px !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  margin: 8px 0 0 !important;
  border-width: 1px !important;
}

/* Policy provided by */
.cbz-providers {
  text-align: center;
  font-size: 0.72em;
  color: #bbb;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #f0ede5;
}
.cbz-providers-list {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.cbz-provider-name {
  font-size: 0.7em;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 2px 8px;
  background: #fafafa;
}

/* Responsive */
@media (max-width: 600px) {
  .cbz-cf7-wrap .form-row {
    flex-direction: column !important;
  }
  .cbz-cf7-wrap .g-recaptcha {
    transform: scale(0.78);
  }
}
/* --- Basic Form Grid --- */
.mandatory-text {
  text-align: center;
  color: #d9534f;
  margin-bottom: 15px;
}
.form-row {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.full-width {
  width: 100%;
}

/* 50/50 Split for Phone and City */
.half-row {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
}
.half-width {
  width: 48%;
}

/* Inputs Styling */
.form-group label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}
.form-group input[type="text"],
.form-group input[type="number"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}
.form-group input:focus {
  outline: none;
  border-color: #0f2c41;
}

/* --- Magic: Turn CF7 Radios/Checkboxes into Pills --- */
.custom-pills .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.custom-pills .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

/* Hide the default dots and checkmarks */
.custom-pills input[type="radio"],
.custom-pills input[type="checkbox"] {
  display: none;
}

/* Style the label to look like a button */
/* .custom-pills .wpcf7-list-item-label {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: #fff;
} */

/* Hover and Active State */
.custom-pills .wpcf7-list-item-label:hover {
  border-color: #0f2c41;
}

/* Submit Button & Footer */
.btn-submit {
  width: 100%;
  background-color: #0f2c41;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}
.btn-submit:hover {
  background-color: #1a4261;
}
.bottomText {
  font-size: 11px;
  text-align: center;
  color: #6b7280;
  margin-top: 15px;
  line-height: 1.5;
}
.warnInfo {
  color: #f59e0b;
  margin-right: 4px;
  cursor: help;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .half-row {
    flex-wrap: wrap;
    gap: 0;
  }
  .half-width {
    width: 100%;
    margin-bottom: 15px;
  }
  .half-row .half-width:last-child {
    margin-bottom: 0;
  }
}
.cbz-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffffff, #fdfbf5);
  border-top: 3px solid #11133e;
  box-shadow: 0 -4px 20px 0 hsla(0, 0%, 85%, 0.6);
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 12px 0;
  font-family: var(--cb-font-body);
}
.cbz-sticky-bar.cbz-sticky-visible {
  transform: translateY(0);
}
.cbz-sticky-bar.cbz-sticky-hide-footer {
  transform: translateY(100%) !important;
}
.cbz-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 24px;
}
.cbz-sticky-price {
  font-size: 16px;
  color: #0f2a3d;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  font-style: italic;
}
.cbz-sticky-price em {
  color: #c9a227;
  font-style: italic;
}
.cbz-sticky-divider {
  width: 1px;
  align-self: stretch;
  background: #1d2327;
  flex-shrink: 0;
}
.cbz-sticky-product {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding-left: 0;
  border-left: none;
}
.cbz-sticky-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fcefd9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  flex-shrink: 0;
}
.cbz-sticky-title {
  font-weight: 700;
  color: #0f2a3d;
  font-size: 20px;
}
.cbz-sticky-tagline {
  font-size: 14px;
  color: #888;
  font-weight: 600;
  font-style: italic;
}
.cbz-sticky-cta {
  background: #e8a13c;
  color: #0f2a3d;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: none;
  transition:
    background 0.15s,
    transform 0.15s;
}
.cbz-sticky-cta:hover {
  background: #d9922e;
  color: #0f2a3d;
  transform: translateY(-2px);
}
@media (max-width: 700px) {
  .cbz-sticky-price,
  .cbz-sticky-tagline,
  .cbz-sticky-divider {
    display: flex;
  }
  .cbz-sticky-product {
    border-left: none;
    padding-left: 0;
  }
}

/* ═══════════════════════════════════════════════════
   MOBILE POLISH — tighter type scale & spacing
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Hero */
  .cbz-hero {
    padding: 32px 0 36px;
  }
  .cbz-wrap {
    padding: 0 18px !important;
  }
  .cbz-breadcrumb {
    margin: 0 0 16px !important;
    font-size: 10.5px;
  }
  .cbz-product-label {
    margin: 0 0 18px !important;
  }
  .cbz-product-icon {
    width: 42px;
    height: 42px;
    font-size: 1.25em;
  }
  .cbz-product-label .plabel-title {
    font-size: 15px;
  }
  .cbz-hero-title {
    font-size: 30px !important;
    margin: 0 0 12px !important;
  }
  .cbz-hero-price {
    font-size: 14px !important;
    margin: 0 0 16px !important;
  }
  .cbz-taglines {
    padding: 11px 14px !important;
    font-size: 12.5px !important;
    margin: 0 0 20px !important;
  }
  .cbz-logo-strip {
    margin: 0 0 10px !important;
  }
  .cbz-stats {
    margin: 20px 0 0 !important;
  }
  .cbz-stat {
    padding: 12px 6px !important;
  }
  .cbz-stat strong {
    font-size: 14.5px;
  }
  .cbz-stat span {
    font-size: 10px;
  }
  .cbz-quote-card {
    position: static !important;
  }

  /* Section headings & padding — consistent scale across sections */
  .cbz-whatwhy,
  .cbz-tabs-section {
    padding: 44px 0 !important;
  }
  .cbz-whatwhy .section-intro,
  .cbz-tabs-section .section-intro {
    margin-bottom: 26px !important;
  }
  .cbz-whatwhy .section-intro h2,
  .cbz-tabs-section .section-intro h2 {
    font-size: 1.5em !important;
    padding-bottom: 10px;
  }
  .cbz-tabs-section .section-intro p {
    font-size: 0.85em !important;
    margin-top: 10px !important;
  }

  /* What/Why cards */
  .cbz-ww-illustration {
    height: 150px;
    font-size: 3em;
  }
  .cbz-ww-body {
    padding: 20px !important;
  }
  .cbz-ww-body h3 {
    font-size: 1.2em !important;
  }
  .cbz-ww-body p {
    font-size: 0.86em !important;
  }

  /* Tabs panel */
  .cbz-tabs-layout {
    gap: 16px !important;
  }
  .cbz-panel-head {
    padding: 14px 18px !important;
  }
  .cbz-panel-body {
    padding: 18px !important;
  }
  .cbz-panel-footer {
    flex-direction: column;
  }
  .cbz-panel-footer .cbz-btn {
    width: 100%;
    justify-content: center;
  }
  .cbz-who-card {
    padding: 14px 16px !important;
  }
  .cbz-types-grid,
  .cbz-covers-grid {
    gap: 10px !important;
  }
  .cbz-type-card,
  .cbz-cover-item {
    padding: 14px 16px !important;
  }

  /* Testimonial section */
  .cbz-testi-heading {
    margin-bottom: 28px !important;
  }
  .cbz-cf7-wrap .form-group label {
    text-align: left;
  }
  .cbz-cf7-wrap .wpcf7-checkbox .wpcf7-list-item label,
  .cbz-cf7-wrap .wpcf7-radio .wpcf7-list-item label {
    padding: 8px !important;
    font-size: 10px !important;
  }

  .cbz-sticky-bar-inner {
    flex-direction: column;
    gap: 4px;
  }
  .cbz-sticky-price {
    font-size: 12px;
    line-height: 100%;
  }
  a#cbzStickyCta {
    font-size: 10px;
    padding: 5px 15px;
  }
  .cbz-sticky-title {
    font-size: 16px;
  }
  .cbz-sticky-tagline {
    font-size: 12px;
  }
  .cbz-sticky-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .cbz-hero-title {
    font-size: 26px !important;
  }
  .cbz-stat strong {
    font-size: 13px;
  }
  .cbz-stat span {
    font-size: 9px;
  }
  .cbz-testi-card2 {
    flex: 0 0 92% !important;
  }
}
