/*==========================================
        CSR PAGE STYLES
===========================================*/

/* Badge */
.csr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(245, 130, 17, .1);
  color: #FDC900;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
}

.csr-badge i {
  width: 16px;
  height: 16px;
}

.csr-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #14181b;
  margin: 0 0 24px;
}

.csr-text {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

/*==========================================
        CSR MISSION
===========================================*/

.csr-mission-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.csr-mission-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.csr-mission-media {
  position: relative;
}

.csr-mission-image {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.csr-mission-image img {
  width: 100%;
  height: auto;
  display: block;
}

.csr-mission-stat-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #27ae60;
  color: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(39, 174, 96, .35);
}

.csr-mission-stat-card i {
  width: 28px;
  height: 28px;
}

.csr-stat-num {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.csr-stat-label {
  display: block;
  font-size: 12px;
  opacity: .85;
}

/*==========================================
        CSR PILLARS
===========================================*/

.csr-pillars-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.csr-pillars-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.csr-pillars-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-pillars-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 13, 14, .93), rgba(11, 13, 14, .88));
}

.csr-pillars-section .wrap {
  position: relative;
  z-index: 2;
}

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

.csr-pillars-header .eyebrow {
  color: #FDC900;
}

.csr-pillars-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 16px;
  line-height: 1.2;
}

.csr-pillars-header p {
  font-size: 16px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
}

.csr-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.csr-pillar-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 36px 28px;
  transition: .35s;
}

.csr-pillar-card:hover {
  background: rgba(255, 255, 255, .12);
  transform: translateY(-6px);
}

.csr-pillar-icon {
  width: 56px;
  height: 56px;
  background: rgba(39, 174, 96, .2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #27ae60;
}

.csr-pillar-icon i {
  width: 26px;
  height: 26px;
}

.csr-pillar-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.csr-pillar-card > p {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
  margin-bottom: 20px;
}

.csr-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.csr-pillar-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  padding: 6px 0;
}

.csr-pillar-list li i {
  width: 16px;
  height: 16px;
  color: #27ae60;
  flex-shrink: 0;
}

/*==========================================
        CSR INITIATIVES
===========================================*/

.csr-initiatives-section {
  background: #fff;
  padding: 100px 0;
}

.csr-initiatives-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.csr-initiatives-header .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #14181b;
  margin: 12px 0 12px;
  line-height: 1.2;
}

.csr-initiatives-header .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.csr-initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.csr-initiative-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
  transition: .35s;
}

.csr-initiative-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
}

.csr-initiative-icon {
  width: 52px;
  height: 52px;
  background: rgba(39, 174, 96, .1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #27ae60;
}

.csr-initiative-icon i {
  width: 24px;
  height: 24px;
}

.csr-initiative-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #14181b;
  margin: 0 0 12px;
}

.csr-initiative-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/*==========================================
        CSR IMPACT
===========================================*/

.csr-impact-section {
  background: #f8f9fa;
  padding: 100px 0;
}

.csr-impact-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.csr-impact-header .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #14181b;
  margin: 12px 0 12px;
  line-height: 1.2;
}

.csr-impact-header .section-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.csr-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.csr-impact-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
  transition: .35s;
}

.csr-impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
}

.csr-impact-number {
  font-size: 42px;
  font-weight: 900;
  color: #27ae60;
  line-height: 1;
  margin-bottom: 12px;
}

.csr-impact-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #14181b;
  margin: 0 0 8px;
}

.csr-impact-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/*==========================================
        CSR CTA
===========================================*/

.csr-cta-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.csr-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.csr-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csr-cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 13, 14, .92), rgba(11, 13, 14, .85));
}

.csr-cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.csr-cta-content h2 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}

.csr-cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, .75);
  line-height: 1.8;
  margin-bottom: 32px;
}

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

.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .3);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
  color: #fff;
}

/*==========================================
        RESPONSIVE
===========================================*/

@media (max-width: 992px) {
  .csr-mission-flex {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .csr-pillars-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 768px) {
  .csr-mission-section,
  .csr-pillars-section,
  .csr-initiatives-section,
  .csr-impact-section,
  .csr-cta-section {
    padding: 60px 0;
  }

  .csr-title {
    font-size: 32px;
  }

  .csr-pillars-header h2,
  .csr-initiatives-header .section-title,
  .csr-impact-header .section-title,
  .csr-cta-content h2 {
    font-size: 28px;
  }

  .csr-initiatives-grid {
    grid-template-columns: 1fr;
  }

  .csr-impact-grid {
    grid-template-columns: 1fr;
  }

  .csr-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
