:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0140657 *//* =========================================================
   BIZFYLE BOOKKEEPING PRICING PAGE
   Complete stylesheet for the full pricing page.
   Each section is defined once. No !important overrides.
   ========================================================= */

.bz-pricing-page {
  --green: #078f00;
  --green-dark: #056f00;
  --green-soft: #eaf8ea;
  --navy: #071d33;
  --navy-2: #0b2843;
  --navy-soft: #edf4f8;
  --text: #102033;
  --muted: #637083;
  --border: #dfe8ee;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(7, 29, 51, 0.1);
  width: 100%;
  overflow: hidden;
  background: var(--white);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
}

.bz-pricing-page,
.bz-pricing-page * {
  box-sizing: border-box;
}

.bz-pricing-page a {
  color: inherit;
  text-decoration: none;
}

.bz-pricing-page img {
  display: block;
  max-width: 100%;
}

.bz-pricing-page :is(h1, h2, h3, h4, h5, h6, summary) {
  font-weight: 700;
}

.bz-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* =========================================================
   SHARED BUTTONS
   ========================================================= */

.bz-pricing-page a.bz-btn,
.bz-pricing-page a.bz-hero-btn,
.bz-pricing-page a.bz-offer-btn,
.bz-pricing-page a.bz-cu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.24s ease,
    color 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.bz-pricing-page a.bz-btn:focus-visible,
.bz-pricing-page a.bz-hero-btn:focus-visible,
.bz-pricing-page a.bz-offer-btn:focus-visible,
.bz-pricing-page a.bz-cu-btn:focus-visible {
  outline: 3px solid rgba(7, 143, 0, 0.24);
  outline-offset: 3px;
}

.bz-pricing-page a.bz-btn {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
}

.bz-pricing-page a.bz-btn-primary {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 14px 30px rgba(7, 143, 0, 0.22);
}

.bz-pricing-page a.bz-btn-primary:hover,
.bz-pricing-page a.bz-btn-primary:focus-visible {
  color: var(--white);
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 143, 0, 0.28);
}

.bz-pricing-page a.bz-btn-primary:active {
  color: var(--white);
  background: #045a00;
  border-color: #045a00;
  transform: translateY(0) scale(0.98);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.18);
}

.bz-pricing-page a.bz-btn-secondary {
  color: var(--green);
  background: var(--white);
  border-color: rgba(7, 143, 0, 0.38);
  box-shadow: 0 10px 24px rgba(7, 29, 51, 0.08);
}

.bz-pricing-page a.bz-btn-secondary:hover,
.bz-pricing-page a.bz-btn-secondary:focus-visible {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(7, 143, 0, 0.2);
}

.bz-pricing-page a.bz-btn-secondary:active {
  color: var(--white);
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(0) scale(0.98);
}

/* =========================================================
   HERO
   ========================================================= */

.bz-hero {
  position: relative;
  padding: 96px 0 58px;
  background:
    radial-gradient(circle at 12% 8%, rgba(7, 143, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.bz-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 42px;
  align-items: center;
}

.bz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bz-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 8px rgba(7, 143, 0, 0.1);
}

.bz-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: -3px;
}

.bz-hero h1 span {
  color: var(--green);
}

.bz-hero p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.bz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
  align-items: center;
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn {
  min-height: 70px;
  padding-inline: 26px;
  gap: 14px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.bz-hero-btn-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.bz-hero-btn-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bz-hero-btn-icon-light {
  background: linear-gradient(180deg, #edf6ff 0%, #d9e8ff 100%);
  color: #2c5fbe;
  border: 1px solid rgba(44, 95, 190, 0.16);
}

.bz-hero-btn-icon-green {
  background: linear-gradient(180deg, #60e457 0%, #12b50d 100%);
  color: #ffffff;
  border: 1px solid rgba(7, 143, 0, 0.24);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-primary {
  color: #ffffff;
  background: linear-gradient(145deg, #54e44a 0%, #18b814 40%, #067c00 74%, #034f00 100%);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.38),
    inset -5px -6px 10px rgba(0, 58, 0, 0.3),
    0 14px 30px rgba(7, 143, 0, 0.24);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-primary:hover,
.bz-pricing-page .bz-hero-actions a.bz-hero-btn-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(145deg, #63eb59 0%, #13aa10 40%, #056f00 74%, #023f00 100%);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.4),
    inset -5px -6px 10px rgba(0, 58, 0, 0.34),
    0 18px 38px rgba(7, 143, 0, 0.3);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary {
  color: #1d2d3e;
  background: #ffffff;
  border-color: rgba(7, 29, 51, 0.08);
  box-shadow: 0 14px 28px rgba(7, 29, 51, 0.1);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary:hover,
.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary:focus-visible {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(7, 143, 0, 0.24);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary:hover .bz-hero-btn-icon-green,
.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary:focus-visible .bz-hero-btn-icon-green {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.26);
}

.bz-pricing-page .bz-hero-actions a.bz-hero-btn-secondary:active {
  color: #ffffff;
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px) scale(0.98);
}

.bz-hero-note {
  margin-top: 14px;
  color: #738295;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.bz-hero-panel {
  position: relative;
  min-height: 420px;
  padding: 28px;
  overflow: hidden;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 12%, rgba(120, 241, 116, 0.25), transparent 28%),
    linear-gradient(135deg, #06192d 0%, var(--navy) 58%, var(--navy-2) 100%);
  box-shadow: 0 32px 80px rgba(7, 29, 51, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.bz-hero-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 92px rgba(7, 29, 51, 0.28);
}

.bz-hero-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.bz-hero-panel-top strong {
  font-size: 18px;
  letter-spacing: -0.3px;
}

.bz-live-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #d7ffd5;
  font-size: 12px;
  font-weight: 900;
}

.bz-price-snapshot {
  display: grid;
  gap: 14px;
}

.bz-snapshot-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.bz-snapshot-card:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(138, 255, 135, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.bz-snapshot-card b {
  color: #ffffff;
  font-size: 17px;
}

.bz-snapshot-card span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.bz-snapshot-card em {
  color: #a9ffa6;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1px;
  transition: transform 0.24s ease, color 0.24s ease;
}

.bz-snapshot-card:hover em {
  color: #ffffff;
  transform: scale(1.06);
}

/* =========================================================
   PRICING PLANS
   ========================================================= */

.bz-section {
  padding: 86px 0;
}

.bz-section-head {
  max-width: 1080px;
  margin: 0 auto 46px;
  text-align: center;
}

.bz-section-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.06;
  letter-spacing: -2.4px;
}

.bz-section-head p {
  max-width: 980px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.5;
}

.bz-pricing-highlight {
  max-width: 940px;
  margin: 30px auto 0;
  padding: 18px 26px;
  border: 1px solid rgba(7, 143, 0, 0.2);
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
}

.bz-pricing-highlight span {
  color: var(--green);
}

.bz-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.bz-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.bz-price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(7, 143, 0, 0.45);
  box-shadow: 0 30px 74px rgba(7, 29, 51, 0.14);
}

.bz-price-card.featured {
  color: #ffffff;
  background: var(--navy);
  border-color: rgba(7, 143, 0, 0.7);
  transform: none;
  box-shadow: 0 32px 82px rgba(7, 29, 51, 0.24);
}

.bz-plan-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured .bz-plan-badge {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.bz-price-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.9px;
}

.featured h3 {
  color: #ffffff;
}

.bz-price {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.featured .bz-price {
  color: rgba(255, 255, 255, 0.72);
}

.bz-price strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  font-size: 45px;
  line-height: 1;
  letter-spacing: -1.8px;
}

.featured .bz-price strong {
  color: #ffffff;
}

.bz-billing {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.featured .bz-billing {
  color: rgba(255, 255, 255, 0.7);
}

.bz-plan-intro {
  min-height: 86px;
  margin: 0 0 22px;
  padding: 16px;
  border-radius: 18px;
  background: #f6faf7;
  color: #354458;
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 800;
}

.featured .bz-plan-intro {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
}

.bz-includes {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured .bz-includes {
  color: #80f17d;
}

.bz-features {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.bz-features li {
  display: flex;
  gap: 10px;
  color: #2f3f51;
  font-size: 14.6px;
  line-height: 1.42;
}

.featured .bz-features li {
  color: rgba(255, 255, 255, 0.86);
}

.bz-features li::before {
  content: "✓";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.featured .bz-features li::before {
  color: #8aff87;
  background: rgba(7, 143, 0, 0.24);
}

.bz-feature-note {
  color: var(--muted);
  font-weight: 500;
}

.featured .bz-feature-note {
  color: rgba(255, 255, 255, 0.68);
}

.bz-card-cta {
  margin-top: auto;
}

.bz-pricing-page .featured a.bz-card-cta {
  color: var(--green);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.bz-pricing-page .featured a.bz-card-cta:hover,
.bz-pricing-page .featured a.bz-card-cta:focus-visible {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
}

.bz-pricing-page .featured a.bz-card-cta:active {
  color: #ffffff;
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.bz-disclaimer {
  max-width: 940px;
  margin: 34px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(7, 29, 51, 0.08);
  border-radius: 18px;
  background: rgba(7, 29, 51, 0.05);
  color: #687789;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.bz-disclaimer strong {
  color: var(--navy);
}

/* =========================================================
   CATCH-UP BOOKKEEPING
   ========================================================= */

.bz-cu-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: var(--navy);
  color: #ffffff;
}

.bz-cu-section::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -160px;
  width: 500px;
  height: 500px;
  border: 90px solid rgba(117, 229, 110, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.bz-cu-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 295px;
  gap: 40px;
  align-items: end;
  margin-bottom: 33px;
}

.bz-cu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #75e56e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bz-cu-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #75e56e;
  box-shadow: 0 0 0 5px rgba(117, 229, 110, 0.12);
}

.bz-cu-heading-copy h2 {
  max-width: 790px;
  margin: 16px 0 14px;
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.bz-cu-heading-copy h2 span {
  color: #75e56e;
}

.bz-cu-heading-copy p {
  max-width: 760px;
  margin: 0;
  color: #bdd0da;
  font-size: 0.88rem;
  line-height: 1.7;
}

.bz-cu-person {
  position: relative;
  height: 185px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.2);
  animation: bzCuFloat 4.5s ease-in-out infinite;
}

.bz-cu-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.bz-cu-person::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 34, 52, 0.8));
}

.bz-cu-person span {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 13px;
  left: 15px;
  color: #ffffff;
  font-size: 0.61rem;
  font-weight: 700;
}

.bz-cu-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 18px;
}

.bz-cu-story,
.bz-cu-recovery {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.055);
}

.bz-cu-story h3,
.bz-cu-recovery h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.1rem;
}

.bz-cu-story p {
  margin: 0;
  color: #bdd0da;
  font-size: 0.75rem;
  line-height: 1.75;
}

.bz-cu-story-image {
  overflow: hidden;
  height: 210px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.bz-cu-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}


.bz-cu-story-highlight {
  margin-top: 22px;
  padding: 16px 17px;
  border-left: 4px solid #75e56e;
  border-radius: 0 14px 14px 0;
  background: rgba(117, 229, 110, 0.08);
  color: #ffffff;
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.55;
}

.bz-cu-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 25px 0 23px;
}

.bz-cu-route::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 12%;
  left: 12%;
  border-top: 2px dashed rgba(117, 229, 110, 0.38);
}

.bz-cu-route-dot {
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 11%;
  width: 13px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #f4a524;
  box-shadow: 0 0 15px rgba(244, 165, 36, 0.7);
  animation: bzCuTravel 5s ease-in-out infinite;
}

.bz-cu-stage {
  position: relative;
  z-index: 2;
  text-align: center;
}

.bz-cu-stage i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border: 1px solid rgba(117, 229, 110, 0.45);
  border-radius: 50%;
  background: var(--navy);
  color: #75e56e;
  font-style: normal;
  font-weight: 800;
}

.bz-cu-stage strong {
  display: block;
  color: #ffffff;
  font-size: 0.7rem;
}

.bz-cu-stage span {
  display: block;
  margin-top: 4px;
  color: #91aab7;
  font-size: 0.56rem;
}

.bz-cu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.bz-cu-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  align-items: start;
  padding: 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  color: #dbe7ec;
  font-size: 0.61rem;
  line-height: 1.42;
}

.bz-cu-item i {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
}

.bz-cu-quote {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 25px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 25px;
  border: 1px solid rgba(117, 229, 110, 0.3);
  border-radius: 22px;
  background: linear-gradient(90deg, rgba(7, 143, 0, 0.14), rgba(255, 255, 255, 0.055));
}

.bz-cu-price small {
  display: block;
  color: #75e56e;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bz-cu-price strong {
  display: block;
  margin: 5px 0;
  color: #ffffff;
  font-size: 1.2rem;
}

.bz-cu-price span {
  display: block;
  color: #bdd0da;
  font-size: 0.59rem;
  line-height: 1.5;
}

.bz-cu-quote-actions,
.bz-cu-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.bz-pricing-page a.bz-cu-btn {
  min-height: 50px;
  padding-inline: 20px;
  border-radius: 14px;
  font-size: 0.7rem;
  font-weight: 800;
}

.bz-pricing-page a.bz-cu-btn-primary {
  color: #ffffff;
  background: linear-gradient(145deg, #43d43a, #078f00 65%, #045900);
  box-shadow: 0 13px 28px rgba(7, 143, 0, 0.25);
}

.bz-pricing-page a.bz-cu-btn-primary:hover,
.bz-pricing-page a.bz-cu-btn-primary:focus-visible {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(7, 143, 0, 0.34);
}

.bz-pricing-page a.bz-cu-btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.bz-pricing-page a.bz-cu-btn-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: transparent;
}

.bz-pricing-page a.bz-cu-btn-secondary:hover,
.bz-pricing-page a.bz-cu-btn-secondary:focus-visible {
  color: var(--navy);
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px);
}

.bz-pricing-page a.bz-cu-btn-secondary:active {
  color: var(--navy);
  background: #e9f1f5;
  border-color: #e9f1f5;
  transform: translateY(0) scale(0.98);
}

.bz-cu-note {
  margin: 12px 0 0;
  color: #91aab7;
  font-size: 0.54rem;
  text-align: right;
}

@keyframes bzCuFloat {
  50% {
    transform: translateY(-8px);
  }
}

@keyframes bzCuTravel {
  0%, 10% {
    left: 11%;
  }
  45%, 55% {
    left: 49%;
  }
  90%, 100% {
    left: 86%;
  }
}

/* =========================================================
   PRICING FACTORS
   ========================================================= */

.bz-explainer {
  background: #f7faf8;
}

.bz-explainer-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.bz-explainer-head .bz-eyebrow {
  margin-bottom: 16px;
}

.bz-explainer-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.06;
  letter-spacing: -2.2px;
}

.bz-explainer-head h2 span {
  display: block;
  color: var(--green);
}

.bz-explainer-head p {
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.bz-explainer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 26px;
  align-items: center;
}

.bz-explainer-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--navy-soft);
  box-shadow: 0 24px 60px rgba(7, 29, 51, 0.12);
}

.bz-explainer-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.bz-explainer-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(7, 29, 51, 0.34));
}

.bz-explainer-image:hover img {
  transform: scale(1.025);
}

.bz-explainer-image-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 18px 18px 17px;
  border-radius: 18px;
  background: rgba(7, 29, 51, 0.74);
  backdrop-filter: blur(10px);
}

.bz-explainer-image-note strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.bz-explainer-image-note span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.55;
}

.bz-drivers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  align-self: center;
}

.bz-driver {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px 24px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(7, 29, 51, 0.06);
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.bz-driver:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 143, 0, 0.4);
  box-shadow: 0 24px 48px rgba(7, 29, 51, 0.11);
}

.bz-driver strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: -0.4px;
  font-weight: 700;
}

.bz-driver span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   FAQ
   ========================================================= */

.bz-faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 38px;
  align-items: start;
}

.bz-faq-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.bz-faq-intro p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.bz-faqs {
  display: grid;
  gap: 12px;
}

.bz-pricing-page details {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(7, 29, 51, 0.05);
}

.bz-pricing-page summary {
  position: relative;
  cursor: pointer;
  padding: 20px 52px 20px 22px;
  color: var(--navy);
  font-size: 16px;
  list-style: none;
}

.bz-pricing-page summary::-webkit-details-marker {
  display: none;
}

.bz-pricing-page summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--green);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.bz-pricing-page details[open] summary::after {
  content: "−";
}

.bz-pricing-page details p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.bz-cta {
  padding: 64px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(7, 143, 0, 0.15), transparent 24%),
    #082638;
}

.bz-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: 48px;
  align-items: center;
  padding: 48px 42px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 10%, rgba(89, 223, 80, 0.1), transparent 24%),
    rgba(5, 30, 47, 0.42);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.16);
}

.bz-offer-copy {
  min-width: 0;
}

.bz-offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #91f08a;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bz-offer-kicker i {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(7, 143, 0, 0.16);
}

.bz-cta h2 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: -2px;
}

.bz-offer-text {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.bz-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bz-pricing-page .bz-cta a.bz-offer-btn {
  min-height: 48px;
  padding-inline: 18px;
  gap: 8px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}

.bz-offer-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bz-pricing-page .bz-cta a.bz-offer-btn-primary {
  color: #ffffff;
  background: linear-gradient(145deg, #54e44a 0%, #18b814 40%, #067c00 74%, #034f00 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.38),
    inset -5px -6px 10px rgba(0, 58, 0, 0.3),
    0 14px 30px rgba(7, 143, 0, 0.26);
}

.bz-pricing-page .bz-cta a.bz-offer-btn-primary:hover,
.bz-pricing-page .bz-cta a.bz-offer-btn-primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(145deg, #62ec58 0%, #13aa10 40%, #056f00 74%, #023f00 100%);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.4),
    inset -5px -6px 10px rgba(0, 58, 0, 0.34),
    0 20px 40px rgba(7, 143, 0, 0.34);
}

.bz-pricing-page .bz-cta a.bz-offer-btn-primary:active {
  transform: translateY(-1px) scale(0.98);
}

.bz-pricing-page .bz-cta a.bz-offer-btn-secondary {
  color: var(--green);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

.bz-pricing-page .bz-cta a.bz-offer-btn-secondary:hover,
.bz-pricing-page .bz-cta a.bz-offer-btn-secondary:focus-visible {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(7, 143, 0, 0.26);
}

.bz-pricing-page .bz-cta a.bz-offer-btn-secondary:active {
  color: #ffffff;
  background: var(--green-dark);
  border-color: var(--green-dark);
  transform: translateY(-1px) scale(0.98);
}

.bz-offer-disclaimer {
  max-width: 600px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.bz-offer-list-card {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 18px;
  border: 1px solid rgba(7, 29, 51, 0.08);
  border-radius: 20px;
  color: var(--text);
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.bz-offer-list-card::before,
.bz-offer-list-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.bz-offer-list-card::before {
  top: -62px;
  right: -40px;
  width: 118px;
  height: 118px;
  border: 18px solid #edf8ec;
}

.bz-offer-list-card::after {
  top: -46px;
  right: -18px;
  width: 92px;
  height: 92px;
  border: 12px solid #f5fbf4;
}

.bz-offer-list-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.3;
}

.bz-offer-list-card ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bz-offer-list-card li {
  min-height: 42px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border-top: 1px solid #dfe7ec;
  color: #42546a;
  font-size: 12px;
  line-height: 1.4;
}

.bz-offer-list-card li i {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
}

.bz-offer-list-card li strong {
  color: var(--green);
  font-size: 11px;
  line-height: 1;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {
  .bz-hero-grid,
  .bz-faq-grid,
  .bz-cta-panel,
  .bz-cu-head,
  .bz-cu-main,
  .bz-cu-quote {
    grid-template-columns: 1fr;
  }

  .bz-pricing-grid {
    grid-template-columns: 1fr;
  }

  .bz-price-card.featured {
    transform: none;
  }

  .bz-plan-intro {
    min-height: auto;
  }

  .bz-explainer-layout {
    grid-template-columns: 1fr;
  }

  .bz-explainer-image {
    min-height: 420px;
  }

  .bz-drivers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bz-cu-person {
    width: 100%;
    height: 250px;
  }

  .bz-cu-quote-actions,
  .bz-cu-actions {
    justify-content: flex-start;
  }

  .bz-cu-note {
    text-align: left;
  }

  .bz-offer-list-card {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .bz-container {
    width: min(100% - 28px, 1180px);
  }

  .bz-hero {
    padding: 72px 0 44px;
  }

  .bz-hero h1,
  .bz-section-head h2 {
    letter-spacing: -1.5px;
  }

  .bz-hero-panel {
    min-height: auto;
    padding: 22px;
  }

  .bz-section {
    padding: 66px 0;
  }

  .bz-pricing-highlight {
    border-radius: 24px;
  }

  .bz-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bz-pricing-page .bz-hero-actions a.bz-hero-btn {
    width: 100%;
    justify-content: flex-start;
  }

  .bz-explainer-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .bz-explainer-head h2 {
    font-size: 2.2rem;
    letter-spacing: -1.2px;
  }

  .bz-explainer-head p {
    margin-left: 0;
  }

  .bz-explainer-image {
    min-height: 320px;
    border-radius: 24px;
  }

  .bz-explainer-image-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 15px;
  }

  .bz-drivers {
    grid-template-columns: 1fr;
  }

  .bz-driver {
    min-height: auto;
  }

  .bz-cu-section {
    padding: 62px 0;
  }

  .bz-cu-heading-copy h2 {
    font-size: 2.8rem;
  }

  .bz-cu-person {
    height: 220px;
  }
  .bz-cu-story-image {
    height: 180px;
    border-radius: 18px;
  }

  .bz-cu-story,
  .bz-cu-recovery {
    padding: 21px;
  }

  .bz-cu-list {
    grid-template-columns: 1fr;
  }

  .bz-cu-route {
    gap: 5px;
  }

  .bz-cu-stage strong {
    font-size: 0.61rem;
  }

  .bz-cu-stage span {
    font-size: 0.5rem;
  }

  .bz-cu-quote {
    padding: 20px;
  }

  .bz-cu-quote-actions,
  .bz-cu-actions {
    display: grid;
  }

  .bz-pricing-page a.bz-cu-btn {
    width: 100%;
  }

  .bz-cta {
    padding: 48px 0;
  }

  .bz-cta-panel {
    gap: 26px;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .bz-cta h2 {
    font-size: 2rem;
    letter-spacing: -1.1px;
  }

  .bz-offer-text {
    font-size: 14px;
  }

  .bz-offer-actions {
    flex-direction: column;
  }

  .bz-pricing-page .bz-cta a.bz-offer-btn {
    width: 100%;
  }

  .bz-offer-list-card {
    padding: 18px 16px 16px;
  }

  .bz-offer-list-card li {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 0;
  }

  .bz-offer-list-card li strong {
    grid-column: 2;
    justify-self: start;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bz-pricing-page *,
  .bz-pricing-page *::before,
  .bz-pricing-page *::after {
    scroll-behavior: auto;
    animation: none;
    transition: none;
  }
}/* End custom CSS */