.elementor-20300 .elementor-element.elementor-element-3306d59{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20300 .elementor-element.elementor-element-9d1cbc0{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20300 .elementor-element.elementor-element-e00f52a{--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-20300 .elementor-element.elementor-element-fb0c7e5 > .elementor-widget-container{margin:0px 0px 80px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-87ff52f *//* =========================================
   BIZFYLE TAX HERO SECTION
   WordPress optimized
========================================= */

.bz-tax-hero,
.bz-tax-hero * {
  box-sizing: border-box;
}

.bz-tax-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 162, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #0d0d0d 0%, #000000 55%, #111111 100%);
  padding: 72px 24px 80px;
  font-family: 'Poppins', sans-serif;
}

.bz-tax-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bz-tax-hero::before {
  content: "APR 15";
  position: absolute;
  right: -18px;
  top: -18px;
  font-size: clamp(90px, 16vw, 220px);
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 162, 0, 0.06);
  letter-spacing: 2px;
  z-index: 0;
}

.bz-tax-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
  align-items: center;
}

.bz-tax-hero__content {
  min-width: 0;
}

.bz-tax-hero__badge {
  display: inline-flex;
  align-items: center;
  background: #ffefe8;
  color: #b33a00;
  border: 1px solid rgba(255, 162, 0, 0.3);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 22px;
}

.bz-tax-hero__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -1px;
}

.bz-tax-hero__title-highlight {
  display: block;
  color: #ffa200;
}

.bz-tax-hero__sub {
  margin: 0 0 28px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.bz-tax-hero__bullets {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.bz-tax-hero__bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.bz-tax-hero__check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #ffa200;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  margin-top: 1px;
}

.bz-tax-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bz-tax-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  border-radius: 12px;
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}

.bz-tax-hero__btn:hover {
  transform: translateY(-2px);
}

.bz-tax-hero__btn--primary {
  background: #ffa200;
  color: #000000 !important;
  border-color: #ffa200;
  box-shadow: 0 14px 28px rgba(255, 162, 0, 0.22);
}

.bz-tax-hero__btn--primary:hover {
  background: #ffb733;
  box-shadow: 0 18px 34px rgba(255, 162, 0, 0.28);
}

.bz-tax-hero__btn--whatsapp {
  background: #000;
  color: #ffa200;
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.bz-tax-hero__btn--whatsapp:hover {
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.08);
  color: #ffa200;
}

.bz-tax-hero__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bz-tax-hero__btn-icon--orange {
  color: #ffa200;
  font-size: 16px;
  line-height: 1;
}

/* right card */
.bz-tax-hero__card {
  background: #fffefc;
  border: 1px solid rgba(255, 162, 0, 0.22);
  border-radius: 22px;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.bz-tax-hero__card-label {
  margin-bottom: 8px;
  color: #c24d00;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.bz-tax-hero__card-title {
  margin: 0 0 18px;
  color: #000000;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.bz-tax-hero__penalty-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.bz-tax-hero__penalty-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #ece7df;
}

.bz-tax-hero__penalty-item:last-child {
  border-bottom: none;
}

.bz-tax-hero__penalty-icon {
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}

.bz-tax-hero__penalty-text {
  flex: 1;
  min-width: 0;
}

.bz-tax-hero__penalty-name {
  color: #000000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.bz-tax-hero__penalty-desc {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 2px;
}

.bz-tax-hero__penalty-amount {
  color: #d35400;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
}

.bz-tax-hero__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none !important;
  background: #000000;
  color: #ffffff !important;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.2s ease;
}

.bz-tax-hero__card-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
}

.bz-tax-hero__card-note {
  margin-top: 10px;
  text-align: center;
  color: #777777;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
  .bz-tax-hero {
    padding: 60px 20px 68px;
  }

  .bz-tax-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bz-tax-hero__card {
    max-width: 560px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bz-tax-hero {
    padding: 52px 16px 60px;
  }

  .bz-tax-hero::before {
    right: -10px;
    top: 8px;
    font-size: 92px;
  }

  .bz-tax-hero__badge {
    margin-bottom: 18px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .bz-tax-hero__title {
    font-size: 40px;
    line-height: 1.02;
    margin-bottom: 14px;
  }

  .bz-tax-hero__sub {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .bz-tax-hero__bullets {
    gap: 10px;
    margin-bottom: 26px;
  }

  .bz-tax-hero__bullet {
    font-size: 13px;
    line-height: 1.65;
  }

  .bz-tax-hero__actions {
    flex-direction: column;
  }

  .bz-tax-hero__btn {
    width: 100%;
    padding: 14px 18px;
  }

  .bz-tax-hero__card {
    padding: 22px 18px 20px;
    border-radius: 18px;
  }

  .bz-tax-hero__card-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b26177 *//* =========================
   BIZFYLE TAX PAGE SECTIONS
   EXCEPT FINAL CTA
========================= */

.bz-tax-wrap,
.bz-tax-wrap * {
  box-sizing: border-box;
}

.bz-tax-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.bz-tax-section-eyebrow {
  margin: 0 0 12px;
  color: #ffa200;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.bz-tax-section-eyebrow--danger {
  color: #d35400;
}

.bz-tax-section-title {
  margin: 0 0 12px;
  color: #000000;
  font-size: clamp(32px, 4.3vw, 52px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
}

.bz-tax-section-title--light {
  color: #ffffff;
}

.bz-tax-section-sub {
  margin: 0;
  color: #676767;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.highlight{
    color: #ffa200;
}
.bz-tax-section-sub--light {
  color: rgba(255,255,255,0.72);
}

/* shared buttons */
.bz-tax-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.bz-tax-btn:hover {
  transform: translateY(-2px);
}

.bz-tax-btn--full {
  width: 100%;
}

.bz-tax-btn--primary {
  background: #ffa200;
  color: #000000 !important;
  border-color: #ffa200;
  box-shadow: 0 14px 28px rgba(255, 162, 0, 0.22);
}

.bz-tax-btn--primary:hover {
  background: #ffb733;
}

.bz-tax-btn--dark {
  background: #000000;
  color: #ffffff !important;
  border-color: #000000;
}

.bz-tax-btn--dark:hover {
  background: #1a1a1a;
}

.bz-tax-btn--whatsapp {
  background: #111111;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.12);
}

.bz-tax-btn--whatsapp:hover {
  border-color: #ffa200;
  background: #1a1a1a;
}

.bz-tax-btn--white-red {
  background: #ffffff;
  color: #d35400 !important;
  border-color: #ffffff;
}

.bz-tax-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.bz-tax-btn__icon--orange {
  color: #ffa200;
  font-size: 16px;
}

/* who */
.bz-tax-who {
  padding: 72px 24px;
  background: #fffaf2;
}

.bz-tax-who__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.bz-tax-who__card {
  position: relative;
  background: #fffefc;
  border: 1px solid #f0e2c8;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

.bz-tax-who__card:hover {
  transform: translateY(-4px);
  border-color: #ffa200;
}

.bz-tax-who__card--featured {
  border-color: #ffa200;
  box-shadow: 0 16px 34px rgba(255,162,0,0.10);
}

.bz-tax-who__card--featured::before {
  content: "⭐ That's You";
  position: absolute;
  top: -11px;
  left: 24px;
  background: #ffa200;
  color: #000000;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.bz-tax-who__icon {
  font-size: 30px;
  margin-bottom: 14px;
}

.bz-tax-who__title {
  color: #000000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 10px;
}

.bz-tax-who__desc {
  margin: 0 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.75;
}

.bz-tax-who__form {
  display: inline-flex;
  align-items: center;
  background: #fff4de;
  color: #b36f00;
  border: 1px solid #ffd489;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

/* band */
.bz-tax-band {
  background: #000000;
  padding: 18px 24px;
  border-top: 2px solid #ffa200;
  border-bottom: 2px solid #ffa200;
}

.bz-tax-band__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px 34px;
}

.bz-tax-band__item {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.bz-tax-band__item strong {
  color: #ffa200;
  font-weight: 700;
}

/* forms */
.bz-tax-forms {
  padding: 78px 24px;
  background: #ffffff;
}

.bz-tax-forms__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bz-tax-form-card {
  background: #fffefc;
  border: 1px solid #ece2d0;
  border-radius: 22px;
  padding: 26px 22px;
  transition: all 0.2s ease;
}

.bz-tax-form-card:hover {
  border-color: #ffa200;
  transform: translateY(-4px);
}

.bz-tax-form-card__tag {
  display: inline-flex;
  align-items: center;
  background: #ffa200;
  color: #000000;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 14px;
}

.bz-tax-form-card__title {
  color: #000000;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.bz-tax-form-card__desc {
  margin: 0 0 14px;
  color: #666666;
  font-size: 14px;
  line-height: 1.75;
}

.bz-tax-form-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bz-tax-form-card__list li {
  position: relative;
  padding: 8px 0 8px 18px;
  color: #000000;
  font-size: 13px;
  line-height: 1.65;
  border-bottom: 1px solid #eee8df;
}

.bz-tax-form-card__list li:last-child {
  border-bottom: none;
}

.bz-tax-form-card__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 8px;
  color: #ffa200;
  font-weight: 700;
}

.bz-tax-form-card__who {
  margin-top: 14px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* penalty */
.bz-tax-penalty {
  padding: 78px 24px;
  background: #fff8f3;
}

.bz-tax-penalty__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.bz-tax-penalty__card {
  background: #ffffff;
  border: 1px solid #f1ddd6;
  border-radius: 22px;
  padding: 30px 26px;
}

.bz-tax-penalty__icon {
  font-size: 34px;
  margin-bottom: 14px;
}

.bz-tax-penalty__title {
  color: #000000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.bz-tax-penalty__rate {
  color: #d35400;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 12px;
}

.bz-tax-penalty__rate small {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}

.bz-tax-penalty__desc {
  margin: 0 0 16px;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}

.bz-tax-penalty__max {
  background: #fff2eb;
  border-left: 4px solid #d35400;
  border-radius: 0 10px 10px 0;
  padding: 10px 14px;
  color: #b14400;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
}

/* itin */
.bz-tax-itin {
  padding: 84px 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 162, 0, 0.08), transparent 28%),
    linear-gradient(135deg, #0d0d0d 0%, #000000 55%, #111111 100%);
}

.bz-tax-itin__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 34px;
  margin-top: 40px;
  align-items: start;
}

.bz-tax-itin__left p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.9;
}

.bz-tax-itin__left strong {
  color: #ffa200;
}

.bz-tax-itin__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.bz-tax-itin__step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,162,0,0.08);
  border: 1px solid rgba(255,162,0,0.16);
  border-radius: 18px;
  padding: 16px 18px;
}

.bz-tax-itin__step-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffa200;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.bz-tax-itin__step-text {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.75;
}

.bz-tax-itin__step-text strong {
  color: #ffa200;
}

.bz-tax-itin__card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,162,0,0.22);
  border-radius: 22px;
  padding: 28px 24px;
  backdrop-filter: blur(8px);
}

.bz-tax-itin__card-tag {
  color: #ffa200;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bz-tax-itin__card-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}

.bz-tax-itin__checklist {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.bz-tax-itin__check {
  position: relative;
  padding: 10px 0 10px 20px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bz-tax-itin__check:last-child {
  border-bottom: none;
}

.bz-tax-itin__check::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #ffa200;
  font-weight: 800;
}

.bz-tax-itin__note {
  margin-bottom: 18px;
  background: rgba(255,162,0,0.10);
  border: 1px solid rgba(255,162,0,0.18);
  border-radius: 16px;
  padding: 14px 16px;
  color: rgba(255,255,255,0.75);
  font-size: 12px;
  line-height: 1.7;
}

.bz-tax-itin__note strong {
  color: #ffa200;
}

.bz-tax-itin__link-wrap {
  margin-top: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.bz-tax-itin__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffa200;
  color: #000000;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid #ffa200;
  transition: all 0.2s ease;
}

.bz-tax-itin__link:hover {
  background: #ffffff;
  border-color: #ffb733;
  color: #ffa200;
  transform: translateY(-2px);
}

/* help */
.bz-tax-help {
  padding: 78px 24px;
  background: #0b0b0b;
}

.bz-tax-help__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.bz-tax-help__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,162,0,0.14);
  border-radius: 22px;
  padding: 26px 22px;
}

.bz-tax-help__icon {
  font-size: 28px;
  margin-bottom: 14px;
}

.bz-tax-help__title {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.bz-tax-help__desc {
  margin: 0;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  line-height: 1.75;
}

.bz-tax-help__cta {
  margin-top: 34px;
  text-align: center;
}

/* mid cta */
.bz-tax-midcta {
  padding: 26px 24px;
  background: #ffa200;
  border-top: 2px solid #d79000;
  border-bottom: 2px solid #d79000;
}

.bz-tax-midcta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bz-tax-midcta__text {
  color: #000000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.bz-tax-midcta__text span {
  color: #fff;
}

.bz-tax-midcta__sub {
  color: rgba(0,0,0,0.72);
  font-size: 14px;
  line-height: 1.7;
  margin-top: 4px;
}

.bz-tax-midcta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* included */
.bz-tax-included {
  padding: 84px 24px;
  background: #ffffff;
}

.bz-tax-included__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: start;
  margin-top: 40px;
}

.bz-tax-included__list {
  display: grid;
  gap: 16px;
}

.bz-tax-included__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fffefc;
  border: 1px solid #ece2d0;
  border-radius: 20px;
  padding: 20px 18px;
}

.bz-tax-included__icon {
  font-size: 22px;
  margin-top: 2px;
}

.bz-tax-included__title {
  color: #000000;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 6px;
}

.bz-tax-included__desc {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.75;
}

.bz-tax-price {
  position: sticky;
  top: 90px;
  background: #000000;
  border: 1px solid rgba(255,162,0,0.24);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.bz-tax-price__tag {
  color: #ffa200;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.bz-tax-price__title {
  color: #ffffff;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 10px;
}

.bz-tax-price__amount {
  color: #ffa200;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 6px;
}

.bz-tax-price__amount small {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  font-weight: 500;
}

.bz-tax-price__note {
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bz-tax-price__features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.bz-tax-price__features li {
  position: relative;
  padding: 9px 0 9px 20px;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 1.65;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bz-tax-price__features li:last-child {
  border-bottom: none;
}

.bz-tax-price__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: #ffa200;
  font-weight: 800;
}

.bz-tax-price .bz-tax-btn + .bz-tax-btn {
  margin-top: 10px;
}

.bz-tax-price__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  color: #000;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  border: 1px dashed rgba(255,162,0,0.54);
  border-radius: 12px;
  padding: 10px 14px;
  background-color: #ffa200;
}

.bz-tax-price__link:hover {
  background: #ffffff;
  border-color: #ffb733;
  color: #ffa200;
  transform: translateY(-2px);
}
.bz-tax-price__deadline {
  margin-top: 14px;
  background: rgba(211,84,0,0.14);
  border: 1px solid rgba(211,84,0,0.18);
  border-radius: 14px;
  padding: 12px 14px;
  color: #ffb791;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

/* process */
.bz-tax-process {
  padding: 80px 24px;
  background: #fffaf2;
}

.bz-tax-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.bz-tax-process__step {
  text-align: center;
  background: #fffefc;
  border: 1px solid #efe4d4;
  border-radius: 22px;
  padding: 26px 18px;
}

.bz-tax-process__num {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #000000;
  border: 3px solid #ffa200;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.bz-tax-process__title {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 8px;
}

.bz-tax-process__desc {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.75;
}

/* urgency */
.bz-tax-urgency {
  padding: 84px 24px;
  background: linear-gradient(135deg, #ffa200 0%, #e67e00 100%);
  overflow: hidden;
  position: relative;
}

.bz-tax-urgency::before {
  content: "!";
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(120px, 18vw, 260px);
  line-height: 1;
  font-weight: 800;
  color: rgba(255,255,255,0.06);
}

.bz-tax-urgency__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
}

.bz-tax-urgency__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -1px;
}

.bz-tax-urgency__title span {
  color: #000;
}

.bz-tax-urgency__desc {
  margin: 0 auto 28px;
  max-width: 720px;
  color: rgba(255,255,255,0.86);
  font-size: 16px;
  line-height: 1.85;
}

.bz-tax-urgency__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

/* trust */
.bz-tax-trust {
  padding: 80px 24px;
  background: #ffffff;
}

.bz-tax-trust__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.bz-tax-trust__item {
  background: #fffaf2;
  border: 1px solid #f0e2c8;
  border-radius: 22px;
  padding: 24px 18px;
  text-align: center;
}

.bz-tax-trust__num {
  color: #ffa200;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
}

.bz-tax-trust__label {
  color: #666666;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

.bz-tax-trust__reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.bz-tax-trust__review {
  background: #fffefc;
  border: 1px solid #ece2d0;
  border-radius: 22px;
  padding: 24px 20px;
}

.bz-tax-trust__stars {
  color: #ffa200;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.bz-tax-trust__review-text {
  margin: 0 0 14px;
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  font-style: italic;
}

.bz-tax-trust__author {
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

/* responsive */
@media (max-width: 991px) {
  .bz-tax-who,
  .bz-tax-forms,
  .bz-tax-penalty,
  .bz-tax-itin,
  .bz-tax-help,
  .bz-tax-midcta,
  .bz-tax-included,
  .bz-tax-process,
  .bz-tax-urgency,
  .bz-tax-trust {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bz-tax-who__grid,
  .bz-tax-forms__grid,
  .bz-tax-help__grid,
  .bz-tax-trust__reviews {
    grid-template-columns: 1fr 1fr;
  }

  .bz-tax-penalty__grid,
  .bz-tax-included__layout,
  .bz-tax-itin__layout {
    grid-template-columns: 1fr;
  }

  .bz-tax-trust__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .bz-tax-process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .bz-tax-midcta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bz-tax-price {
    position: static;
  }
}

@media (max-width: 767px) {
  .bz-tax-who,
  .bz-tax-forms,
  .bz-tax-penalty,
  .bz-tax-itin,
  .bz-tax-help,
  .bz-tax-midcta,
  .bz-tax-included,
  .bz-tax-process,
  .bz-tax-urgency,
  .bz-tax-trust {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bz-tax-section-title {
    font-size: 34px;
    line-height: 1.08;
  }

  .bz-tax-section-sub {
    font-size: 15px;
  }

  .bz-tax-who__grid,
  .bz-tax-forms__grid,
  .bz-tax-help__grid,
  .bz-tax-trust__stats,
  .bz-tax-trust__reviews,
  .bz-tax-process__steps,
  .bz-tax-penalty__grid {
    grid-template-columns: 1fr;
  }

  .bz-tax-band__inner {
    gap: 14px;
    justify-content: flex-start;
  }

  .bz-tax-midcta__inner {
    align-items: stretch;
    text-align: left;
  }

  .bz-tax-midcta__actions,
  .bz-tax-urgency__actions {
    flex-direction: column;
    width: 100%;
  }

  .bz-tax-midcta__actions .bz-tax-btn,
  .bz-tax-urgency__actions .bz-tax-btn {
    width: 100%;
  }

  .bz-tax-midcta__text {
    font-size: 20px;
  }

  .bz-tax-itin__card-title,
  .bz-tax-price__title {
    font-size: 24px;
  }

  .bz-tax-price__amount {
    font-size: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb0c7e5 *//* =========================
   BIZFYLE TAX FINAL CTA
========================= */

.bz-tax-final-cta,
.bz-tax-final-cta * {
  box-sizing: border-box;
}

.bz-tax-final-cta {
  position: relative;
  overflow: hidden;
  padding: 84px 24px;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 162, 0, 0.12), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(255, 162, 0, 0.08), transparent 28%),
    linear-gradient(135deg, #0d0d0d 0%, #000000 55%, #111111 100%);
  font-family: 'Poppins', sans-serif;
}

.bz-tax-final-cta__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bz-tax-final-cta::before {
  content: "APR 15";
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: clamp(90px, 15vw, 220px);
  line-height: 1;
  font-weight: 800;
  color: rgba(255, 162, 0, 0.05);
  letter-spacing: 2px;
  z-index: 0;
}

.bz-tax-final-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bz-tax-final-cta__title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -1px;
}

.bz-tax-final-cta__title span {
  color: #ffa200;
}

.bz-tax-final-cta__desc {
  margin: 0 auto 34px;
  max-width: 690px;
  color: rgba(255,255,255,0.72);
  font-size: 16px;
  line-height: 1.85;
  font-weight: 400;
}

.bz-tax-final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.bz-tax-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  border-radius: 12px;
  padding: 15px 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.bz-tax-final-cta__btn:hover {
  transform: translateY(-2px);
}

.bz-tax-final-cta__btn--primary {
  background: #ffa200;
  color: #000000 !important;
  border-color: #ffa200;
  box-shadow: 0 14px 28px rgba(255, 162, 0, 0.22);
}

.bz-tax-final-cta__btn--primary:hover {
  background: #ffb733;
}

.bz-tax-final-cta__btn--whatsapp {
  background: #fff;
  color: #ffa200;
  border-color: rgba(255,255,255,0.18);
}

.bz-tax-final-cta__btn--whatsapp:hover {
  background: rgba(255,255,255,0.04);
  border-color: #ffa200;
}

.bz-tax-final-cta__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.bz-tax-final-cta__btn-icon--orange {
  color: #ffa200;
  font-size: 16px;
}

.bz-tax-final-cta__link-wrap {
  margin-top: 28px;
}

.bz-tax-final-cta__link {
  color: rgba(255,255,255,0.48);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px dashed rgba(255,162,0,0.4);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.bz-tax-final-cta__link:hover {
  color: #ffa200;
  border-color: #ffa200;
}

@media (max-width: 767px) {
  .bz-tax-final-cta {
    padding: 64px 16px;
  }

  .bz-tax-final-cta::before {
    right: -12px;
    top: 8px;
    font-size: 88px;
  }

  .bz-tax-final-cta__title {
    font-size: 38px;
    line-height: 1.02;
  }

  .bz-tax-final-cta__desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 26px;
  }

  .bz-tax-final-cta__actions {
    flex-direction: column;
  }

  .bz-tax-final-cta__btn {
    width: 100%;
  }
}/* End custom CSS */