* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
  color: #444;
   background: #fff;
}

a {
   text-decoration: none;
    transition: all 0.3s ease;
}

img {
   max-width: 100%;
  height: auto;
}

:root {
    --main-color: #c62828;
    --main-color-hover: #b71c1c;
    --accent-red: #d32f2f;
    --dark-red: #8e0000;
}

.rh-topbar-wrap {
  position: fixed;
   top: 0;
   left: 0;
  right: 0;
    background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 18px 0;
}

.rh-nav-container {
    max-width: 1200px;
   margin: 0 auto;
    padding: 0 25px;
  display: flex;
    justify-content     :  space-between;
   align-items: center;
}

.rh-brand-section {
   flex: 0 0 auto;
}

.rh-logo-img {

	    max-height: 94px;
    width: auto;
	}

.rh-menu-list {
    display: flex;
  list-style: none;
   gap: 35px;
  align-items: center;
}

.rh-menu-list li a {
   color: #2c3e50;
    font-weight: 500;
  font-size: 15px;
    padding: 8px 15px;
  transition: color 0.3s;
}

.rh-menu-list li a:hover {
  color: var(--main-color);
}

.rh-burger-icon {
  display: none;
   flex-direction: column;
    gap: 5px;
   cursor: pointer;
}

.rh-burger-icon span {
   width: 28px;
   height: 3px;
  background: #2c3e50;
    transition: 0.3s;
}

.site-blocks-cover {
    background-size: cover;
  background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 100px;
}

.site-blocks-cover, .site-blocks-cover > .container > .row {
   min-height: 700px;
  height: calc(100vh);
}

.site-blocks-cover::before {
  content: '';
    position: absolute;
   top: 0;
  left: 0;
   right: 0;
    bottom: 0;
  background: rgba(0,0,0,0.5);
}

.container {
   max-width: 1200px;
   margin: 0 auto;
  padding: 0 25px;
    position: relative;
  z-index: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
   margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    height: 100%;
}

.col-lg-7 {
  flex: 0 0 58.333%;
    max-width: 58.333%;
   padding: 0 15px;
}

.mx-auto {
   margin-left: auto;
  margin-right: auto;
}

.align-self-center {
   align-self: center;
}

.site-block-cover-content {
  text-align: center;
}

.site-blocks-cover h2 {
  font-size: 14px;
   font-weight: normal;
   color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.site-blocks-cover h1 {
       font-size: 50px;
   font-weight: 900;
   color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;

}@media (min-width: 768px) {
    .site-blocks-cover h1 {
        font-size: 70px;
    }
}.site-blocks-cover p {
  color: #fff;
    font-size: 20px;
   line-height: 35px;
}

.site-blocks-cover .sub-title {
   color: #fff;
}

.btn {
    transition: .3s all ease-in-out;
   text-transform: uppercase;
   border-width: 2px;
   display: inline-block;
    text-decoration: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
    box-shadow: none;
}

.btn.btn-primary {
  background: var(--main-color);
  border: 2px solid var(--main-color);
    color: #fff;
    padding: 20px 30px;
   border-radius: 40px;
  box-shadow: 0 24px 36px -11px rgba(198, 40, 40, 0.3);
}

.btn.btn-primary:hover {
    background: transparent;
  color: var(--main-color);
  border-color: var(--main-color);
}

.px-5 {
   padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
   padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}

.ftco-section {
  padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.container-fluid {
   width: 100%;
   padding-right: 0;
  padding-left: 0;
}

.d-flex {
    display: flex;
}

.col-md-6 {
  flex: 0 0 50%;
    max-width: 50%;
}

.img-about {
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.align-self-stretch {
   align-self: stretch;
}

.align-items-center {
  align-items: center;
}

.py-5 {
   padding-top: 3rem;
  padding-bottom: 3rem;
}

.about-sider-text {
 color: #8c8c8c;
}

.p-5 {
    padding: 3rem;
}

.pt-0 {
   padding-top: 0;
}

.subheading {
    font-size: 13px;
  font-weight: 700;
  color: var(--main-color);
   text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
   margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.about-sider-text h2 {
   font-weight: 300;
   font-size: 36px;
  color: #2c3e50;
}

.about-sider-text p {
    margin-bottom: 20px;
}

.services-section {
  font-family: "Open Sans", sans-serif;
}

.services-warp {
   padding: 100px 0;
  background: #fef5f5;
}

.service-item {
  padding: 55px 43px 62px;
   background: #fff;
   margin-bottom: 30px;
  border: 1px solid #ffe0e0;
    transition: all 0.3s;
}

.service-item:hover {
  box-shadow: 0 10px 30px rgba(198, 40, 40, 0.15);
}

.service-item .si-head {
  align-items: center;
   margin-bottom: 27px;
   display: flex;
   gap: 20px;
}

.service-item .si-icon {
    flex: 0 0 44px;
}

.service-item .si-icon img {
    width: 44px;
   height: 44px;
  stroke: var(--main-color);
   fill: none;
    stroke-width: 2;
  stroke-linecap: round;
   stroke-linejoin: round;
}

.service-item h5 {
   overflow: hidden; 
	   padding-top: 10px; 
	  font-size: 18px; 
	  font-weight: 600; 
	  color: #081624; 
	   margin: 0; 
	    flex: 1;
}

.service-item p {
  font-size: 14px;
    color: #718090;
   line-height     :     2;
  margin-bottom: 0;
}

.col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

.services {
   padding-top: 100px;
  padding-bottom: 100px;
}

.col {
    flex-basis: 0;
  flex-grow: 1;
   max-width: 100%;
}

.section_title_container {
    margin-bottom: 60px;
}

.text-center {
   text-align: center;
}

.section_subtitle {
  font-size: 14px;
   font-weight: 700;
  color: var(--main-color);
   text-transform: uppercase;
    letter-spacing: 3px;
   margin-bottom: 10px;
}

.section_title h1 {
   font-size: 42px;
    font-weight: 600;
   color: #2c3e50;
         margin: 0;
}

.services_row {
    display: flex;
  flex-wrap: wrap;
    gap: 30px;
}

.service_item {
  flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
}

.service_content {
  background     :     #fff;
  padding: 45px 35px;
   border: 1px solid #ffe0e0;
    position: relative;
  min-height: 220px;
   transition: all 0.3s;
}

.service_content:hover {
  box-shadow: 0 8px 25px rgba(198, 40, 40, 0.12);
}

.service_title h2 {
    color: #2c3e50;
     margin-bottom: 20px;
   font-size: 24px;
   font-weight: 600;
}

.service_text p {
    color: #666;
    line-height: 1.8;
  margin: 0;
}

.service_icon {
  position: absolute;
   top: 35px;
   right: 35px;
    width: 50px;
    height: 50px;
}

.service_icon img {
    width: 100%;
   height: 100%;
  stroke: var(--main-color);
   fill: none;
   stroke-width: 2;
  opacity: 0.3;
   stroke-linecap: round;
    stroke-linejoin   :   round;
}

.p_120 {
   padding-top: 120px;
   padding-bottom     :       120px;
}

.support_inner {
    display: flex;
  align-items: center;
}

.col-lg-6 {
    flex: 0 0 50%;
   max-width: 50%;
  padding: 0 15px;
}

.support_text h4 {
  font-size: 36px;
   font-weight: 700;
   color: #2c3e50;
    margin-bottom: 25px;
}

.support_text p {
  margin-bottom: 20px;
    color: #666;
}

.img-fluid {
    max-width: 100%;
   height: auto;
}

.banner_btn2 {
    line-height: 44px;
  border: 1px solid var(--main-color);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
   padding: 0 45px;
   display: inline-block;
  background: var(--main-color);
  margin-top: 10px;
  transition: all 0.3s;
}

.banner_btn2:hover {
    background: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}

.testimony-section {
  background: #fef5f5;
}

.justify-content-center {
   justify-content: center;
}

.mb-5 {
    margin-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.heading-section .subheading {
   font-size: 16px;
    display: block;
  margin-bottom: 5px;
  color: var(--main-color);
    font-weight: 500;
    text-transform    :        uppercase;
   letter-spacing: 2px;
}

.heading-section h2 {
   font-size: 40px;
   font-weight: 500;
    color: #2c3e50;
}

.ftco-animate {
    opacity: 1;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: #fff;
   border: 1px solid #ffe0e0;
  box-shadow: 0 5px 20px -7px rgba(198, 40, 40, 0.1);
}

.p-4 {
  padding: 1.5rem;
}

.user-img {
   width: 110px;
  height: 110px;
   border-radius: 50%;
   position: relative;
   background-size: cover;
    background-position: center center;
    margin: 0 auto;
}

.quote {
  position: absolute;
    top: 0;
  left: 0;
    width: 40px;
  height   : 40px;
  background: var(--main-color);
    z-index: 1;
    border-radius: 50%;
  display: flex;
}

.quote-svg {
  width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
   stroke-linejoin: round;
}

.text {
  text-align: center;
} 

.testimony-wrap .name {
   font-weight: 500;
   font-size: 20px;
   margin-bottom: 0;
    color: #2c3e50;
}

.testimony-wrap .position {
   font-size: 13px;
   color: #999;
}@media (max-width: 992px) {
    .col-md-6,
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service_item {
        flex: 1 1 calc(50% - 15px);
    }

    .site-blocks-cover h1 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .rh-burger-icon {
        display: flex;
    }

    .rh-menu-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .rh-menu-list.active {
        max-height: 400px;
    }

    .rh-menu-list li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .rh-menu-list li a {
        display: block;
        padding: 15px;
    }

    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-blocks-cover h1 {
        font-size: 36px;
    }

    .service_item {
        flex: 1 1 100%;
    }

    .section_title h1 {
        font-size: 32px;
    }

    .support_text h4 {
        font-size: 28px;
    }
}.rh-footer-segment {
  background: #1a1a1a;
    color: #ccc;
   padding-top: 60px;
}

.rh-footer-main {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 25px;
}

.rh-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap: 40px;
   margin-bottom: 50px;
}

.rh-footer-block {
    display: flex;
    flex-direction: column;
}

.rh-footer-brand {
   grid-column: span 1;
}

.rh-footer-logo-wrap {
  margin-bottom: 20px;
}

.rh-footer-logo-img {
    height: 86px;
  width: auto;
  filter: brightness(0) invert(1);
}

.rh-footer-brand-desc {
    font-size: 14px;
  line-height: 1.7;
  color: #999;
   margin-bottom: 25px;
}

.rh-footer-contact-info p {
   font-size: 13px;
	line-height: 1.6;
  color: #999;
  margin-bottom: 15px;
}

.rh-footer-contact-info strong {
  color: #fff;
    font-weight: 600;
}

.rh-footer-heading {
  font-size: 18px;
    font-weight: 600;
   color: #fff;
   margin-bottom: 20px;
   text-transform: uppercase;
    letter-spacing: 1px;
}

.rh-footer-menu {
   list-style: none;
   padding: 0;
    margin: 0;
}

.rh-footer-menu li {
  margin-bottom: 12px;
}

.rh-footer-menu li a {
  color: #999;
   font-size: 14px;
  text-decoration: none;
   transition: color 0.3s ease;
  display: inline-block;
}

.rh-footer-menu li a:hover {
    color: #c62828;
}

.rh-regulators-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 280px;
}

.rh-regulator-link {
  background: #fff;
    padding: 12px;
   border-radius: 8px;
   display: flex;
   align-items: center;
    justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 70px;
}

.rh-regulator-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(198, 40, 40, 0.2);
}

.rh-regulator-logo {
    max-width: 100%;
    max-height: 150px;
    width: auto;
  height: auto;
   object-fit: contain;
}

.rh-disclaimer-zone {
    margin-top: 50px;
  margin-bottom: 40px;
}

.rh-disclaimer-box {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
   border: 3px solid #fff;
   border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(198, 40, 40, 0.4);
}

.rh-disclaimer-title {
    font-size: 20px;
   font-weight: 700;
   color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
    letter-spacing: 1px;
}

.rh-disclaimer-text {
  font-size: 14px;
    line-height: 1.8;
   color: #fff;
  margin: 0;
    font-weight: 500;
}

.rh-footer-bottom {
  background: #0d0d0d;
    padding: 25px 0;
  border-top: 1px solid #333;
}

.rh-footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}



.rh-copyright-text {
    font-size: 13px;
   color: #777;
    margin: 0;
}

.rh-age-popup-overlay {
   position: fixed;
    top: 0;
    left: 0;
   right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.95);
   display: flex;
   align-items: center;
    justify-content: center;
    z-index: 9999;
  opacity: 0;
   visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rh-age-popup-overlay.active {
    opacity: 1;
  visibility: visible;
}

.rh-age-popup-box {
    background: #fff;
  border-radius: 16px;
    max-width: 500px;
  width: 90%;
   padding: 45px 35px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
    transition: transform 0.3s ease;
}

.rh-age-popup-overlay.active .rh-age-popup-box {
  transform: scale(1);
}

.rh-age-popup-content {
    text-align: center;
}

.rh-age-icon {
   font-size: 64px;
  margin-bottom: 20px;
}

.rh-age-title {
   font-size: 28px;
    font-weight: 700;
  color: #2c3e50;
    margin-bottom: 15px;
}

.rh-age-description {
   font-size: 16px;
   color: #666;
   line-height: 1.6;
     margin-bottom: 30px;
}

.rh-age-buttons {
    display: flex;
  flex-direction: column;
  gap: 15px;
}

.rh-age-btn {
    padding: 16px 30px;
          font-size: 16px;
    font-weight: 600;
  border: none;
   border-radius: 8px;
    cursor: pointer;
   transition: all 0.3s ease;
   text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rh-age-confirm {
	background: #c62828;
  color: #fff;
}

.rh-age-confirm:hover {
    background: #8e0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(198, 40, 40, 0.4);
}

.rh-age-decline {
    background: #e0e0e0;
    color: #666;
}

.rh-age-decline:hover {
    background: #bdbdbd;
}@media (max-width: 1024px) {
    .rh-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .rh-footer-brand {
        grid-column: span 2;
    }

    .rh-regulators-grid {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .rh-footer-segment {
        padding-top: 40px;
    }

    .rh-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .rh-footer-brand {
        grid-column: span 1;
        text-align: center;
    }

    .rh-footer-logo-wrap {
        display: flex;
        justify-content: center;
    }

    .rh-footer-logo-img {
        height: 72px;
    }

    .rh-footer-brand-desc {
        text-align: center;
    }

    .rh-footer-contact-info {
        text-align: center;
    }

    .rh-footer-heading {
        font-size: 16px;
        text-align: center;
    }

    .rh-footer-menu {
        text-align: center;
    }

    .rh-regulators-grid {
        justify-content: center;
        margin: 0 auto;
        max-width: 300px;
    }

    .rh-regulator-link {
        min-height: 60px;
    }

    .rh-disclaimer-box {
        padding: 25px 20px;
    }

    .rh-disclaimer-title {
        font-size: 18px;
    }

    .rh-disclaimer-text {
        font-size: 13px;
    }

    .rh-age-popup-box {
        padding: 35px 25px;
    }

    .rh-age-icon {
        font-size: 48px;
    }

    .rh-age-title {
        font-size: 24px;
    }

    .rh-age-description {
        font-size: 14px;
    }

    .rh-age-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .rh-footer-main {
        padding: 0 15px;
    }

    .rh-footer-logo-img {
        height: 64px;
    }

    .rh-footer-grid {
        gap: 25px;
    }

    .rh-regulators-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 250px;
    }

    .rh-regulator-link {
        padding: 8px;
        min-height: 50px;
    }

    .rh-regulator-logo {
        max-height: 40px;
    }

    .rh-disclaimer-box {
        padding: 20px 15px;
    }

    .rh-disclaimer-title {
        font-size: 16px;
    }

    .rh-disclaimer-text {
        font-size: 12px;
    }

    .rh-age-popup-box {
        width: 95%;
        padding: 30px 20px;
    }

    .rh-age-title {
        font-size: 20px;
    }
}.rh-catalog-area {
    padding: 100px 0;
  background: linear-gradient(135deg, #fef5f5 0%, #fff 50%, #fef5f5 100%);
}

.rh-catalog-wrapper {
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

.rh-catalog-header {
  text-align: center;
  margin-bottom: 60px;
}

.rh-catalog-label {
   font-size: 14px;
    font-weight: 700;
  color: #c62828;
   text-transform: uppercase;
  letter-spacing: 3px;
    margin-bottom: 15px;
}

.rh-catalog-title {
    font-size: 42px;
    font-weight: 700;
   color: #2c3e50;
   margin-bottom: 15px;
}

.rh-catalog-subtitle {
   font-size: 16px;
   color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.rh-platforms-list {
  display: flex;
    flex-direction: column;
    gap: 30px;
}

.rh-platform-card {
   background: #fff;
  border: 2px solid #ffe0e0;
  border-radius: 16px;
  padding: 35px;
    display: grid;
    grid-template-columns: auto 200px 180px 1fr 220px 200px;
  gap: 30px;
  align-items: center;
  position: relative;
    transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(198, 40, 40, 0.08);
}

.rh-platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(198, 40, 40, 0.15);
  border-color: #c62828;
}

.rh-platform-rank {
  position: absolute;
   top: -15px;
   left: 30px;
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
   color: #fff;
   width: 50px;
  height: 50px;
    border-radius: 50%;
    display :      flex;
    align-items: center;
    justify-content: center;
  font-weight: 700;
    font-size: 18px;
  box-shadow: 0 5px 15px rgba(198, 40, 40, 0.4);
}

.rh-rank-number {
    display: block;
}

.rh-platform-section {
    display: flex;
   flex-direction: column;
}

.rh-platform-logo-section {
  align-items: center;
    justify-content: center;
}

.rh-platform-logo-box {
  width: 140px;
  height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #f8f9fa;
   border-radius   : 12px;
   padding: 15px;
   margin-bottom: 12px;
}

.rh-platform-logo {
   max-width: 100%;
    max-height: 100%;
  object-fit: contain;
}

.rh-platform-name {
    font-size: 20px;
  font-weight: 700;
    color: #2c3e50;
  margin: 0;
   text-align: center;
}

.rh-platform-rating-section {
   border-left: 2px solid #f0f0f0;
   border-right: 2px solid #f0f0f0;
  padding: 0 20px;
}

.rh-rating-label {
    font-size: 12px;
   color: #999;
   text-transform: uppercase;
    letter-spacing: 1px;
  margin-bottom: 10px;
}

.rh-rating-stars {
  margin-bottom: 15px;
}

.rh-rating-value {
    font-size: 32px;
  font-weight: 700;
    color: #c62828;
  margin-bottom: 8px;
}

.rh-rating-value span {
  font-size: 16px;
    color: #999;
   font-weight: 500;
}

.rh-stars-display {
    display: flex;
   gap: 4px;
}

.rh-star-icon {
  width: 18px;
  height: 18px;
   stroke: #ffa500;
   fill: none;
    stroke-width: 2;
}

.rh-star-icon.filled {
   fill: #ffa500;
   stroke: #ffa500;
}

.rh-star-icon.half {
  fill: url(#half-fill);
  stroke: #ffa500;
}

.rh-rating-badge {
    display: flex;
   align-items: center;
  gap: 6px;
    padding: 6px 12px;
  background: #e8f5e9;
  border-radius: 20px;
   width: fit-content;
}

.rh-badge-icon {
   width: 14px;
  height: 14px;
   stroke: #2ecc71;
    fill: none;
    stroke-width: 2;
}

.rh-rating-badge span {
   font-size: 12px;
    font-weight: 600;
    color: #2ecc71;
}

.rh-platform-bonus-section {
    gap: 10px;
}

.rh-bonus-tag {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
   color: #fff;
   font-size: 11px;
   font-weight: 700;
  text-transform: uppercase;
   letter-spacing: 1px;
   padding: 6px 12px;
   border-radius: 6px;
   width: fit-content;
}

.rh-bonus-text {
   font-size: 15px;
   font-weight: 600;
  color: #2c3e50;
        line-height: 1.5;
}

.rh-platform-features-section {
    gap: 10px;
}

.rh-features-label {
   font-size: 12px;
    color: #999;
   text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.rh-features-list {
    list-style: none;
   padding: 0;
  margin: 0;
   display: flex;
  flex-direction: column;
  gap: 8px;
}

.rh-features-list li {
   display: flex;
    align-items: center;
   gap: 8px;
  font-size: 14px;
  color: #666;
}

.rh-check-icon {
  width: 16px;
    height: 16px;
    stroke: #c62828;
   fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.rh-platform-action-section {
   align-items: flex-end;
   justify-content: center;
}

.rh-platform-btn {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
    color: #fff;
   padding: 16px 28px;
   border-radius: 30px;
  text-decoration: none;
    font-weight: 700;
   font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
   display: flex;
   align-items: center;
    gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(198, 40, 40, 0.3);
  white-space: nowrap;
}

.rh-platform-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(198, 40, 40, 0.5);
  background: linear-gradient(135deg, #8e0000 0%, #c62828 100%);
}

.rh-btn-arrow {
  width: 18px;
  height: 18px;
  stroke: #fff;
   fill: none;
   stroke-width: 2.5;
   transition: transform 0.3s ease;
}

.rh-platform-btn:hover .rh-btn-arrow {
  transform: translateX(5px);
}@media (max-width: 1200px) {
    .rh-platform-card {
        grid-template-columns: auto 180px 160px 1fr 200px 180px;
        gap: 20px;
        padding: 30px;
    }

    .rh-platform-logo-box {
        width: 120px;
        height: 70px;
    }

    .rh-catalog-title {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .rh-platform-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 25px;
        padding: 30px 25px;
    }

    .rh-platform-rank {
        top: -12px;
        left: 20px;
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .rh-platform-logo-section {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .rh-platform-rating-section {
        grid-column: 2 / 3;
        grid-row: 1;
        border-left: none;
        border-right: none;
        padding: 0;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .rh-platform-bonus-section {
        grid-column: 1 / 3;
        grid-row: 2;
        border-bottom: 2px solid #f0f0f0;
        padding-bottom: 20px;
    }

    .rh-platform-features-section {
        grid-column: 1 / 2;
        grid-row: 3;
    }

    .rh-platform-action-section {
        grid-column: 2 / 3;
        grid-row: 3;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .rh-catalog-area {
        padding: 60px 0;
    }

    .rh-catalog-wrapper {
        padding: 0 15px;
    }

    .rh-catalog-header {
        margin-bottom: 40px;
    }

    .rh-catalog-title {
        font-size: 28px;
    }

    .rh-catalog-subtitle {
        font-size: 14px;
    }

    .rh-platforms-list {
        gap: 25px;
    }

    .rh-platform-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
        gap: 20px;
        padding: 25px 20px;
    }

    .rh-platform-rank {
        top: -10px;
        left: 15px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .rh-platform-logo-section {
        grid-column: 1;
        grid-row: 1;
        text-align: center;
    }

    .rh-platform-logo-box {
        width: 140px;
        height: 80px;
        margin: 0 auto 12px;
    }

    .rh-platform-rating-section {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 2px solid #f0f0f0;
    }

    .rh-rating-stars {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .rh-rating-badge {
        margin: 0 auto;
    }

    .rh-platform-bonus-section {
        grid-column: 1;
        grid-row: 3;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 2px solid #f0f0f0;
    }

    .rh-bonus-tag {
        margin: 0 auto;
    }

    .rh-platform-features-section {
        grid-column: 1;
        grid-row: 4;
        padding-bottom: 20px;
        border-bottom: 2px solid #f0f0f0;
    }

    .rh-platform-action-section {
        grid-column: 1;
        grid-row: 5;
        align-items: center;
        justify-content: center;
    }

    .rh-platform-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 14px;
    }

    .rh-rating-value {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .rh-catalog-title {
        font-size: 24px;
    }

    .rh-platform-card {
        padding: 20px 15px;
    }

    .rh-platform-logo-box {
        width: 120px;
        height: 70px;
    }

    .rh-platform-name {
        font-size: 18px;
    }

    .rh-rating-value {
        font-size: 24px;
    }

    .rh-bonus-text {
        font-size: 14px;
    }

    .rh-platform-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
}.rh-contact-hero {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
  padding: 140px 0 80px;
  position: relative;
    margin-top: 100px;
}

.rh-contact-hero-overlay {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.rh-contact-hero-content {
  text-align: center;
   color: #fff;
}

.rh-contact-hero-title {
  font-size: 48px;
   font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rh-contact-hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

.rh-contact-main-zone {
  padding: 80px 0;
    background: #fef5f5;
}

.rh-contact-grid-wrap {
  max-width: 1200px;
    margin: 0 auto;
   padding: 0 25px;
   display: grid;
   grid-template-columns: 380px 1fr;
  gap: 60px;
}

.rh-contact-info-block {
	 background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 2px solid #ffe0e0;
    height    :        fit-content;
   position: sticky;
  top: 120px;
}

.rh-contact-info-heading {
   font-size: 28px;
   font-weight: 700;
   color: #2c3e50;
  margin-bottom: 15px;
}

.rh-contact-info-desc {
    font-size: 14px;
   color: #666;
   margin-bottom: 35px;
  line-height: 1.6;
}

.rh-contact-info-items {
    display: flex;
   flex-direction: column;
   gap: 25px;
}

.rh-contact-info-card {
   display: flex;
  gap: 18px;
    align-items: flex-start;
}

.rh-contact-icon-wrap {
  width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
  border-radius: 12px;
   display: flex;
  align-items: center;
    justify-content: center;
  flex-shrink: 0;
}

.rh-contact-svg-icon {
  width: 24px;
  height: 24px;
    stroke: #fff;
   fill: none;
    stroke-width: 2; 

}

.rh-contact-info-text h4 {
  font-size: 16px;
  font-weight   :        600;
   color: #2c3e50;
   margin-bottom: 6px;
}

.rh-contact-info-text p {
  font-size: 14px;
    color: #666;
    line-height: 1.6;
  margin: 0;
}

.rh-contact-form-block {
  background: #fff;
   padding: 50px;
    border-radius: 16px;
   border: 2px solid #ffe0e0;
}

.rh-form-heading {
     font-size: 32px;
    font-weight: 700;
  color: #2c3e50;
    margin-bottom: 12px;
}

.rh-form-subtext {
   font-size: 15px;
    color: #666;
    margin-bottom: 35px;
}

.rh-contact-form {
   display: flex;
    flex-direction: column;
    gap: 25px;
}

.rh-form-group{
  display: flex;
   flex-direction: column;
   position: relative;
}

.rh-form-label {
   font-size: 14px;
  font-weight: 600;
   color: #2c3e50;
   margin-bottom: 10px;
    display: flex;
   align-items: center;
   gap: 8px;
}

.rh-label-icon {
  width: 18px;
    height: 18px;
  stroke: #c62828;
   fill: none;
  stroke-width: 2;
}

.rh-form-input,
.rh-form-select,
.rh-form-textarea {
   padding: 14px 18px;
  border: 2px solid #e0e0e0;
   border-radius: 10px;
    font-size: 15px;
    color  :     #2c3e50;
  transition: all 0.3s ease;
   font-family: inherit;
}

.rh-form-input:focus,
.rh-form-select:focus,
.rh-form-textarea:focus {
   outline: none;
  border-color: #c62828;
  box-shadow: 0 0 0 4px rgba(198, 40, 40, 0.1);
}

.rh-form-input.error,
.rh-form-select.error,
.rh-form-textarea.error {
   border-color: #e74c3c;
}

.rh-form-textarea {
   resize: vertical;
   min-height: 140px;
}

.rh-form-select {
  cursor: pointer;
   background-color: #fff;
}

.rh-error-msg {
  font-size     :    13px;
   color: #e74c3c;
   margin-top: 6px;
    display: none;
}

.rh-error-msg.show {
    display: block;
}

.rh-word-counter {
  font-size: 12px;
    color: #999;
  margin-top: 6px;
    text-align: right;
}

.rh-radio-group {
   display: flex;
    gap: 25px;
    margin-top: 8px;
}

.rh-radio-label {
  display: flex;
   align-items: center;
  gap: 10px;
   cursor: pointer;
  font-size: 15px;
  color: #666;
}

.rh-radio-label input[type="radio"] {
   position: absolute;
   opacity: 0;
     }

.rh-radio-custom {
    width: 20px;
   height: 20px;
    border: 2px solid #c62828;
   border-radius: 50%;
    position: relative;
   transition: all 0.3s ease;
}

.rh-radio-label input[type="radio"]:checked + .rh-radio-custom {
  background: #c62828;
  border-color: #c62828;
}

.rh-radio-label input[type="radio"]:checked + .rh-radio-custom::after {
  content: '';
  position: absolute;
   top: 50%;
   left: 50%;
  transform: translate(-50%, -50%);
   width: 8px;
    height: 8px;
  background: #fff;
  border-radius: 50%;
}

.rh-submit-btn {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
  color: #fff;
  padding: 18px 40px;
    border: none;
    border-radius: 30px;
  font-size: 16px;
    font-weight: 700;
   text-transform: uppercase;
    letter-spacing: 0.5px;
   cursor: pointer;
  display: flex;
    align-items: center;
   justify-content: center;
   gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(198, 40, 40, 0.3);
  width: 100%;
    margin-top: 15px;
}

.rh-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(198, 40, 40, 0.5);
}

.rh-submit-btn:active {
  transform: translateY(-1px);
}

.rh-btn-icon {
    width: 20px;
  height: 20px;
  stroke: #fff;
   fill: none;
  stroke-width: 2.5;
}

.rh-thank-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
   right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10000;
   opacity: 0;
    visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rh-thank-popup-overlay.show {
  opacity: 1;
    visibility: visible;
}

.rh-thank-popup-box {
   background: #fff;
    border-radius: 20px;
  max-width: 500px;
  width: 90%;
   padding: 50px 40px;
   text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.rh-thank-popup-overlay.show .rh-thank-popup-box {
  transform: scale(1);
}

.rh-thank-icon-circle {
  width: 80px;
    height: 80px;
  background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    border-radius: 50%;
	 display: flex;
    align-items: center;
   justify-content: center;
    margin: 0 auto 25px;
}

.rh-thank-check-icon {
   width: 40px;
   height: 40px;
  stroke: #fff;
    fill: none;
  stroke-width  :        3;
}

.rh-thank-title {
    font-size: 28px;
   font-weight: 700;
   color: #2c3e50;
    margin-bottom: 15px;
}

.rh-thank-text {
    font-size: 15px;
   color: #666;
    line-height: 1.7;
  margin-bottom: 30px;
}

.rh-thank-close-btn {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
    color: #fff;
    padding: 14px 40px;
    border: none;
   border-radius: 25px;
  font-size: 15px;
   font-weight: 600;
   cursor: pointer;
  transition: all 0.3s ease;
    text-transform: uppercase;
}

.rh-thank-close-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(198, 40, 40, 0.4);
}@media (max-width: 1024px) {
    .rh-contact-grid-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rh-contact-info-block {
        position: static;
    }
}

@media (max-width: 768px) {
    .rh-contact-hero {
        padding: 120px 0 60px;
    }

    .rh-contact-hero-title {
        font-size: 36px;
    }

    .rh-contact-main-zone {
        padding: 60px 0;
    }

    .rh-contact-form-block {
        padding: 35px 25px;
    }

    .rh-form-heading {
        font-size: 26px;
    }

    .rh-radio-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .rh-contact-hero-title {
        font-size: 28px;
    }

    .rh-contact-info-block {
        padding: 30px 20px;
    }

    .rh-thank-popup-box {
        padding: 40px 30px;
    }
}.rh-legal-hero-bar {
  background: linear-gradient(135deg, #c62828 0%, #8e0000 100%);
   padding: 140px 0 60px;
  margin-top: 100px;
}

.rh-legal-hero-inner {
    max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
   text-align: center;
    color: #fff;
}

.rh-legal-main-title {
   font-size: 48px;
   font-weight: 700;
    margin-bottom: 15px;
}

.rh-legal-update-date {
   font-size: 14px;
   opacity: 0.9;
}

.rh-legal-content-zone {
   padding: 80px 0;
  background: #fef5f5;
}

.rh-legal-wrapper {
    max-width: 900px;
  margin: 0 auto;
   padding: 0 25px;
}

.rh-legal-text-block {
    background: #fff;
    padding: 40px;
  margin-bottom: 30px;
   border-radius: 12px;
   border: 2px solid #ffe0e0;
}

.rh-legal-heading {
  font-size: 26px;
   font-weight: 700;
  color: #c62828;
    margin-bottom: 20px;
}

.rh-legal-paragraph {
  font-size: 15px;
   line-height: 1.8;
    color: #444;
    margin: 0;
}@media (max-width: 768px) {
    .rh-legal-hero-bar {
        padding: 120px 0 50px;
    }

    .rh-legal-main-title {
        font-size: 36px;
    }

    .rh-legal-content-zone {
        padding: 60px 0;
    }

    .rh-legal-text-block {
        padding: 30px 25px;
    }

    .rh-legal-heading {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .rh-legal-main-title {
        font-size: 28px;
    }

    .rh-legal-text-block {
        padding: 25px 20px;
    }

    .rh-legal-heading {
        font-size: 20px;
    }

    .rh-legal-paragraph {
        font-size: 14px;
    }
}