/* =====================================================
   기획전 공통 슬라이드 스타일 (MO)
   prefix "promo-" / 운영 CSS 충돌 방지
   * 폰트(Pretendard)는 운영 fonts.css에서 로드됨
===================================================== */

:root {
  --promo-black:   #1d1d1d;
  --promo-gray:    #555555;
  --promo-muted:   #999999;
  --promo-border:  #e5e5e5;
  --promo-bg:      #ffffff;
  --promo-bg-alt:  #f5f5f5;
  --promo-lime:    #5BA9E6;
  --promo-dark:    #111111;
  --promo-font:    'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  --promo-font-en: 'GeneralSans', 'Pretendard Variable', Pretendard, -apple-system, system-ui, sans-serif;
  --promo-lh:      1.5;
  --safe-b:      env(safe-area-inset-bottom, 0px);
}

.promo-page *,
.promo-page *::before,
.promo-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  /* 운영 CSS 폰트 오버라이드 방지 */
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
}

.promo-page {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: var(--promo-lh);
  color: var(--promo-black);
  background: var(--promo-bg);
  width: 100%;
  overflow-x: hidden;
}

.promo-img {
  background: #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.promo-img::after {
  content: attr(data-alt);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #aaa;
  position: absolute;
}
.promo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* 이미지 있을 때 placeholder 텍스트 숨김 */
.promo-img:has(img)::after { display: none; }


/* =====================================================
   §1  HERO
===================================================== */
.promo-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100vh;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  overflow: hidden;
}

.promo-hero__bg {
  position: absolute;
  inset: -6% 0;
  will-change: transform;
}
.promo-hero__bg .promo-img { width: 100%; height: 100%; background: #1a1a1a; }
.promo-hero__bg .promo-img::after { content: 'MAIN VISUAL'; color: #444; }
.promo-hero__bg .promo-img:has(img[src]:not([src=""]))::after { display: none; }

.promo-hero__overlay {
  display: none;
  z-index: 1;
}

.promo-hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 24px;
  width: 100%;
}

.promo-hero__eyebrow {
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(14px);
  animation: promoFadeUp 0.9s ease forwards 0.2s;
}

.promo-hero__name {
  font-family: var(--promo-font-en);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  animation: promoFadeUp 1s ease forwards 0.4s;
}

.promo-hero__sub {
  font-family: var(--promo-font-en);
  font-size: 13px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.38);
  margin-top: 10px;
  opacity: 0;
  transform: translateY(14px);
  animation: promoFadeUp 0.9s ease forwards 0.6s;
}

.promo-hero__rule {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.22);
  margin: 28px auto;
  opacity: 0;
  animation: promoFadeIn 0.8s ease forwards 0.82s;
}

.promo-hero__tagline {
  font-family: var(--promo-font);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0;
  transform: translateY(14px);
  animation: promoFadeUp 0.9s ease forwards 1s;
}

.promo-hero__scroll { display: none; }


/* =====================================================
   §2  INTRO
===================================================== */
.promo-intro {
  padding: 80px 24px 72px;
  text-align: center;
}

.promo-intro__chip {
  display: inline-block;
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--promo-muted);
  margin-bottom: 40px;
}

.promo-intro__heading {
  font-family: var(--promo-font-en);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--promo-black);
  margin-bottom: 16px;
}

.promo-intro__copy {
  font-size: 15px;
  color: var(--promo-gray);
  line-height: var(--promo-lh);
  text-align: center;
  letter-spacing: -0.2px;
}
.promo-intro__copy p + p { margin-top: 16px; }

.promo-intro__quote {
  margin-top: 48px;
  font-size: 15px;
  font-weight: 500;
  color: var(--promo-black);
}


/* =====================================================
   §2.5  EVENT — 오픈 기념 특별 혜택 (텍스트 / 상하 라인)
===================================================== */
.promo-event {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  background: #5BA9E6;
  padding: 56px 24px;
  text-align: center;
}

.promo-event__title {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin-bottom: 28px;
}

.promo-event__list {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', sans-serif;
  max-width: 420px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.25);
}

.promo-event__row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.promo-event__label {
  flex: 0 0 60px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.promo-event__value {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #000000;
}

.promo-event__note {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
}


/* =====================================================
   §3  FEATURES — SWIPER (모바일: 1장씩 스와이프)
===================================================== */
.promo-features {
  background: var(--promo-bg-alt);
  padding: 64px 0 0;
}

.promo-features__head { padding: 0 24px 36px; }

.promo-features__tag {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--promo-muted);
  margin-bottom: 12px;
}

.promo-features__title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--promo-black);
}

/* Swiper 컨테이너 */
.promo-fg.swiper {
  overflow: visible;
  padding: 0 0 64px !important;
}

.promo-fg .swiper-slide {
  width: calc(100% - 48px);
  margin-left: 24px;
}
.promo-fg .swiper-slide:last-child { margin-right: 24px; }

/* 피처 카드 — 세로형 */
.promo-fg__card {
  display: flex;
  flex-direction: column;
  background: var(--promo-bg);
}

.promo-fg__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}
.promo-fg__img .promo-img { width: 100%; height: 100%; background: #d8d8d8; }

.promo-fg__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
}

.promo-fg__num {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--promo-muted);
  margin-bottom: 8px;
}

.promo-fg__en {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--promo-black);
  white-space: nowrap;
}

.promo-fg__kr {
  font-size: 14px;
  color: var(--promo-gray);
  margin-top: 6px;
  margin-bottom: 12px;
}

.promo-fg__desc {
  font-size: 13.5px;
  color: var(--promo-gray);
  line-height: 1.55;
  margin-bottom: 16px;
}

.promo-fg__spec {
  padding-top: 16px;
  border-top: 1px solid var(--promo-border);
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.promo-fg__spec-label {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--promo-muted);
}

.promo-fg__spec-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--promo-black);
}

/* 피처 스와이퍼 페이지네이션 */
.promo-fg-pagi {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 24px 48px;
}
.promo-fg-pagi .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--promo-border);
  opacity: 1;
  transition: all 0.3s;
}
.promo-fg-pagi .swiper-pagination-bullet-active {
  background: var(--promo-black);
  width: 22px;
  border-radius: 3px;
}


/* =====================================================
   §4  GALLERY SWIPER  (연출컷)
===================================================== */
.promo-gallery {
  background: var(--promo-dark);
  padding: 64px 0 56px;
  overflow: hidden;
}

.promo-gallery__head {
  padding: 0 24px 36px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.promo-gallery__tag {
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.28);
  margin-bottom: 10px;
}

.promo-gallery__title {
  font-family: var(--promo-font-en);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.promo-gallery-ctrl { display: flex; gap: 10px; }

.promo-gallery-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}
.promo-gallery-btn:active { background: rgba(255,255,255,0.1); }
.promo-gallery-btn svg { width: 18px; height: 18px; }
.promo-gallery-btn svg path { stroke: rgba(255,255,255,0.6); stroke-width: 1.4; fill: none; }
.promo-gallery-btn.swiper-button-disabled { opacity: 0.2; pointer-events: none; }

.promo-gallery-swiper.swiper {
  overflow: visible;
  padding: 0 0 0 24px !important;
}

.promo-gallery-swiper .swiper-slide {
  width: 72vw;  /* 고정 너비 → 옆 이미지 peek */
}

.promo-gallery-slide {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.promo-gallery-slide .promo-img { width: 100%; height: 100%; background: #2a2a2a; }

.promo-gallery-pagi {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 28px;
  padding: 0 24px;
}
.promo-gallery-pagi .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  opacity: 1;
  transition: all 0.3s;
}
.promo-gallery-pagi .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 3px;
}


/* =====================================================
   §5  STATS
===================================================== */
.promo-stats {
  background: var(--promo-dark);
  padding: 24px 0 64px;
  position: relative;
  overflow: hidden;
}

.promo-stats::before {
  content: 'ORL';
  font-family: var(--promo-font-en);
  font-size: 52vw;
  font-weight: 600;
  color: rgba(255,255,255,0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.promo-stats__inner { position: relative; z-index: 1; }

.promo-stats__tag {
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.22);
  text-align: center;
  margin-bottom: 52px;
}

.promo-stats__grid { display: grid; grid-template-columns: 1fr; }

.promo-stat {
  background: var(--promo-dark);
  padding: 48px 32px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.promo-stat:last-child { border-bottom: none; }

.promo-stat__num {
  font-family: var(--promo-font-en);
  font-size: 72px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
}

.promo-stat__unit {
  font-size: 0.42em;
  vertical-align: super;
  font-weight: 400;
  line-height: 1;
}

.promo-stat__label-en {
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.28);
  margin-top: 20px;
  margin-bottom: 8px;
}

.promo-stat__label-kr {
  font-size: 15px;
  color: rgba(255,255,255,0.48);
  line-height: var(--promo-lh);
}


/* =====================================================
   §6  COMPARISON
===================================================== */
.promo-compare {
  background: var(--promo-dark);
  padding: 64px 16px 32px;
}

.promo-compare__tag {
  font-family: var(--promo-font-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: rgba(255,255,255,0.22);
  margin-bottom: 40px;
  padding: 0 8px;
}

.promo-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.promo-ccard {
  background: #1c1c1c;
  padding: 20px 18px 28px;
  position: relative;
}

.promo-ccard--active {
  outline: 2px solid var(--promo-lime);
  outline-offset: 0;
  background: #1a1a1a;
}

.promo-ccard__badge {
  display: inline-block;
  font-family: var(--promo-font-en);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--promo-dark);
  background: var(--promo-lime);
  padding: 3px 8px;
  margin-bottom: 16px;
}
.promo-ccard__badge--empty { visibility: hidden; }

.promo-ccard__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.promo-ccard__img .promo-img { width: 100%; height: 100%; background: #2c2c2c; }
.promo-ccard--active .promo-ccard__img .promo-img { background: #282828; }

.promo-ccard__name {
  font-family: var(--promo-font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  white-space: nowrap;
}

.promo-ccard__specs { display: flex; flex-direction: column; }

.promo-ccard__row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.promo-ccard__row:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }

.promo-ccard__key {
  font-family: var(--promo-font-en);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.3);
}

.promo-ccard__val {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: var(--promo-lh);
}

.promo-ccard--active .promo-ccard__val { color: rgba(255,255,255,0.85); }

.promo-ccard__val--new {
  color: var(--promo-lime) !important;
  font-weight: 500;
}


/* =====================================================
   §7  CTA BANNER
===================================================== */
.promo-cta {
  background: var(--promo-lime);
  padding: 48px 24px calc(48px + var(--safe-b));
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.promo-cta__headline {
  font-family: var(--promo-font-en);
  font-size: clamp(26px, 7vw, 40px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--promo-dark);
}

.promo-cta__sub {
  font-size: 15px;
  color: rgba(0,0,0,0.52);
  margin-top: 10px;
  line-height: var(--promo-lh);
}

.promo-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--promo-dark);
  color: #fff;
  font-family: var(--promo-font-en);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 18px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
.promo-cta__btn:active { background: #333; }
.promo-cta__btn svg { width: 18px; height: 18px; }
.promo-cta__btn svg path { stroke: #fff; stroke-width: 1.5; fill: none; }


/* =====================================================
   ANIMATIONS & REVEAL
===================================================== */
@keyframes promoFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes promoFadeIn {
  to { opacity: 1; }
}
@keyframes promoScrollPulse {
  0%,100% { opacity: 0.65; }
  50%      { opacity: 0.15; }
}

.promo-rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.promo-rv.--in { opacity: 1; transform: translateY(0); }
.promo-rv-d1 { transition-delay: 0.1s; }
.promo-rv-d2 { transition-delay: 0.2s; }
.promo-rv-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .promo-hero__eyebrow,
  .promo-hero__name,
  .promo-hero__sub,
  .promo-hero__rule,
  .promo-hero__tagline { animation: none; opacity: 1; transform: none; }
  .promo-rv { opacity: 1; transform: none; transition: none; }
}


/* =====================================================
   PROMO OVERRIDES — ultralight_dryex 기획전 수정사항 (MO)
   PC 버전과 동일 로직, 모바일 레이아웃에 맞게 조정
===================================================== */

/* §1 HERO — top_01 / top_02 크로스페이드 (grid 겹침, 기존 position 값 보존) */
/* .promo-hero__bg는 이미 position:absolute; inset:-6% 0; 로 정의되어 있어 position은 재선언하지 않음 */
.promo-hero__bg { display: grid; }
.promo-hero__slide {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
.promo-hero__slide.is-active { opacity: 1; }
.promo-hero__slide .promo-img { width: 100%; height: 100%; }
.promo-hero__slide .promo-img img,
.promo-hero__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 메인 타이틀 / 라인 컬러 — PC와 동일하게 블랙 */
.promo-hero__name { color: #000; }
.promo-hero__rule { background: #000; }
.promo-hero__tagline { color: #000; }

/* §3 FEATURES — 통이미지 2장, 토글 버튼 / 아이콘(이미지 위, 중앙 세로 정렬) / 2줄 설명(이미지 바깥) */
.promo-features { padding-top: 56px; }

.promo-fg__toggle {
  display: flex;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  padding: 4px;
  margin: 0 auto 28px;
  background: #fff;
  border-radius: 100px;
}
.promo-fg__toggle-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 100px;
  font-family: var(--promo-font);
  font-size: 13px;
  font-weight: 500;
  color: var(--promo-gray);
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
  /* 안드로이드 기본 탭 하이라이트(노란 테두리)/포커스 아웃라인 제거 */
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  user-select: none;
}
.promo-fg__toggle-btn:focus,
.promo-fg__toggle-btn:focus-visible,
.promo-fg__toggle-btn:active {
  outline: none;
  box-shadow: none;
}
.promo-fg__toggle-btn.is-active {
  background: var(--promo-black);
  color: #fff;
}

/* 아이콘: 이미지 위(오버레이), 하단 가운데 정렬, 가로 1열, 흰색 — 슬라이드별 세트 전환 */
.promo-fg__icons {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
}
.promo-fg__icons.is-active { display: flex; }
.promo-fg__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.promo-fg__icon-img { width: 36px; height: 36px; }
/* 이미지 위 오버레이이므로 흰색으로 표시 */
.promo-fg__icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.promo-fg__icon-label { font-size: 11px; color: #fff; text-align: center; white-space: nowrap; }

/* 슬라이드 이미지 — 정사각형(1:1), 페이드 전환을 위해 명시적 비율 지정(모바일은 카드 min-height가 없어 직접 지정) */
#jsPromoFgSwiper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0 !important;
}
/* swiper.css가 로드되지 않아 .swiper-wrapper/.swiper-slide에 height:100%가 없으므로
   height:100% 체인이 끊겨 이미지가 0px로 보이지 않던 문제 — 명시적으로 채워줌 */
#jsPromoFgSwiper .swiper-wrapper {
  position: relative;
  height: 100%;
}
/* fade 효과는 두 슬라이드가 완전히 같은 자리에 겹쳐 있어야 opacity 전환으로 보이는데,
   swiper.css가 없어 슬라이드가 겹치지 않고 아래로 쌓여 항상 첫 번째 이미지만 보이던 문제
   — 슬라이드를 동일한 위치에 절대배치로 겹쳐줌 */
#jsPromoFgSwiper .swiper-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* Swiper의 fade+crossFade가 겹침 레이아웃이 깨진 상태에서 진행률(progress)을 잘못 계산해
   비활성 슬라이드가 완전히 사라지지 않고 반투명하게 남아 뒤 이미지가 비쳐 보이는 문제
   — JS의 opacity 계산을 무시하고 CSS로 완전히 0/1 이진 전환 강제 */
#jsPromoFgSwiper .swiper-slide {
  opacity: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  transition: opacity 0.5s ease !important;
}
#jsPromoFgSwiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}
.promo-fg__card--full { position: relative; width: 100%; height: 100%; overflow: hidden; }
.promo-fg__img--full { position: absolute; inset: 0; }
.promo-fg__img--full img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 2줄 설명 — 이미지 바깥(아래), 15px, 가운데 정렬 */
.promo-fg__desc-outer {
  padding: 24px 24px 48px;
  text-align: center;
}
.promo-fg__tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--promo-muted);
  margin-bottom: 8px;
}
.promo-fg__desc-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--promo-black);
  margin-bottom: 6px;
}
.promo-fg__desc-sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--promo-gray);
  line-height: 1.5;
}

/* §4 COMPARISON — 울트라 라이트 vs 드라이엑스 (기존 다크 promo-ccard 디자인 유지, 내용만 교체) */
.promo-compare__tag {
  text-align: center;
  font-family: var(--promo-font);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
.promo-ccard--active { outline: none; background: #1c1c1c; }
.promo-ccard { text-align: center; }
/* 모바일은 세로형(포트레이트) 이미지(f_01_m/f_02_m, 1080x1280)로 교체 → 비율도 세로형으로 */
.promo-ccard__img { aspect-ratio: 1080 / 1280; }
.promo-ccard__tag-en {
  font-family: var(--promo-font-en);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: rgba(255,255,255,0.4);
  margin-top: -12px;
  margin-bottom: 16px;
}
.promo-ccard__row--full { display: block; }
.promo-ccard__val--new { color: rgba(255,255,255,0.6) !important; font-weight: 400; }

/* 표 본문 — 텍스트(행) 간 간격은 넓게, 텍스트 자체 줄간격은 좁게, 폰트는 더 작게 */
.promo-ccard__row { padding: 15px 0; gap: 1px; }
.promo-ccard__specs { gap: 0; }
.promo-ccard__val { font-size: 12px; line-height: 1.3; }
