

.active-link {
  color: rgb(47, 79, 165) !important;
}

.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-header .logo,
.about-header .nav-links,
.about-header .menu-toggle {
  display: none !important;
}

.about-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.about-logo-img {
  width: 205px;
  height: auto;
  display: block;
}

.about-lang-right .lang-menu {
  right: 0;
  left: auto;
}

.about-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  font-weight: 700;
}

.about-hero {
  padding-top: 20px;
}

.about-hero-card {
  position: relative;
  border-radius: 28px;
  padding: 90px 64px;
  min-height: 420px;
  background: url("/assets/saturn-s-rings-glow-stockcake.webp") no-repeat center / cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.55) 50%, rgba(0,60,120,0.25) 100%);
  border-radius: 28px;
  z-index: 0;
}

.about-hero-text {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.about-hero-label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 700;
  color: #a9c2cb;
  margin-bottom: 18px;
  border: 1px solid rgba(169,194,203,0.45);
  padding: 5px 14px;
  border-radius: 100px;
}

.about-hero-text h1 {
  color: white;
  font-size: 52px;
  line-height: 1.08;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 24px;
  text-shadow:
    0 0 5px #000000,
    0 0 12px #00d0ff,
    0 0 28px #005de8;
  animation: slide-up 0.8s ease forwards;
  opacity: 0;
}

.about-hero-text p {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.about-mission {
  margin-top: 90px;
}

.about-mission-inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-mission-left {
  flex: 0 0 280px;
}

.about-mission-left h2 {
  font-size: 52px;
  font-weight: 900;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.05;
  color: #0d0f12;
}

.about-mission-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-mission-right p {
  font-size: 18px;
  line-height: 1.75;
  color: #2a2a2a;
  max-width: 680px;
}

.about-mission-sub {
  font-size: 15px !important;
  color: #6b6b6b !important;
}

.about-values {
  margin-top: 100px;
}

.about-values-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 28px;
  padding: 64px;
  min-height: 400px;
  background: url("/assets/istockphoto-186834181-612x612.jpg") no-repeat center / cover;
}

.about-values-title {
  text-align: center;
  margin-bottom: 40px;
}

.about-values-title h2 {
  font-size: 42px;
  color: white;
  text-align: center;
  line-height: 120%;
  text-shadow:
    0 0 5px #000000,
    0 0 10px #eb3a3a,
    0 0 20px #e85900;
}

.about-values-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-val-card {
  min-height: 280px;
  width: 300px;
  background-color: white;
  border-radius: 20px;
  padding: 28px;
  transition: all 0.3s ease;
}

.about-val-card:hover {
  transform: translateY(-10px);
}

.about-val-card h2 {
  font-size: 56px;
  font-weight: 900;
  color: #a9c2cb;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #a9c2cb 0%, #a855f7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.about-val-card:hover h2 {
  transform: scale(1.2) translateX(20px);
  filter: drop-shadow(0 0 20px rgb(255, 89, 0));
}

.about-val-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0d0f12;
}

.about-val-card p {
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

.about-stats-section {
  margin-top: 80px !important;
}

.about-team {
  margin-top: 90px;
}

.about-team-title {
  font-size: 42px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
  color: #0d0f12;
}

.about-team-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.about-team-card {
  width: 360px;
  background: white;
  border-radius: 24px;
  padding: 36px 30px 30px;
  box-shadow: 0 8px 32px rgba(47, 79, 165, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(169,194,203,0.3);
}

.about-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(47, 79, 165, 0.18);
}

.about-team-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eaf2f5 0%, #d4e4f0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
  border: 3px solid rgba(169,194,203,0.4);
}

.about-team-avatar img {
  width: 200px;
  height: auto;
}

.about-team-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0d0f12;
  margin-bottom: 6px;
}

.about-team-role {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: rgb(47, 79, 165);
  background: rgba(47, 79, 165, 0.08);
  padding: 4px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}

.about-team-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .about-hero-text h1 { font-size: 38px; }
  .about-mission-left { flex: 0 0 100%; }
  .about-mission-left h2 { font-size: 40px; }
  .about-values-container { padding: 40px 30px; }
  .about-values-title h2 { font-size: 30px; }
  .about-val-card { width: 260px; }
  .about-team-title { font-size: 32px; }
}

@media (max-width: 767px) {
  .about-header-right {
    gap: 8px;
  }
  .about-logo-img {
    width: 120px;
  }
  .about-home-btn {
    min-height: 38px;
    font-size: 13px;
    padding: 0 10px;
  }
  .about-hero-card { padding: 50px 28px; min-height: 340px; }
  .about-hero-text h1 { font-size: 28px; }
  .about-hero-text p { font-size: 14px; }
  .about-mission { margin-top: 60px; }
  .about-mission-inner { flex-direction: column; gap: 24px; }
  .about-mission-left h2 { font-size: 32px; }
  .about-mission-right p { font-size: 15px; }
  .about-values { margin-top: 60px; }
  .about-values-container { padding: 30px 20px; }
  .about-values-title h2 { font-size: 24px; }
  .about-values-cards { flex-direction: column; align-items: center; }
  .about-val-card { width: 100%; max-width: 340px; }
  .about-team-title { font-size: 28px; }
  .about-team-card { width: 100%; max-width: 340px; }
  .about-team-card:first-child { order: 2; }
  .about-team-card:nth-child(2) { order: 1; }
  .about-stats-section { margin-top: 50px !important; }
}