.elementor-21035 .elementor-element.elementor-element-abe7d1c{--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-21035 .elementor-element.elementor-element-646a0c7 > .elementor-widget-container{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-646a0c7 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.bz-itin-page {
  --biz-black: #000000;
  --biz-orange: #ffa200;
  --biz-orange2: #ffb733;
  --biz-orange-pale: #fff7e8;
  --biz-gray: #faf8f3;
  --biz-border: #e9e2d6;
  --text: #1e1e1e;
  --text-muted: #666666;
  --text-light: #999999;
  --green: #1a8a4a;
  --green-bg: #eaf6ef;
  --red: #d93025;
  --red-bg: #fff0ee;
  --white: #ffffff;
  --bg-main: #fffefc;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.07);
  --shadow-md: 0 6px 28px rgba(0,0,0,0.10);
  --radius: 12px;
  --radius-sm: 8px;
  font-family: 'Poppins', sans-serif;
  background: var(--bg-main);
  color: var(--text);
  line-height: 1.75;
}

.bz-itin-page *,
.bz-itin-page *::before,
.bz-itin-page *::after {
  box-sizing: border-box;
}

.bz-itin-page .hero {
  background: var(--biz-black);
  position: relative;
  overflow: hidden;
}

.bz-itin-page .hero-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,162,0,0.12) 1px, transparent 1px);
  background-size: 36px 36px;
}

.bz-itin-page .hero-glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,162,0,0.20) 0%, transparent 65%);
}

.bz-itin-page .hero-glow2 {
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,162,0,0.10) 0%, transparent 65%);
}

.bz-itin-page .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 32px 90px;
  text-align: center;
}

.bz-itin-page .hero-tag,
.bz-itin-page .final-tag,
.bz-itin-page .section-label,
.bz-itin-page .cta-label {
  display: inline-block;
  color: var(--biz-orange);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bz-itin-page .hero-tag,
.bz-itin-page .final-tag {
  background: rgba(255,162,0,0.15);
  border: 1px solid rgba(255,162,0,0.30);
  border-radius: 30px;
  padding: 6px 16px;
  margin-bottom: 20px;
}

.bz-itin-page .hero h1,
.bz-itin-page .final-cta h2 {
  font-size: clamp(2.1rem, 5.5vw, 3.4rem);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
}

.bz-itin-page .hero h1 span,
.bz-itin-page .final-cta h2 span {
  color: var(--biz-orange);
}

.bz-itin-page .hero-sub,
.bz-itin-page .final-cta .sub {
  font-size: 1.03rem;
  color: rgba(255,255,255,0.70);
  max-width: 650px;
  margin: 0 auto 32px;
}

.bz-itin-page .hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}

.bz-itin-page .pill {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.82);
  border-radius: 30px;
  padding: 7px 16px;
  font-size: 0.82rem;
}

.bz-itin-page .hero-btns,
.bz-itin-page .cta-row,
.bz-itin-page .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.bz-itin-page .btn-orange,
.bz-itin-page .btn-outline,
.bz-itin-page .wa-btn,
.bz-itin-page .contact-link {
  text-decoration: none;
  border-radius: 8px;
  transition: 0.2s ease;
}

.bz-itin-page .btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--biz-orange);
  color: #000;
  font-weight: 700;
  padding: 14px 28px;
  box-shadow: 0 4px 20px rgba(255,162,0,0.30);
}

.bz-itin-page .btn-orange:hover {
  background: var(--biz-orange2);
  transform: translateY(-2px);
}

.bz-itin-page .btn-outline {
  background: transparent;
  color: rgba(255,255,255,0.90);
  border: 1px solid rgba(255,255,255,0.24);
  padding: 13px 24px;
}

.bz-itin-page .btn-outline:hover {
  background: rgba(255,255,255,0.08);
}

.bz-itin-page .wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  padding: 12px 22px;
}

.bz-itin-page .wa-btn:hover {
  background: #1eb857;
  transform: translateY(-1px);
}

.bz-itin-page .wa-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex-shrink: 0;
}

.bz-itin-page .wa-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bz-itin-page .meta-bar {
  background: var(--biz-gray);
  border-bottom: 1px solid var(--biz-border);
  padding: 12px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.bz-itin-page .meta-item,
.bz-itin-page .meta-item a {
  color: var(--text-muted);
  font-size: 0.84rem;
  text-decoration: none;
}

.bz-itin-page .meta-item a {
  color: var(--biz-orange);
  font-weight: 600;
}

.bz-itin-page .meta-sep {
  color: #bbb;
}

.bz-itin-page .page {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 24px 80px;
}

.bz-itin-page section {
  margin-bottom: 62px;
}

.bz-itin-page h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 800;
  color: var(--biz-black);
  line-height: 1.25;
  margin: 10px 0 18px;
}

.bz-itin-page h3,
.bz-itin-page h4 {
  color: #111;
  font-weight: 700;
}

.bz-itin-page h3 {
  margin: 30px 0 12px;
  font-size: 1.12rem;
}

.bz-itin-page h4 {
  margin: 0 0 4px;
  font-size: 0.98rem;
}

.bz-itin-page p {
  font-size: 0.97rem;
  color: var(--text);
  margin: 0 0 16px;
}

.bz-itin-page .callout {
  background: var(--biz-orange-pale);
  border-left: 4px solid var(--biz-orange);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 22px;
  margin: 24px 0;
}

.bz-itin-page .callout.warning {
  background: var(--red-bg);
  border-color: var(--red);
}

.bz-itin-page .callout.success {
  background: var(--green-bg);
  border-color: var(--green);
}

.bz-itin-page .callout-head {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--biz-orange);
}

.bz-itin-page .callout.warning .callout-head {
  color: var(--red);
}

.bz-itin-page .callout.success .callout-head {
  color: var(--green);
}

.bz-itin-page .steps,
.bz-itin-page .mistake-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 22px;
}

.bz-itin-page .step,
.bz-itin-page .mistake {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--biz-border);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-sm);
}

.bz-itin-page .step-num,
.bz-itin-page .mistake-n {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--biz-orange);
  color: #000;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bz-itin-page .mistake-n {
  border-radius: 8px;
}

.bz-itin-page .step-body p,
.bz-itin-page .mistake p {
  margin: 0;
  color: var(--text-muted);
}

.bz-itin-page .cta-block {
  background: var(--biz-black);
  border-radius: 16px;
  padding: 42px 28px;
  margin: 56px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,162,0,0.22);
}

.bz-itin-page .cta-block::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,162,0,0.20) 0%, transparent 65%);
}

.bz-itin-page .cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.bz-itin-page .cta-block h3 {
  font-size: 1.55rem;
  color: #fff;
  margin: 8px 0 10px;
}

.bz-itin-page .cta-block p {
  color: rgba(255,255,255,0.68);
  max-width: 620px;
  margin: 0 auto 24px;
}

.bz-itin-page .cta-note {
  color: rgba(255,255,255,0.42);
  font-size: 0.8rem;
}

.bz-itin-page .why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
}

.bz-itin-page .why-card {
  background: #fff;
  border: 1px solid var(--biz-border);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-sm);
}

.bz-itin-page .why-card--full {
  grid-column: auto;
}

.bz-itin-page .why-card p {
  margin: 0;
  color: var(--text-muted);
}

.bz-itin-page .faq {
  border: 1px solid var(--biz-border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.bz-itin-page .faq-item + .faq-item {
  border-top: 1px solid var(--biz-border);
}

.bz-itin-page .faq-q {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 16px 18px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  position: relative;
}

.bz-itin-page .faq-q::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--biz-orange);
  font-size: 1.35rem;
  font-weight: 300;
}

.bz-itin-page .faq-item.open .faq-q::after {
  content: '−';
}

.bz-itin-page .faq-a {
  display: none;
  background: var(--biz-gray);
  color: var(--text-muted);
  padding: 0 18px 16px;
  font-size: 0.91rem;
  line-height: 1.7;
}

.bz-itin-page .faq-item.open .faq-a {
  display: block;
}

.bz-itin-page .final-cta {
  background: var(--biz-black);
  text-align: center;
  padding: 90px 24px;
  position: relative;
  overflow: hidden;
}

.bz-itin-page .final-cta::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,162,0,0.18) 0%, transparent 62%);
}

.bz-itin-page .final-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.bz-itin-page .contact-link {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.84);
  padding: 10px 18px;
  border-radius: 40px;
}

.bz-itin-page .contact-link:hover {
  background: rgba(255,255,255,0.12);
}

.bz-itin-page .final-main-btn {
  margin-top: 26px;
}

.bz-itin-page .final-note {
  color: rgba(255,255,255,0.34);
  font-size: 0.78rem;
  margin-top: 18px;
}

.bz-itin-page footer {
  background: #080808;
  border-top: 1px solid #222;
  padding: 32px 24px;
  text-align: center;
}

.bz-itin-page .footer-logo {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.bz-itin-page .footer-logo span {
  color: var(--biz-orange);
}

.bz-itin-page footer p {
  color: rgba(255,255,255,0.38);
  font-size: 0.78rem;
  max-width: 760px;
  margin: 8px auto 0;
}

.bz-itin-page footer a {
  color: var(--biz-orange);
  text-decoration: none;
}

@media (max-width: 760px) {
  .bz-itin-page .hero-inner {
    padding: 56px 18px 64px;
  }

  .bz-itin-page .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .bz-itin-page .hero-sub {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .bz-itin-page .hero-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 26px;
  }

  .bz-itin-page .pill {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.78rem;
    min-height: 44px;
  }

  .bz-itin-page .hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .bz-itin-page .hero-btns .btn-orange,
  .bz-itin-page .hero-btns .btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.9rem;
  }

  .bz-itin-page .meta-bar {
    padding: 12px 16px;
    gap: 10px;
    justify-content: flex-start;
  }

  .bz-itin-page .meta-item,
  .bz-itin-page .meta-item a {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .bz-itin-page .page {
    padding: 40px 16px 56px;
  }

  .bz-itin-page section {
    margin-bottom: 46px;
  }

  .bz-itin-page h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .bz-itin-page h3 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .bz-itin-page p {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .bz-itin-page .callout {
    padding: 16px 16px;
  }

  .bz-itin-page .cta-block {
    padding: 28px 16px;
    margin: 38px 0;
  }

  .bz-itin-page .cta-block h3 {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .bz-itin-page .cta-block p {
    font-size: 0.9rem;
    margin: 0 auto 18px;
  }

  .bz-itin-page .cta-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .bz-itin-page .wa-btn,
  .bz-itin-page .cta-row .btn-orange {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 11px 14px;
    font-size: 0.88rem;
  }

  .bz-itin-page .cta-note {
    width: 100%;
    text-align: center;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .bz-itin-page .steps,
  .bz-itin-page .mistake-list {
    gap: 12px;
  }

  .bz-itin-page .step,
  .bz-itin-page .mistake,
  .bz-itin-page .why-card {
    padding: 14px;
  }

  .bz-itin-page .step {
    gap: 12px;
  }

  .bz-itin-page .step-num,
  .bz-itin-page .mistake-n {
    min-width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }

  .bz-itin-page .why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bz-itin-page .why-card--full {
    grid-column: auto;
  }

  .bz-itin-page .faq-q {
    white-space: normal;
    line-height: 1.5;
    padding: 14px 42px 14px 14px;
    font-size: 0.9rem;
  }

  .bz-itin-page .faq-q::after {
    right: 14px;
  }

  .bz-itin-page .faq-a {
    font-size: 0.88rem;
    line-height: 1.7;
    padding: 0 14px 14px;
  }

  .bz-itin-page .final-cta {
    padding: 64px 16px;
  }

  .bz-itin-page .final-cta h2 {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  .bz-itin-page .final-cta .sub {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 24px;
  }

  .bz-itin-page .contact-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .bz-itin-page .contact-link {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 11px 14px;
    font-size: 0.84rem;
  }

  .bz-itin-page .final-main-btn,
  .bz-itin-page .final-cta .btn-orange {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 16px;
    font-size: 0.92rem !important;
  }

  .bz-itin-page footer {
    padding: 24px 16px;
  }

  .bz-itin-page footer p {
    font-size: 0.74rem;
    line-height: 1.6;
  }
  
  .bz-itin-page .contact-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 12px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.bz-itin-page .final-main-btn,
.bz-itin-page .final-cta .btn-orange {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 12px 14px;
  font-size: 0.88rem !important;
  line-height: 1.4;
  gap: 8px;
}
}/* End custom CSS */