.elementor-48 .elementor-element.elementor-element-e99fa5d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-63e8a8b *//* ============================================
   JOLIBET DOWNLOAD APP - COMPLETE CSS
   ============================================ */

.jlb-hero, .jlb-why, .jlb-download, .jlb-android,
.jlb-ios, .jlb-features, .jlb-login, .jlb-security,
.jlb-faq, .jlb-cta {
  font-family: Arial, Helvetica, sans-serif;
}
.jlb-hero *, .jlb-why *, .jlb-download *, .jlb-android *,
.jlb-ios *, .jlb-features *, .jlb-login *, .jlb-security *,
.jlb-faq *, .jlb-cta * {
  box-sizing: border-box;
}

/* ============================================
   HERO
   ============================================ */

.jlb-hero {
  background: linear-gradient(135deg, #0d1b2a, #1b3a5c);
  padding: 80px 20px 70px;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.jlb-hero__wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.jlb-hero__badge {
  display: inline-block;
  background: rgba(255, 215, 0, 0.12);
  color: #ffd700;
  padding: 8px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 215, 0, 0.20);
  margin-bottom: 20px;
}
.jlb-hero__title {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 950;
  margin: 0 0 20px;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #ffffff;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.jlb-hero__title span {
  color: #ffd700;
  display: inline-block;
}
.jlb-hero__desc {
  max-width: 800px;
  margin: 0 auto 16px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  word-wrap: break-word;
}
.jlb-hero__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 30px 0 24px;
}
.jlb-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  min-width: 200px;
}
.jlb-hero__btn--android {
  background: #3ddc84;
  color: #0d1b2a;
  box-shadow: 0 8px 24px rgba(61, 220, 132, 0.25);
}
.jlb-hero__btn--android:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(61, 220, 132, 0.35);
}
.jlb-hero__btn--ios {
  background: #ffffff;
  color: #0d1b2a;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}
.jlb-hero__btn--ios:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(255, 255, 255, 0.25);
}
.jlb-hero__meta {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
  flex-wrap: wrap;
}
.jlb-hero__meta-divider {
  margin: 0 4px;
}

/* ============================================
   WHY USE
   ============================================ */

.jlb-why {
  background: #f7f8f5;
  padding: 64px 20px 72px;
}
.jlb-why__wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.jlb-why__title {
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 950;
  color: #0d1b2a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
  line-height: 1.2;
  word-wrap: break-word;
}
.jlb-why__title span {
  color: #1b3a5c;
  display: inline-block;
}
.jlb-why__desc {
  max-width: 720px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}
.jlb-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jlb-why__card {
  background: #ffffff;
  padding: 28px 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.jlb-why__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
.jlb-why__icon {
  font-size: 14px;
  font-weight: 700;
  color: #1b3a5c;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jlb-why__card h3 {
  color: #0d1b2a;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}
.jlb-why__card p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.jlb-why__note {
  margin-top: 28px;
  font-size: 15px;
  color: #888888;
}

/* ============================================
   HOW TO DOWNLOAD
   ============================================ */

.jlb-download {
  background: #ffffff;
  padding: 64px 20px 72px;
}
.jlb-download__wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.jlb-download__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  color: #0d1b2a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-download__title span {
  color: #1b3a5c;
}
.jlb-download__desc {
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}
.jlb-download__steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  text-align: left;
}
.jlb-download__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #f7f8f5;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
.jlb-download__step:hover {
  background: #ffffff;
  border-color: rgba(27, 58, 92, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.jlb-download__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1b3a5c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
}
.jlb-download__step h3 {
  color: #0d1b2a;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 4px;
}
.jlb-download__step p {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* ============================================
   ANDROID GUIDE
   ============================================ */

.jlb-android {
  background: #0d1b2a;
  padding: 64px 20px 72px;
  color: #ffffff;
}
.jlb-android__wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.jlb-android__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-android__title span {
  color: #ffd700;
}
.jlb-android__desc {
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.80);
}
.jlb-android__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 4px;
}
.jlb-android__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  min-width: 120px;
}
.jlb-android__icon {
  font-size: 13px;
  font-weight: 700;
  color: #ffd700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jlb-android__step span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.jlb-android__arrow {
  font-size: 24px;
  color: #ffd700;
  font-weight: 900;
}
.jlb-android__note {
  margin-top: 28px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.50);
}

/* ============================================
   IOS ACCESS
   ============================================ */

.jlb-ios {
  background: #f7f8f5;
  padding: 64px 20px 72px;
}
.jlb-ios__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.jlb-ios__content {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.jlb-ios__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  color: #0d1b2a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-ios__title span {
  color: #1b3a5c;
}
.jlb-ios__desc {
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  margin: 0 0 12px;
}
.jlb-ios__steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
  text-align: left;
}
.jlb-ios__step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.jlb-ios__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #1b3a5c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
}
.jlb-ios__step span:last-child {
  font-size: 15px;
  font-weight: 600;
  color: #0d1b2a;
}

/* ============================================
   MOBILE FEATURES
   ============================================ */

.jlb-features {
  background: #ffffff;
  padding: 64px 20px 72px;
}
.jlb-features__wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.jlb-features__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  color: #0d1b2a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-features__title span {
  color: #1b3a5c;
}
.jlb-features__desc {
  max-width: 720px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}
.jlb-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.jlb-features__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #f7f8f5;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 15px;
  font-weight: 600;
  color: #0d1b2a;
  transition: all 0.3s ease;
}
.jlb-features__card:hover {
  background: #1b3a5c;
  color: #ffffff;
  transform: translateY(-2px);
}
.jlb-features__icon {
  font-size: 13px;
  font-weight: 700;
  color: #1b3a5c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jlb-features__card:hover .jlb-features__icon {
  color: #ffd700;
}
.jlb-features__note {
  margin-top: 28px;
  font-size: 15px;
  color: #888888;
}

/* ============================================
   ACCOUNT LOGIN
   ============================================ */

.jlb-login {
  background: #0d1b2a;
  padding: 64px 20px 72px;
  color: #ffffff;
}
.jlb-login__wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.jlb-login__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-login__title span {
  color: #ffd700;
}
.jlb-login__desc {
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.80);
}
.jlb-login__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.jlb-login__card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  transition: all 0.3s ease;
}
.jlb-login__card:hover {
  background: rgba(255, 255, 255, 0.08);
}
.jlb-login__icon {
  font-size: 13px;
  font-weight: 700;
  color: #ffd700;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jlb-login__card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.jlb-login__note {
  margin-top: 28px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.50);
}

/* ============================================
   SECURITY TIPS
   ============================================ */

.jlb-security {
  background: #f7f8f5;
  padding: 64px 20px 72px;
}
.jlb-security__wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.jlb-security__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  color: #0d1b2a;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}
.jlb-security__title span {
  color: #1b3a5c;
}
.jlb-security__desc {
  max-width: 720px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}
.jlb-security__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}
.jlb-security__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 15px;
  font-weight: 600;
  color: #0d1b2a;
  transition: all 0.3s ease;
  text-align: left;
}
.jlb-security__card:hover {
  border-color: #1b3a5c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.jlb-security__icon {
  font-size: 12px;
  font-weight: 700;
  color: #1b3a5c;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jlb-security__note {
  margin-top: 28px;
  font-size: 15px;
  color: #888888;
}

/* ============================================
   FAQ
   ============================================ */

.jlb-faq {
  background: #ffffff;
  padding: 64px 20px 72px;
}
.jlb-faq__wrap {
  max-width: 780px;
  margin: 0 auto;
}
.jlb-faq__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  color: #0d1b2a;
  text-align: center;
  margin: 0 0 32px;
  letter-spacing: -0.3px;
}
.jlb-faq__title span {
  color: #1b3a5c;
}
.jlb-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jlb-faq__item {
  background: #f7f8f5;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  overflow: hidden;
}
.jlb-faq__checkbox {
  display: none;
}
.jlb-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #0d1b2a;
  background: transparent;
  border: none;
  font-family: inherit;
  transition: all 0.3s ease;
}
.jlb-faq__question:hover {
  background: rgba(27, 58, 92, 0.04);
}
.jlb-faq__icon {
  font-size: 12px;
  color: #1b3a5c;
  transition: transform 0.3s ease;
}
.jlb-faq__checkbox:checked + .jlb-faq__question .jlb-faq__icon {
  transform: rotate(180deg);
}
.jlb-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}
.jlb-faq__checkbox:checked ~ .jlb-faq__answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.jlb-faq__answer p {
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

/* ============================================
   FINAL CTA
   ============================================ */

.jlb-cta {
  background: linear-gradient(135deg, #0d1b2a, #1b3a5c);
  padding: 64px 20px 72px;
  color: #ffffff;
}
.jlb-cta__wrap {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.jlb-cta__title {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 950;
  margin: 0 0 16px;
  letter-spacing: -0.3px;
}
.jlb-cta__title span {
  color: #ffd700;
}
.jlb-cta__desc {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.80);
  margin: 0 0 16px;
}
.jlb-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.jlb-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  min-width: 200px;
}
.jlb-cta__btn--primary {
  background: #3ddc84;
  color: #0d1b2a;
  box-shadow: 0 8px 24px rgba(61, 220, 132, 0.25);
}
.jlb-cta__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(61, 220, 132, 0.35);
}
.jlb-cta__btn--secondary {
  background: #ffffff;
  color: #0d1b2a;
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}
.jlb-cta__btn--secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(255, 255, 255, 0.25);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .jlb-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jlb-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .jlb-hero {
    padding: 60px 16px 50px;
    min-height: auto;
  }
  .jlb-hero__title {
    font-size: 32px;
  }
  .jlb-hero__desc {
    font-size: 16px;
  }
  .jlb-hero__btn {
    min-width: 160px;
    padding: 14px 24px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
  .jlb-hero__buttons {
    flex-direction: column;
    align-items: center;
  }
  .jlb-hero__badge {
    font-size: 11px;
    padding: 6px 16px;
  }

  .jlb-why__grid {
    grid-template-columns: 1fr;
  }
  .jlb-download__steps {
    grid-template-columns: 1fr;
  }
  .jlb-android__steps {
    flex-direction: column;
    gap: 4px;
  }
  .jlb-android__arrow {
    transform: rotate(90deg);
  }
  .jlb-ios__steps {
    grid-template-columns: 1fr;
  }
  .jlb-features__grid {
    grid-template-columns: 1fr;
  }
  .jlb-login__grid {
    grid-template-columns: 1fr;
  }
  .jlb-security__grid {
    grid-template-columns: 1fr;
  }
  .jlb-cta__btn {
    min-width: 160px;
    padding: 14px 24px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
  .jlb-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .jlb-why, .jlb-download, .jlb-android,
  .jlb-ios, .jlb-features, .jlb-login,
  .jlb-security, .jlb-faq, .jlb-cta {
    padding: 44px 16px 52px;
  }
}

@media (max-width: 480px) {
  .jlb-hero__title {
    font-size: 28px;
  }
  .jlb-hero__desc {
    font-size: 15px;
  }
  .jlb-hero__meta {
    font-size: 12px;
    gap: 8px;
  }

  .jlb-download__step {
    padding: 14px 16px;
  }
  .jlb-download__step h3 {
    font-size: 14px;
  }
  .jlb-download__step p {
    font-size: 13px;
  }

  .jlb-android__step {
    min-width: 100px;
    padding: 12px 14px;
  }
  .jlb-android__step span:last-child {
    font-size: 12px;
  }

  .jlb-features__card {
    font-size: 14px;
    padding: 12px 14px;
  }
  .jlb-security__card {
    font-size: 14px;
    padding: 12px 16px;
  }
  .jlb-faq__question {
    font-size: 14px;
    padding: 14px 16px;
  }
  .jlb-faq__answer p {
    font-size: 14px;
  }
}/* End custom CSS */