.about-hero-card {
  position: relative;
  overflow: hidden;
  margin: 28px 0 36px;
  padding: 54px 48px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(5, 24, 44, 0.96), rgba(8, 58, 92, 0.92)), url("/images/background.png");
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: 0 18px 48px rgba(5, 24, 44, 0.18);
}

.about-hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.26), transparent 65%);
}

.about-hero-label {
  margin-bottom: 14px;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-hero-card h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.15;
  color: white;
}

.about-hero-subtitle {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.75;
}

.about-intro-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.7fr);
  gap: 36px;
  align-items: start;
  margin: 34px 0 20px;
  padding: 36px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.about-intro-heading span,
.about-section-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0284c7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-intro-heading h2,
.about-section-title h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.9rem;
  line-height: 1.25;
}

.about-intro-text p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.85;
}

.about-intro-text p:last-child {
  margin-bottom: 0;
}

.about-section-title {
  margin: 30px 0 22px;
  text-align: center;
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0 48px;
}

.about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 30px 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: white;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(236, 72, 153, 0.06));
  opacity: 0;
  transition: opacity 0.18s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.about-card:hover::before {
  opacity: 1;
}

.about-card-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #e0f2fe;
  color: #0284c7;
  font-size: 1.25rem;
}

.about-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.25rem;
}

.about-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #475569;
  line-height: 1.65;
}

.about-card-more {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  color: #0284c7;
  font-weight: 700;
  font-size: 0.95rem;
}

@media (max-width: 1000px) {
  .about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .about-hero-card {
    padding: 38px 28px;
  }
  .about-intro-panel {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .about-card-grid {
    grid-template-columns: 1fr;
  }
}
.greeting-hero-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin: 28px 0 36px;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(5, 24, 44, 0.96), rgba(8, 58, 92, 0.9)), url("/images/background.png");
  background-size: cover;
  background-position: center;
  color: white;
  box-shadow: 0 18px 48px rgba(5, 24, 44, 0.18);
}

.greeting-photo-wrap {
  position: relative;
  width: 260px;
  height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.greeting-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.greeting-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.greeting-hero-content {
  position: relative;
  z-index: 1;
}

.greeting-label {
  margin-bottom: 14px;
  color: #7dd3fc;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.greeting-hero-card h1 {
  margin: 0 0 16px;
  color: white;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 1.15;
}

.greeting-subtitle {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.75;
}

.greeting-signature {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(6px);
}

.greeting-signature strong {
  font-size: 1.08rem;
}

.greeting-signature span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
}

.greeting-message-panel {
  margin: 34px 0 48px;
  padding: 42px 46px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.greeting-message-panel p {
  margin: 0 0 20px;
  color: #334155;
  font-size: 1.04rem;
  line-height: 1.9;
}

.greeting-message-panel p:last-child {
  margin-bottom: 0;
}

.greeting-closing {
  margin-top: 28px !important;
  color: #0f172a !important;
  font-weight: 700;
}

@media (max-width: 800px) {
  .greeting-hero-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
  }
  .greeting-photo-wrap {
    width: 220px;
    height: 270px;
  }
  .greeting-message-panel {
    padding: 32px 28px;
  }
}
.member-table-wrap {
  width: 100%;
  margin: 28px 0 56px;
  overflow-x: auto;
}

.member-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  border-top: 3px solid #1e3a8a;
  background: #ffffff;
  color: #111827;
  font-size: 1.02rem;
  table-layout: fixed;
}

.member-table th {
  padding: 18px 20px;
  background: #f1f3f5;
  color: #111827;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #d6dbe1;
  border-right: 1px solid #e2e8f0;
}

.member-table th:last-child {
  border-right: none;
}

.member-table td {
  padding: 20px 22px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #eef2f7;
  line-height: 1.65;
}

.member-table td:last-child {
  border-right: none;
}

.member-table tbody tr:hover {
  background: #f8fafc;
}

.member-table .member-role {
  width: 140px;
  color: #111827;
  font-weight: 800;
  background: #ffffff;
}

.member-table a {
  color: #0284c7;
  font-weight: 800;
  text-decoration: none;
}

.member-table a:hover {
  color: #0369a1;
  text-decoration: underline;
}

.member-table th:nth-child(1),
.member-table td:nth-child(1) {
  width: 16%;
}

.member-table th:nth-child(2),
.member-table td:nth-child(2) {
  width: 18%;
}

.member-table th:nth-child(3),
.member-table td:nth-child(3) {
  width: 34%;
}

.member-table th:nth-child(4),
.member-table td:nth-child(4) {
  width: 32%;
}

@media (max-width: 760px) {
  .member-table {
    font-size: 0.95rem;
  }
  .member-table th,
  .member-table td {
    padding: 14px 16px;
  }
}
.contact-table-wrap {
  width: 100%;
  max-width: 860px;
  margin: 34px auto 56px;
  overflow-x: auto;
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  color: #111827;
  font-size: 1.05rem;
  table-layout: fixed;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.contact-table th {
  padding: 18px 22px;
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
  text-align: center;
  border: 1px solid #e5e7eb;
}

.contact-table td {
  padding: 20px 24px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e7eb;
  line-height: 1.65;
}

.contact-table th:first-child,
.contact-table td:first-child {
  width: 130px;
  font-weight: 800;
  background: #ffffff;
}

.contact-table th:last-child,
.contact-table td:last-child {
  width: auto;
}

@media (max-width: 760px) {
  .contact-table {
    font-size: 0.95rem;
  }
  .contact-table th,
  .contact-table td {
    padding: 14px 16px;
  }
}
/* Location page */
.location-hero-card {
  position: relative;
  margin: 28px 0 42px;
  padding: 58px 52px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 42, 68, 0.94), rgba(3, 105, 161, 0.82));
  color: white;
  box-shadow: 0 18px 48px rgba(15, 42, 68, 0.16);
}

.location-hero-label {
  margin-bottom: 16px;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.location-hero-card h1 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.2;
}

.location-hero-subtitle {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.75;
}

.location-map-card {
  width: 100%;
  margin: 0 0 34px;
  border-radius: 22px;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
}

.location-map {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

.location-info-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 56px;
}

.location-info-item {
  padding: 30px 32px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.location-info-item h3 {
  margin: 0 0 14px;
  color: #0f2a44;
  font-size: 1.18rem;
}

.location-info-item p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

@media (max-width: 760px) {
  .location-hero-card {
    padding: 42px 30px;
  }
  .location-map {
    height: 360px;
  }
  .location-info-card {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=about.css.map */