/* 회사 소개 — Visual Lab 레이아웃 */
.ae-page-about-vl {
  --ab-blue: #0066ff;
  --ab-blue-deep: #0052cc;
  --ab-sky: #dceeff;
  --ab-sky-card: #e8f4ff;
  --ab-mint: #2dd4bf;
  --ab-text: #191f28;
  --ab-muted: #6b7684;
  --ab-max: 1200px;
  background: #fff;
}

.ae-page-about-vl .ae-main {
  padding-top: 0;
}

.ab-container {
  width: min(var(--ab-max), calc(100% - 48px));
  margin: 0 auto;
}

/* —— Hero —— */
.ab-hero {
  position: relative;
  min-height: 85vh;
  min-height: 85dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, #eef5ff 0%, #f8fbff 50%, #e3efff 100%);
}

.ab-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ab-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}

.ab-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.97) 0%,
    rgba(255, 255, 255, 0.78) 38%,
    rgba(255, 255, 255, 0.15) 68%,
    transparent 100%
  );
  pointer-events: none;
}

.ab-hero__inner {
  position: relative;
  z-index: 1;
  width: min(var(--ab-max), calc(100% - 48px));
  margin: 0 auto;
  padding: calc(var(--ae-header-h) + 56px) 0 72px;
}

.ab-hero__title {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: var(--ab-text);
}

.ab-hero__sub {
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  color: var(--ab-blue);
  letter-spacing: -0.02em;
}

/* —— Trust —— */
.ab-trust {
  padding: clamp(72px, 10vw, 112px) 0 clamp(64px, 8vw, 96px);
  background: #fff;
}

.ab-trust__kicker {
  margin: 0 0 14px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ab-blue);
}

.ab-trust__lead {
  margin: 0;
  text-align: center;
  font-size: clamp(1.75rem, 3.6vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.25;
  color: var(--ab-text);
}

.ab-trust__lead em {
  font-style: normal;
  color: var(--ab-blue);
}

.ab-trust__intro {
  margin: 18px auto 52px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ab-muted);
  max-width: 34rem;
}

.ab-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ab-trust-card {
  position: relative;
  border-radius: 24px;
  padding: clamp(24px, 2.8vw, 32px);
  min-height: 200px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 2px 16px rgba(15, 20, 25, 0.06);
}

.ab-trust-card--primary {
  grid-column: 1 / 3;
  grid-row: 1;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, #0066ff 0%, #1a7bff 48%, #4d9dff 100%);
  color: #fff;
}

.ab-trust-card--wide {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #eef4fb;
}

.ab-trust-card--sky {
  grid-column: 1;
  grid-row: 2;
  background: linear-gradient(145deg, #dceeff 0%, #edf5ff 100%);
}

.ab-trust-card--gray {
  grid-column: 2;
  grid-row: 2;
  background: #f3f5f8;
}

.ab-trust-card--dark {
  grid-column: 3;
  grid-row: 2;
  background: #0f1419;
  color: #fff;
}

.ab-trust-card__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ab-trust-card__brand {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ab-trust-card__badge {
  margin: 10px 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  opacity: 0.92;
}

.ab-trust-card__stats {
  display: flex;
  gap: clamp(20px, 4vw, 40px);
  flex-wrap: wrap;
  padding-top: 8px;
}

.ab-trust-card__stat strong {
  display: block;
  font-size: clamp(1.65rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.ab-trust-card__stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.88;
}

.ab-trust-card__label {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ab-text);
}

.ab-trust-card__label--light {
  color: #fff;
}

.ab-trust-card__text {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ab-muted);
  max-width: 13rem;
}

.ab-trust-card__text--light {
  color: rgba(255, 255, 255, 0.72);
}

.ab-trust-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 102, 255, 0.08);
  color: var(--ab-blue);
}

.ab-trust-card__icon svg {
  width: 24px;
  height: 24px;
}

.ab-trust-card__icon--corner {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.ab-trust-card--gray .ab-trust-card__icon--corner {
  background: #fff;
}

.ab-trust-card__icon--light {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

/* Partner section */
.ab-trust-partners {
  margin-top: 16px;
  padding: clamp(32px, 4vw, 44px);
  border-radius: 24px;
  background: linear-gradient(145deg, #0066ff 0%, #1a7bff 100%);
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 102, 255, 0.18);
}

.ab-trust-partners__head {
  margin-bottom: 24px;
}

.ab-trust-partners__kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.88;
}

.ab-trust-partners__title {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

.ab-trust-partners__sub {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  opacity: 0.82;
}

.ab-trust-partners__box {
  border-radius: 18px;
  background: #fff;
  padding: clamp(24px, 3vw, 32px);
}

.ab-trust-partners__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 16px;
  align-items: center;
  justify-items: center;
}

.ab-trust-partners__grid span {
  font-size: 0.88rem;
  font-weight: 700;
  color: #8b95a1;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
}

/* —— Banner —— */
.ab-banner {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: 72px;
}

.ab-banner__bg {
  position: absolute;
  inset: 0;
}

.ab-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
}

.ab-banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 28, 58, 0.35) 0%,
    rgba(12, 28, 58, 0.55) 100%
  );
}

.ab-banner__inner {
  position: relative;
  z-index: 1;
  padding: 56px 24px;
  max-width: 760px;
}

.ab-banner__title {
  margin: 0;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #fff;
}

.ab-banner__sub {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

/* —— Quote —— */
.ab-quote {
  padding: 110px 0;
  background: #fff;
  text-align: center;
}

.ab-quote__text {
  margin: 0 auto;
  max-width: 54rem;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 600;
  line-height: 1.75;
  color: var(--ab-text);
  letter-spacing: -0.025em;
}

/* —— Features —— */
.ab-features {
  padding: 0;
  background: linear-gradient(145deg, #1a3347 0%, #243f56 48%, #2d4d66 100%);
}

.ab-features__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 8vw, 96px) 0;
}

.ab-features__kicker {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.ab-features__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  color: #f5f8fb;
}

.ab-features__lead {
  margin: 16px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 24rem;
}

.ab-features__note {
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
  max-width: 24rem;
}

.ab-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ab-features__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 16px;
  color: var(--ab-text);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.ab-features__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ab-features__num {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  border-radius: 50%;
  background: #3d627d;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-features__label {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ab-features__desc {
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--ab-muted);
  font-weight: 500;
}

/* —— CTA —— */
.ab-cta {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #060d18;
}

.ab-cta__bg {
  position: absolute;
  inset: 0;
}

.ab-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.ab-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 10, 22, 0.94) 0%,
    rgba(4, 10, 22, 0.72) 45%,
    rgba(4, 10, 22, 0.25) 100%
  );
}

.ab-cta__inner {
  position: relative;
  z-index: 1;
  width: min(var(--ab-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.ab-cta__title {
  margin: 0;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
  color: #fff;
}

.ab-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ab-btn--primary {
  background: #5eb0ff;
  color: #0a1628;
}

.ab-btn--primary:hover {
  background: #8ec8ff;
  transform: translateY(-2px);
}

.ab-btn--dark {
  background: #1a2332;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ab-btn--dark:hover {
  background: #2a3548;
  transform: translateY(-2px);
}

/* —— Footer —— */
.ab-footer {
  background: #fff;
  border-top: 1px solid #eef1f4;
  padding: 64px 0 36px;
}

.ab-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  width: min(var(--ab-max), calc(100% - 48px));
  margin: 0 auto;
}

.ab-footer__cs h2,
.ab-footer__menu h2 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ab-muted);
}

.ab-footer__phone {
  margin: 14px 0 0;
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ab-text);
}

.ab-footer__phone a {
  color: inherit;
  text-decoration: none;
}

.ab-footer__hours {
  margin: 10px 0 0;
  font-size: 0.88rem;
  color: var(--ab-muted);
  line-height: 1.65;
}

.ab-footer__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ab-footer__btns a {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #dde1e6;
  background: #fff;
  color: var(--ab-text);
}

.ab-footer__btns a:hover {
  border-color: var(--ab-blue);
  color: var(--ab-blue);
}

.ab-footer__menu h2 {
  margin-bottom: 18px;
}

.ab-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ab-footer__links a {
  font-size: 0.88rem;
  color: var(--ab-muted);
  text-decoration: none;
}

.ab-footer__links a:hover {
  color: var(--ab-blue);
}

.ab-footer__bottom {
  width: min(var(--ab-max), calc(100% - 48px));
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid #eef1f4;
  font-size: 0.78rem;
  color: #9aa3ad;
}

@media (max-width: 1024px) {
  .ab-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-trust-card--primary {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 240px;
  }

  .ab-trust-card--wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ab-trust-card--sky,
  .ab-trust-card--gray,
  .ab-trust-card--dark {
    grid-column: auto;
    grid-row: auto;
  }

  .ab-trust-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ab-features__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ab-container,
  .ab-hero__inner {
    width: min(var(--ab-max), calc(100% - 32px));
  }

  .ab-hero {
    min-height: 78vh;
    min-height: 78dvh;
  }

  .ab-trust__grid {
    grid-template-columns: 1fr;
  }

  .ab-trust-card--primary,
  .ab-trust-card--wide,
  .ab-trust-card--sky,
  .ab-trust-card--gray,
  .ab-trust-card--dark {
    grid-column: auto;
  }

  .ab-trust-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .ab-trust-partners__grid span {
    font-size: 0.82rem;
    white-space: normal;
  }

  .ab-footer__inner {
    grid-template-columns: 1fr;
  }

  .ab-footer__links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ab-container,
  .ab-hero__inner {
    width: min(var(--ab-max), calc(100% - 28px));
  }

  .ab-trust-partners__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-btn:hover {
    transform: none;
  }
}
