* {
  margin: 0;
    padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
    color: #1a3a1a;
   overflow-x: hidden;
}

img {
   max-width: 100%;
   height: auto;
}

a {
   text-decoration: none;
   color: inherit;
}

.container {
  max-width: 1200px;
    margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
	width: 100%;
    padding-right: 15px;
   padding-left: 15px;
}

.row {
   display: flex;
  flex-wrap: wrap;
   margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

[class*="col-"] {
   padding-right: 15px;
  padding-left: 15px;
    width: 100%;
}

.col-md-3 {
  flex: 0 0 25%;
   max-width: 25%;
}

.col-md-6 {
  flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7 {
   flex: 0 0 58.333%;
  max-width: 58.333%;
}

.col-md-10 {
    flex: 0 0 83.333%;
  max-width: 83.333%;
}

.col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-lg-3 {
   flex: 0 0 25%;
  max-width: 25%;
}

.col-lg-4 {
    flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-lg-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-lg-6 {
  flex: 0 0 50%;
   max-width: 50%;
}

.col-lg-7 {
    flex: 0 0 58.333%;
   max-width: 58.333%;
}

.col-lg-12 {
  flex: 0 0 100%;
   max-width: 100%;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
   justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.text-center {
   text-align: center;
}

.d-flex     {
    display: flex;
}

.mb-3 {
  margin-bottom: 1rem;
}

.ml-3 {
    margin-left: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-30 {
   padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-5 {
	 padding-bottom: 3rem;
}

.px-md-0 {
  padding-left: 0;
    padding-right: 0;
}

.px-md-5 {
  padding-left: 3rem;
    padding-right: 3rem;
}

.p-4 {
    padding: 1.5rem;
}

.img-fluid {
    max-width: 100%;
   height: auto;
}

.text-uppercase {
   text-transform: uppercase;
}

.gp-nav-frame {
  position: fixed;
  top: 0;
  left: 0;
    width: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 15px 0;
}

.nav-holder-rg {
   max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
    justify-content: space-between;
  align-items: center;
}

.brand-zone a {
  display: block;
}

.brand-mark {
    max-height: 84px;
    width: auto;
}

.link-cluster {
    display: flex;
   gap: 35px;
}

.nav-anchor {
   font-size: 16px;
  font-weight: 500;
   color: #2d5a2d;
   transition: color 0.3s;
}

.nav-anchor:hover {
   color: #4a7c4a;
}

.mobile-trigger {
   display: none;
  cursor: pointer;
    background-color: #2d5a2d;
}

.trigger-icon {
    width: 28px;
  height: 28px;
   stroke: #2d5a2d;
  fill: none;
  stroke-width: 2;
}

.display-zone-01 {
    width: 100%;
    max-height: 60vh;
    position: relative;
    background-size: cover;
   background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}

.display-zone-01 .overlay {
  position: absolute;
    top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  background: #000000;
   opacity: 0.5;
}

.js-fullheight {
    max-height: 60vh;
}

.slider-text {
    position: relative;
    z-index: 10;
    padding: 100px 0;
}

.slider-text h1 {
  font-size: 48px;
  color: #fff;
    line-height: 1.2;
   font-weight: 700;
    margin-bottom     : 20px;
}

.slider-text .subheading {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.slider-text p {
   margin-top :       30px;
}

.btn-custom {
   display: inline-block;
  padding: 14px 32px;
   background: #4a7c4a;
   color: #fff;
    font-size: 16px;
   font-weight: 500;
  border: 2px solid #4a7c4a;
   transition: all 0.3s;
}

.btn-custom:hover {
    background: transparent;
   color: #fff;
}

.mr-md-4 {
   margin-right: 1.5rem;
}

.intro-panel-rg {
    background: #f0f7f0;
    padding: 100px 0;
}

.section-gap {
    padding: 100px 0;
}

.intro-visual {
    padding-right: 30px;
}

.intro-content h1 {
   font-size: 36px;
  font-weight: 700;
  color: #1a3a1a;
   line-height: 1.3;
}

.intro-content p {
    color: #4a5a4a;
  line-height: 1.8;
}

.primary-btn2 {
  background: linear-gradient(135deg, #4a7c4a 0%, #2d5a2d 100%);
  border: none;
  color: #fff;
   padding: 15px 35px;
  display: inline-block;
  font-weight: 600;
  transition: opacity 0.3s;
}

.primary-btn2:hover {
  opacity: 0.9;
}

.benefit-display-zone {
  padding: 120px 0;
}

.section-gap-top {
    padding-top: 120px;
}

.section-title {
  padding-bottom: 60px;
}

.section-title h3 {
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
   letter-spacing: 2px;
   color: #5a6a5a;
}

.section-title h2 {
   font-size: 48px;
  line-height: 1.2em;
   font-weight: 600;
    margin-top: 15px;
   color: #1a3a1a;
}

.section-title h2 span {
   color: #4a7c4a;
}

.feature-unit-47 {
   padding: 45px 39px;
    background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.feature-symbol {
  width: 36px;
  height: 36px;
   stroke: #4a7c4a;
    fill: none;
    stroke-width: 2;
  stroke-linecap: round;
   stroke-linejoin: round;
  transition: all 0.3s;
}

.feature-unit-47 h4 {
   color: #1a3a1a;
   font-size: 21px;
    line-height: 27px;
  margin-bottom: 0;
}

.feature-unit-47 p {
    margin-bottom: 0;
  color: #5a6a5a;
    line-height: 1.625em;
   font-size: 15px;
    margin-top: 15px;
}

.feature-unit-47:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px rgba(74, 124, 74, 0.2);
}

.content-panel-area {
    padding: 120px 0;
}

.text-block-info {
  padding-right: 30px;
}

.text-block-info h3 {
  line-height: 1.3;
  font-weight: 600;
   margin-bottom: 20px;
  font-size: 36px;
  color: #1a3a1a;
}

.text-block-info p {
  font-size: 16px;
  line-height: 28px;
   color: #4a5a4a;
   margin-bottom: 30px;
}

.boxed-btn3-line {
   color: #1a3a1a;
   display: inline-block;
  padding: 14px 47px;
    font-size: 14px;
   font-weight: 500;
    border: 2px solid #1a3a1a;
  text-align: center;
    text-transform: capitalize;
  transition: 0.3s;
   cursor: pointer;
   letter-spacing: 2px;
}

.boxed-btn3-line:hover {
    background: #1a3a1a;
  color: #fff;
}

.thumb img {
  width: 100%;
    height: auto;
}

.showcase-section-rg {
  padding: 80px 0;
}

.heading-section .subheading {
   display: block;
  font-size: 14px;
  color: #4a7c4a;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  font-weight: 600;
}

.heading-section h2 {
    font-size: 36px;
    font-weight: 700;
  color: #1a3a1a;
}

.visual-card-unit {
    position: relative;
    width: 100%;
   display: block;
  height: 400px;
   overflow: hidden;
    background-size: cover;
   background-position: center center;
   cursor: pointer;
}

.visual-card-unit:after {
   position   :   absolute;
    top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  content: '';
    background: #000;
   opacity: 0.5;
    z-index: 1;
  transition: opacity 0.3s;
}

.visual-card-unit .overlay {
   background: #4a7c4a;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
  top: 0;
   left: 0;
    right: 0;
  bottom: 0;
  z-index: 2;
}

.visual-card-unit .text {
  z-index: 3;
   opacity: 0;
   color: #fff;
    transition: opacity 0.3s;
}

.visual-card-unit .text h3 {
    font-size: 20px;
    font-weight     : 500;
}

.visual-card-unit .text h3 a {
    color: #fff;
}

.visual-card-unit:hover .overlay {
  opacity: 0.8;
}

.visual-card-unit:hover .text {
  opacity: 1;
}

.query-panel-section {
   padding: 80px 0;
  background-color: #ffffff;
}

.subheading {
    display: block;
   font-size: 14px;
    color: #4a7c4a;
   text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-description {
    font-size: 16px;
  color: #5a6a5a;
}



.query-accordion {
    margin-top: 30px;
}

.query-item {
    margin-bottom: 15px;
    background-color: #f8f9fa;
   border-radius: 8px;
    overflow: hidden;
  border: 1px solid #e9ecef;
  transition: all 0.3s;
}

.query-item:hover {
    border-color: #4a7c4a;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.query-question {
   padding: 20px 25px;
  cursor: pointer;
    display: flex;
  justify-content: space-between;
   align-items: center;
   background-color: #ffffff;
  transition: all 0.3s;
}

.query-question:hover {
   background-color: #f8f9fa;
}

.query-item.active .query-question {
   background-color: #4a7c4a;
}

.query-question h4 {
  font-size: 18px;
   font-weight: 600;
    color: #1a3a1a;
  margin: 0;
    flex: 1;
  padding-right: 20px;
  transition: color 0.3s;
}

.query-item.active .query-question h4 {
  color: #ffffff;
}

.toggle-icon {
    width: 30px;
  height: 30px;
   display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
    font-weight: 300;
   color: #4a7c4a;
   background-color: #f0f0f0;
  border-radius: 50%;
   flex-shrink: 0;
    transition: all 0.3s;
}

.query-item.active .toggle-icon {
  transform: rotate(45deg);
   background-color: #ffffff;
    color: #4a7c4a;
}

.query-answer {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.3s;
}

.query-item.active .query-answer {
   max-height: 500px;
}

.query-answer p {
   padding: 20px 25px;
               margin: 0;
                    font-size: 15px;
   line-height: 1.8;
  color: #5a6a5a;
   background-color: #ffffff;
}

.footer-links-zone {
  padding: 60px 0 40px;
  background-color: #f0f7f0;
   border-top: 1px solid #d5e5d5;
}

.link-group-footer {
  margin-bottom: 30px;
}

.link-group-footer a {
  color: #2d5a2d;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.link-group-footer a:hover {
  color: #4a7c4a;
}

.separator {
   margin: 0 15px;
    color: #5a6a5a;
}

.contact-info-footer {
    margin: 30px 0;
}

.contact-info-footer p {
   margin: 8px 0;
   font-size: 14px;
  color: #4a5a4a;
}

.copyright-text {
    font-size: 14px;
   color: #5a6a5a;
    margin-top: 20px;
}@media (max-width: 991px) {
    .link-cluster {
        position: fixed;
        top: 79px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 79px);
        background: #fff;
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px;
        transition: left 0.3s;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .link-cluster.active {
        left: 0;
    }

    .mobile-trigger {
        display: block;
    }

    .slider-text h1 {
        font-size: 36px;
    }

    .intro-panel-rg {
        padding: 60px 0;
    }

    .intro-visual {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .intro-content h1 {
        font-size: 28px;
    }

    .benefit-display-zone {
        padding: 80px 0;
    }

    .section-gap-top {
        padding-top: 80px;
    }

    .section-title {
        padding-bottom: 40px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .feature-unit-47 {
        padding: 30px 20px;
    }

    .content-panel-area {
        padding: 80px 0;
    }

    .text-block-info {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .text-block-info h3 {
        font-size: 28px;
    }

    .col-md-3, .col-md-6, .col-md-7, .col-md-10, .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }

    .query-question h4 {
        font-size: 16px;
    }

    .query-question,
    .query-answer p {
        padding: 15px 20px;
    }

    .slider-text h1 {
        font-size: 28px;
    }

    .btn-custom {
        padding: 12px 24px;
        font-size: 14px;
    }

    .mr-md-4 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-unit-47 {
        text-align: center;
    }
}

@media (max-width: 576px) {
    body {
        padding-top: 79px;
    }
}.footer-links-zone {
    padding: 60px 0 40px;
   background-color: #f0f7f0;
    border-top: 1px solid #d5e5d5;
}

.link-group-footer {
   margin-bottom: 30px;
}



.link-group-footer a {
    color: #2d5a2d;
   font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}

.link-group-footer a:hover {
   color: #4a7c4a;
}

.separator {
    margin: 0 15px;
    color: #5a6a5a;
}

.contact-info-footer {
   margin: 30px 0;
}

.contact-info-footer p {
   margin: 8px 0;
   font-size: 14px;
   color: #4a5a4a;
}

.copyright-text  {
   font-size: 14px;
    color: #5a6a5a;
  margin-top: 20px;
}

.main-footer-zone {
  background-color: #1a3a1a;
  color: #e8f5e8;
  padding: 60px 0 30px;
}

.footer-content-grid {
  margin-bottom: 40px;
}

.footer-brand-section {
    margin-bottom: 30px;
}

.brand-logo-footer {
  margin-bottom: 20px;
}

.footer-brand-mark {
   max-height: 120px;
    width: auto;
  filter: brightness(0) invert(1);
}

.footer-brand-desc {
   font-size: 15px;
    line-height: 1.7;
  color: #c5d9c5;
   margin-bottom: 0;
}

.footer-links-section {
   margin-bottom: 30px;
}

.footer-section-heading {
   font-size: 18px;
   font-weight: 700;
	 color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-nav-list {
   list-style :  none;
   padding: 0;
  margin: 0;
}

.footer-nav-list li {
	  margin-bottom: 12px;

}

.footer-nav-list li a {
    color: #c5d9c5;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}

.footer-nav-list li a:hover {
    color: #ffffff;
  padding-left: 5px;
}

.footer-regulators-section {
   margin-bottom: 30px;
}

.regulators-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
   gap: 15px;
   margin-top: 20px;
}

.regulator-link {
  display: block;
   background: #ffffff;
   padding: 10px;
  border-radius: 8px;
  transition: all 0.3s;
  text-align: center;
}

.regulator-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(74, 124, 74, 0.3);
}

.regulator-logo {
    max-width: 100%;
  max-height: 250px;
   object-fit: contain;
}

.disclaimer-box {
  background: #ffebcd;
    border: 3px solid #ff8c00;
  border-radius: 10px;
   padding: 25px 30px;
  margin: 40px 0;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.2);
}

.disclaimer-title {
  font-size: 20px;
    font-weight: 700;
   color: #8b4513;
   margin-bottom: 15px;
   text-transform: uppercase;
  letter-spacing: 1px;
   display: flex;
  align-items: center;
  gap: 10px;
}

.disclaimer-title:before {
  content: "⚠️";
    font-size: 24px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.8;
   color: #654321;
   margin: 0;
    text-align: justify;
}

.footer-final-text {
    font-size: 13px;
    color: #8fa68f;
    margin-top: 30px;
   padding-top: 20px;
    border-top: 1px solid #2d5a2d;
}

.age-popup-overlay {
   position: fixed;
   top: 0;
   left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
    display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10000;
    opacity: 1;
  transition: opacity 0.3s;
}

.age-popup-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.age-popup-container {
  background: #ffffff;
  border-radius: 15px;
   max-width: 500px;
    width: 90%;
    padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  text-align: center;
   animation: popupSlideIn 0.4s ease-out;
	
}@keyframes popupSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.age-popup-icon {
   margin-bottom: 20px;
}

.popup-icon-img {
	width: 80px;
    height: 80px;
    stroke: #ff6b6b;
    fill: none;
  stroke-width: 2;
}

.age-popup-title {
   font-size: 28px;
  font-weight: 700;
   color: #1a3a1a;
    margin-bottom: 15px;
}

.age-popup-text {
  font-size: 16px;
   line-height: 1.6;
    color: #4a5a4a;
   margin-bottom: 10px;
}

.age-popup-subtext {
  font-size: 17px;
    font-weight: 600;
    color: #2d5a2d;
  margin-bottom: 25px;
}

.age-popup-buttons {
   display: flex;
  flex-direction: column;
    gap: 12px;
  margin-bottom: 20px;
}

.age-btn {
  padding: 15px 30px;
  font-size: 16px;
    font-weight: 600;
    border: none;
  border-radius: 8px;
    cursor: pointer;
   transition: all 0.3s;
   text-transform: uppercase;
  letter-spacing: 0.5px;
}

.age-btn-confirm {
   background: #4a7c4a;
    color: #ffffff;
}

.age-btn-confirm:hover {
   background: #2d5a2d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 124, 74, 0.4);
}

.age-btn-decline {
   background: #e8f5e8;
   color: #2d5a2d;
   border: 2px solid #d5e5d5;
}

.age-btn-decline:hover {
  background: #d5e5d5;
}

.age-popup-footer {
  font-size: 12px;
    color: #8fa68f;
   margin: 0;
    font-style: italic;
}@media (max-width: 768px) {
    .link-group-footer {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .separator {
        display: none;
    }

    .footer-content-grid {
        margin-bottom: 30px;
    }

    .footer-brand-section,
    .footer-links-section,
    .footer-regulators-section {
        margin-bottom: 35px;
    }

    .regulators-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .regulator-logo {
        max-height: 40px;
    }

    .disclaimer-box {
        padding: 20px 18px;
        margin: 30px 0;
    }

    .disclaimer-title {
        font-size: 17px;
    }

    .disclaimer-text {
        font-size: 13px;
    }

    .age-popup-container {
        padding: 30px 20px;
        width: 95%;
    }

    .popup-icon-img {
        width: 60px;
        height: 60px;
    }

    .age-popup-title {
        font-size: 24px;
    }

    .age-popup-text {
        font-size: 15px;
    }

    .age-popup-subtext {
        font-size: 16px;
    }

    .age-btn {
        padding: 14px 25px;
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .footer-links-zone {
        padding: 40px 0 30px;
    }

    .main-footer-zone {
        padding: 40px 0 20px;
    }

    .contact-info-footer p {
        font-size: 13px;
    }

    .regulators-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 200px;
        margin: 20px auto 0;
    }

    .regulator-link {
        padding: 12px;
    }

    .regulator-logo {
        max-height: 50px;
    }

    .disclaimer-box {
        padding: 18px 15px;
    }

    .disclaimer-title {
        font-size: 16px;
        flex-direction: column;
        gap: 5px;
    }

    .disclaimer-text {
        font-size: 12px;
        text-align: left;
    }

    .age-popup-container {
        padding: 25px 18px;
    }

    .age-popup-title {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .age-popup-buttons {
        gap: 10px;
    }

    .age-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}.platforms-catalog-zone {
   padding: 80px 0;
  background: linear-gradient(135deg, #f0f7f0 0%, #e8f5e8 100%);
}

.catalog-header-block {
       text-align: center;
  margin-bottom: 50px;

}

.catalog-main-title {
    font-size     :        42px;
  font-weight: 700;
    color: #1a3a1a;
   margin-bottom: 15px;
}

.catalog-subtitle {
  font-size: 17px;
  color: #4a5a4a;
    max-width: 700px;
    margin: 0 auto;
}

.platform-card-extended {
    background: #ffffff;
    border: 2px solid #d5e5d5;
  border-radius: 12px;
   padding: 30px;
    margin-bottom: 25px;
    display: flex;
   align-items: center;
    gap: 25px;
    transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(26, 58, 26, 0.08);
}

.platform-card-extended:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(74, 124, 74, 0.2);
  border-color: #4a7c4a;
}

.platform-visual-col {
   flex: 0 0 180px;
   text-align: center;
}

.platform-logo-wrapper {
    background: #f8faf8;
  border-radius: 10px;
   padding: 15px;
  margin-bottom: 12px;
    border: 1px solid #e5f0e5;
}

.platform-logo-img {
   max-width: 100%;
   height: auto;
  max-height: 70px;
  object-fit: contain;
}

.platform-name-display {
  font-size: 20px;
   font-weight: 700;
   color: #1a3a1a;
   margin: 0;
}

.platform-rating-col {
   flex: 0 0 120px;
   text-align: center;
}

.rating-display-box {
  padding: 10px;
}

.rating-score {
   display: block;
    font-size: 28px;
    font-weight: 700;
  color: #4a7c4a;
    margin-bottom: 8px;
}

.rating-stars {
    display: flex;
     gap    :    4px;
   justify-content: center;
   margin-bottom: 8px;
}

.star-icon {
   width: 18px;
    height: 18px;
  stroke: #4a7c4a;
  fill: #4a7c4a;
  stroke-width: 1;
}

.star-empty {
   stroke: #c5d9c5;
   fill: none;
  stroke-width: 2;
}

.rating-label {
       font-size: 13px;
    color: #5a6a5a;
   margin: 0;
   font-weight: 600;
}

.platform-bonus-col {
  flex: 1 1 280px;
  padding: 0 20px;
    border-left: 2px solid #e8f5e8;
    border-right: 2px solid #e8f5e8;
}

.bonus-badge {
       display: inline-flex;

    align-items: center;

   gap: 8px;

  background: linear-gradient(135deg, #4a7c4a 0%, #2d5a2d 100%);

    padding: 6px 14px;

    border-radius: 20px;

    margin-bottom  :  12px;
}

.bonus-icon {
    width: 18px;
  height: 18px;
  stroke: #ffffff;
   fill: none;
  stroke-width: 2;
}

.bonus-tag {
  font-size: 13px;
   font-weight: 700;
  color: #ffffff;
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.bonus-description {
   font-size: 16px;
  font-weight: 600;
  color: #1a3a1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.bonus-secondary {
    font-size: 14px;
   color: #5a6a5a;
  margin: 0;
    line-height: 1.4;
}

.platform-features-col {
   flex: 0 0 200px;
}

.features-compact-list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.features-compact-list li {
  display: flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 10px;
}

.check-icon {
    width: 20px;
  height: 20px;
  stroke: #4a7c4a;
   fill: none;
    stroke-width: 2;
  flex-shrink: 0;
}

.features-compact-list li span {
    font-size: 14px;
  color: #2d5a2d;
  font-weight: 500;
}

.platform-action-col {
  flex: 0 0 180px;
	 text-align: center;
}

.platform-cta-btn {
  display: inline-flex;
  align-items: center;
   justify-content: center;
    gap: 10px;
  background: linear-gradient(135deg, #4a7c4a 0%, #2d5a2d 100%);
  color: #ffffff;
  padding: 16px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(74, 124, 74, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.platform-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(74, 124, 74, 0.4);
  background: linear-gradient(135deg, #5a8c5a 0%, #3d6a3d 100%);
}

.btn-arrow-icon {
  width: 20px;
	height: 20px;
   stroke: #ffffff;
    fill: none;
  stroke-width: 2;
    transition: transform 0.3s;
}

.platform-cta-btn:hover .btn-arrow-icon {
  transform: translateX(4px);
}@media (max-width: 1200px) {
    .platform-card-extended {
        flex-wrap: wrap;
        padding: 25px;
    }

    .platform-visual-col {
        flex: 0 0 150px;
    }

    .platform-rating-col {
        flex: 0 0 100px;
    }

    .platform-bonus-col {
        flex: 1 1 100%;
        border-left: none;
        border-right: none;
        border-top: 2px solid #e8f5e8;
        padding: 20px 0;
        margin: 15px 0;
    }

    .platform-features-col {
        flex: 1 1 auto;
    }

    .platform-action-col {
        flex: 0 0 auto;
    }
}

@media (max-width: 991px) {
    .platforms-catalog-zone {
        padding: 60px 0;
    }

    .catalog-main-title {
        font-size: 36px;
    }

    .catalog-subtitle {
        font-size: 16px;
    }

    .platform-card-extended {
        padding: 20px;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .catalog-main-title {
        font-size: 30px;
    }

    .platform-card-extended {
        flex-direction: column;
        text-align: center;
        padding: 25px 18px;
    }

    .platform-visual-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .platform-logo-wrapper {
        max-width: 200px;
        margin: 0 auto 12px;
    }

    .platform-rating-col {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .platform-bonus-col {
        flex: 0 0 auto;
        width: 100%;
        padding: 20px 0;
        border: none;
        border-top: 2px solid #e8f5e8;
        border-bottom: 2px solid #e8f5e8;
    }

    .platform-features-col {
        flex: 0 0 auto;
        width: 100%;
        margin: 15px 0;
    }

    .features-compact-list {
        max-width: 250px;
        margin: 0 auto;
    }

    .features-compact-list li {
        justify-content: flex-start;
    }

    .platform-action-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .platform-cta-btn {
        width: 100%;
        max-width: 300px;
        padding: 15px 25px;
        font-size: 15px;
    }
}@media (max-width: 576px) {
    .platform-card-extended {
        padding: 20px 15px;
    }

    .catalog-header-block {
        margin-bottom: 35px;
    }

    .catalog-main-title {
        font-size: 26px;
    }

    .catalog-subtitle {
        font-size: 15px;
    }

    .rating-score {
        font-size: 24px;
    }

    .star-icon {
        width: 16px;
        height: 16px;
    }

    .bonus-description {
        font-size: 15px;
    }

    .bonus-secondary {
        font-size: 13px;
    }

    .features-compact-list li span {
        font-size: 13px;
    }

    .platform-cta-btn {
        padding: 14px 22px;
        font-size: 14px;
    }
}.legal-document-zone {
      padding: 140px 0 80px;
  background: #ffffff;
}

.legal-header-block {
   text-align: center;
   margin-bottom: 50px;
  padding-bottom: 30px;
    border-bottom: 3px solid #d5e5d5;
}

.legal-page-title {
    font-size: 44px;
    font-weight: 700;
  color: #1a3a1a;
    margin-bottom: 15px;
}

.legal-update-date {
    font-size: 15px;
  color: #5a6a5a;
   font-style: italic;
}

.legal-content-wrapper {
        max-width: 900px;
  margin: 0 auto;
}

.legal-section-block {
    margin-bottom: 40px;
   padding: 30px;
   background: #f8faf8;
  border-left: 4px solid #4a7c4a;
  border-radius: 8px;
}

.legal-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #2d5a2d;
    margin-bottom: 20px;
}

.legal-text-paragraph {
   font-size: 16px;
   line-height: 1.8;
    color: #2d3d2d;
    text-align: justify;
   margin: 0;
}@media (max-width: 768px) {
    .legal-document-zone {
        padding: 120px 0 60px;
    }

    .legal-page-title {
        font-size: 34px;
    }

    .legal-section-block {
        padding: 20px;
    }

    .legal-section-title {
        font-size: 22px;
    }

    .legal-text-paragraph {
        font-size: 15px;
        text-align: left;
    }
}