@charset "utf-8";

/* =========================================================
   세이프유 웍스 AI 랜딩 (works-landing.html 전용)
   - Figma node 13524:2268 기준
   - 공통 header/footer/style.css 재사용, 본 파일은 신규 섹션만
   - 색상: 가능한 한 common.css 변수(--color-works-*) 재사용
   - 미디어(영상/이미지)는 .wl-media placeholder 로 비워둠 (소스 대기)
   ========================================================= */

/* ---- 웹폰트 (Figma: Montserrat / SUIT) + HERO 영문 헤드라인용 Poppins (호반문화재단 레퍼런스 폰트) ---- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Poppins:wght@500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css");

.page-works-landing {
  --wl-yellow: var(--color-works-primary); /* #EDFF00 */
  --wl-blue: #3182f3;
  --wl-black: #000000;
  --wl-white: #ffffff;
  --wl-gray-666: #666666;
  --wl-gray-999: #999999;
  --wl-gray-aaa: #aaaaaa;
  --wl-line: #dddddd;
  --wl-node-off: #313439;
  --wl-node-text-off: #58595e;
  --wl-dash: #47484d;
  --wl-content: 1280px;
  /* 디자이너 원안 섹션 pt/pb 200px(1080 기준) → 뷰포트 비례(18.52dvh) 환산, 200px 상한.
     모든 모니터/브라우저 UI 조합에서 섹션 상단 여백이 동일 비율로 정렬 */
  --wl-section-pad: min(18.52dvh, 200px);
  --wl-pdca-enter: 0.45s;
  --wl-pdca-exit: 0.25s;
  --wl-pdca-arrow-enter: 0.25s;
  --wl-pdca-arrow-exit: 0.4s;
  --wl-pdca-dim: 0.45;
}

/* #dBody overflow-x:hidden(공통 common.css)가 overflow-y를 auto로 승격시켜
   내부 스크롤 컨테이너가 생기는 문제 방지 — 이 페이지에서만 visible 로 복원 */
.page-works-landing #dBody {
  overflow: visible;
}
/* 가로 넘침(절대배치 요소)은 wrap 레벨에서 차단 (clip: 스크롤 컨테이너를 만들지 않음) */
#wrap.page-works-landing {
  overflow-x: clip;
}

.page-works-landing .wl-main {
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  color: var(--wl-black);
}

/* 공통 컨텐츠 폭 (Figma 좌우 여백 320 → 1920 기준, 1280 중앙) */
.page-works-landing .wl-inner {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

/* ---- 미디어 Placeholder (소스 도착 전 빈 박스) ---- */
.page-works-landing .wl-media {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px dashed rgba(120, 120, 120, 0.5);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(120, 120, 120, 0.06) 0,
      rgba(120, 120, 120, 0.06) 8px,
      transparent 8px,
      transparent 16px
    );
  border-radius: 12px;
  color: #9a9da4;
  overflow: hidden;
}
.page-works-landing .wl-media__label {
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #9a9da4;
  text-align: center;
  padding: 8px 12px;
  line-height: 1.4;
}

/* =========================================================
   works-landing 전용 헤더 오버라이드 (공통 header.html/header.css 는 수정 금지)
   - 기본(히어로 위): rgba(0,0,0,0.6)+blur 다크 배경, 로고·메뉴·KOR·Login 전부 흰색
   - .wl-solid(히어로 통과 후): 흰 배경 + 검정 글씨 (인라인 스크립트가 토글)
   - front_ui.js 가 스크롤마다 공통 white 클래스를 제거하므로 전용 클래스로 구현
   ========================================================= */
.page-works-landing .header-site::before {
  background: transparent;
  transition: background-color 0.3s;
}
.page-works-landing .header-site__inner .logo-link.works {
  display: block;
}
.page-works-landing .header-site .logo-site .logo::after {
  background-color: #ffffff;
}
.page-works-landing .header-site .navigation-global .nav-title {
  color: #ffffff;
  transition: color 0.3s;
}
.page-works-landing .header-site .navigation-global .btn-menu::after {
  background-color: #ffffff;
}
.page-works-landing .header-site .navigation-global .btn-login {
  background: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}
.page-works-landing .header-site .btn-gnb span {
  background-color: #ffffff;
}
/* 히어로 통과 후: 흰 fill + 검정 글씨 */
.page-works-landing .header-site.wl-solid::before {
  background: #ffffff;
}
.page-works-landing .header-site.wl-solid .logo-site .logo::after {
  background-color: #222222;
}
.page-works-landing .header-site.wl-solid .navigation-global .nav-title {
  color: #222222;
}
.page-works-landing .header-site.wl-solid .navigation-global .btn-menu::after {
  background-color: #222222;
}
.page-works-landing .header-site.wl-solid .navigation-global .btn-login {
  background: rgba(0, 0, 0, 0.06);
}
.page-works-landing .header-site.wl-solid .btn-gnb span {
  background-color: #222222;
}

/* =========================================================
   1. HERO (호반문화재단 레퍼런스 — 진입 인트로: 풀이미지 → 상단 영문/하단 이미지 정착)
   - 상단 흰 존: 영문 헤드라인 / 하단 존: 풀폭 이미지
   - 진입 시 이미지 100vh 풀 → .is-ready 시 하단 밴드(53vh)로 축소 + 헤드라인 등장
   ========================================================= */
.page-works-landing .wl-hero {
  position: relative;
  background: var(--wl-white);
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  height: 100dvh;
}
/* 하단 이미지 — 인트로: 풀뷰포트(100vh) → 정착: 하단 밴드(53vh)
   이미지 영역: #000000 배경 + 이미지 opacity 40% */
.page-works-landing .wl-hero__photo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  z-index: 1;
  overflow: hidden;
  background: #000000;
  transition: height 1.1s cubic-bezier(0.76, 0, 0.24, 1);
}
.page-works-landing .wl-hero.is-ready .wl-hero__photo {
  height: 100dvh;
}
.page-works-landing .wl-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  opacity: 0.4;
  transform: scale(1.06);
  transition: transform 1.6s ease;
  animation: wlHeroPhotoDrift 26s ease-in-out infinite;
  will-change: transform;
}
.page-works-landing .wl-hero.is-ready .wl-hero__photo img {
  transform: scale(1);
}
/* 배경 이미지 은은한 모션 (아주 느린 줌+팬 루프 — 과하지 않게) */
@keyframes wlHeroPhotoDrift {
  0% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.12) translate3d(-1.5%, -1.2%, 0);
  }
  100% {
    transform: scale(1.06) translate3d(0, 0, 0);
  }
}
/* 헤드라인 + CTA (좌측 정렬). 세로: GNB(80px)↔이미지(53vh) 사이 중앙 정렬 → 상단/하단 여백 균등 (해상도 무관) */
.page-works-landing .wl-hero__lead {
  position: absolute;
  top: calc(40px + 26.5vh);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
/* 상단 영문 헤드라인 (호반문화재단 레퍼런스 폰트: Poppins) */
.page-works-landing .wl-hero__eng {
  position: relative;
  margin: 0;
  font-family: "Poppins", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 88px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--wl-white);
}
/* 단어별 마스크 슬라이드업 스태거 리빌 (호반문화재단 레퍼런스: overflow-hidden 마스크 + translateY 120%→0)
   2단계 스왑: ① is-ready = 영문(en) 리빌 → ② is-swapped = 영문 위로 롤아웃 + 한글(ko) 롤인 */
.page-works-landing .wl-hero__eng-layer {
  display: block;
}
/* 영문 레이어: Poppins */
.page-works-landing .wl-hero__eng-layer--en {
  font-family: "Poppins", sans-serif;
}
/* 한글 레이어: 라틴("AI Agent")·한글 모두 Pretendard (한 줄 전체 통일) */
.page-works-landing .wl-hero__eng-layer--ko {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
}
.page-works-landing .wl-hero__eng-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page-works-landing .wl-hero__eng-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.16em;
  margin-bottom: -0.16em;
}
.page-works-landing .wl-hero__eng-word {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--d, 0.5s);
}
/* 한글 라인 글자(라틴 "AI Agent" 포함) 통일: 88 → 80px(0.909em) + 900 */
.page-works-landing .wl-hero__eng-word--ko {
  font-size: 0.909em;
  font-weight: 800;
}
/* ① 영문 리빌 */
.page-works-landing .wl-hero.is-ready .wl-hero__eng-layer--en .wl-hero__eng-word {
  transform: translateY(0);
}
/* ② 영문 → 한글 스왑 (영문이 먼저 위로 빠지고, 한글이 뒤이어 올라옴) */
.page-works-landing .wl-hero.is-swapped .wl-hero__eng-layer--en .wl-hero__eng-word {
  transform: translateY(-120%);
  transition-delay: 0s;
}
.page-works-landing .wl-hero.is-swapped .wl-hero__eng-layer--ko .wl-hero__eng-word {
  transform: translateY(0);
  transition-delay: 0.12s;
}
/* 마침표 강조 — 세이프유 웍스 메인 컬러 (#EDFF00) */
.page-works-landing .wl-hero__eng-dot {
  color: var(--wl-yellow);
}
/* 헤드라인 아래 좌측 CTA (레퍼런스 정석: 헤드라인→CTA 읽기 흐름 + 좌측 고정이라 en↔ko 스왑에 안 흔들림) */
.page-works-landing .wl-hero__cta {
  margin-top: 32px;
  display: flex;
  gap: 12px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.7s ease 1.1s,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.1s;
}
.page-works-landing .wl-hero.is-ready .wl-hero__cta {
  opacity: 1;
  transform: none;
}
/* 버튼 크기·비율: 세이프유 홈(upleat-safeu.com '세이프유 웍스 바로가기') 레퍼런스 — pill · ~62px · 20px/600 · padding 기반 */
.page-works-landing .wl-hero__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  flex-shrink: 0;
  min-height: 62px;
  padding: 0;
  border-radius: 999px;
  box-sizing: border-box;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.page-works-landing .wl-hero__cta-btn--line {
  border: 1px solid var(--wl-white);
  background: transparent;
  color: var(--wl-white);
}
.page-works-landing .wl-hero__cta-btn--fill {
  border: none;
  background: var(--wl-yellow);
  color: var(--wl-black);
}
.page-works-landing .wl-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center; /* 화면 세로 중앙 */
  justify-content: center;
}

/* =========================================================
   HERO 락업 (Figma 13925:2953) — 좌: 헤드라인 + VALUE / 우: 무료체험 카드
   1280×480 락업을 히어로(풀 다크 이미지) 화면 중앙에 배치
   ========================================================= */
.page-works-landing .wl-hero__lock {
  display: flex;
  align-items: center;
  gap: 298px;
  width: 100%;
}
/* --- 좌측: 헤드라인 + VALUE --- */
.page-works-landing .wl-hero__lock-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 520px;
  height: 480px;
  flex-shrink: 0;
}
.page-works-landing .wl-hero__lock-headline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-works-landing .wl-hero__lock-title {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.25;
  color: var(--wl-white);
  white-space: nowrap;
}
.page-works-landing .wl-hero__lock-title-sub {
  display: none;
}
.page-works-landing .wl-hero__lock-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-works-landing .wl-hero__lock-logo-safeu {
  width: 250px;
  height: 45px;
  display: block;
}
.page-works-landing .wl-hero__lock-logo-works {
  width: 255px;
  height: 66px;
  display: block;
}
.page-works-landing .wl-hero__lock-foot {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-works-landing .wl-hero__lock-value {
  padding-left: 32px;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
}
.page-works-landing .wl-hero__lock-value-text {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  color: var(--wl-white);
}
.page-works-landing .wl-hero__lock-cta {
  display: flex;
  gap: 12px;
  padding-left: 32px;
}
.page-works-landing .wl-hero__lock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.3px;
  cursor: pointer;
}
.page-works-landing .wl-hero__lock-btn--line {
  border: 1px solid var(--wl-white);
  background: transparent;
  color: var(--wl-white);
}
.page-works-landing .wl-hero__lock-btn--fill {
  border: none;
  background: var(--wl-yellow);
  color: var(--wl-black);
}
/* ── 메인 워딩 진입 인터랙션: 스태거 등장(블러+상승 페이드) + 버튼 hover ── */
@keyframes wlHeroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}
.page-works-landing .wl-hero__lock-title,
.page-works-landing .wl-hero__lock-title-sub,
.page-works-landing .wl-hero__lock-logo,
.page-works-landing .wl-hero__lock-value,
.page-works-landing .wl-hero__lock-cta {
  animation: wlHeroRise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.page-works-landing .wl-hero__lock-title {
  animation-delay: 0.1s;
}
.page-works-landing .wl-hero__lock-title-sub {
  animation-delay: 0.18s;
}
.page-works-landing .wl-hero__lock-logo {
  animation-delay: 0.28s;
}
.page-works-landing .wl-hero__lock-value {
  animation-delay: 0.46s;
}
.page-works-landing .wl-hero__lock-cta {
  animation-delay: 0.62s;
}
.page-works-landing .wl-hero__lock-btn {
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.page-works-landing .wl-hero__lock-btn:hover {
  transform: translateY(-2px);
}
.page-works-landing .wl-hero__lock-btn--line:hover {
  background: rgba(255, 255, 255, 0.08);
}
.page-works-landing .wl-hero__lock-btn--fill:hover {
  box-shadow: 0 6px 18px rgba(237, 255, 0, 0.35);
}
@media (prefers-reduced-motion: reduce) {
  .page-works-landing .wl-hero__lock-title,
  .page-works-landing .wl-hero__lock-title-sub,
  .page-works-landing .wl-hero__lock-logo,
  .page-works-landing .wl-hero__lock-value,
  .page-works-landing .wl-hero__lock-cta {
    animation: none;
  }
  .page-works-landing .wl-hero__lock-btn:hover {
    transform: none;
  }
}
/* --- 우측: 카드 컬럼 + 스크롤 인디케이터 --- */
.page-works-landing .wl-hero__lock-right {
  width: 462px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
/* --- 무료체험 카드 (Figma 14013:15467 — flex 레이아웃 · X 닫기 · 2 dots) --- */
.page-works-landing .wl-hero__trial {
  box-sizing: border-box;
  width: 440px;
  padding: 40px 40px 24px;
  background: var(--wl-white);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.page-works-landing .wl-hero__trial.is-closed {
  display: none;
}
/* --- 캐러셀: 뷰포트 + 트랙 + 슬라이드 --- */
.page-works-landing .wl-hero__trial-viewport {
  overflow: hidden;
}
.page-works-landing .wl-hero__trial-track {
  display: flex;
  align-items: stretch;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-works-landing .wl-hero__trial-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-works-landing .wl-hero__trial-slide .wl-hero__trial-cta {
  margin-top: auto;
}
.page-works-landing .wl-hero__trial-placeholder-text {
  margin: 0;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: var(--wl-gray-999);
}
.page-works-landing .wl-hero__trial-cta:disabled {
  background: #eeeeee;
  color: var(--wl-gray-999);
  box-shadow: none;
  cursor: default;
}
.page-works-landing .wl-hero__trial-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-works-landing .wl-hero__trial-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.page-works-landing .wl-hero__trial-title {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: var(--wl-black);
}
.page-works-landing .wl-hero__trial-close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  color: #555555;
  cursor: pointer;
  transition: color 0.15s ease;
}
.page-works-landing .wl-hero__trial-close:hover {
  color: var(--wl-black);
}
.page-works-landing .wl-hero__trial-close svg {
  display: block;
}
.page-works-landing .wl-hero__trial-secs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-works-landing .wl-hero__trial-sec {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-works-landing .wl-hero__trial-sec-title {
  margin: 0;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wl-black);
}
.page-works-landing .wl-hero__trial-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.page-works-landing .wl-hero__trial-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: var(--wl-gray-666);
}
.page-works-landing .wl-hero__trial-list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wl-yellow);
}
/* 날짜 강조 텍스트 (온열질환 슬라이드) */
.page-works-landing .wl-hero__trial-date {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  color: var(--wl-black);
}
/* 불릿 내 라벨 강조 (웨비나 1회차/2회차) */
.page-works-landing .wl-hero__trial-list li strong {
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
}
.page-works-landing .wl-hero__trial-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-works-landing .wl-hero__trial-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 16px;
  background: var(--wl-yellow);
  box-shadow: 0 0 4px rgba(237, 255, 0, 0.4);
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: var(--wl-black);
  text-decoration: none;
  cursor: pointer;
}
.page-works-landing .wl-hero__trial-arrow {
  display: block;
  color: var(--wl-black);
}
.page-works-landing .wl-hero__trial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-works-landing .wl-hero__trial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100px;
  background: #f0f0f0;
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.page-works-landing .wl-hero__trial-dot.is-active {
  width: 24px;
  background: #d3d3d3;
}

/* =========================================================
   무료 체험 안내 모달 (Figma 14013:15467) — front.pop 프레임워크 재사용
   #trialModal 은 #wrap(.page-works-landing) 밖이라 토큰 미상속 → Figma 값 직접 사용
   ========================================================= */
#trialModal .layer-pop-children {
  padding: 20px;
}
#trialModal .pop-data {
  text-align: left;
}
/* 오버레이 더 어둡게 — 뒤 히어로 카드가 비쳐 헷갈리지 않도록 (프레임워크 기본 dim 덮어씀) */
#trialModal.actived {
  background: rgba(15, 17, 20, 0.85);
}
/* 모달 열림 동안 배경 히어로 카드(우측 컬럼) 숨김 */
body.trial-modal-open .wl-hero__lock-right {
  visibility: hidden;
}
#trialModal .wl-trial-modal {
  box-sizing: border-box;
  width: 440px;
  max-width: calc(100vw - 40px);
  padding: 40px;
  background: #ffffff;
  border-radius: 32px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
#trialModal.actived .wl-trial-modal {
  opacity: 1;
  transform: none;
}
#trialModal .wl-trial-modal__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#trialModal .wl-trial-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#trialModal .wl-trial-modal__title {
  margin: 0;
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #000000;
}
#trialModal .wl-trial-modal__close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  color: #555555;
  cursor: pointer;
  transition: color 0.15s ease;
}
#trialModal .wl-trial-modal__close:hover {
  color: #000000;
}
#trialModal .wl-trial-modal__close svg {
  display: block;
}
#trialModal .wl-trial-modal__secs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#trialModal .wl-trial-modal__sec {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#trialModal .wl-trial-modal__sec-title {
  margin: 0;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
#trialModal .wl-trial-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#trialModal .wl-trial-modal__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
#trialModal .wl-trial-modal__list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #edff00;
}
#trialModal .wl-trial-modal__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
#trialModal .wl-trial-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 16px;
  background: #edff00;
  box-shadow: 0 0 4px rgba(237, 255, 0, 0.4);
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #000000;
  cursor: pointer;
}
#trialModal .wl-trial-modal__arrow {
  display: block;
  color: #000000;
}
#trialModal .wl-trial-modal__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
#trialModal .wl-trial-modal__dots span {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #f0f0f0;
}
#trialModal .wl-trial-modal__dots span.is-active {
  width: 24px;
  background: #d3d3d3;
}
.page-works-landing .wl-hero__title {
  /* 헤드라인 + 로고를 한 줄로 (2026-07-04) */
  position: absolute;
  bottom: 70px;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
/* ---- 라인 마스크 리빌: 부모가 마스크, .wl-reveal 이 아래에서 올라옴 ---- */
.page-works-landing .wl-hero__headline,
.page-works-landing .wl-hero__logos,
.page-works-landing .wl-hero__value-text p {
  overflow: hidden;
}
.page-works-landing .wl-reveal {
  display: inline-block;
  animation: wlLineUp 0.9s 0.15s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.page-works-landing .wl-reveal--logos {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  animation-delay: 0.3s;
}
.page-works-landing .wl-reveal--d3 {
  animation-delay: 0.45s;
}
.page-works-landing .wl-reveal--d4 {
  animation-delay: 0.55s;
}
@keyframes wlLineUp {
  from {
    transform: translateY(110%);
  }
  to {
    transform: none;
  }
}
.page-works-landing .wl-hero__headline {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.25;
  color: var(--wl-white);
  white-space: nowrap;
}
.page-works-landing .wl-hero__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-works-landing .wl-hero__logo-safeu {
  width: 250px;
  height: 45px;
  display: block;
}
.page-works-landing .wl-hero__logo-works {
  width: 255px;
  height: 66px;
  display: block;
}
/* 이미지존 좌측 : 문구 + 버튼 (Figma y616 = 이미지존 상단에서 76px) */
.page-works-landing .wl-hero__bottom {
  position: absolute;
  left: 0;
  top: 76px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-works-landing .wl-hero__actions {
  animation: wlFadeUp 0.8s 0.7s ease-out backwards;
}
.page-works-landing .wl-hero__value-text {
  padding-left: 32px;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  color: var(--wl-white);
  white-space: nowrap;
}
.page-works-landing .wl-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 32px;
}
.page-works-landing .wl-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.3px;
  cursor: pointer;
}
.page-works-landing .wl-hero__btn--line {
  border: 1px solid var(--wl-white);
  color: var(--wl-white);
  background: transparent;
}
.page-works-landing .wl-hero__btn--yellow {
  border: none;
  background: var(--wl-yellow);
  color: var(--wl-black);
}

/* (HERO 하단 카드/배너 제거 — 2026-07-04 호반문화재단 레퍼런스 재작성으로 폐기) */

/* ---- Hero 진입 인터랙션 (GMCOM 레퍼런스: 진입 시 페이드업 스태거 + 배경 점등) ---- */
@keyframes wlFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wlCardIn {
  from {
    opacity: 0;
    transform: translateY(calc(-50% + 24px));
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
/* HERO 배경 사진/몰입 모션(Ken Burns·scrim·vignette·breath) 제거 — 2026-07-04 솔리드 블랙 밴드 전환 */
@media (prefers-reduced-motion: reduce) {
  .page-works-landing .wl-reveal,
  .page-works-landing .wl-hero__actions,
  .page-works-landing .wl-hero__card,
  .page-works-landing .wl-hero__scroll-line::after,
  .page-works-landing .wl-pdca__dash,
  .page-works-landing .wl-worky-features__card.is-inview .wl-worky-features__icon img,
  .page-works-landing .wl-hero__photo img {
    animation: none;
  }
  .page-works-landing .wl-hero__photo,
  .page-works-landing .wl-hero__photo img,
  .page-works-landing .wl-hero__eng,
  .page-works-landing .wl-hero__eng-word,
  .page-works-landing .wl-hero__cta,
  .page-works-landing .wl-industry__label,
  .page-works-landing .wl-industry__photo,
  .page-works-landing .wl-worky-features__title,
  .page-works-landing .wl-worky-features__card,
  .page-works-landing .wl-newsroom__card,
  .page-works-landing .wl-newsroom__thumb img {
    transition: none;
  }
  /* 모션 없이도 콘텐츠는 즉시 보이도록 리빌 초기 상태 해제 */
  .page-works-landing .wl-worky-features__title,
  .page-works-landing .wl-worky-features__card,
  .page-works-landing .wl-newsroom__card {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   3. 지식맵 그래프
   ========================================================= */
/* 두 번째 화면 = 지식맵 + 산업분류(360px)가 정확히 100vh (Figma 14050:12856)
   그래프는 헤더(80px) 아래 공간에 세로 중앙 정렬 */
.page-works-landing .wl-knowledge {
  position: relative;
  /* 지식맵(이 섹션) + 산업분류(2행×180px=360px) = 정확히 100vh 한 화면 */
  height: calc(100dvh - 360px);
  min-height: 480px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 그래프 중앙 락업 + KNOWLEDGE 헤딩 (Figma 14025:16385) — D3 허브 필 대체 */
.page-works-landing .wl-knowledge__label {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: calc(50% + 40px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 배경·드롭쉐도우·패딩·보더·라운드 모두 제거 — 텍스트만 (뒤 노드·선 비침) */
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  pointer-events: none;
}
.page-works-landing .wl-knowledge__label-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: var(--wl-black);
}
/* 모바일 전용 설명 타이틀 — 데스크톱에서는 숨김(그래프 + 락업 유지) */
.page-works-landing .wl-knowledge__lead {
  display: none;
}
/* 기존 D3 노란 WORKS 캡슐은 숨김 (물리 시뮬레이션 허브는 유지) */
.page-works-landing .wl-kg__hub-rect,
.page-works-landing .wl-kg__hub-text {
  display: none;
}
.page-works-landing .wl-knowledge__graph {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.page-works-landing .wl-knowledge__graph img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- 인터랙티브 지식 그래프 --- */
.page-works-landing .wl-kg {
  position: relative;
  width: 100%;
  /* 드래그 시 텍스트가 선택(파란 하이라이트)되는 것 방지 */
  user-select: none;
  -webkit-user-select: none;
  /* Figma 시안(14013:15570) 프레임 비율과 동일 — viewBox 1280x444 */
  aspect-ratio: 1280 / 444;
}
.page-works-landing .wl-kg__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.page-works-landing .wl-kg__link {
  stroke: #bcc2cc;
  stroke-width: 1;
  transition:
    opacity 0.2s ease,
    stroke 0.2s ease,
    stroke-width 0.2s ease;
}
.page-works-landing .wl-kg__node {
  cursor: grab;
  transition: opacity 0.2s ease;
}
/* 노드에 마우스를 올리면 그 노드의 이웃(연결된 선·점)만 남기고 나머지는 흐리게 */
.page-works-landing .wl-kg__node.is-dim {
  opacity: 0.16;
}
.page-works-landing .wl-kg__link.is-dim {
  opacity: 0.12;
}
.page-works-landing .wl-kg__link.is-focus {
  /* 집중(hover) 강조선 — 사용자 지정 색 #dddddd */
  stroke: #dddddd;
  stroke-width: 1.5;
  stroke-linecap: round;
}
/* 활성(파랑)↔비활성(회색) 색 전환을 부드럽게 */
.page-works-landing .wl-kg__node circle {
  transition: fill 0.28s ease;
}
/* 톤 위계: 위성(leaf) 노드는 허브보다 옅게 (핀터레스트 톤 그라데이션 참고) */
.page-works-landing .wl-kg__node--leaf {
  opacity: 0.85;
}
/* --- 산업 카테고리(붉은 박스) 연동 포커스 --- */
/* 평소(카테고리 미선택): 6개 클러스터를 무채색(진회색·슬레이트)으로 또렷하게 표시 */
.page-works-landing .wl-kg.is-quiet .wl-kg__node {
  opacity: 0.72;
}
.page-works-landing .wl-kg.is-quiet .wl-kg__link {
  opacity: 0.45;
}
/* 카테고리/호버 선택: 활성 클러스터만 파랑으로 선명. 나머지는 평소(resting)와 동일하게 유지 */
.page-works-landing .wl-kg.is-focus-mode .wl-kg__node {
  opacity: 0.72;
}
.page-works-landing .wl-kg.is-focus-mode .wl-kg__link {
  opacity: 0.9;
}
.page-works-landing .wl-kg.is-focus-mode .wl-kg__node.is-cluster-active {
  opacity: 1;
}
.page-works-landing .wl-kg.is-focus-mode .wl-kg__link.is-cluster-active {
  opacity: 0.85;
}
.page-works-landing .wl-kg__node:active {
  cursor: grabbing;
}
.page-works-landing .wl-kg__node.has-tooltip circle {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.16s ease;
}
/* landing-v7 참고: 마우스를 올린 노드는 살짝 커져 '이걸 보고 있다'는 피드백 (JS 정지 + 말풍선과 함께) */
.page-works-landing .wl-kg__node.has-tooltip:hover circle {
  transform: scale(1.55);
}
.page-works-landing .wl-kg__hub-rect {
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.12));
}
.page-works-landing .wl-kg__hub-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  fill: var(--wl-black);
  letter-spacing: 0.5px;
  pointer-events: none;
}
.page-works-landing .wl-kg__node-label {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 12px;
  fill: var(--wl-gray-666);
  pointer-events: none;
}
/* --- Radiant Relay 진입 리빌 --- */
/* 리빌 중 선도 옅은 회색 유지(resting 톤) — 과하게 진하지 않게 */
.page-works-landing .wl-kg.is-revealing .wl-kg__link {
  stroke: #d5dae2;
  stroke-width: 1;
}
/* 허브 개화 pulse ring — transform + opacity 만 애니메이트(합성 저렴) */
.page-works-landing .wl-kg__pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: wlKgPulse 640ms cubic-bezier(0, 0, 0.2, 1) forwards;
  pointer-events: none;
}
@keyframes wlKgPulse {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(2.6);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-works-landing .wl-kg__pulse {
    display: none;
  }
}
/* 말풍선 */
/* Figma 13978:13148 — hover 정보 말풍선 재디자인 (max-width 320) */
.page-works-landing .wl-kg__tooltip {
  position: absolute;
  z-index: 5;
  min-width: 280px;
  max-width: 360px;
  padding: 18px 20px;
  background: var(--wl-white);
  border: 1px solid #f0f1f3;
  border-radius: 20px;
  /* Figma drop shadow: X0 Y0 Blur10 Spread0 · #000000 12% */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  pointer-events: none;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  /* 등장 시 툭 튀지 않게 — 기본은 살짝 아래+투명, is-in 일 때 fade + slide-up */
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.32s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-works-landing .wl-kg__tooltip.is-in {
  opacity: 1;
  transform: translateY(0);
}
.page-works-landing .wl-kg__tooltip-tag {
  display: inline-flex;
  align-self: flex-start; /* 컨테이너 stretch 여도 태그는 내용 너비만 (pill 유지) */
  align-items: center;
  justify-content: center;
  padding: 3px 9px;
  border-radius: 8px;
  background: #1f66f1; /* Figma 지식맵 KOSHA 태그/파랑 노드 색 */
  font-family: "SUIT", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--wl-white);
}
.page-works-landing .wl-kg__tooltip-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.24px;
  color: #222222;
  /* 컨테이너 폭을 꽉 채우는 기본(greedy) 줄바꿈 — 우측 여백이 남지 않게. 어절 단위(keep-all) 유지 */
  width: 100%;
  word-break: keep-all;
}

/* =========================================================
   4. 산업분류 2x3
   ========================================================= */
.page-works-landing .wl-industry {
  background: var(--wl-white);
}
/* 가로 구분선은 풀블리드(1920 전체), 콘텐츠는 1280 안쪽 (Figma 13978:13153 px-320) */
.page-works-landing .wl-industry__row {
  display: flex;
  height: 180px;
  border-top: 1px solid var(--wl-line);
  padding: 0 max(40px, calc(50% - 640px));
}
.page-works-landing .wl-industry__cell {
  position: relative;
  flex: 1 0 0;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-works-landing .wl-industry__cell--mid {
  border-left: 1px solid var(--wl-line);
  border-right: 1px solid var(--wl-line);
}
/* 기본 상태: 한글 + 영문 라벨 — 열림 시 사진 카드와 크로스페이드 */
.page-works-landing .wl-industry__label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}
.page-works-landing .wl-industry__cell.is-open .wl-industry__label {
  opacity: 1;
  transform: none;
  pointer-events: none;
}
.page-works-landing .wl-industry__cell.is-open .wl-industry__ko,
.page-works-landing .wl-industry__cell.is-open .wl-industry__en {
  color: var(--wl-white);
}
/* 클릭(열림) 상태: 사진 배경 카드 + 설명 문구 — absolute 라 셀 3등분 레이아웃에 영향 없음 */
.page-works-landing .wl-industry__photo {
  position: absolute;
  inset: 16px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  transform: scale(0.94);
  pointer-events: none;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-works-landing .wl-industry__cell.is-open .wl-industry__photo {
  opacity: 1;
  transform: scale(1);
}
/* 셀 클릭 시 산업별 배경 사진 */
.page-works-landing .wl-industry__cell[data-industry="construction"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-construction.jpg");
}
.page-works-landing .wl-industry__cell[data-industry="chemical"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-chemical.jpg");
}
.page-works-landing .wl-industry__cell[data-industry="manufacturing"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-manufacturing.jpg");
}
.page-works-landing .wl-industry__cell[data-industry="facilities"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-facilities.jpg");
  /* 잘림 기준을 중앙보다 위로 (사진 상단부가 더 보이게) */
  background-position: center 5%;
}
.page-works-landing .wl-industry__cell[data-industry="logistics"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-logistics.jpg");
}
.page-works-landing .wl-industry__cell[data-industry="mining"] .wl-industry__photo {
  background-image: url("/resources/images/works-landing/industry-mining.jpg");
}
.page-works-landing .wl-industry__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  /* 밝은 사진에서도 흰 글씨가 읽히도록 — 중앙 강조 + 가장자리도 약간 어둡게(사진은 살림) */
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.28));
}
.page-works-landing .wl-industry__ko {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: var(--wl-black);
  transition: color 0.3s ease;
}
.page-works-landing .wl-industry__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--wl-gray-666);
  transition: color 0.3s ease;
}
/* 아코디언 arrow·패널: 데스크톱(사진 플립)에서는 숨김, 모바일에서만 노출 */
.page-works-landing .wl-industry__arrow {
  display: none;
}
.page-works-landing .wl-industry__panel {
  display: none;
}

/* =========================================================
   5. 통계 (검정 섹션 — Figma 13978:13304)
   ========================================================= */
.page-works-landing .wl-stats {
  background: var(--wl-black);
  box-sizing: border-box;
  /* 섹션 상하 여백 80px 통일 */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-works-landing .wl-stats__inner {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.page-works-landing .wl-stats__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: -0.76px;
  color: var(--wl-white);
}
.page-works-landing .wl-stats__rows {
  display: flex;
  flex-direction: column;
}
.page-works-landing .wl-stats__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid var(--wl-white);
}
.page-works-landing .wl-stats__row.is-active {
  padding-top: 0;
}
.page-works-landing .wl-stats__row--last {
  border-bottom: none;
}
.page-works-landing .wl-stats__label {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #dddddd;
  transition: color 0.3s ease;
}
/* 카운트업 진행 중인 행의 라벨도 동일 컬러로 통일 (#dddddd) */
.page-works-landing .wl-stats__row.is-counting .wl-stats__label {
  color: #dddddd;
}
.page-works-landing .wl-stats__num {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  text-align: right;
  color: var(--wl-yellow);
}

/* =========================================================
   6. AGENTIC AI 플로우
   ========================================================= */
.page-works-landing .wl-agentic {
  background: var(--wl-black);
  box-sizing: border-box;
  /* 섹션 상하 여백 80px 통일 */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 도메인 섹션 — 위험성평가 탭 콘텐츠를 세로 중앙 배치 */
.page-works-landing .wl-domain-section {
  background: var(--wl-black);
  box-sizing: border-box;
  /* 섹션 상하 여백 80px 통일 */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-works-landing .wl-agentic__head {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.page-works-landing .wl-agentic__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: -0.76px;
  color: var(--wl-white);
}

/* PDCA 원형 카드 */
.page-works-landing .wl-pdca {
  position: relative;
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  height: 640px;
  margin: 80px auto 0;
  border-radius: 120px;
  overflow: hidden;
}
/* 카테고리 4모서리 (Figma 좌표: 좌우 여백 대비 절대배치) */
.page-works-landing .wl-pdca__cat {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-works-landing .wl-pdca__cat--tl {
  left: 48px;
  top: 108px;
  align-items: flex-end;
}
.page-works-landing .wl-pdca__cat--tr {
  left: 884px;
  top: 108px;
  align-items: flex-start;
}
.page-works-landing .wl-pdca__cat--bl {
  left: 75px;
  top: 416px;
  align-items: flex-end;
}
.page-works-landing .wl-pdca__cat--br {
  left: 884px;
  top: 416px;
  align-items: flex-start;
}
.page-works-landing .wl-pdca__cat-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: var(--wl-white);
}
.page-works-landing .wl-pdca__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-works-landing .wl-pdca__cat--tl .wl-pdca__rows,
.page-works-landing .wl-pdca__cat--bl .wl-pdca__rows {
  align-items: flex-end;
}
.page-works-landing .wl-pdca__row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-works-landing .wl-pdca__item {
  position: relative;
  padding-left: 11px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--wl-gray-aaa);
  white-space: nowrap;
}
.page-works-landing .wl-pdca__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wl-yellow);
}

/* 중앙 원형 : Figma 카드(1280x640) 절대좌표 그대로 재현 */
.page-works-landing .wl-pdca__circle {
  position: absolute;
  inset: 0;
}
.page-works-landing .wl-pdca__dash {
  position: absolute;
  /* 점선원 408px, 카드 중앙(640,320) 기준 — 시안 대시 패턴(6 6) SVG
     뒤쪽 점선 링만 시계방향 상시 회전 (중심·노드·화살표는 정지) */
  left: 436px;
  top: 116px;
  width: 408px;
  height: 408px;
  transform-origin: 50% 50%;
  will-change: transform;
  animation: wlPdcaDashSpin 40s linear infinite;
}
@keyframes wlPdcaDashSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-works-landing .wl-pdca__center {
  position: absolute;
  left: 640px;
  top: 320px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.page-works-landing .wl-pdca__center-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  color: var(--wl-white);
}
.page-works-landing .wl-pdca__center-logo {
  width: 142px;
  height: 18px;
}
.page-works-landing .wl-pdca__node {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 100px;
  background: var(--wl-node-off);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  transition: transform var(--wl-pdca-exit) ease;
}
/* 순환 릴레이: 현재 단계 노드는 살짝 떠오르고, 진행 방향 화살표만 점등
   (노드: 진입 느림/이탈 빠름 — 잔상 최소화) */
.page-works-landing .wl-pdca__node.is-cycle {
  transform: scale(1.1);
  transition: transform var(--wl-pdca-enter) ease;
}
.page-works-landing .wl-pdca__node-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.25;
  color: var(--wl-white);
}
.page-works-landing .wl-pdca__node-ko {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: var(--wl-white);
}
/* 노드 4방향 (Figma 카드좌표: PLAN 420,100 / DO 728,100 / CHECK 728,408 / ACT 420,408) */
.page-works-landing .wl-pdca__node--plan {
  left: 420px;
  top: 100px;
}
.page-works-landing .wl-pdca__node--do {
  left: 728px;
  top: 100px;
}
.page-works-landing .wl-pdca__node--check {
  left: 728px;
  top: 408px;
}
.page-works-landing .wl-pdca__node--act {
  left: 420px;
  top: 408px;
}
/* 화살표 4방향 (Figma 카드좌표) */
.page-works-landing .wl-pdca__arrow {
  position: absolute;
  display: inline-flex;
  transition: opacity var(--wl-pdca-arrow-exit) ease;
}
.page-works-landing .wl-pdca__arrow svg {
  transition: transform var(--wl-pdca-arrow-exit) ease;
}
/* 화살표 딤은 릴레이 구동 중에만 — 정지·reduced-motion 상태는 원본 디자인(전부 선명) 유지
   (화살표: 진입 빠름/이탈 느림 — 릴레이 연속감 우선) */
.page-works-landing .wl-pdca.is-animating .wl-pdca__arrow {
  opacity: var(--wl-pdca-dim);
}
.page-works-landing .wl-pdca.is-animating .wl-pdca__arrow.is-cycle {
  opacity: 1;
  transition: opacity var(--wl-pdca-arrow-enter) ease;
}
/* 활성 화살표는 진행 방향으로 4px 전진 — 점등(0.25s)과 동기 (래퍼 회전에 의해 로컬 +x = 흐름 방향) */
.page-works-landing .wl-pdca.is-animating .wl-pdca__arrow.is-cycle svg {
  transform: translateX(4px);
  transition: transform var(--wl-pdca-arrow-enter) ease;
}
.page-works-landing .wl-pdca__arrow--t {
  left: 633px;
  top: 103px;
}
.page-works-landing .wl-pdca__arrow--b {
  left: 647px;
  top: 509px;
  transform: scaleX(-1);
}
.page-works-landing .wl-pdca__arrow--l {
  left: 430px;
  top: 306px;
  transform: rotate(-90deg);
}
.page-works-landing .wl-pdca__arrow--r {
  left: 836px;
  top: 306px;
  transform: rotate(90deg);
}

/* 위험성평가 탭 + 콘텐츠 */
.page-works-landing .wl-agentic__detail {
  position: relative;
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  /* PDCA ↔ 위험성평가 상세 사이 간격 200px */
  margin: 200px auto 0;
  display: flex;
  /* Figma 14070:12861 — 탭(200) ↔ 우측 컬럼 gap 56, 세로 바 없음 */
  gap: 56px;
}
.page-works-landing .wl-agentic__tabs {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  display: flex;
  gap: 0;
}
.page-works-landing .wl-agentic__tablist {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-works-landing .wl-agentic__tablist li {
  padding: 16px 0;
  font-weight: 600;
  font-size: 24px;
  color: #777777;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-works-landing .wl-agentic__tablist li:hover {
  color: #888888;
}
.page-works-landing .wl-agentic__tablist li.is-active {
  font-weight: 700;
  color: var(--wl-white);
}
.page-works-landing .wl-agentic__panel {
  flex: 1;
  min-height: 822px;
  display: flex;
  flex-direction: column;
}
.page-works-landing .wl-agentic__panel-label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: var(--wl-yellow);
}
.page-works-landing .wl-agentic__panel-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  color: var(--wl-white);
}
.page-works-landing .wl-agentic__panel-desc {
  margin-top: 16px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: var(--wl-gray-aaa);
}
.page-works-landing .wl-agentic__toggle {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 264px;
  height: 48px;
  padding: 8px;
  box-sizing: border-box;
  background: #333336;
  border-radius: 12px;
}
.page-works-landing .wl-agentic__toggle[hidden] {
  display: none;
}
.page-works-landing .wl-agentic__toggle-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wl-white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.page-works-landing .wl-agentic__toggle-item.is-active {
  background: var(--wl-yellow);
  color: var(--wl-black);
  font-weight: 600;
}
.page-works-landing .wl-media--vlm {
  margin-top: 56px;
  width: 1024px;
  height: 576px;
  max-width: 100%;
  aspect-ratio: 1024 / 576;
  border-radius: 32px;
  background-color: var(--wl-white);
}
/* 위험성평가: 토글이 있을 때 미디어를 다른 탭과 같은 위치로 고정
   (desc → 4px → 토글 48px → 4px → 미디어 = 56px, 토글 없는 탭의 desc→미디어 간격과 동일) */
.page-works-landing .wl-agentic__toggle:not([hidden]) + .wl-media--vlm {
  margin-top: 4px;
}
/* 미디어 슬롯에 실제 영상이 들어오면 점선 placeholder 스타일 제거 */
.page-works-landing .wl-media--vlm:not(.is-empty) {
  border: none;
  background-image: none;
}
.page-works-landing .wl-agentic__video,
.page-works-landing .wl-agentic__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}
/* TBM 폰 목업 — 배경 목업(폰 프레임·언어 pill) 위 각 폰 화면에 영상 재생 */
.page-works-landing .wl-agentic__media.is-mockup {
  background-color: transparent;
  height: auto;
  aspect-ratio: 1024 / 488;
}
.page-works-landing .wl-agentic__mockup {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page-works-landing .wl-agentic__screen-video {
  position: absolute;
  object-fit: cover;
  display: block;
}
.page-works-landing .wl-agentic__overlay {
  position: absolute;
  display: block;
  pointer-events: none;
}

/* =========================================================
   6b. 도메인별 레이아웃 (Figma 14157:3980) — 클린 리스타트
   PDCA 다이어그램 아래: 좌측 탭 레일(200) + gap 56 + 우측 콘텐츠(1024)
   ========================================================= */
.page-works-landing .wl-domain {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.page-works-landing .wl-domain__rail {
  flex-shrink: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
}
.page-works-landing .wl-domain__tab {
  padding: 16px 0;
  border: 0;
  background: none;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #444444;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-works-landing .wl-domain__tab:hover {
  color: var(--wl-gray-666);
}
.page-works-landing .wl-domain__tab.is-active {
  font-weight: 700;
  color: var(--wl-white);
}
.page-works-landing .wl-domain__stage {
  flex: 1;
  min-width: 0;
}
/* 콘텐츠(우측 컬럼) 높이 846px 고정(절대규칙) — 미디어(576)를 하단에 고정 배치.
   head 높이가 달라져도(토글 유무) 미디어 상단은 항상 846-576=270px에 정렬 → 탭 전환 시 안 튐 */
.page-works-landing .wl-domain__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 846px;
}
.page-works-landing .wl-domain__panel[hidden] {
  display: none;
}
.page-works-landing .wl-domain__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-works-landing .wl-domain__label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: var(--wl-yellow);
}
.page-works-landing .wl-domain__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: var(--wl-white);
}
/* 모바일 전용 타이틀은 데스크톱에서 숨김 (PC 타이틀만 표시) */
.page-works-landing .wl-domain__title-mo {
  display: none;
}
.page-works-landing .wl-domain__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--wl-gray-aaa);
}
/* 위험성평가 토글 (Figma 14157:4448) — head와 media 사이 독립 배치, 좌측 정렬 */
.page-works-landing .wl-domain__toggle {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0;
  height: 56px;
  padding: 8px;
  box-sizing: border-box;
  background: #333336;
  border-radius: 16px;
}
.page-works-landing .wl-domain__toggle-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 40px;
  border: 0;
  background: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--wl-white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.page-works-landing .wl-domain__toggle-item.is-active {
  background: var(--wl-yellow);
  color: var(--wl-black);
  border-radius: 10px;
  font-weight: 600;
}
.page-works-landing .wl-domain__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1024 / 576;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
  background: var(--wl-white);
}
.page-works-landing .wl-domain__media > img,
.page-works-landing .wl-domain__media > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 위험성평가: 토글로 전환되는 미디어 뷰(VLM 영상 / 기본문서작성) */
.page-works-landing .wl-domain__view {
  position: absolute;
  inset: 0;
}
.page-works-landing .wl-domain__view[hidden] {
  display: none;
}
.page-works-landing .wl-domain__view video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* TBM 폰 목업 (Figma 13989:16243) — 폰 프레임(투명 스크린) 뒤에서 영상 재생 + 다국어 pill 오버레이 */
.page-works-landing .wl-tbm-mockup {
  position: absolute;
  inset: 0;
}
.page-works-landing .wl-tbm-phone {
  position: absolute;
  width: 32.4625%;
  height: 116.6108%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(34px 24px 52px rgba(9, 20, 50, 0.16));
}
.page-works-landing .wl-tbm-phone--left {
  left: 32.7354%;
  top: 29.4861%;
}
.page-works-landing .wl-tbm-phone--right {
  left: 70.5849%;
  top: 66.6389%;
}
.page-works-landing .wl-tbm-screen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 89.484%;
  height: 95.893%;
  overflow: hidden;
  background: #fff;
}
/* 영상 9:16 < 폰 스크린 9:19.5 → 폭 맞춤(측면 크롭 없음) 후,
   미디어에서 잘리는 쪽으로 정렬해 빈 공간이 노출되지 않게 함 */
.page-works-landing .wl-tbm-screen video {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
/* 오른쪽 폰: 상단 세이프에어리어(노치)만큼 내려 로고가 노치에 겹치지 않게 */
.page-works-landing .wl-tbm-phone--right .wl-tbm-screen video {
  top: 6.5%;
}
.page-works-landing .wl-tbm-phone--left .wl-tbm-screen video {
  bottom: 0;
}
.page-works-landing .wl-tbm-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-works-landing .wl-tbm-pills {
  position: absolute;
  left: 79.88%;
  top: 59.55%;
  width: 12.3%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .page-works-landing .wl-domain {
    max-width: calc(100% - 40px);
    flex-direction: column;
    /* 세로 스택에서 rail·stage 를 풀폭으로 stretch (데스크톱 align-items:flex-start 상속 방지)
       → 토글 있는 위험성평가 stage 가 토글 자연폭(264px)으로 줄던 문제 해결, 전 패널 미디어 크기 통일 */
    align-items: stretch;
    gap: 24px;
    /* domain-section pt 0 과 함께 위 agentic 과의 간격 최소화 (기존 80px 제거) */
    margin-top: 0;
  }
  /* 도메인 탭바 (Figma 14163:24326) — 가로 스크롤 / 하단 #444 구분선 */
  .page-works-landing .wl-domain__rail {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 12px 0 0;
    border-bottom: 1px solid #444444;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .page-works-landing .wl-domain__rail::-webkit-scrollbar {
    display: none;
  }
  /* 비활성 탭: #444 SemiBold 18px, px-12 pb-12 */
  .page-works-landing .wl-domain__tab {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px 12px;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }
  /* 활성 탭: 흰색 텍스트 Bold + 2px 라임 밑줄 */
  .page-works-landing .wl-domain__tab.is-active {
    font-weight: 700;
    color: var(--wl-white);
    border-bottom-color: var(--wl-yellow);
  }
  .page-works-landing .wl-domain__panel {
    height: auto;
    gap: 24px;
  }
  .page-works-landing .wl-domain__label {
    font-size: 16px;
  }
  .page-works-landing .wl-domain__title {
    font-size: clamp(24px, 6vw, 32px);
  }
  /* 모바일: PC 타이틀 숨기고 문장형 2줄 타이틀 표시 */
  .page-works-landing .wl-domain__title-pc {
    display: none;
  }
  .page-works-landing .wl-domain__title-mo {
    display: inline;
  }
  /* 모바일: 도메인 서브내용(desc) 제거 */
  .page-works-landing .wl-domain__desc {
    display: none;
  }
  .page-works-landing .wl-domain__media {
    border-radius: 16px;
  }
}

/* =========================================================
   7. 워키 소개
   ========================================================= */
.page-works-landing .wl-worky {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  box-sizing: border-box;
  /* 섹션 상하 여백 80px 통일 (가로 중앙 margin: 0 auto 는 레이아웃상 유지) */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 좌 텍스트 · 워키(중앙) · 우 텍스트 — 워키 중앙 고정, 좌우 텍스트는 양끝 (Figma 14013:15936) */
.page-works-landing .wl-worky__intro {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-works-landing .wl-worky__char {
  width: 640px;
  height: 640px;
  object-fit: contain;
  display: block;
  /* mix-blend-mode(multiply) 제거 — 색이 바래던 원인. 원본 영상(흰 배경)을 흰 섹션 위에 그대로 표시 */
}
/* 좌측 문구 */
.page-works-landing .wl-worky__lead {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 60px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--wl-black);
  white-space: nowrap;
  text-align: left;
}
/* 우측 문구 블록 */
.page-works-landing .wl-worky__lead-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.page-works-landing .wl-worky__lead-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--wl-black);
  text-align: right;
  white-space: nowrap;
}
.page-works-landing .wl-worky__lead-mark {
  display: inline-block;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--wl-black);
  background: var(--wl-yellow);
  padding: 10px 20px;
  border-radius: 20px;
  white-space: nowrap;
}
/* 우측 2줄이 강조 pill 이 아닌 일반 문구인 슬라이드 : pill 스타일 해제 (제목 라인과 동일) */
.page-works-landing .wl-worky__lead-mark.is-plain {
  font-weight: 600;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

/* 워키 히어로 문구 순환 전환 (카카오뱅크식 soft blur 스왑)
   한 요소만 blur 아웃 → (안 보이는 순간에 텍스트 교체) → blur 인 하므로
   화면에는 항상 문구가 하나만 존재 → 두 문구가 겹쳐 보이지 않음.
   실제 모션은 Web Animations API(JS)가 담당 */
.page-works-landing .wl-worky__anim {
  display: inline-block;
  will-change: opacity, transform, filter;
}

/* =========================================================
   8. 워키 기능 카드 (Figma 14070:12862) — 2×2 그리드
   ========================================================= */
.page-works-landing .wl-worky-features {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  margin: 0 auto;
  box-sizing: border-box;
  /* 섹션 상하 여백 80px 통일 (가로 중앙 margin: 0 auto 는 유지) */
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-works-landing .wl-worky-features__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: -0.76px;
  color: var(--wl-black);
}
.page-works-landing .wl-worky-features__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 80px;
}
.page-works-landing .wl-worky-features__card {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
.page-works-landing .wl-worky-features__icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.page-works-landing .wl-worky-features__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.page-works-landing .wl-worky-features__texts {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-works-landing .wl-worky-features__card-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.56px;
  color: var(--wl-black);
}
.page-works-landing .wl-worky-features__card-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: var(--wl-black);
  opacity: 0.7;
}

/* 스크롤 리빌 — 요소 단위(.is-inview)로 각 타이틀·카드가 화면 진입 시 올라옴
   (섹션 높이 1006px > 뷰포트여도 하단 행이 실제 진입할 때 리빌되도록) */
.page-works-landing .wl-worky-features__title,
.page-works-landing .wl-worky-features__card {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-works-landing .wl-worky-features__title.is-inview,
.page-works-landing .wl-worky-features__card.is-inview {
  opacity: 1;
  transform: none;
}
/* 같은 행 카드의 좌→우 스태거 (짝수 카드는 우측) */
.page-works-landing .wl-worky-features__card:nth-child(even).is-inview {
  transition-delay: 0.1s;
}
/* 리빌 후 3D 아이콘이 계속 살짝 떠오르는 모션 (카드별 위상차) */
.page-works-landing .wl-worky-features__card.is-inview .wl-worky-features__icon img {
  animation: wlIconFloat 3.2s ease-in-out infinite;
}
.page-works-landing .wl-worky-features__card:nth-child(2) .wl-worky-features__icon img {
  animation-delay: 0.4s;
}
.page-works-landing .wl-worky-features__card:nth-child(3) .wl-worky-features__icon img {
  animation-delay: 0.8s;
}
.page-works-landing .wl-worky-features__card:nth-child(4) .wl-worky-features__icon img {
  animation-delay: 1.2s;
}
@keyframes wlIconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(-2deg);
  }
}

/* =========================================================
   9. 뉴스룸 (Figma 14013:16024)
   ========================================================= */
.page-works-landing .wl-newsroom {
  width: var(--wl-content);
  max-width: calc(100% - 80px);
  /* 세로 간격 margin(200px) 제거 → 섹션 상하 여백 80px 로 통일. 가로 중앙 auto 만 유지 */
  margin: 0 auto;
  padding: 80px 0;
}
.page-works-landing .wl-newsroom__head {
  margin-bottom: 56px;
}
.page-works-landing .wl-newsroom__title {
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--wl-black);
}
/* PRESS 에디토리얼 4단 그리드 — 이미지 상단 → 제목 → 날짜 → hairline (Figma 14013:16026) */
.page-works-landing .wl-newsroom__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 32px;
}
/* 도트 인디케이터는 모바일 캐러셀 전용 — 데스크톱 기본 숨김 */
.page-works-landing .wl-newsroom__dots {
  display: none;
}
.page-works-landing .wl-newsroom__card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease;
}
.page-works-landing .wl-newsroom__card:hover {
  transform: translateY(-6px);
}
.page-works-landing .wl-newsroom__thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  overflow: hidden;
  background: #1a1a1a;
}
.page-works-landing .wl-newsroom__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.page-works-landing .wl-newsroom__card:hover .wl-newsroom__thumb img {
  transform: scale(1.04);
}
.page-works-landing .wl-newsroom__body {
  padding: 18px 0 20px;
}
.page-works-landing .wl-newsroom__card-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: var(--wl-black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-works-landing .wl-newsroom__card:hover .wl-newsroom__card-title {
  text-decoration: none;
}
.page-works-landing .wl-newsroom__card-date {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: var(--wl-gray-999);
}
/* 뉴스룸 애니메이션 효과 전체 제거 — 카드는 항상 정적으로 표시 (리빌·hover 확대·리프트·스태거 없음) */

/* =========================================================
   10. 하단 CTA 배너 (Figma 13989:13582 + 13989:13966)
   ========================================================= */
.page-works-landing .wl-cta {
  height: 522px;
  background-image: url("/resources/images/works-landing/cta-background.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-works-landing .wl-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
}
.page-works-landing .wl-cta__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.84px;
  text-align: center;
  color: var(--wl-white);
}
/* Figma 14080:12871 — 검정 필 + [THINGS·WORKS 뱃지 / 세이프유 제품 문의하기] + 어두운 원형 화살표 */
.page-works-landing .wl-cta__btn {
  width: 419px;
  background: var(--wl-black);
  border: none;
  border-radius: 26px;
  padding: 28px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.page-works-landing .wl-cta__btn-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.page-works-landing .wl-cta__badges {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.page-works-landing .wl-cta__badge {
  width: 77px;
  height: auto;
  display: block;
}
.page-works-landing .wl-cta__btn-text {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.44px;
  color: var(--wl-white);
  white-space: nowrap;
}
.page-works-landing .wl-cta__arrow {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   ★ 모바일 반응형 (브레이크포인트: 공통 header.css 컨벤션 1023 / 767 / 429)
   - 데스크톱 고정 1280 레이아웃을 ≤1023 에서 단일 컬럼 유동 레이아웃으로 재구성
   - nowrap 헤드라인 해제 · 절대배치 히어로/PDCA/워키 → 문서 흐름 스택
   ========================================================= */
@media screen and (max-width: 1023px) {
  /* --- 공통 컨테이너 좌우 여백 20px --- */
  .page-works-landing .wl-inner,
  .page-works-landing .wl-hero__inner,
  .page-works-landing .wl-stats__inner,
  .page-works-landing .wl-agentic__head,
  .page-works-landing .wl-agentic__detail,
  .page-works-landing .wl-worky,
  .page-works-landing .wl-worky-features,
  .page-works-landing .wl-newsroom,
  .page-works-landing .wl-knowledge__graph {
    max-width: calc(100% - 40px);
  }

  /* ============ ★ 브랜드(upleat-safeu.com 모바일) 정렬: 섹션 타이틀 좌측 ============ */
  /* 모바일 섹션 타이틀은 좌측 정렬(콘텐츠와 좌측 라인 정렬). */
  .page-works-landing .wl-stats__title,
  .page-works-landing .wl-agentic__title,
  .page-works-landing .wl-worky-features__title,
  .page-works-landing .wl-newsroom__title {
    text-align: left;
  }

  /* ============ ★ 모바일 헤더: 첫 진입부터 흰 배경 고정 (로고·햄버거 검정) ============ */
  /* wl-solid 토글과 무관하게 스크롤 전에도 흰 배경 헤더로 표시 */
  .page-works-landing .header-site::before {
    background: #ffffff;
  }
  .page-works-landing .header-site .logo-site .logo::after {
    background-color: #222222;
  }
  .page-works-landing .header-site .btn-gnb span {
    background-color: #222222;
  }

  /* ============ 1. HERO 락업 — 모바일: 좌/우 컬럼 세로 스택 ============ */
  .page-works-landing .wl-hero {
    height: auto;
    min-height: 100dvh;
    padding: 100px 0;
  }
  .page-works-landing .wl-hero__inner {
    height: auto;
    min-height: calc(100dvh - 200px);
  }
  .page-works-landing .wl-hero__photo,
  .page-works-landing .wl-hero.is-ready .wl-hero__photo {
    height: 100%;
  }
  /* 모바일: 우측 크레인이 살짝 보이도록 크롭 위치를 오른쪽 상단으로 */
  .page-works-landing .wl-hero__photo img {
    object-position: 60% 30%;
  }
  .page-works-landing .wl-hero__lock {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }
  .page-works-landing .wl-hero__lock-left {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    gap: 32px;
  }
  .page-works-landing .wl-hero__lock-headline {
    align-items: center;
    gap: 6px;
  }
  .page-works-landing .wl-hero__lock-title {
    font-size: clamp(30px, 8vw, 48px);
    white-space: normal;
    text-align: center;
  }
  /* 모바일: 텍스트("세이프유 웍스") 숨기고 로고 락업 표시 (가로 160px, 세로 auto) */
  .page-works-landing .wl-hero__lock-title-sub {
    display: none;
  }
  .page-works-landing .wl-hero__lock-logo {
    display: flex;
    gap: 5px;
    justify-content: center;
  }
  .page-works-landing .wl-hero__lock-logo-safeu {
    width: 77px;
    height: auto;
  }
  .page-works-landing .wl-hero__lock-logo-works {
    width: 78px;
    height: auto;
  }
  .page-works-landing .wl-hero__lock-foot {
    gap: 28px;
  }
  .page-works-landing .wl-hero__lock-value {
    gap: 16px;
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  .page-works-landing .wl-hero__lock-value-text {
    font-size: 20px;
    font-weight: 500;
  }
  /* ============ ★ 모바일: 무상지원 카드를 진입 팝업 모달로 ============ */
  /* 모바일: 무료체험 진입 모달(오버레이+딤+카드) 전체 숨김 — 데스크톱 인라인 카드는 유지 */
  .page-works-landing .wl-hero__lock-right {
    display: none;
  }
  .page-works-landing .wl-hero__lock-right.is-dismissed {
    display: none;
  }
  /* 모달 열림 동안 헤더까지 딤 — wl-hero__inner(z2)가 헤더(z101)에 갇혀 오버레이가 헤더를 못 덮으므로,
     열림 상태에서만 wl-hero__inner 를 헤더 위로 올려 오버레이 딤이 헤더까지 덮게 함 */
  .page-works-landing.wl-modal-open .wl-hero__inner {
    z-index: 1001;
  }
  /* 카드: 팝업 중앙 정렬 + 등장 스케일 */
  .page-works-landing .wl-hero__trial {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 32px 24px 28px;
    gap: 24px;
    border-radius: 16px;
    max-height: calc(100vh - 40px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    animation: wlTrialModalPop 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes wlTrialModalFade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes wlTrialModalPop {
    from {
      opacity: 0;
      transform: translateY(16px) scale(0.94);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .page-works-landing .wl-hero__lock-right,
    .page-works-landing .wl-hero__trial {
      animation: none;
    }
  }

  /* ============ 3. 지식맵 — 모바일: 그래프·KNOWLEDGE 락업 제거, 설명 타이틀 표시 ============ */
  .page-works-landing .wl-knowledge {
    height: auto;
    min-height: 0;
    padding: 56px 20px;
    flex-direction: column;
    gap: 20px;
  }
  /* 모바일: 노드 그래프만 숨김 (KNOWLEDGE 락업은 설명 위에 표시) */
  .page-works-landing .wl-knowledge__graph {
    display: none;
  }
  /* 모바일: KNOWLEDGE 락업을 절대배치 해제 → 정적 흐름으로 설명 위 중앙 표시 */
  .page-works-landing .wl-knowledge__label {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    margin: 0;
  }
  .page-works-landing .wl-knowledge__label-title {
    font-size: 32px;
  }
  /* 설명 타이틀(볼드) 표시 — 16px 중앙정렬, 지정 2줄 줄바꿈 */
  .page-works-landing .wl-knowledge__lead {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: var(--wl-black);
    text-align: center;
  }

  /* ============ 4. 산업분류 2×3 → 세로 리스트 ============ */
  /* 모바일: 마지막 산업(광산) 아래 80px 여백 유지 (데스크톱 base 에서는 제거) */
  .page-works-landing .wl-industry {
    padding-bottom: 80px;
  }
  .page-works-landing .wl-industry__row {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    border-top: none;
  }
  .page-works-landing .wl-industry__row:first-child .wl-industry__cell:first-child {
    border-top: 1px solid var(--wl-line);
  }
  .page-works-landing .wl-industry__cell {
    flex: none;
    width: 100%;
    height: 86px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    border-bottom: 1px solid var(--wl-line);
  }
  .page-works-landing .wl-industry__cell--mid {
    border-left: none;
    border-right: none;
  }
  .page-works-landing .wl-industry__label {
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 12px;
  }
  .page-works-landing .wl-industry__ko {
    font-size: 20px;
  }
  .page-works-landing .wl-industry__en {
    font-size: 13px;
  }
  /* 모바일: 클릭 시 뜨던 사진 카드 제거 */
  .page-works-landing .wl-industry__photo {
    display: none;
  }
  /* 모바일: 열림 상태여도 라벨은 흰색으로 바꾸지 않음(사진 배경 없음) */
  .page-works-landing .wl-industry__cell.is-open .wl-industry__ko {
    color: var(--wl-black);
  }
  .page-works-landing .wl-industry__cell.is-open .wl-industry__en {
    color: var(--wl-gray-666);
  }
  /* 열리면 헤더 아래 구분선 제거 → 구분선은 패널 하단으로 */
  .page-works-landing .wl-industry__cell.is-open {
    border-bottom-color: transparent;
  }
  /* 아코디언 arrow (우측) */
  .page-works-landing .wl-industry__arrow {
    display: block;
    flex: none;
    width: 24px;
    height: 24px;
    color: var(--wl-gray-999);
    transition:
      transform 0.3s ease,
      color 0.3s ease;
  }
  .page-works-landing .wl-industry__cell.is-open .wl-industry__arrow {
    transform: rotate(180deg);
    color: var(--wl-black);
  }
  /* 아코디언 패널 (학습 데이터 요약) — 열린 셀 바로 다음 형제 */
  .page-works-landing .wl-industry__panel {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 4px;
    transition:
      max-height 0.35s ease,
      opacity 0.3s ease,
      padding 0.3s ease;
  }
  /* 열리면 구분선을 헤더 아래(위치1)가 아니라 패널 콘텐츠 아래(위치2)로 이동 */
  .page-works-landing .wl-industry__cell.is-open + .wl-industry__panel {
    max-height: 260px;
    opacity: 1;
    padding: 0 4px 20px;
    border-bottom: 1px solid var(--wl-line);
  }
  .page-works-landing .wl-industry__panel-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--wl-gray-666);
  }

  /* ============ 5. 통계(다크) ============ */
  .page-works-landing .wl-stats {
    padding: 80px 0;
  }
  .page-works-landing .wl-stats__inner {
    gap: 40px;
  }
  .page-works-landing .wl-stats__title {
    font-size: clamp(24px, 6vw, 30px);
  }
  .page-works-landing .wl-stats__row {
    padding: 20px 0;
    gap: 16px;
  }
  .page-works-landing .wl-stats__label {
    font-size: 15px;
  }
  .page-works-landing .wl-stats__num {
    font-size: clamp(40px, 12vw, 64px);
  }

  /* ============ 6. AGENTIC — PDCA 원형 → 세로 스택 ============ */
  .page-works-landing .wl-agentic {
    /* PDCA 섹션 하단 여백 0 → 아래 도메인 섹션과의 간격을 80px 로 (기존 160px) */
    padding: 80px 0 0;
  }
  /* 100vh 섹션 분할은 데스크톱 전용 — 모바일은 자연 흐름 유지 */
  .page-works-landing .wl-stats,
  .page-works-landing .wl-agentic,
  .page-works-landing .wl-domain-section,
  .page-works-landing .wl-worky,
  .page-works-landing .wl-worky-features {
    min-height: 0;
    display: block;
  }
  .page-works-landing .wl-agentic__title {
    font-size: clamp(24px, 6vw, 30px);
  }
  /* PDCA: 절대배치 링 해체 → 중앙 락업 + 노드 2×2 + 카테고리 세로 리스트 */
  .page-works-landing .wl-pdca {
    position: static;
    width: auto;
    /* 데스크톱 max-width: calc(100% - 80px) 가 모바일에서 폭을 이중으로 줄여 좌측 쏠림 유발 → 해제 */
    max-width: none;
    height: auto;
    margin: 32px 20px 0;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  /* PDCA: 모바일도 원형 순환 레이아웃 유지 (데스크톱과 동일 구조를 폭에 맞춰 축소) */
  .page-works-landing .wl-pdca__circle {
    order: -1;
    position: relative;
    inset: auto;
    display: block;
    width: min(88vw, 360px);
    aspect-ratio: 1 / 1;
    margin: 0 auto 8px;
  }
  /* 점선 링 — 원 컨테이너 중앙에 맞춤 (모바일은 회전 정지) */
  /* 모바일도 PC 동일: 뒤 점선 링만 시계방향 회전 (transform 은 rotate 애니메이션 담당 → translate 미사용, left/top 9% 로 중앙 배치) */
  .page-works-landing .wl-pdca__dash {
    display: block;
    position: absolute;
    left: 9%;
    top: 9%;
    width: 82%;
    height: 82%;
    transform-origin: 50% 50%;
    animation: wlPdcaDashSpin 40s linear infinite;
  }
  /* 중앙 Agentic AI 락업 */
  .page-works-landing .wl-pdca__center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex: none;
    margin: 0;
    gap: 6px;
  }
  .page-works-landing .wl-pdca__center-en {
    font-size: clamp(20px, 6vw, 26px);
  }
  .page-works-landing .wl-pdca__center-logo {
    width: 100px;
    height: auto;
  }
  /* 노드 4개 — 링 위 대각선 위치(중심 정렬) */
  .page-works-landing .wl-pdca__node {
    position: absolute;
    left: auto;
    top: auto;
    width: clamp(78px, 24vw, 96px);
    height: clamp(78px, 24vw, 96px);
    padding: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .page-works-landing .wl-pdca__node--plan {
    left: 21%;
    top: 21%;
  }
  .page-works-landing .wl-pdca__node--do {
    left: 79%;
    top: 21%;
  }
  .page-works-landing .wl-pdca__node--check {
    left: 79%;
    top: 79%;
  }
  .page-works-landing .wl-pdca__node--act {
    left: 21%;
    top: 79%;
  }
  .page-works-landing .wl-pdca__node.is-cycle {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .page-works-landing .wl-pdca__node-en {
    font-size: clamp(16px, 4.6vw, 20px);
  }
  .page-works-landing .wl-pdca__node-ko {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  /* 화살표 — 링 4방향 중점, 시계방향 흐름(→ ↓ ← ↑) */
  .page-works-landing .wl-pdca__arrow {
    display: inline-flex;
    position: absolute;
  }
  .page-works-landing .wl-pdca__arrow svg {
    width: 11px;
    height: 22px;
  }
  .page-works-landing .wl-pdca__arrow--t {
    left: 50%;
    top: 9%;
    transform: translate(-50%, -50%);
  }
  .page-works-landing .wl-pdca__arrow--r {
    left: 91%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .page-works-landing .wl-pdca__arrow--b {
    left: 50%;
    top: 91%;
    transform: translate(-50%, -50%) scaleX(-1);
  }
  .page-works-landing .wl-pdca__arrow--l {
    left: 9%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .page-works-landing .wl-pdca__cat {
    position: static;
    left: auto;
    top: auto;
    align-items: stretch;
    padding: 18px 0 18px 8px;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .page-works-landing .wl-pdca__cat .wl-pdca__rows {
    align-items: flex-start;
  }
  .page-works-landing .wl-pdca__cat-title {
    font-size: 20px;
  }
  .page-works-landing .wl-pdca__row {
    flex-wrap: wrap;
    gap: 6px 16px;
  }
  .page-works-landing .wl-pdca__item {
    font-size: 14px;
    white-space: normal;
  }

  /* AGENTIC 탭+패널 → 세로 (탭 가로 스크롤) */
  .page-works-landing .wl-agentic__detail {
    flex-direction: column;
    gap: 24px;
    margin-top: 80px;
  }
  .page-works-landing .wl-agentic__tabs {
    width: 100%;
  }
  .page-works-landing .wl-agentic__panel {
    min-height: 0;
  }
  .page-works-landing .wl-agentic__tablist {
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .page-works-landing .wl-agentic__tablist::-webkit-scrollbar {
    display: none;
  }
  .page-works-landing .wl-agentic__tablist li {
    padding: 8px 2px;
    font-size: 17px;
    white-space: nowrap;
  }
  .page-works-landing .wl-agentic__panel-title {
    font-size: clamp(24px, 6vw, 32px);
  }
  .page-works-landing .wl-agentic__panel-desc {
    font-size: 16px;
  }
  .page-works-landing .wl-agentic__panel-label {
    font-size: 16px;
  }
  .page-works-landing .wl-agentic__toggle {
    width: 100%;
    max-width: 320px;
    margin-top: 16px;
  }
  .page-works-landing .wl-media--vlm {
    margin-top: 24px;
    border-radius: 16px;
    height: auto;
  }

  /* ============ 7. 워키 인트로 → 세로 ============ */
  .page-works-landing .wl-worky__intro {
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    /* 캐릭터 아래 여백 축소 → 워키기능 제목과의 간격 80px 맞춤 */
    padding: 48px 0 40px;
  }
  /* 워키 섹션 하단 여백 0 → 아래 워키기능 제목과의 간격을 80px 로 */
  .page-works-landing .wl-worky {
    padding-bottom: 0;
  }
  /* 상단 큰 문구 → 한 줄(br 숨김), 하단 문구와 균일한 크기의 2줄 블록으로 합침 */
  .page-works-landing .wl-worky__lead {
    position: static;
    transform: none;
    order: 1;
    font-size: clamp(22px, 5.6vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
    white-space: normal;
  }
  .page-works-landing .wl-worky__lead br {
    display: none;
  }
  /* 하단 문구를 캐릭터 위로 이동 + 제목·마크를 한 줄로 → 상단 문구와 같은 크기의 한 덩어리 */
  .page-works-landing .wl-worky__lead-right {
    position: static;
    transform: none;
    order: 2;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.3em;
  }
  .page-works-landing .wl-worky__char {
    order: 3;
    width: min(78vw, 360px);
    height: auto;
    margin-top: 12px;
  }
  .page-works-landing .wl-worky__lead-title {
    font-size: clamp(22px, 5.6vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }
  .page-works-landing .wl-worky__lead-mark {
    font-size: clamp(22px, 5.6vw, 30px);
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
    padding: 6px 14px;
    border-radius: 12px;
  }

  /* ============ 8. 워키 기능 카드 2×2 → 1열 ============ */
  .page-works-landing .wl-worky-features {
    /* 세로 margin 제거 → 상하 여백은 padding 80px 로 통일 (가로 auto 유지) */
    margin: 0 auto;
    /* 위 워키 섹션과의 간격을 80px 로 (상단 여백 0) */
    padding-top: 0;
  }
  .page-works-landing .wl-worky-features__title {
    font-size: clamp(24px, 6vw, 30px);
  }
  .page-works-landing .wl-worky-features__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }
  .page-works-landing .wl-worky-features__card {
    height: auto;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 22px 0;
  }
  .page-works-landing .wl-worky-features__icon {
    width: 76px;
    height: 76px;
  }
  .page-works-landing .wl-worky-features__card-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .page-works-landing .wl-worky-features__card-desc {
    font-size: 14px;
  }

  /* ============ 9. 뉴스룸 (PRESS 에디토리얼 그리드: ≤1023 → 2단) ============ */
  .page-works-landing .wl-newsroom {
    /* 상단 여백 0 → 위 워키기능 섹션과의 간격을 80px 로 (기존 160px). 하단 80px 유지 */
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .page-works-landing .wl-newsroom__head {
    margin-bottom: 32px;
  }
  .page-works-landing .wl-newsroom__title {
    font-size: clamp(26px, 7vw, 36px);
  }
  /* 모바일 뉴스룸: 4칸 그리드 → 가로 캐러셀(스와이프 + 도트) */
  .page-works-landing .wl-newsroom__grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* 카드 시작점을 제목의 좌측 여백(20px)에 맞춤. 우측은 스크롤 여지로 20px 유지 */
    padding: 0 20px;
  }
  .page-works-landing .wl-newsroom__grid::-webkit-scrollbar {
    display: none;
  }
  .page-works-landing .wl-newsroom__card {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }
  /* 도트 인디케이터 (모바일 전용, JS가 생성) */
  .page-works-landing .wl-newsroom__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }
  .page-works-landing .wl-newsroom__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--wl-line, #ddd);
    cursor: pointer;
    transition: background 0.25s ease, width 0.25s ease;
  }
  .page-works-landing .wl-newsroom__dot.is-active {
    width: 20px;
    border-radius: 4px;
    /* 히어로 카드 도트와 톤 통일 — 파랑 대신 무채색(검정 계열) */
    background: var(--wl-black, #000);
  }

  /* ============ 10. 하단 CTA 배너 ============ */
  .page-works-landing .wl-cta {
    height: auto;
    padding: 76px 20px;
  }
  .page-works-landing .wl-cta__inner {
    gap: 28px;
  }
  .page-works-landing .wl-cta__title {
    font-size: clamp(22px, 6vw, 30px);
  }
  .page-works-landing .wl-cta__btn {
    width: 100%;
    max-width: 400px;
    padding: 20px 24px;
    border-radius: 20px;
  }
  .page-works-landing .wl-cta__btn-text {
    font-size: 17px;
    white-space: normal;
  }
  .page-works-landing .wl-cta__arrow {
    width: 48px;
    height: 48px;
  }
}

/* ============ 소형 폰 (≤429) 미세 조정 ============ */
@media screen and (max-width: 429px) {
  .page-works-landing .wl-hero__black {
    padding-top: 96px;
  }
  .page-works-landing .wl-worky-features__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  /* 뉴스룸: 소형 폰에서는 카드 폭 살짝 넓혀 한 장 위주 */
  .page-works-landing .wl-newsroom__card {
    flex-basis: 82%;
  }
}
