* {
  margin:     0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
   line-height: 1.7;
  color: #34495e;
  background: #ffffff;
  font-weight: 300;
}

.zs-topbar-bg {
    background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.05);
   position: fixed;
    width: 100%;
   top: 0;
   z-index: 999;
  padding: 0;
}

.zs-nav-wrap {
	   max-width: 1400px;
    margin: 0 auto;
	display: flex;
   justify-content: space-between;
   align-items: center;
  padding: 20px 40px;


}

.zs-brand-zone a {
   display: inline-block;
}

.zs-logo-img {
    max-height: 84px;
  width: auto;
   display: block;
}

.zs-menu-links {
   display: flex;
    gap: 45px;
}

.zs-link-item {
  color: #2c3e50;
    text-decoration: none;
   font-size: 14px;
  font-weight: 400;
    text-transform: uppercase;
   letter-spacing: 1.5px;
   transition: color 0.3s ease;
}

.zs-link-item:hover {
    color: #667eea;
}

.zs-mobile-toggle {
    display: none;
   flex-direction: column;
  gap: 5px;
   cursor: pointer;
}

.zs-mobile-toggle span {
  width: 25px;
  height: 2px;
    background: #2c3e50;
  transition: all 0.3s;
}

.zs-mobile-toggle.zs-toggle-active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px);


}

.zs-mobile-toggle.zs-toggle-active span:nth-child(2) {
  opacity: 0;
}

.zs-mobile-toggle.zs-toggle-active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}

.zs-hero-display {
    position: relative;
   margin-top: 104px;
}

.zs-slide-unit {
    height: 85vh;
  display: flex;
   justify-content: center;
    align-items: center;
    text-align: center;
      padding: 0 80px;
    overflow: hidden;
   background-repeat: no-repeat;
  background-size: cover;
   background-position: center;
}

.zs-slide-unit h2,
.zs-slide-unit a {
    color: #e74c3c;
}

.zs-bg-cover {
   background-color: #ecf0f1;
}

.zs-hero-content-wrap {
    max-width: 900px;
}

.zs-hero-headline {
   font-size: 90px;
   color: #2c3e50;
  font-weight: 300;
   margin-bottom: 40px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.zs-cta-outline {
    display: inline-block;
    font-size: 13px;
   text-transform: uppercase;
   letter-spacing: 2px;
    padding: 20px 50px;
    color: #2c3e50;
  border: 2px solid #2c3e50;
    cursor: pointer;
   text-align: center;
    background: transparent;
	 text-decoration: none;
    transition: all 0.4s ease;
}

.zs-cta-outline:hover {
   background: #2c3e50;
  color: #fff;
}

.zs-social-panel-bg {
   position: absolute;
    left: 0;
    background: #fff;
  transform: rotate(-90deg);
    transform-origin: left top;
    padding: 50px 70px;
    padding-left: 0;
  bottom: -120px;
    z-index: 10;
}

.zs-social-label {
   display: inline-block;
    margin-bottom: 0;
   font-size: 12px;
    color: #2c3e50;
    opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 2px;
   padding-right: 15px;
    font-weight: 400;
}

.zs-social-grid {
   display: inline-block;
}

.zs-social-grid a {
    color: #2c3e50;
  margin-left: 30px;
    font-size: 16px;
   transition: color 0.3s;
    text-decoration: none;
}

.zs-social-grid a:hover {
   color: #667eea;
}

.zs-social-icon {
  transform: rotate(90deg);
   display: inline-block;
}

.zs-about-zone {
  margin-top: 140px;
  padding: 0 40px;
}

.zs-about-content {
    text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.zs-about-title {
  font-size: 36px;
    color: #2c3e50;
  font-weight: 300;
    margin-bottom: 0;
}

.zs-about-text {
  margin-top: 45px;
   margin-bottom: 0;
    font-size: 15px;
    line-height: 2;
   color: #7f8c8d;
}

.zs-section-space {
    padding: 120px 0;
}

.zs-services-area {
  background: #fff;
}

.zs-container-main {
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 40px;
}

.zs-row-flex {
   display: flex;
   flex-wrap: wrap;
  margin: 0 -15px;
}

.zs-justify-middle {
    justify-content: center;
}

.zs-col-8 {
  width: 66.666%;
    padding: 0 15px;
}

.zs-col-4 {
    width: 33.333%;
    padding: 0 15px;
}

.zs-menu-header {
  margin-bottom: 80px;
}

.zs-title-block {
   text-align: center;
}

.zs-text-middle {
  text-align: center;
}

.zs-main-heading {
    font-size: 42px;
    font-weight: 300;
   color: #2c3e50;
   margin-bottom: 15px;
}

.zs-sub-text {
    color: #7f8c8d;
    font-size: 15px;
  line-height: 1.8;
}

.zs-service-box {
   text-align: center;
   padding: 50px 35px;
   transition: all 0.4s ease;
}

.zs-feature-icon {
  width: 70px;
   height: 70px;
  margin: 0 auto;
}

.zs-feature-icon path,
.zs-feature-icon circle,
.zs-feature-icon rect,
.zs-feature-icon polygon,
.zs-feature-icon polyline,
.zs-feature-icon line {
   stroke: #2c3e50;
    fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
    stroke-linejoin: round;
  transition: stroke 0.3s ease;
}

.zs-service-box:hover .zs-feature-icon path,
.zs-service-box:hover .zs-feature-icon circle,
.zs-service-box:hover .zs-feature-icon rect,
.zs-service-box:hover .zs-feature-icon polygon,
.zs-service-box:hover .zs-feature-icon polyline,
.zs-service-box:hover .zs-feature-icon line {
  stroke: #667eea;
}

.zs-service-heading {
  font-size: 20px;
    font-weight: 400;
  color: #2c3e50;
   padding-top: 40px;
    padding-bottom: 20px;
   margin: 0;
}

.zs-service-desc {
  color: #7f8c8d;
   line-height: 1.9;
  font-size: 14px;
}

.zs-service-box:hover {
  transform: translateY(-8px);
}

.zs-content-visual {
    padding: 100px 0;
  position: relative;
}

.zs-no-top {
   padding-top: 0 !important;
}

.zs-no-bottom {
  padding-bottom: 0 !important;
}

.zs-fluid-wrap {
   width: 100%;
}

.zs-row-display {
    display: flex;
}

.zs-flex-layout {
    flex-wrap: wrap;
}

.zs-col-half {
    width: 50%;
}

.zs-flex-item {
    display: flex;
}

.zs-img-block   {
  background-size: cover;
    background-repeat: no-repeat;
  background-position: center;
    min-height  :      500px;
}

.zs-img-start {
    background-color:  #ecf0f1;
}

.zs-self-stretch {
  align-self: stretch;
}

.zs-flex-align {
   align-items: center;
}

.zs-py-5 {
   padding-top: 5rem;
  padding-bottom: 5rem;
}

.zs-text-section {
   color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.zs-p-5 {
   padding: 5rem;
}

.zs-pt-0 {
   padding-top: 0;
}

.zs-subtitle-label {
    font-size: 12px;
  font-weight: 600;
    color: #667eea;
  text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
  margin-bottom: 20px;
}

.zs-mb-4 {
    margin-bottom: 2rem;
}

.zs-text-section h2 {
  font-weight: 300;
    font-size: 38px;
   color: #2c3e50;
    line-height: 1.3;
}

.zs-paragraph-text {
    margin-bottom: 20px;
   line-height: 1.9;
    font-size: 15px;
}

.zs-btn-primary {
   background: #667eea;
    border: 2px solid #667eea;
  color: #fff;
    text-decoration: none;
    display: inline-block;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   font-size: 12px;
   font-weight: 500;
    transition: all 0.3s ease;
}

.zs-btn-primary:hover {
    background: transparent;
    color: #667eea;
}

.zs-px-4 {
   padding-left: 2.5rem;
   padding-right: 2.5rem;
}

.zs-py-3 {
  padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.zs-offers-section {
   padding: 80px 0;
}

.zs-col-12 {
    width: 100%;
   padding: 0 15px;
}

.zs-title-area h2 {
   padding-bottom: 25px;
   display: inline-block;
   color: #2c3e50;
  font-size: 36px;
  font-weight: 300;
    position: relative;


}

.zs-title-area h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
    width: 80px;
   height: 3px;
   background: #667eea;
}

.zs-text-caps {
   text-transform: uppercase;
  letter-spacing: 2px;
}

.zs-col-sm-6 {
  width: 100%;
}

.zs-col-lg-4 {
    width: 33.333%;
}

.zs-offer-item {
   padding: 0 15px;
    position: relative;
}

.zs-mb-4	{
   margin-bottom: 2.5rem;
}

.zs-offer-item img {
    width: 100%;
	height: auto;
    display: block;
    margin-bottom  :     20px;
}

.zs-offer-item h3 a {
      color: #2c3e50;
  text-decoration: none;
   font-size: 18px;
    font-weight: 400;
  transition: color 0.3s;
}

.zs-offer-item h3 a:hover {
    color: #667eea;
}

.zs-price-info {
    color: #2c3e50;
    font-size: 16px;
  margin-top: 10px;
}

.zs-tag-label {
   position: absolute;
    background: #667eea;
  color: #fff;
   letter-spacing: 1.5px;
    padding: 8px 22px;
  font-size: 11px;
   font-weight: 700;
    top: 0;
  left: 15px;
   text-transform: uppercase;
  z-index: 3;
  transform: rotate(-90deg) translateX(-100%) translateY(-70%);
}

.zs-mt-5 {
  margin-top: 4rem;
}

.zs-section-pad {
   padding-top: 140px;
    padding-bottom: 140px;
}

.zs-dark-bg {
   background: #2c3e50; 

}

.zs-cta-zone {


   color: #fff;
	}

.zs-col-xl-8 {
   width: 66.666%;
   padding: 0 15px;
}

.zs-offset-xl-2 {
    margin-left: 16.666%;
}

.zs-section-header h3 {
   font-size: 44px;
   font-weight: 300;
  line-height: 1.25;
   color: #fff;
    margin-bottom: 20px;
}

.zs-cta-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  line-height: 1.9;
  margin-bottom: 50px;
}

.zs-subscribe-form {
   display: flex;
   justify-content: center;
  gap: 15px;
}

.zs-email-input {
  width: 55%;
   max-width: 450px;
  padding: 18px 25px;
  border: 1px solid rgba(255,255,255,0.2);
   background: transparent;
    color: #fff;
    font-size: 14px;
}

.zs-email-input::placeholder {
  color: rgba(255,255,255,0.5);
}

.zs-submit-btn {
  background: #667eea;
    color: #fff;
    padding: 18px 45px;
   font-size: 13px;
               font-weight: 500;
  border: 2px solid #667eea;
   text-transform: uppercase;
  letter-spacing: 1.5px;
    cursor: pointer;
   transition: all 0.3s ease;
}

.zs-submit-btn:hover {
    background: transparent;
   color: #667eea;
}

.zs-footer-links-area {
    padding: 60px 0;
   background: #f8f9fb;
}

.zs-footer-divider {
  border-top: 1px solid rgba(0,0,0,0.08);
	margin-bottom: 45px;
}

.zs-legal-links {
   display: flex;
  justify-content: center;
    gap: 35px;
    margin-bottom: 25px;
}

.zs-legal-links a {
   color: #7f8c8d;
    text-decoration: none;
   font-size: 13px;
    transition: color 0.3s;
}

.zs-legal-links a:hover {
  color: #2c3e50;
}

.zs-contact-info {
   font-size: 14px;
  color: #7f8c8d;
   margin-bottom: 15px;
}

.zs-contact-info a {
   color: #667eea;
   text-decoration     :        none;
  transition: color 0.3s;
}

.zs-contact-info a:hover {
   color: #2c3e50;
}

.zs-copyright-text {
   font-size: 13px;
  color: rgba(0,0,0,0.4);
    margin: 0;
}@media (max-width: 991px) {
    .zs-hero-headline {
        font-size: 60px;
    }

    .zs-slide-unit {
        height: 70vh;
        padding: 0 50px;
    }

    .zs-social-panel-bg {
        padding: 35px 50px;
        bottom: -90px;
    }

    .zs-col-4 {
        width: 100%;
        margin-bottom: 40px;
    }

    .zs-col-8 {
        width: 100%;
    }

    .zs-col-half {
        width: 100%;
    }

    .zs-img-block {
        min-height: 400px;
    }

    .zs-col-lg-4 {
        width: 50%;
    }

    .zs-section-space {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .zs-menu-links {
        position: fixed;
        top: 104px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 104px);
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px;
        gap: 25px;
        transition: left 0.3s ease;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .zs-menu-links.zs-menu-active {
        left: 0;
    }

    .zs-mobile-toggle {
        display: flex;
    }

    .zs-hero-headline {
        font-size: 42px;
    }

    .zs-slide-unit {
        padding: 150px 30px;
        height: auto;
    }

    .zs-social-panel-bg {
        position: relative;
        transform: rotate(0);
        padding: 40px 20px 30px;
        bottom: 0;
    }

    .zs-social-icon {
        transform: rotate(0);
    }

    .zs-social-grid a:first-child {
        margin-left: 0;
    }

    .zs-about-zone {
        margin-top: 80px;
        padding: 0 30px;
    }

    .zs-p-5 {
        padding: 2rem;
    }

    .zs-col-lg-4 {
        width: 100%;
    }

    .zs-subscribe-form {
        flex-direction: column;
        align-items: center;
    }

    .zs-email-input {
        width: 100%;
    }

    .zs-col-xl-8 {
        width: 100%;
    }

    .zs-offset-xl-2 {
        margin-left: 0;
    }

    .zs-legal-links {
        flex-direction: column;
        gap: 15px;
    }

    .zs-section-pad {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}.zs-regulators-zone {
  background: #f8f9fb;
    padding: 80px 0;
}

.zs-regulators-heading {
   text-align: center;
  font-size: 28px;
   font-weight: 300;
   color: #2c3e50;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

.zs-regulators-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  max-width: 1200px;
   margin: 0 auto;
}

.zs-regulator-card {
   padding: 30px 20px;
    text-align: center;
   text-decoration: none;
    transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
  display: flex;
   flex-direction: column;
    align-items: center;
   justify-content: center;
    min-height: 180px;
  filter: brightness(1) invert(1);
}

.zs-regulator-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
   border-color: #667eea;
}

.zs-regulator-logo {


   max-width: 100%;
    height: auto;
    max-height: 80px;
   margin-bottom: 15px;
   object-fit: contain;
     }

.zs-regulator-name {
  font-size: 13px;
    color: #7f8c8d;
   font-weight: 500;
  text-align: center;
   display: block;
}

.zs-regulator-card:hover .zs-regulator-name {
  color: #667eea;
}

.zs-disclaimer-zone {
      background: #fff3cd;
    border-top: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
  padding: 50px 0;
}

.zs-disclaimer-content {
   max-width: 1000px;
   margin: 0 auto;
  text-align: center;
}

.zs-disclaimer-title {
  font-size: 22px;
   color: #856404;
    font-weight: 600;
  margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zs-disclaimer-text {
   font-size: 14px;

	    color: #856404;

	    line-height: 1.9;

	   margin: 0;
}

.zs-main-footer {
    background: #2c3e50;
   padding: 70px 0 0;
  color: rgba(255,255,255,0.7);
}

.zs-footer-grid {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
   margin-bottom: 60px;
}

.zs-footer-brand .zs-footer-logo {
   max-height: 106px;
   width: auto;
   margin-bottom: 25px;
  filter: brightness(0) invert(1);
}

.zs-footer-desc {
   font-size: 14px;
    line-height: 1.8;
  color: rgba(255,255,255,0.6);
}

.zs-footer-heading {
   font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
   letter-spacing: 1px;
}

.zs-footer-menu {
    list-style: none;
  padding: 0;
   margin: 0;
}

.zs-footer-menu li {
  margin-bottom: 12px;
}

.zs-footer-menu a,
.zs-footer-contact a {
  color: rgba(255,255,255,0.7);
   text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.zs-footer-menu a:hover,
.zs-footer-contact a:hover {
   color: #667eea;
}

.zs-footer-contact {
   list-style: none;
  padding: 0;
   margin: 0;
}

.zs-footer-contact li {
   margin-bottom: 12px;
   font-size: 14px;
    line-height: 1.6;
}

.zs-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
    padding: 30px 0;
    text-align: center;
}

.zs-copyright {
   font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}@media (max-width: 991px) {
    .zs-regulators-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .zs-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .zs-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .zs-regulators-zone {
        padding: 50px 0;
    }

    .zs-regulators-heading {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .zs-regulators-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .zs-regulator-card {
        padding: 25px 15px;
        min-height: 150px;
    }

    .zs-regulator-logo {
        max-height: 60px;
    }

    .zs-disclaimer-zone {
        padding: 35px 0;
    }

    .zs-disclaimer-title {
        font-size: 18px;
    }

    .zs-disclaimer-text {
        font-size: 13px;
    }

    .zs-main-footer {
        padding: 50px 0 0;
    }

    .zs-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .zs-footer-brand {
        grid-column: 1;
        text-align: center;
    }

    .zs-footer-brand .zs-footer-logo {
        margin: 0 auto 20px;
        display: block;
    }
}.zs-catalog-zone {
  background: #fff;
  padding: 100px 0;
}

.zs-catalog-header {
  text-align: center;
  margin-bottom: 70px;
}

.zs-catalog-title {
    font-size: 42px;
   font-weight: 300;
   color: #2c3e50;
   margin-bottom: 15px;
   letter-spacing: -0.5px;
}

.zs-catalog-subtitle {
  font-size: 16px;
   color: #7f8c8d;
   line-height   :       1.6;
}

.zs-site-card {
    background: #fff;
    border: 2px solid #ecf0f1;
    padding: 40px;
  margin-bottom: 30px;
  display: grid;
    grid-template-columns: 40px 1.5fr 1fr 2fr 1.5fr 1.2fr;
    gap: 35px;
  align-items: center;
  transition: all 0.3s ease;
    position: relative;
}

.zs-site-card:hover {
    border-color: #667eea;
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.12);
  transform: translateY(-3px);
}

.zs-site-rank {
    width: 40px;
   height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
   border-radius: 50%;
  display: flex;
    align-items: center;
   justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.zs-site-brand-col {
  text-align: center;
}

.zs-site-logo {
    max-width: 140px;
    height: auto;
  margin-bottom: 12px;
   display: block;
  margin-left: auto;
  margin-right: auto;
}

.zs-site-name {
  font-size: 18px;
   color: #2c3e50;
    font-weight: 500;
  margin: 0;
}

.zs-site-rating-col {
    text-align: center;
}

.zs-rating-label {
   font-size: 12px;
   color: #7f8c8d;
  text-transform: uppercase;
   letter-spacing: 1px;
    margin-bottom: 8px;
}

.zs-rating-score {
   font-size: 32px;
    color: #667eea;
  font-weight: 600;
   line-height: 1;
}

.zs-rating-score span {
    font-size: 16px;
  color: #95a5a6;
   font-weight: 400;
}

.zs-rating-stars  
  {
    color: #f39c12;
   font-size: 16px;
   margin-top: 5px;
}

.zs-site-bonus-col {
}

.zs-bonus-label,
.zs-features-label {
  font-size: 13px;
    color: #2c3e50;
   font-weight: 600;
    text-transform: uppercase;
   letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.zs-bonus-list,
.zs-features-list {
   list-style: none;
    padding: 0;
    margin: 0;
}

.zs-bonus-list li {
   font-size: 13px;
  color: #7f8c8d;
   line-height: 1.8;
    margin-bottom: 6px;
  padding-left: 15px;
	position: relative;
}

.zs-bonus-list li::before
{
  content: '•';
    position   : absolute;
    left: 0;
   color: #667eea;
   font-weight: 700;
}

.zs-features-list li {
   font-size: 13px;
   color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 8px;
   display: flex;
  align-items: center;
  gap: 8px;
}

.zs-check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.zs-check-icon path,
.zs-check-icon circle {
  stroke: #27ae60;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zs-site-action-col {
  text-align: center;
}

.zs-site-btn {
    display: block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color :        #fff;
  text-decoration: none;
    padding: 16px 30px;
    font-size: 14px;
   font-weight: 600;
  text-transform: uppercase;
   letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.zs-site-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.zs-site-terms {
    font-size: 11px;
    color: #95a5a6;
  display: block;
}@media (max-width: 1200px) {
    .zs-site-card {
        grid-template-columns: 40px 1.5fr 1fr 2fr 1fr;
        gap: 25px;
        padding: 35px;
    }

    .zs-site-features-col {
        grid-column: 1 / -1;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ecf0f1;
    }

    .zs-features-list {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .zs-catalog-zone {
        padding: 70px 0;
    }

    .zs-catalog-title {
        font-size: 32px;
    }

    .zs-site-card {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px;
    }

    .zs-site-rank {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .zs-site-brand-col,
    .zs-site-rating-col {
        text-align: center;
    }

    .zs-site-features-col {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .zs-features-list {
        display: block;
    }
}

@media (max-width: 767px) {
    .zs-catalog-zone {
        padding: 50px 0;
    }

    .zs-catalog-header {
        margin-bottom: 40px;
    }

    .zs-catalog-title {
        font-size: 26px;
    }

    .zs-site-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }

    .zs-site-logo {
        max-width: 120px;
    }

    .zs-rating-score {
        font-size: 28px;
    }

    .zs-site-btn {
        padding: 14px 25px;
        font-size: 13px;
    }
}.zs-age-popup {
    position: fixed;
    top: 0;
   left: 0;
   width: 100%;
  height: 100%;
    z-index: 9999;
   display  :       flex;
   align-items: center;
    justify-content: center;
    opacity: 0;
  visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zs-age-popup.zs-active {
    opacity: 1;
  visibility: visible;
}

.zs-age-overlay {
    position: absolute;
  top: 0;
   left: 0;
  width: 100%;
   height: 100%;
  background: rgba(44, 62, 80, 0.95);
}

.zs-age-modal {
    position: relative;
    background: #fff;
  max-width: 550px;
    width: 90%;
   padding: 50px 40px;
   text-align: center;
    z-index: 10;
  animation: zs-slide-up 0.4s ease;
}@keyframes zs-slide-up {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.zs-age-icon {
  width: 90px;
    height: 90px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: #fff;
   border-radius: 50%;
    display: flex;
  align-items: center;
  justify-content: center;
    font-size: 32px;
    font-weight: 700;
  margin: 0 auto 30px;
}

.zs-age-title {
   font-size: 28px;
   color: #2c3e50;
   font-weight: 300;
  margin-bottom: 20px;
}

.zs-age-text {
  font-size: 15px;
    color: #7f8c8d;
   line-height: 1.8;
   margin-bottom: 35px;
}

.zs-age-actions {
   display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.zs-age-btn {
   flex: 1;
    padding: 16px 20px;
    font-size: 14px;
   font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
   border: none;
  cursor: pointer;
    transition: all 0.3s ease;
}

.zs-age-confirm {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.zs-age-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.zs-age-decline {
  background: #ecf0f1;
   color: #7f8c8d;
}

.zs-age-decline:hover {
   background: #e74c3c;
    color: #fff;
}

.zs-age-warning {
    font-size: 12px;
    color: #95a5a6;
  line-height: 1.6;
  margin: 0;
    padding-top: 20px;
   border-top: 1px solid #ecf0f1;
}@media (max-width: 767px) {
    .zs-age-modal {
        padding: 40px 30px;
    }

    .zs-age-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .zs-age-title {
        font-size: 24px;
    }

    .zs-age-text {
        font-size: 14px;
    }

    .zs-age-actions {
        flex-direction: column;
    }

    .zs-age-btn {
        padding: 14px 20px;
        font-size: 13px;
    }
}

.bwin {
    filter: brightness(1) invert(1);
}

.zs-contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 140px 40px 80px;
    margin-top: 104px;
}

.zs-contact-hero-wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.zs-contact-hero-title {
    font-size: 52px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.zs-contact-hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
}

.zs-contact-form-zone {
    padding: 100px 0;
    background: #f8f9fb;
}

.zs-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.zs-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

.zs-contact-info-col {
    background: #fff;
    padding: 50px 40px;
}

.zs-contact-info-title {
    font-size: 28px;
    color: #2c3e50;
    font-weight: 300;
    margin-bottom: 15px;
}

.zs-contact-info-desc {
    font-size: 15px;
    color: #7f8c8d;
    line-height: 1.8;
    margin-bottom: 40px;
}

.zs-contact-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    align-items: flex-start;
}

.zs-contact-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.zs-contact-icon path,
.zs-contact-icon circle,
.zs-contact-icon rect,
.zs-contact-icon line {
    stroke: #667eea;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zs-contact-info-text h4 {
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zs-contact-info-text p,
.zs-contact-info-text a {
    font-size: 15px;
    color: #7f8c8d;
    line-height: 1.7;
    text-decoration: none;
}

.zs-contact-info-text a:hover {
    color: #667eea;
}

.zs-contact-form-col {
    background: #fff;
    padding: 50px 45px;
}

.zs-contact-form {
}

.zs-form-row {
    margin-bottom: 25px;
}

.zs-form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.zs-form-group {
    position: relative;
}

.zs-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.zs-label-icon {
    width: 16px;
    height: 16px;
}

.zs-label-icon path,
.zs-label-icon circle,
.zs-label-icon line {
    stroke: #667eea;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zs-form-input,
.zs-form-select,
.zs-form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #ecf0f1;
    background: #fff;
    font-size: 15px;
    color: #2c3e50;
    transition: all 0.3s ease;
    font-family: inherit;
}

.zs-form-input:focus,
.zs-form-select:focus,
.zs-form-textarea:focus {
    outline: none;
    border-color: #667eea;
}

.zs-form-input-error {
    border-color: #e74c3c !important;
}

.zs-form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.zs-form-textarea {
    resize: vertical;
    min-height: 120px;
}

.zs-form-error {
    display: none;
    font-size: 12px;
    color: #e74c3c;
    margin-top: 6px;
}

.zs-form-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 18px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.zs-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.zs-submit-icon {
    width: 18px;
    height: 18px;
}

.zs-submit-icon path,
.zs-submit-icon line {
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zs-thank-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.zs-thank-popup.zs-active {
    opacity: 1;
    visibility: visible;
}

.zs-thank-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 62, 80, 0.85);
}

.zs-thank-modal {
    position: relative;
    background: #fff;
    max-width: 500px;
    width: 90%;
    padding: 50px 40px;
    text-align: center;
    z-index: 10;
    animation: zs-modal-appear 0.4s ease;
}

@keyframes zs-modal-appear {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.zs-thank-icon {
  width: 90px;
    height: 90px;
  margin: 0 auto 30px;
  background: #27ae60;
   border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zs-thank-icon img {
	width: 50px;
  height: 50px;
}

.zs-thank-icon img path,
.zs-thank-icon img circle {
   stroke: #fff;
    fill: none;
   stroke-width: 3;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.zs-thank-title {
   font-size: 32px;
   color: #2c3e50;
    font-weight: 300;
   margin-bottom: 18px;
}

.zs-thank-text {
   font-size: 15px;
  color: #7f8c8d;
  line-height: 1.8;
    margin-bottom: 35px;
}

.zs-thank-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
  border: none;
  padding: 15px 50px;
   font-size: 14px;
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
   cursor: pointer;
    transition: all 0.3s ease;
}

.zs-thank-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}@media (max-width: 991px) {
    .zs-contact-hero {
        padding: 120px 30px 60px;
    }

    .zs-contact-hero-title {
        font-size: 38px;
    }

    .zs-contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .zs-form-row-2 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .zs-contact-hero {
        padding: 100px 20px 50px;
    }

    .zs-contact-hero-title {
        font-size: 32px;
    }

    .zs-contact-form-zone {
        padding: 60px 0;
    }

    .zs-contact-container {
        padding: 0 20px;
    }

    .zs-contact-info-col,
    .zs-contact-form-col {
        padding: 35px 25px;
    }

    .zs-thank-modal {
        padding: 40px 30px;
    }
}.zs-legal-page-wrap {
  min-height    :     100vh;
   background: #f8f9fb;
  padding: 140px 40px 80px;
}

.zs-legal-container {
   max-width: 900px;
   margin: 0 auto;
   background: #fff;
    padding: 60px;
}

.zs-legal-header {
  text-align: center;
   margin-bottom: 60px;
    padding-bottom: 40px;
  border-bottom: 2px solid #ecf0f1;
}

.zs-legal-title {
   font-size: 48px;
    color: #2c3e50;
  font-weight: 300;
   margin-bottom: 15px;
   letter-spacing: -1px;
}

.zs-legal-subtitle {
  font-size: 16px;
    color: #7f8c8d;
    font-weight: 400;
}

.zs-legal-content {
}

.zs-legal-section {
    margin-bottom: 50px;
}

.zs-legal-heading {
  font-size: 26px;
    color: #2c3e50;
    font-weight: 400;
    margin-bottom: 20px;
  position: relative;
    padding-left: 20px;
}

.zs-legal-heading::before {
  content: '';
    position: absolute;
   left: 0;
  top: 5px;
        width: 4px;
    height: 30px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.zs-legal-text {
  font-size    :16px;
  color: #5a6c7d;
  line-height: 1.9;
  text-align: justify;
    margin: 0;
}

.zs-legal-footer {
   margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #ecf0f1;
  text-align: center;
}

.zs-legal-back-btn {
    display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
   text-decoration: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1px;
   transition: all 0.3s ease;
}



.zs-legal-back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}@media (max-width: 991px) {
    .zs-legal-page-wrap {
        padding: 120px 30px 60px;
    }

    .zs-legal-container {
        padding: 50px 40px;
    }

    .zs-legal-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .zs-legal-page-wrap {
        padding: 100px 20px 50px;
    }

    .zs-legal-container {
        padding: 40px 30px;
    }

    .zs-legal-title {
        font-size: 32px;
    }

    .zs-legal-heading {
        font-size: 22px;
    }

    .zs-legal-text {
        font-size: 15px;
        text-align: left;
    }
}