.about-face-story,
.about-face-vision-mission,
.about-face-delivery,
.about-face-operating,
.about-face-presence,
.about-face-why {
  padding-block: 4rem;
}

.about-face-vision-mission {
  background: #ffffff;
}

.about-face-vm-card {
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(45, 112, 184, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 12px 24px rgba(16, 55, 92, 0.08);
  padding: 1.15rem 1rem;
  text-align: center;
}

.about-face-vm-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 113, 193, 0.12);
  color: #1561a4;
  margin-bottom: 0.55rem;
}

.about-face-vm-card h3 {
  margin: 0 0 0.45rem;
  color: #123f68;
}

.about-face-story {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f8ff 100%);
}

.about-face-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  height: 100%;
}

.about-face-panel p {
  text-align: justify;
}

.about-face-story-figure {
  margin: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}

.about-face-story-figure img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  display: block;
  filter: none;
}

.about-face-heading {
  margin-bottom: 1.35rem;
  max-width: 78ch;
  margin-inline: auto;
  text-align: center;
}

.about-face-heading h2 {
  margin: 0;
  color: #113b63;
}

.about-face-heading p {
  margin: 0.52rem 0 0;
  color: #4b6a87;
  white-space: nowrap;
  line-height: 1.35;
}

.about-face-delivery {
  background: #ffffff;
}

.about-face-delivery-card {
  border-radius: 16px;
  border: 1px solid rgba(45, 112, 184, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 24px rgba(16, 55, 92, 0.08);
  padding: 1.1rem 1rem 1rem;
  height: 100%;
}

.about-face-delivery-media {
  margin: 0 0 0.7rem;
  text-align: center;
}

.about-face-delivery-media img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  opacity: 0.78;
}

.about-face-delivery-card h3 {
  margin: 0 0 0.5rem;
  color: #123f68;
  font-size: 1.03rem;
}

.about-face-delivery-card ul {
  margin: 0;
  padding-inline-start: 1rem;
  color: #2f567a;
}

.about-face-delivery-card li + li {
  margin-top: 0.28rem;
}

.about-face-operating {
  background: linear-gradient(180deg, #f7fbff 0%, #f0f7ff 100%);
}

.about-face-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.about-face-step {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(45, 111, 183, 0.2);
  background: #fff;
  box-shadow: 0 9px 20px rgba(19, 58, 97, 0.08);
  padding: 1rem 0.95rem;
}

.about-face-step h3 {
  margin: 0;
  color: #13507f;
  font-size: 1rem;
}

.about-face-step p {
  margin: 0.4rem 0 0;
  color: #4a6a86;
  font-size: 0.9rem;
}

.about-face-presence {
  background: #ffffff;
}

.about-face-map {
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(46, 111, 183, 0.2);
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(20, 58, 95, 0.1);
}

.about-face-map img {
  display: block;
  width: 100%;
  height: auto;
}

.about-face-presence h2 {
  margin: 0;
  color: #123e66;
  text-align: center;
}

.about-face-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
  justify-content: center;
}

.about-face-region-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 108, 181, 0.2);
  background: #f6fbff;
  padding: 0.26rem 0.64rem;
  color: #1c4f7e;
  font-size: 0.78rem;
  font-weight: 700;
}

.about-face-region-list span img {
  border-radius: 2px;
  width: auto;
  height: 14px;
  flex: 0 0 auto;
}

.about-face-note {
  margin-top: 0.85rem;
  border-radius: 12px;
  border: 1px dashed rgba(42, 109, 182, 0.35);
  background: rgba(42, 109, 182, 0.08);
  color: #194972;
  padding: 0.58rem 0.72rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
}

.about-face-why {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f8ff 100%);
}

.about-face-why-card {
  border-radius: 16px;
  border: 1px solid rgba(45, 111, 184, 0.2);
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 57, 94, 0.08);
  padding: 1rem;
  height: 100%;
}

.about-face-why-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 113, 193, 0.12);
  color: #1561a4;
  margin-bottom: 0.55rem;
}

.about-face-why-card h3 {
  margin: 0 0 0.4rem;
  color: #123f69;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .about-face-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-face-timeline {
    grid-template-columns: 1fr;
  }
}

/* Visual Effects Layer */
.about-face-vm-card,
.about-face-delivery-card,
.about-face-step,
.about-face-why-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-face-vm-card::before,
.about-face-delivery-card::before,
.about-face-why-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1b7fd2, #62b3ff);
  opacity: 0.7;
}

.about-face-step::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  inset: auto -70px -80px auto;
  background: radial-gradient(circle, rgba(78, 156, 233, 0.2) 0%, rgba(78, 156, 233, 0) 72%);
  pointer-events: none;
}

.about-face-vm-card:hover,
.about-face-delivery-card:hover,
.about-face-step:hover,
.about-face-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(38, 104, 176, 0.34);
  box-shadow: 0 20px 36px rgba(15, 52, 88, 0.14);
}

.about-face-vm-icon,
.about-face-why-icon {
  transition: transform 0.24s ease;
}

.about-face-vm-card:hover .about-face-vm-icon,
.about-face-why-card:hover .about-face-why-icon {
  transform: translateY(-1px) scale(1.08);
}
