* {
  margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
  overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1170px;
  margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
   display: flex;
   flex-wrap: wrap;
   margin-left: -15px;
  margin-right: -15px;
}

.col-md-6, .col-md-7, .col-md-8, .col-lg-4, .col-lg-6, .col-xl-9, .col-xl-12 {
   padding-left: 15px;
  padding-right: 15px;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
  width: 58.33%;
}

.col-md-8 {
    width: 66.66%;
}

.col-lg-4 {
    width: 33.33%;
}

.col-lg-6 {
  width: 50%;
}

.col-xl-9 {
   width: 75%;
}

.col-xl-12 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.align-items-center {
   align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.mb-4 {
   margin-bottom: 1.5rem;
}

.mb-5 {
   margin-bottom: 3rem;
}

.mt-5 {
   margin-top: 3rem;
}

.order-last {
   order: 2;
}

.pr-3 {
   padding-right: 1rem;
}

.topnav-wrapper {
  background: #fff;
   padding: 18px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
   position: sticky;
  top: 0;
    z-index: 999;
}

.nav-inner-flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.brand-logo {
   max-height: 84px;
   width: auto;
    display: block;
}

.menu-items {
   display: flex;
	gap: 32px;
}

.nav-link {
  text-decoration: none;
   color: #2c3e50;
    font-size:    16px;
   font-weight: 500;
   transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
   color: #e74c3c;
}

.mobile-menu-btn {
   display: none;
   cursor: pointer;
}

.burger-svg {
   width: 28px;
    height: 28px;
}

.site-blocks-cover {
   background-size: cover;
   background-repeat: no-repeat;
  background-position: top;
   min-height: 600px;
  height: calc(60vh);
  display: flex;
    align-items: center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
  content: "";
   left: 0;
  bottom: 0;
    right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.site-blocks-cover .container {
  position: relative;
   z-index: 2;
}

.site-blocks-cover h1 {
  font-weight: 900;
  color: #fff;
   font-size: 4rem;
    font-weight: normal;
   letter-spacing: .1em;
   text-transform: uppercase;
}

.site-blocks-cover p {
   color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.btn {
    position: relative;
   top: 0;
   display: inline-block;
   text-decoration: none;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
    box-shadow: none;
}

.btn.btn-primary {
   color   :      #fff;
    background: #e74c3c;
  text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1rem;
    border-radius: 0;
    padding: 18px 45px;
   transition: background 0.3s;
}

.btn.btn-primary:hover {
    background: #c0392b;
}

.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-3 {
    padding-top: 1rem;
   padding-bottom   : 1rem;
}

.ftco-section {
   padding: 7em 0;
}

.ftco-about .img-2 {
    background-size: cover;
    background-position: center center;
  background-repeat: no-repeat;
   min-height: 500px;
}@media (max-width: 767.98px) {
    .ftco-about .img-2 {
        height: 300px;
        margin-bottom: 40px;
    }
}.wrap-about {
    position: relative;
}@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
}

.pb-md-4 {
    padding-bottom: 1.5rem;
}

.heading-section-2 .subheading {
    display: block;
    font-size: 14px;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 600;
}

.heading-section-2 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.wrap-about p {
    font-size: 16px;
    line-height: 1.8;
    color: #5c626e;
    margin-bottom: 20px;
}

.services-2 {
    margin-bottom: 20px;
}

.services-2 .icon {
    line-height: 1.3;
    position: relative;
    width: 52px;
    height: 52px;
    background: transparent;
    border-radius: 50%;
    flex-shrink: 0;
}

.services-2 .icon-svg {
    width: 50px;
    height: 50px;
}

.services-2 .text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.services-2 .text p {
    font-size: 15px;
    color: #7f8c8d;
    line-height: 1.6;
}

.property-section {
    padding: 90px 0 52px;
}

.property-section .section-title {
    margin-bottom: 90px;
}

.section-title {
    text-align: center;
    margin-bottom: 65px;
}

.section-title h2 {
    font-size: 72px;
    color: #322429;
    font-weight: 700;
}

.property-item {
    margin-bottom: 55px;
}

.property-item img {
    min-width: 100%;
}

.property-item .pi-image {
    position: relative;
    margin-bottom: 35px;
}

.property-item .pi-badge {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 87px;
    padding: 13px 10px 0;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.property-item .pi-badge.new {
    background: #ff000a;
}

.property-item .pi-badge.offer {
    background: #ffba00;
}

.property-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #2c3e50;
}

.property-item h5 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #7f8c8d;
}

.property-item p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #5c626e;
}

.readmore-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #ff000a;
    border-bottom: 1px solid #ff000a;
    line-height: 1;
    text-decoration: none;
}

.readmore-btn:hover {
    color: #ff000a;
}

.site-section {
    padding: 5em 0;
}

.features-section {
    padding: 90px 0;
}

.heading-39291 {
    font-size: 3rem;
    color: #e74c3c;
}

.service-29193 {
    padding: 30px;
    background: #fff;
}

.service-29193 .img-wrap {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e74c3c;
    position: relative;
    line-height: 1;
}

.service-29193 .img-wrap img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-29193 .img-fluid {
    max-width: 100%;
}

.service-29193 h3 a {
    font-size: 1.5rem;
    color: #364d59;
    text-decoration: none;
}

.service-29193 h3 a:hover {
    color: #e74c3c;
}

.service-29193 p {
    font-size: 15px;
    line-height: 1.7;
    color: #5c626e;
}

.testmonial_area {
    padding: 120px 0;
    background: #F7F7F7;
}

.testmonial_active {
    max-width: 900px;
    margin: 0 auto;
}

.single_testmonial {
    background: #fff;
    padding: 60px 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.single_testmonial p {
    font-size: 18px;
    line-height: 32px;
    color: #4D4D4D;
    font-style: italic;
    margin-bottom: 40px;
}

.testmonial_author {
    display: flex;
    align-items: center;
}

.testmonial_author .thumb {
    margin-right: 20px;
}

.testmonial_author .thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.author_name h3 {
    font-size: 20px;
    font-weight: 500;
    color: #001D38;
    margin-bottom: 5px;
}

.author_name span {
    font-size: 14px;
    color: #7D7D7D;
}

.m0 { margin: 0; }
.p0 { padding-left: 0; padding-right: 0; }

.mission_area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mission_area .left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mission_content_wrapper {
    padding: 70px 50px;
}

.mission_text {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.mission_text:last-child {
    border-bottom: none;
}

.mission_text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.mission_text p {
    font-size: 15px;
    line-height: 26px;
    color: #5c626e;
    margin-bottom: 0px;
}

.bottom-links-section {
    padding: 60px 0;
    background: #2c3e50;
    color: #fff;
}

.links-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.link-block h3 {
    font-size: 1.15rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.link-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-block ul li {
    margin-bottom: 12px;
}

.link-block ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.link-block ul li a:hover {
    color: #e74c3c;
}

.contact-info li {
    padding-left: 28px;
    position: relative;
    color: #bdc3c7;
    font-size: 14px;
}

.contact-info li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.address-line::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.phone-line::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.email-line::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.copyright-area {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.copyright-area p {
    color: #95a5a6;
    font-size: 14px;
    margin-bottom: 8px;
}

.icon-svg path,
.icon-svg circle,
.icon-svg rect,
.icon-svg polygon,
.icon-svg polyline,
.icon-svg line {
    stroke: #e74c3c;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-29193 .img-wrap img path,
.service-29193 .img-wrap img circle,
.service-29193 .img-wrap img rect,
.service-29193 .img-wrap img polygon,
.service-29193 .img-wrap img polyline,
.service-29193 .img-wrap img line {
    stroke: #ffffff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.burger-svg path,
.burger-svg line,
.burger-svg rect {
    stroke: #2c3e50;
    stroke-width: 2.5;
    stroke-linecap: round;
    fill: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 55px;
    }

    .col-md-6 { width: 100%; }
    .col-md-7 { width: 100%; }
    .col-md-8 { width: 100%; }
    .col-lg-4 { width: 50%; }
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 45px;
    }

    .site-blocks-cover h1 {
        font-size: 2rem;
    }

    .menu-items {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
        background-color: #e74c3c;;
    }

    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-lg-4,
    .col-lg-6,
    .col-xl-9 {
        width: 100%;
    }

    .wrap-about {
        padding-left: 0;
    }

    .heading-39291 {
        font-size: 2rem;
    }

    .testmonial_area {
        padding: 80px 0;
    }

    .single_testmonial {
        padding: 40px 30px;
    }

    .single_testmonial p {
        font-size: 16px;
        line-height: 28px;
    }

    .testmonial_author .thumb img {
        width: 60px;
        height: 60px;
    }

    .mission_content_wrapper {
        padding: 40px 30px;
    }

    .links-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 38px;
    }

    .single_testmonial {
        padding: 30px 20px;
    }
}

.age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.age-gate-overlay.hidden {
    display: none;
}

.age-gate-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.age-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.age-icon path,
.age-icon circle,
.age-icon rect {
    stroke: #e74c3c;
    fill: none;
    stroke-width: 2.5;
}

.age-gate-content h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.age-gate-content p {
    font-size: 17px;
    color: #5c626e;
    margin-bottom: 12px;
    line-height: 1.6;
}

.age-warning {
    font-size: 15px;
    color: #e74c3c;
    font-weight: 600;
    margin-bottom: 30px;
}

.age-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.age-btn {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.age-yes {
    background: #27ae60;
    color: #fff;
}

.age-yes:hover {
    background: #229954;
    transform: translateY(-2px);
}

.age-no {
    background: #e74c3c;
    color: #fff;
}

.age-no:hover {
    background: #c0392b;
}

.main-footer-zone {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 70px 0 30px;
}

.footer-logo-block {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand-logo {
    max-height: 106px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-about-text {
    font-size: 15px;
    line-height: 1.7;
    color: #bdc3c7;
    max-width: 700px;
    margin: 0 auto;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-column-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-links-list li a:hover {
    color: #e74c3c;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #bdc3c7;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.contact-address::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.contact-phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.contact-email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.footer-contact-list li a {
    color: #bdc3c7;
    text-decoration: none;
}

.footer-contact-list li a:hover {
    color: #e74c3c;
}

.regulators-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.regulators-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.regulators-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

.regulator-item {
    background: #34495e;
    padding: 20px 15px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.regulator-item:hover {
    background: #415b76;
    border-color: #e74c3c;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.regulator-item img {
    width: 100%;
    max-width: 120px;
    filter: brightness(0) invert(1);
    height: auto;
    margin: 0 auto 12px;
    display: block;
}

.regulator-name {
    display: block;
    color: #bdc3c7;
    font-size: 13px;
    font-weight: 600;
}

.disclaimer-block {
    background: #f39c12;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.disclaimer-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.disclaimer-icon path,
.disclaimer-icon circle,
.disclaimer-icon rect {
    stroke: #2c3e50;
    fill: none;
    stroke-width: 2.5;
}

.disclaimer-content h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.disclaimer-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #2c3e50;
    margin: 0;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
}

.footer-copyright p {
    color: #95a5a6;
    font-size: 14px;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }

    .regulators-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .age-gate-content {
        padding: 40px 25px;
    }

    .age-gate-content h2 {
        font-size: 24px;
    }

    .age-buttons {
        flex-direction: column;
    }

    .age-btn {
        width: 100%;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column:last-child {
        grid-column: auto;
    }

    .regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .disclaimer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px 20px;
    }

    .disclaimer-icon {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 479px) {
    .regulators-grid {
        grid-template-columns: 1fr;
    }

    .regulator-item img {
        max-width: 100px;
    }
}.platforms-catalog-zone {
  padding: 90px 0;
   background: #f8f9fa;
}

.catalog-header-section {
   text-align: center;
    margin-bottom: 60px;
}

.catalog-header-section h2 {
    font-size: 3rem;
   color: #2c3e50;
   font-weight: 700;
  margin-bottom: 15px;
}

.catalog-header-section p {
    font-size: 1.2rem;
    color: #7f8c8d;
}

.platform-card-horizontal {
  background: #fff;
    border-radius: 12px;
   padding: 35px 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
   display: grid;
  grid-template-columns: 180px 150px 1fr 200px 180px;
    gap: 30px;
   align-items: center;
    transition: all 0.3s;
}

.platform-card-horizontal:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.platform-logo-col {
   text-align: center;
}

.platform-logo-img {
  max-width: 120px;
  height: auto;
    margin-bottom: 12px;
  display: block;
    margin-left: auto;
  margin-right: auto;
}

.platform-name {
    font-size: 20px;
    color: #2c3e50;
    font-weight: 700;
    margin: 0;
}

.platform-rating-col {
   text-align: center;
}

.rating-stars {
  font-size: 24px;
   margin-bottom: 8px;
}

.star-filled {
   color: #f39c12;

}

.star-half {
    color: #f39c12;
    position: relative;
}

.star-empty {
   color: #ddd;
}

.rating-number {
    display: block;
    font-size: 18px;
   font-weight: 700;
   color: #2c3e50;
  margin-bottom: 5px;
}

.rating-text {
    font-size: 14px;
    color: #27ae60;
   font-weight: 600;
  margin: 0;
}

.platform-bonus-col h4,
.platform-features-col h4  {
   font-size: 16px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bonus-highlight {
   font-size: 16px;

   color: #e74c3c;

  font-weight: 700;

  margin-bottom: 10px;

  line-height: 1.4;
}

.bonus-conditions {
   list-style: none;
  padding: 0;
   margin: 0;
}

.bonus-conditions li {
   font-size: 13px;
  color: #7f8c8d;
    margin-bottom: 5px;
   padding-left: 15px;
   position: relative;
}

.bonus-conditions li::before {
  content: "•";
    position: absolute;
   left: 0;
   color: #e74c3c;
  font-weight: 700;
}

.features-list {
   list-style: none;
  padding: 0;
    margin: 0;
}

.features-list li {
   font-size: 14px;
  color: #5c626e;
    margin-bottom: 10px;
   display: flex;
    align-items: center;
   gap: 8px;
}

.check-icon {
  width: 18px;
    height: 18px;
  flex-shrink: 0;
}

.check-icon path,
.check-icon circle,
.check-icon rect {
   stroke: #27ae60;
    fill: none;
   stroke-width: 3;
  stroke-linecap: round;
   stroke-linejoin: round;
}

.platform-cta-col {
   text-align: center;
}

.platform-btn {
   display: inline-flex;
  align-items: center;
    gap: 10px;
  padding: 16px 28px;
    background: #e74c3c;
    color: #fff;
   text-decoration: none;
    font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
    transition: all 0.3s;
  text-transform: uppercase;
   letter-spacing: 0.5px;
}

.platform-btn:hover {
   background: #c0392b;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
}

.btn-arrow {
  width: 18px;
   height: 18px;
}

.btn-arrow path,
.btn-arrow line {
  stroke: #fff;
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
}

.terms-apply {
  display: block;
    font-size: 11px;
  color: #95a5a6;
  margin-top: 8px;
}@media (max-width: 1199px) {
    .platform-card-horizontal {
        grid-template-columns: 160px 130px 1fr 180px 160px;
        gap: 20px;
        padding: 30px 25px;
    }

    .platform-logo-img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {
    .catalog-header-section h2 {
        font-size: 2.5rem;
    }

    .platform-card-horizontal {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 25px;
    }

    .platform-logo-col,
    .platform-rating-col,
    .platform-cta-col {
        text-align: left;
    }

    .platform-logo-img {
        max-width: 150px;
        margin-left: 0;
    }

    .rating-stars {
        text-align: left;
    }

    .platform-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .platforms-catalog-zone {
        padding: 60px 0;
    }

    .catalog-header-section h2 {
        font-size: 2rem;
    }

    .catalog-header-section p {
        font-size: 1rem;
    }

    .platform-card-horizontal {
        padding: 25px 20px;
    }

    .platform-logo-img {
        max-width: 120px;
    }

    .bonus-highlight {
        font-size: 15px;
    }

    .features-list li {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .catalog-header-section h2 {
        font-size: 1.75rem;
    }

    .platform-card-horizontal {
        padding: 20px 15px;
    }

    .platform-logo-img {
        max-width: 100px;
    }

    .rating-stars {
        font-size: 20px;
    }

    .platform-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
}.legal-page-wrapper {
   padding: 80px 0 100px;
  background: #f8f9fa;
}

.legal-content-block {
   max-width: 900px;
    margin: 0 auto;
	 background: #fff;
  padding: 60px 50px;
   border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.legal-page-title {
   font-size: 3rem;
   color: #2c3e50;
    font-weight: 700;
  margin-bottom: 10px;
   text-align    :    center;
}

.legal-updated-date {
    text-align: center;
  color: #7f8c8d;
   font-size: 14px;
   margin-bottom: 50px;
    font-style: italic;
}

.legal-text-section {
    margin-bottom: 40px;
}

.legal-text-section h2 {
  font-size: 1.8rem;
    color: #e74c3c;
   font-weight: 700;
  margin-bottom: 20px;
    padding-bottom: 10px;
   border-bottom: 3px solid #e74c3c;
}

.legal-text-section p {
   font-size :       16px;
   line-height: 1.9;
    color: #5c626e;
  text-align: justify;
   margin-bottom: 15px;
}@media (max-width: 991px) {
    .legal-page-title {
        font-size: 2.5rem;
    }

    .legal-content-block {
        padding: 50px 40px;
    }

    .legal-text-section h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .legal-page-wrapper {
        padding: 50px 0 70px;
    }

    .legal-page-title {
        font-size: 2rem;
    }

    .legal-content-block {
        padding: 40px 30px;
    }

    .legal-text-section h2 {
        font-size: 1.3rem;
    }

    .legal-text-section p {
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 479px) {
    .legal-content-block {
        padding: 30px 20px;
    }

    .legal-page-title {
        font-size: 1.75rem;
    }
}