* {
  margin: 0;
  padding: 0;
   box-sizing: border-box;
}

body {
  line-height: 1.7;
   font-weight: 400;
    font-size: 1.1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2c3e50;
   background: #ffffff;
}

.layout-zone-47 {
    width: 88%;
   max-width: 1240px;
  margin-left: auto;
   margin-right: auto;
  padding-left: 20px;
    padding-right: 20px;
}

a {
    transition: .3s all ease;
  text-decoration: none;
   color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
   max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', serif;
  font-weight: 700;
  line-height: 1.3;
    color: #1a1a1a;
}

.prime-navigator-rg {
   background: #1a1a1a;
  padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-display-unit  
  {
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-mark-piece {
  display: block;
}

.logo-visual-rg {
   max-height: 84px;
   width: auto;
  filter: brightness(0) invert(1);
}

.links-cluster-main {
  display  :       flex;
    gap: 35px;
  align-items: center;
}

.nav-link-item {
   color: #ffffff;
  font-size: 15px;
  font-weight: 500;
   text-transform: uppercase;
  letter-spacing: 0.05em;
    transition: color 0.3s;
}

.nav-link-item:hover {
  color: #2ecc71;
}

.mobile-toggle-rg {
   display: none;
  flex-direction: column;
    background: none;
    border: none;
   cursor: pointer;
    padding: 8px;
}

.toggle-bar {
   width: 28px;
    height: 3px;
    background: #ffffff;
   margin: 3px 0;
    transition: 0.3s;
}

.hero-display-zone {
  background: url(../backgrounds/green_roulette_table_layout_professional.webp) no-repeat scroll center left;
  background-color: #f5f5f5;
    background-size: contain;
   min-height: 550px;
}

.hero-grid-rg {
   display: grid;
  grid-template-columns: 5fr 7fr;
   align-items: center;
}

.spacing-block-rg {
}

.content-area-hero {
   padding: 100px 0;
}

.text-container-wrap {
  position: relative;
}

.hero-text-unit {
    background: #fff;
    padding: 115px 65px 65px 65px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.meta-info-rg {
    margin-bottom: 30px;
}

.category-badge-rg {
    background: #1a1a1a;
  line-height: 30px;
  color: #fff;
   padding: 0px 20px;
   border-radius: 15px;
   display: inline-block;
    font-size: 12px;
  font-family: monospace;
    margin-right: 15px;
}

.meta-info-rg span {
   color: #777777;
   margin-right: 15px;
   font-size: 13px;
}

.hero-text-unit h1 {
   font-size: 36px;
  line-height: 45px;
    color: #1a1a1a;
    margin-bottom: 18px;
}

.hero-text-unit p {
   margin-bottom: 35px;
    color: #555;
    line-height: 1.8;
}

.primary-cta-rg {
   display: inline-block;
   padding: 12px 28px;
  background: #27ae60;
  color: #fff;
    text-transform: uppercase;
    font-size: 14px;
   font-weight: 600;
   border-radius: 3px;
   transition: background 0.3s;
}

.primary-cta-rg:hover {
    background: #229954;
}

.feature-cards-zone-2 {
    margin-bottom: 30px;
  background: #27ae60;
   color  : #fff;
    font-size: 15px;
}

.cards-grid-display-rg {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.title-column-rg {
   padding: 70px 50px;
   position: relative;
}

.title-column-rg::after {
  content: "";
    position: absolute;
    top: 0;
  bottom: 0;
   right: 0;
   height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.heading-wrapper-rg h2 {
    font-size: 30px;
    text-transform: uppercase;
   position: relative;
    padding-bottom: 30px;
   margin-bottom: 30px;
   color: #ffffff;
}

.heading-wrapper-rg h2::after {
    position: absolute;
  content: "";
   bottom: 0;
  left: 0;
    width: 20%;
   height: 2px;
   background: #fff;
}

.heading-wrapper-rg p {
    color: #fff;
    margin-bottom: 15px;
}

.view-link-rg {
  text-transform: uppercase;
  color: #fff;
   font-weight: 600;
  letter-spacing: 0.05em;
}

.card-column-rg {
   position: relative;
}

.feature-card-unit {
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
   min-height: 400px;
}

.feature-card-unit::after {
  content: "";
    position: absolute;
   top: 0;
  bottom: 0;
  right: 0;
    height: 100%;
   width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.feature-card-unit::before {
  content: "";
  position: absolute;
  background: #27ae60;
  top: 0;
   left: 0;
   right: 0;
    bottom: 0;
	transition: .3s all ease;


}

.feature-card-unit:hover::before {
  background: rgba(26, 26, 26, 0.7);
}

.card-content-wrapper {
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}

.icon-holder-rg {
  margin-bottom: 30px;
    display: block;
}

.feature-icon-rg {
    width: 60px;
  height: 60px;
    stroke: #ffffff;
   fill: none;
   stroke-width: 1.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.card-content-wrapper h3 {
  font-size: 18px;
   text-transform: uppercase;
  color: #fff;
    margin-bottom: 15px;
}

.card-content-wrapper p {
  color: #fff;
}

.full-height-unit {
    height: 100%;
}

.info-section-zone {
  padding: 80px 0;
}

.border-base-rg {
    border-bottom: 1px solid #e0e0e0;
}

.features-grid-display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.media-display-unit {
  display: flex;
  align-items: flex-start;
}

.icon-space-rg {
  flex-shrink: 0;
    margin-right: 20px;
}

.display-icon-rg {
   width: 48px;
   height: 48px;
    stroke: #27ae60;
   fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.text-body-unit h5 {
  font-size: 1.25rem;
    font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.text-body-unit {
  color: #555;
   line-height: 1.8;
}

.content-section-area {
  padding: 80px 0;
}

.content-flex-grid {
   display: grid;
  grid-template-columns: 1fr 1fr;
   gap: 50px;
}

.align-center-rg {
  align-items: center;
}

.subtitle-display-rg {
    font-size: 14px;
  text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.accent-text-rg {
    color: #27ae60;
}

.inline-block-rg {
  display: inline-block;
}

.mb-mini-rg {
  margin-bottom: 10px;
}

.heading-main-rg {
  font-size: 32px;
    margin-bottom: 25px;
}

.mb-regular-rg {
    margin-bottom: 25px;
}

.mb-space-rg {
   margin-bottom: 30px;
}

.mb-clear-desktop {
  margin-bottom: 0;
}

.checklist-display-rg {
    margin-bottom: 50px;
    list-style: none;
}

.list-clean-rg {
  padding-left: 0;
}

.checklist-display-rg li {
    position: relative;
    padding-left: 35px;
   margin-bottom: 15px;
    line-height: 1.5;
}

.checklist-display-rg li::before {
	position: absolute;
  color: #27ae60;
    top: -.3rem;
   font-size: 20px;
   left: 0;
  content: "\2713";
}

.button-primary-rg {
  display: inline-block;
    padding: 15px 35px;
  background-color: #27ae60;
  border: 2px solid transparent;
    color: #fff;
   text-transform: uppercase;
   letter-spacing: .2em;
   font-weight: 600;
   font-size: 14px;
    transition: all 0.3s;
}

.py-spacing-rg {
    padding-top: 15px;
  padding-bottom: 15px;
}

.px-wide-rg {
  padding-left: 35px;
  padding-right: 35px;
}

.text-light-rg {
    color: #fff;
}

.button-primary-rg:hover {
   border: 2px solid #1a1a1a;
    background: none;
    color: #1a1a1a;
}

.responsive-image-rg {
  max-width: 100%;
  height: auto;
}

.text-image-section-rg {
    padding: 80px 0;
   background: #f9f9f9;
}

.flex-grid-aligned {
  display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 50px;
    align-items: center;
}

.text-block-col {
  padding-right: 30px;
}

.accent-label-rg {
    color: #27ae60;
   font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
   font-weight: 600;
}

.display-block-unit {
   display: block;
}

.mb-tiny-space {
   margin-bottom: 10px;
}

.mb-standard-space {
    margin-bottom: 25px;
}

.check-list-unit {
  margin-bottom: 50px;
   list-style: none;
  padding-left: 0;
}

.list-unstyled-rg {
   list-style: none;
  padding-left: 0;
}

.check-list-unit li {
   position: relative;
	padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.check-list-unit li::before {
    left: 0;
    font-size: 20px;
  top: -.3rem;
  content: "\2713";
  position: absolute;
  color: #27ae60;
}

.btn-main-rg {
   display: inline-block;
   padding: 15px 35px;
  background-color: #27ae60;
    border: 2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
  font-weight: 600;
   font-size: 14px;
  transition: all 0.3s;
}

.py-adjust-rg {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-adjust-rg {
    padding-left: 35px;
  padding-right: 35px;
}

.text-white-unit {
  color: #fff;
}

.btn-main-rg:hover
{
    border: 2px solid #1a1a1a;
   background: none;
    color: #1a1a1a;
}

.fluid-image-rg {
   max-width: 100%;
   height: auto;
}

.section-margin-unit {
    padding: 80px 0;
}

.flex-row-container {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.mb-large-space {
    margin-bottom: 50px;
}

.img-column-rg {
    display: flex;
  align-items: center;
}

.ml-auto-space 
 {
    margin-left: auto;
}

.order-second-md {
  order: 2;
}

.rounded-image-rg {
       border-radius: 8px;
}

.text-column-rg {
    display: flex;
  flex-direction: column;
   justify-content: center;
}

.order-first-md {
  order: 1;
}

.text-align-left {
  text-align: left;
}

.pb-small-unit {
    padding-bottom: 15px;
}

.border-accent-rg {
   border-bottom: 3px solid #27ae60;
}

.mb-standard-unit {
   margin-bottom: 25px;
}

.accent-color-heading {
  color: #27ae60;
   font-size: 32px;
}

.check-list-success {
    margin-bottom: 50px;
    list-style: none;
  padding-left: 0;
}

.check-list-success li {
  position: relative;
    padding-left: 35px;
  margin-bottom: 15px;
    line-height: 1.5;
}

.check-list-success li::before {
    left: 0;
    font-size: 20px;
  top: -.3rem;
  content: "\2713";
    position: absolute;
}

.success-variant li::before {
   color: #27ae60;
}

.section-faq-area {
  background: #ffffff;
}

.full-width-col {
    width: 100%;
  max-width: 900px;
    margin: 0 auto;
}

.accent-highlight-text {
    color: #27ae60;
}

.faq-item-border {
    border: 1px solid #dee2e6;
}

.p-spacing-rg {
    padding: 20px;
}

.rounded-corners-rg {
  border-radius: 8px;
}

.mb-mini-space {
    margin-bottom: 15px;
}

.faq-question-link {
  font-family: 'Georgia', serif;
   text-decoration: none;
   color: #1a1a1a;
   font-weight: 600;
   cursor: pointer;
  transition: color 0.3s;
}

.faq-question-link:hover,
.faq-question-link[aria-expanded="true"] {
   color: #27ae60;
}

.heading-five-size {
   font-size: 1.25rem;
}

.mb-none-space {
  margin-bottom: 0;
}

.collapse {
  display: none;
}

.collapse.show {
    display: block;
}

.pt-mini-space {
   padding-top: 15px;
}

.footer-display-zone {
               padding: 40px 0;
    background: #1a1a1a;
   color: #ccc;
}

.simple-footer-rg {
}

.full-column-unit {
   width: 100%;
}

.footer-content-rg {
    text-align: center;
}

.text-align-center {
  text-align: center;
}

.footer-info-text {
   color: #ccc;
  font-size: 14px;
 margin-bottom: 10px;
}

.footer-copyright-rg {
   color: #999;
    font-size: 13px;
  margin-bottom: 20px;
}

.footer-links-group {
   margin-bottom: 20px;
}

.footer-nav-link {
  color: #ccc;
  margin: 0 15px;
  font-size: 14px;
    transition: color 0.3s;
}

.footer-nav-link:hover {
  color: #27ae60;
}

.social-icons-display {
   display: flex;
  justify-content: center;
  gap: 15px;
}

.social-media-links a {
  display: inline-block;
    width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
   border-radius: 50%;
   border: 1px solid #444;
  transition: 0.3s;
}


.social-icon-rg {
    width: 18px;
  height: 18px;
    stroke: #ffffff;
    fill: none;
    stroke-width: 1.5;
   stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: middle;
}

.social-media-links a:hover {
  border-color: #27ae60;
}

.social-media-links a:hover .social-icon-rg {
    stroke: #27ae60;
}@media (max-width: 991px) {
    .links-cluster-main {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 250px;
        height: calc(100vh - 70px);
        background: #1a1a1a;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        transition: right 0.3s;
        box-shadow: -2px 0 10px rgba(0,0,0,0.3);
    }

    .links-cluster-main.active-mobile {
        right: 0;
    }

    .mobile-toggle-rg {
        display: flex;
    }

    .hero-grid-rg {
        grid-template-columns: 1fr;
    }

    .spacing-block-rg {
        display: none;
    }

    .content-area-hero {
        padding: 60px 0;
    }

    .hero-text-unit {
        padding: 60px 30px;
    }

    .cards-grid-display-rg {
        grid-template-columns: 1fr;
    }

    .title-column-rg::after,
    .feature-card-unit::after {
        display: none;
    }

    .feature-card-unit::before {
        background: rgba(26, 26, 26, 0.7);
    }

    .card-content-wrapper {
        padding: 40px 30px;
    }

    .features-grid-display {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .content-flex-grid,
    .flex-grid-aligned,
    .flex-row-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .text-block-col {
        padding-right: 0;
    }

    .mb-clear-desktop {
        margin-bottom: 30px;
    }

    .info-section-zone,
    .content-section-area,
    .text-image-section-rg,
    .section-margin-unit {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .hero-text-unit h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .heading-main-rg,
    .accent-color-heading {
        font-size: 26px;
    }

    .layout-zone-47 {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-links-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-nav-link {
        margin: 0;
    }
}.age-verify-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
   height: 100%;
  background: rgba(0, 0, 0, 0.95);
   z-index: 99999;
   display: flex;
  align-items: center;
   justify-content: center;
    animation: fadeInOverlay 0.3s ease;
}

.age-verify-overlay.hidden {
    display: none;
}@keyframes fadeInOverlay {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.age-verify-modal {
   background: #fff;
   border-radius: 12px;
   max-width: 500px;
   width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideInModal 0.4s ease;
}@keyframes slideInModal {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.age-verify-content {
   padding: 40px 30px;
    text-align: center;
}

.popup-logo-js {
    min-height: 86px;
	 width: auto;
    max-width: 200px;
    margin-bottom: 20px;
}

.age-verify-content h2 {
   font-size: 28px;
    margin-bottom: 15px;
   color: #1a1a1a;
  font-weight: 700;
}

.age-verify-content p {
  font-size: 16px;
  line-height: 1.6;
   color: #555;
   margin-bottom: 15px;
}

.age-verify-buttons {
   display: flex;
  gap: 15px;
    justify-content: center;
  margin-top: 30px;
}

.btn-verify-yes,
.btn-verify-no {
	 padding: 14px 30px;
  font-size: 16px;
    font-weight: 600;
  border: none;
   border-radius: 6px;
    cursor: pointer;
   transition: all 0.3s;
   text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-verify-yes {
   background: #27ae60;
    color: #fff;
}

.btn-verify-yes:hover {
  background: #229954;
  transform: translateY(-2px);
}

.btn-verify-no {
   background: #6c757d;
   color: #fff;
}

.btn-verify-no:hover {
    background: #5a6268;
}

.footer-zone-js {
    background: #1a1a1a;
    color: #ccc;
               font-size: 14px;
}

.footer-primary-js {

	  padding: 60px 0 40px;
   border-bottom: 1px solid #333;

}

.footer-grid-js {
   display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.5fr;
  gap: 40px;
}

.footer-col-js {
    margin-bottom: 20px;
}

.footer-logo-js {
  min-height: 86px;
   width: auto;
   max-width: 180px;
   margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-desc-js {
    color: #999;
    line-height: 1.7;
  font-size: 14px;
}

.footer-heading-js {
  color: #fff;
    font-size: 18px;
   font-weight: 700;
   margin-bottom: 20px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links-js {
  list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-js li {
  margin-bottom: 12px;
}

.footer-links-js a {
    color: #ccc;
   text-decoration: none;
  transition: all 0.3s;
    display: inline-block;
}

.footer-links-js a:hover {
    color: #27ae60;
   padding-left: 5px;
}

.footer-contact-js {
    list-style: none;
   padding: 0;
   margin: 0;
    color: #999;
}

.footer-contact-js li {
   margin-bottom: 10px;
  line-height: 1.6;
}

.regulators-section-js {
    background: #242424;
   padding: 35px 0;
   border-bottom: 1px solid #333;
}

.regulators-wrapper-js {
  text-align: center;
}

.regulators-title-js {
    color: #fff;
    font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
}

.regulators-grid-js {
    display: flex;
    justify-content: center;
   align-items: center;
   gap: 30px;
    flex-wrap: wrap;
}

.regulator-link-js {
    display: inline-block;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.85;
}

.regulator-link-js:hover {
  transform: scale(1.1);
   opacity: 1;
}

.regulator-logo-js {
   max-height: 80px;
  width: auto;
  object-fit: contain;
}

.disclaimer-section-js {
    background: #2a2a2a;
   padding: 35px 0;
}

.disclaimer-box-js {
  background: #27ae60;
    padding: 25px 30px;
   border-radius: 8px;
    border-left: 5px solid #fff;
}

.disclaimer-title-js {
  color: #fff;
   font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  display: flex;
    align-items: center;
    gap: 8px;
}

.disclaimer-text-js {

  color: #fff;
  line-height: 1.8;
  font-size: 14px;
    margin: 0;
}

.disclaimer-text-js strong {
    font-weight: 700;
}

.disclaimer-text-js a {
  color: #fff;
   text-decoration: underline;
    font-weight: 600;
}

.disclaimer-text-js a:hover {
   color: #f0f0f0;
}

.footer-bottom-js {
    background: #0f0f0f;
  padding: 25px 0;
}

.footer-bottom-content {
   display: flex;
  justify-content: space-between;
    align-items: center;
}

.copyright-js {
  color: #999;
   margin: 0;
  font-size: 13px;
}

.footer-social-js {
    display: flex;
  gap: 15px;
}

.footer-social-js a {
    display: flex;
  align-items: center;
    justify-content: center;
   width: 36px;
  height: 36px;
   background: #333;
    border-radius: 50%;
    transition: all 0.3s;
}

.footer-social-js a:hover {
   background: #27ae60;
  transform: translateY(-3px);
}

.social-icon-js {
    width: 18px;
   height: 18px;
   stroke: #ffffff;
   fill: none;
  stroke-width: 1.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}@media (max-width: 991px) {
    .footer-grid-js {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-primary-js {
        padding: 50px 0 30px;
    }

    .regulators-grid-js {
        gap: 20px;
    }

    .regulator-logo-js {
        height: 40px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {
    .age-verify-content {
        padding: 30px 20px;
    }

    .age-verify-content h2 {
        font-size: 24px;
    }

    .age-verify-content p {
        font-size: 15px;
    }

    .age-verify-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn-verify-yes,
    .btn-verify-no {
        width: 100%;
        padding: 14px 20px;
    }

    .footer-grid-js {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-primary-js {
        padding: 40px 0 20px;
    }

    .footer-logo-js {
        max-width: 150px;
        min-height: 70px;
    }

    .footer-heading-js {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .regulators-section-js {
        padding: 25px 0;
    }

    .regulators-title-js {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .regulators-grid-js {
        gap: 15px;
    }

    .regulator-logo-js {
        height: 35px;
        max-width: 90px;
    }

    .disclaimer-section-js {
        padding: 25px 0;
    }

    .disclaimer-box-js {
        padding: 20px;
    }

    .disclaimer-title-js {
        font-size: 16px;
    }

    .disclaimer-text-js {
        font-size: 13px;
    }

    .footer-bottom-js {
        padding: 20px 0;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .copyright-js {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .popup-logo-js {
        max-height: 70px;
        min-height: 70px;
    }

    .age-verify-content h2 {
        font-size: 22px;
    }

    .footer-logo-js {
        max-width: 130px;
        min-height: 60px;
    }

    .regulators-grid-js {
        gap: 12px;
    }

    .regulator-logo-js {
        height: 30px;
        max-width: 80px;
    }
}.catalog-display-area {
    padding: 80px 0;
    background: #f9f9f9;
}

.catalog-header-zone {
   text-align: center;
    margin-bottom: 50px;
}

.catalog-main-title {
    font-size: 36px;
   font-weight: 700;
   margin-bottom: 15px;
   color: #1a1a1a;
}

.catalog-subtitle {
  font-size: 16px;
   color: #555;
   line-height: 1.6;
}

.platform-card-js {
    display: grid;
   grid-template-columns: 200px 150px 1fr 1fr 200px;
    gap: 30px;
   align-items: center;
    background: #fff;
  padding: 30px;
   margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.platform-card-js:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.platform-logo-section {
    text-align: center;
}

.platform-logo-img {
   width: 120px;
         height: auto;
   margin-bottom: 12px;
    object-fit: contain;
}

.platform-name-js {
    font-size: 18px;
   font-weight: 700;
   color: #1a1a1a;
    margin: 0;
}

.platform-rating-section {
       text-align: center;
   border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
   padding: 0 20px;}

.rating-display-js {
   margin-bottom: 10px;
}

.rating-number-js {
  font-size: 32px;
   font-weight: 700;
    color: #27ae60;
}

.rating-max-js {
         font-size: 18px;
  color: #999;
}

.rating-stars-js {
   display: flex;
    justify-content: center;
  gap: 3px;
   margin-bottom: 8px;
}

.star-icon-js {
  width: 16px;
   height: 16px;
   stroke: #ffc107;
   fill: none;
    stroke-width: 1.5;
}

.star-icon-js.filled {
    fill: #ffc107;
}

.rating-text-js {
  font-size: 13px;
  color: #666;
   margin: 0;
    text-transform: uppercase;
   letter-spacing: 0.5px;
}

.platform-bonus-section {
   text-align: center;
   padding: 0 15px;
}

.bonus-badge-js {
    background: #27ae60;
  color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
  letter-spacing: 0.3px;
  display: inline-block;
   margin-bottom: 12px;
}

.bonus-amount-js {
  font-size: 14px;
   color: #666;
  margin-bottom: 8px;
}

.bonus-reward-js {
    font-size: 24px;
    font-weight: 700;
  color: #1a1a1a;
    line-height: 1.3;
}

.platform-features-section {
    padding: 0 15px;
}

.features-list-js {
    list-style: none;
      padding: 0;
    margin: 0;
}

.features-list-js li {
   display: flex;
  align-items: center;
   gap: 10px;
   margin-bottom: 10px;
   font-size: 14px;
   color: #555;
   line-height: 1.5;
}

.check-icon-js    {
    width: 16px;
    height: 16px;
    stroke: #27ae60;
   fill: none;
    stroke-width: 2;
  flex-shrink: 0;
}

.platform-cta-section {
    text-align: center;
}

.ks {
  filter: brightness(0) invert(1);
}

.platform-cta-btn {
  display: inline-flex;
   align-items: center;
  gap: 10px;
    padding: 14px 28px;
  background: #27ae60;
  color: #fff;
  font-size: 15px;
   font-weight: 600;
    text-transform: uppercase;
  letter-spacing: 0.5px;
   border-radius: 6px;
   transition: all 0.3s;
  text-decoration: none;
}

.platform-cta-btn:hover {
   background: #229954;
  transform: translateX(3px);
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.arrow-icon-js {
   width: 18px;
    height: 18px;
    stroke: #fff;
   fill: none;
    stroke-width: 2;
   transition: transform 0.3s;
}

.platform-cta-btn:hover .arrow-icon-js {
  transform: translateX(3px);
} @media (max-width: 1200px) {
    .platform-card-js {
        grid-template-columns: 180px 130px 1fr 1fr 180px;
        gap: 20px;
        padding: 25px;
    }

    .platform-logo-img {
        width: 100px;
    }

    .rating-number-js {
        font-size: 28px;
    }

    .bonus-reward-js {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .platform-card-js {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        padding: 30px;
    }

    .platform-logo-section {
        grid-column: 1 / 2;
    }

    .platform-rating-section {
        grid-column: 2 / 3;
        border-left: none;
        border-right: none;
        padding: 0;
    }

    .platform-bonus-section {
        grid-column: 1 / 3;
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
    }

    .platform-features-section {
        grid-column: 1 / 3;
        padding: 0;
    }

    .platform-cta-section {
        grid-column: 1 / 3;
    }

    .platform-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .catalog-display-area {
        padding: 60px 0;
    }

    .catalog-main-title {
        font-size: 28px;
    }

    .catalog-subtitle {
        font-size: 15px;
    }

    .catalog-header-zone {
        margin-bottom: 35px;
    }

    .platform-card-js {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 20px;
    }

    .platform-logo-section,
    .platform-rating-section,
    .platform-bonus-section,
    .platform-features-section,
    .platform-cta-section {
        grid-column: 1;
    }

    .platform-rating-section {
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
    }

    .platform-logo-img {
        width: 110px;
    }

    .rating-number-js {
        font-size: 30px;
    }

    .bonus-reward-js {
        font-size: 22px;
    }

    .features-list-js li {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .catalog-main-title {
        font-size: 24px;
    }

    .platform-card-js {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .platform-logo-img {
        width: 90px;
    }

    .rating-number-js {
        font-size: 26px;
    }

    .bonus-reward-js {
        font-size: 20px;
    }

    .platform-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}.acros {
  filter: brightness(0) invert(1);
}