* {
   margin: 0; 
  padding: 0; 
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', 'Segoe UI', Tahoma, sans-serif;
    line-height: 1.6;
   color: #2a2a2a;
   background: #ffffff;
}

.nav-layout-wrap {
    max-width: 1170px;
   margin: 0 auto;
   padding: 0 15px;
}

.container {
    max-width: 1170px;
  margin: 0 auto;
    padding: 0 15px;
}

.container-fluid {
  max-width: 100%;
  padding: 0;
}

.px-3 {
   padding-left: 15px;
    padding-right: 15px;
}

.px-md-0 {
    padding-left: 0;
  padding-right: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
   margin     : 0 -15px;
}

.no-gutters {
   margin: 0;
}

.no-gutters > [class*="col-"] {
    padding: 0;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
     justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.text-center {
   text-align: center;
}

.d-flex {
  display: flex;
}

.d-block {


  display: block;}

.align-self-stretch {
   align-self: stretch;
}

.col-md-4,
.col-md-6,
.col-md-8,
.col-md-10,
.col-lg-3,
.col-lg-6,
.col-lg-12 {


    padding: 0 15px;

}

.col-md-4 {
  flex: 0 0 33.333%;
   max-width: 33.333%;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-8 {
   flex: 0 0 66.666%;
  max-width: 66.666%;
}

.col-md-10 {
  flex: 0 0 83.333%;
   max-width: 83.333%;
}

.col-lg-3 {
   flex: 0 0 25%;
   max-width: 25%;
}

.col-lg-6 {
    flex: 0 0 50%;
  max-width: 50%;
}

.col-lg-12 {
   flex: 0 0 100%;
  max-width: 100%;
}

img {
   max-width: 100%;
   height: auto;
  display: block;
}

a {
  text-decoration: none;
   transition: 0.4s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cardo', Georgia, serif;
    line-height: 1.3;
    margin-bottom: 18px;
  color: #2a2a2a;
}

h2 {
    font-size: 30px;
  line-height: 1.222;
    font-weight: 600;
}

h3 {

    font-size: 38px;
    font-weight: 500;

}

p {
    font-size: 15px;
   line-height: 1.85;
   color: #646464;
   margin-bottom: 14px;
  font-family: 'Lora', serif;
}

.hj-primary-nav {
  background: #fff;
    padding: 18px 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
   top: 0;
  z-index: 999;
}

.nav-display-flex {
    display: flex;
  justify-content: space-between;
    align-items: center;
}

.logo-img-hj {
    max-height: 124px;
  width: auto;
}

.nav-menu-links {
   display: flex;
   list-style: none;
  gap: 35px;
  margin: 0;
}

.nav-menu-links li a {
  color: #2a2a2a;
   font-weight: 500;
   font-size: 16px;
}

.nav-menu-links li a:hover {
    color: #c62828;
}

.burger-trigger-hj {
   display: none;
   cursor: pointer;
}

.burger-icon-svg {
   width: 28px;
    height: 28px;
}

.home-slider {
  position: relative;
   height: 700px;
   overflow: hidden;
}

.home-slider .slider-item {
    background-size: cover;
   background-repeat: no-repeat;
  background-position: center center;
   height: 700px;
  position: absolute;
   width: 100%;
   top: 0;
    left: 0;
   opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.home-slider .slider-item.active-slide {
  opacity: 1;
}

.home-slider .slider-item .overlay {
  position: absolute;
    top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  content: '';
   opacity: .4;
   background: #000000;
} 

.home-slider .slider-text {
  height: 700px;
    position: relative;
}

.home-slider .slider-text h1 {
    font-size: 60px;
  color: #fff;
    line-height: 1.2;
    font-weight: 700;
  font-family: "Fredericka the Great", Georgia, cursive;
}

.home-slider .slider-text h1 span {
    color: #e53935;
}

.mb-4 {
    margin-bottom: 24px;
}

.mt-3 {
   margin-top: 18px;
}

.px-4 {
   padding-left: 24px;
    padding-right: 24px;
}

.py-3 {
  padding-top: 18px;
   padding-bottom: 18px;
}

.btn {
   cursor: pointer;
  border-radius: 40px;
  box-shadow: none;
   font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
   letter-spacing: 2px;
  display: inline-block;
}

.btn-secondary {
   background: #d32f2f;
	border: 1px solid #d32f2f;
    color: #fff;
}

.btn-secondary:hover {
  background: transparent;
    border: 1px solid #d32f2f;
  color: #d32f2f;
}

.about_info_area {
    padding: 100px 0 70px;
}

.about_info_area.plus_padding {
       padding-top: 100px;}

.about_info_area .about_text h3 {
    font-size: 40px;
  font-weight: 600;
    line-height: 1.25;
   margin-bottom: 20px;
   color: #001D38;
}

.about_info_area .about_text p {
    font-size: 16px;
    line-height: 1.75;
   color: #4D4D4D;
  margin-bottom: 15px;
}

.about_info_area .about_thumb img {
   width: 100%;
   height: auto;
}

.boxed-btn3-line {
   background: transparent;
    color: #c62828;
   display: inline-block;
    padding    :13px 38px;
  font-weight: 500;
  border: 1px solid #c62828;
  border-radius: 5px;
  text-align: center;
   text-transform: capitalize;
    transition: all 0.3s;
   margin-top: 20px;
}

.boxed-btn3-line:hover {
    background: #c62828;
   color: #fff;
}

.ftco-services {
   padding: 80px 0;
   background     :     #fafafa;
}

.ftco-section {
  padding: 80px 0;
}

.block-6.services {
   padding: 32px;
   background: #fff;
   border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
   height: 100%;
}

.block-6.services:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.block-6 .icon {
    width: 80px;
  height: 80px;
  background: #ffebee;
  border-radius: 50%;
  margin: 0 auto;
}

.service-icon-hj {
    width: 42px;
   height: 42px;
   stroke: #c62828;
  fill: none;
   stroke-width: 2;
}

.block-6 .media-body {
  padding: 8px;
}

.block-6 .media-body h3 {
    font-size: 20px;
    font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.block-6 .media-body p {
   font-size: 15px;
  line-height: 1.7;
   color: #646464;
   margin: 0;
}

.p-2     {
    padding: 8px;
}

.featured_candidates_area {
   padding-top: 120px;
   padding-bottom: 120px;
    background: #f8f9fa;
}

.section_title {
   margin-bottom: 70px;
}

.section_title h3 {
  font-size: 40px;
  font-weight: 700;
	 color: #191d34;
    text-transform: capitalize;
   line-height: 1.2;
}

.single_candidates {
  background: #fff;
    padding: 40px 30px;
   border-radius: 10px;
 margin-bottom: 30px;
    transition: 0.3s;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.single_candidates:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.single_candidates .thumb {
   margin-bottom: 20px;
}

.single_candidates .thumb img {
  width: 100px;
    height: 100px;
   border-radius: 50%;
  object-fit: cover;
   margin: 0 auto;
}

.single_candidates h4   {
  font-size: 20px;
   font-weight: 600;
    color: #191d34;
    margin-bottom: 10px;
    transition: 0.3s;
}

.single_candidates h4:hover {
    color: #c62828;
}

.single_candidates p {
    font-size: 14px;
    color: #7A838B;
  margin-bottom: 0;
}

.intro-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.spad {
    padding-top: 110px;
  padding-bottom: 110px;
}

.about-text h3 {
   margin-bottom: 30px;
    font-size: 38px;
}

.about-text p {
  margin-bottom: 25px;
}

.readmore-btn {
    display: inline-block;
    font-size: 18px;
   font-weight: 700;
  color: #d32f2f;
    border-bottom: 1px solid #d32f2f;
    line-height: 1;
  margin-top: 15px;
}

.readmore-btn:hover {
   color: #b71c1c;
   border-color: #b71c1c;
}

.section-padding {
   padding-top: 120px;
    padding-bottom: 120px;
}

.welcome_protomedia h3 {
    font-weight: 400;
  font-size: 50px;
  line-height: 1.12;
  color: #1F1F1F;
}

.welcome_protomedia .add_here img {
    width: 100%;
}

#footer-section {
   padding: 55px 0 45px;
  background: #fafafa;
}

.content-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
   max-width: 1170px;
   margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-credit-list {
    max-width: 1170px;
    margin: 0 auto;
   padding: 0 15px 35px;
}

.footer-credit-list p {
   margin-bottom: 15px;
}

.twenty {
  font-size: 17px;
  font-weight: 500;
  color: #2a2a2a;
}

.footer-credit-list ul {
   margin: 25px 0 0;
   padding: 0;
  list-style :        none;
}

.footer-credit-list ul li {
   display: inline-block;
    margin-right: 15px;
  padding: 5px 0;
}

.footer-credit-list ul li a {
    color: #c62828;
    font-weight: 500;
}

.footer-credit-list ul li a:hover {
  color: #2a2a2a;
}

.footer-contact-info {
  margin-top: 30px;
}

.footer-contact-info p {
    display: flex;
    align-items: center;
  gap: 10px;
   margin-bottom: 10px;
}

.footer-icon-hj {
   width: 18px;
    height: 18px;
  stroke: #c62828;
	fill: none;
  stroke-width: 2;
}@media (max-width: 991px) {
    .col-lg-3,
    .col-lg-6,
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .about_info_area .about_thumb {
        margin-bottom: 30px;
    }

    .home-slider,
    .home-slider .slider-item,
    .home-slider .slider-text {
        height: 550px;
    }

    .home-slider .slider-text h1 {
        font-size: 42px;
    }

    h3 {
        font-size: 32px;
    }

    .welcome_protomedia h3 {
        font-size: 36px;
    }

    .about-text {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .nav-menu-links {
        position: fixed;
        top: 82px;
        left: -100%;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding: 25px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: left 0.4s;
        gap: 15px;
    }

    .nav-menu-links.menu-active {
        left: 0;
    }

    .burger-trigger-hj {
        display: block;
    }

    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-slider,
    .home-slider .slider-item,
    .home-slider .slider-text {
        height: 480px;
    }

    .home-slider .slider-text h1 {
        font-size: 34px;
    }

    .about_info_area,
    .featured_candidates_area,
    .intro-section,
    .welcome_protomedia {
        padding: 55px 0;
    }

    .ftco-services {
        padding: 55px 0;
    }

    h3 {
        font-size: 26px;
    }

    .welcome_protomedia h3 {
        font-size: 28px;
    }

    .about_info_area .about_text h3 {
        font-size: 28px;
        line-height: 1.35;
    }

    .single_candidates {
        padding: 28px 22px;
    }

    .block-6.services {
        padding: 28px;
        margin-bottom: 20px;
    }
}html {
    overflow-x: hidden;
}

#footer-section {
  padding    :  55px 0 45px;
  background: #fafafa;
}

.content-header {
   border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
   margin-bottom: 40px;
    max-width: 1170px;
  margin-left: auto;
    margin-right: auto;
   padding-left: 15px;
    padding-right: 15px;
}

.footer-logo-zone {
  margin-bottom: 20px;
}

.footer-brand-logo {
   height: 86px;
    width: auto;
}

.content-header h2 {
  font-size: 30px;
    line-height: 1.222;
    font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0;
}

.footer-credit-list {
  max-width: 1170px;
   margin: 0 auto;
    padding: 0 15px 35px;
}

.footer-credit-list p {
        margin-bottom: 15px;
    color: #646464;
  font-size: 15px;
   line-height: 1.85;
}

.twenty {
   font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
}

.footer-nav-links {
   margin: 25px 0 30px;
    padding: 0;
  list-style: none;
   display: flex;
    flex-wrap: wrap;
   gap: 10px 20px;
}

.footer-nav-links li {
    display: inline-block;
}

.footer-nav-links li a {
    color: #c62828;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
   transition: color 0.3s;
}

.footer-nav-links li a:hover {
  color: #2a2a2a;
}

.footer-contact-info {
   margin-top: 30px;
    margin-bottom: 40px;
}

.footer-contact-info p {
   display: flex;
    align-items: center;
  gap: 10px;
   margin-bottom: 10px;
   font-size: 15px;
}

.footer-icon-hj {
  width: 18px;
  height: 18px;
   flex-shrink: 0;
}

.regulators-section {
  margin: 45px 0 35px;
   padding: 30px;
   background: #fff;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
}

.regulators-section h4 {
  font-size: 20px;
    font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 25px;
   text-align: center;
  font-family: 'Cardo', Georgia, serif;
}

.regulators-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 20px;
   align-items: center;
   justify-items: center;
}

.regulator-link {
  display: flex;
   align-items: center;
  justify-content: center;
   padding: 15px;
    background: #fafafa;
  border-radius: 6px;
   transition: all 0.3s ease;
    width: 100%;
  height: 80px;
}

.regulator-link:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.regulator-link img {
  max-width: 100%;
  max-height: 50px;
    width: auto;
  height: auto;
  object-fit: contain;
}

.disclaimer-box {
    margin-top: 40px;
    padding: 25px 30px;
    background: #fff3cd;
    border-left: 4px solid #c62828;
	border-radius: 6px;
}

.disclaimer-box h5 {
    font-size: 18px;
   font-weight: 700;
   color: #c62828;
   margin-bottom: 15px;
  font-family: 'Cardo', Georgia, serif;
}

.disclaimer-box p {
	 font-size: 14px;
  line-height: 1.7;
   color: #5a5a5a;
   margin-bottom: 0;
}

.age-popup-overlay {
    position: fixed;
  top: 0;
	left: 0;
  width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
  justify-content: center;
    z-index: 9999;
    opacity: 0;
   visibility: hidden;
  transition: all 0.3s ease;
}

.age-popup-overlay.show-popup {
   opacity: 1;
  visibility: visible;
}

.age-popup-content {
    background: #fff;
    padding: 45px 40px;
    border-radius: 12px;
    max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.age-popup-icon {
    margin-bottom   :        20px;
}

.popup-icon-svg {
    width: 60px;
   height: 60px;
  margin: 0 auto;
}

.age-popup-content h2 {
  font-size: 28px;
  font-weight: 700;
   color: #2a2a2a;
   margin-bottom: 20px;
  font-family: 'Cardo', Georgia, serif;
}

.age-popup-content p {
    font-size: 16px;
   line-height: 1.6;
  color: #646464;
  margin-bottom: 15px;
}

.age-confirm-text {
    font-size: 18px;
   font-weight: 600;
   color: #2a2a2a;
    margin-bottom    :     25px;
   margin-top: 25px;
}

.age-popup-buttons {
    display: flex;
   gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-age-confirm,
.btn-age-decline {
   padding: 14px 35px;
    font-size: 16px;
   font-weight: 600;
    border: none;
   border-radius: 8px;
  cursor: pointer;
  transition   :        all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.btn-age-confirm {
    background: #2e7d32;
    color: #fff;
}

.btn-age-confirm:hover {
   background: #1b5e20;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

.btn-age-decline {
    background: #c62828;
    color: #fff;
}

.btn-age-decline:hover {
  background: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 40, 40, 0.3);
}@media (max-width: 991px) {
    .regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .regulator-link {
        height: 70px;
    }
}

@media (max-width: 767px) {
    #footer-section {
        padding: 40px 0 30px;
    }

    .footer-brand-logo {
        height: 70px;
    }

    .content-header {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .content-header h2 {
        font-size: 24px;
    }

    .footer-nav-links {
        flex-direction: column;
        gap: 12px;
    }

    .footer-nav-links li {
        display: block;
    }

    .footer-contact-info p {
        font-size: 14px;
    }

    .regulators-section {
        padding: 20px 15px;
        margin: 30px 0 25px;
    }

    .regulators-section h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .regulators-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .regulator-link {
        height: 60px;
        padding: 10px;
    }

    .regulator-link img {
        max-height: 40px;
    }

    .disclaimer-box {
        padding: 20px;
        margin-top: 30px;
    }

    .disclaimer-box h5 {
        font-size: 16px;
    }

    .disclaimer-box p {
        font-size: 13px;
    }

    .age-popup-content {
        padding: 35px 25px;
        width: 95%;
    }

    .popup-icon-svg {
        width: 50px;
        height: 50px;
    }

    .age-popup-content h2 {
        font-size: 24px;
    }

    .age-popup-content p {
        font-size: 15px;
    }

    .age-confirm-text {
        font-size: 17px;
    }

    .age-popup-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn-age-confirm,
    .btn-age-decline {
        width: 100%;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .footer-brand-logo {
        height: 60px;
    }

    .twenty {
        font-size: 16px;
    }

    .footer-credit-list p {
        font-size: 14px;
    }

    .age-popup-content {
        padding: 30px 20px;
    }

    .age-popup-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}.platforms-catalog-hj {
   padding: 100px 0;
    background: #fff;
}

.catalog-header-zone {
    text-align: center;
    margin-bottom: 60px;
}

.catalog-header-zone h2 {
   font-size: 42px;
    font-weight: 700;
  color: #2a2a2a;
    margin-bottom: 15px;
  font-family: 'Cardo', Georgia, serif;
}

.catalog-header-zone p {
   font-size: 17px;
   color: #646464;
}

.platform-card-wrapper {
   display: flex;
   align-items: center;
    background: #fafafa;
   border: 2px solid #e0e0e0;
    border-radius: 12px;
  padding: 30px;
    margin-bottom: 25px;
  transition: all 0.35s ease;
    gap: 30px;
}

.platform-card-wrapper:hover {
  border-color: #c62828;
	  box-shadow: 0 8px 25px rgba(198, 40, 40, 0.15);
	  transform: translateY(-3px);
}

.platform-logo-section {
    flex: 0 0 180px;
    text-align: center;
}

.platform-logo-img {
  min-height: 180px;
     object-fit: contain;
  margin     :    0 auto 15px;
}

.platform-name-hj {
    font-size: 22px;
   font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 10px;
  font-family: 'Cardo', Georgia, serif;
}

.platform-rating-zone {
  display: flex;
    align-items: center;
    justify-content:   center;
  gap: 8px;
}

.rating-stars-hj {
    color: #ffc107;
	font-size: 16px;
   letter-spacing: 2px;
}

.rating-number-hj {
  font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
}

.platform-bonus-section {
    flex: 0 0 200px;
    text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #fff 0%, #ffe8e0 100%);
   border-radius: 10px;
    border: 2px dashed #c62828;
}

.bonus-label-hj {
  font-size: 13px;
  text-transform: uppercase;
    color: #c62828;
   font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.bonus-amount-hj {
   font-size: 20px;
   font-weight     :  700;
    color: #2a2a2a;
   margin-bottom: 8px;
}

.bonus-offer-hj {
    font-size: 16px;
   font-weight: 600;
  color: #c62828;
   line-height: 1.4;
}

.platform-features-section {
  flex: 1;
}

.features-list-hj {
   list-style: none;
    padding: 0;
    margin: 0;
}

.features-list-hj li {
    display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 12px;
  font-size: 15px;
  color: #646464;
}

.check-icon-hj {
  width: 20px;
    height: 20px;
   flex-shrink: 0;
  stroke: #2e7d32;
   fill: none;
   stroke-width: 2.5;
}

.platform-action-section {
    flex: 0 0 200px;
  text-align: center;
}

.btn-get-bonus-hj {
  display: inline-flex;
    align-items: center;
   justify-content: center;
  gap: 10px;
    background: #c62828;
  color: #fff;
   padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
    font-weight: 700;
  text-decoration: none;
    transition: all 0.3s ease;
  margin-bottom: 10px;
}

.btn-get-bonus-hj:hover {
   background: #b71c1c;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(198, 40, 40, 0.4);
}

.arrow-icon-hj {
  width: 18px;
   height: 18px;
  stroke: #fff;
   fill: none;
    stroke-width: 2.5;
}

.terms-text-hj {
    font-size: 12px;
   color: #7a7a7a;
    margin: 0;
}@media (max-width: 1200px) {
    .platform-card-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }

    .platform-logo-section {
        flex: 0 0 150px;
    }

    .platform-bonus-section {
        flex: 0 0 180px;
    }

    .platform-features-section {
        flex: 1 1 100%;
        order: 3;
    }

    .platform-action-section {
        flex: 0 0 180px;
    }
}

@media (max-width: 991px) {
    .platforms-catalog-hj {
        padding: 70px 0;
    }

    .catalog-header-zone h2 {
        font-size: 36px;
    }

    .platform-card-wrapper {
        padding: 25px;
        gap: 20px;
    }

    .platform-logo-section {
        flex: 0 0 140px;
    }

    .platform-logo-img {
        width: 100px;
        height: 70px;
    }

    .platform-name-hj {
        font-size: 20px;
    }

    .platform-bonus-section {
        flex: 0 0 160px;
        padding: 18px;
    }

    .bonus-amount-hj {
        font-size: 18px;
    }

    .bonus-offer-hj {
        font-size: 15px;
    }

    .features-list-hj li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .platform-action-section {
        flex: 0 0 160px;
    }

    .btn-get-bonus-hj {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .platforms-catalog-hj {
        padding: 50px 0;
    }

    .catalog-header-zone {
        margin-bottom: 40px;
    }

    .catalog-header-zone h2 {
        font-size: 28px;
    }

    .catalog-header-zone p {
        font-size: 15px;
    }

    .platform-card-wrapper {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .platform-logo-section {
        flex: 0 0 auto;
        width: 100%;
    }

    .platform-logo-img {
        width: 90px;
        height: 60px;
    }

    .platform-name-hj {
        font-size: 19px;
    }

    .platform-bonus-section {
        flex: 0 0 auto;
        width: 100%;
        padding: 20px;
    }

    .bonus-label-hj {
        font-size: 12px;
    }

    .bonus-amount-hj {
        font-size: 19px;
    }

    .bonus-offer-hj {
        font-size: 16px;
    }

    .platform-features-section {
        flex: 0 0 auto;
        width: 100%;
    }

    .features-list-hj li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .check-icon-hj {
        width: 18px;
        height: 18px;
    }

    .platform-action-section {
        flex: 0 0 auto;
        width: 100%;
    }

    .btn-get-bonus-hj {
        width: 100%;
        padding: 15px 25px;
    }
}

@media (max-width: 480px) {
    .platform-card-wrapper {
        padding: 18px;
    }

    .platform-logo-img {
        width: 80px;
        height: 55px;
    }

    .platform-name-hj {
        font-size: 18px;
    }

    .rating-stars-hj {
        font-size: 14px;
    }

    .rating-number-hj {
        font-size: 14px;
    }

    .bonus-amount-hj {
        font-size: 18px;
    }

    .bonus-offer-hj {
        font-size: 15px;
    }

    .features-list-hj li {
        font-size: 13px;
    }

    .btn-get-bonus-hj {
        font-size: 15px;
        padding: 14px 22px;
    }
}.contact-hero-zone {
   padding: 80px 0 60px;
  background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
   text-align: center;
}

.hero-content-center h1 {
   font-size: 48px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 15px;
  font-family: 'Cardo', Georgia, serif;
}

.hero-content-center p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
}

.contact-form-area {
  padding: 90px 0;
    background: #fafafa;
}

.form-wrapper-hj {
    display: flex;
  gap: 50px;
   background: #fff;
   border-radius: 12px;
  padding: 50px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.contact-info-side {
   flex: 0 0 320px;
}

.contact-info-side h3 {
  font-size: 26px;
   font-weight: 700;
    color: #2a2a2a;
   margin-bottom: 35px;
  font-family: 'Cardo', Georgia, serif;
}

.info-item-hj {
   display     :      flex;
  gap: 18px;
  margin-bottom: 30px;
}

.contact-info-icon {
    width: 40px;
  height: 40px;
   flex-shrink: 0;
   stroke: #c62828;
  fill: none;
    stroke-width: 2;
}

.info-text-hj h4 {
    font-size: 18px;
   font-weight: 600;
    color :   #2a2a2a;
   margin-bottom: 8px;
}

.info-text-hj p {
  font-size: 15px;
    color: #646464;
    line-height: 1.6;
   margin: 0;
}

.contact-form-side {
   flex: 1;
}

.contact-form-side h3 {
    font-size: 26px;
          font-weight: 700;
  color: #2a2a2a;
    margin-bottom: 30px;
  font-family: 'Cardo', Georgia, serif;
}

.form-contact-hj {
  display: flex;
    flex-direction: column;
  gap: 22px;
}

.form-group-hj {
   display: flex;
   flex-direction: column;
}

.form-group-hj label {
   font-size: 15px;
   font-weight: 600;
   color: #2a2a2a;
    margin-bottom: 8px;
}

.form-input-hj,
.form-textarea-hj {
   padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
  font-family: 'Roboto', sans-serif;
    transition: all 0.3s;
}

.form-input-hj:focus,
.form-textarea-hj:focus {
   outline: none;
   border-color: #c62828;
  box-shadow: 0 0 0 3px rgba(198,40,40,0.1);
}

.form-input-hj.error-input,
.form-textarea-hj.error-input {
    border-color: #d32f2f;
}

.form-textarea-hj {
    resize: vertical;
   min-height: 140px;
}

.form-row-hj {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.error-msg-hj {
   font-size: 13px;
  color: #d32f2f;
    margin-top: 6px;
  display: none;
}

.error-msg-hj.show-error {
  display: block;
}

.word-count-hj {
    font-size: 13px;
    color: #7a7a7a;
  margin-top:     6px;
   text-align: right;
}

.contact-pref-label {
	margin-bottom: 12px;
}

.radio-group-hj {
   display: flex;
    gap: 25px;
}

.radio-label-hj {
  display: flex;
  align-items: center;
    gap: 10px;
    cursor: pointer;
   font-size: 15px;
  color: #646464;
}

.radio-label-hj input[type="radio"] {
  position: absolute;
	   opacity: 0;
}

.radio-custom-hj {
   width: 20px;
   height: 20px;
    border: 2px solid #e0e0e0;
   border-radius: 50%;
  position: relative;
    transition: all 0.3s;
}

.radio-label-hj input[type="radio"]:checked + .radio-custom-hj {
    border-color: #c62828;
}

.radio-label-hj input[type="radio"]:checked + .radio-custom-hj::after {
  content: '';
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   width: 10px;
   height: 10px;
    background: #c62828;
    border-radius: 50%;
}

.radio-icon-hj {
    width: 18px;
   height: 18px;
    stroke: #646464;
  fill: none;
    stroke-width: 2;
}

.btn-submit-form-hj {
  display: inline-flex;
   align-items: center;
   justify-content: center;
    gap: 12px;
  background: #c62828;
  color: #fff;
   padding: 16px 40px;
   border: none;
  border-radius: 8px;
  font-size: 16px;
    font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
          margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}

.btn-submit-form-hj:hover {

  background: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(198,40,40,0.3);
     }

.btn-arrow-icon {
    width: 18px;
   height: 18px;
   stroke: #fff;
   fill: none;
  stroke-width: 2.5;
}

.success-popup-overlay {
    position: fixed;
  top: 0;
    left: 0;
   width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
    display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
    opacity: 0;
   visibility: hidden;
    transition: all 0.3s;
}

.success-popup-overlay.show-popup {
	   opacity: 1;
   visibility: visible;}

.success-popup-box {
    background: #fff;
    padding: 50px 45px;
  border-radius: 12px;
   max-width: 480px;
   width: 90%;
  text-align: center;
  box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

.success-icon-zone {
  margin-bottom: 25px;
}

.success-icon-svg {
    width: 70px;
   height: 70px;
   margin: 0 auto;
    stroke: #2e7d32;
  fill: none;
   stroke-width: 2;
}

.success-popup-box h2 {
   font-size: 32px;
   font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 18px;
  font-family: 'Cardo', Georgia, serif;
}

.success-popup-box p {
   font-size: 16px;
    color: #646464;
   line-height: 1.6;
   margin-bottom: 30px;
}

.btn-close-popup {
   background: #c62828;
   color: #fff;
   padding: 14px 35px;
  border: none;
   border-radius: 8px;
   font-size: 16px;
    font-weight: 600;
   cursor: pointer;
  transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
}

.btn-close-popup:hover {
  background: #b71c1c;
}@media (max-width: 991px) {
    .form-wrapper-hj {
        flex-direction: column;
        padding: 40px 30px;
        gap: 40px;
    }

    .contact-info-side {
        flex: 0 0 auto;
    }

    .form-row-hj {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-hero-zone {
        padding: 60px 0 40px;
    }

    .hero-content-center h1 {
        font-size: 32px;
    }

    .hero-content-center p {
        font-size: 16px;
    }

    .contact-form-area {
        padding: 60px 0;
    }

    .form-wrapper-hj {
        padding: 30px 20px;
    }

    .contact-info-side h3,
    .contact-form-side h3 {
        font-size: 22px;
    }

    .radio-group-hj {
        flex-direction: column;
        gap: 15px;
    }

    .btn-submit-form-hj {
        width: 100%;
    }

    .success-popup-box {
        padding: 40px 30px;
    }

    .success-popup-box h2 {
        font-size: 28px;
    }
}.legal-hero-section {
   padding: 90px 0 70px;
  background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
   text-align: center;
}

.legal-hero-content h1 {
  font-size: 48px;
    font-weight: 700;
   color: #fff;
   margin-bottom: 12px;
  font-family: 'Cardo', Georgia, serif;
}

.legal-hero-content p {
    font-size: 17px;
  color: rgba(255,255,255,0.85);
   margin: 0;
}

.legal-content-area {
    padding: 90px 0;
    background: #fff;
}

.legal-text-wrapper {
   max-width: 900px;
  margin   :        0 auto;
}


.legal-text-wrapper h2 {
  font-size: 32px;
   font-weight: 700;
   color: #2a2a2a;
    margin-bottom: 20px;
   margin-top: 45px;
  font-family: 'Cardo', Georgia, serif;
}

.legal-text-wrapper h2:first-child {
    margin-top: 0;
}

.legal-text-wrapper p {
  font-size: 16px;
    line-height: 1.8;
   color: #4a4a4a;
   margin-bottom: 20px;
   text-align: justify;
}@media (max-width: 767px) {
    .legal-hero-section {
        padding: 60px 0 50px;
    }

    .legal-hero-content h1 {
        font-size: 32px;
    }

    .legal-hero-content p {
        font-size: 15px;
    }

    .legal-content-area {
        padding: 60px 0;
    }

    .legal-text-wrapper h2 {
        font-size: 24px;
        margin-top: 35px;
    }

    .legal-text-wrapper p {
        font-size: 15px;
        text-align: left;
    }
}