* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
  line-height: 1.6;
    color: #333;
  background: #fff;
}

img {
  max-width: 100%;
   height: auto;
    display: block;
}

a {
  text-decoration: none;
    color: inherit;
   transition: color 0.3s;
}

ul {
   list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
    line-height: 1.3;
  margin-bottom: 20px;
}

.gz-topbar-mrs {
  background: #fff;
    padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
   position: sticky;
  top: 0;
   z-index: 1000;
}

.gz-frame-content {
    max-width: 1200px;
    margin: 0 auto;
      padding: 0 20px;
   display: flex;
  justify-content: space-between;
    align-items: center;
}

.gz-logo-holder img {
   min-height: 64px;
  width: auto;
}

.gz-nav-links {
   display: flex;
   gap: 30px;
}

.gz-nav-links a {
    font-weight: 500;
   color: #333;
  transition: color 0.3s;
}

.gz-nav-links a:hover {
    color: #6B46C1;
}

.gz-menu-trigger {
    display: none;
  cursor: pointer;
    background-color: #6B46C1;
}

.gz-icon-nav {
   width: 30px;
  height: 30px;
}

.gz-hero-display-mrs {
   position: relative;
}

.gz-hero-overlay {
  background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
    padding: 180px 0;
    position: relative;
}

.gz-hero-overlay::before {
  content: "";
  position: absolute;
   top: 0;
  left: 0;
  right: 0;
   bottom: 0;
  background: rgba(0,0,0,0.5);
}

.gz-hero-text-center {
   position: relative;
   z-index: 2;
}

.gz-hero-inner {
  text-align: center;
  max-width: 900px;
    margin: 0 auto;
}

.gz-hero-headline {
   font-size: 3.5rem;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
}

.gz-hero-headline strong {
  font-weight: 700;
}

.gz-hero-subtext {
   font-size: 1.3rem;
  color: #f0f0f0;
  margin-bottom: 35px;
}

.gz-hero-actions {
  display: flex;
	gap: 20px;
  justify-content: center;
}

.gz-btn-main {
   padding: 18px 45px;
  background: #6B46C1;
   color: #fff;
  border: 2px solid #6B46C1;
   font-weight: 500;
    transition: all 0.4s;
    display: inline-block;
}

.gz-btn-main:hover {
  background: transparent;
  color: #6B46C1;
  box-shadow: 0 8px 25px rgba(107,70,193,0.3);
}

.gz-btn-outline {
    padding: 18px 45px;
   background: transparent;
  color: #fff;
   border: 2px solid #fff;
    font-weight: 500;
    transition: all 0.4s;
   display: inline-block;
}

.gz-btn-outline:hover {
  background: #fff;
   color: #333;
}

.gz-about-zone-mrs {
  padding: 100px 0;
}

.gz-flex-row {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
}

.gz-align-middle {
  align-items: center;
}

.gz-col-half {
   flex: 1;
  min-width: 300px;
}

.gz-image-holder img {
    width: 100%;
}

.gz-label-text {
   font-size: 18px;
   font-weight: 500;
  margin-bottom: 22px;
  font-family: 'Roboto', sans-serif;
    color: #6B46C1;
}

.gz-section-heading {
  font-size: 2.8rem;
  color: #4C1D95;
   margin-bottom: 30px;
}

.gz-text-block p {
  line-height   :1.8;
    margin-bottom: 25px;
   color: #555;
}

.gz-text-block .gz-btn-main {
   margin-top: 15px;
}

.gz-cards-showcase-mrs {
   background: #6B46C1;
    color: #fff;
  padding: 0;
   margin-bottom: 30px;


}

.gz-grid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.gz-card-title-block {
  background: #6B46C1;
    padding: 70px 50px;
  position: relative;
}

.gz-card-title-block::after {
  content: "";
    position: absolute;
  right: 0;
  top: 0;
   bottom: 0;
    width: 1px;
  background: rgba(255,255,255,0.2);
}

.gz-white-heading {
    font-size: 30px;
   color: #fff;
   margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
}

.gz-white-heading::after {
  position: absolute;
  content: "";
    bottom: 0;
    left: 0;
   width: 20%;
   height: 2px;
  background: #fff;
}

.gz-card-title-block p {
   margin-bottom: 20px;
  font-size: 15px;
}

.gz-link-more {
  color: #fff;
   text-transform: uppercase;
   font-weight: 500;
}

.gz-card-item {
   position: relative;
}

.gz-card-visual {
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  height: 100%;
  position: relative;
}

.gz-card-visual::before {
  content: "";
    position: absolute;
   top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6B46C1;
  transition: 0.3s all ease;
}

.gz-card-visual:hover::before {
  background: rgba(76,29,149,0.7);
}

.gz-card-visual::after {
  content: "";
   position: absolute;
  top: 0;
   bottom: 0;
  right: 0;
   height: 100%;
   width: 1px;
  background: rgba(255,255,255,0.2);
}

.gz-card-content {
   padding: 70px 50px;
    position: relative;
    z-index: 2;
}

.gz-card-content * {
  margin-bottom: 0;
}

.gz-card-content *:last-child {
  margin-bottom: 0;
}

.gz-icon-wrap {
    display: block;
  margin-bottom: 30px;
}

.gz-card-icon {
   width: 48px;
   height: 48px;
  filter: brightness(0) invert(1);
}

.gz-card-visual h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
	margin-bottom: 15px;
  transition: 0.3s all ease;
}

.gz-card-visual p {
   color: #fff;
    transition: 0.3s all ease;
}

.gz-card-visual:hover h2,
.gz-card-visual:hover p {
   color: #fff;
}

.gz-services-area-mrs {
   padding: 100px 0 80px;
  background: #f9f9f9;
}

.gz-narrow-frame
{
         max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

.gz-col-centered {
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 50px;
}

.gz-meta-label {
  display: block;
   color: #6B46C1;
  font-size: 16px;
    text-transform: uppercase;
  margin-bottom: 15px;
   letter-spacing: 1px;
}

.gz-main-title {
   font-size: 2.5rem;
  color: #4C1D95;
}

.gz-row-spaced {
   margin-top: 50px;
}

.gz-col-third {
  flex: 0 0 calc(33.333% - 30px);
    margin-bottom: 80px;
}

.gz-text-center {
   text-align: center;
}

.gz-service-box {
   position: relative;
   z-index: 0;
    margin-bottom: 0;
}

.gz-icon-holder {
    position: absolute;
  top: -120px;
   left: 0;
  right: 0;
    width: 100px;
  height: 50px;
   display: table;
  margin: 0 auto;
    background: #6B46C1;
}

.gz-icon-holder::before {
  position: absolute;
    left: 0;
   right: 0;
  content: "";
    top: -30px;
   width: 0;
   height: 0;
  border-style: solid;
        border-width: 0 50px 30px 50px;
    border-color: transparent transparent #6B46C1 transparent;
}

.gz-icon-holder::after {
  position: absolute;
   left: 0;
    right: 0;
  content: "";
  bottom: -30px;
  width: 0;
   height: 0;
   border-style: solid;
    border-width: 30px 50px 0 50px;
   border-color: #6B46C1 transparent transparent transparent;
}

.gz-service-icon {
  width: 30px;
  height: 30px;
  z-index: 1;
    display: table-cell;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.gz-service-desc {
   margin-top: 60px;
}

.gz-service-desc h3 {
    font-size: 16px;
   font-weight: 700;
    text-transform: uppercase;
  margin-bottom: 15px;
   color: #4C1D95;
}

.gz-service-desc p {
   color: #666;
  line-height: 1.7;
}

.gz-color-scheme-2 .gz-icon-holder {
  background: #9333EA;
}

.gz-color-scheme-2 .gz-icon-holder::before {
   border-color: transparent transparent #9333EA transparent;
}

.gz-color-scheme-2 .gz-icon-holder::after {
  border-color: #9333EA transparent transparent transparent;
}

.gz-color-scheme-3 .gz-icon-holder {
   background: #7C3AED;
}

.gz-color-scheme-3 .gz-icon-holder::before {
  border-color: transparent transparent #7C3AED transparent;
}

.gz-color-scheme-3 .gz-icon-holder::after {
  border-color: #7C3AED transparent transparent transparent;
}

.gz-color-scheme-4 .gz-icon-holder {
    background: #8B5CF6;
}

.gz-color-scheme-4 .gz-icon-holder::before {
    border-color: transparent transparent #8B5CF6 transparent;
}

.gz-color-scheme-4 .gz-icon-holder::after {
    border-color: #8B5CF6 transparent transparent transparent;
}

.gz-color-scheme-5 .gz-icon-holder {
    background: #A78BFA;
}

.gz-color-scheme-5 .gz-icon-holder::before {
    border-color: transparent transparent #A78BFA transparent;
}

.gz-color-scheme-5 .gz-icon-holder::after {
    border-color: #A78BFA transparent transparent transparent;
}

.gz-color-scheme-6 .gz-icon-holder {
    background: #C4B5FD;
}

.gz-color-scheme-6 .gz-icon-holder::before {
   border-color: transparent transparent #C4B5FD transparent;
}

.gz-color-scheme-6 .gz-icon-holder::after {
   border-color: #C4B5FD transparent transparent transparent;
}

.gz-media-showcase-mrs {
  padding: 100px 0;
}

.gz-justify-center {
  justify-content: center; 

}

.gz-col-large {
   flex: 0 0 70%;
}

.gz-section-intro {
    margin-bottom: 50px;
}

.gz-section-intro h2 {
       font-size: 2.5rem;
   color: #4C1D95;
  margin-bottom: 20px;}

.gz-section-intro p {
   font-size: 1.1rem;
    color: #666;
}

.gz-col-full {
    flex: 0 0 100%;
}

.gz-video-container {
  position: relative;
}

.gz-media-wrapper {
  position: relative;
}

.gz-media-wrapper img {
   width: 100%;
}

.gz-play-trigger {
  position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gz-video-link {
  display: flex;
  width: 80px;
    height: 80px;
    background: #6B46C1;
   border-radius : 50%;
   align-items   :      center;
  justify-content: center;
   transition: transform 0.3s;
   text-align: center;
    line-height: 80px;
  color: #fff;
}

.gz-video-link:hover {
  transform: scale(1.1);
}

.gz-play-icon {
  width: 24px;
   height: 24px;
  filter: brightness(0) invert(1);
   margin-left: 5px;
}

.gz-faq-area-mrs {
  padding: 120px 0;
  background: #fff;
}

.gz-col-centered-large {
               flex: 0 0 70%;
   margin: 0 auto;
}

.gz-accordion-wrapper {
   margin-bottom: 30px;
}

.gz-accordion-unit {
   background: #fff;
   border: 1px solid #e8e8e8;
  border-radius: 10px;
   margin-bottom: 20px;
  overflow: hidden;
    transition: box-shadow 0.3s;
}

.gz-accordion-unit:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gz-accordion-head {
    padding: 0;
}

.gz-accordion-toggle {
  width: 100%;
  text-align: left;
    background: transparent;
  border: none;
  padding: 20px 60px 20px 25px;
    font-size: 18px;
    font-weight: 600;
  color: #191d34;
    cursor: pointer;
   position: relative;
    transition: color 0.3s;
  font-family: 'Roboto', sans-serif;
}

.gz-accordion-toggle:focus {
   outline: none;
}

.gz-accordion-toggle:hover {
  color: #6B46C1;
}

.gz-accordion-toggle::after {
  content: '+';
   position: absolute;
  right: 25px;
   top: 50%;
  transform: translateY(-50%);
   font-size: 24px;
    font-weight: 400;
   color: #6B46C1;
	transition: transform 0.3s;
}

.gz-accordion-toggle:not(.gz-toggle-closed)::after {
  content: '-';
   color: #6B46C1;
}

.gz-accordion-toggle.gz-toggle-closed {
    color: #191d34;
}

.gz-accordion-panel {
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.gz-accordion-panel.gz-panel-visible {
  max-height: 500px;
}

.gz-accordion-text {
       padding: 0 25px 25px 25px;
    font-size: 15px;
    line-height: 26px;
    color: #7A838B;
}

.gz-footer-zone-mrs {
    background: #4C1D95;
   padding-top: 103px;
    padding-bottom: 103px;
  font-family: "Roboto", sans-serif;
}

.gz-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.gz-footer-col {

   margin-bottom: 30px;


}

.gz-footer-brand img {
  margin-bottom: 30px;
  filter: brightness(0) invert(1);
}

.gz-footer-brand p {
   font-size: 14px;
  color: #B8A7D9;
   line-height: 2;
  margin-bottom: 30px;
}

.gz-footer-title {
  font-size: 18px;
    font-weight: 600;
   color: #fff;
  margin-bottom: 30px;
}

.gz-footer-links ul {


    list-style: none;
  padding: 0;
   margin: 0;
     }

.gz-footer-links ul li {
    margin-bottom: 15px;
}

.gz-footer-links ul li a {
   font-size: 14px;
    color: #B8A7D9;
     transition: color 0.3s;
}

.gz-footer-links ul li a:hover {
	color: #9333EA;
}

.gz-contact-item {
  display: flex;
   align-items: flex-start;
    margin-bottom: 20px;
   gap: 15px;
}

.gz-contact-icon {
   width    :     20px;
    height: 20px;
  filter: brightness(0) invert(1);
    flex-shrink: 0;
}

.gz-contact-item p {
    font-size: 14px;
   color: #B8A7D9;
    line-height: 1.8;
  margin: 0;
}

.gz-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
  margin-top: 50px;
}

.gz-footer-bar {
   display: flex;
    justify-content: space-between;
    align-items: center;
}

.gz-copyright p {
   font-size: 14px;
   color: #B8A7D9;
    margin: 0;
}

.gz-footer-menu {
  display: flex;
  gap: 15px;
   list-style: none;
    padding: 0;
    margin: 0;
}

.gz-footer-menu li a {
    font-size: 14px;
   color: #B8A7D9;
   padding: 13px 18px;
   transition: color 0.3s;
}

.gz-footer-menu li a:hover {
   color: #9333EA;
}@media (max-width: 991px) {
    .gz-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .gz-nav-links.gz-menu-active {
        display: flex;
    }

    .gz-menu-trigger {
        display: block;
    }

    .gz-hero-headline {
        font-size: 2.2rem;
    }

    .gz-hero-overlay {
        padding: 120px 0;
    }

    .gz-about-zone-mrs {
        padding: 70px 0;
    }

    .gz-section-heading {
        font-size: 2rem;
    }

    .gz-grid-cards {
        grid-template-columns: 1fr;
    }

    .gz-card-title-block::after,
    .gz-card-visual::after {
        display: none;
    }

    .gz-card-title-block {
        padding: 30px;
    }

    .gz-card-content {
        padding: 30px;
    }

    .gz-col-third {
        flex: 0 0 100%;
        margin-bottom: 60px;
    }

    .gz-services-area-mrs,
    .gz-media-showcase-mrs,
    .gz-faq-area-mrs {
        padding: 70px 0;
    }

    .gz-col-large,
    .gz-col-centered-large {
        flex: 0 0 100%;
    }

    .gz-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gz-footer-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .gz-footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .gz-hero-headline {
        font-size: 1.8rem;
    }

    .gz-hero-subtext {
        font-size: 1rem;
    }

    .gz-hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .gz-btn-main,
    .gz-btn-outline {
        padding: 15px 35px;
    }

    .gz-section-heading {
        font-size: 1.6rem;
    }

    .gz-main-title,
    .gz-section-intro h2 {
        font-size: 1.8rem;
    }

    .gz-accordion-toggle {
        font-size: 15px;
        padding: 18px 50px 18px 20px;
    }

    .gz-accordion-toggle::after {
        right: 20px;
    }

    .gz-accordion-text {
        padding: 0 20px 20px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .gz-footer-grid {
        grid-template-columns: 1fr;
    }

    .gz-footer-zone-mrs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}.gz-footer-zone-mrs {
   background: #4C1D95;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

.gz-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
   margin-bottom: 60px;
}

.gz-footer-col {
  margin-bottom: 0;
}

.gz-footer-brand {
}

.gz-footer-logo {
    min-height: 86px;
  width: auto;
    margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.gz-footer-brand p {
    font-size: 14px;
  line-height: 1.8;
    color: #B8A7D9;
  margin-bottom: 0;
}

.gz-footer-title {
   font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  font-family: 'Playfair Display', serif;
}

.gz-footer-links ul {
   list-style: none;
  padding: 0;
    margin: 0;
}

.gz-footer-links ul li {
  margin-bottom: 12px;
}

.gz-footer-links ul li a {
  font-size: 14px;
   color: #B8A7D9;
    transition: color 0.3s;
}

.gz-footer-links ul li a:hover {
    color: #9333EA;
}

.gz-contact-item {
  display: flex;
  align-items: flex-start;
   margin-bottom: 18px;
   gap: 12px;
}

.gz-contact-icon {
   width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
   flex-shrink: 0;
  margin-top: 2px;
}

.gz-contact-item p {
   font-size: 14px;
   color: #B8A7D9;
   line-height: 1.6;
   margin: 0;
}

.gz-regulators-zone {
  background: rgba(255,255,255,0.05);
    padding: 20px;
  border-radius: 8px;
    margin-bottom: 50px;
}

.gz-regulators-title {
    font-size: 22px;
      font-weight: 600;
      color: #fff;
     text-align: center;
       margin-bottom: 35px;
     font-family: 'Playfair Display', serif;
}

.gz-regulators-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 30px;
}

.gz-regulator-card {
  background: rgba(255,255,255,0.08);
  padding: 25px 20px;
  border-radius: 6px;
    text-align: center;
    transition: all 0.3s;
  border: 2px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.gz-regulator-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: #9333EA;
  transform: translateY(-3px);
}

.gz-regulator-card img {
    max-height: 140px;
}

.gz-regulator-name {
   font-size: 14px;
   font-weight: 500;
   color: #fff;
   text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gz-disclaimer-zone {
    background: #7C3AED;
    padding: 35px;
  border-radius: 8px;
  margin-bottom: 50px;
    border-left: 5px solid #9333EA;
}

.gz-disclaimer-content {
}

.gz-disclaimer-title {
  font-size: 20px;
    font-weight: 700;
   color: #fff;
    margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gz-disclaimer-title::before {
  content: "⚠";
    font-size: 24px;
}

.gz-disclaimer-content p {
  font-size: 14px;
  color: #E9D5FF;
    line-height: 1.8;
    margin-bottom: 15px;
}

.gz-disclaimer-content p:last-child {
    margin-bottom: 0;
}

.gz-disclaimer-content a {
    color: #fff;
   text-decoration: underline;
    font-weight: 500;
}

.gz-disclaimer-content a:hover {
    color: #FDE68A;
}

.gz-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 30px;
}

.gz-footer-bar {
  display: flex;
   justify-content: space-between;
  align-items: center;
}

.gz-copyright p {
    font-size: 14px;
    color: #B8A7D9;
    margin: 0;
}

.gz-footer-menu {
   display: flex;
   gap: 5px;
   list-style: none;
    padding: 0;
  margin: 0;
}

.gz-footer-menu li a {
  font-size: 13px;
  color: #B8A7D9;
    padding: 10px 15px;
    transition: color 0.3s;
}

.gz-footer-menu li a:hover {
  color: #9333EA;
}

.gz-age-popup

{
   display: flex;
  left: 0;
   transition: opacity 0.4s, visibility 0.4s;
   bottom: 0;
    right: 0;
   opacity: 1;
  align-items: center;
    justify-content: center;
  visibility: visible;
  z-index: 99999;
    position: fixed;
   top: 0;
}

.gz-age-popup.gz-hidden {
    opacity: 0;
   visibility: hidden;
   pointer-events: none;
}

.gz-age-overlay {
    position: absolute;
   top: 0;
  left: 0;
   right: 0;
    bottom: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(5px);
}

.gz-age-content {
  position: relative;
  background: #fff;
  max-width: 500px;
    width: 90%;
    padding: 45px 35px;
   border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.gz-age-icon {
    margin-bottom: 25px;
}

.gz-popup-icon {
   width: 70px;
  height: 70px;
   filter: none;
}

.gz-age-title {
    font-size: 28px;
   font-weight: 700;
   color: #4C1D95;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}

.gz-age-text {
   font-size: 16px;
    color: #555;
  line-height: 1.6;
    margin-bottom: 35px;
}

.gz-age-actions {
   display: flex;
  flex-direction: column;
  gap: 15px;
    margin-bottom: 25px;
}

.gz-age-btn {
    padding: 16px 30px;
   font-size: 16px;
   font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
  font-family: 'Roboto', sans-serif;
}

.gz-age-confirm {
   background: #6B46C1;
    color: #fff;
}

.gz-age-confirm:hover {
   background: #7C3AED;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(107,70,193,0.3);
}

.gz-age-decline {
   background: #E5E7EB;
     color: #6B7280;
}

.gz-age-decline:hover {
   background: #D1D5DB;
}

.gz-age-disclaimer {
  font-size: 12px;
    color: #9CA3AF;
   margin: 0;
}

.gz-age-disclaimer a {
  color: #6B46C1;
  text-decoration: underline;
}

.gz-age-disclaimer a:hover {
   color: #7C3AED;
}@media (max-width: 991px) {
    .gz-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        margin-bottom: 50px;
    }

    .gz-regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .gz-regulator-card:last-child {
        grid-column: 1 / -1;
        max-width: 300px;
        margin: 0 auto;
        width: 100%;
    }

    .gz-footer-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .gz-footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .gz-footer-zone-mrs {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .gz-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 40px;
    }

    .gz-regulators-zone {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .gz-regulators-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .gz-regulators-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gz-regulator-card {
        padding: 20px 15px;
    }

    .gz-regulator-card:last-child {
        grid-column: auto;
        max-width: 100%;
    }

    .gz-regulator-card img {
        max-width: 100px;
    }

    .gz-disclaimer-zone {
        padding: 25px 20px;
        margin-bottom: 40px;
    }

    .gz-disclaimer-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .gz-disclaimer-content p {
        font-size: 13px;
    }

    .gz-age-content {
        padding: 35px 25px;
    }

    .gz-age-title {
        font-size: 24px;
    }

    .gz-age-text {
        font-size: 14px;
    }

    .gz-age-btn {
        padding: 14px 25px;
        font-size: 15px;
    }

    .gz-popup-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .gz-footer-menu {
        flex-direction: column;
        gap: 0;
    }

    .gz-footer-menu li a {
        padding: 8px 12px;
    }
}.gz-offers-catalog-mrs {
   padding: 100px 0;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}

.gz-catalog-subtitle {
  font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 50px;}

.gz-offer-card {
    background: #fff;
    border: 2px solid #E5E7EB;
  border-radius: 12px;
   padding: 0;
  margin-bottom: 30px;
   display: grid;
  grid-template-columns: 200px 180px 1fr 220px 180px;
    align-items: center;
    transition: all 0.3s;
  overflow: hidden;
}

.gz-offer-card:hover {
   border-color: #6B46C1;
  box-shadow: 0 10px 40px rgba(107,70,193,0.15);
  transform: translateY(-3px);
}

.gz-offer-section {
    padding: 30px 25px;
   border-right: 1px solid #F3F4F6;
}

.gz-offer-section:last-child {
  border-right: none;
}

.gz-offer-logo-section {
    display: flex;
   flex-direction: column;
  align-items: center;
    gap: 15px;
}

.gz-offer-logo-wrapper {
   width: 120px;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
  background: #F9FAFB;
    border-radius: 8px;
   padding: 10px;
}

.gz-offer-logo {
    max-width: 100%;
  max-height: 100%;
   object-fit: contain;
}

.gz-offer-name {
   font-size: 20px;
  font-weight: 700;
  color: #4C1D95;
  margin: 0;
    text-align     :      center;
}

.gz-offer-badge {
  background: linear-gradient(135deg, #6B46C1, #7C3AED);
  color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
  font-weight: 600;
   text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gz-badge-new {
  background: linear-gradient(135deg, #10B981, #059669);
}

.gz-badge-popular {
  background: linear-gradient(135deg, #F59E0B, #D97706);
}

.gz-offer-rating-section {
   display: flex;
  flex-direction: column;
    align-items: center;
   gap: 12px;
}

.gz-rating-wrapper {
    display: flex;
  align-items: baseline;
    gap: 3px;
}

.gz-rating-number {
  font-size: 36px;
      font-weight: 700;
  color: #6B46C1;
   line-height: 1;
}

.gz-rating-max {
    font-size: 18px;
   color: #9CA3AF;
}

.gz-rating-stars {
    display: flex;
   gap: 4px;
}

.gz-star-icon {
  width: 16px;
    height: 16px;
  filter: invert(45%) sepia(89%) saturate(2267%) hue-rotate(238deg) brightness(87%) contrast(93%);
}

.gz-star-empty {
        opacity: 0.3;
}

.gz-rating-label {
   font-size: 13px;
    color: #6B7280;
    font-weight: 500;
  margin: 0;
}

.gz-offer-bonus-section {
   display: flex;
  flex-direction: column;
    gap: 12px;
}

.gz-bonus-tag {
   background: #FEF3C7;
  color: #92400E;
   padding: 5px 12px;
   border-radius: 6px;
    font-size: 12px;
   font-weight: 600;
  text-transform: uppercase;
   display: inline-block;
  width: fit-content;
}

.gz-bonus-text {
  font-size: 14px;
    color: #4B5563;
    line-height: 1.6;
   margin: 0;
}

.gz-bonus-highlight {
  display: flex; 
	   align-items: center; 
	  gap: 10px; 
	  background: linear-gradient(135deg, #F3E8FF, #EDE9FE); 
	  padding: 10px 15px; 
	   border-radius: 8px; 
	  border-left: 3px solid #6B46C1;
}

.gz-bonus-icon {
    width: 20px;
    height: 20px;
  filter: invert(32%) sepia(67%) saturate(1583%) hue-rotate(238deg) brightness(86%) contrast(94%);
}

.gz-bonus-highlight span {
    font-size: 14px;
  font-weight: 700;
   color: #6B46C1;
}

.gz-offer-features-section {
   display: flex;
  align-items: center;
}

.gz-features-list {
    list-style: none;
  padding: 0;
   margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gz-features-list li {
   display: flex;
   align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}

.gz-check-icon {
   width: 18px;
   height: 18px;
  flex-shrink: 0;
  filter: invert(56%) sepia(77%) saturate(1862%) hue-rotate(238deg) brightness(96%) contrast(89%);
}

.gz-offer-cta-section {
	   display: flex;
  flex-direction: column;
   align-items: center;
   gap: 12px;
}

.gz-offer-btn {
  background: linear-gradient(135deg, #6B46C1, #7C3AED);
  color: #fff;
    padding: 16px 30px;
   border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
    transition: all 0.3s;
  display: flex;
    align-items: center;
    gap: 10px;
  width: 100%;
  justify-content: center;
}

.gz-offer-btn:hover {
  background: linear-gradient(135deg, #7C3AED, #8B5CF6);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(107,70,193,0.3);
}

.gz-btn-arrow {
   width: 18px;
  height     : 18px;
  filter: brightness(0) invert(1);
   transition: transform 0.3s;
}

.gz-offer-btn:hover .gz-btn-arrow {
  transform: translateX(5px);
}

.gz-offer-terms {
   font-size: 11px;
   color: #9CA3AF;
   text-align: center;
   margin: 0;
}@media (max-width: 1200px) {
    .gz-offer-card {
        grid-template-columns: 180px 150px 1fr 200px 160px;
    }

    .gz-offer-logo-wrapper {
        width: 100px;
        height: 70px;
    }

    .gz-offer-name {
        font-size: 18px;
    }

    .gz-rating-number {
        font-size: 32px;
    }

    .gz-offer-section {
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .gz-offers-catalog-mrs {
        padding: 70px 0;
    }

    .gz-offer-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gz-offer-section {
        border-right: none;
        border-bottom: 1px solid #F3F4F6;
        padding: 25px;
    }

    .gz-offer-section:last-child {
        border-bottom: none;
    }

    .gz-offer-logo-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .gz-offer-logo-wrapper {
        width: 100px;
        height: 60px;
    }

    .gz-offer-rating-section {
        flex-direction: row;
        justify-content: space-between;
    }

    .gz-rating-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .gz-catalog-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .gz-offer-card {
        margin-bottom: 25px;
    }

    .gz-offer-section {
        padding: 20px;
    }

    .gz-offer-logo-section {
        flex-direction: column;
        text-align: center;
    }

    .gz-offer-name {
        font-size: 20px;
    }

    .gz-rating-number {
        font-size: 28px;
    }

    .gz-rating-stars {
        gap: 3px;
    }

    .gz-star-icon {
        width: 14px;
        height: 14px;
    }

    .gz-bonus-text {
        font-size: 13px;
    }

    .gz-features-list li {
        font-size: 13px;
    }

    .gz-offer-btn {
        padding: 14px 25px;
        font-size: 15px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .gz-offer-logo-wrapper {
        width: 90px;
        height: 55px;
    }

    .gz-bonus-highlight {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .gz-rating-section {
        flex-direction: column;
        align-items: center;
    }
}

.gz-contact-hero-mrs {
    background: linear-gradient(135deg, #6B46C1 0%, #4C1D95 100%);
    padding: 100px 0 80px;
    text-align: center;
}

.gz-contact-header {
    max-width: 700px;
    margin: 0 auto;
}

.gz-page-title {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.gz-hero-description {
    font-size: 1.2rem;
    color: #E9D5FF;
    line-height: 1.7;
}

.gz-contact-form-zone {
    padding: 80px 0;
    background: #F9FAFB;
}

.gz-form-container {
    background: #fff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-bottom: 60px;
}

.gz-form-intro {
    text-align: center;
    margin-bottom: 45px;
}

.gz-form-icon {
    width: 60px;
    height: 60px;
    filter: invert(32%) sepia(67%) saturate(1583%) hue-rotate(238deg) brightness(86%) contrast(94%);
    margin-bottom: 20px;
}

.gz-form-intro h2 {
    font-size: 2rem;
    color: #4C1D95;
    margin-bottom: 15px;
}

.gz-form-intro p {
    font-size: 1rem;
    color: #6B7280;
}

.gz-contact-form {
}

.gz-form-row {
    margin-bottom: 25px;
}

.gz-form-group {
    position: relative;
}

.gz-form-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 10px;
}

.gz-label-icon {
    width: 18px;
    height: 18px;
    filter: invert(32%) sepia(67%) saturate(1583%) hue-rotate(238deg) brightness(86%) contrast(94%);
}

.gz-form-input,
.gz-form-select,
.gz-form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1F2937;
    transition: all 0.3s;
    background: #fff;
}

.gz-form-input:focus,
.gz-form-select:focus,
.gz-form-textarea:focus {
    outline: none;
    border-color: #6B46C1;
    box-shadow: 0 0 0 3px rgba(107,70,193,0.1);
}

.gz-form-input::placeholder,
.gz-form-textarea::placeholder {
    color: #9CA3AF;
}

.gz-form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236B46C1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    padding-right: 45px;
}

.gz-form-textarea {
    resize: vertical;
    min-height: 140px;
}

.gz-input-error {
    border-color: #EF4444 !important;
}

.gz-error-message {
    display: none;
    color: #EF4444;
    font-size: 13px;
    margin-top: 6px;
}

.gz-form-actions {
    margin-top: 35px;
    text-align: center;
}

.gz-submit-btn {
    background: linear-gradient(135deg, #6B46C1, #7C3AED);
    color: #fff;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Roboto', sans-serif;
}

.gz-submit-btn:hover {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107,70,193,0.3);
}

.gz-btn-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s;
}

.gz-submit-btn:hover .gz-btn-icon {
    transform: translateX(4px);
}

.gz-form-notice {
    font-size: 13px;
    color: #9CA3AF;
    margin-top: 20px;
}

.gz-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gz-info-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s;
}

.gz-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107,70,193,0.15);
}

.gz-info-icon {
    width: 45px;
    height: 45px;
    filter: invert(32%) sepia(67%) saturate(1583%) hue-rotate(238deg) brightness(86%) contrast(94%);
    margin: 0 auto 20px;
}

.gz-info-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4C1D95;
    margin-bottom: 12px;
}

.gz-info-card p {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.gz-success-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.gz-success-popup.gz-popup-active {
    opacity: 1;
    visibility: visible;
}

.gz-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(4px);
}

.gz-popup-content {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 90%;
    padding: 50px 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0,0,0,0.3);
    transform: scale(0.9);
    transition: transform 0.4s;
}

.gz-success-popup.gz-popup-active .gz-popup-content {
    transform: scale(1);
}

.gz-popup-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10B981, #059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.gz-popup-success-icon {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}

.gz-popup-title {
    font-size: 28px;
    font-weight: 700;
    color: #4C1D95;
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
}

.gz-popup-text {
    font-size: 16px;
    color: #6B7280;
    line-height: 1.7;
    margin-bottom: 30px;
}

.gz-popup-close {
    background: linear-gradient(135deg, #6B46C1, #7C3AED);
    color: #fff;
    padding: 14px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Roboto', sans-serif;
}

.gz-popup-close:hover {
    background: linear-gradient(135deg, #7C3AED, #8B5CF6);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .gz-contact-hero-mrs {
        padding: 70px 0 60px;
    }

    .gz-page-title {
        font-size: 2.2rem;
    }

    .gz-form-container {
        padding: 40px 30px;
    }

    .gz-contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .gz-contact-hero-mrs {
        padding: 60px 0 50px;
    }

    .gz-page-title {
        font-size: 1.8rem;
    }

    .gz-hero-description {
        font-size: 1rem;
    }

    .gz-contact-form-zone {
        padding: 60px 0;
    }

    .gz-form-container {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .gz-form-intro h2 {
        font-size: 1.6rem;
    }

    .gz-form-icon {
        width: 50px;
        height: 50px;
    }

    .gz-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .gz-popup-content {
        padding: 40px 30px;
    }

    .gz-popup-title {
        font-size: 24px;
    }
}.gz-legal-hero {
  background: linear-gradient(135deg, #6B46C1 0%, #4C1D95 100%);
    padding: 80px 0 60px;
    text-align: center;
}

.gz-legal-title {
   font-size: 2.5rem;
    color: #fff;
   margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

.gz-legal-date {
  font-size: 1rem;
  color: #E9D5FF;
}

.gz-legal-content {
    padding: 80px 0;
  background: #F9FAFB;
}

.gz-legal-wrapper {
   background: #fff;
   border-radius: 12px;
    padding: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.gz-legal-block {
  margin-bottom: 40px;
}

.gz-legal-block:last-child {
   margin-bottom: 0;
}

.gz-legal-block h2 {
    font-size: 1.8rem;
    color: #4C1D95;
   margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
   border-left: 4px solid #6B46C1;
    padding-left: 20px;
}

.gz-legal-block p {
   font-size: 15px;
  color: #374151;
    line-height: 1.8;
   margin-bottom: 18px;
}

.gz-legal-block p:last-child {
   margin-bottom: 0;
}@media (max-width: 991px) {
    .gz-legal-hero {
        padding: 60px 0 50px;
    }

    .gz-legal-title {
        font-size: 2rem;
    }

    .gz-legal-wrapper {
        padding: 40px 30px;
    }

    .gz-legal-block h2 {
        font-size: 1.5rem;
    }
}.gz-brand-img {
    max-height: 89px;
}@media (max-width: 767px) {
    .gz-legal-hero {
        padding: 50px 0 40px;
    }

    .gz-legal-title {
        font-size: 1.7rem;
    }

    .gz-legal-content {
        padding: 60px 0;
    }

    .gz-legal-wrapper {
        padding: 30px 20px;
    }

    .gz-legal-block h2 {
        font-size: 1.3rem;
        padding-left: 15px;
    }

    .gz-legal-block p {
        font-size: 14px;
    }
}