* {
  margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #2a2a2a;
  background: #ffffff;
}

img {
   max-width: 100%;
  height: auto;
    display: block;
}

a {
    text-decoration: none;
  color: inherit;
    transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
   color: #2a2a2a;
  font-family: "Cardo", serif;
}

h2 {
   font-size: 30px;
    line-height: 28px;
  font-weight: 600;
   line-height: 1.222;
}

p {
  color: #646464;
  font-family: "Lora", serif;
  line-height: 1.929;
    font-size: 15px;
    margin-bottom  :      0px;
}

.sr-top-bar {
  background: #fff;
    padding: 20px 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
   position   :sticky;
    top: 0;
   z-index: 1000;
}

.layout-frame-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding   :0 30px;
  overflow: hidden;
}

.brand-zone {
  float: left;
}

.brand-visual {
  max-height: 84px;
   width: auto;
}

.nav-links-zone {
  float: right;
    padding-top: 28px;
}

.link-item {
   display: inline-block;
  margin-left: 35px;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
}

.link-item:hover,
.link-item.active-link {
  color: #4A90E2;
}

.hero-banner {
  background: url('../content/hero.webp') no-repeat center center;
    background-size: cover;
  min-height: 500px;
    display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}

.hero-banner__content {
   text-align: center;
    color: #fff;
  z-index: 2;
}

.hero-banner__content h1 {
  font-size: 40px;
  font-weight: 700;
    line-height: 1;
  color: #fff;
   margin-bottom: 30px;
}@media (min-width: 800px) {
    .hero-banner__content h1 {
        font-size: 60px;
    }
}.button {
   display: inline-block;
  border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
   padding: 10px 22px;
    border-radius: 0;
  background-color: #4A90E2;
  color: #fff;
  transition: all 0.3s ease 0s;
}@media (min-width: 600px) {
    .button {
        padding: 12px 42px;
    }
}.button:hover {
  background: #357ABD;
   color: #fff;
}

.cards-display-area {
    padding: 90px 0;
   background: #f8f9fa;
}

.frame-holder {
   max-width: 1200px;
   margin: 0 auto;
    padding: 0 30px;
}

.grid-layout {
    overflow: hidden;
}

.unit-quarter {
   width: 25%;
   float: left;
  padding: 0 15px;
}

.services {
    margin-bottom: 30px;
    padding: 1.5em;
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
   border-bottom: 2px solid #4A90E2;
    background: #fff;
  text-align: center;
   transition: all 0.3s;
}

.services:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px -5px rgba(0, 0, 0, 0.18);
}

.services .icon2 {
	display: block;
   margin-bottom: 20px;
}

.svg-marker {
   width: 48px;
   height: 48px;
  margin: 0 auto;
}

.svg-marker path,
.svg-marker circle,
.svg-marker rect,
.svg-marker polygon,
.svg-marker polyline,
.svg-marker line {
   stroke: #4A90E2;
   fill: none;
  stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.services h3 {
    font-size: 16px;
  font-weight: 500;
}

.services.color-2 {
  border-bottom: 2px solid #E94B3C;
}

.services.color-2 .svg-marker path,
.services.color-2 .svg-marker circle,
.services.color-2 .svg-marker line {
    stroke: #E94B3C;
}

.services.color-3 {
  border-bottom: 2px solid #F5A623;
}

.services.color-3 .svg-marker path,
.services.color-3 .svg-marker circle,
.services.color-3 .svg-marker line {
    stroke: #F5A623;
}

.services.color-4 {
   border-bottom: 2px solid #9B51E0;
}

.services.color-4 .svg-marker path,
.services.color-4 .svg-marker circle,
.services.color-4 .svg-marker line {
   stroke: #9B51E0;
}

.spad {
   padding-top: 100px;
   padding-bottom: 100px;
}

.container {
   max-width: 1200px;
  margin: 0 auto;
    padding: 0 30px;
}

.row {
    overflow: hidden;
}

.col-lg-6 {
  width: 50%;
   float: left;
    padding: 0 15px;
}

.site-btn {
  display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
   min-width: 180px;
  padding: 15px 25px;
   text-align: center;
    background: #4A90E2;
    text-transform: uppercase;
  border: 2px solid transparent;
}

.sb-line {
    background: transparent;
   color: #111111;
  border: 2px solid #111111;
}

.sb-line:hover {
    background: #4A90E2;
    color: #ffffff;
  border: 2px solid #4A90E2;
}

.about-section {
   overflow: hidden;
}

.about-text {
  padding-top: 30px;
}

.about-text h2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.about-text p {
    margin-bottom: 40px;
}

.about-section img {
    max-width: 100%;
}

#features-zone {
    padding: 80px 30px;
   background: #fff;
    border-top: 1px solid #ddd;
}

.features {
   padding: 30px 0;
  max-width: 900px;
   margin: 0 auto;
}

.features h2 {
   margin: 0 0 15px 0;
}

.features .twenty {
  text-align: center;
}

.features ul {
   margin   : 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
    margin-top: 30px;
}

.features ul li {
    float: left;
    width: 50%;
    padding: 12px 0;
    color: #646464;
  font-size: 16px;
}

.feature-svg {
  width: 20px;
    height: 20px;
  display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.feature-svg path,
.feature-svg circle,
.feature-svg line {
    stroke: #4A90E2;
   fill: none;
    stroke-width: 2.5;
  stroke-linecap: round;
    stroke-linejoin: round;
}

.site-section {
  padding: 5em 0;
}

.faq-section {
    background: #f8f9fa;
}

.section-title {
   font-size: 3rem;
}

.mb-3 {
   margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.justify-content-center {
   justify-content: center;
}

.text-center {
    text-align: center;
}

.lead		{
    font-size: 18px;
    color: #666;
}

.col-md-8 {
  width: 66.666%;
    margin: 0 auto;
   float: none;
}

.accordion-row {
   overflow: hidden;
}

.mx-auto {
   margin: 0 auto;
   float: none;
}

.accordion {
    border: 1px solid #efefef;
  border-radius: 4px;
}

.border-top {
   border-top: 1px solid #efefef;
}

.border-left {
   border-left: 1px solid #efefef;
}

.border-right {
    border-right: 1px solid #efefef;
}

.border-bottom {
   border-bottom: 1px solid #efefef;
}

.accordion-item .btn-block {
    padding: 20px;
   display: block;
    text-align: left;
    position: relative;
    background: #f9f9f9;
  color: #000;
    font-weight: 700;
  border-bottom: 1px solid #efefef;
}

.accordion-item .btn-block:hover {
   text-decoration: none;
   background: #f0f0f0;
}

.accordion-item .btn-block.collapsed {
  background: #fff;
}

.accordion-item .btn-block .icon {
   position: absolute;
   right: 20px;
   top: 50%;
  transform: translateY(-50%);
    transition: .3s all ease;
}

.accordion-item .btn-block.collapsed .icon:before {
  content: "+";
  font-size: 24px;
   font-weight: 400;
}

.accordion-item .btn-block .icon:before {
  content: "−";
  font-size: 24px;
   font-weight: 400;
}

.accordion-item .mb-0 {
   margin-bottom: 0;
}

.accordion-item .body-text {
    padding: 20px;
  background: #fff;
}

.accordion-item .body-text p {
    line-height: 1.8;
   color: #555;
  font-size: 15px;
}

.collapse {
  display: none;
}

.collapse.show {
    display: block;
}

.footer-links-zone {
    padding: 50px 0;
    background: #2a2a2a;
   color: #ccc;
    text-align: center;
}

.links-row {
  margin-bottom: 30px;
}

.links-row a {
  display: inline-block;
  margin: 0 18px;
  color: #ccc;
   font-size: 14px;
   transition: color 0.3s;
}

.links-row a:hover {
    color: #4A90E2;
}

.contact-info {
      margin-bottom: 25px;
}

.contact-info p {
  margin: 8px 0;
   font-size: 14px;
    color: #ccc;
}

.inline-icon {
   width: 16px;
   height: 16px;
  display: inline-block;
  vertical-align: middle;
    margin-right: 8px;
}

.inline-icon path,
.inline-icon circle,
.inline-icon line {
  stroke: #4A90E2;
   fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.copyright-text {
   font-size: 13px;
  color: #999;
}@media (max-width: 992px) {
    .unit-quarter {
        width: 50%;
    }

    .col-lg-6 {
        width: 100%;
        margin-bottom: 30px;
    }

    .features ul li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-links-zone {
        float: none;
        text-align: center;
        padding-top: 20px;
    }

    .brand-zone {
        float: none;
        text-align: center;
    }

    .link-item {
        margin: 0 15px;
    }

    .hero-banner__content h1 {
        font-size: 32px;
    }

    .unit-quarter {
        width: 100%;
    }

    .col-md-8 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .hero-banner__content h1 {
        font-size: 26px;
    }

    .about-text h2 {
        font-size: 28px;
    }

    .links-row a {
        display: block;
        margin: 12px 0;
    }
}.bottom-area-sr {
    background: #2a2a2a;
  padding: 60px 0 30px;
  color: #ccc;
}

.wrapper-zone
	{
   max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.certs-display-block {
    margin-bottom: 50px;
   text-align: center;
}

.cert-heading {
    font-size: 24px;
  font-weight: 700;
   color: #fff;
    margin-bottom: 30px;
}

.cert-grid-layout {
   display: grid;
  grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  max-width: 900px;
    margin: 0 auto;
}

.cert-item-box {
  padding: 20px;
   border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
  display: flex;
  align-items: center;
   justify-content: center;
    min-height: 120px;
}

.cert-item-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(74,144,226,0.4);
}

.cert-item-box img {
  max-width: 100%;
  max-height: 100%;
	
}

.disclaimer-zone {
  background: #f39c12;
   padding: 25px 30px;
   border-radius: 8px;
   margin-bottom: 40px;
  border-left: 5px solid #e67e22;
    display: flex;
  align-items: flex-start;
    gap: 15px;
}

.disclaimer-icon {
   width: 40px;
  height: 40px;
    flex-shrink: 0;
    margin-top: 5px;
}

.disclaimer-icon path,
.disclaimer-icon circle,
.disclaimer-icon line {
   stroke: #2a2a2a;
    fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.disclaimer-text {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
   font-weight: 500;
}

.footer-nav-section {
   display: flex;

    justify-content: space-between;

    align-items: center;

  margin-bottom: 35px;

  padding-bottom: 30px;

   border-bottom: 1px solid #444;
}

.brand-footer-zone {
    flex-shrink: 0; 

}

.footer-brand-img {
  max-height: 106px;
    width: auto;
  filter: brightness(0) invert(1);
}

.footer-links-group {
    display: flex;
   gap: 25px;
   flex-wrap: wrap;
}

.footer-links-group a {
  color: #ccc;
  font-size: 14px;
   transition: color 0.3s;
}

.footer-links-group a:hover {
  color: #4A90E2;
}

.contact-block-footer {
  margin-bottom: 30px;
   text-align: center;
}

.contact-block-footer p {
  margin: 10px 0;
  font-size: 14px;
   color: #ccc;
}

.footer-inline-icon {
   width: 16px;
    height: 16px;
    display: inline-block;
  vertical-align: middle;
    margin-right: 8px;
}

.footer-inline-icon path,
.footer-inline-icon circle,
.footer-inline-icon line {
   stroke: #4A90E2;
   fill: none;
  stroke-width: 2.5;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.copyright-footer-text {
  text-align: center;
  padding-top: 20px;
   border-top: 1px solid #444;
}

.copyright-footer-text p {
    font-size: 13px;
    color: #999;
   margin: 0;
}

.age-verify-popup {
   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-popup.hidden {
    display: none;
}

.popup-content-box {
    background: #fff;
  padding: 40px 50px;
   border-radius: 12px;
    max-width: 500px;
   text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.popup-icon-zone {
  margin-bottom: 20px;
}

.popup-icon-svg {
   width: 60px;
    height: 60px;
  margin: 0 auto;
}

.popup-icon-svg path,
.popup-icon-svg circle,
.popup-icon-svg line {
   stroke: #e74c3c;
   fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
    stroke-linejoin: round;
}

.popup-content-box h2 {
   font-size: 28px;
   font-weight: 700;
  margin-bottom: 15px;
    color: #2a2a2a;
}

.popup-content-box p {
   font-size: 16px;
  color: #555;
   margin-bottom: 10px;
}

.popup-subtext {
   font-size: 14px;
    color: #999;
   margin-bottom: 30px;
}

.popup-confirm-btn {
   background: #4A90E2;
  color: #fff;
  border: none;
    padding: 15px 40px;
    font-size: 16px;
   font-weight: 700;
   border-radius: 6px;
	 cursor: pointer;
    transition: all 0.3s ease;
}

.popup-confirm-btn:hover {
    background: #357ABD;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(74,144,226,0.4);
}@media (max-width: 992px) {
    .cert-grid-layout {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-nav-section {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-links-group {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cert-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .disclaimer-zone {
        flex-direction: column;
        text-align: center;
    }

    .disclaimer-icon {
        margin: 0 auto 10px;
    }

    .footer-links-group {
        flex-direction: column;
        gap: 15px;
    }

    .popup-content-box {
        padding: 30px 25px;
        margin: 20px;
    }
}

@media (max-width: 576px) {
    .cert-grid-layout {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .cert-item-box {
        padding: 15px;
    }

    .bottom-area-sr {
        padding: 40px 0 20px;
    }
}.platforms-catalog-zone {
    padding: 80px 0;
   background: #fff;
}

.catalog-wrapper {
    max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.catalog-header-block {
   text-align: center;
  margin-bottom: 50px;
}

.catalog-header-block h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.catalog-header-block p {
    font-size: 18px;
   color: #666;
}

.platform-card-horizontal {
  display: grid;
  grid-template-columns: 200px 150px 1fr 200px 180px;
    gap: 25px;
   align-items: center;
  background: #fff;
   padding    :     30px;
    border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.platform-card-horizontal:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  border-color: #4A90E2;
  transform: translateY(-3px);
}

.platform-logo-section {

	   text-align: center;}

.platform-logo-img {
   max-width: 100%;
  height: auto;
    max-height: 80px;
  margin-bottom: 12px;
}

.platform-name-title {
    font-size: 18px;
   font-weight: 700;
    color: #2a2a2a;
    margin: 0;
}

.platform-rating-section {
    text-align: center;
    padding: 15px;
  background: #f8f9fa;
    border-radius: 8px;
}

.rating-stars-display {
    margin-bottom: 8px;
}

.rating-value {
    display: block;
   font-size: 24px;
    font-weight: 700;
   color: #4A90E2;
   margin-bottom: 8px;
}

.stars-visual {
   display: flex;
   gap: 3px;
    justify-content: center;
}

.star-icon {
   width: 18px;
    height: 18px;
}

.star-icon path,
.star-icon circle,
.star-icon line {
  stroke: #F5A623;
   fill: #F5A623;
   stroke-width: 2;
    stroke-linecap: round;
  stroke-linejoin: round;
}

.star-icon.half path {
  fill: url(#halfGradient);
}

.rating-label {
    font-size: 12px;
    color: #666;
   font-weight: 600;
    text-transform: uppercase;
  margin: 0;
}

.platform-bonus-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bonus-badge {
   flex-shrink: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  width: 50px;
   height: 50px;
   border-radius: 50%;
    display: flex;
  align-items: center;
  justify-content: center;
}

.bonus-icon {
	    width: 28px;
    height: 28px;
     }

.bonus-icon path,
.bonus-icon circle,
.bonus-icon line {
   stroke: #fff;
  fill: none;
   stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bonus-text {
   font-size: 14px;
    color: #2a2a2a;
   font-weight: 600;
        line-height: 1.5;
    margin: 0;
}

.platform-features-section {
  padding: 0 10px;
}

.features-compact-list {
    list-style: none;
  margin: 0;
    padding: 0;
}

.features-compact-list li {
  display: flex;
   align-items: center;
    gap: 8px;
  margin-bottom: 8px;
   font-size: 13px;
    color: #555;
}

.check-icon-mini {
   width: 16px;
  height     :    16px;
    flex-shrink: 0;
}

.check-icon-mini path,
.check-icon-mini circle,
.check-icon-mini line {
  stroke: #2ecc71;
   fill: none;
   stroke-width: 2.5;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.platform-action-section {
   text-align: center;
}

.platform-cta-btn {
  display: inline-flex;
  align-items: center;
   gap: 10px;
   background: #4A90E2;
   color: #fff;
  padding: 14px 28px;
   border-radius: 8px;
   font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.platform-cta-btn:hover {
    background: #357ABD;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(74,144,226,0.4);
}

.btn-arrow-icon {
   width: 18px;
   height: 18px;
}

.btn-arrow-icon path,
.btn-arrow-icon circle,
.btn-arrow-icon line {
   stroke: #fff;
         fill: none;
    stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}@media (max-width: 1100px) {
    .platform-card-horizontal {
        grid-template-columns: 150px 130px 1fr 180px 160px;
        gap: 15px;
        padding: 25px 20px;
    }

    .platform-logo-img {
        max-height: 60px;
    }

    .bonus-text {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .platform-card-horizontal {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .platform-logo-section {
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .platform-rating-section {
        margin: 0 auto;
        max-width: 200px;
    }

    .platform-bonus-section {
        flex-direction: column;
        text-align: center;
    }

    .features-compact-list li {
        justify-content: center;
    }

    .platform-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .catalog-header-block h2 {
        font-size: 28px;
    }

    .platform-card-horizontal {
        padding: 20px 15px;
    }

    .rating-value {
        font-size: 20px;
    }

    .bonus-text {
        font-size: 12px;
    }
}.dk {
  filter: brightness(1) invert(1);
}

.contact-form-zone {
   padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: calc(100vh - 100px);
}

.form-wrapper-main {
   max-width: 800px;
    margin: 0 auto;
  padding: 0 30px;
}

.form-header-area {
   text-align: center;
  margin-bottom: 50px;
}

.form-header-area h1 {

    font-size: 42px;
   font-weight: 700;
   color: #2a2a2a;
    margin-bottom: 15px;
	}

.form-header-area p {
   font-size    : 18px;
  color: #666;
}

.contact-form-block {
   background :     #fff;
  padding: 45px 40px;
   border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    margin-bottom: 50px;
}

.form-field-group {
   margin-bottom: 28px;
}

.field-label {
	 display: flex;
  align-items: center;
   gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.label-icon {
  width: 20px;
   height: 20px;
}

.label-icon path,
.label-icon circle,
.label-icon line {
  stroke: #4A90E2;
	fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.form-input-field,
.form-select-field,
.form-textarea-field {
    width: 100%;
   padding: 14px 18px;
    border: 2px solid #e5e5e5;
   border-radius: 8px;
    font-size: 15px;
   font-family: inherit;
        transition: all 0.3s ease;
  background: #fff;
}

.form-input-field:focus,
.form-select-field:focus,
.form-textarea-field:focus {
  border-color: #4A90E2;
   outline: none;
  box-shadow: 0 0 0 3px rgba(74,144,226,0.1);
}

.form-input-field.input-error,
.form-select-field.input-error,
.form-textarea-field.input-error {
   border-color: #e74c3c;
}

.form-textarea-field {
    resize: vertical;
  min-height: 140px;

}

.error-msg {
    display: block;
    color: #e74c3c;
    font-size: 13px;
  margin-top: 6px;
   font-weight: 500;
}  

.form-submit-btn {
  width: 100%;
   background: #4A90E2;
   color: #fff;
  border: none;
   padding: 16px 30px;
  font-size: 16px;
   font-weight: 700;
   border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
   margin-top: 35px;
}

.form-submit-btn:hover
	{
    background: #357ABD;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74,144,226,0.3);
}

.btn-icon-arrow {
    width: 20px;
   height: 20px;
}

.btn-icon-arrow path,
.btn-icon-arrow circle,
.btn-icon-arrow line {
    stroke: #fff;
   fill: none;
   stroke-width: 2.5;
   stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-cards {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 25px;
}

.info-card-item {
    background: #fff;
   padding: 30px 20px;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
   text-align: center;
    transition: all 0.3s ease;
}

.info-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.info-icon-box {
   width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border-radius: 50%;
  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.info-icon {
   width: 30px;
    height: 30px; 

}

.info-icon path,
.info-icon circle,
.info-icon line {
    stroke: #fff;
  fill: none;
   stroke-width: 2.5;
  stroke-linecap: round;
        stroke-linejoin: round;
}

.info-card-item h3 {
   font-size: 18px;
   font-weight: 700;
  color: #2a2a2a;
    margin-bottom: 10px;
}

.info-card-item p {
   font-size: 14px;
  color: #666;
    line-height: 1.6;
}

.success-popup-overlay {
   position: fixed;
    top: 0;
  left: 0;
    width: 100%;
    height: 100%;
  background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
   justify-content: center;
  z-index: 9999;
}

.success-popup-overlay.show {
    display: flex;
}

.success-popup-box {
    background: #fff;
    padding: 45px 50px;
   border-radius: 12px;
  max-width: 480px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(0,0,0,0.3);
    animation: popupAppear 0.3s ease;
}@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}.success-icon-zone {
   margin-bottom: 25px;
}

.success-icon-svg {
  width: 70px;
    height: 70px;
       margin: 0 auto;
}

.success-icon-svg path,
.success-icon-svg circle,
.success-icon-svg line {
    stroke: #2ecc71;
   fill: none;
  stroke-width: 2.5;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.success-popup-box h2 {
    font-size: 28px;
   font-weight: 700;
    color: #2a2a2a;
  margin-bottom: 15px;
}

.success-popup-box p {
   font-size: 16px;
   color: #666;
   line-height: 1.7;
  margin-bottom: 30px;
}

.popup-close-btn {
  background: #4A90E2;
  color: #fff;
   border: none;
  padding: 14px 40px;
   font-size: 15px;
    font-weight: 700;
   border-radius: 8px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.popup-close-btn:hover {
  background: #357ABD;
  transform: translateY(-2px);
}@media (max-width: 768px) {
    .form-header-area h1 {
        font-size: 32px;
    }

    .contact-form-block {
        padding: 30px 25px;
    }

    .contact-info-cards {
        grid-template-columns: 1fr;
    }

    .success-popup-box {
        margin: 20px;
        padding: 35px 30px;
    }
}

@media (max-width: 576px) {
    .form-header-area h1 {
        font-size: 28px;
    }

    .contact-form-block {
        padding: 25px 20px;
    }
}.legal-content-zone {
   padding: 80px 0 100px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: calc(100vh - 100px);
}

.legal-wrapper {
  max-width: 900px;
    margin: 0 auto;
  padding: 0 30px;
}

.legal-header-block {
  text-align: center;
    margin-bottom: 60px;
   padding-bottom: 30px;
    border-bottom: 3px solid #4A90E2;
}

.legal-header-block h1 {
    font-size: 44px;
   font-weight: 700;
   color: #2a2a2a;
    margin-bottom: 15px;
  line-height: 1.2;
}

.update-date {
  font-size: 15px;
   color: #666;
  font-style: italic;
  margin-top: 10px;
}

.legal-text-content {
   background: #fff;
    padding     :    50px 45px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.legal-section-block {
    margin-bottom: 45px;
}

.legal-section-block:last-child {
    margin-bottom: 0;
}

.legal-section-block h2 {
    font-size: 26px;
    font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
   padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
   position: relative;
}

.legal-section-block h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
  background: #4A90E2;
}

.legal-section-block p {
   font-size: 16px;
  color: #555;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}@media (max-width: 768px) {


    .cert-item-box img {
        max-width: 100%;
        max-height: 40%;

    }

    .legal-header-block h1 {
        font-size: 32px;
    }

    .legal-text-content {
        padding: 35px 25px;
    }

    .legal-section-block h2 {
        font-size: 22px;
    }

    .legal-section-block p {
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .legal-content-zone {
        padding: 50px 0 60px;
    }

    .legal-header-block {
        margin-bottom: 40px;
    }

    .legal-header-block h1 {
        font-size: 28px;
    }

    .legal-text-content {
        padding: 25px 20px;
    }

    .legal-section-block {
        margin-bottom: 35px;
    }

    .legal-section-block h2 {
        font-size: 20px;
    }
}