/* Ayelinklux - About Us Page */

/* =========================================================
   INTRO
========================================================= */
.about-intro-section {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.about-intro-section .section-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.about-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}
.about-intro-inner p {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 18px;
}
.about-intro-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* =========================================================
   WHY AYELINK
========================================================= */
.about-why-section {
  background: var(--off-white);
}
.about-why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.about-why-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(27,46,94,0.12);
}
.about-why-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}
.about-why-content .section-label {
  margin-bottom: 16px;
}
.about-why-content h2 {
  font-size: 32px;
  line-height: 1.3;
  color: var(--text-dark);
  margin-bottom: 18px;
}
.about-why-content p {
  font-size: 15px;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}
.about-why-content p:last-child {
  margin-bottom: 0;
}
.about-why-content p strong {
  color: var(--text-dark);
}

/* =========================================================
   WHAT WE DO
========================================================= */
.about-whatwedo-section {
  background: var(--white);
}
.about-whatwedo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.about-whatwedo-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 26px;
  transition: all 0.3s;
}
.about-whatwedo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(27,46,94,0.1);
  border-color: var(--orange);
}
.about-whatwedo-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(244,123,32,0.1);
  color: var(--orange);
  font-size: 20px;
  margin-bottom: 16px;
}
.about-whatwedo-card p {
  font-size: 14.5px;
  color: var(--text-mid);
  line-height: 1.7;
}

/* =========================================================
   MISSION & VISION
========================================================= */
.about-mv-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
}
.about-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.about-mv-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  padding: 40px 36px;
  backdrop-filter: blur(6px);
}
.about-mv-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 24px;
  margin-bottom: 20px;
}
.about-mv-card h3 {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 12px;
}
.about-mv-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.88);
  line-height: 1.8;
}

/* =========================================================
   CORE VALUES
========================================================= */
.about-values-section {
  background: var(--white);
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1500px;
  margin: 0 auto;
}
.about-value-card {
  text-align: center;
  padding: 32px 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: all 0.3s;
}
.about-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(27,46,94,0.1);
  border-color: var(--orange);
}
.about-value-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(244,123,32,0.1);
  color: var(--orange);
  font-size: 24px;
}
.about-value-card h3 {
  font-size: 18px;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.about-value-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
}

/* =========================================================
   WHO AYELINK IS FOR
========================================================= */
.about-forwho-section {
  background: var(--off-white);
}
.about-forwho-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1500px;
  margin: 0 auto;
}
.about-forwho-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.3s;
}
.about-forwho-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(27,46,94,0.08);
  border-color: var(--orange);
}
.about-forwho-item i {
  font-size: 22px;
  color: var(--navy);
  margin-bottom: 12px;
  display: block;
}
.about-forwho-item span {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.4;
  display: block;
}

/* =========================================================
   FINAL CTA BANNER
========================================================= */
.about-cta-banner {
  max-width: 1600px;
  margin: 40px auto 80px;
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
  overflow: hidden;
}
.about-cta-banner-bg {
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,168,0,0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.about-cta-banner-content {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.about-cta-banner-content h2 {
  font-size: 34px;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 14px;
}
.about-cta-banner-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto;
}
.about-cta-banner-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1100px) {
  .about-whatwedo-grid { grid-template-columns: repeat(2, 1fr); }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-forwho-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .about-why-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-why-image img { height: 280px; }
  .about-mv-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about-whatwedo-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-forwho-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .about-intro-section .section-title { font-size: 26px; }
  .about-why-content h2 { font-size: 26px; }
  .about-cta-banner { padding: 40px 24px; margin: 20px 16px 60px; }
  .about-cta-banner-content h2 { font-size: 26px; }
  .about-cta-banner-actions { flex-direction: column; }
  .about-intro-ctas { flex-direction: column; }
  .about-intro-ctas a { width: 100%; text-align: center; }
}