/* ═══════════════════════════════════════════════════════════
   ABOUT US PAGE STYLES
   ═══════════════════════════════════════════════════════════ */

/* About Hero Section */
.about-hero {
  background: linear-gradient(135deg, #0a1628, #0f2847);
  padding: 100px 5% 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(25, 157, 181, 0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.about-hero .stag {
  color: #7dd3e8;
  justify-content: center;
  margin-bottom: 20px;
}

.about-hero .sh {
  color: #fff;
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 56px);
}

.about-hero-desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

/* Who We Are Section */
.who-we-are {
  padding: 100px 5%;
  background: #fff;
}

.who-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.who-content .stag {
  margin-bottom: 16px;
}

.who-content .sh {
  margin-bottom: 24px;
}

.who-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 40px;
}

.who-strengths {
  display: grid;
  gap: 24px;
}

.strength-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px;
  background: #f8fafc;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.strength-item:hover {
  background: #fff;
  border-color: #199DB5;
  box-shadow: 0 8px 24px rgba(25, 157, 181, 0.12);
  transform: translateX(4px);
}

.strength-icon {
  font-size: 36px;
  flex-shrink: 0;
}

.strength-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0f1e28;
  margin-bottom: 6px;
}

.strength-text p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.who-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.who-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.who-image:hover img {
  transform: scale(1.05);
}

/* Vision & Mission Section */
.vision-mission {
  padding: 80px 5%;
  background: #f8fafc;
}

.vm-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.vm-card {
  background: #fff;
  padding: 48px 40px;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.vm-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #199DB5, #22b8d4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.vm-card:hover::before {
  transform: scaleX(1);
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(25, 157, 181, 0.15);
}

.vm-icon {
  font-size: 56px;
  margin-bottom: 24px;
}

.vm-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f1e28;
  margin-bottom: 20px;
}

.vm-text {
  font-size: 16px;
  line-height: 1.8;
  color: #64748b;
}

/* Global Presence Section */
.global-presence {
  padding: 100px 5%;
  background: #fff;
}

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

.gp-header .stag {
  justify-content: center;
  margin-bottom: 16px;
}

.gp-header .sh {
  margin-bottom: 20px;
}

.gp-desc {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
}

.gp-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.gp-country {
  background: #f8fafc;
  padding: 40px;
  border-radius: 24px;
  border: 2px solid #e5e7eb;
  transition: all 0.3s;
}

.gp-country:hover {
  border-color: #199DB5;
  box-shadow: 0 12px 40px rgba(25, 157, 181, 0.12);
  transform: translateY(-4px);
}

.gp-country-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e5e7eb;
}

.gp-flag {
  font-size: 48px;
}

.gp-country-name {
  font-size: 28px;
  font-weight: 800;
  color: #0f1e28;
}

.gp-offices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gp-office {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gp-office-badge {
  padding: 6px 14px;
  background: #199DB5;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.gp-office-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f1e28;
}

/* Services Section */
.about-services {
  padding: 100px 5%;
  background: linear-gradient(135deg, #0a1628, #0f2847);
  color: #fff;
}

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

.as-header .stag {
  color: #7dd3e8;
  justify-content: center;
  margin-bottom: 16px;
}

.as-header .sh {
  color: #fff;
  margin-bottom: 20px;
}

.as-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.as-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.as-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s;
}

.as-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #199DB5;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(25, 157, 181, 0.2);
}

.as-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.as-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.as-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Leadership Section */
.leadership {
  padding: 100px 5%;
  background: #fff;
}

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

.leadership-header .stag {
  justify-content: center;
  margin-bottom: 16px;
}

.leadership-header .sh {
  margin-bottom: 20px;
}

.leadership-desc {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
}

.leadership-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.leader-card {
  background: #fff;
  border-radius: 24px;
  border: 2px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.leader-card:hover {
  border-color: #199DB5;
  box-shadow: 0 16px 48px rgba(25, 157, 181, 0.15);
  transform: translateY(-8px);
}

.leader-card-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.leader-name {
  font-size: 26px;
  font-weight: 800;
  color: #0f1e28;
  line-height: 1.2;
  text-align: left;
}

.leader-title {
  font-size: 16px;
  font-weight: 700;
  color: #199DB5;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 8px;
}

.leader-meta-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}

.meta-item svg {
  color: #199DB5;
  flex-shrink: 0;
}

.leader-bio {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  text-align: left;
}

.leader-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.expertise-tag {
  padding: 6px 14px;
  background: rgba(25, 157, 181, 0.1);
  border: 1px solid rgba(25, 157, 181, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #199DB5;
  transition: all 0.3s;
}

.expertise-tag:hover {
  background: #199DB5;
  border-color: #199DB5;
  color: #fff;
}

.strength-icon svg {
  color: #199DB5;
}

.vm-icon svg {
  color: #199DB5;
}

/* Why Choose Us Section */
.why-choose {
  padding: 100px 5%;
  background: #f8fafc;
}

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

.wc-header .stag {
  justify-content: center;
  margin-bottom: 16px;
}

.wc-header .sh {
  margin-bottom: 20px;
}

.wc-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.wc-card {
  background: #fff;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #e5e7eb;
  transition: all 0.3s;
  position: relative;
}

.wc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #199DB5, #22b8d4);
  border-radius: 20px 20px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.wc-card:hover::before {
  transform: scaleX(1);
}

.wc-card:hover {
  border-color: #199DB5;
  box-shadow: 0 12px 40px rgba(25, 157, 181, 0.15);
  transform: translateY(-8px);
}

.wc-number {
  font-size: 48px;
  font-weight: 800;
  color: rgba(25, 157, 181, 0.2);
  margin-bottom: 16px;
  line-height: 1;
}

.wc-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f1e28;
  margin-bottom: 16px;
}

.wc-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* Certifications Section */
.certifications {
  padding: 100px 5%;
  background: #fff;
}

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

.cert-header .stag {
  justify-content: center;
  margin-bottom: 16px;
}

.cert-header .sh {
  margin-bottom: 20px;
}

.cert-desc {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
}

.cert-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.cert-card {
  background: #f8fafc;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  border: 2px solid #e5e7eb;
  transition: all 0.3s;
  position: relative;
}

.cert-card:hover {
  background: #fff;
  border-color: #199DB5;
  box-shadow: 0 12px 40px rgba(25, 157, 181, 0.15);
  transform: translateY(-8px);
}

.cert-icon {
  margin-bottom: 20px;
}

.cert-icon svg {
  color: #199DB5;
}

.as-icon svg {
  color: rgba(255, 255, 255, 0.9);
}

.cert-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #199DB5;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}

.cert-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f1e28;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cert-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
}

/* About CTA Section */
.about-cta {
  padding: 100px 5%;
  background: linear-gradient(135deg, #199DB5, #22b8d4);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

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

.about-cta-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}

.about-cta-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin-bottom: 40px;
}

.about-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-cta .btn-primary {
  background: #fff;
  color: #199DB5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.about-cta .btn-primary:hover {
  background: #f8fafc;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.about-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.about-cta .btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .who-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .vm-container {
    grid-template-columns: 1fr;
  }
  
  .gp-grid {
    grid-template-columns: 1fr;
  }
  
  .as-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .wc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cert-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 80px 5% 60px;
  }
  
  .who-we-are,
  .global-presence,
  .about-services,
  .leadership,
  .why-choose,
  .certifications,
  .about-cta {
    padding: 60px 5%;
  }
  
  .as-grid {
    grid-template-columns: 1fr;
  }
  
  .leadership-grid {
    grid-template-columns: 1fr;
  }
  
  .wc-grid {
    grid-template-columns: 1fr;
  }
  
  .leader-card-body {
    padding: 28px;
  }
  
  .leader-name {
    font-size: 22px;
  }
  
  .leader-title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .about-hero .sh {
    font-size: 32px;
  }
  
  .about-hero-desc {
    font-size: 16px;
  }
  
  .strength-item {
    padding: 20px;
  }
  
  .strength-icon svg {
    width: 24px;
    height: 24px;
  }
  
  .vm-card {
    padding: 32px 24px;
  }
  
  .vm-icon svg {
    width: 36px;
    height: 36px;
  }
  
  .vm-title {
    font-size: 24px;
  }
  
  .gp-country {
    padding: 28px;
  }
  
  .gp-flag {
    font-size: 36px;
  }
  
  .gp-country-name {
    font-size: 24px;
  }
  
  .as-card {
    padding: 28px 20px;
  }
  
  .leader-card-body {
    padding: 24px;
    gap: 16px;
  }
  
  .leader-name {
    font-size: 20px;
  }
  
  .leader-title {
    font-size: 14px;
  }
  
  .meta-item {
    font-size: 13px;
  }
  
  .meta-item svg {
    width: 14px;
    height: 14px;
  }
  
  .leader-bio {
    font-size: 14px;
  }
  
  .expertise-tag {
    font-size: 11px;
    padding: 5px 12px;
  }
  
  .wc-card {
    padding: 32px 24px;
  }
  
  .wc-number {
    font-size: 36px;
  }
  
  .cert-card {
    padding: 32px 24px;
  }
  
  .about-cta-btns {
    flex-direction: column;
  }
  
  .about-cta-btns .btn-primary,
  .about-cta-btns .btn-ghost {
    width: 100%;
    justify-content: center;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.who-container,
.vm-container,
.gp-grid,
.as-grid,
.leadership-grid,
.wc-grid,
.cert-grid {
  animation: fadeInUp 0.6s ease both;
}
