/* ===== ABOUT PAGE STYLES ===== */

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Override for About Page */

/* Dark gradient overlay on hero images */
.about-page .hero-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.about-page .hero-overlay-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}

.about-page .hero-overlay-container .page-container {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background-color: transparent;
  top: 0;
  color: #fff;
}

.about-page .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: fadeInUp 0.8s ease-out;
}

.about-page .hero-content .hero-subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  opacity: 0.95;
  letter-spacing: 1px;
  animation: fadeInUp 0.8s ease-out 0.15s both;
}

.about-page .hero-content .hero-desc {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 25px;
  color: #fff;
  opacity: 0.95;
  line-height: 1.8;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.about-page .hero-content .hero-desc strong {
  color: #fff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 4px;
}

.about-page .hero-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out 0.45s both;
}

.about-page .hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 500;
}

.about-page .hero-highlights span i {
  color: white;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-page .hero-cta {
  justify-content: center;
}

.about-page .hero-cta .btn-hero-small {
  background: #fff;
  border: 2px solid #e5e7eb;
  color: #333;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  display: inline-block;
}

.about-page .hero-cta .btn-hero-small:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #333;
}


/* Mobile hero adjustments */
@media (max-width: 768px) {
  .about-page .hero-overlay-container {
    justify-content: center;
  }
  
  .about-page .hero-overlay-container .page-container {
    padding: 0 20px;
    justify-content: center;
  }
  
  .about-page .hero-content {
    text-align: center;
    max-width: 100%;
  }
  
  .about-page .hero-content h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  
  .about-page .hero-content .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .about-page .hero-content .hero-desc {
    display: none;
  }
  
  .about-page .hero-highlights {
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
  }
  
  .about-page .hero-highlights span {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  
  .about-page .hero-cta {
    justify-content: center;
  }
  
  .about-page .hero-cta .btn-hero-small {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}

/* Main Content Section */
.about-content {
  background: #fff;
}

.about-content .page-container {
  padding: 70px;
}

.about-article {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;
  color: #333;
}

.about-article h1 {
  font-size: 2rem;
  color: var(--zz-blue);
  font-weight: 700;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--zz-blue-light);
  font-family: var(--zz-font-family);
}

.about-article h2 {
  font-size: 1.6rem;
  color: var(--zz-blue-dark);
  font-weight: 700;
  margin: 45px 0 20px 0;
  padding-left: 15px;
  border-left: 4px solid var(--zz-blue);
  font-family: var(--zz-font-family);
}

.about-article h3 {
  font-size: 1.25rem;
  color: #34495e;
  font-weight: 600;
  margin: 30px 0 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-article h3::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--zz-blue-light), var(--zz-blue));
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.about-article p {
  margin: 0 0 20px 0;
  color: #555;
  text-align: justify;
}

.about-article strong {
  color: var(--zz-blue);
  font-weight: 600;
}

.about-article ul,
.about-article ol {
  margin: 0 0 25px 0;
  padding-left: 25px;
}

.about-article li {
  margin-bottom: 10px;
  position: relative;
}

.about-article li::marker {
  color: var(--zz-blue);
}

/* Highlight Boxes */
.about-article blockquote {
  background: var(--zz-blue-light);
  border-left: 4px solid var(--zz-blue);
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #555;
}

/* CTA Section */
.about-cta {
  padding: 60px 0;
  background: var(--zz-blue-light);
}

.cta-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 0 auto;
}

.cta-box h2 {
  font-size: 1.8rem;
  color: var(--zz-blue-dark);
  margin: 0 0 15px 0;
  font-family: var(--zz-font-family);
}

.cta-box p {
  color: #666;
  margin: 0 0 30px 0;
  font-size: 1.1rem;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn-primary {
  background: linear-gradient(135deg, var(--zz-blue) 0%, var(--zz-blue-dark) 100%);
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(15, 107, 172, 0.3);
}

.cta-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(15, 107, 172, 0.4);
}

.cta-buttons .btn-secondary {
  background: #fff;
  color: var(--zz-blue);
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid var(--zz-blue);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-buttons .btn-secondary:hover {
  background: var(--zz-blue);
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-content {
    padding: 40px 0;
  }
  
  .about-article {
    padding: 0 15px;
  }
  
  .about-article h1 {
    font-size: 1.5rem;
  }
  
  .about-article h2 {
    font-size: 1.3rem;
    margin: 35px 0 15px 0;
  }
  
  .about-article h3 {
    font-size: 1.1rem;
  }
  
  .about-article h3::before {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  
  .cta-box {
    padding: 35px 25px;
  }
  
  .cta-box h2 {
    font-size: 1.4rem;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-buttons .btn-primary,
  .cta-buttons .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
