* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: Inter, sans-serif; line-height: 1.6; color: rgb(26, 26, 26); overflow-x: hidden; }
.about-page-header { background: rgb(192, 0, 0); color: rgb(255, 255, 255); padding: 80px 20px 60px; text-align: center; }
.about-page-header-content { max-width: 1200px; margin: 0px auto; }
.about-page-breadcrumb { font-size: 14px; margin-bottom: 20px; opacity: 0.85; }
.about-page-breadcrumb a { color: rgb(255, 255, 255); text-decoration: none; transition: opacity 0.3s; }
.about-page-breadcrumb a:hover { opacity: 0.7; }
.about-page-breadcrumb span { margin: 0px 8px; }
.about-page-header h1 { font-size: 48px; font-weight: 800; margin-bottom: 15px; letter-spacing: -0.5px; }
.about-page-header p { font-size: 20px; font-weight: 300; opacity: 0.95; }
.about-page-section { padding: 100px 20px; }
.about-page-section-white { background: rgb(255, 255, 255); }
.about-page-section-gray { background: rgb(245, 245, 245); }
.about-page-section-red { background: rgb(161, 0, 0); color: rgb(255, 255, 255); }
.about-page-section-red h2, .about-page-section-red h3 { color: rgb(255, 255, 255); }
.about-page-container { max-width: 1200px; margin: 0px auto; }
.about-page-section-title { font-size: 42px; font-weight: 700; color: rgb(192, 0, 0); margin-bottom: 20px; text-align: center; letter-spacing: -0.5px; }
.about-page-section-intro { font-size: 18px; text-align: center; margin-bottom: 60px; color: rgb(102, 102, 102); max-width: 800px; margin-left: auto; margin-right: auto; }
.about-story-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 50px; }
.about-story-text h3 { font-size: 28px; color: rgb(192, 0, 0); margin-bottom: 20px; font-weight: 700; }
.about-story-text p { margin-bottom: 15px; line-height: 1.8; color: rgb(68, 68, 68); }
.about-story-image { position: relative; border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px; }
.about-story-image img { width: 100%; height: auto; display: block; transition: transform 0.5s; }
.about-story-image:hover img { transform: scale(1.05); }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.about-stat-card { background: rgb(245, 245, 245); padding: 40px 30px; text-align: center; border-radius: 12px; transition: transform 0.3s, box-shadow 0.3s; }
.about-stat-card:hover { transform: translateY(-5px); box-shadow: rgba(192, 0, 0, 0.15) 0px 15px 40px; }
.about-stat-number { font-size: 48px; font-weight: 800; color: rgb(192, 0, 0); margin-bottom: 10px; display: block; }
.about-stat-label { font-size: 16px; color: rgb(102, 102, 102); font-weight: 500; }
.about-mission-values { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-mission-block h3, .about-values-block h3 { font-size: 32px; color: rgb(192, 0, 0); margin-bottom: 25px; font-weight: 700; }
.about-mission-block p { line-height: 1.8; color: rgb(68, 68, 68); font-size: 16px; }
.about-values-list { list-style: none; }
.about-values-list li { display: flex; align-items: flex-start; margin-bottom: 25px; padding: 20px; background: rgb(255, 255, 255); border-radius: 8px; transition: transform 0.3s, box-shadow 0.3s; }
.about-values-list li:hover { transform: translateX(10px); box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px; }
.about-value-icon { width: 50px; height: 50px; background: rgb(192, 0, 0); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-size: 24px; margin-right: 20px; flex-shrink: 0; }
.about-value-content h4 { font-size: 20px; color: rgb(192, 0, 0); margin-bottom: 8px; font-weight: 700; }
.about-value-content p { color: rgb(102, 102, 102); font-size: 14px; line-height: 1.6; }
.about-team-intro { text-align: center; max-width: 900px; margin: 0px auto 60px; font-size: 16px; color: rgb(68, 68, 68); line-height: 1.8; }
.about-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-bottom: 50px; }
.about-team-card { background: rgb(245, 245, 245); padding: 40px; border-radius: 12px; }
.about-team-card h4 { font-size: 24px; color: rgb(192, 0, 0); margin-bottom: 15px; font-weight: 700; }
.about-team-card ul { list-style: none; padding-left: 0px; }
.about-team-card ul li { padding: 10px 0px; border-bottom: 1px solid rgb(224, 224, 224); color: rgb(68, 68, 68); font-size: 15px; }
.about-team-card ul li:last-child { border-bottom: none; }
.about-team-card ul li::before { content: "✓"; color: rgb(192, 0, 0); font-weight: bold; margin-right: 10px; }
.about-team-highlight { background: rgb(192, 0, 0); color: rgb(255, 255, 255); padding: 30px; text-align: center; border-radius: 12px; font-size: 18px; font-weight: 600; margin-top: 40px; }
.about-differentiators-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.about-diff-card { text-align: center; padding: 40px 30px; background: rgba(255, 255, 255, 0.1); border-radius: 12px; transition: transform 0.3s, background 0.3s; }
.about-diff-card:hover { transform: translateY(-8px); background: rgba(255, 255, 255, 0.15); }
.about-diff-icon { width: 80px; height: 80px; background: rgb(255, 255, 255); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0px auto 25px; font-size: 36px; color: rgb(161, 0, 0); }
.about-diff-card h3 { font-size: 22px; margin-bottom: 15px; font-weight: 700; color: rgb(255, 255, 255); }
.about-diff-card p { font-size: 15px; line-height: 1.7; opacity: 0.95; color: rgb(255, 255, 255); }
.about-accreditations-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.about-accred-card { background: rgb(245, 245, 245); padding: 30px; text-align: center; border-radius: 12px; transition: transform 0.3s, box-shadow 0.3s; }
.about-accred-card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px; }
.about-accred-icon { width: 80px; height: 80px; background: rgb(192, 0, 0); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0px auto 20px; font-size: 32px; color: rgb(255, 255, 255); }
.about-accred-card h4 { font-size: 18px; color: rgb(192, 0, 0); margin-bottom: 10px; font-weight: 700; }
.about-accred-card p { font-size: 14px; color: rgb(102, 102, 102); line-height: 1.6; }
.about-commitment-content { max-width: 900px; margin: 0px auto; }
.about-commitment-content p { font-size: 16px; line-height: 1.9; color: rgb(68, 68, 68); margin-bottom: 20px; text-align: center; }
.about-commitment-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; }
.about-commitment-item { background: rgb(255, 255, 255); padding: 30px; border-radius: 12px; border-left: 4px solid rgb(192, 0, 0); }
.about-commitment-item h4 { font-size: 20px; color: rgb(192, 0, 0); margin-bottom: 12px; font-weight: 700; }
.about-commitment-item p { font-size: 15px; color: rgb(102, 102, 102); line-height: 1.7; }
.about-cta-section { background: rgb(192, 0, 0); color: rgb(255, 255, 255); padding: 80px 20px; text-align: center; }
.about-cta-content { max-width: 800px; margin: 0px auto; }
.about-cta-content h2 { font-size: 38px; font-weight: 700; margin-bottom: 20px; color: rgb(255, 255, 255); }
.about-cta-content p { font-size: 18px; margin-bottom: 40px; opacity: 0.95; }
.about-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.about-cta-btn { padding: 16px 40px; font-size: 16px; font-weight: 600; border-radius: 8px; text-decoration: none; transition: 0.3s; cursor: pointer; display: inline-block; border: 2px solid transparent; }
.about-cta-btn-primary { background: rgb(230, 0, 0); color: rgb(255, 255, 255); border-color: rgb(230, 0, 0); }
.about-cta-btn-primary:hover { background: rgb(255, 26, 26); border-color: rgb(255, 26, 26); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px; }
.about-cta-btn-secondary { background: transparent; color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.about-cta-btn-secondary:hover { background: rgb(255, 255, 255); color: rgb(192, 0, 0); transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px; }
@media (max-width: 1024px) {
  .about-story-content, .about-mission-values { grid-template-columns: 1fr; gap: 40px; }
  .about-differentiators-grid { grid-template-columns: repeat(2, 1fr); }
  .about-accreditations-grid { grid-template-columns: repeat(2, 1fr); }
  .about-team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .about-page-header h1 { font-size: 36px; }
  .about-page-header p { font-size: 18px; }
  .about-page-section-title { font-size: 32px; }
  .about-page-section { padding: 60px 20px; }
  .about-stats { grid-template-columns: 1fr; gap: 30px; }
  .about-differentiators-grid, .about-accreditations-grid { grid-template-columns: 1fr; }
  .about-commitment-list { grid-template-columns: 1fr; }
  .about-cta-content h2 { font-size: 28px; }
  .about-cta-buttons { flex-direction: column; align-items: center; }
  .about-cta-btn { width: 100%; max-width: 300px; }
}