/* Our Identity — Mission, Vision, Core Values (3-card layout) */

.identity-section__underline {
  width: 5rem;
  height: 0.3rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #2E3192 0%, #00AEEF 55%, #f97316 100%);
}

.identity-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.75rem 2.25rem;
  text-align: center;
  box-shadow: 0 10px 40px rgba(46, 49, 146, 0.08);
  border: 1px solid rgba(46, 49, 146, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.identity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(46, 49, 146, 0.12);
}

.identity-card--mission,
.identity-card--vision {
  border-top: 4px solid #2E3192;
}

.identity-card--values {
  border-top: 4px solid #7c3aed;
}

.identity-card__icon-wrap {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.5rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.identity-card__icon-wrap--green {
  background: radial-gradient(circle, rgba(0, 174, 239, 0.35) 0%, rgba(0, 174, 239, 0.08) 70%);
  box-shadow: 0 0 0 8px rgba(0, 174, 239, 0.15);
}

.identity-card__icon-wrap--purple {
  background: radial-gradient(circle, rgba(196, 181, 253, 0.5) 0%, rgba(196, 181, 253, 0.08) 70%);
  box-shadow: 0 0 0 8px rgba(196, 181, 253, 0.15);
}

.identity-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.identity-card__badge {
  position: absolute;
  right: -0.15rem;
  bottom: 0.15rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.identity-card__badge--green {
  background: #e0f7fe;
  color: #2E3192;
}

.identity-card__badge--purple {
  background: #ede9fe;
  color: #7c3aed;
}

.identity-card__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #2E3192;
  margin-bottom: 1rem;
}

.identity-card__text {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.75;
  text-align: center;
}

.identity-card__media {
  margin-bottom: 0.25rem;
}

.identity-card__photo {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: cover;
  border-radius: 9999px;
  margin: 0 auto 1.5rem;
  display: block;
  border: 3px solid rgba(46, 49, 146, 0.12);
}

.identity-card__values {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 16rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.identity-card__values li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #374151;
  font-size: 0.9375rem;
  font-weight: 500;
}

.identity-card__check {
  display: inline-flex;
  flex-shrink: 0;
}

.identity-value-item__photo {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}

.identity-value-item__photo-wrap {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 9999px;
}

.identity-card__values li > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.identity-card__value-desc {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.45;
}

/* Advanced breathing effects for identity icons & images */

.identity-breathe-host {
  display: flex;
  justify-content: center;
}

.identity-breathe {
  position: relative;
  display: inline-flex;
  animation: identityBreathe 4.2s ease-in-out infinite;
}

.identity-breathe--delay-1 { animation-delay: 0s; }
.identity-breathe--delay-2 { animation-delay: 0.6s; }
.identity-breathe--delay-3 { animation-delay: 1.2s; }

.identity-breathe-icon {
  animation: identityIconFloat 3.6s ease-in-out infinite;
}

.identity-breathe-badge {
  animation: identityBadgePulse 3s ease-in-out infinite;
}

.identity-card__photo--breathe {
  animation: identityPhotoBreathe 4.5s ease-in-out infinite;
  box-shadow: 0 0 0 8px rgba(46, 49, 146, 0.1);
}

.identity-card__glow {
  position: absolute;
  inset: -12px;
  border-radius: 9999px;
  z-index: -1;
  pointer-events: none;
  animation: identityGlowPulse 4s ease-in-out infinite;
}

.identity-card__glow--green {
  background: radial-gradient(circle, rgba(0, 174, 239, 0.35) 0%, transparent 68%);
}

.identity-card__glow--purple {
  background: radial-gradient(circle, rgba(196, 181, 253, 0.4) 0%, transparent 68%);
}

.identity-card__icon-wrap {
  animation: identityRingBreathe 4.8s ease-in-out infinite;
}

@keyframes identityBreathe {
  0%, 100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.05) translateY(-4px);
  }
}

@keyframes identityIconFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) rotate(-2deg);
  }
}

@keyframes identityBadgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(46, 49, 146, 0.2);
  }
}

@keyframes identityPhotoBreathe {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(46, 49, 146, 0.1), 0 12px 28px rgba(46, 49, 146, 0.12);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 14px rgba(0, 174, 239, 0.15), 0 16px 36px rgba(46, 49, 146, 0.16);
  }
}

@keyframes identityGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.12);
  }
}

@keyframes identityRingBreathe {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(0, 174, 239, 0.15);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(0, 174, 239, 0.22);
  }
}

.identity-card__icon-wrap--purple {
  animation-name: identityRingBreathePurple;
}

@keyframes identityRingBreathePurple {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(196, 181, 253, 0.15);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(196, 181, 253, 0.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  .identity-breathe,
  .identity-breathe-icon,
  .identity-breathe-badge,
  .identity-card__photo--breathe,
  .identity-card__glow,
  .identity-card__icon-wrap,
  .why-different__icon-glow {
    animation: none !important;
  }
}

