/*
 * About Page Styles
 * Professional design for About page with modern aesthetics
 */

/* Container Override */
.about-page .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ==================================
   Page Hero Section
   ================================== */
.page-hero {
  background: #1a1a2e !important;
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a1a2e;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.page-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}

.page-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 300;
}

/* ==================================
   About Anthony Section - Modern Professional Design
   ================================== */
.about-anthony-section {
  padding: 0;
  margin: 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  padding: 120px 0;
  position: relative;
}

.about-anthony-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  z-index: 0;
  opacity: 0.5;
}

.about-anthony-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-content {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-image-wrapper {
  padding: 0;
}

.about-image {
  position: relative;
  padding: 30px 0 30px 30px;
}

.about-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1abc9c 0%, #3498db 100%);
  border-radius: 24px;
  z-index: 0;
  opacity: 0.15;
}

.about-photo {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  display: block;
}

.about-photo:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);
}

.about-text-wrapper {
  padding: 0;
}

.about-text {
  padding: 0;
  max-width: 680px;
}

.about-text .section-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1abc9c;
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-text .section-title i {
  font-size: 24px;
  color: #1abc9c;
  margin: 0;
}

.about-name {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 40px 0;
  padding: 0 0 24px 0;
  line-height: 1.1;
  position: relative;
}

.about-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #1abc9c 0%, #3498db 100%);
  border-radius: 2px;
}

.about-description-wrapper {
  margin: 0 0 40px 0;
  padding: 0;
}

.about-description {
  font-size: 17px;
  line-height: 1.8;
  color: #6c757d;
  margin: 0 0 24px 0;
  padding: 0;
}

.about-description:last-child {
  margin-bottom: 0;
}

.about-description-lead {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 28px;
  line-height: 1.7;
}

.anthony-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 40px 0;
  padding: 0;
}

.stat-badge {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 20px 16px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.stat-badge:hover {
  border-color: #1abc9c;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(26, 188, 156, 0.15);
}

.stat-badge-number {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 6px 0;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.stat-badge-label {
  font-size: 12px;
  color: #6c757d;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.about-social {
  display: flex;
  gap: 16px;
  margin: 48px 0 0 0;
  padding: 32px 0 0 0;
  border-top: 2px solid #e9ecef;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  color: #1a1a2e;
  font-size: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1abc9c 0%, #3498db 100%);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 0;
}

.social-link i {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.social-link:hover {
  border-color: transparent;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(26, 188, 156, 0.3);
}

.social-link:hover::before {
  transform: translateY(0);
}

.social-link:hover i {
  color: #ffffff;
}

/* Old styles - deprecated */
.about-anthony-grid,
.about-anthony-image,
.anthony-large-photo,
.anthony-quote-card,
.about-anthony-content,
.content-label,
.lead-text {
  display: none;
}

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

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.mission-card {
  background: #fff;
  padding: 44px 36px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
}

.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(26, 188, 156, 0.3);
}

.card-icon i {
  font-size: 32px;
  color: #fff;
}

.mission-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}

.mission-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ==================================
   What We Cover Section
   ================================== */
.what-we-cover-section {
  padding: 100px 0;
  background: #fff;
}

.section-header-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.section-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #1abc9c;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-title-large {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}

.section-description {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.industries-showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.industry-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 50px;
  border: 2px solid #e9ecef;
  text-decoration: none;
  transition: all 0.3s ease;
}

.industry-pill:hover {
  border-color: #1abc9c;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 188, 156, 0.25);
}

.industry-pill:hover .industry-name,
.industry-pill:hover .industry-count {
  color: #fff;
}

.industry-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  transition: color 0.3s ease;
}

.industry-count {
  background: #f8f9fa;
  color: #1abc9c;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  min-width: 28px;
  text-align: center;
  transition: all 0.3s ease;
}

.industry-pill:hover .industry-count {
  background: rgba(255, 255, 255, 0.2);
}

/* ==================================
   Why Listen Section
   ================================== */
.why-listen-section {
  padding: 100px 0;
  background: #1a1a2e !important;
  position: relative;
  overflow: hidden;
}

.why-listen-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a1a2e;
}

.why-listen-content {
  position: relative;
  z-index: 2;
}

.why-listen-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.why-listen-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}

.why-listen-header p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.benefit-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
  border-color: rgba(26, 188, 156, 0.5);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-icon i {
  font-size: 24px;
  color: #fff;
}

.benefit-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}

.benefit-item p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* ==================================
   Featured Episodes Section
   ================================== */
.featured-episodes-about {
  padding: 100px 0;
  background: #fff;
}

.featured-episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.featured-episode-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.featured-episode-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.featured-episode-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.featured-episode-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured-episode-card:hover .featured-episode-image img {
  transform: scale(1.08);
}

.featured-episode-content {
  padding: 24px;
}

.featured-episode-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}

.featured-episode-content h3 a {
  color: #1a1a2e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.featured-episode-content h3 a:hover {
  color: #1abc9c;
}

.featured-episode-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 16px;
}

.listen-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1abc9c;
  text-decoration: none;
  transition: all 0.3s ease;
}

.listen-link:hover {
  gap: 12px;
  color: #16a085;
}

.listen-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.listen-link:hover i {
  transform: translateX(4px);
}

/* ==================================
   CTA Section
   ================================== */
.about-cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.about-cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-cta-content h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 16px;
  font-family: "Poppins", sans-serif;
}

.about-cta-content p {
  font-size: 18px;
  color: #666;
  margin: 0 0 36px;
  line-height: 1.6;
}

.about-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-large {
  padding: 16px 40px;
  font-size: 16px;
}

.btn-primary {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 188, 156, 0.35);
}

.btn-outline {
  background: transparent;
  color: #1a1a2e;
  border-color: #1a1a2e;
}

.btn-outline:hover {
  background: #1a1a2e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 26, 46, 0.25);
}

/* ==================================
   Animations
   ================================== */
@keyframes patternMove {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
}

/* ==================================
   Responsive Design - About Section
   ================================== */

/* Desktop Large (1200px and below) */
@media (max-width: 1200px) {
  .about-anthony-section .container {
    padding: 0 30px;
  }

  .about-content {
    gap: 80px;
  }
}

/* Tablet Large (1024px and below) */
@media (max-width: 1024px) {
  .about-wrapper {
    padding: 80px 0;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-image-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .about-image {
    padding: 20px 0 20px 20px;
  }

  .about-text-wrapper {
    max-width: 100%;
  }

  .about-text {
    max-width: 100%;
  }

  .about-name {
    font-size: 44px;
  }

  .anthony-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Old grid styles */
  .about-anthony-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-episodes-grid {
    grid-template-columns: 1fr;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .about-wrapper {
    padding: 60px 0;
  }

  .about-anthony-section .container {
    padding: 0 20px;
  }

  .about-anthony-section::before {
    display: none;
  }

  .about-content {
    gap: 50px;
  }

  .about-image {
    padding: 15px 0 15px 15px;
  }

  .about-image::before {
    border-radius: 20px;
  }

  .about-photo {
    border-radius: 20px;
  }

  .about-name {
    font-size: 38px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .about-name::after {
    width: 60px;
    height: 3px;
  }

  .about-description-wrapper {
    margin-bottom: 32px;
  }

  .about-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-description-lead {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .anthony-stats {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }

  .about-social {
    margin-top: 36px;
    padding-top: 28px;
  }

  .social-link {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .page-hero {
    padding: 80px 0 60px;
  }

  .page-title {
    font-size: 36px;
  }

  .page-subtitle {
    font-size: 16px;
  }

  .mission-vision-section,
  .what-we-cover-section,
  .why-listen-section,
  .featured-episodes-about,
  .about-cta-section {
    padding: 60px 0;
  }

  .section-title-large,
  .why-listen-header h2,
  .about-cta-content h2 {
    font-size: 32px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-large {
    width: 100%;
    justify-content: center;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .about-wrapper {
    padding: 50px 0;
  }

  .about-name {
    font-size: 32px;
  }

  .about-description {
    font-size: 15px;
  }

  .about-description-lead {
    font-size: 17px;
  }

  .stat-badge {
    padding: 16px 12px;
  }

  .stat-badge-number {
    font-size: 24px;
  }

  .stat-badge-label {
    font-size: 11px;
  }

  .social-link {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .page-title {
    font-size: 28px;
  }

  .section-title-large,
  .why-listen-header h2,
  .about-cta-content h2 {
    font-size: 26px;
  }

  .mission-card h3 {
    font-size: 20px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-icon i {
    font-size: 24px;
  }

  .industries-showcase {
    gap: 8px;
  }

  .industry-pill {
    padding: 10px 16px;
  }

  .benefit-item h4 {
    font-size: 18px;
  }
}
