/* =========================================================
   SOLUTION TECHNOLOGIE HUB — about.css
   ========================================================= */

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--apricot);
  margin-bottom: 12px;
}

/* ── WHO VISUAL & LOGO (Koreksyon Overflow) ── */
.who-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.2;
}
.who-text h2 span { color: var(--apricot); }
.who-text p {
  color: var(--gray-text);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 1rem;
}
.who-text p strong { color: var(--navy); }

.who-visual { 
  position: relative; 
  max-width: 100%; /* Sekirite mobil */
  width: 400px;
}
.who-image-wrap { 
  position: relative; 
  padding-bottom: 40px;
  max-width: 100%;
}

.who-logo-container {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--gray-light);
  padding: 40px 20px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.logo-about {
  max-height: 200px;
  object-fit: contain;
  max-width: 100%;
}

.who-badge {
  position: absolute;
  bottom: -20px; 
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-light);
  z-index: 2;
  max-width: 90%; /* Anpeche kase sou ti telefòn */
}

@media (min-width: 992px) {
  .who-badge {
    left: -20px;
    transform: none;
    max-width: nowrap;
  }
}

.who-badge i {
  font-size: 1.6rem;
  color: var(--apricot);
}
.who-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
}
.who-badge span {
  font-size: 0.8rem;
  color: var(--gray-text);
}

/* ── VISION MISSION ── */
.vm-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  border: 1.5px solid var(--gray-light);
  transition: all 0.35s var(--ease);
  max-width: 100%;
}
@media (min-width: 768px) {
  .vm-card { padding: 40px; }
}
.vm-card:hover {
  border-color: var(--apricot);
  box-shadow: 0 12px 48px rgba(255,170,91,0.12);
  transform: translateY(-4px);
}
.vm-icon {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: var(--apricot-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--apricot);
  margin-bottom: 20px;
}
.vm-icon--mission { background: rgba(26,60,110,0.08); color: var(--navy-mid); }
.vm-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.vm-card p {
  color: var(--gray-text);
  line-height: 1.7;
  margin-bottom: 24px;
}
.vm-points { list-style: none; }
.vm-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--dark-text);
  border-bottom: 1px solid var(--gray-light);
}
.vm-points li:last-child { border-bottom: none; }
.vm-points li i { color: var(--apricot); font-size: 0.85rem; }

/* ── OBJECTIFS ── */
.objectives-list {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.objective-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 15px;
  border-bottom: 1px solid var(--gray-light);
  transition: all 0.3s var(--ease);
  max-width: 100%;
}
@media (min-width: 768px) {
  .objective-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 0;
  }
}
.objective-item:last-child { border-bottom: none; }
.objective-item:hover .obj-number { color: var(--apricot); }

.obj-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gray-light);
  line-height: 1;
  min-width: 60px;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .obj-number { font-size: 3rem; min-width: 72px; }
}
.obj-content h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.obj-content p { color: var(--gray-text); line-height: 1.6; margin: 0; }

/* ── VALEURS ── */
.value-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 32px 20px;
  text-align: center;
  transition: all 0.3s var(--ease);
  max-width: 100%;
}
.value-card:hover {
  background: rgba(255,170,91,0.06);
  border-color: rgba(255,170,91,0.3);
  transform: translateY(-4px);
}
.value-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,170,91,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--apricot);
  margin: 0 auto 16px;
}
.value-card h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.value-card p {
  font-size: 0.85rem;
  color: var(--gray-mid);
  line-height: 1.6;
  margin: 0;
}

/* ── PRÉSIDENT ── */
.president-wrap {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 32px 20px;
  border: 1.5px solid var(--gray-light);
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 768px) {
  .president-wrap { padding: 60px; }
}
.president-wrap::before {
  content: '"';
  position: absolute;
  top: -20px; right: 40px;
  font-size: 12rem;
  color: var(--apricot);
  opacity: 0.04;
  font-family: Georgia, serif;
  line-height: 1;
}
.president-photo {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  max-width: 100%;
}
.president-avatar {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: url('./feddy2.png') center top / 110% no-repeat;
  border: 4px solid var(--apricot);
  box-shadow: 0 0 0 8px rgba(255,170,91,0.1);
}
@media (min-width: 768px) {
  .president-avatar { width: 200px; height: 200px; }
}
.president-badge {
  position: absolute;
  top: 10px; right: -5px;
  width: 38px; height: 38px;
  background: var(--apricot);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-deep);
  font-size: 1rem;
  box-shadow: var(--shadow-md);
}
.president-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
}
.president-content h2 span { color: var(--apricot); }
blockquote p {
  color: var(--gray-text);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.president-signature {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid var(--apricot);
  display: inline-block;
}
.president-signature strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 4px;
}
.president-signature span { font-size: 0.85rem; color: var(--gray-text); }

/* ── TECHNOLOGIES ── */
.tech-category {
  background: var(--white);
  border: 1.5px solid var(--gray-light);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.3s var(--ease);
  max-width: 100%;
}
@media (min-width: 768px) {
  .tech-category {
    flex-direction: row;
    padding: 24px 28px;
    gap: 24px;
    align-items: center;
  }
}
.tech-category:hover { border-color: var(--apricot); }
.tech-category h4 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0;
}
@media (min-width: 768px) {
  .tech-category h4 { min-width: 160px; }
}
.tech-category h4 i { color: var(--apricot); }
.tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}
.tech-pills span {
  background: var(--off-white);
  border: 1px solid var(--gray-light);
  color: var(--navy-mid);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  transition: all 0.25s var(--ease);
}
.tech-pills span:hover {
  background: var(--apricot);
  color: var(--navy-deep);
  border-color: var(--apricot);
}