* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
   color: #333333;
  background: #ffffff;
}

a {
  text-decoration: none;

  color: inherit;

  transition: all 0.3s ease;
}

img {
         max-width: 100%;
   height: auto;
   display: block;
}

.main-navigation-panel {
   background: #1a2332;
				 padding: 1.2em 0;
    position: sticky;
	top: 0;
	z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-content-wrapper {
	 max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
    justify-content: space-between;
  align-items: center;
}

.brand-logo-container a {
  display: block;
}

.company-brand-image {
  max-height: 94px;
    width: auto;
  filter: brightness(0) invert(1);
}

.menu-links-group {
	display: flex;
  gap: 2.5em;
}

.nav-link-item {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  position: relative;
}

.nav-link-item::after {
  content: '';
  position: absolute;
    bottom: -5px;
    left: 0;
   width: 0;
  height: 2px;
  background: #d4a574;
  transition: width 0.3s ease;
}

.nav-link-item:hover::after {
  width: 100%;
}

.mobile-menu-trigger {
    display: none;
  cursor: pointer;
}

.menu-icon-svg {
   width: 28px;
   height: 28px;
}

.menu-icon-svg path,
.menu-icon-svg line,
.menu-icon-svg rect {
    stroke: #ffffff;
                    fill: none;
   stroke-width: 2.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-hero-display {
  font-family: "Open Sans", sans-serif;
}

.hero-container-fluid {
   padding: 0;
}

.hero-row-layout {
  display: flex;

	  justify-content :        flex-end;
}

.hero-col-main     {
    width: 100%;
}

.hero-visual-zone {
    position: relative;
  width: 100%;
    display: flex;
   align-items: center;
   justify-content: center;
	 background-size: cover;
    background-position: center center;
}

.hero-inner-container {
       max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
  width: 100%;
}

.hero-text-alignment {
  display: flex;
    justify-content: center;
  align-items: flex-start;
}

.hero-content-block {
  width: 100%;
   max-width: 900px;
}

.hero-text-wrapper {
	 text-align: left;
    padding: 4em 0;
}

.hero-text-wrapper h1 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff3e0;
    line-height: 1.3;
}

.hero-text-wrapper h1 span a {
    color: #d4a574;
    text-decoration: none;
	border-bottom: 2px solid #d4a574;
}

.hero-text-wrapper h1 span a:hover {
   color: #b8804f;
}

.age-restriction-notice {
   background: #fff3e0;
    padding: 1.5em 0;
    border-top: 2px solid #ffb74d;
  border-bottom: 2px solid #ffb74d;
}

.notice-container-width {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}

.notice-content-flex   {
   display: flex;
   align-items: center;
  gap: 1em;
}

.notice-icon-element {
    width: 32px;
   height: 32px;
  flex-shrink: 0;
}

.notice-icon-element path,
.notice-icon-element circle {

   stroke: #e65100;
   fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.notice-text-content
	{
  font-size: 14px;
   color: #e65100;
  margin: 0;
    font-weight: 500;
}

.information-display-zone {
   padding: 100px 0 100px;
}

.content-container-standard {
  max-width: 1200px;
  margin: 0 auto;
    padding: 0 20px;
}

.content-row-flex {
    display: flex;
   align-items: center;
  justify-content: space-between;
   gap: 3em;
}

.content-col-image {
  flex: 0 0 45%;
}

.visual-element-wrapper img {
   width: 100%;
    border-radius: 5px;
}

.content-col-text {
   flex: 0 0 50%;
}

.text-content-block h5 {
   color: #d4a574;
    font-size: 18px;
    font-weight: 500;
  margin-bottom: 22px;
}

.text-content-block h2 {
   font-size: 50px;
    line-height: 1.25;
  color: #1a2332;
  font-weight: 700;
   margin-bottom: 30px;
}

.text-content-block p {
   line-height: 28px;
   margin-bottom: 30px;
   color: #555555;
}

.action-button-primary {
	display: inline-block;
    padding: 17px 50px;
   border-radius: 5px;
   background-color: #d4a574;
    border: 2px solid #d4a574;
    font-size: 15px;
    font-weight: 500;
  transition: 0.5s;
   text-transform: capitalize;
   color: #fff;
}

.action-button-primary:hover {
    background-color: #fff;
    color: #d4a574;
}

.text-content-block .action-button-primary {
  margin-top  :     10px;
}

.service-highlights-area {
  font-family: "Open Sans", sans-serif;
}

.spad {
        padding-top: 103px;
   padding-bottom: 103px;
}

.visual-bg-layer {
   background-repeat: no-repeat;
  background-size: cover;
      background-position    :    top center;
}

.features-container-standard {
    max-width: 1200px;
	margin     :        0 auto;
  padding: 0 20px;
}

.features-row-grid {
  display: flex;
   gap: 30px;
    flex-wrap: wrap;
}

.feature-col-unit {
  flex: 0 0 calc(33.333% - 20px); 
	
}

.feature-card-element {
   background: #fff;
  margin-bottom: 30px;
    overflow: hidden;

}

.feature-card-element img {
	width: 100%;
      display: block;
    height: 250px;
    object-fit: cover;
}

.card-text-section {
    padding: 40px 38px;
}

.card-text-section h5 {

	    font-size: 18px;
  font-weight: 600;
    color: #1a2332;
   margin-bottom: 20px;
}

.card-text-section p {
       font-size: 14px;
	    color: #555555;
	  line-height: 2;
		margin-bottom: 28px;

}

.feature-link-more {
  display: inline-block;
   font-size: 14px;
   font-weight: 600;
	color: #d4a574;
  text-transform: uppercase;
  position: relative;
    padding-right: 25px;
}

.feature-link-more:after {
   position: absolute;
  content: "";
   width: 15px;
   height: 2px;
    background: #d4a574;
  top: 8px;
  right: 0;
}

.dual-content-display-zone {
   padding: 5em 0;

    background: #f9f9f9;
}

.dual-container-standard {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
	}

.dual-row-flex {
  display: flex;
    align-items: center;
    gap: 3em;
}

.dual-col-visual {
    flex   :     0 0 48%;
}

.responsive-image-fluid {
  width: 100%;
  height: auto;
   border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dual-col-textual {
  flex: 0 0 48%;
}

.dual-col-textual h2 {
    font-size: 2rem;
   font-weight: 600;
   color: #1a2332;
  margin-bottom: 1em;
}

.dual-col-textual p
{
  font-size: 1rem;
    line-height: 1.8;
  margin-bottom: 1.5em;
   color: #555555;
}

.dual-action-btn {
    display: inline-block;
   padding: 12px 35px;
	background :  #d4a574;
   color: #ffffff;
    text-decoration: none;
     border-radius: 5px;
  font-weight: 600;
   transition: all 0.3s ease;
}

.dual-action-btn:hover {
  background: #b8804f;
	 color :  #ffffff;
  transform: translateY(-2px);

}

.questions-answers-zone

{
   padding: 80px 0;
  background-color: #ffffff;
}

.faq-container-standard {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 20px;
}

.faq-row-flex {
   display: flex;
}

.faq-row-flex.justify-content-center {
  justify-content: center;
}

.faq-row-flex.mb-5 {
   margin-bottom: 3rem;
}

.faq-col-header {
  flex: 0 0 70%;
  max-width: 70%;
}

.faq-col-header.text-center {
  text-align: center;
}

.faq-label-text {
   display: block;
   font-size: 14px;
    color: #d4a574;
  text-transform: uppercase;
  letter-spacing: 2px;
   margin-bottom: 10px;
  font-weight: 600;
}

.faq-main-heading {
   font-size: 36px;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 15px;
}

.faq-description-text {
   font-size: 16px;
  color: #666666;
}

.faq-col-accordion {
   flex: 0 0 85%;
  max-width: 85%;
}

.faq-accordion-wrapper {
  margin-top: 30px;
}

.faq-single-item {
  margin-bottom: 15px;
   background-color: #f8f9fa;
   border-radius: 4px;
  overflow: hidden;
   border: 1px solid #e9ecef;
    transition: all 0.3s ease;
} 

.faq-single-item:hover {
   border-color: #d4a574;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question-header {
    padding: 20px 25px;
    cursor: pointer;
   display     :  flex;
		justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.faq-question-header:hover {
   background-color: #f8f9fa;
}

.faq-single-item.active .faq-question-header {
  background-color: #d4a574;
}

.faq-question-header h4 {
   font-size: 18px;
   font-weight     :       600;
    color: #1a2332;
    margin: 0;
   flex: 1;
   padding-right: 20px;
  transition: color 0.3s ease;
}

.faq-single-item.active .faq-question-header h4 {
  color: #ffffff;
}

.faq-toggle-symbol {


   width: 30px;
   height: 30px;
    display: flex;
   align-items: center;
    justify-content: center;
    font-size: 24px;
  font-weight: 300;
  color: #d4a574;
   background-color: #f0f0f0;
  border-radius: 50%;
 flex-shrink: 0;
   transition    :     all 0.3s ease;
	}

.faq-single-item.active .faq-toggle-symbol {
  transform: rotate(45deg);
   background-color: #ffffff;
    color: #d4a574;
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
   transition: max-height 0.3s ease;
}

.faq-single-item.active .faq-answer-content {
  max-height: 500px;
}

.faq-answer-content p {
   padding: 20px 25px;
  margin: 0;
   font-size: 15px;
   line-height: 1.8;
    color: #666666;
   background-color: #ffffff;
}

.bottom-site-section {
  padding: 4em 0;
  background-color: #1a2332;
}

.footer-container-standard {
  max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.footer-row-grid {
    display: flex;
  flex-wrap: wrap;
    gap: 2em;
}

.footer-col-large   {
   flex: 0 0 55%;
}

.footer-row-nested {
  display: flex;
          gap :       2em;
}

.footer-col-links {
    flex: 1;
}

.footer-heading-title {
   font-size: 20px;
	 margin-bottom: 1.5rem;
  font-weight: 600;
   color: #ffffff;
}


.footer-heading-title.mb-4 {
    margin-bottom: 1.5rem;
}

.footer-list-unstyled {
  padding: 0;
   margin: 0;
  list-style: none;

}

.footer-list-unstyled li {
    margin-bottom: 10px;
}

.footer-list-unstyled a {
    color: #cccccc;
  text-decoration: none;
	 transition: .3s all ease;
}

.footer-list-unstyled a:hover {
   color: #d4a574;
}

.footer-col-contact {
    flex: 0 0 40%;
}

.footer-address-text,
.footer-contact-info {
	color: #cccccc;
    margin: 0 0 10px 0;
   font-size: 14px;
}

.footer-row-grid.pt-5 {
  padding-top: 3rem;
}

.footer-row-grid.mt-5 {
    margin-top: 3rem;
}

.footer-row-grid.text-center {
   text-align: center;
    justify-content: center;
}

.footer-col-copyright {
   width: 100%;
}

.footer-col-copyright p {
   color: #999999;
    margin: 0;
    font-size: 14px;
}@media (max-width: 991px) {
    .menu-links-group {
        display: none;
    }

    .mobile-menu-trigger {
        display: block;
    }

    .hero-visual-zone {
        height: 500px !important;
    }

    .hero-text-wrapper h1 {
        font-size: 2rem;
    }

    .information-display-zone {
        padding: 70px 0 70px;
    }

    .content-row-flex {
        flex-direction: column;
    }

    .content-col-image,
    .content-col-text {
        flex: 0 0 100%;
    }

    .content-col-image {
        margin-bottom: 50px;
    }

    .text-content-block h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .features-row-grid {
        flex-direction: column;
    }

    .feature-col-unit {
        flex: 0 0 100%;
    }

    .dual-row-flex {
        flex-direction: column;
    }

    .dual-col-visual,
    .dual-col-textual {
        flex: 0 0 100%;
    }

    .dual-col-visual {
        margin-bottom: 2em;
    }

    .dual-col-textual h2 {
        font-size: 1.5rem;
    }

    .faq-main-heading {
        font-size: 28px;
    }

    .faq-question-header h4 {
        font-size: 16px;
    }

    .faq-question-header,
    .faq-answer-content p {
        padding: 15px 20px;
    }

    .footer-row-grid {
        flex-direction: column;
    }

    .footer-col-large,
    .footer-col-contact {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .faq-col-header {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .faq-col-accordion {
        flex: 0 0 100%;
        max-width: 100%;
    }
}.age-verify-overlay {
   position: fixed;
  top: 0;
   left: 0;
  width:      100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
   display: flex;
    align-items: center;
  justify-content: center;
    z-index: 9999;
}

.age-verify-overlay.hidden {
    display: none;
}

.age-verify-container {
  background: #ffffff;
   padding: 3em 2.5em;
    border-radius: 8px;
    max-width: 500px;
   width: 90%;
    text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.age-verify-icon {
    width: 64px;
   height: 64px;
  margin: 0 auto 1.5em;
}

.age-verify-icon path,
.age-verify-icon circle {
   stroke: #e65100;
    fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.age-verify-content h2 {
  font-size: 28px;
    color: #1a2332;
   margin-bottom: 1em;
   font-weight: 700;
}

.age-verify-content p {
    font-size: 16px;
   color: #555555;
  line-height: 1.7;
  margin-bottom: 2em;
}

.age-verify-buttons {
   display: flex;
   gap: 1em;
  justify-content: center;
}

.age-btn-confirm,
.age-btn-decline {
    padding: 14px 40px;
   font-size: 16px;
   font-weight: 600;
   border: none;
    border-radius: 4px;
    cursor: pointer;
  transition: all 0.3s ease;
}

.age-btn-confirm {
  background: #d4a574;
  color: #ffffff;
}

.age-btn-confirm:hover {
  background: #b8804f;
  transform: translateY(-2px);
}

.age-btn-decline {
  background: #e0e0e0;
  color: #333333;
}

.age-btn-decline:hover {
    background: #cccccc;
}

.bottom-site-section {
  padding     :   4em 0 2em;
  background-color: #1a2332;
}

.footer-container-standard {
    max-width: 1200px;
          margin: 0 auto;
   padding: 0 20px;
}

.footer-row-grid {
   display: flex;
   flex-wrap: wrap;
   gap: 2em;
    margin-bottom: 3em;
}

.footer-col-brand {
   flex: 0 0 35%;
}

.footer-logo-wrapper {
    margin-bottom: 1.5em;
}

.footer-brand-logo {
  max-height: 126px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-brand-description {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.7;
   margin: 0;
}

.footer-col-links-group {
  flex: 0 0 25%;
}

.footer-col-links {
   flex: 1;
}

.footer-heading-title {
   font-size: 20px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.footer-heading-title.mb-4 {
    margin-bottom: 1.5rem;
}

.footer-list-unstyled {
    padding: 0;
   margin: 0;
   list-style: none;
}

.footer-list-unstyled li {
   margin-bottom: 10px;
}

.footer-list-unstyled a {
   color: #cccccc;
    text-decoration: none;
    transition: .3s all ease;
  font-size :14px;
}

.footer-list-unstyled a:hover {
    color: #d4a574;
}

.footer-col-contact {
   flex: 0 0 30%;
}

.footer-address-text,
.footer-contact-info {
    color: #cccccc;
  margin: 0 0 10px 0;
   font-size: 14px;
    line-height: 1.6;
}

.footer-regulators-zone {
  background: rgba(255, 255, 255, 0.05);
   padding: 2.5em;
    border-radius: 8px;
    margin-bottom: 2.5em;
}

.regulators-heading {
  text-align: center;
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
  margin-bottom: 2em;
}

.regulators-grid {
        display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}

.regulator-item {
  display: flex;
    flex-direction: column;
  align-items: center;
   text-align: center;
   padding: 1.5em;
  background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    transition: all 0.3s ease;
  text-decoration: none;
}

.regulator-item:hover {
	  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.regulator-item img {
  width: 100%;
   max-width: 120px;
   height: auto;
    margin-bottom: 1em;
  filter: brightness(0) invert(1);
}

.regulator-name {
   color: #ffffff;
   font-size: 13px;
  font-weight: 600;
}


.footer-disclaimer-zone {
   background: #ffebcc;
   padding: 2em;
    border-radius: 8px;
    border-left: 4px solid #ffb74d;
   margin-bottom: 2em;
}

.disclaimer-content {
    display: flex;
   gap: 1.5em;
  align-items: flex-start;
}

.disclaimer-icon {
   width: 48px;
   height: 48px;
	 flex-shrink: 0; 
	
}

.disclaimer-icon path,
.disclaimer-icon circle {
   stroke: #e65100;
   fill: none;
   stroke-width: 2.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.disclaimer-text h4 {
    color: #1a2332;
    font-size: 18px;
   font-weight: 700;
  margin: 0 0 0.5em 0;
}

.disclaimer-text p {
  color: #333333;
  font-size: 14px;
   line-height: 1.7;
   margin: 0;
}

.footer-row-grid.pt-5 {
  padding-top: 3rem;
}

.footer-row-grid.mt-5 {
  margin-top: 3rem;
}

.footer-row-grid.text-center {
    text-align: center;
   justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2em;
    margin-bottom: 0;
}

.footer-col-copyright {
     width: 100%;


}

.footer-col-copyright p {
  color: #999999;
   margin: 0;
   font-size: 14px;
}@media (max-width: 991px) {
    .footer-row-grid {
        flex-direction: column;
    }

    .footer-col-brand,
    .footer-col-links-group,
    .footer-col-contact {
        flex: 0 0 100%;
    }

    .regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5em;
    }

    .age-verify-container {
        padding: 2em 1.5em;
    }

    .age-verify-content h2 {
        font-size: 24px;
    }

    .age-verify-buttons {
        flex-direction: column;
    }

    .age-btn-confirm,
    .age-btn-decline {
        width: 100%;
    }

    .disclaimer-content {
        flex-direction: column;
        text-align: center;
    }

    .disclaimer-icon {
        margin: 0 auto 1em;
    }
}

@media (max-width: 767px) {
    .regulators-grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .footer-regulators-zone {
        padding: 1.5em;
    }

    .regulators-heading {
        font-size: 20px;
    }
}.catalog-display-area {
    padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.catalog-container-wrapper {
  max-width: 1200px;
   margin: 0 auto;
    padding: 0 20px;
}


.catalog-header-section {
   text-align: center;
    margin-bottom: 3em;
}

.catalog-label-top {
   display: inline-block;
  font-size: 14px;
  color: #d4a574;
  text-transform: uppercase;
   letter-spacing: 2px;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.catalog-main-title {
   font-size: 42px;
  font-weight: 700;
    color: #1a2332;
    margin-bottom: 0.5em;
}

.catalog-intro-text  
  {
  font-size: 16px;
    color: #555555;
    max-width: 600px;
  margin: 0 auto;
}

.catalog-items-listing {
    display: flex;
   flex-direction: column;
    gap: 1.5em;
}

.platform-card-horizontal {
	background: #ffffff;
   border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: grid;
  grid-template-columns: 200px 150px 1fr 200px 180px;
       align-items: center;
  padding: 1.5em;
    gap: 2em;
   transition: all 0.3s ease;
}

.platform-card-horizontal:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.platform-card-section {
    display: flex;
   flex-direction: column;
}

.platform-identity {
    align-items: center;
  text-align: center;
}

.platform-logo-holder {
  width: 100%;
	    max-width: 140px;
	  margin-bottom: 0.8em;
}



.platform-logo-holder img {
	width: 100%;
  height: auto;
  object-fit: contain;
}


.platform-name-title {
    font-size    :   18px;
    font-weight: 700;
  color: #1a2332;
    margin: 0;
}

.platform-rating    {
    align-items: center;
    text-align: center;
}

.rating-badge-display {
  background: linear-gradient(135deg, #d4a574 0%, #b8804f 100%);
    color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 6px;
  margin-bottom: 0.5em;
    display: inline-block;
}

.rating-score-number {
    font-size: 24px;
 font-weight: 700;
}

.rating-max-value {
  font-size: 14px;
  opacity: 0.9;
}

.rating-stars-visual {
    font-size: 18px;
   color: #ffa000;
}

.star-filled {
   color: #ffa000;
}

.star-empty {
    color: #cccccc;
}

.platform-bonus {
    border-left: 2px solid #e0e0e0;
  padding-left: 1.5em;

}

.bonus-heading-label {
   font-size: 14px;
    font-weight: 600;
    color: #d4a574;
  margin: 0 0 0.5em 0;
   text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-description-text {

	font-size: 15px;
    color: #1a2332;
    font-weight: 600;
   margin: 0;
  line-height: 1.5;
     }

.platform-features {
    border-left: 2px solid #e0e0e0;
    padding-left: 1.5em;
}

.features-heading-label {
   font-size: 14px;
  font-weight: 600;
  color: #555555;
    margin: 0 0 0.5em 0;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.features-list-items {
   list-style: none;
  padding: 0;
  margin: 0;
}

.features-list-items li {
	font-size: 13px;
  color: #666666;
   margin-bottom: 0.3em;
    padding-left: 1.2em;
   position: relative;
}

.features-list-items li:before		{
  content: "✓";
         position: absolute;
   left: 0;
    color: #4caf50;
   font-weight: 700;
}

.platform-action {
   align-items: center;
  text-align    :    center;
}

.claim-bonus-button {
   display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(135deg, #d4a574 0%, #b8804f 100%);
    color: #ffffff;
    font-size   :   16px;
                    font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
   border-radius: 4px;
   transition: all 0.3s ease;
   letter-spacing: 1px;
}

.claim-bonus-button:hover {
  background: linear-gradient(135deg, #b8804f 0%, #a67043 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 165, 116, 0.4);
}

.action-disclaimer-notice {
    font-size: 11px;
    color: #999999;
   margin: 0.8em 0 0 0;
    line-height: 1.4;
}@media (max-width: 1200px) {
    .platform-card-horizontal {
        grid-template-columns: 180px 140px 1fr 180px 160px;
        gap: 1.5em;
        padding: 1.2em;
    }

    .catalog-main-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .platform-card-horizontal {
        grid-template-columns: 1fr;
        gap: 1.5em;
        padding: 1.5em;
    }

    .platform-identity,
    .platform-rating,
    .platform-bonus,
    .platform-features,
    .platform-action {
        border-left: none;
        padding-left: 0;
        text-align: center;
        align-items: center;
    }

    .platform-bonus,
    .platform-features {
        border-top: 1px solid #e0e0e0;
        padding-top: 1em;
    }

    .features-list-items {
        text-align: left;
        display: inline-block;
    }

    .catalog-main-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .catalog-display-area {
        padding: 60px 0;
    }

    .catalog-main-title {
        font-size: 28px;
    }

    .catalog-intro-text {
        font-size: 14px;
    }

    .platform-logo-holder {
        max-width: 120px;
    }

    .claim-bonus-button {
        width: 100%;
        padding: 12px 24px;
    }
}.contact-form-zone {
    padding: 80px 0;
   background: #f9f9f9;
  min-height: calc(100vh - 200px);
}

.form-container-wrapper {
   max-width: 1100px;
   margin: 0 auto;
    padding: 0 20px;
}

.form-header-block {
    text-align: center;
    margin-bottom: 3em;
}

.form-label-small {
  display: inline-block;
      font-size: 14px;
  color: #d4a574;
   text-transform: uppercase;
   letter-spacing: 2px;
  margin-bottom: 0.5em;
	font-weight: 600;
}

.form-header-block h1 {
       font-size: 42px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom  :       0.5em;
	}

.form-intro-desc {
    font-size: 16px;
	margin: 0 auto;
    max-width: 600px;
   color:   #555555;
}

.form-layout-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 3em;
   background: #ffffff;
  padding :   3em;
    border-radius: 8px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
}

.form-visual-side {
   display: flex;
    flex-direction: column;
   align-items: center;
  text-align: center;
  padding: 2em 1em;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 6px;
}

.contact-main-icon {
  width: 100px;
    height: 100px;
    margin-bottom: 2em;
}

.contact-main-icon path,
.contact-main-icon polygon,
.contact-main-icon line {
   stroke: #d4a574;
   fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info-block    {
   width: 100%;
}

.contact-info-block h3 {

	   font-size: 20px;
  color: #1a2332;
  margin-bottom: 1.5em;
   font-weight: 700;}

.info-item-row {
    display: flex;
    align-items: center;
   gap: 1em;
   padding: 1em;
  background: #ffffff;
    border-radius: 4px;
   margin-bottom: 1em;
   text-align: left;
}

.info-icon-small {
   width: 24px;
    height    :      24px;
    flex-shrink: 0;
   background-color: #d4a574;
}

.info-icon-small path,
.info-icon-small circle,
.info-icon-small rect {
   stroke: #d4a574;
  fill: none;
   stroke-width: 2.5;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.info-item-row span {
    font-size: 14px;
  color :  #333333;
    font-weight: 500;
}

.form-input-side {
    padding: 1em 0;
}

.inquiry-form-element {
    display: flex;
   flex-direction: column;
  gap: 1.5em;
}

.form-field-group {
    display: flex;
    flex-direction :      column;
}

.field-label-text {
  font-size: 14px;
    font-weight: 600;
   color: #1a2332;
    margin-bottom: 0.5em;
}

.field-input-box,
.field-select-box,
.field-textarea-box {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
  border-radius: 4px;
   font-size: 15px;
   font-family: inherit;
    color: #333333;
  transition: all 0.3s ease;
   background: #ffffff;
}

.field-input-box:focus,
.field-select-box:focus,
.field-textarea-box:focus {
  outline: none;
  border-color: #d4a574;
  box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.field-textarea-box {
   resize: vertical;
    min-height: 120px;
}

.field-select-box {
   cursor: pointer;
}

.error-message-text {
    font-size: 13px;
    color: #e74c3c;
    margin-top: 0.5em;
  display: none;
}

.form-field-group.has-error .field-input-box,
.form-field-group.has-error .field-select-box,
.form-field-group.has-error .field-textarea-box {
    border-color: #e74c3c;
}

.form-field-group.has-error .error-message-text {
   display   :       block;
}

.form-submit-button {
   display: flex;
  align-items: center;
  justify-content: center;
        gap: 0.8em;
  padding: 16px 40px;
  background: linear-gradient(135deg, #d4a574 0%, #b8804f 100%);
  color: #ffffff;
    font-size: 16px;
   font-weight: 700;
   border: none;
    border-radius: 4px;
   cursor: pointer;
    transition: all 0.3s ease;
   margin-top: 1em;
}

.form-submit-button:hover {
  background: linear-gradient(135deg, #b8804f 0%, #a67043 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 165, 116, 0.4);
}

.btn-icon-arrow {
    width: 20px;
    height: 20px;
}

.btn-icon-arrow path,
.btn-icon-arrow line {
   stroke: #ffffff;
  fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.thank-you-overlay {
   position: fixed;
    top: 0;
   left: 0;
  width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
   justify-content: center;
   z-index: 9999;
}

.thank-you-overlay.hidden {
  display: none;
}

.thank-you-modal {
   background: #ffffff;
   padding: 3em 2.5em;
    border-radius: 8px;
    max-width: 450px;
  width: 90%;
   text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.success-check-icon {
    width: 80px;

  height: 80px;

  margin: 0 auto 1.5em; 

}

.success-check-icon path,
.success-check-icon circle {
    stroke: #4caf50;
	   fill: none;
	   stroke-width: 2.5;
	   stroke-linecap: round;
	    stroke-linejoin: round;
}

.thank-modal-content h2 {
   font-size: 32px;
     color: #1a2332;
  margin-bottom: 0.5em;
      font-weight: 700;
}

.thank-modal-content p {
  font-size: 16px;
  color: #555555;
   line-height    :        1.7;
    margin-bottom: 2em;
}

.close-modal-btn {
    padding: 14px 40px;
               background: #d4a574;
    color: #ffffff;
    font-size    :   16px;
  font-weight : 600;
   border: none;
  border-radius: 4px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.close-modal-btn:hover {
  transform: translateY(-2px);
  background: #b8804f;
}

.cookies-consent-bar {
   position: fixed;
    bottom: 0;
    left: 0;
    width    :  100%;
   background: #ffffff;
  box-shadow: 0 -3px 20px rgba(0,0,0,0.15);
   padding: 1.5em 2em;
  z-index: 9998;
}

.cookies-consent-bar.hidden {
    display: none;
}

.cookies-content-wrap {
   max-width: 1200px;
  margin: 0 auto;
    display: flex;
   align-items: center;
  justify-content: space-between;
  gap: 2em;
}

.cookies-text-section {
    display: flex;
   align-items: center;
   gap: 1.5em;
   flex: 1;
}

.cookies-icon-visual {
	width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.cookies-icon-visual path,
.cookies-icon-visual circle {
   stroke: #d4a574;
   fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.cookies-message-block h4 {
  font-size   :     16px;
  color: #1a2332;
               margin  :      0 0 0.3em 0;
   font-weight: 700;
}

.cookies-message-block p {
   font-size: 14px;
   color: #555555;
   margin: 0;
  line-height: 1.5;
}

.cookies-actions-section {
  gap: 1em;
   flex-shrink: 0;
 display: flex; 
	
}

.cookies-settings-btn,
.cookies-accept-btn,
.cookies-decline-btn {
    padding: 10px 24px;
  font-size: 14px;
         font-weight: 600;
  border: none;
    border-radius: 4px;
   cursor: pointer;
    transition: all 0.3s ease;
  display: flex;
    align-items: center;
  gap: 0.5em;
}

.cookies-settings-btn {
    background: #f0f0f0;
   color: #333333;
}

.cookies-settings-btn:hover {
    background   :#e0e0e0;
}

.cookies-accept-btn {
   background: #4caf50;
	  color: #ffffff;
}

.cookies-accept-btn:hover {
    background: #45a049;
}

.cookies-decline-btn {
   background: #e0e0e0;
  color: #333333;
}

.cookies-decline-btn:hover {
  background: #d0d0d0;
}

.btn-icon-mini {
   width: 16px;
  height   :      16px;
}

.btn-icon-mini path,
.btn-icon-mini line {
    stroke: currentColor;
   fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.gdpr-modal-overlay {
    position: fixed;
  top: 0;
    left: 0;
   width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
   align-items    :center;
   justify-content: center;
   z-index: 9999;
}

.gdpr-modal-overlay.hidden {
   display: none;
}

.gdpr-settings-panel {
  background: #ffffff;
  border-radius: 8px;
  max-width: 600px;
    width: 90%;
                    max-height: 80vh;
   overflow: hidden;
   display: flex;
   flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.gdpr-header-row {
   display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2em;
  border-bottom: 1px solid #e0e0e0; 

}

.gdpr-header-row h3 {
  font-size: 22px;
    color: #1a2332;
    margin: 0;
    font-weight: 700;
}

.gdpr-close-btn {
    background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em;
   transition: transform 0.3s ease; 

}

.gdpr-close-btn:hover {
  transform: scale(1.1);
}

.close-icon-small {
    width: 24px;
	height: 24px;
}

.close-icon-small path,
.close-icon-small line {
          stroke: #999999;
  fill: none;
   stroke-width: 2.5;
  stroke-linecap: round;
   stroke-linejoin: round;
}

.gdpr-content-area {
    padding: 2em;
  overflow-y: auto;
    flex: 1;
}

.gdpr-option-item {
   display: flex;
  justify-content: space-between;
   align-items: center;
  padding: 1.5em;
    background: #f8f9fa;
   border-radius: 6px;
  margin-bottom: 1em;
}

.option-left-part h4 {
    font-size: 16px;
   color: #1a2332;
   margin: 0 0 0.3em 0;
  font-weight: 700;
}

.option-left-part p {
  font-size: 13px;
       color: #666666;
    margin: 0;
}

.toggle-switch-element {
	position: relative;
    display: inline-block;
  width    :   52px;
   height: 28px;
}

.toggle-switch-element input {
  opacity: 0;
    width: 0;
  height: 0;
}

.toggle-slider-visual {
  position: absolute;
    cursor: pointer;
	top: 0;
    left: 0;
    right :        0;
   bottom: 0;
    background-color: #ccc;
   transition: 0.4s;
  border-radius: 28px;
}

.toggle-slider-visual:before {
               position: absolute;
  content: "";
   height: 20px;
    width: 20px;
  left: 4px;
    bottom: 4px;
  background-color: white;
   transition: 0.4s;
   border-radius: 50%;
}

input:checked + .toggle-slider-visual {
    background-color: #4caf50;
}

input:checked + .toggle-slider-visual:before {
  transform: translateX(24px);
}

input:disabled + .toggle-slider-visual {
    opacity: 0.5;
  cursor    : not-allowed;
}

.gdpr-footer-actions {

	 padding: 1.5em 2em;

   border-top: 1px solid #e0e0e0;
	}

.gdpr-save-btn {
   width: 100%;
   padding: 14px;
   background: #d4a574;
  color: #ffffff;
  font-size: 16px;
   font-weight: 700;
    border: none;
  border-radius: 4px;
  cursor: pointer;
    transition: all 0.3s ease;
}

.gdpr-save-btn:hover {
  background: #b8804f;
}@media (max-width: 991px) {
    .form-layout-grid {
        grid-template-columns: 1fr;
        padding: 2em;
    }

    .form-header-block h1 {
        font-size: 32px;
    }

    .cookies-content-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookies-actions-section {
        width: 100%;
        flex-wrap: wrap;
    }

    .cookies-settings-btn,
    .cookies-accept-btn,
    .cookies-decline-btn {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .contact-form-zone {
        padding: 60px 0;
    }

    .form-header-block h1 {
        font-size: 28px;
    }

    .form-layout-grid {
        padding: 1.5em;
    }

    .cookies-consent-bar {
        padding: 1em;
    }

    .cookies-actions-section {
        flex-direction: column;
    }

    .cookies-settings-btn,
    .cookies-accept-btn,
    .cookies-decline-btn {
        width: 100%;
    }
}.legal-document-zone {
    padding: 80px 0;
    background: #f9f9f9;
  min-height: calc(100vh - 100px);
}

.legal-container-wrapper
{
  max-width: 900px;

	   margin: 0 auto;

	    padding: 0 20px;
}

.legal-header-section {
   text-align: center;
   margin-bottom: 3em;
   padding-bottom: 2em;
  border-bottom: 2px solid #d4a574;
}

.legal-label-small {
  display: inline-block;
  font-size     :    13px;
    color: #d4a574;
  text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.8em;
  font-weight: 600;
}

.legal-header-section h1 {
   font-size: 48px;
  font-weight: 700;
   color: #1a2332;
    margin-bottom: 0.5em;
    line-height: 1.2;
	
}

.legal-updated-date


{
    font-size: 14px;
   color: #777777;
  font-style: italic;
}

.legal-content-body {
  background: #ffffff;
      padding: 3em;
        border-radius: 6px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}

.legal-section-block {
  margin-bottom: 2.5em;
	padding-bottom: 2em;
  border-bottom: 1px solid #e9ecef;
}

.legal-section-block:last-child {
  margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.legal-section-block h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1a2332;
   margin-bottom: 1em;
  line-height: 1.3;
}

.legal-section-block p {
	 font-size: 16px;
   line-height: 1.8;
   color: #444444;
    margin-bottom: 1.2em;
   text-align: justify;
}

.legal-section-block p:last-child  
  {
    margin-bottom: 0;
}@media (max-width: 991px) {
    .legal-document-zone {
        padding: 60px 0;
    }

    .legal-header-section h1 {
        font-size: 36px;
    }

    .legal-content-body {
        padding: 2em;
    }

    .legal-section-block h2 {
        font-size: 22px;
    }

    .legal-section-block p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .legal-header-section h1 {
        font-size: 28px;
    }

    .legal-content-body {
        padding: 1.5em;
    }

    .legal-section-block {
        margin-bottom: 2em;
        padding-bottom: 1.5em;
    }

    .legal-section-block h2 {
        font-size: 20px;
    }

    .legal-section-block p {
        font-size: 14px;
        text-align: left;
    }
}
