* {
  margin: 0;
  padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
   color: #333333;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
    transition: all 0.3s ease;
}

.content-wrapper-47 {
   max-width: 1170px;
   margin: 0 auto;
       padding: 0 15px;
}

.full-width-container {
    width: 100%;
    padding: 0;
}

.row {
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
  margin-left: -15px;
}

.col-lg-6, .col-lg-7, .col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-xl-12 {
    position: relative;
    width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}@media (min-width: 768px) {
    .col-md-4 { width: 33.333333%; }
    .col-md-6 { width: 50%; }
    .col-md-8 { width: 66.666667%; }
    .col-md-10 { width: 83.333333%; }
}

@media (min-width: 992px) {
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.333333%; }
}

@media (min-width: 1200px) {
    .col-xl-12 { width: 100%; }
}.d-flex {
  display: flex;
}

.align-items-center {
    align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
   text-align: right;
}

.justify-content-center {
  justify-content: center;
}

.mx-auto {
    margin-left: auto;
  margin-right: auto;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.p-5 {
	  padding: 3rem;

}

.jr-topbar-lb {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
    z-index: 1000;
}

.brand-zone-47 {
   max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
   align-items: center;
}

.logo-container-jr img {
    display: block;
}

.nav-links-zone {
  display: flex;
  gap: 30px;
}

.link-item-active,
.link-item-jr {
    color: #2c396b;
   font-size: 16px;
    font-weight: 600;
    position: relative;
}

.link-item-active {
  color: #FF6B35;
}

.link-item-active::after {
  content: '';
    position: absolute;
       bottom: -5px;
   left: 0;
    width: 100%;
  height: 2px;
    background: #FF6B35;
}

.link-item-jr:hover {
  color: #FF6B35;
}

.mobile-toggle-jr {
  display: none;
    flex-direction: column;
  gap: 5px;
    cursor: pointer;
}

.mobile-toggle-jr span {
  width: 25px;
  height: 3px;
    background: #2c396b;
  transition: all 0.3s;
}

.accent-strip-lb {
  height: 6px;
   background: #FF6B35;
  width: 100%;
}

.hero-display-lb {
    position: relative;
  z-index: 0;
}

.banner-backdrop-1 {
  background-image: url(../resources/roulette_table_green_felt_close_up_stock.webp);
    background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
   min-height: 650px;
}

.main-banner-jr {
  position: relative;
    z-index: 0;
}

.main-banner-jr::before {
   position: absolute;
  content: "";
   background-color: #040E27;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
    z-index: -1;
   opacity: 0.6;
}

.hero-message-zone h5 {
  font-size: 22px;
  font-weight: 400;
    color: #fff;
   margin-bottom: 20px;
   text-transform: capitalize;
}

.hero-message-zone h1 {
    font-size: 60px;
   font-weight: 700;
        color: #fff;
   margin-bottom: 20px;
   line-height: 1.2;
   text-transform: capitalize;
}

.hero-message-zone p {
   color: #fff;
    font-size: 16px;
    line-height: 28px;
   margin-bottom: 50px;
}

.action-btn-area .cta-button-jr {
   background: #00D363;
   color: #fff;
  display: inline-block;
    padding: 13px 29px;
   font-size: 16px;
   font-weight: 500;
   border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
  text-transform: capitalize;
   transition: 0.3s;
   cursor: pointer;
}

.action-btn-area .cta-button-jr:hover {
  color: #00D363 !important;
   border: 1px solid #00D363;
    background: transparent;
}

.visual-asset-right {
  position: absolute;
  right: 100px;
   top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.visual-asset-right img {
  max-width: 100%;
}

.section-spacing {
    padding-top     :   100px;
    padding-bottom: 100px;
}

.info-display-jr {
  padding-bottom: 90px;
}

.visual-block-jr {
  box-shadow: 0px 0px 30px rgba(11, 12, 48, 0.15);
    margin-right: 30px;
}

.visual-block-jr img {
  min-width: 100%;
    border-radius: 2px;
}

.text-block-lb {
   padding-top: 74px;
}

.text-block-lb h2 {
   color: #001D38;
   font-size: 40px;
  font-weight: 700;
   margin-bottom: 32px;
}

.text-block-lb p {
   font-size: 16px;
   color: #666666;
    line-height: 28px;
    margin-bottom: 21px;
}

.text-block-lb ul {
  margin-bottom: 27px;
  list-style: none;
}

.text-block-lb ul li {
  font-size: 16px;
    line-height: 30px;
   color: #666666;
    display: flex;
  align-items: center;
    gap: 10px;
}

.list-icon-jr {
    width: 20px;
  height: 20px;
   stroke: #00D363;
   fill: none;
    stroke-width: 2; 

}

.text-link-accent {
  font-size: 16px;
   color: #001D38;
   font-weight: 600;
   position: relative;
}

.text-link-accent:before {
  position: absolute;
   left: 0;
  bottom: -6px;
  height: 2px;
    width: 100%;
   background: #FF6B35;
  content: "";

}

.features-showcase-jr {
    padding: 7em 0;
    position: relative;
}

.features-no-pad {
  padding: 0;
}

.feature-card-jr {
  position: relative; 
  background: #fff; 
  z-index: 0;
}

.card-inner-lb

{
  position: relative;
}

.icon-holder-jr {
   margin-bottom: 20px;
}

.feature-icon-lb {
   width: 64px;
  height: 64px;
   stroke: #2c396b;
  fill: none;
  stroke-width: 1.5;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.card-inner-lb h3 {
   font-weight: 500;
  font-size: 24px;
   color: #000;
}

.accent-bg-1 {
    background: #FF6B35;
}

.accent-bg-1 .card-inner-lb h3 {
  color: #fff;
}

.accent-bg-1 .card-inner-lb p {
  color: rgba(255, 255, 255, 0.8);
}

.accent-bg-1 .feature-icon-lb {
   stroke: #ffffff;
}

.accent-bg-2 {
  background: #2c396b;
}

.accent-bg-2 .card-inner-lb h3 {
   color: #fff;
}

.accent-bg-2 .card-inner-lb p {
  color: rgba(255, 255, 255, 0.8);
}

.accent-bg-2 .feature-icon-lb {
    stroke: #ffffff;
}

.btn-primary-filled {
    background: #FF6B35;
   border: 1px solid #FF6B35;
    color: #ffffff;
    display: inline-block;
    padding: 10px 24px;
  border-radius: 4px;
    font-weight: 500;
}

.btn-primary-filled:hover {
   background: #e55a2a;
   border-color: #e55a2a;
}

.btn-outline-light {
    background: transparent;
  border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
   padding: 10px 24px;
  border-radius: 4px;
  font-weight: 500;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.content-showcase-jr {
}

.title-area-center {
  text-align: center;
  margin-bottom: 65px;
}

.title-area-center h2 {
    font-size: 48px;
    color: #001D38;
   font-weight: 700;
}

.content-block-first {
    margin-bottom: 98px;
}

.description-zone-jr h3 {
    margin-bottom: 30px;
   color: #2c396b;
  font-size: 32px;
}

.description-zone-jr p {
   margin-bottom: 25px;
    color: #666666;
   line-height: 28px;
}

.link-underline-accent {
    display: inline-block;
  font-size: 18px;
  font-weight: 700;
    color: #FF6B35;
   border-bottom: 1px solid #FF6B35;
    line-height: 1;
}

.link-underline-accent:hover {
    color: #e55a2a;
    border-color: #e55a2a;
}

.questions-area-jr {
   padding: 5em 0;
}

.title-main-lb {
   font-size: 3rem;
    color: #001D38;
}

.subtitle-text-jr {
    font-size: 1.1rem;
   color: #777777;
}

.accordion-container-jr {
   border: 1px solid #efefef;
  border-radius: 4px;
}

.accordion-block-lb .toggle-header-jr {
   padding: 20px;
    display: block;
  text-align: left;
   position: relative;
   background: #f9f9f9;
  color: #000;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
   cursor: pointer;
}

.accordion-block-lb .toggle-header-jr:hover {
   text-decoration: none;
  background: #f0f0f0;
}

.accordion-block-lb .toggle-header-jr.collapsed {
	    background: #fff;
	}

.toggle-marker-lb {
  position: absolute;
  right: 20px;
    top: 50%;
  transform: translateY(-50%);
   transition: .3s all ease;
  width: 20px;
   height: 20px;
}

.toggle-marker-lb::before {
  content: '−';
    font-size: 24px;
    color: #FF6B35;
}

.toggle-header-jr.collapsed .toggle-marker-lb::before {
  content: '+';
}

.answer-content-jr {
   padding: 20px;
    background: #fff;
}

.collapse {
    display: none;
	
}

.collapse.show {
  display: block;
}

.contact-info-jr {
  background: #f8f9fa;
}

.contact-cards-row {
  margin-top: 40px;
}

.contact-card-jr {
   padding: 30px 20px;
    background: #ffffff;
    border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
   margin-bottom: 30px;
}

.icon-circle-lb {
    width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #f0f0f0;
   border-radius: 50%;
  display: flex;
   align-items: center;
    justify-content: center;
}

.contact-icon-jr {
  width: 40px;
    height: 40px;
  stroke: #FF6B35;
    fill: none;
                    stroke-width: 2;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card-jr h4 {
   color: #2c396b;
   font-size   :       22px;
  margin-bottom: 15px;
   font-weight: 600;
}

.contact-card-jr p {
   color: #666666;
   margin-bottom: 0;
    line-height: 1.8;
}

.contact-card-jr a {
   color: #666666;
}

.contact-card-jr a:hover {
    color: #FF6B35;
}

.footer-zone-lb {
    background: #001D38;
}

.legal-content-jr {
   padding: 40px 0;
}

.footer-divider-jr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-links-jr {
   margin-bottom: 20px;
}

.footer-links-jr a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
    margin: 0 15px;
    display: inline-block;
}

.footer-links-jr a:hover {
   color: #FF6B35;
}

.copyright-text-jr {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
   margin-bottom: 0;
}

.copyright-text-jr a {
    color: #FF6B35;
}

.copyright-text-jr a:hover {
  color: #e55a2a;
}@media (max-width: 991px) {
    .nav-links-zone {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .nav-links-zone.active {
        display: flex;
    }

    .mobile-toggle-jr {
        display: flex;
    }

    .mobile-toggle-jr.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile-toggle-jr.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-toggle-jr.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hero-message-zone h1 {
        font-size: 40px;
    }

    .banner-backdrop-1 {
        min-height: 500px;
    }

    .visual-asset-right {
        display: none;
    }

    .text-block-lb {
        margin-top: 40px;
    }

    .title-area-center h2 {
        font-size: 40px;
    }

    .description-zone-jr {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero-message-zone h1 {
        font-size: 30px;
    }

    .hero-message-zone h5 {
        font-size: 18px;
    }

    .hero-message-zone p {
        margin-bottom: 30px;
    }

    .banner-backdrop-1 {
        min-height: 400px;
    }

    .text-block-lb h2 {
        font-size: 32px;
    }

    .title-area-center h2 {
        font-size: 32px;
    }

    .title-main-lb {
        font-size: 2rem;
    }

    .feature-card-jr {
        margin-bottom: 20px;
    }

    .card-inner-lb {
        padding: 2rem !important;
    }

    .legal-content-jr {
        padding: 30px 0;
    }

    .footer-divider-jr {
        margin-bottom: 20px;
    }

    .copyright-text-jr {
        font-size: 13px;
    }

    .footer-links-jr a {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 479px) {
    .hero-message-zone h1 {
        font-size: 24px;
    }

    .text-block-lb h2 {
        font-size: 28px;
    }

    .title-area-center h2 {
        font-size: 28px;
    }
}.no-gutters {
  margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
}@media (min-width: 992px) {
    .d-none.d-lg-block {
        display: block !important;
    }

    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
}.border-top {
  border-top: 1px solid #dee2e6;
}

.border-left {
    border-left: 1px solid #dee2e6;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.footer-zone-lb {
   background: #001D38;
}

.partner-logos-jr {
    background: #ffffff;
  padding: 60px 0;
}

.partners-title-lb {
  text-align: center;
  font-size: 32px;
   color: #001D38;
  margin-bottom: 40px;
  font-weight: 700;
}

.logos-grid-jr {
   display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.partner-card-lb {
  background: #ffffff;
  border: 2px solid #e0e0e0;
    border-radius: 12px;
	padding: 30px;
    display: flex;
   align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.partner-card-lb:hover {
   border-color: #FF6B35;
  box-shadow: 0 4px 16px rgba(255, 107, 53, 0.2);
  transform: translateY(-4px);
}

.partner-card-lb img {
    max-width: 100%;
    max-height: 80px;
  object-fit: contain;
}

.disclaimer-zone-jr {
  background: #FFF3E0;
    padding: 40px 0;
    border-top: 4px solid #FF6B35;
   border-bottom: 4px solid #FF6B35;
}

.disclaimer-box-lb {
   text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-box-lb h4 {
   color: #001D38;
   font-size: 24px;
  font-weight: 700;
    margin-bottom: 15px;
}

.disclaimer-box-lb p {
  color: #333333;
   font-size: 16px;
   line-height: 1.8;
    margin: 0;
}

.footer-main-jr {
   padding: 60px 0 40px;
}

.footer-content-row {
  margin-bottom: 40px;
}

.footer-col-lb {
  margin-bottom: 30px;
}

.footer-logo-zone {
  margin-bottom: 20px;
}

.footer-brand-jr {
  display: block;
  margin-bottom: 20px;
}

.footer-desc-jr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
   line-height: 1.6;
}

.footer-heading-jr {
   color: #ffffff;
    font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
   margin: 0 0 20px 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
    transition: color 0.3s;
}

.footer-links-list a:hover {
    color: #FF6B35;
}

.footer-contact-jr p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;


}

.footer-contact-jr strong {
  color: #ffffff;
}

.footer-contact-jr a {
    color: #FF6B35;
}

.footer-contact-jr a:hover {
  color: #e55a2a;
}

.legal-content-jr {
   padding: 30px 0;
}

.footer-divider-jr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.copyright-text-jr {
   font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.age-popup-overlay {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
  align-items: center;
   justify-content: center;
    opacity: 1;
  transition: opacity 0.3s ease;
}

.age-popup-overlay.hidden {
    opacity: 0;
  pointer-events: none;
}

.age-popup-modal {
    background    : #ffffff;
    border-radius: 16px;
  max-width: 500px;
   width: 90%;
   padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.popup-header-jr {
  margin-bottom: 25px;
}

.popup-icon-lb {
  width: 60px;
  height: 60px;
   stroke: #FF6B35;
   fill: none;
  stroke-width: 2;
  margin-bottom: 15px;
}

.popup-header-jr h2 {
   color: #001D38;
    font-size: 28px;
   font-weight: 700;
  margin: 0;
}

.popup-body-jr {
    margin-bottom: 30px; 

}

.popup-body-jr p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.popup-body-jr strong {
   color: #001D38;
   font-size: 18px;
}

.popup-actions-lb {
   display: flex;
  gap: 15px;
    margin-bottom: 20px;
}

.popup-btn-yes,
.popup-btn-no {
   flex: 1;
  padding: 15px 20px;
   font-size: 16px;
    font-weight: 600;
               border: none;
  border-radius: 8px;
   cursor: pointer;
    transition: all 0.3s ease;
}

.popup-btn-yes {
    background: #00D363;
    color: #ffffff;
}

.popup-btn-yes:hover {
  background: #00b854;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 211, 99, 0.3);
}

.popup-btn-no {
    background: #e0e0e0;
  color: #333333;
}

.popup-btn-no:hover {
    background: #d0d0d0;
}

.popup-footer-text {
   color: #666666;
  font-size: 13px;
   margin: 0;
  font-style: italic;
}@media (max-width: 991px) {
    .logos-grid-jr {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .partners-title-lb {
        font-size: 28px;
    }

    .partner-card-lb {
        padding: 20px;
    }

    .disclaimer-box-lb h4 {
        font-size: 20px;
    }

    .disclaimer-box-lb p {
        font-size: 14px;
    }

    .footer-main-jr {
        padding: 40px 0 30px;
    }
}@media (max-width: 767px) {
    .partner-logos-jr {
        padding: 40px 0;
    }

    .logos-grid-jr {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .partner-card-lb {
        padding: 25px;
    }

    .partner-card-lb img {
        max-height: 60px;
    }

    .disclaimer-zone-jr {
        padding: 30px 0;
    }

    .disclaimer-box-lb h4 {
        font-size: 18px;
    }

    .disclaimer-box-lb p {
        font-size: 13px;
    }

    .footer-content-row {
        flex-direction: column;
    }

    .footer-col-lb {
        width: 100%;
    }

    .age-popup-modal {
        padding: 30px;
    }

    .popup-header-jr h2 {
        font-size: 24px;
    }

    .popup-actions-lb {
        flex-direction: column;
    }

    .popup-btn-yes,
    .popup-btn-no {
        width: 100%;
    }
}.catalog-display-jr {
   background: #f8f9fa;
}

.catalog-header-lb {
   margin-bottom: 50px;
}

.sites-container-jr {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.site-card-horizontal {
   background: #ffffff;
   border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
   align-items: center;
   padding: 25px;
  gap: 25px;
   transition: all 0.3s ease;
    border: 2px solid transparent;
}

.site-card-horizontal:hover {

   border-color: #FF6B35;
  box-shadow: 0 6px 30px rgba(255, 107, 53, 0.2);
  transform: translateY(-3px);
     }

.card-section-logo {
  flex: 0 0 180px;
  text-align: center;
}

.site-logo-wrapper {
   width: 120px;
   height: 120px;
    margin: 0 auto 15px;
    background: #f5f5f5;
  border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 15px;
}

.site-logo-wrapper img {
  max-width: 100%;
   max-height: 100%;
   object-fit: contain;
}

.site-name-jr {
   font-size: 18px;
    color: #001D38;
    font-weight: 600;
  margin: 0;
}

.card-section-rating {
   flex: 0 0 140px;
   text-align: center;
}

.rating-display-lb {
   margin-bottom: 10px;
}

.rating-number {
   font-size: 36px;
  font-weight: 700;
  color: #FF6B35;
   line-height: 1;
}

.rating-total {
  font-size: 18px;
  color: #666666;
}

.rating-stars-jr {
   display: flex;
   gap  :    4px;
    justify-content: center;
}

.star-icon-filled,
.star-icon-empty {
  stroke-width: 2;
    width: 20px;
    height: 20px;
}

.star-icon-filled {
   stroke: #FFB800;
   fill: #FFB800;
}

.star-icon-empty {
   stroke: #e0e0e0;
    fill: none;
}

.card-section-bonus {
  flex: 1;
   min-width: 200px;
}

.bonus-badge-jr {
    display: inline-block;
  background: linear-gradient(135deg, #FF6B35 0%, #e55a2a 100%);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
    font-weight: 600;
   margin-bottom: 10px;
}

.bonus-text-lb {
   color: #333333;
   font-size: 15px;
   line-height: 1.5;
    margin: 0;
   font-weight: 500;
}

.card-section-features {
  flex: 1;
   min-width: 220px;
}

.features-list-jr {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list-jr li {
    display: flex;
    align-items     :     center;
    gap: 8px;
   color: #666666;
   font-size: 14px;
   margin-bottom: 8px;
}

.feature-check-icon {
   width: 16px;
    height: 16px;
    stroke: #00D363;
  fill: none;
  stroke-width: 2;
    flex-shrink: 0;
}

.card-section-action {
   flex: 0 0 160px;
    text-align: center;
}

.claim-bonus-btn {
   display: inline-block;
    background: #00D363;
   color: #ffffff;
   padding: 14px 28px;
   border-radius: 8px;
   font-size: 16px;
  font-weight: 600;
   text-decoration: none;
    transition: all 0.3s ease;
   border: 2px solid #00D363;
}

.claim-bonus-btn:hover {
   background: transparent;
   color: #00D363;
  transform: scale(1.05);
}@media (max-width: 1199px) {
    .site-card-horizontal {
        flex-wrap: wrap;
        padding: 20px;
    }

    .card-section-logo {
        flex: 0 0 150px;
    }

    .site-logo-wrapper {
        width: 100px;
        height: 100px;
    }

    .card-section-rating {
        flex: 0 0 120px;
    }

    .rating-number {
        font-size: 32px;
    }

    .card-section-bonus,
    .card-section-features {
        flex: 1 1 200px;
        min-width: 180px;
    }

    .card-section-action {
        flex: 0 0 140px;
    }
}

@media (max-width: 991px) {
    .site-card-horizontal {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .card-section-logo,
    .card-section-rating,
    .card-section-bonus,
    .card-section-features,
    .card-section-action {
        flex: 1 1 auto;
        width: 100%;
    }

    .card-section-logo {
        margin-bottom: 15px;
    }

    .site-logo-wrapper {
        width: 100px;
        height: 100px;
    }

    .rating-stars-jr {
        justify-content: center;
    }

    .features-list-jr li {
        justify-content: center;
    }

    .claim-bonus-btn {
        width: 100%;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .catalog-header-lb {
        margin-bottom: 30px;
    }

    .sites-container-jr {
        gap: 20px;
    }

    .site-card-horizontal {
        padding: 20px;
    }

    .site-logo-wrapper {
        width: 80px;
        height: 80px;
    }

    .site-name-jr {
        font-size: 16px;
    }

    .rating-number {
        font-size: 28px;
    }

    .bonus-text-lb {
        font-size: 14px;
    }

    .features-list-jr li {
        font-size: 13px;
    }

    .claim-bonus-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}.contact-form-area-jr {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
   min-height: 80vh;
}

.form-header-zone {
	   margin-bottom: 50px;


}

.page-title-lb {
    font-size: 48px;
    color: #001D38;
   font-weight: 700;
  margin-bottom: 15px;
}

.page-subtitle-jr {
  font-size: 18px;
   color: #666666;
   line-height     :    1.6;
}

.contact-form-jr {
   background: #ffffff;
    padding: 50px;
  border-radius :    16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
   margin-bottom: 60px;
}

.form-group-lb {
   margin-bottom: 25px;
}

.form-row-47 {
    display: flex;
   gap: 20px;
   margin-bottom: 25px;
}

.form-col-half {
    flex: 1;
  margin-bottom: 0 !important;
}

.form-label-jr {
  display: flex;
   align-items: center;
  gap: 8px;
   font-size: 15px;
   font-weight: 600;
  color: #001D38;
  margin-bottom: 10px;
}

.label-icon-jr {
  width: 18px;
   height: 18px;
    stroke: #FF6B35;
    fill: none;
   stroke-width: 2;
}

.form-input-lb,
.form-select-lb,
.form-textarea-lb {
    width: 100%;
   padding: 14px 18px;
    font-size: 15px;
  color: #333333;
    background: #f8f9fa;
  border: 2px solid #e0e0e0;
   border-radius: 8px;
   transition: all 0.3s ease;
    font-family: inherit;
}

.form-input-lb:focus,
.form-select-lb:focus,
.form-textarea-lb:focus {
  outline: none;
    border-color: #FF6B35;
    background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.form-input-lb.error,
.form-select-lb.error,
.form-textarea-lb.error {
   border-color: #e74c3c;
}

.form-textarea-lb {
    resize: vertical;
    min-height: 150px;
}

.error-message-jr {
   display: none;
   color: #e74c3c;
    font-size: 13px;
  margin-top: 6px;
}

.error-message-jr.show {
    display    :       block;
}

.form-actions-jr {
  margin-top: 35px;
}

.submit-btn-lb {
  display: inline-flex;
  align-items: center;
   gap: 10px;
  background: linear-gradient(135deg, #FF6B35 0%, #e55a2a 100%);
    color: #ffffff;
  padding: 16px 40px;
    font-size    :   17px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.submit-btn-lb:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.submit-btn-lb:active {
  transform: translateY(0);
}

.btn-icon-jr {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 2;
}

.contact-info-cards {
   margin-top: 60px;
}

.info-card-compact {
   padding: 30px 20px;
  background: #ffffff;
   border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
   transition: all 0.3s ease;
}

.info-card-compact:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.info-icon-jr {
    width: 40px;
    height: 40px;
   stroke: #FF6B35;
    fill: none;
   stroke-width: 2;
   margin-bottom: 15px;
}

.info-card-compact h4 {
  color: #001D38;
   font-size: 20px;
   font-weight: 600;
  margin-bottom: 10px;
}

.info-card-compact p {
    color: #666666;
  font-size: 15px;
   line-height: 1.6;
    margin: 0;
}

.info-card-compact a {
    color: #FF6B35;
    font-weight: 500;
}

.info-card-compact a:hover {
    color: #e55a2a;
}

.success-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	 height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
    display: none;
  align-items: center;
  justify-content: center;
   opacity: 0;
  transition: opacity 0.3s ease;
}

.success-popup-overlay.active {
  display: flex;
    opacity: 1;
}

.success-popup-modal {
   background: #ffffff;
  border-radius: 20px;
    padding: 50px;
    max-width: 450px;
    width: 90%;
    text-align: center;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
   transition: transform 0.3s ease;
}

.success-popup-overlay.active .success-popup-modal {
  transform: scale(1);
}

.popup-icon-zone {
   margin-bottom: 25px;
}

.success-icon-lb {
   width: 80px;
    height: 80px;
  stroke: #00D363;
    fill: none;
   stroke-width: 2;
}

.success-popup-modal h2 {
    color: #001D38;
    font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.success-popup-modal p
	{
    color: #666666;
   font-size: 16px;
   line-height: 1.6;
    margin-bottom: 30px;
}

.popup-close-btn {
  background: #00D363;
   color: #ffffff;
    padding: 14px 35px;
    font-size: 16px;
   font-weight: 600;
    border: none;
    border-radius: 8px;
  cursor: pointer;
    transition: all 0.3s ease;
}

.popup-close-btn:hover {
  background: #00b854;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 211, 99, 0.3);
}@media (max-width: 767px) {
    .page-title-lb {
        font-size: 32px;
    }

    .page-subtitle-jr {
        font-size: 16px;
    }

    .contact-form-jr {
        padding: 30px 20px;
    }

    .form-row-47 {
        flex-direction: column;
        gap: 0;
    }

    .form-col-half {
        margin-bottom: 25px !important;
    }

    .submit-btn-lb {
        width: 100%;
        justify-content: center;
    }

    .success-popup-modal {
        padding: 35px 25px;
    }

    .success-popup-modal h2 {
        font-size: 26px;
    }

    .contact-info-cards {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .form-header-zone {
        margin-bottom: 35px;
    }

    .contact-info-cards {
        margin-top: 50px;
    }
}.legal-content-display {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 100vh;
   padding: 80px 0;
}

.legal-document-jr {
   background   :   #ffffff;
  padding: 60px;
   border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.document-title-lb {
  font-size: 42px;
  color: #001D38;
  font-weight: 700;
   margin-bottom: 15px;
    line-height: 1.2;
}

.document-date-jr {
  font-size: 15px;
    color: #FF6B35;
    font-weight: 600;
   margin-bottom: 40px;
    display: block;
}

.legal-section-jr {
  margin-bottom: 40px;
}

.legal-section-jr:last-child {
   margin-bottom: 0;
}

.section-heading-lb {
    font-size: 26px;
  color: #2c396b;
  font-weight: 600;
    margin-bottom: 20px;
  padding-bottom: 12px;
    border-bottom: 3px solid #FF6B35;
    display: inline-block;
}

.legal-section-jr p {
   font-size: 16px;
   color: #333333;
    line-height: 1.9;
   text-align: justify;
  margin-bottom: 0;
}

.legal-section-jr ul {
   margin-top: 20px;
  padding-left: 30px;
}

.legal-section-jr ul li {
    font-size: 16px;
    color: #333333;
  line-height: 1.8;
    margin-bottom: 12px;
}

.legal-section-jr strong {
    color: #001D38;
    font-weight: 600;
}

.legal-section-jr a {
    color: #FF6B35;
   font-weight: 500;
    text-decoration: underline;
}

.legal-section-jr a:hover {
   color: #e55a2a;
}@media (max-width: 991px) {
    .legal-content-display {
        padding: 60px 0;
    }

    .legal-document-jr {
        padding: 40px 30px;
    }

    .document-title-lb {
        font-size: 36px;
    }

    .section-heading-lb {
        font-size: 24px;
    }

    .legal-section-jr p {
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .legal-content-display {
        padding: 40px 0;
    }

    .legal-document-jr {
        padding: 30px 20px;
        border-radius: 12px;
    }

    .document-title-lb {
        font-size: 28px;
    }

    .document-date-jr {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .section-heading-lb {
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom-width: 2px;
    }

    .legal-section-jr {
        margin-bottom: 30px;
    }

    .legal-section-jr p {
        font-size: 14px;
        line-height: 1.7;
    }

    .legal-section-jr ul li {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .document-title-lb {
        font-size: 24px;
    }

    .section-heading-lb {
        font-size: 18px;
    }
}