.elementor-11089 .elementor-element.elementor-element-0ecb4a8{--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;--justify-content:center;}.elementor-11089 .elementor-element.elementor-element-464d098{--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-11089 .elementor-element.elementor-element-6865b17{--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-11089 .elementor-element.elementor-element-67e80f8{--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-11089 .elementor-element.elementor-element-50251cb{--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-11089 .elementor-element.elementor-element-2fc5565{--display:flex;}.elementor-11089 .elementor-element.elementor-element-704bc24{--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;}:root{--page-title-display:none;}/* Start custom CSS */<style>
  .bs-offer-page {
    --black: #1F1D0D;
    --secondary-black: #29281E;
    --dark-grey-text: #838383;
    --green: #3BA46F;
    --yellow: #FFD32B;
    --white: #FFFFFF;
    --grey-bg: #F6F6F6;
    --grey: #C8C8C8;
    --dark-grey: #D2D2D2;
    --blue: #4036CC;

    font-family: 'Poppins', sans-serif;
    color: #1F1D0D;
    background: #FFFFFF;
    line-height: 1.6;
  }

  .bs-offer-page * {
    box-sizing: border-box;
  }

  .bs-offer-page .bs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .bs-offer-page .bs-section {
    padding: 72px 0;
  }

  .bs-offer-page .bs-hero {
    padding: 84px 0 72px;
    background: linear-gradient(135deg, rgba(64,54,204,0.06) 0%, rgba(59,164,111,0.08) 55%, rgba(255,211,43,0.10) 100%);
  }

  .bs-offer-page .bs-grid-2 {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 40px;
    align-items: center;
  }

  .bs-offer-page .bs-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .bs-offer-page .bs-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .bs-offer-page .bs-badge {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(64, 54, 204, 0.08);
    color: #4036CC;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
  }

  .bs-offer-page .bs-subtitle {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 700;
    color: #3BA46F;
    margin-bottom: 12px;
  }

  .bs-offer-page .bs-hero h1 {
    font-size: 54px;
    line-height: 1.06;
    letter-spacing: -1px;
    margin: 0 0 20px;
    color: #1F1D0D;
    font-weight: 700;
    max-width: 820px;
  }

  .bs-offer-page .bs-hero p.lead {
    font-size: 19px;
    color: #1F1D0D;
    margin: 0 0 28px;
    max-width: 780px;
  }

  .bs-offer-page .bs-highlight {
    color: #4036CC;
  }

  .bs-offer-page .bs-btn-wrap {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .bs-offer-page .bs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.25s ease;
  }

  .bs-offer-page .bs-btn-primary {
    background: #3BA46F;
    color: #FFFFFF;
  }

  .bs-offer-page .bs-btn-primary:hover {
    background: #31885d;
    transform: translateY(-2px);
  }

  .bs-offer-page .bs-btn-secondary {
    background: transparent;
    color: #4036CC;
    border: 1px solid rgba(64, 54, 204, 0.2);
  }

  .bs-offer-page .bs-btn-secondary:hover {
    background: rgba(64, 54, 204, 0.05);
    transform: translateY(-2px);
  }

  .bs-offer-page .bs-card {
    background: #FFFFFF;
    border: 1px solid rgba(31, 29, 13, 0.08);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(31, 29, 13, 0.06);
    height: 100%;
  }

  .bs-offer-page .bs-card-dark {
    background: secondary-#1F1D0D;
    color: #1F1D0D;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 18px 50px rgba(31, 29, 13, 0.18);
  }

  .bs-offer-page .bs-card-dark h3,
  .bs-offer-page .bs-card-dark p,
  .bs-offer-page .bs-card-dark li,
  .bs-offer-page .bs-card-dark strong,
  .bs-offer-page .bs-card-dark span {
    color: #29281E;
  }

  .bs-offer-page .bs-card h3,
  .bs-offer-page .bs-service-card h3,
  .bs-offer-page .bs-feature-card h3,
  .bs-offer-page .bs-model-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
    color: #1F1D0D;
  }

  .bs-offer-page .bs-card p,
  .bs-offer-page .bs-service-card p,
  .bs-offer-page .bs-feature-card p,
  .bs-offer-page .bs-model-card p {
    margin: 0;
    color: #838383;
    font-size: 16px;
  }

  .bs-offer-page .bs-section-title {
    font-size: 40px;
    line-height: 1.12;
    margin: 0 0 16px;
    color: #1F1D0D;
  }

  .bs-offer-page .bs-section-lead {
    max-width: 820px;
    margin: 0 auto 0 0;
    color: #838383;
    font-size: 18px;
  }

  .bs-offer-page .bs-list-clean {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 14px;
  }

  .bs-offer-page .bs-list-clean li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #F6F6F6;
    border-radius: 18px;
    padding: 16px 18px;
  }

  .bs-offer-page .bs-check {
    min-width: 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(59,164,111,0.14);
    color: #3BA46F;
    font-weight: 700;
    font-size: 16px;
  }

  .bs-offer-page .bs-kpi-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
  }

  .bs-offer-page .bs-kpi {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 18px;
    padding: 18px;
  }

  .bs-offer-page .bs-kpi strong {
    display: block;
    font-size: 24px;
    line-height: 1.05;
    color: #FFD32B;
    margin-bottom: 8px;
  }

  .bs-offer-page .bs-kpi span {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
  }

  .bs-offer-page .bs-band {
    background: #F6F6F6;
  }

  .bs-offer-page .bs-feature-card,
  .bs-offer-page .bs-model-card {
    background: #FFFFFF;
    border: 1px solid rgba(31, 29, 13, 0.08);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(31, 29, 13, 0.05);
    height: 100%;
  }

  .bs-offer-page .bs-feature-icon,
  .bs-offer-page .bs-service-icon,
  .bs-offer-page .bs-model-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(64, 54, 204, 0.10);
    color: #4036CC;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .bs-offer-page .bs-service-card {
    background: #FFFFFF;
    border: 1px solid rgba(31, 29, 13, 0.08);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 12px 35px rgba(31, 29, 13, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .bs-offer-page .bs-service-top {
    flex: 1;
  }

  .bs-offer-page .bs-service-card p {
    margin-bottom: 20px;
  }

  .bs-offer-page .bs-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4036CC;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    margin-top: auto;
  }

  .bs-offer-page .bs-service-link:hover {
    text-decoration: underline;
  }

  .bs-offer-page .bs-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }

  .bs-offer-page .bs-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(64,54,204,0.08);
    color: #4036CC;
    font-size: 14px;
    font-weight: 600;
  }

  .bs-offer-page .bs-note-box {
    background: linear-gradient(135deg, rgba(255,211,43,0.18) 0%, rgba(59,164,111,0.08) 100%);
    border: 1px solid rgba(31, 29, 13, 0.08);
    border-radius: 24px;
    padding: 28px;
    margin-top: 28px;
  }

  .bs-offer-page .bs-note-box h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1F1D0D;
  }

  .bs-offer-page .bs-note-box p {
    margin: 0;
    color: #1F1D0D;
    font-size: 16px;
  }

  .bs-offer-page .bs-cta-box {
    background: #1F1D0D;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 44px;
    text-align: center;
    box-shadow: 0 18px 50px rgba(31, 29, 13, 0.18);
  }

  .bs-offer-page .bs-cta-box h2 {
    color: #FFFFFF;
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
  }

  .bs-offer-page .bs-cta-box p {
    color: rgba(255,255,255,0.85);
    max-width: 820px;
    margin: 0 auto 26px;
    font-size: 17px;
  }

  @media (max-width: 1024px) {
    .bs-offer-page .bs-grid-2,
    .bs-offer-page .bs-grid-3,
    .bs-offer-page .bs-services-grid {
      grid-template-columns: 1fr;
    }

    .bs-offer-page .bs-hero h1 {
      font-size: 42px;
    }

    .bs-offer-page .bs-section-title {
      font-size: 34px;
    }

    .bs-offer-page .bs-kpi-box {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 767px) {
    .bs-offer-page .bs-section,
    .bs-offer-page .bs-hero {
      padding: 54px 0;
    }

    .bs-offer-page .bs-container {
      padding: 0 18px;
    }

    .bs-offer-page .bs-hero h1 {
      font-size: 34px;
    }

    .bs-offer-page .bs-section-title {
      font-size: 28px;
    }

    .bs-offer-page .bs-kpi-box {
      grid-template-columns: 1fr;
    }

    .bs-offer-page .bs-cta-box {
      padding: 30px 22px;
    }
  }
</style>/* End custom CSS */