.elementor-19235 .elementor-element.elementor-element-2840511{--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-19235 .elementor-element.elementor-element-212a1ee{--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-19235 .elementor-element.elementor-element-212a1ee.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19235 .elementor-element.elementor-element-bea18ca{--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-19235 .elementor-element.elementor-element-930e3b9 > .elementor-widget-container{margin:0px 0px 80px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-19235 .elementor-element.elementor-element-212a1ee{--width:96.843%;}}/* Start custom CSS for html, class: .elementor-element-db626b0 *//* =========================
   BIZFYLE TEXAS HERO
   WordPress-safe scoped CSS
========================= */

.bztx-hero {
  --bz-black: #000000;
  --bz-black-2: #111111;
  --bz-black-3: #1a1a1a;
  --bz-orange: #ffa200;
  --bz-orange-soft: rgba(255, 162, 0, 0.14);
  --bz-orange-border: rgba(255, 162, 0, 0.28);
  --bz-white: #ffffff;
  --bz-text-soft: rgba(255, 255, 255, 0.72);
  --bz-text-faint: rgba(255, 255, 255, 0.54);
  --bz-radius: 12px;

  position: relative;
  overflow: hidden;
  padding: 88px 24px 80px;
  background: linear-gradient(145deg, #000000 0%, #111111 40%, #000000 72%, #1a1a1a 100%);
}

.bztx-hero * {
  box-sizing: border-box;
}

.bztx-hero-glow {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,162,0,0.10) 0%, rgba(255,162,0,0.04) 35%, rgba(255,162,0,0) 70%);
  pointer-events: none;
}

.bztx-hero-stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #ffa200 0%, #ffa200 50%, #ffffff 50%, #ffffff 100%);
}

.bztx-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.bztx-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bz-orange-soft);
  border: 1px solid var(--bz-orange-border);
  color: var(--bz-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.bztx-hero-title {
  margin: 0 0 18px;
  color: var(--bz-white);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bztx-hero-title span,
.bztx-hero-title em {
  color: var(--bz-orange);
  font-style: normal;
}

.bztx-hero-sub {
  margin: 0 0 30px;
  color: var(--bz-text-soft);
  font-size: 16px;
  line-height: 1.75;
  max-width: 700px;
}

.bztx-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bztx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--bz-radius);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.bztx-btn-primary {
  background: var(--bz-orange);
  color: #000000;
  border: 1px solid var(--bz-orange);
}

.bztx-btn-primary:hover {
  background: #000000;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 162, 0, 0.28);
}

.bztx-btn-whatsapp {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffa200;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.25);
}

.bztx-btn-whatsapp:hover {
  background: #ffffff;
  border-color: #ffa200;
  transform: translateY(-2px);
}

.bztx-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bztx-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 162, 0, 0.18);
  border-radius: var(--bz-radius);
  padding: 22px 18px;
  text-align: center;
  transition: all 0.3s ease;
}

.bztx-stat-card:hover {
  background: rgba(255, 162, 0, 0.08);
  border-color: rgba(255, 162, 0, 0.42);
  transform: translateY(-2px);
}

.bztx-stat-num {
  display: block;
  color: var(--bz-orange);
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 8px;
}

.bztx-stat-label {
  color: var(--bz-text-faint);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Entry animation */
.bztx-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}}

.bztx-hero.is-visible .bztx-reveal {
  opacity: 1;
  transform: translateY(0);
}

.bztx-hero.is-visible .bztx-r1 { transition-delay: 0.08s; }
.bztx-hero.is-visible .bztx-r2 { transition-delay: 0.18s; }
.bztx-hero.is-visible .bztx-r3 { transition-delay: 0.30s; }
.bztx-hero.is-visible .bztx-r4 { transition-delay: 0.42s; }
.bztx-hero.is-visible .bztx-r5 { transition-delay: 0.54s; }

.bztx-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.bztx-hero .bztx-stat-card {
  opacity: 1;
  transform: none;
}

.bztx-hero.is-visible .bztx-stat-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bztx-hero.is-visible .bztx-stat-card:nth-child(1) { transition-delay: 0.62s; }
.bztx-hero.is-visible .bztx-stat-card:nth-child(2) { transition-delay: 0.72s; }
.bztx-hero.is-visible .bztx-stat-card:nth-child(3) { transition-delay: 0.82s; }
.bztx-hero.is-visible .bztx-stat-card:nth-child(4) { transition-delay: 0.92s; }

/* Responsive */
@media (max-width: 991px) {
  .bztx-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .bztx-hero {
    padding: 64px 16px 58px;
  }

  .bztx-hero-title {
    font-size: 34px;
  }

  .bztx-hero-sub {
    font-size: 15px;
  }

  .bztx-hero-btns {
    flex-direction: column;
  }

  .bztx-btn {
    width: 100%;
  }

  .bztx-hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .bztx-stat-num {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .bztx-hero-stats {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2930a68 *//* =========================
   BIZFYLE TEXAS PAGE CSS
   WordPress Optimized
========================= */

:root {
  --black: #000000;
  --black-2: #111111;
  --black-3: #1a1a1a;
  --white: #ffffff;
  --offwhite: #fffefc;
  --offwhite-2: #fff8ef;
  --text: #1f1f1f;
  --text-soft: #555555;
  --text-faint: rgba(255, 255, 255, 0.72);
  --line: rgba(0, 0, 0, 0.08);
  --orange: #ffa200;
  --orange-2: #ffb733;
  --orange-soft: rgba(255, 162, 0, 0.10);
  --orange-border: rgba(255, 162, 0, 0.26);
  --gold-lt: #ffa200;
  --blue2: #000000;
  --radius: 18px;
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

/* GENERAL SECTIONS */
section {
  padding: 72px 20px;
  background: #fffefc;
  color: var(--text);
  font-family: 'Poppins', sans-serif;;
}

section.alt-bg {
  background: #fff8ef;
}

.section-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffa200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 12px;
  color: #000000;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.12;
  font-weight: 800;
}

.section-title .red,
.section-title .gold {
  color: #ffa200;
}

.section-intro {
  margin: 0 0 14px;
  /*max-width: 780px;*/
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
}

section p {
  color: #000000;
  font-size: 15px;
  line-height: 1.8;
}

section h3 {
  margin: 28px 0 14px;
  color: #000000;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}

section a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

section a:hover {
  color: #ffa200;
}

/* META BAR */
.meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.meta-item,
.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  gap: 1px;
}

.meta-item {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #222222;
}

.meta-item-logo {
  width: 42px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.tag {
  padding: 7px 11px;
  margin-right: 6px;
  background: #fff7e8;
  border: 1px solid rgba(255, 162, 0, 0.22);
  color: #000000;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.btn-whatsapp-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

/* DOWNLOAD BOX */
.dl-box {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 20px;
  background: linear-gradient(145deg, #000000 0%, #111111 100%);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.dl-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 162, 0, 0.12);
  color: #ffa200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.dl-text h4 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.dl-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: #ffa200;
  color: #000000 !important;
  border: 1px solid #ffa200;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.25s ease;
}

.btn-dl:hover {
  background: #ffb733;
  border-color: #ffb733;
  transform: translateY(-2px);
}

/* INFOBOX */
.infobox {
  position: relative;
  margin: 28px 0 30px;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, #000000 0%, #111111 55%, #000000 100%);
  overflow: hidden;
}

.infobox::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 160px;
  height: 4px;
  background: #ffa200;
}

.ib-eyebrow {
  margin-bottom: 16px;
  color: #ffa200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ib-grid {
  display: grid;
  gap: 14px;
}

.ib-grid.c4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ib-grid.c3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ib-tile {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 162, 0, 0.16);
  text-align: center;
  transition: 0.25s ease;
}

.ib-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 162, 0, 0.38);
  background: rgba(255, 162, 0, 0.08);
}

.ib-tile-icon,
.ib-tile-num {
  display: block;
  margin-bottom: 8px;
  color: #ffa200;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.ib-tile-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ib-tile-desc {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

/* BENEFITS */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 162, 0, 0.34);
  box-shadow: 0 18px 40px rgba(255, 162, 0, 0.10);
}

.bc-icon {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.benefit-card h4 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.benefit-card p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.7;
}

/* PULLQUOTE */
.pullquote {
  margin: 30px 0;
  padding: 22px 24px;
  border-left: 4px solid #ffa200;
  border-radius: 0 14px 14px 0;
  background: #fff7e8;
}

.pullquote p {
  margin: 0 0 8px;
  color: #000000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
}

.pullquote cite {
  color: #8a5a00;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

/* CTA BLOCK */
.cta-block {
  margin-top: 28px;
  padding: 34px 28px;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(145deg, #000000 0%, #111111 55%, #000000 100%);
  position: relative;
  overflow: hidden;
}

.cta-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ffa200;
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #ffa200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-block h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  font-weight: 800;
}

.cta-block p {
  margin: 0 auto 18px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.cta-btns,
.final-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* BUTTONS */
.btn-primary,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-primary {
  background: #ffa200;
  color: #000000 !important;
  border: 1px solid #ffa200;
}

.btn-primary:hover {
  background: #ffb733;
  border-color: #ffb733;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #ffffff;
  color: #000000 !important;
  border: 1px solid #ffa200;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.24);
}

.btn-whatsapp:hover {
  background: #ffffff;
  border-color: #ffa200;
  transform: translateY(-2px);
}

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  transition: 0.25s ease;
}

.step:hover {
  transform: translateX(4px);
  border-color: rgba(255, 162, 0, 0.32);
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #ffa200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
}

.step-body h4 {
  margin: 0 0 6px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.step-body p {
  margin: 0;
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
}

/* ALERTS */
.alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.7;
}

.alert-icon {
  flex-shrink: 0;
  font-size: 18px;
  margin-top: 1px;
}

.alert.info {
  background: #f5f5f5;
  border-left: 4px solid #000000;
  color: #222222;
}

.alert.gold {
  background: #fff7e8;
  border-left: 4px solid #ffa200;
  color: #5a4200;
}

.alert.warn {
  background: #fff3e0;
  border-left: 4px solid #ffa200;
  color: #5a4200;
}

/* COST ESTIMATOR */
/*.calc-box {*/
/*  margin: 26px 0 30px;*/
/*  padding: 26px;*/
/*  border-radius: 22px;*/
/*  background: linear-gradient(145deg, #000000 0%, #111111 55%, #000000 100%);*/
/*  box-shadow: var(--shadow);*/
/*}*/

/*.calc-eyebrow {*/
/*  color: #ffa200;*/
/*  font-size: 12px;*/
/*  font-weight: 800;*/
/*  letter-spacing: 0.14em;*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 8px;*/
/*}*/

/*.calc-box h4 {*/
/*  margin: 0 0 18px;*/
/*  color: #ffffff;*/
/*  font-size: 24px;*/
/*  font-weight: 800;*/
/*}*/

/*.calc-grid {*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 22px;*/
/*}*/

/*.calc-left label {*/
/*  display: block;*/
/*  color: rgba(255, 255, 255, 0.78);*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.calc-left input[type="range"] {*/
/*  width: 100%;*/
/*  accent-color: #ffa200;*/
/*}*/

/*.calc-range-labels {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  margin-top: 8px;*/
/*  color: rgba(255, 255, 255, 0.58);*/
/*  font-size: 12px;*/
/*  font-weight: 700;*/
/*}*/

/*.calc-right {*/
/*  padding: 20px;*/
/*  border-radius: 18px;*/
/*  background: rgba(255, 255, 255, 0.05);*/
/*  border: 1px solid rgba(255, 162, 0, 0.16);*/
/*}*/

/*.calc-result-label {*/
/*  color: rgba(255, 255, 255, 0.64);*/
/*  font-size: 12px;*/
/*  font-weight: 800;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.12em;*/
/*  margin-bottom: 6px;*/
/*}*/

/*.calc-result-value {*/
/*  display: block;*/
/*  color: #ffa200;*/
/*  font-size: 40px;*/
/*  line-height: 1;*/
/*  font-weight: 800;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.calc-breakdown {*/
/*  margin-top: 14px;*/
/*}*/

/*.calc-row {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  gap: 16px;*/
/*  padding: 10px 0;*/
/*  border-top: 1px solid rgba(255, 255, 255, 0.08);*/
/*  color: rgba(255, 255, 255, 0.76);*/
/*  font-size: 14px;*/
/*}*/

/* COMPARE TABLE */
/*.compare-wrap {*/
/*  margin-top: 18px;*/
/*  overflow-x: auto;*/
/*  border-radius: 18px;*/
/*  background: #ffffff;*/
/*  box-shadow: var(--shadow);*/
/*  border: 1px solid rgba(0, 0, 0, 0.07);*/
/*}*/

/*.compare-table {*/
/*  width: 100%;*/
/*  min-width: 860px;*/
/*  border-collapse: collapse;*/
/*}*/

/*.compare-table th,*/
/*.compare-table td {*/
/*  padding: 16px 14px;*/
/*  text-align: left;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
/*  font-size: 14px;*/
/*  line-height: 1.6;*/
/*}*/

/*.compare-table thead th {*/
/*  background: #000000;*/
/*  color: #ffffff;*/
/*  font-size: 13px;*/
/*  font-weight: 800;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.08em;*/
/*}*/

/*.compare-table tbody tr:hover {*/
/*  background: #fffaf2;*/
/*}*/

/*.compare-table .tx-row {*/
/*  background: #fff7e8;*/
/*}*/

/*.badge-yes,*/
/*.badge-mid,*/
/*.badge-no {*/
/*  font-weight: 800;*/
/*}*/

/*.badge-yes {*/
/*  color: #0d7a34;*/
/*}*/

/*.badge-mid {*/
/*  color: #9a6500;*/
/*}*/

/*.badge-no {*/
/*  color: #a12222;*/
/*}*/

/* AUTHOR BOX */
/*.author-box {*/
/*  display: flex;*/
/*  gap: 16px;*/
/*  align-items: center;*/
/*  margin-top: 26px;*/
/*  padding: 20px;*/
/*  border-radius: 18px;*/
/*  background: #ffffff;*/
/*  border: 1px solid rgba(0, 0, 0, 0.07);*/
/*  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);*/
/*}*/

/*.author-av {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  border-radius: 50%;*/
/*  background: #000000;*/
/*  color: #ffa200;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 26px;*/
/*  flex-shrink: 0;*/
/*}*/

/*.author-info h4 {*/
/*  margin: 0 0 5px;*/
/*  color: #000000;*/
/*  font-size: 18px;*/
/*  font-weight: 800;*/
/*}*/

/*.author-info p {*/
/*  margin: 0;*/
/*  color: #555555;*/
/*  font-size: 14px;*/
/*  line-height: 1.75;*/
/*}*/

/* FAQ */
.accordion {
  margin-top: 18px;
}

.acc-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.acc-header {
  width: 100%;
  padding: 18px 18px;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.acc-header:hover {
  background: #fffaf2;
  color: #ffa200;
}

.acc-arrow {
  color: #ffa200;
  font-size: 12px;
  transition: transform 0.25s ease;
}

.acc-body {
  display: none;
  padding: 0 18px 18px;
  color: #555555;
  font-size: 14px;
  line-height: 1.75;
  background: #fffefc;
}

.acc-item.open .acc-body {
  display: block;
}

.acc-item.open .acc-arrow {
  transform: rotate(180deg);
}



/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-inner,
  .calc-grid {
    grid-template-columns: 1fr;
  }

  .ib-grid.c4,
  .ib-grid.c3,
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero {
    padding: 62px 16px 56px;
  }

  section,
  .final-cta {
    padding: 52px 14px;
  }

  .hero h1,
  .final-cta h2 {
    font-size: 34px;
  }

  .hero-sub,
  .section-intro,
  .final-cta .sub {
    font-size: 15px;
  }

  .hero-btns,
  .cta-btns,
  .final-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-whatsapp,
  .btn-dl {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  .dl-box {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .step {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .author-box {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero-stats,
  .ib-grid.c4,
  .ib-grid.c3,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .stat-num,
  .calc-result-value {
    font-size: 30px;
  }

  .pullquote p {
    font-size: 17px;
  }

  .compare-table {
    min-width: 760px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-930e3b9 *//* =========================
   BIZFYLE FINAL CTA
========================= */

.bz-final-cta {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 40px;
  background: linear-gradient(145deg, #000000 0%, #111111 55%, #000000 100%);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.bz-final-cta * {
  box-sizing: border-box;
}

.bz-final-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto;
}

.bz-final-cta__icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 162, 0, 0.14);
  color: #ffa200;
  font-size: 30px;
}

.bz-final-cta__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #ffa200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bz-final-cta__title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bz-final-cta__title span {
  color: #ffa200;
}

.bz-final-cta__desc {
  margin: 0 auto 26px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.8;
}

.bz-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.bz-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.bz-final-cta__btn--primary {
  background: #ffa200;
  color: #000000;
  border: 1px solid #ffa200;
}

.bz-final-cta__btn--primary:hover {
  background: #ffffff;
  border-color: #ffb733;
  transform: translateY(-2px);
}

.bz-final-cta__btn--whatsapp {
  background: #25d366;
  color: #ffffff;
  border: 1px solid #25d366;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.24);
}

.bz-final-cta__btn--whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bz-final-cta__wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.bz-final-cta__wa-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.bz-final-cta__btn--whatsapp:hover {
  background: #1ebe58;
  border-color: #1ebe58;
  transform: translateY(-2px);
  color: #ffffff;
}

@media (max-width: 767px) {
  .bz-final-cta {
    padding: 62px 14px 58px;
  }

  .bz-final-cta__title {
    font-size: 34px;
  }

  .bz-final-cta__desc {
    font-size: 15px;
    line-height: 1.75;
  }

  .bz-final-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bz-final-cta__btn {
    width: 100%;
  }
}/* End custom CSS */