/**
 * about-short.css — 간명 위홈 소개 (/about)
 * SSOT: docs/design-md/wooseok.md · craft.md · a11y.md · motion.md
 * 상세: /about_detail (trust-certified.css)
 * left stripe / glow / pill CTA / hover 밑줄 금지 · CTA Logo Violet 1
 */
@import url('../wh-tokens.css');

#wehome-no-history-logo { display: none !important; }
#body footer { display: none !important; }
.nav.clean { display: none !important; }

#content.as-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: var(--wh-bg, #f2f4f6) !important;
  padding: 0 !important;
  padding-bottom: calc(var(--bar-h, 66px) + env(safe-area-inset-bottom) + 32px) !important;
  min-height: 100vh;
  color: var(--wh-tx, #191f28);
}

#content.as-page a,
#content.as-page a:hover,
#content.as-page a:focus,
#content.as-page a:active {
  text-decoration: none !important;
}

.as-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 0 0 var(--wh-radius-lg, 24px) var(--wh-radius-lg, 24px);
  margin: 0 0 12px;
}

.as-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.as-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(25, 31, 40, 0.12) 0%,
    rgba(25, 31, 40, 0.38) 48%,
    rgba(25, 31, 40, 0.78) 100%
  );
  pointer-events: none;
}

.as-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 48px 20px 28px;
  color: #fff;
}

.as-eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: var(--wh-radius-btn, 18px);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #fff;
}

.as-title {
  margin: 0 0 6px;
  font-family: var(--wh-ff-display, 'SUIT', 'Pretendard', sans-serif);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  word-break: keep-all;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.as-sub {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.as-body {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  max-width: 36em;
  word-break: keep-all;
}

.as-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.as-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--wh-touch-cta, 48px);
  padding: 0 22px;
  border-radius: var(--wh-radius-btn, 18px);
  background: var(--wh-brand, #681DC7);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: none;
}

.as-cta-primary:hover,
.as-cta-primary:focus {
  background: var(--wh-brand-hover, #5416A3);
  color: #fff !important;
}

.as-cta-primary:focus-visible {
  outline: 2px solid var(--wh-focus-ring, #681DC7);
  outline-offset: 2px;
}

.as-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--wh-touch-cta, 48px);
  padding: 0 20px;
  border-radius: var(--wh-radius-btn, 18px);
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.as-cta-secondary:hover,
.as-cta-secondary:focus {
  background: rgba(255, 255, 255, 0.24);
  color: #fff !important;
}

.as-cta-secondary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.as-reasons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 16px 24px;
  max-width: 720px;
  margin: 0 auto;
}

.as-reason-card {
  background: var(--wh-card, #fff);
  border-radius: var(--wh-radius-md, 20px);
  border: 1px solid var(--wh-bd, rgba(0, 0, 0, 0.06));
  box-shadow: var(--wh-shadow-listing, 0 2px 8px rgba(0, 0, 0, 0.04));
  padding: 20px 18px;
}

.as-reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: var(--wh-brand-tint, #F3EEFA);
  color: var(--wh-brand, #681DC7);
  overflow: visible;
  flex-shrink: 0;
}

.as-reason-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  overflow: visible;
}

.as-reason-card h2 {
  margin: 0 0 6px;
  font-family: var(--wh-ff-display, 'SUIT', 'Pretendard', sans-serif);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--wh-tx, #191f28);
  word-break: keep-all;
}

.as-reason-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wh-tx2, #4e5968);
  word-break: keep-all;
}

@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.as-page {
    padding-bottom: 48px !important;
  }

  html.sp-force-desktop-ui .as-hero {
    min-height: 440px;
    max-width: min(1120px, calc(100vw - 80px));
    margin: 24px auto 16px;
    border-radius: var(--wh-radius-lg, 24px);
  }

  html.sp-force-desktop-ui .as-hero-inner {
    padding: 56px 40px 36px;
  }

  html.sp-force-desktop-ui .as-title {
    font-size: 44px;
  }

  html.sp-force-desktop-ui .as-reasons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: min(1120px, calc(100vw - 80px));
    padding: 8px 0 40px;
  }
}
