/**
 * Extracted from inline <style> on en/mission.html.
 * Shared by AZ/EN locale pages — do not duplicate in HTML.
 */

.glass-card,
.intro-card,
.core-card,
.vd-item {
  background: var(--color-surface-toolbar) !important;
  border: 1px solid var(--blue-soft) !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow) !important;
  backdrop-filter: blur(14px);
}

.intro-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: 26px 30px;
}

.intro-card h2,
.values-title h2 {
  margin: 0 0 6px;
  color: var(--blue-900);
  font-family: var(--font-serif);
}

.intro-card h2 {
  font-size: 28px;
}

.intro-card p,
.values-title p {
  margin: 0;
  color: var(--muted);
}

.toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.toc a {
  padding: 9px 12px;
  color: var(--blue-700);
  background: var(--color-tint-blue);
  border: 1px solid var(--blue-soft);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s;
}

.toc a:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.core-card {
  position: relative;
  overflow: hidden;
  transition: .25s ease;
}

.core-card::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 140px;
  height: 140px;
  background: rgba(46, 159, 212, .09);
  border-radius: 50%;
}

.core-card:hover,
.vd-item:hover {
  transform: translateY(-6px);
  border-color: var(--blue-400) !important;
  box-shadow: var(--shadow-strong) !important;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: var(--white);
  background: var(--blue-700) !important;
  border-bottom: 3px solid var(--blue-400) !important;
}

.section-head .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  font-size: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section-body {
  padding: 24px;
}

.mission-text {
  margin: 0;
  color: #33475f;
  font-size: 15px;
  line-height: 1.85;
  text-align: justify;
}

.accent-line {
  padding-left: 16px;
  border-left: 4px solid var(--blue-400);
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.value-pill {
  display: flex;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(26, 111, 168, .06);
  transition: .2s ease;
}

.value-pill:hover {
  background: #f8fcff;
  border-color: rgba(46, 159, 212, .38);
  transform: translateX(3px);
}

.value-pill a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 13px;
  text-decoration: none;
}

.value-name {
  color: var(--blue-900);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.value-pill a::after {
  content: "↓";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--blue-700);
  background: var(--color-panel-blue);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
  transition: .2s;
}

.value-pill:hover a::after {
  color: var(--white);
  background: var(--blue-700);
}

.values-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin: 8px 0 18px;
}

.values-title h2 {
  font-size: 34px;
  line-height: 1.1;
}

.values-title p {
  max-width: 570px;
  font-size: 14px;
}

.values-detail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.vd-item {
  min-height: 190px;
  padding: 20px;
  scroll-margin-top: calc(var(--daab-nav-height, 86px) + 1.25rem);
  transition: .25s ease;
}

.vd-item:target {
  background: var(--white) !important;
  border-color: var(--blue-400) !important;
  box-shadow: 0 0 0 4px rgba(46, 159, 212, .18), var(--shadow-strong) !important;
  transform: translateY(-3px);
}

.vd-title {
  margin: 0 0 12px;
  padding-bottom: 9px;
  color: var(--blue-700);
  border-bottom: 2px solid rgba(46, 159, 212, .28);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vd-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vd-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
}

.vd-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--blue-400);
  font-weight: 900;
}

.vd-conclusion {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  padding: 24px 26px;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 26px;
  box-shadow: var(--shadow);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.vd-conclusion::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 84% 15%, rgba(255, 255, 255, .18), transparent 30%);
}

.vd-conclusion span {
  position: relative;
}

.values-detail.dimmed .vd-item {
  opacity: .45;
  transform: scale(.985);
}

.values-detail .vd-item.active-highlight {
  opacity: 1;
  background: var(--white) !important;
  border-color: var(--blue-400) !important;
  box-shadow: 0 6px 24px rgba(26, 111, 168, .22) !important;
  transform: scale(1.02);
}



@media (max-width: 1060px) {
  .hero-wrap,
  .intro-card {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 640px;
  }

  .core-grid,
  .values-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  svg,
  video {
    max-width: 100%;
    height: auto;
  }

  .shell,
  .main {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-wrap {
    gap: 22px;
    padding: 42px 18px 34px;
  }

  .hero-panel {
    max-width: 100%;
  }

  .toc {
    width: 100%;
  }

  .toc {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(30px, 10.5vw, 42px);
    line-height: 1.12;
  }


  .panel-card,
  .intro-card {
    padding: 20px;
  }

  .intro-card h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .core-grid,
  .values-grid,
  .values-detail {
    grid-template-columns: 1fr;
  }

  .values-title {
    display: block;
  }

  .values-title h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .footer-inner {
    padding: 24px 16px;
  }
}

@media (max-width: 420px) {
  .shell,
  .main {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero h1 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .intro-card h2 {
    font-size: 22px;
  }
}
