/* =============================================
   ㈜퍼스널셀러 — 심플 흰 배경, 가운데 정렬
   ============================================= */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: 'Noto Sans KR', -apple-system, sans-serif;
  background: #ffffff;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  font-size: 15px;
}

/* ── 전체 래퍼 ── */
.wrap {
  width: 100%;
  max-width: 480px;
  padding: 0 28px 80px;
  text-align: center;
}

/* ── 섹션 ── */
.sec {
  padding: 96px 0;
}

/* 섹션 간 시각적 여백을 섹션 padding으로만 표현 */
.divider { display: none; }

/* ── 대제목 (섹션 구분 배지 + 고스트 장식) ── */
.sec-title-wrap {
  position: relative;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 16px 0 0;
}

/* 뒤에 깔리는 대형 고스트 텍스트 */
.sec-title-wrap::before {
  content: attr(data-ghost);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.2rem;
  font-weight: 900;
  color: #f0ece5;
  letter-spacing: -0.03em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
}

.sec-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  background: #8B7355;
  letter-spacing: 0.12em;
  padding: 7px 20px;
  border-radius: 50px;
  margin-bottom: 0;
}

/* 배지 아래 얇은 라인 포인트 */
.sec-title-wrap::after {
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  background: #d9cfc3;
  margin-top: 12px;
}

/* ── 섹션 부제 ── */
.sec-sub {
  font-size: 0.94rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 32px;
  word-break: keep-all;
}

/* ── 본문 prose ── */
.prose {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.prose p {
  font-size: 0.94rem;
  color: #333333;
  font-weight: 400;
  line-height: 2.0;
  word-break: keep-all;
}
.prose blockquote {
  font-size: 0.94rem;
  color: #222222;
  font-weight: 500;
  line-height: 2.0;
  padding: 28px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  word-break: keep-all;
}

/* 단독 p */
.prose-single {
  font-size: 0.9rem;
  color: #666666;
  font-weight: 400;
  line-height: 1.9;
  word-break: keep-all;
}

/* ── 소개 영상 (4:5 세로 비율) ── */
.yt-shorts-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 44px;
  padding-bottom: 125%; /* 4:5 비율 = 5/4 * 100 */
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
}
.yt-shorts-iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.video-placeholder {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  gap: 14px;
}
.video-placeholder-icon {
  font-size: 3rem;
  opacity: 0.7;
}
.video-placeholder-text {
  font-size: 0.85rem;
  opacity: 0.55;
  text-align: center;
  line-height: 1.6;
}

/* ── 경영진 리스트 ── */
.exec-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 36px;
}
.exec-list li {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #f3f3f3;
  flex-wrap: wrap;
}
.exec-list li:first-child { border-top: 1px solid #f3f3f3; }

/* 학력/전문 — 크고 굵게 (앞에) */
.exec-spec-lg {
  font-size: 1.0rem;
  color: #111111;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

/* 직급 — 작고 얇게 (뒤에) */
.exec-name-sm {
  font-size: 0.78rem;
  color: #aaaaaa;
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* legacy 호환 */
.exec-spec {
  font-size: 0.88rem;
  color: #666666;
  font-weight: 400;
}
.exec-name {
  font-size: 0.9rem;
  color: #222222;
  font-weight: 700;
  white-space: nowrap;
}

/* ── 협력사 ── */
.partner-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.partner-item {
  padding: 24px 0;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.partner-item:first-child { border-top: 1px solid #f3f3f3; }
.partner-cat {
  font-size: 0.78rem;
  font-weight: 700;
  color: #8B7355;
  letter-spacing: 0.07em;
}
.partner-names {
  font-size: 0.94rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.7;
  word-break: keep-all;
}
.partner-count {
  font-size: 0.82rem;
  color: #999999;
  font-weight: 400;
}

/* ── 수강생 후기 카드 ── */
.review-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.review-item {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 22px 20px;
  font-size: 0.9rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.85;
  word-break: keep-all;
}

/* ── 수강생 후기 롤링 슬라이드 ── */
.rolling-review-wrap {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  /* 위아래 페이드 마스크 */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}
.rolling-review-track {
  display: flex;
  flex-direction: column;
  gap: 14px;
  will-change: transform;
}
.review-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding: 22px 20px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  flex-shrink: 0;
}
.review-card-stars {
  font-size: 0.85rem;
  color: #F5A623;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.review-card-text {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.85;
  word-break: keep-all;
  margin-bottom: 12px;
}
.review-card-author {
  font-size: 0.78rem;
  color: #aaaaaa;
  font-weight: 400;
}

/* legacy slider (호환 유지) */
.review-slider-wrap { display: none; }
.review-card-list { display: none; }

/* ── 카톡 가로 슬라이드 ── */
.kakao-slider-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.kakao-slider {
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.kakao-msg {
  display: flex;
  justify-content: flex-start;
  padding: 6px 0;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.kakao-msg.show {
  opacity: 1;
  transform: translateX(0);
}
.kakao-bubble {
  display: inline-block;
  background: #FEE500;
  color: #111111;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 11px 16px;
  border-radius: 0px 16px 16px 16px;
  max-width: 80%;
  text-align: left;
  word-break: keep-all;
}

/* ── 응원 문구 애니메이션 ── */
.cheer-msg {
  font-size: 1.05rem;
  font-weight: 700;
  color: #8B7355;
  line-height: 1.7;
  word-break: keep-all;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.cheer-msg.on {
  opacity: 1;
  transform: scale(1);
}

/* 응원 문구 — 크게 (+3) */
.cheer-msg-lg {
  font-size: 1.35rem;
  font-weight: 700;
  color: #8B7355;
  line-height: 1.65;
  word-break: keep-all;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.cheer-msg-lg.on {
  opacity: 1;
  transform: scale(1);
}

/* ── 채팅 후기 (legacy) ── */
.chat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.chat-msg {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.85;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.chat-msg.show {
  opacity: 1;
  transform: translateY(0);
}

/* ── 숫자 배너 (legacy) ── */
.banner-quote {
  font-size: 0.94rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
  line-height: 1.9;
  word-break: keep-all;
}
.stats-row {
  display: flex;
  justify-content: center;
  gap: 0;
}
.stat-box {
  flex: 1;
  padding: 28px 6px;
  border-right: 1px solid #eeeeee;
}
.stat-box:last-child { border-right: none; }
.stat-num {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}
.stat-num span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #999999;
}
.stat-lbl {
  font-size: 0.72rem;
  color: #999999;
  font-weight: 400;
  line-height: 1.5;
}

/* ── 숫자 배너 (세로 카드형 v2) ── */
.stats-card {
  background: #f9f6f1;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
}
.stats-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 24px;
  border-bottom: 1px solid #ece6db;
}
.stats-card-item:last-child { border-bottom: none; }

.stats-card-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.stats-card-label {
  font-size: 0.78rem;
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.stats-card-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.stats-card-unit {
  font-size: 0.85rem;
  font-weight: 400;
  color: #999999;
  margin-left: 2px;
}

.stats-card-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stats-card-icon {
  font-size: 1.6rem;
}
.stats-card-badge {
  display: inline-block;
  background: #8B7355;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* ── 상담 폼 ── */
form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.fg {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.fg label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #222222;
}
.req { color: #aaaaaa; font-weight: 400; }

.fg input,
.fg select,
.fg textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.94rem;
  color: #222222;
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-weight: 400;
  -webkit-appearance: none;
}
.fg input::placeholder,
.fg textarea::placeholder { color: #cccccc; }
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: #222222;
  background: #ffffff;
}

.btn {
  width: 100%;
  padding: 15px;
  background: #222222;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.2s;
  margin-top: 4px;
}
.btn:hover { opacity: 0.75; }
.btn:disabled { opacity: 0.4; cursor: not-allowed; }

.form-note {
  font-size: 0.75rem;
  color: #aaaaaa;
  text-align: center;
  font-weight: 400;
}

/* ── 프로필 사진 (동그라미) ── */
.profile-img-wrap {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* 동그라미 테두리 */
.profile-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #eeeeee;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 이미지 */
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* 이미지 없을 때 이니셔 표시 */
.profile-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #bbbbbb;
  background: #f4f4f4;
  position: absolute;
  top: 0; left: 0;
}
/* 사진 있으면 이니셔 숨기기 */
.profile-img ~ .profile-initials {
  display: none;
}

.profile-name {
  font-size: 1rem;
  font-weight: 700;
  color: #222222;
  margin-top: 2px;
}
.profile-caption {
  font-size: 0.8rem;
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ════════════════════════════════
   대표 인사말 — 문단 전용 스타일
════════════════════════════════ */

/* 전체 wrapper */
.greeting-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 여백 토큰 */
.g-gap-sm  { height: 12px; }
.g-gap-lg  { height: 28px; }
.g-gap-xl  { height: 48px; }
.g-gap-xxl { height: 36px; }

/* 기본 본문 */
.g-normal {
  font-size: 0.94rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.95;
  word-break: keep-all;
}

/* 굵게 강조 (10년 문장) */
.g-bold {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.7;
  word-break: keep-all;
}

/* 크고 굵은 강조 (키보드 타이핑) */
.g-big {
  font-size: 1.25rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.5;
  letter-spacing: -0.01em;
  min-height: 1.8rem; /* 타이핑 전 공간 확보 */
}
.g-big::after {
  content: '|';
  animation: blink 0.7s step-end infinite;
  margin-left: 1px;
  color: #aaaaaa;
}
.g-big.done::after { display: none; }

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* 히어로 강조 — 크고 굵고 검정 (가치있는 성공, 마무리) */
.g-hero {
  font-size: 1.35rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.55;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* 마무리 굵은 라인 (legacy, 호환 유지) */
.g-big-line {
  font-size: 1.05rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.6;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

/* 섹션 끝 구분선 */
.g-divider {
  width: 40px;
  height: 2px;
  background: #e0d8ce;
  border-radius: 2px;
}

/* 반짝이는 폰트 (shimmer) — 기본 */
.g-shimmer {
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.95;
  word-break: keep-all;
  background: linear-gradient(
    90deg,
    #888888 0%,
    #cccccc 30%,
    #ffffff 50%,
    #cccccc 70%,
    #888888 100%
  );
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3.5s linear infinite;
}

/* 반짝이는 폰트 (shimmer) — 크게 */
.g-shimmer-big {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.85;
  word-break: keep-all;
  background: linear-gradient(
    90deg,
    #555555 0%,
    #aaaaaa 30%,
    #dddddd 50%,
    #aaaaaa 70%,
    #555555 100%
  );
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3.5s linear infinite;
}

@keyframes shimmer {
  0%   { background-position: 200% center; }
  100% { background-position: -200% center; }
}

/* "그리고" 연결 문구 — 굵고 크게 */
.g-and {
  font-size: 1.4rem;
  font-weight: 900;
  color: #8B7355;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

/* blockquote — 베이지 배경 포인트 */
.g-quote {
  background: linear-gradient(135deg, #fdf8f2 0%, #f5ede0 100%);
  border-left: 4px solid #8B7355;
  border-radius: 0 14px 14px 0;
  padding: 32px 24px;
  font-size: 1.1rem;
  color: #3a2e22;
  font-weight: 700;
  line-height: 2.1;
  font-style: normal;
  word-break: keep-all;
  width: 100%;
  letter-spacing: -0.01em;
  text-align: left;
  position: relative;
}
.g-quote::before {
  content: '"';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 3.5rem;
  color: #d4b896;
  font-family: Georgia, serif;
  line-height: 1;
  opacity: 0.5;
}

/* ════════════════════════════════
   섹션 공용 강조 스타일
════════════════════════════════ */

/* 섹션 내 맥락 전환 여백 */
.ctx-gap { height: 44px; }
.ctx-gap-sm { height: 24px; }

/* 섹션 간 대형 공백 + 구분선 */
.sec-gap { height: 60px; }
.sec-divider {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 0 auto;
}

/* 핵심 강조 — 크고 굵게 */
.em-big {
  font-size: 1.2rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.55;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

/* 핵심 강조 — 초대형 (+5) */
.em-big-xl {
  font-size: 1.7rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.45;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* 중간 강조 — 포인트 컬러 */
.em-point {
  font-size: 1.0rem;
  font-weight: 700;
  color: #8B7355;
  line-height: 1.7;
  word-break: keep-all;
}

/* 페이드업 강조 (scroll reveal 연동) */
.em-fadeup {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.em-fadeup.on {
  opacity: 1;
  transform: translateY(0);
}

/* 딜레이 변형 */
.em-fadeup.d1 { transition-delay: 0.1s; }
.em-fadeup.d2 { transition-delay: 0.22s; }
.em-fadeup.d3 { transition-delay: 0.36s; }
.em-fadeup.d4 { transition-delay: 0.5s; }

/* 카운트 숫자 강조 */
.em-num {
  font-size: 1.6rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.em-num-unit {
  font-size: 0.85rem;
  font-weight: 400;
  color: #999999;
}

/* 인용 블록 — 섹션 내부용 */
.inner-quote {
  border-left: 3px solid #8B7355;
  padding: 4px 0 4px 16px;
  text-align: left;
  font-size: 0.88rem;
  color: #555555;
  font-weight: 500;
  line-height: 2.0;
  word-break: keep-all;
  margin: 0 auto;
}

/* 수평 라인 강조 배경 띠 */
.em-strip {
  background: #f8f4ef;
  border-radius: 10px;
  padding: 22px 20px;
  font-size: 0.94rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.9;
  word-break: keep-all;
  width: 100%;
}

/* 파트너 아이템 강화 */
.partner-item-v2 {
  padding: 28px 0;
  border-bottom: 1px solid #f0ece5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.partner-item-v2:first-child { border-top: 1px solid #f0ece5; }

.partner-num {
  font-size: 0.72rem;
  font-weight: 700;
  color: #c0aa8a;
  letter-spacing: 0.12em;
}
.partner-cat-v2 {
  font-size: 0.78rem;
  font-weight: 700;
  color: #8B7355;
  letter-spacing: 0.07em;
  background: #f8f4ef;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
}
.partner-names-v2 {
  font-size: 1.0rem;
  color: #222222;
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
}
.partner-count-v2 {
  font-size: 0.8rem;
  color: #aaaaaa;
  font-weight: 400;
}

/* blockquote 마지막 줄 베이지 강조 */
.q-accent {
  color: #8B7355;
  font-weight: 900;
}

/* ── 파트너 테이블 박스 ── */
.partner-table {
  width: 100%;
  border: 1.5px solid #e0d8ce;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
.partner-table-row {
  padding: 14px 16px;
  font-size: 0.9rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #f0ece5;
}
.partner-table-row:last-child { border-bottom: none; }
.partner-table-footer {
  background: #f8f4ef;
  font-size: 0.82rem;
  color: #8B7355;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ── 사무실 사진 2장 (가로 2분할) ── */
.office-imgs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 40px;
}
.office-img-wrap {
  flex: 1;
  min-width: 0;
}
.office-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background: #f0f0f0;
}

/* ── 포토후기 이미지 + 링크 ── */
.photo-review-link {
  display: block;
  text-decoration: none;
  width: 100%;
}
.photo-review-wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
}
.photo-review-video {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.photo-review-link:hover .photo-review-video {
  transform: scale(1.02);
}
/* 정중앙 오버레이 */
.photo-review-center-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  transition: background 0.3s ease;
}
.photo-review-link:hover .photo-review-center-overlay {
  background: rgba(0,0,0,0.40);
}
.photo-review-center-label {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  padding: 14px 32px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 50px;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}
.photo-review-link:hover .photo-review-center-label {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: scale(1.05);
}

/* ── 미팅 영상 슬라이드 ── */
.meeting-slider-section {
  margin: 32px 0 8px;
}
.meeting-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 14px;
  padding: 0 4px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.meeting-slider::-webkit-scrollbar { display: none; }
.meeting-slide {
  flex: 0 0 62%;
  scroll-snap-align: center;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.meeting-slide video {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 9/16;
}
.meeting-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.meeting-slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5c9b8;
  transition: all 0.3s ease;
}
.meeting-slider-dots .dot.active {
  background: #8B7355;
  width: 22px;
  border-radius: 4px;
}

/* ── 수강후기 링크 ── */
.review-link-wrap {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.review-link-txt {
  font-size: 0.82rem;
  color: #999999;
  font-weight: 400;
}
.review-link-btn {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #8B7355;
  border: 1.5px solid #8B7355;
  border-radius: 50px;
  padding: 9px 22px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s;
}
.review-link-btn:hover {
  background: #8B7355;
  color: #ffffff;
}

/* ── 홈페이지 링크 버튼 ── */
.site-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(135deg, #8B7355 0%, #a08060 100%);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 18px rgba(139,115,85,0.28);
  transition: opacity 0.2s, transform 0.2s;
  word-break: keep-all;
  text-align: center;
  line-height: 1.5;
}
.site-link-btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

/* ── 강조 텍스트 인라인 ── */
.em-txt {
  font-weight: 700;
  color: #8B7355;
}

/* ── 카카오 상담 버튼 ── */
.kakao-consult-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.kakao-btn {
  display: block;
  background: #FEE500;
  color: #111111 !important;
  font-size: 1.0rem;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  padding: 16px;
  width: 100%;
  transition: opacity 0.2s;
  border: none;
}
.kakao-btn:hover { opacity: 0.85; }

/* ── 푸터 ── */
.footer {
  padding: 32px 0 8px;
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer p {
  font-size: 0.78rem;
  color: #aaaaaa;
  font-weight: 400;
  text-align: center;
}
.footer p:first-child {
  font-size: 0.88rem;
  font-weight: 700;
  color: #555555;
}

/* ── 스크롤 reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.on { opacity: 1; transform: translateY(0); }

/* ── 토스트 ── */
.toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #222222;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  white-space: nowrap;
  z-index: 999;
  font-family: inherit;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ── 반응형 ── */
@media (max-width: 400px) {
  .sec { padding: 72px 0; }
  .stat-num { font-size: 1.2rem; }
  .exec-spec { font-size: 0.82rem; }
}
