.elementor-19882 .elementor-element.elementor-element-c814e50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19882 .elementor-element.elementor-element-d94be04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19882 .elementor-element.elementor-element-329f698{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19882 .elementor-element.elementor-element-705c948 > .elementor-widget-container{margin:0px 0px 100px 0px;}/* Start custom CSS for html, class: .elementor-element-ce712f3 */.bzca-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f0f0f 0%, #161616 48%, #1d1d1d 100%);
  padding: 90px 24px 80px;
  font-family: "Poppins", sans-serif;
}

.bzca-hero__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.bzca-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    radial-gradient(circle at top left, rgba(255,162,0,0.08), transparent 32%);
  z-index: 0;
}

.bzca-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  z-index: 1;
  pointer-events: none;
}

.bzca-hero__glow--one {
  width: 320px;
  height: 320px;
  top: -90px;
  right: -80px;
  background: rgba(255, 162, 0, 0.12);
}

.bzca-hero__glow--two {
  width: 240px;
  height: 240px;
  bottom: -70px;
  left: -70px;
  background: rgba(255, 162, 0, 0.08);
}

.bzca-hero__left,
.bzca-hero__right {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: none;
}

.bzca-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 162, 0, 0.1);
  border: 1px solid rgba(255, 162, 0, 0.22);
  color: #ffa200;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}

.bzca-hero__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  max-width: 720px;
}

.bzca-hero__title span {
  color: #ffa200;
}

.bzca-hero__desc {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.8;
  max-width: 690px;
}

.bzca-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.bzca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.bzca-btn--primary {
  background: #ffa200;
  color: #111111;
  box-shadow: 0 10px 24px rgba(255, 162, 0, 0.18);
}

.bzca-btn--primary:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.bzca-btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.bzca-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: #ffa200;
  color: #ffa200;
}

.bzca-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.bzca-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.5;
}

.bzca-meta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffa200;
  flex-shrink: 0;
}

/* RIGHT SIDE UPDATED */
.bzca-hero__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-self: center;
}

.bzca-ca-stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 162, 0, 0.16);
  border-radius: 18px;
  padding: 1.45rem 1.2rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.bzca-ca-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 162, 0, 0.35);
  box-shadow: 0 14px 28px rgba(255, 162, 0, 0.08);
}

.bzca-ca-stat-card__number {
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  line-height: 1;
  font-weight: 700;
  color: #ffa200;
  margin-bottom: 0.65rem;
}

.bzca-ca-stat-card__text {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
  .bzca-hero {
    padding: 72px 20px 64px;
  }

  .bzca-hero__wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bzca-hero__title {
    font-size: 42px;
    max-width: 100%;
  }

  .bzca-hero__desc {
    max-width: 100%;
  }

  .bzca-hero__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .bzca-hero {
    padding: 58px 16px 54px;
  }

  .bzca-hero__title {
    font-size: 33px;
    line-height: 1.16;
  }

  .bzca-hero__desc {
    font-size: 15px;
    line-height: 1.72;
  }

  .bzca-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bzca-btn {
    width: 100%;
  }

  .bzca-hero__meta {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bzca-hero__right {
    grid-template-columns: 1fr;
  }

  .bzca-ca-stat-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .bzca-ca-stat-card__number {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .bzca-ca-stat-card__text {
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a77cad */.bzca-content-wrap {
  --bz-black: #000000;
  --bz-orange: #ffa200;
  --bz-orange-dark: #e89500;
  --bz-cream: #fffefc;
  --bz-soft: #f8f5ee;
  --bz-border: rgba(0, 0, 0, 0.08);
  --bz-text: #171717;
  --bz-muted: #5f5f5f;
  --bz-radius: 18px;
  font-family: "Poppins", sans-serif;
  color: var(--bz-text);
  background: #fffefc;
}

.bzca-content-wrap * {
  box-sizing: border-box;
}

.bzca-section {
  padding: 72px 0;
}

.bzca-section--alt {
  background: #fffaf0;
}

.bzca-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 24px;
}

.bzca-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bz-orange);
  margin-bottom: 10px;
}

.bzca-title {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 700;
  color: #111111;
}

.bzca-title span {
  color: var(--bz-orange);
}

.bzca-intro {
  margin: 0 0 28px;
  color: var(--bz-muted);
  font-size: 17px;
  line-height: 1.75;
}

.bzca-copy p {
  margin: 0 0 16px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.8;
}

.bzca-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.bzca-meta-item {
  font-size: 13px;
  color: #555555;
}

.bzca-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bzca-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,162,0,0.12);
  color: #9b6200;
  font-size: 12px;
  font-weight: 600;
}

.bzca-card-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.bzca-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid transparent;
  transition: 0.25s ease;
}

.bzca-card:hover {
  transform: translateY(-2px);
}

.bzca-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.bzca-card__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.45;
}

.bzca-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #5f5f5f;
}

.bzca-card--pro {
  background: #f5fbf4;
  border-color: #c8e8c1;
}
.bzca-card--pro .bzca-card__icon {
  background: rgba(40,167,69,0.12);
}
.bzca-card--pro .bzca-card__title {
  color: #1d7f36;
}

.bzca-card--con {
  background: #fff4f4;
  border-color: #f4caca;
}
.bzca-card--con .bzca-card__icon {
  background: rgba(220,53,69,0.10);
}
.bzca-card--con .bzca-card__title {
  color: #b32638;
}

.bzca-card--best {
  background: #f4f8ff;
  border-color: #cfe0ff;
}
.bzca-card--best .bzca-card__icon {
  background: rgba(0,102,255,0.10);
}
.bzca-card--best .bzca-card__title {
  color: #1758c2;
}

.bzca-card--avoid {
  background: #fff9ef;
  border-color: #f5ddb1;
}
.bzca-card--avoid .bzca-card__icon {
  background: rgba(255,162,0,0.12);
}
.bzca-card--avoid .bzca-card__title {
  color: #8a5a00;
}

.bzca-alert {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.7;
}

.bzca-alert--warn {
  background: #fff4f4;
  border-left: 4px solid #d93c4e;
  color: #6e1d28;
}

.bzca-alert--info {
  background: #f4f8ff;
  border-left: 4px solid #2b69ff;
  color: #1e4288;
}

.bzca-dark-box {
  background: #0f0f0f;
  border-radius: 20px;
  padding: 28px;
  margin-top: 28px;
  overflow: hidden;
  position: relative;
}

.bzca-dark-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffa200, #ffbf47);
}

.bzca-dark-box__eyebrow {
  color: #ffb52f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bzca-dark-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bzca-dark-tile {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,162,0,0.14);
  border-radius: 16px;
  padding: 18px;
}

.bzca-dark-tile__num {
  color: #ffa200;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.bzca-dark-tile__title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bzca-dark-tile__desc {
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.65;
}

.bzca-table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.bzca-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: #ffffff;
}

.bzca-table th {
  background: #111111;
  color: #ffffff;
  text-align: left;
  padding: 16px;
  font-size: 13px;
}

.bzca-table td {
  padding: 15px 16px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.bzca-table__row--focus td {
  background: #fff4e1;
  color: #8a5a00;
  font-weight: 600;
}

.bzca-verdict-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.bzca-verdict-panel {
  border-radius: 18px;
  padding: 22px;
}

.bzca-verdict-panel__title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
}

.bzca-verdict-panel ul {
  margin: 0;
  padding-left: 18px;
}

.bzca-verdict-panel li {
  margin-bottom: 8px;
  line-height: 1.65;
  color: #444444;
  font-size: 14px;
}

.bzca-verdict-panel--good {
  background: #f5fbf4;
  border: 1px solid #c8e8c1;
}
.bzca-verdict-panel--good .bzca-verdict-panel__title {
  color: #1d7f36;
}

.bzca-verdict-panel--bad {
  background: #fff4f4;
  border: 1px solid #f4caca;
}
.bzca-verdict-panel--bad .bzca-verdict-panel__title {
  color: #b32638;
}

.bzca-step-flow {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.bzca-step-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  background: #ffffff;
  border-left: 4px solid #ffa200;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.bzca-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111111;
  color: #ffa200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.bzca-step-text {
  font-size: 14px;
  line-height: 1.75;
  color: #3f3f3f;
}

.bzca-download-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  background: linear-gradient(135deg, #fff7e7, #fff0cc);
  border: 1px solid rgba(255,162,0,0.18);
  border-radius: 18px;
  padding: 18px 20px;
}

.bzca-download-box__left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bzca-download-box__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255,162,0,0.14);
  color: #b87400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.bzca-download-box__title {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 4px;
}

.bzca-download-box__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #5d5d5d;
}

.bzca-download-btn,
.bzca-btn-main,
.bzca-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
}

.bzca-download-btn,
.bzca-btn-main {
  background: #ffa200;
  color: #111111;
}

.bzca-download-btn:hover,
.bzca-btn-main:hover {
  background: #ffffff;
}

.bzca-btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bzca-btn-outline {
  border: 1px solid rgba(255,162,0,0.34);
  color: #111111;
  background: transparent;
}

.bzca-btn-outline:hover {
  border-color: #ffa200;
  color: #ffa200;
}

.bzca-cta {
  background: #111111;
  border-radius: 22px;
  padding: 34px 26px;
  text-align: center;
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}

.bzca-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 55% at 50% 100%, rgba(255,162,0,0.12) 0%, transparent 60%);
}

.bzca-cta > * {
  position: relative;
  z-index: 1;
}

.bzca-cta__eyebrow {
  color: #ffb52f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bzca-cta h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
}

.bzca-cta p {
  margin: 0 auto 18px;
  max-width: 680px;
  color: rgba(255,255,255,0.72);
  font-size: 15px;
  line-height: 1.75;
}

.bzca-cta__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bzca-content-wrap .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.55s ease;
}

.bzca-content-wrap .reveal.bzca-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .bzca-dark-grid,
  .bzca-verdict-grid {
    grid-template-columns: 1fr;
  }

  .bzca-download-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .bzca-section {
    padding: 54px 0;
  }

  .bzca-inner {
    padding: 0 16px;
  }

  .bzca-title {
    font-size: 30px;
  }

  .bzca-intro,
  .bzca-copy p {
    font-size: 15px;
  }

  .bzca-card,
  .bzca-step-item {
    grid-template-columns: 40px 1fr;
    padding: 16px;
  }

  .bzca-card__icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .bzca-download-box__left {
    align-items: flex-start;
  }

  .bzca-btn-main,
  .bzca-btn-outline,
  .bzca-download-btn {
    width: 100%;
  }

  .bzca-cta__actions {
    flex-direction: column;
  }

  .bzca-cta h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-705c948 */.bzca-final-cta {
  position: relative;
  overflow: hidden;
  background: #000000;
  padding: 80px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.bzca-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 55% at 50% 50%,
    rgba(255, 162, 0, 0.14) 0%,
    transparent 62%
  );
  pointer-events: none;
}

.bzca-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}

.bzca-final-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: rgba(255, 162, 0, 0.12);
  border: 1px solid rgba(255, 162, 0, 0.24);
  font-size: 24px;
  line-height: 1;
}

.bzca-final-cta__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.1;
  font-weight: 700;
}

.bzca-final-cta__title span {
  color: #ffa200;
}

.bzca-final-cta__sub {
  max-width: 720px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.bzca-final-cta__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.bzca-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.bzca-final-cta__btn--primary {
  background: #ffa200;
  color: #111111;
  box-shadow: 0 10px 24px rgba(255, 162, 0, 0.18);
}

.bzca-final-cta__btn--primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
}

.bzca-final-cta__btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
}

.bzca-final-cta__btn--secondary:hover {
  border-color: #ffa200;
  color: #ffa200;
  transform: translateY(-2px);
}

.bzca-final-cta__contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 162, 0, 0.16);
}

.bzca-final-cta__contact-item {
  text-align: center;
}

.bzca-final-cta__contact-label {
  display: block;
  margin-bottom: 6px;
  color: #ffa200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bzca-final-cta__contact-item strong,
.bzca-final-cta__contact-item strong a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.bzca-final-cta__contact-item strong a:hover {
  color: #ffa200;
}

.bzca-final-cta__note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .bzca-final-cta__contact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bzca-final-cta {
    padding: 60px 16px;
  }

  .bzca-final-cta__icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
    border-radius: 18px;
  }

  .bzca-final-cta__sub {
    font-size: 15px;
    line-height: 1.72;
  }

  .bzca-final-cta__buttons {
    flex-direction: column;
  }

  .bzca-final-cta__btn {
    width: 100%;
  }

  .bzca-final-cta__contact-strip {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}/* End custom CSS */