/* ============================================
   MODERN ABOUT US PAGE STYLES
   ============================================ */

/* Modern Page Header */
.page-header-modern {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  padding: 140px 0 60px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.page-header-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(252, 192, 27, 0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,149.3C960,160,1056,160,1152,138.7C1248,117,1344,75,1392,53.3L1440,32L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
  background-size: cover;
  opacity: 0.3;
}

.breadcrumbs-modern {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}

.breadcrumbs-modern a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumbs-modern a:hover {
  color: white;
}

.breadcrumbs-modern .separator {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs-modern .current {
  color: #fcc01b;
  font-weight: 500;
}

.page-title-modern {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.page-subtitle-modern {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.header-badge i {
  font-size: 2.5rem;
  color: #fcc01b;
}

.header-badge strong {
  display: block;
  color: white;
  font-size: 1.25rem;
  margin-bottom: 5px;
}

.header-badge p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}


/* Our Story Section */
.our-story-section {
  padding: 80px 0;
}

.story-image-wrapper {
  position: relative;
}

.story-image {
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}

.image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: white;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #1f2937;
}

.image-badge i {
  color: #fcc01b;
  font-size: 1.25rem;
}

.content-wrapper {
  padding-left: 20px;
}

.section-subtitle-text {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 20px;
  font-weight: 500;
}

.story-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 30px;
}

.story-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #1f2937;
}

.feature-item i {
  color: #fcc01b;
  font-size: 1.25rem;
}

/* Mission & Vision Section */
.mission-vision-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.mv-card {
  background: white;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #fcc01b, #e6a800);
}

.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.mv-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fcc01b 0%, #e6a800 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 25px;
}

.mv-card h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}

.mv-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b7280;
  margin: 0;
}

/* Core Values Section */
.values-section {
  padding: 80px 0;
}

.value-card {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.value-card:hover {
  transform: translateY(-8px);
  border-color: #fcc01b;
  box-shadow: 0 8px 25px rgba(252, 192, 27, 0.15);
}

.value-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(252, 192, 27, 0.1) 0%, rgba(252, 192, 27, 0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.75rem;
  color: #fcc01b;
}

.value-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

/* Why Choose Us - About Version */
.why-choose-about {
  padding: 80px 0;
  background: white;
}

.feature-card-about {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  padding: 40px 30px;
  border-radius: 12px;
  border: 2px solid #e5e7eb;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}

.feature-card-about:hover {
  border-color: #fcc01b;
  background: white;
  box-shadow: 0 8px 25px rgba(252, 192, 27, 0.12);
  transform: translateY(-5px);
}

.feature-icon-about {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fcc01b 0%, #e6a800 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: white;
}

.feature-card-about h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
}

.feature-card-about p {
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

/* Testimonials - About Version */
.testimonials-about {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.testimonial-card-about {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card-about:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(252, 192, 27, 0.1) 0%, rgba(252, 192, 27, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fcc01b;
  margin-bottom: 20px;
}

.testimonial-card-about .rating {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.testimonial-card-about .rating i {
  color: #fbbf24;
  font-size: 1rem;
}

.testimonial-text {
  font-size: 1.05rem;
  font-style: italic;
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 25px;
  min-height: 100px;
}

.testimonial-author-about {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 2px solid #f3f4f6;
}

.author-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f3f4f6;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.testimonial-author-about strong {
  font-size: 1.1rem;
  color: #1f2937;
  font-weight: 600;
}

.testimonial-author-about span {
  font-size: 0.9rem;
  color: #6b7280;
}

.review-source-inline {
  color: #9ca3af;
  font-size: 0.8rem;
  margin-top: 2px;
}

/* CTA About Section */
.cta-about {
  padding: 100px 0;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  position: relative;
  overflow: hidden;
}

.cta-about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(252, 192, 27, 0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,149.3C960,160,1056,160,1152,138.7C1248,117,1344,75,1392,53.3L1440,32L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat center;
  background-size: cover;
  opacity: 0.3;
}

.cta-content-wrapper {
  position: relative;
  z-index: 1;
}

.cta-about h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.cta-about p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.cta-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-features span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.cta-features i {
  color: #fcc01b;
  font-size: 1.25rem;
}

.btn-cta-modern {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, #fcc01b 0%, #e6a800 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(252, 192, 27, 0.4);
  margin-bottom: 15px;
  margin-right: 15px;
}

.btn-cta-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(252, 192, 27, 0.5);
  color: white;
}

.btn-cta-secondary-modern {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: transparent;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid white;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-cta-secondary-modern:hover {
  background: white;
  color: #1f2937;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-header-modern {
    padding: 120px 0 50px;
  }

  .page-title-modern {
    font-size: 2.5rem;
  }

  .page-subtitle-modern {
    font-size: 1.1rem;
  }

  .header-badge {
    margin-top: 30px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .content-wrapper {
    padding-left: 0;
    margin-top: 40px;
  }

  .story-features {
    grid-template-columns: 1fr;
  }

  .mv-card {
    padding: 40px 30px;
  }

  .cta-about h2 {
    font-size: 2rem;
  }

  .cta-features {
    gap: 20px;
  }

  .btn-cta-modern,
  .btn-cta-secondary-modern {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-header-modern {
    padding: 110px 0 40px;
  }

  .page-title-modern {
    font-size: 2rem;
  }

  .our-story-section,
  .mission-vision-section,
  .values-section,
  .why-choose-about,
  .testimonials-about,
  .cta-about {
    padding: 60px 0;
  }

  .stat-card {
    padding: 30px 20px;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .mv-card {
    padding: 30px 25px;
  }

  .value-card {
    padding: 30px 25px;
  }

  .testimonial-text {
    min-height: auto;
  }
}
