/* style/resources-zowin-tech-security.css */
.page-resources-zowin-tech-security {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  line-height: 1.6;
  background-color: #0F1A2D; /* Nền tối hơn cho toàn trang */
}

.page-resources-zowin-tech-security__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1A2D 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-resources-zowin-tech-security__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-zowin-tech-security__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(3px);
}

.page-resources-zowin-tech-security__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-zowin-tech-security__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-zowin-tech-security__hero-description {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-zowin-tech-security__btn-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-zowin-tech-security__btn-cta:hover {
  background-color: #FFEB3B;
  transform: translateY(-3px);
}

.page-resources-zowin-tech-security__section {
  padding: 60px 20px;
  background-color: #1A2B4C;
  color: #E0E0E0;
}

.page-resources-zowin-tech-security__section--dark {
  background-color: #0F1A2D;
}

.page-resources-zowin-tech-security__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-zowin-tech-security__container--center {
  text-align: center;
}

.page-resources-zowin-tech-security__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-zowin-tech-security__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-zowin-tech-security__content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-zowin-tech-security__content-block--reversed {
  flex-direction: row-reverse;
}

.page-resources-zowin-tech-security__content-text {
  flex: 1;
  min-width: 300px;
  font-size: 1.1em;
  color: #CCCCCC;
}

.page-resources-zowin-tech-security__content-text h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-zowin-tech-security__content-text p {
  margin-bottom: 15px;
}

.page-resources-zowin-tech-security__content-text strong {
  color: #FFD700;
}

.page-resources-zowin-tech-security__content-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-zowin-tech-security__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-resources-zowin-tech-security__image:hover {
  transform: scale(1.02);
}

.page-resources-zowin-tech-security__section--cta {
  background: linear-gradient(45deg, #1A2B4C, #0F1A2D);
  padding: 80px 20px;
  text-align: center;
}

.page-resources-zowin-tech-security__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-zowin-tech-security__cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-zowin-tech-security__btn-primary {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-zowin-tech-security__btn-primary:hover {
  background-color: #FFEB3B;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-zowin-tech-security__hero-title {
    font-size: 2.8em;
  }
  .page-resources-zowin-tech-security__section-title {
    font-size: 2em;
  }
  .page-resources-zowin-tech-security__content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-zowin-tech-security__content-block--reversed {
    flex-direction: column;
  }
  .page-resources-zowin-tech-security__content-image {
    order: -1; /* Image comes first on small screens */
    margin-bottom: 30px;
  }
  .page-resources-zowin-tech-security__cta-title {
    font-size: 2.5em;
  }
  .page-resources-zowin-tech-security__btn-primary {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-zowin-tech-security__hero {
    padding: 60px 15px;
  }
  .page-resources-zowin-tech-security__hero-title {
    font-size: 2.2em;
  }
  .page-resources-zowin-tech-security__hero-description {
    font-size: 1em;
  }
  .page-resources-zowin-tech-security__section {
    padding: 40px 15px;
  }
  .page-resources-zowin-tech-security__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-zowin-tech-security__content-text h3 {
    font-size: 1.5em;
  }
  .page-resources-zowin-tech-security__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-resources-zowin-tech-security__hero-title {
    font-size: 1.8em;
  }
  .page-resources-zowin-tech-security__hero-description {
    font-size: 0.9em;
  }
  .page-resources-zowin-tech-security__btn-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-zowin-tech-security__section-title {
    font-size: 1.5em;
  }
  .page-resources-zowin-tech-security__content-text {
    font-size: 1em;
  }
  .page-resources-zowin-tech-security__content-text h3 {
    font-size: 1.3em;
  }
  .page-resources-zowin-tech-security__cta-title {
    font-size: 1.8em;
  }
  .page-resources-zowin-tech-security__cta-description {
    font-size: 1em;
  }
  .page-resources-zowin-tech-security__btn-primary {
    padding: 12px 25px;
    font-size: 1em;
  }
}