/**
 * MUAH homepage renewal — layout (Figma 172-1566)
 * Scoped to body.renewal. Requires tokens.css + components.css.
 */

body.renewal {
  background: var(--muah-bg-page);
  color: var(--muah-text);
  font-family: var(--muah-font);
}

body.renewal .renewal-inner {
  width: var(--muah-inner-width);
  max-width: var(--muah-inner-max);
  margin: 0 auto;
}

/* ── Header: dark = solid black, light = solid white ── */
body.renewal #header:not(.hd--light) {
  height: var(--muah-header-h);
  background: var(--muah-header-dark-bg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.renewal #header.hd--light {
  height: var(--muah-header-h);
  background: var(--muah-header-light-bg);
}

body.renewal #header .inner {
  max-width: none;
}

body.renewal #header .side .hd_btn {
  display: none;
}

body.renewal #header:not(.hd--light) .menu > li > a,
body.renewal #header:not(.hd--light) .drop .pc_only a:not(.muah-btn) {
  color: var(--muah-white);
}

/* 언어 선택 — dark header */
body.renewal #header:not(.hd--light) .lang-renewal,
body.renewal #header:not(.hd--light) .lang-renewal__toggle {
  color: var(--muah-white);
}

body.renewal #header:not(.hd--light) .lang-renewal__toggle:hover,
body.renewal #header:not(.hd--light) .lang-renewal.is-open .lang-renewal__toggle {
  color: var(--muah-white);
  opacity: 0.92;
}

body.renewal #header:not(.hd--light) .lang-renewal .langmenu {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

body.renewal #header:not(.hd--light) .lang-renewal .langmenu a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}

body.renewal #header:not(.hd--light) .lang-renewal .langmenu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--muah-white);
}

body.renewal #header:not(.hd--light) .lang-renewal .langmenu a.active {
  background: rgba(255, 255, 255, 0.14);
  color: var(--muah-white);
  font-weight: 700;
}

body.renewal #header:not(.hd--light) .muah-btn--outline {
  background: var(--muah-white);
  color: var(--muah-black);
  border-color: var(--muah-white);
}

body.renewal #header:not(.hd--light) .muah-btn--outline:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--muah-black);
  border-color: rgba(255, 255, 255, 0.9);
}

body.renewal #header:not(.hd--light) .muah-btn--primary {
  background: var(--muah-black);
  color: var(--muah-white);
  border-color: var(--muah-white);
}

body.renewal #header:not(.hd--light) .muah-btn--primary:hover {
  background: var(--muah-black);
  color: var(--muah-white);
  border-color: var(--muah-white);
}

/* ── 01 Hero: black band (615) + photo (1080) + gradient bridge ── */
.renewal-hero {
  position: relative;
  background: var(--muah-black);
  text-align: center;
  overflow: hidden;
}

.renewal-hero__band {
  position: relative;
  z-index: 0;
  height: var(--muah-hero-black-h);
  background: var(--muah-black);
}

.renewal-hero__media {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: var(--muah-hero-photo-aspect);
  height: auto;
}

/* 카피 영역 하단까지 검은 그라데이션 — black-h와 동기화 */
.renewal-hero__media::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(var(--muah-hero-black-h) + var(--muah-hero-photo-fade-ext));
  background: var(--muah-hero-photo-fade);
  z-index: 2;
  pointer-events: none;
}

.renewal-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* 사진 하단 → 페인포인트(#1a2330) 브리지 */
.renewal-hero__media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--muah-hero-bottom-fade-h);
  background: var(--muah-hero-overlay-bottom);
  z-index: 2;
  pointer-events: none;
}

.renewal-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.renewal-hero__bg img {
  width: 112%;
  height: 100%;
  max-width: none;
  margin-left: -6%;
  object-fit: cover;
  object-position: center var(--muah-hero-photo-object-y);
  display: block;
}

@media (min-width: 861px) {
  .renewal-hero__media {
    margin-top: calc(-1 * var(--muah-hero-photo-pull-up));
  }
}

.renewal-hero__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--muah-hero-black-h);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: var(--muah-white);
  padding: 0 24px var(--muah-hero-copy-offset);
  box-sizing: border-box;
  pointer-events: none;
}

.renewal-hero__inner a {
  pointer-events: auto;
}

/* Hero copy: renewal breakpoint 860px (base.css mo_only kicks in at 899px) */
@media (min-width: 861px) {
  body.renewal .renewal-hero .mo_only {
    display: none;
  }
}

.renewal-hero__eyebrow {
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: var(--muah-text-hero-sub);
  margin: 0 0 22px;
}

.renewal-hero__title {
  font-weight: 600;
  font-size: clamp(32px, 4.6vw, 84px);
  line-height: 1.33;
  letter-spacing: -0.01em;
  margin: 0 0 40px;
}

.renewal-hero__cta .muah-btn {
  height: 58px;
  padding: 0 36px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  border-radius: 40px;
}

.renewal-hero__cta {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.renewal-hero__cta .muah-btn--primary {
  background: var(--muah-white);
  color: var(--muah-text);
  border-color: var(--muah-white);
}

.renewal-hero__cta .muah-btn--primary:hover {
  background: var(--muah-header-cta-hover, #503de0);
  color: var(--muah-white, #fff);
  border-color: var(--muah-header-cta-hover, #503de0);
}

/* Sticky pill — CTA 하단 + 230px (카피 위치는 건드리지 않음) */
/* Floating CTA pill — 기본 숨김, 스크롤 시 하단에 노출 (JS 토글) */
.renewal-floating-cta {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(24px);
  z-index: 90;
  width: calc(100% - 40px);
  max-width: 708px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
}

.renewal-floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.sticky-bar-renewal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 11px 11px 34px;
  background: var(--muah-sticky-bg);
  -webkit-backdrop-filter: var(--muah-sticky-blur);
  backdrop-filter: var(--muah-sticky-blur);
  box-shadow: var(--muah-sticky-shadow);
  border-radius: var(--muah-radius-sticky);
}

.sticky-bar-renewal p {
  margin: 0;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--muah-text-nav);
}

.sticky-bar-renewal .muah-btn {
  flex-shrink: 0;
  background: var(--muah-text-nav);
  color: var(--muah-white);
  border-color: var(--muah-text-nav);
  height: 50px;
  padding: 0 28px;
  border-radius: 29px;
  font-size: clamp(15px, 1.1vw, 18px);
}

.sticky-bar-renewal .muah-btn:hover {
  background: #000;
}

/* ── EN — mobile copy tuning only (PC: @media min 861 below) ── */
@media (max-width: 860px) {
  html[lang="en"] body.renewal .renewal-hero__eyebrow {
    font-size: clamp(14px, 1.05vw, 18px);
    line-height: 1.45;
    max-width: 720px;
    margin-bottom: 16px;
  }

  html[lang="en"] body.renewal .renewal-hero__title {
    font-size: clamp(22px, 2.8vw, 56px);
    line-height: 1.22;
    max-width: 1040px;
    margin-bottom: 28px;
  }

  html[lang="en"] body.renewal .renewal-section__head h2,
  html[lang="en"] body.renewal .renewal-org__body h2,
  html[lang="en"] body.renewal .renewal-emotion h2,
  html[lang="en"] body.renewal .renewal-welfare h2,
  html[lang="en"] body.renewal .renewal-brochure__intro h2 {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.28;
  }

  html[lang="en"] body.renewal .renewal-feature__body h3 {
    font-size: clamp(26px, 2.5vw, 38px);
    line-height: 1.32;
  }

  html[lang="en"] body.renewal .sticky-bar-renewal p {
    font-size: clamp(14px, 1vw, 17px);
    line-height: 1.4;
  }
}

/* ── EN PC typography — Figma EN frame (884-57), Pretendard ── */
@media (min-width: 861px) {
  html[lang="en"] body.renewal .renewal-hero__eyebrow {
    font-family: var(--muah-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.01em;
    max-width: none;
    margin-bottom: 20px;
  }

  html[lang="en"] body.renewal .renewal-hero__title {
    font-family: var(--muah-font);
    font-size: clamp(36px, 4.6vw, 84px);
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.01em;
    max-width: none;
    margin-bottom: 32px;
  }

  html[lang="en"] body.renewal .renewal-hero__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 var(--muah-hero-copy-pad-x) 56px;
    box-sizing: border-box;
  }

  html[lang="en"] body.renewal .renewal-section__head h2,
  html[lang="en"] body.renewal .renewal-install .renewal-section__head h2,
  html[lang="en"] body.renewal .renewal-news .renewal-section__head h2 {
    font-family: var(--muah-font);
    font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-pain .renewal-section__head h2 {
    font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
    line-height: 1.41;
  }

  html[lang="en"] body.renewal .renewal-feature .renewal-section__head h2 {
    font-weight: 700;
  }

  html[lang="en"] body.renewal .renewal-install .renewal-section__head h2 {
    font-weight: 700;
  }

  html[lang="en"] body.renewal .renewal-news .renewal-section__head h2 {
    font-weight: 700;
  }

  html[lang="en"] body.renewal .renewal-org__body h2 {
    font-size: clamp(var(--muah-title-md), 3.2vw, 60px);
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-emotion h2 {
    font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
    font-weight: 700;
    line-height: 1.40625;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-welfare h2 {
    font-size: clamp(28px, 3.4vw, 64px);
    font-weight: 700;
    line-height: 1.40625;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-brochure__intro h2 {
    font-size: clamp(36px, 3.2vw, 50px);
    font-weight: 600;
    line-height: 1.36;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-brochure__intro p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-org__body p {
    font-size: var(--muah-body-md, 18px);
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -0.01em;
  }

  html[lang="en"] body.renewal .renewal-emotion p {
    font-size: var(--muah-emotion-body-size, 21px);
    font-weight: 500;
    line-height: var(--muah-emotion-body-lh, 34px);
    letter-spacing: -0.03em;
  }

  html[lang="en"] body.renewal .renewal-welfare p {
    font-size: 21px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.03em;
  }

  html[lang="en"] body.renewal .renewal-feature__body h3 {
    font-family: var(--muah-font);
    font-size: var(--muah-en-feature-title-pc, 38px);
    font-weight: 700;
    line-height: var(--muah-en-feature-title-pc-lh, 60px);
    letter-spacing: -0.01em;
    color: rgba(var(--muah-text-rgb), 0.9);
  }

  html[lang="en"] body.renewal .renewal-feature__body p {
    font-family: var(--muah-font);
    font-size: var(--muah-feature-body-pc, 24px);
    font-weight: 500;
    line-height: var(--muah-feature-body-pc-lh, 38px);
    letter-spacing: -0.03em;
    color: var(--muah-feature-body-pc-color);
  }

  html[lang="en"] body.renewal .renewal-feature__step {
    font-family: var(--muah-font);
    font-size: var(--muah-feature-step, 18px);
    font-weight: 600;
    line-height: var(--muah-feature-step-lh, 20px);
    letter-spacing: -0.03em;
  }

  html[lang="en"] body.renewal .renewal-pain__card strong {
    font-size: 30px;
    line-height: 1.4;
  }

  html[lang="en"] body.renewal .renewal-pain__card p {
    font-size: 20px;
    line-height: 1.55;
  }

  html[lang="en"] body.renewal .renewal-install__title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
  }

  html[lang="en"] body.renewal .renewal-install__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }

  html[lang="en"] body.renewal .sticky-bar-renewal p {
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.4;
    max-width: none;
  }
}

/* ── Sections common ── */
.renewal-section {
  padding: 140px 0;
}

.renewal-section--gray {
  background: var(--muah-bg-section);
}

.renewal-section__head {
  text-align: center;
  margin-bottom: 72px;
}

.renewal-section__head .section-badge {
  margin-bottom: 24px;
}

.renewal-section__head h2 {
  font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--muah-text);
}

.renewal-section__head p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--muah-text-muted);
  max-width: 860px;
  margin: 20px auto 0;
}

/* ── 02 Pain points — hero 하단과 #1a2330으로 이어짐 ── */
.renewal-pain {
  position: relative;
  padding: 140px 0 160px;
  margin-top: -2px;
  background-color: #000000;
  background-image: url('/img/renewal/pain/main_back_gradient.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

/* 상단 — 히어로 검정 그라데이션과 이어지는 블랙 브리지 (라벤더/화이트 글로우 없음) */
.renewal-pain::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 260px;
  background: linear-gradient(
    180deg,
    #000000 0%,
    #000000 45%,
    rgba(0, 0, 0, 0.9) 62%,
    rgba(0, 0, 0, 0.55) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.renewal-pain > .renewal-inner {
  position: relative;
  z-index: 1;
}

.renewal-pain .renewal-section__head h2 {
  color: var(--muah-white);
  font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
  font-weight: 600;
  line-height: 1.41;
}

.renewal-pain .renewal-inner {
  margin-bottom: 64px;
}

/* 데스크톱: 3열 그리드 (기존 레이아웃) */
.renewal-pain__marquee {
  width: 100%;
}

.renewal-pain__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}

.renewal-pain__group {
  display: contents;
}

.renewal-pain__group[aria-hidden="true"] {
  display: none;
}

/* 모바일: 가로 무한 스크롤 마퀴 */
@media (max-width: 860px) {
  .renewal-pain__marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  }

  .renewal-pain__track {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
    width: max-content;
    animation: renewal-pain-marquee 36s linear infinite;
    will-change: transform;
  }

  .renewal-pain__marquee:hover .renewal-pain__track {
    animation-play-state: paused;
  }

  .renewal-pain__group {
    display: flex;
    flex-shrink: 0;
    gap: 24px;
    padding-right: 24px;
  }

  .renewal-pain__group[aria-hidden="true"] {
    display: flex;
  }

  .renewal-pain__card {
    flex: 0 0 auto;
    min-height: auto;
    height: auto;
    width: min(318px, 72vw);
    padding: var(--muah-m-pain-card-pad-top, 28px) var(--muah-m-pain-card-pad-x, 28px) var(--muah-m-pain-card-pad-bottom, 20px);
    font-weight: 400;
  }

  .renewal-pain__card strong {
    position: relative;
    z-index: 1;
    display: block;
    font-family: var(--muah-font);
    font-size: var(--muah-m-pain-card-title, 20px);
    font-weight: 700;
    line-height: var(--muah-m-pain-card-title-lh, 28px);
    letter-spacing: -0.01em;
    text-align: left;
    background: linear-gradient(180deg, #8ff8fb 0%, #ffd8f9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .renewal-pain__card p {
    position: relative;
    z-index: 1;
    margin: var(--muah-m-pain-card-title-body-gap, 32px) 0 0;
    font-family: var(--muah-font);
    font-size: var(--muah-m-pain-body, 15px);
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    font-synthesis-weight: none;
    line-height: var(--muah-m-pain-body-lh, 24px);
    letter-spacing: -0.02em;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
  }
}

@keyframes renewal-pain-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 860px) {
  .renewal-pain__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: var(--muah-inner-max);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .renewal-pain__group[aria-hidden="true"] {
    display: none;
  }

  .renewal-pain__marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.renewal-pain__card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 9px 30px rgba(107, 191, 255, 0.18);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

.renewal-pain__card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-radius: 0 0 20px 20px;
}

@media (min-width: 861px) {
  .renewal-pain__card {
    padding: 51px 48px 48px;
    min-height: 450px;
  }

  .renewal-pain__card strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    background: linear-gradient(180deg, #8ff8fb 0%, #ffd8f9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .renewal-pain__card p {
    position: relative;
    z-index: 1;
    margin: auto 0 0;
    padding-top: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
}

/* ── 03 Feature steps (alternating) ── */
.renewal-feature__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--muah-feature-col-gap);
  margin-bottom: 120px;
}

.renewal-feature .renewal-section__head {
  margin-bottom: 88px;
}

.renewal-feature__row:first-of-type {
  margin-top: 8px;
}

.renewal-feature__media {
  display: flex;
  justify-content: center;
}

.renewal-feature__media img {
  width: 100%;
  max-width: 544px;
  height: auto;
  display: block;
  border-radius: 20px;
  margin: 0 auto;
}

.renewal-feature__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 32px;
  padding: 0 16px;
  border-radius: 30px;
  border: 1px solid rgba(var(--muah-text-rgb), 0.2);
  font-family: var(--muah-font-display);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(var(--muah-text-rgb), 0.6);
  margin-bottom: 24px;
}

.renewal-feature__body h3 {
  font-size: var(--muah-title-md);
  font-weight: 600;
  color: rgba(var(--muah-text-rgb), 0.9);
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0 0 12px;
}

.renewal-feature__body p {
  font-size: var(--muah-body-md);
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.03em;
  color: rgba(var(--muah-text-rgb), 0.7);
  margin: 0;
}

@media (min-width: 861px) {
  .renewal-feature__step {
    font-family: var(--muah-font);
    font-size: var(--muah-feature-step, 18px);
    font-weight: 600;
    line-height: var(--muah-feature-step-lh, 20px);
    letter-spacing: -0.03em;
    text-align: center;
    padding: var(--muah-feature-step-pad-y, 8px) var(--muah-feature-step-pad-x, 15px);
    height: auto;
    min-width: 0;
    color: var(--muah-feature-step-color);
  }

  .renewal-feature__body p {
    font-family: var(--muah-font);
    font-size: var(--muah-feature-body-pc, 24px);
    font-weight: 500;
    line-height: var(--muah-feature-body-pc-lh, 38px);
    letter-spacing: -0.03em;
    color: var(--muah-feature-body-pc-color);
  }
}

/* ── 04 Org expand (Figma 131:188) ── */
.renewal-feature__row:last-child {
  margin-bottom: 0;
}

.renewal-feature__row--reverse .renewal-feature__media {
  order: 2;
}

.renewal-org {
  padding: 160px 0 80px;
  background: linear-gradient(180deg, #ffffff 0%, #d6f2ff 252px, #83d1f5 100%);
  overflow: hidden;
}

.renewal-org .renewal-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px 40px;
}

.renewal-org__body h2 {
  font-size: clamp(var(--muah-title-md), 3.2vw, 60px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: rgba(var(--muah-text-rgb), 1);
  margin: 0 0 32px;
}

.renewal-org__body p {
  font-size: var(--muah-body-md);
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.01em;
  color: rgba(var(--muah-text-rgb), 0.8);
  margin: 0;
}

.renewal-org__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: visible;
}

.renewal-org__media img {
  width: var(--muah-org-img-width, 148%);
  max-width: none;
  height: auto;
  display: block;
  flex-shrink: 0;
  margin-block: var(--muah-org-img-margin-block, -6%);
}

/* ── 05 Emotion — PC (861px+) ── */
.renewal-emotion {
  padding: 64px 0 0;
  background: var(--muah-org-sky-deep);
  text-align: center;
  overflow-x: clip;
  overflow-y: visible;
}

.renewal-emotion .section-badge {
  background: rgba(255, 255, 255, 0.55);
  color: #52add6;
  margin-bottom: 36px;
}

.renewal-emotion h2 {
  font-family: var(--muah-font);
  font-size: clamp(var(--muah-title-md), 3.4vw, 64px);
  font-weight: 700;
  line-height: 1.40625;
  letter-spacing: -0.01em;
  color: var(--muah-emotion-title-color);
  margin: 0 0 28px;
}

.renewal-emotion p {
  font-family: var(--muah-font);
  font-size: var(--muah-emotion-body-size);
  font-weight: 500;
  line-height: var(--muah-emotion-body-lh);
  letter-spacing: -0.03em;
  color: var(--muah-emotion-body-color);
  max-width: 860px;
  margin: 0 auto;
}

.renewal-emotion__media {
  position: relative;
  width: 100%;
  max-width: var(--muah-dashboard-img-w);
  margin: 0 auto;
}

.renewal-emotion__media picture,
.renewal-welfare__media picture {
  display: block;
  width: 100%;
}

.renewal-emotion__media img {
  width: 100%;
  max-width: var(--muah-dashboard-img-w);
  height: auto;
  display: block;
  border-radius: var(--muah-emotion-img-radius-pc);
}

@media (min-width: 861px) {
  .renewal-emotion {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--muah-emotion-pc-block-gap, 67px);
  }

  .renewal-emotion .renewal-inner {
    width: 100%;
  }
}

.renewal-emotion__media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--muah-emotion-bottom-fade-h);
  background: var(--muah-emotion-bottom-fade-grad);
  pointer-events: none;
}

/* ── 06 Welfare — PC (861px+) ── */
.renewal-welfare {
  padding: 100px 0 0;
  background: #1a1a1a;
  text-align: center;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

.renewal-welfare .section-badge {
  background: var(--muah-welfare-badge-bg);
  color: var(--muah-welfare-badge-text);
  margin-bottom: 28px;
}

.renewal-welfare h2 {
  font-family: var(--muah-font);
  font-size: clamp(28px, 3.4vw, 64px);
  font-weight: 700;
  line-height: 1.40625;
  letter-spacing: -0.01em;
  color: var(--muah-white);
  margin: 0 0 28px;
}

.renewal-welfare p {
  font-family: var(--muah-font);
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.8);
  max-width: 860px;
  margin: 0 auto;
}

.renewal-welfare__media {
  position: relative;
  width: 100%;
  max-width: var(--muah-dashboard-img-w);
  margin: 40px auto 0;
}

.renewal-welfare__blur {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(55%, 304px);
  min-height: 180px;
  background: #52a3ff;
  opacity: 0.4;
  filter: blur(135px);
  -webkit-filter: blur(135px);
  transform: translateZ(0);
  pointer-events: none;
}

.renewal-welfare__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--muah-dashboard-img-w);
  height: auto;
  display: block;
  border-radius: var(--muah-welfare-img-radius-pc);
}

.renewal-welfare::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 290px;
  background: linear-gradient(0deg, rgba(41, 41, 41, 0.46) 0%, rgba(41, 41, 41, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

/* ── 07 Install / operate ── */
@media (min-width: 861px) {
  .renewal-org .renewal-org__body {
    text-align: left;
  }

  .renewal-org__media {
    align-self: end;
    margin-top: var(--muah-org-img-offset-top, 48px);
  }
}

.renewal-install {
  position: relative;
  z-index: 1;
  padding: 160px 0 140px;
  background: var(--muah-white);
}

.renewal-install .renewal-section__head {
  margin-bottom: 56px;
}

.renewal-install .renewal-section__head h2 {
  font-weight: 600;
  margin-top: 0;
}

.renewal-install__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.renewal-install__card {
  border-radius: var(--muah-install-radius);
  overflow: hidden;
  position: relative;
  background: #1c1c1c;
}

.renewal-install__card img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

@media (min-width: 861px) {
  .renewal-install__grid {
    grid-template-columns: repeat(2, var(--muah-install-card-w, 616px));
    justify-content: center;
  }

  .renewal-install__card {
    width: var(--muah-install-card-w, 616px);
    height: var(--muah-install-card-h, 610px);
  }

  .renewal-install__card img {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}

.renewal-install__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 56px 56px 0;
  box-sizing: border-box;
  pointer-events: none;
}

.renewal-install__title {
  font-family: 'Pretendard', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 12px;
}

.renewal-install__desc {
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
}

.renewal-install__card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: var(--muah-install-fade-h, 230px);
  z-index: 1;
  pointer-events: none;
  border-radius: var(--muah-install-radius) var(--muah-install-radius) 0 0;
}

.renewal-install__card:nth-child(1)::before {
  background: var(--muah-install-1-grad);
}

.renewal-install__card:nth-child(2)::before {
  background: var(--muah-install-2-grad);
}

.renewal-install__card:nth-child(3)::before {
  background: var(--muah-install-3-grad);
  height: 257px;
}

.renewal-install .section-badge {
  background: var(--muah-install-badge-bg);
  color: var(--muah-install-badge-text);
}

.renewal-news .section-badge {
  background: var(--muah-news-badge-bg);
  color: var(--muah-news-badge-text);
}

.renewal-install__card:nth-child(4)::before {
  background: var(--muah-install-4-grad);
  height: 257px;
}

/* ── 08 News (Figma 322:2685 — 플랫 썸네일 + 텍스트, 카드 박스 없음) ── */
.renewal-news {
  padding: 170px 0 140px;
  background: var(--muah-news-bg);
}

.renewal-news .renewal-section__head {
  margin-bottom: 62px;
}

.renewal-news .renewal-section__head h2 {
  font-weight: 700;
  line-height: 1.40625;
  color: #222a38;
}

.renewal-news .renewal-section__head .section-badge {
  margin-bottom: 36px;
}

.renewal-news__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.renewal-news__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.renewal-news__item {
  display: flex;
  flex-direction: column;
}

.renewal-news__thumb {
  aspect-ratio: 301 / 190;
  border: 1px solid var(--muah-news-thumb-border);
  border-radius: var(--muah-news-thumb-radius);
  overflow: hidden;
  margin-bottom: 16px;
  transition: opacity 0.2s ease;
}

.renewal-news__link:hover .renewal-news__thumb {
  opacity: 0.92;
}

.renewal-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.renewal-news__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.renewal-news__tag {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: var(--muah-news-tag-color);
  text-transform: capitalize;
}

.renewal-news__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #282828;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.renewal-news__desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #282828;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.renewal-news__empty {
  text-align: center;
  color: var(--muah-text-muted);
}

/* ── 09 Brochure form ── */
.renewal-brochure {
  padding: 160px 0 var(--muah-brochure-pad-bottom);
  background: #ffffff;
}

.renewal-brochure__intro {
  padding-top: 20px;
  text-align: left;
}

.renewal-brochure__intro h2 {
  font-size: clamp(36px, 3.2vw, 50px);
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: #222A38;
  margin: 0 0 20px;
}

.renewal-brochure__intro p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.01em;
  color: rgba(var(--muah-text-rgb), 0.7);
  margin: 0 0 40px;
}

body.renewal.renewal-brochure-page .renewal-main {
  padding-top: var(--muah-header-h);
}

body.renewal.renewal-brochure-page .renewal-brochure {
  min-height: calc(100vh - var(--muah-header-h));
  box-sizing: border-box;
}

.renewal-brochure .renewal-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.renewal-brochure__form .form_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.renewal-brochure__form .form_item {
  grid-column: span 2;
}

.renewal-brochure__form .form_item.w50 {
  grid-column: span 1;
}

.renewal-brochure__form .form_item label {
  display: none;
}

/* Figma 322:2443~2447 — checkbox / label */
.renewal-brochure__form .form_agree {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 32px;
}

.renewal-brochure__form .agree_chk {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: var(--muah-font);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  line-height: 1;
  color: rgba(var(--muah-text-rgb), 0.5);
  cursor: pointer;
}

.renewal-brochure__form .agree_chk input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.renewal-brochure__form .agree_chk .chk_box {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 1px solid rgba(164, 164, 165, 0.25);
  border-radius: 8px;
  background: var(--muah-white);
  position: relative;
  box-sizing: border-box;
}

.renewal-brochure__form .agree_chk input:checked + .chk_box {
  background: var(--muah-text-nav);
  border-color: var(--muah-text-nav);
}

.renewal-brochure__form .agree_chk input:checked + .chk_box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid var(--muah-white);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.renewal-brochure__form .agree_chk .btn_terms {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  border-bottom: none;
}

.renewal-brochure__form .agree_chk .agree-req {
  color: inherit;
}

.renewal-brochure__form .form_bottom {
  margin-top: var(--muah-brochure-agree-gap);
}

.renewal-brochure__form .download_btn {
  width: 100%;
  max-width: 628px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 16px;
  background: #2c2c2c;
  color: var(--muah-white);
  font-family: var(--muah-font);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.renewal-brochure__form .download_btn:hover:not(:disabled) {
  background: #000;
}

.renewal-brochure__form .download_btn:disabled {
  background: #b8b8b8;
  cursor: not-allowed;
}

/* Hide legacy main blocks if any remain */
body.renewal .main_top,
body.renewal .main_abt,
body.renewal .main_mean,
body.renewal .main_why,
body.renewal .main_news,
body.renewal .main_from,
body.renewal .bot_banner {
  display: none !important;
}

/* ── Responsive ── */

/* 1199px: 햄버거 — dark 헤더 흰색 / light 헤더 검정 + 모바일 CTA는 메뉴 안으로 */
@media (max-width: 1199px) {
  body.renewal #header .drop {
    display: none !important;
  }

  body.renewal #header .mo_only {
    display: block;
  }

  /* 햄버거 드로어 — hd--light 헤더여도 메뉴는 항상 밝은 글자 */
  body.renewal #header .nav_wrap {
    background: rgba(0, 0, 0, 0.82);
    z-index: 98;
  }

  body.renewal #header .nav_wrap .menu > li > a,
  body.renewal #header .nav_wrap .menu > li.mo_only > a {
    color: var(--muah-white) !important;
    font-weight: 600;
  }

  body.renewal #header .nav_wrap .sub_menu li a {
    color: rgba(255, 255, 255, 0.85) !important;
  }

  body.renewal #header .hamberg a.on::before,
  body.renewal #header .hamberg a.on::after {
    background: var(--muah-white) !important;
  }

  /* 소개서 폼: 직책 / 업무용 이메일 등 w50 필드 줄바꿈 */
  .renewal-brochure__form .form_grid {
    grid-template-columns: 1fr;
  }

  .renewal-brochure__form .form_item,
  .renewal-brochure__form .form_item.w50 {
    grid-column: 1 / -1;
  }

  body.renewal #header .menu-cta-item {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  body.renewal #header .menu-cta-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  body.renewal #header .menu-cta-group .menu-cta-btn {
    width: 100%;
    max-width: 300px;
  }

  body.renewal #header .menu-cta-group .muah-btn--outline {
    background: transparent;
    color: var(--muah-white);
    border-color: var(--muah-white);
  }

  body.renewal #header .menu-cta-group .muah-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--muah-white);
    border-color: var(--muah-white);
  }

  body.renewal #header .menu-cta-group .muah-btn--primary {
    background: var(--muah-white);
    color: var(--muah-text-nav);
    border-color: var(--muah-white);
  }

  body.renewal #header .menu-cta-group .muah-btn--primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--muah-text-nav);
    border-color: rgba(255, 255, 255, 0.9);
  }

  body.renewal #header:not(.hd--light) .hamberg a,
  body.renewal #header:not(.hd--light) .hamberg a::before,
  body.renewal #header:not(.hd--light) .hamberg a::after {
    background: var(--muah-white);
  }

  body.renewal #header.hd--light .hamberg a,
  body.renewal #header.hd--light .hamberg a::before,
  body.renewal #header.hd--light .hamberg a::after {
    background: var(--muah-text-nav);
  }
}

@media (max-width: 1100px) {
  .renewal-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 25px;
    row-gap: 40px;
  }
  .renewal-feature__row {
    gap: clamp(48px, 8vw, var(--muah-feature-col-gap));
  }
}

@media (max-width: 860px) {
  body.renewal {
    --muah-brochure-pad-bottom: 76px;
  }

  html[lang="en"] body.renewal .renewal-hero__title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  html[lang="en"] body.renewal .renewal-hero__eyebrow {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  html[lang="en"] body.renewal {
    --muah-hero-mobile-copy-lift: 0px;
    --muah-hero-mobile-top-black: 60px;
  }

  body.renewal {
    --muah-hero-bottom-fade-h: var(--muah-hero-mobile-photo-bottom-fade-h);
    --muah-hero-sticky-gap: 160px;
  }

  /* Figma 1:12 — 사진 상단 261.52px 페이드 (rgba(0,1,5) → 투명) */
  .renewal-hero__media::before {
    height: var(--muah-hero-mobile-photo-top-fade-h);
    background: var(--muah-hero-gradient);
  }

  /* Figma MO — 사진 하단 짧은 검정 브리지 */
  .renewal-hero__media::after {
    height: var(--muah-hero-bottom-fade-h);
    background: linear-gradient(
      0deg,
      rgba(0, 1, 5, 1) 0%,
      rgba(0, 1, 5, 0.65) 35%,
      rgba(0, 1, 5, 0) 100%
    );
  }

  .renewal-hero {
    padding-bottom: var(--muah-hero-mobile-bottom-pad);
  }

  /* 상단 — 검정 여백 + 137px 페이드 */
  .renewal-hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(var(--muah-hero-mobile-top-black) + var(--muah-hero-mobile-top-fade-h));
    background: linear-gradient(
      180deg,
      #000000 0%,
      #000000 var(--muah-hero-mobile-top-black),
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
  }

  .renewal-hero__media {
    margin-top: var(--muah-hero-mobile-photo-offset);
    aspect-ratio: auto;
    height: auto;
  }

  .renewal-hero__bg {
    position: relative;
    inset: auto;
  }

  .renewal-hero__bg picture {
    height: auto;
  }

  .renewal-hero__bg img {
    width: 100%;
    height: auto;
    margin-left: 0;
    object-fit: unset;
    object-position: center top;
  }

  body.renewal #header .inner {
    padding-left: var(--muah-header-pad-x-mobile);
    padding-right: var(--muah-header-pad-x-mobile);
  }

  body.renewal #header .logo img {
    height: var(--muah-logo-h-mobile);
  }

  /* 카피 — 헤더 아래 검정 여백 후 eyebrow, 사진은 별도 offset */
  .renewal-hero__inner {
    top: var(--muah-header-h);
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    padding: calc(var(--muah-hero-mobile-top-black) - var(--muah-hero-mobile-copy-lift, 0px))
      var(--muah-header-pad-x-mobile) 0;
  }

  html[lang="en"] body.renewal .renewal-hero__inner {
    padding: var(--muah-hero-mobile-top-black) var(--muah-header-pad-x-mobile) 0;
  }
  .renewal-section,
  .renewal-install,
  .renewal-news,
  .renewal-brochure {
    padding: 80px 0;
  }

  .renewal-feature {
    padding-top: var(--muah-m-feature-pad-top, 73px);
  }

  .renewal-brochure {
    padding-bottom: var(--muah-brochure-pad-bottom);
  }
  .renewal-org {
    padding: 80px 0 0;
  }
  .renewal-pain {
    padding: var(--muah-m-pain-pad-top, 48px) 0 var(--muah-m-pain-pad-bottom, 64px);
  }

  .renewal-pain::before {
    height: var(--muah-m-pain-top-gradient-h, 72px);
    background: linear-gradient(
      180deg,
      #000000 0%,
      #000000 28%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .renewal-pain .renewal-inner {
    margin-bottom: 0;
  }

  .renewal-pain .renewal-section__head {
    margin-bottom: var(--muah-m-pain-head-gap, 50px);
  }

  .renewal-pain .renewal-section__head h2 {
    font-family: var(--muah-font);
    font-size: var(--muah-m-pain-section-title, 28px);
    font-weight: 700;
    line-height: var(--muah-m-pain-section-title-lh, 40px);
    letter-spacing: 0;
    text-align: center;
  }

  .renewal-emotion,
  .renewal-welfare {
    padding: 80px 0 0;
  }

  /* ── 05 Emotion — Mobile (≤860px) Figma 579:458 ── */
  .renewal-emotion {
    padding-top: var(--muah-m-emotion-pad-top, 88px);
    text-align: center;
  }

  .renewal-emotion .renewal-inner {
    text-align: center;
    padding-left: var(--muah-m-emotion-inner-pad-x, calc(100vw * 24 / 440));
    padding-right: var(--muah-m-emotion-inner-pad-x, calc(100vw * 24 / 440));
    box-sizing: border-box;
  }

  .renewal-emotion .section-badge {
    margin-bottom: var(--muah-m-emotion-badge-gap, 33px);
  }

  .renewal-emotion h2 {
    font-size: var(--muah-m-emotion-section-title, 28px);
    font-weight: 700;
    line-height: var(--muah-m-emotion-section-title-lh, 40px);
    letter-spacing: -0.01em;
    color: var(--muah-emotion-title-color);
    margin-bottom: var(--muah-m-emotion-title-gap, 30px);
    text-align: center;
  }

  .renewal-emotion p {
    font-family: var(--muah-font);
    font-size: var(--muah-m-emotion-body, 15px);
    font-weight: 500;
    line-height: var(--muah-m-emotion-body-lh, 25px);
    letter-spacing: -0.03em;
    color: var(--muah-emotion-body-color);
    text-align: center;
    word-break: keep-all;
  }

  .renewal-emotion__media {
    width: 100%;
    max-width: none;
    margin: var(--muah-m-emotion-media-gap, 50px) 0 0;
    padding-left: var(--muah-m-emotion-media-pad-left, 24px);
    padding-right: 0;
    box-sizing: border-box;
  }

  .renewal-emotion__media img {
    width: 100%;
    height: auto;
    border-radius: var(--muah-m-emotion-img-radius, 15px 0 0 0);
  }

  .renewal-emotion__media::after {
    height: calc(100vw * 91 / 440);
  }

  /* ── 06 Welfare — Mobile (≤860px) Figma 579:468 ── */
  .renewal-welfare {
    padding-top: var(--muah-m-welfare-pad-top, 88px);
    text-align: center;
  }

  .renewal-welfare .renewal-inner {
    text-align: center;
    padding-left: var(--muah-m-welfare-inner-pad-x, calc(100vw * 32 / 440));
    padding-right: var(--muah-m-welfare-inner-pad-x, calc(100vw * 32 / 440));
    box-sizing: border-box;
  }

  .renewal-welfare .section-badge {
    margin-bottom: var(--muah-m-welfare-badge-gap, 33px);
  }

  .renewal-welfare h2 {
    font-size: var(--muah-m-welfare-section-title, 28px);
    font-weight: 700;
    line-height: var(--muah-m-welfare-section-title-lh, 40px);
    letter-spacing: -0.01em;
    margin-bottom: var(--muah-m-welfare-title-gap, 30px);
    text-align: center;
  }

  .renewal-welfare p {
    font-size: var(--muah-m-section-body, 18px);
    line-height: 30px;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }

  .renewal-welfare__media {
    width: 100%;
    max-width: none;
    margin: var(--muah-m-welfare-media-gap, 50px) 0 0;
    padding-left: 0;
    padding-right: var(--muah-m-welfare-media-pad-right, 24px);
    box-sizing: border-box;
  }

  .renewal-welfare__media img {
    width: 100%;
    height: auto;
    border-radius: var(--muah-m-welfare-img-radius, 0 15px 0 0);
  }

  .renewal-feature__body {
    text-align: center;
  }
  .renewal-feature__step {
    margin-left: auto;
    margin-right: auto;
  }

  .renewal-feature__row,
  .renewal-org .renewal-inner,
  .renewal-brochure .renewal-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .renewal-org .renewal-org__body {
    text-align: center;
  }

  .renewal-org__media {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .renewal-org__media img {
    width: var(--muah-org-img-width, 108vw);
    margin-inline: auto;
  }

  .renewal-feature__row--reverse .renewal-feature__media {
    order: 0;
  }
  .renewal-install__grid {
    grid-template-columns: 1fr;
  }

  .renewal-install .renewal-section__head h2 {
    font-family: var(--muah-font);
    font-size: var(--muah-m-install-section-title, 28px);
    font-weight: 700;
    line-height: var(--muah-m-install-section-title-lh, 40px);
    letter-spacing: -0.01em;
    text-align: center;
  }

  .renewal-install__card {
    border-radius: var(--muah-m-install-card-radius, 15px);
  }

  .renewal-install__card::before {
    border-radius: var(--muah-m-install-card-radius, 15px) var(--muah-m-install-card-radius, 15px) 0 0;
  }

  .renewal-section__head {
    margin-bottom: 40px;
  }

  /* 핵심 기능 — Figma MO 579:435 / 322:3373 */
  .renewal-feature .renewal-section__head {
    margin-bottom: var(--muah-m-feature-head-image-gap, 35.48px);
  }

  .renewal-feature .renewal-section__head .section-badge {
    margin-bottom: var(--muah-m-feature-badge-gap, 33px);
  }

  .renewal-feature .renewal-section__head h2 {
    font-family: var(--muah-font);
    font-size: var(--muah-m-feature-section-title, 28px);
    font-weight: 700;
    line-height: var(--muah-m-feature-section-title-lh, 40px);
    letter-spacing: -0.01em;
    text-align: center;
  }

  .renewal-feature__row:first-of-type {
    margin-top: 0;
  }

  .renewal-feature__row {
    gap: var(--muah-m-feature-row-gap, 40px);
    margin-bottom: var(--muah-m-feature-block-gap, 64px);
  }

  .renewal-feature__media img {
    border-radius: var(--muah-m-feature-thumb-radius, 15px);
    max-width: none;
  }

  .renewal-feature__step {
    font-family: var(--muah-font);
    font-size: var(--muah-m-feature-step, 16px);
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.03em;
    min-width: 88px;
    height: 38px;
    padding: 0 20px;
    margin-bottom: 28px;
  }

  .renewal-feature__body h3 {
    font-family: var(--muah-font);
    font-size: var(--muah-m-feature-title, 23px);
    font-weight: 700;
    line-height: var(--muah-m-feature-title-lh, 24px);
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 19px;
  }

  .renewal-feature__body p {
    font-family: var(--muah-font);
    font-size: var(--muah-m-feature-body, 15px);
    font-weight: 500;
    line-height: var(--muah-m-feature-body-lh, 25px);
    letter-spacing: -0.03em;
    text-align: center;
  }

  /* 설치카드: 태블릿·모바일 오버레이 패딩 */
  .renewal-install__overlay {
    padding: 36px 36px 0;
  }

  /* 섹션 배지 — Figma MO style_Q1XOUS (16/20, pill 94×38 @440) */
  .section-badge {
    font-family: var(--muah-font);
    font-size: var(--muah-m-badge, 16px);
    font-weight: 600;
    line-height: var(--muah-m-badge-lh, 20px);
    letter-spacing: -0.01em;
    padding: var(--muah-m-badge-pad-y, 9px) var(--muah-m-badge-pad-x, 18px);
    border-radius: var(--muah-m-badge-radius, 34px);
    min-height: var(--muah-m-badge-min-h, 38px);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* 07 install badge — Figma MO (#F5E8D0 / #795F30 50%, 13/20, pad 8×14) */
  .renewal-install .renewal-section__head .section-badge {
    font-size: var(--muah-m-install-badge, 13px);
    line-height: var(--muah-m-install-badge-lh, 20px);
    padding: var(--muah-m-install-badge-pad-y, 8px) var(--muah-m-install-badge-pad-x, 14px);
    border-radius: var(--muah-m-install-badge-radius, 34px);
    min-height: 0;
    height: auto;
    background: var(--muah-install-badge-bg);
    color: var(--muah-install-badge-text);
    text-align: center;
  }

  /* Mobile hero copy — 컴팩트하게 위쪽 정렬, 제품 이미지 가림 최소화 */
  .renewal-hero__eyebrow {
    font-size: var(--muah-m-hero-eyebrow, 16px);
    font-weight: 400;
    line-height: var(--muah-m-hero-eyebrow-lh, 24px);
    color: var(--muah-text-hero-sub);
    margin-bottom: var(--muah-hero-mobile-eyebrow-title-gap);
  }

  .renewal-hero__title {
    font-size: var(--muah-m-hero-title, 24px);
    line-height: var(--muah-m-hero-title-lh, 34px);
    letter-spacing: -0.02em;
    color: var(--muah-white);
    margin-bottom: var(--muah-hero-mobile-title-cta-gap);
  }

  .renewal-hero__cta .muah-btn {
    min-width: 0;
    width: auto;
    height: auto;
    padding: var(--muah-m-hero-cta-pad-y, 20px) var(--muah-m-hero-cta-pad-x, 30px);
    font-size: var(--muah-m-hero-cta, 16px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    border-radius: var(--muah-m-hero-cta-radius, 40px);
  }

  .renewal-section__head h2,
  .renewal-org__body h2 {
    font-size: var(--muah-m-section-title, 34px);
    line-height: var(--muah-m-section-title-lh, 48px);
  }

  .renewal-section__head p {
    font-size: var(--muah-m-section-body, 18px);
    line-height: 1.67;
  }

  .renewal-org__body p {
    font-family: var(--muah-font);
    font-size: var(--muah-m-org-body, 15px);
    font-weight: 500;
    line-height: var(--muah-m-org-body-lh, 25px);
    letter-spacing: -0.03em;
    text-align: center;
  }

  .renewal-install__title {
    font-size: var(--muah-m-install-title, 20px);
    line-height: 1;
  }

  .renewal-install__desc {
    font-size: var(--muah-m-install-body, 14px);
    line-height: 1.43;
  }

  .renewal-brochure__intro {
    text-align: center;
  }

  .renewal-brochure__intro h2 {
    font-size: var(--muah-m-section-title, 34px);
    line-height: var(--muah-m-section-title-lh, 48px);
  }

  .renewal-brochure__intro p {
    font-size: var(--muah-m-section-body, 18px);
    line-height: 1.67;
  }

  .renewal-brochure__form .agree_chk {
    font-size: var(--muah-m-agree, 14px);
    line-height: 1.43;
  }

  html[lang="en"] body.renewal .renewal-section__head h2,
  html[lang="en"] body.renewal .renewal-org__body h2,
  html[lang="en"] body.renewal .renewal-brochure__intro h2 {
    font-size: var(--muah-m-section-title, 34px);
    line-height: var(--muah-m-section-title-lh, 48px);
  }

  html[lang="en"] body.renewal .renewal-emotion h2 {
    font-size: var(--muah-m-emotion-section-title, 28px);
    line-height: var(--muah-m-emotion-section-title-lh, 40px);
  }

  html[lang="en"] body.renewal .renewal-welfare h2 {
    font-size: var(--muah-m-welfare-section-title, 28px);
    line-height: var(--muah-m-welfare-section-title-lh, 40px);
  }

  html[lang="en"] body.renewal .renewal-install .renewal-section__head h2 {
    font-size: var(--muah-m-install-section-title, 28px);
    line-height: var(--muah-m-install-section-title-lh, 40px);
  }

  html[lang="en"] body.renewal .renewal-feature__body h3 {
    font-size: var(--muah-m-feature-title, 23px);
    line-height: var(--muah-m-feature-title-lh, 24px);
  }

  /* Floating CTA — Figma MO_메인페이지 1:11 */
  .renewal-floating-cta {
    left: 20px;
    right: 20px;
    width: auto;
    max-width: none;
    bottom: 20px;
    transform: translateY(24px);
  }

  .renewal-floating-cta.is-visible {
    transform: translateY(0);
  }

  .sticky-bar-renewal {
    display: block;
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
  }

  .sticky-bar-renewal p {
    display: none;
  }

  .sticky-bar-renewal .muah-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    background: #3925d1;
    border: none;
    border-radius: 15px;
    font-size: var(--muah-m-sticky-cta, 18px);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #ffffff;
  }

  .sticky-bar-renewal .muah-btn:hover {
    background: #2f1eb3;
    border-color: #2f1eb3;
    color: #ffffff;
  }

  html[lang="en"] body.renewal .sticky-bar-renewal .muah-btn {
    font-size: var(--muah-m-sticky-cta, 18px);
    line-height: 20px;
  }

  /* 메인 페이지 — 모바일 맨 위로 버튼 숨김 (legacy #goToTop + 푸터) */
  body.renewal:has(#container.renewal-main):not(.renewal-brochure-page) #goToTop,
  body.renewal:has(#container.renewal-main):not(.renewal-brochure-page) .renewal-footer__gotop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 560px) {
  body.renewal {
    --muah-hero-copy-offset: 28px;
  }

  .renewal-hero__cta {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* 섹션 패딩 축소 */
  .renewal-section,
  .renewal-install,
  .renewal-news,
  .renewal-brochure,
  .renewal-org {
    padding: 64px 0;
  }

  .renewal-brochure {
    padding-bottom: var(--muah-brochure-pad-bottom);
  }
  .renewal-pain {
    padding: var(--muah-m-pain-pad-top, 48px) 0 var(--muah-m-pain-pad-bottom, 64px);
  }
  .renewal-emotion {
    padding-top: var(--muah-m-emotion-pad-top, 88px);
    padding-bottom: 0;
  }

  .renewal-welfare {
    padding-top: var(--muah-m-welfare-pad-top, 88px);
    padding-bottom: 0;
  }
  .renewal-section__head {
    margin-bottom: 28px;
  }

  /* 뉴스: 1열 */
  .renewal-news__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .renewal-news .renewal-section__head {
    margin-bottom: 40px;
  }

  .renewal-news .renewal-section__head .section-badge {
    margin-bottom: 20px;
  }

  .renewal-news__tag {
    font-size: var(--muah-m-news-tag, 15px);
    line-height: 15px;
  }

  .renewal-news__title {
    font-size: var(--muah-m-news-title, 17px);
    line-height: 1.76;
  }

  .renewal-news__desc {
    font-size: var(--muah-m-news-body, 16px);
    line-height: 1.56;
  }
  /* 설치카드 */
  .renewal-install__overlay {
    padding: 26px 26px 0;
  }

  .renewal-install__title {
    margin-bottom: 8px;
  }

  /* 브로셔 폼: 1열 */
  .renewal-brochure__form .form_grid {
    grid-template-columns: 1fr;
  }
  .renewal-brochure__form .form_item.w50 {
    grid-column: span 1;
  }
}

/* 390px: 소형 폰 — 레이아웃만 미세 조정 (타이포는 860px / Figma 576:18 스케일) */
@media (max-width: 390px) {
  .renewal-section,
  .renewal-install,
  .renewal-news,
  .renewal-brochure,
  .renewal-org {
    padding: 52px 0;
  }

  .renewal-brochure {
    padding-bottom: var(--muah-brochure-pad-bottom);
  }
  .renewal-pain {
    padding: var(--muah-m-pain-pad-top, 48px) 0 var(--muah-m-pain-pad-bottom, 64px);
  }

  .renewal-emotion {
    padding-top: var(--muah-m-emotion-pad-top, 88px);
    padding-bottom: 0;
  }

  .renewal-welfare {
    padding-top: var(--muah-m-welfare-pad-top, 88px);
    padding-bottom: 0;
  }
}

/* Header CTA hover — main.css는 components.css 이후 로드 (모바일 drawer 포함) */
body.renewal #header .hd-cta-group .muah-btn--outline:hover,
body.renewal #header .hd-cta-group .muah-btn--primary:hover,
body.renewal #header .menu-cta-group .muah-btn--outline:hover,
body.renewal #header .menu-cta-group .muah-btn--primary:hover {
  background: var(--muah-header-cta-hover, #503de0);
  color: var(--muah-white, #fff);
  border-color: var(--muah-header-cta-hover, #503de0);
}
