@charset "UTF-8";

/* ==========================================================
 *  Paperlogy (페이퍼로지) 웹폰트
 *  CDN: jsdelivr (fonts-archive/Paperlogy)
 *  License: SIL Open Font License (OFL) - 상업적 이용 가능
 *  Weights: 100 ~ 900
 * ========================================================== */
@font-face {
  font-family: 'Paperlogy';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-1Thin.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-2ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-3Light.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-4Regular.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-6SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-7Bold.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-8ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Paperlogy';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-9Black.woff') format('woff');
}

/* ==========================================================
 *  Reset / Base
 * ========================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Paperlogy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1A1A1A;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

/* ==========================================================
 *  컨테이너 (모바일 우선 / 최대 720px)
 * ========================================================== */
.container {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* ==========================================================
 *  이미지 섹션 - 모든 이미지가 가로 100%로 풀폭 표시
 * ========================================================== */
.full-img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.img-link {
  display: block;
  text-decoration: none;
  line-height: 0;
}

.img-link:focus {
  outline: 2px solid #1B3A8B;
  outline-offset: -2px;
}

/* ==========================================================
 *  상단 헤더 (코드) : 로고 + 청소견적 신청하기 버튼
 *  ※ st.jpg 원본 비율에 맞춰 조정됨
 * ========================================================== */
.top-header {
  background: #fff;
  padding: 30px 24px 32px;       /* 상단 30 / 좌우 24 / 하단 32 */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;                     /* 로고와 버튼 사이 여백 */
}

.logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.logo-img {
  display: block;
  height: auto;                  /* 원본 비율 유지 */
  max-height: 118px;             /* st.jpg 로고 크기와 일치 */
  max-width: 125px;
  width: auto;
  object-fit: contain;
}

.cta-top-btn {
  display: inline-block;
  background: #1B3A8B;
  color: #fff;
  padding: 11px 82px;            /* 상하 16 / 좌우 72 */
  border-radius: 50px;           /* 캡슐형 */
  font-size: 24px;               /* st.jpg 텍스트 크기 일치 */
  font-weight: 600;              /* 더 굵게 - Paperlogy ExtraBold */
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  line-height: 1.2;
}

.cta-top-btn:hover {
  transform: translateY(-2px);
  background: #15306E;
  box-shadow: 0 8px 20px rgba(27, 58, 139, 0.3);
}

.cta-top-btn:active {
  transform: translateY(0);
}

/* ==========================================================
 *  s1_1 (코드) : 카운트다운 배너
 * ========================================================== */
.countdown-banner {
  background: #1B3A8B;
  padding: 26px 20px 21px;
  text-align: center;
  color: #fff;
}

.cb-title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.7px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.3;
}

.cb-badge {
  display: inline-block;
  background: #FF6B35;
  color: #fff;
  padding: 1px 6px;
  /* border-radius: 6px; */
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.cb-timer {
  margin-top: 10px;
  font-size: 52px;
  font-weight: 700;
  color: #FF6B35;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  /* 애니메이션은 .countdown-banner.is-visible 진입 시점에 적용됨 (하단 참조) */
}

@keyframes cbPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.04); }
}

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

/* ==========================================================
 *  s1_2 : 유튜브 영상 (16:9 반응형)
 * ========================================================== */
.youtube-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;                /* 가운데 정렬 */
  background: #000;
  line-height: 0;
  overflow: hidden;
}

/* 동영상은 자기 비율대로 표시 (잘림 없음, 검은 띠 없음) */
.youtube-wrap .main-video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}

/* iframe (유튜브 등 외부 영상)은 16:9 비율 적용 */
.youtube-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

/* ==========================================================
 *  s1_3 (코드) : 검은 배경 인사 메시지
 * ========================================================== */
.black-message {
  background: #000000;
  padding: 23px 32px;
  color: #fff;
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-message p {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.8px;
  margin: 0;
  text-align: center;
}

/* 롤링 메시지: 여러 개 등록 시 페이드 전환 */
.black-message.has-rolling p {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.black-message.has-rolling p.active {
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
}

/* ==========================================================
 *  s2 : 배경(s2_bgnew1.jpg, 텍스트 없는 사진+로고) 위에 글자를 코드로 오버레이
 *  - 컨테이너 쿼리 단위(cqw)로 글자 크기를 폭에 맞춰 자동 스케일 -> 모든 화면에서 사진과 정렬 유지
 *  - 위치는 %로 지정(이미지 비율 799x946 고정). px 값은 cqw 미지원 구형 브라우저 폴백.
 * ========================================================== */
.s2-section {
  position: relative;
  width: 100%;
  background: #FBF0DC;            /* 이미지 로드 전 fallback */
  container-type: inline-size;    /* cqw 기준 컨테이너 */
}

.s2-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* 글자 오버레이 레이어 (이미지 위에 절대배치) */
.s2-content {
  position: absolute;
  inset: 0;
}
.s2-content > * {
  position: absolute;
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}

/* 주황 태그 라벨 */
.s2-tag {
  top: 7.0%;  left: 5.6%;
  background: #FF6B2E;
  color: #fff;
  font-size: 26px;            /* fallback */
  font-size: 3.3cqw;
  font-weight: 700;
  letter-spacing: -0.3px;
  padding: 1.1cqw 1.8cqw;
  border-radius: 5px;
}

/* 서울, 경기, 인천 청소전문업체 */
.s2-region {
  top: 14.8%; left: 5.6%;
  color: #1B2340;
  font-size: 37px;           /* fallback */
  font-size: 4.65cqw;
  font-weight: 700;
  letter-spacing: -0.3px;
}

/* 청소 부르주아 / 청소 불만족시 (주황 헤드라인) */
.s2-line {
  color: #F26B4B;
  font-size: 78px;           /* fallback */
  font-size: 9.8cqw;
  font-weight: 900;
  letter-spacing: -1px;
}
.s2-line1 { top: 21.7%; left: 6.3%; }
.s2-line2 { top: 31.7%; left: 6.0%; }

/* 5일(대형) + A/S진행(남색) 한 줄 */
.s2-asrow {
  top: 41.0%; left: 5.0%;
  display: flex;
  align-items: baseline;
  gap: 2.6cqw;
}
.s2-day {
  color: #F26B4B;
  font-size: 128px;          /* fallback */
  font-size: 16cqw;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.9;
}
.s2-as {
  color: #1B2340;
  font-size: 54px;           /* fallback */
  font-size: 6.8cqw;
  font-weight: 900;
  letter-spacing: -0.5px;
}

/* 하단 프로모션 (주황 본문 + 남색 강조) */
.s2-promo {
  top: 87.0%; left: 8.3%;
  color: #F26B4B;
  font-size: 26px;           /* fallback */
  font-size: 3.3cqw;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.5;
  white-space: normal;
}
.s2-promo strong {
  color: #1B2340;
  font-weight: 900;
}

/* ==========================================================
 *  ※ s3 / s13 코드 섹션 : 청소견적 신청 폼
 * ========================================================== */
.apply-section {
  background: #1B3A8B;
  padding: 36px 24px 48px;
  position: relative;
}

.apply-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.apply-header h3 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.8px;
}

.dropdown-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B3A8B;
  flex-shrink: 0;
}

.dropdown-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.apply-form {
  background: #fbfaf6;
  border-radius: 18px;
  padding: 32px 26px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.form-group {
  margin-bottom: 22px;
}

.form-group .field-label {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.text-input {
  width: 100%;
  padding: 10px 8px;
  background: #FFFFFF;
  border: 1px solid #E5E0D6;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  color: #1A1A1A;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.text-input:focus {
  outline: none;
  border-color: #1B3A8B;
  box-shadow: 0 0 0 3px rgba(27, 58, 139, 0.1);
}

.text-input::placeholder {
  color: #B5AFA0;
}

.phone-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.phone-row .text-input {
  text-align: center;
}

.button-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.button-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.option-btn {
  padding: 10px 8px;
  background: #FFFFFF;
  border: 1px solid #E5E0D6;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #6d6d6d;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
  text-align: center;
  letter-spacing: -0.3px;
}

.option-btn:hover {
  border-color: #1B3A8B;
  color: #1B3A8B;
}

.option-btn.selected {
  background: #1B3A8B;
  border-color: #1B3A8B;
  color: #fff;
  font-weight: 700;
}

.multi-label {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.multi-label .hint {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}

.agree-row {
  margin: 24px 0 20px;
}

.checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.checkbox-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #1B3A8B;
  cursor: pointer;
  margin: 0;
}

.checkbox-label span {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 500;
}

.submit-btn {
  width: 100%;
  padding: 18px 20px;
  background: linear-gradient(180deg, #1A2D5A 0%, #0F1B3D 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: inherit;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.submit-btn:active {
  transform: translateY(0);
}

.submit-btn .arrow {
  display: inline-block;
  transition: transform 0.2s;
}

.submit-btn:hover .arrow {
  transform: translateX(4px);
}

/* ==========================================================
 *  ※ s4 코드 섹션 : 실시간 접수현황 (자동 갱신)
 * ========================================================== */
.realtime-section {
  background: #fff;
  padding: 40px 24px 32px;
  text-align: center;
}

.realtime-alert {
  font-size: 40px;
  font-weight: 700;
  color: #002a9a;
  line-height: 1.4;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

.realtime-alert .hot {
  color: #FF3B2D;
}

.realtime-alert .end {
  color: #FF6B35;
}

.realtime-subtitle {
  font-size: 39px;
  font-weight: 700;
  color: #4f4f4f;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.realtime-table {
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #EEE;
  overflow: hidden;
  text-align: left;
}

.realtime-row {
  display: grid;
  grid-template-columns: 90px 1fr 1fr 60px;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #EEE;
  gap: 8px;
  transition: background 0.3s;
}

.realtime-row:last-child {
  border-bottom: none;
}

.realtime-row.new-entry {
  animation: highlightRow 1.5s ease-out;
}

@keyframes highlightRow {
  0%   { background: #FFF3E0; transform: translateX(-10px); opacity: 0; }
  20%  { transform: translateX(0); opacity: 1; }
  100% { background: transparent; }
}

.rt-date {
  color: #999;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.rt-region {
  font-weight: 600;
  color: #555;
}

.rt-name {
  font-weight: 600;
  color: #333;
}

.rt-size {
  background: #FF6B35;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  justify-self: end;
}

/* ==========================================================
 *  s14 (코드) : 푸터 사업자 정보
 * ========================================================== */
.site-footer {
  background: #fff;
  padding: 50px 24px 60px;
  text-align: center;
}

.company-info p {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.3px;
  margin: 0;
}

/* ==========================================================
 *  퀵메뉴 (우측 고정)
 * ========================================================== */
.quick-menu {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 6px;
  animation: qmSlideIn 0.6s ease-out 0.8s both;
}

@keyframes qmSlideIn {
  from { opacity: 0; transform: translate(40px, -50%); }
  to   { opacity: 1; transform: translate(0, -50%); }
}

.quick-menu-item {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-menu-item:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.quick-menu-item:active {
  transform: translateY(0) scale(0.98);
}

.quick-menu-item .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.quick-menu-item .label {
  line-height: 1;
}

.quick-menu-item.naver {
  background: #03C75A;
  color: #fff;
}

.quick-menu-item.kakao {
  background: #FEE500;
  color: #381E1F;
}

.quick-menu-item.insta {
  background: linear-gradient(45deg,
    #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

.quick-menu-item.phone {
  background: #1B3A8B;
  color: #fff;
}

/* ==========================================================
 *  s12_1 (코드) : 이용 고객님의 100% 실제 후기 헤더 + 통계
 *  ※ s12_2.jpg와 같은 보라색 배경(#6C3EF8)으로 자연스럽게 이어짐
 * ========================================================== */
.reviews-header {
  background: #6C3EF8;
  padding: 50px 32px 36px;
  color: #fff;
}

.reviews-title {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 36px;
  color: #fff;
}

.reviews-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.stat-row {
  display: grid;
  grid-template-columns: 130px 90px 1fr;
  align-items: center;
  gap: 18px;
}

.stat-label {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.4px;
}

.stat-value {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.3px;
  font-variant-numeric: tabular-nums;
}

.stat-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.stat-stars svg {
  width: 24px;
  height: 24px;
  color: #FFD523;
  display: block;
}

/* ==========================================================
 *  반응형 (모바일 480px 이하)
 * ========================================================== */
@media (max-width: 480px) {
  /* 상단 헤더 */
  .top-header {
    padding: 24px 18px 26px;
    gap: 24px;
  }
  .logo-img {
    max-height: 90px;
    max-width: 160px;
  }
  .cta-top-btn {
    padding: 14px 54px;
    font-size: 16px;
  }

  /* s1_1 카운트다운 배너 */
  .countdown-banner {
    padding: 22px 16px 24px;
  }
  .cb-title {
    font-size: 18px;
    gap: 8px;
  }
  .cb-badge {
    font-size: 15px;
    padding: 3px 10px;
  }
  .cb-timer {
    font-size: 30px;
    margin-top: 8px;
  }

  /* s1_3 검은 메시지 */
  .black-message {
    padding: 28px 22px;
  }
  .black-message p {
    font-size: 19px;
  }

  /* s12_1 후기 헤더 */
  .reviews-header {
    padding: 38px 22px 28px;
  }
  .reviews-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .stat-row {
    grid-template-columns: 100px 70px 1fr;
    gap: 12px;
  }
  .stat-label,
  .stat-value {
    font-size: 14px;
  }
  .stat-stars svg {
    width: 18px;
    height: 18px;
  }

  /* 폼 섹션 */
  .apply-section {
    padding: 28px 16px 40px;
  }
  .apply-form {
    padding: 24px 18px;
  }
  .apply-header h3 {
    font-size: 20px;
  }
  .form-group {
    margin-bottom: 18px;
  }
  .form-group .field-label {
    font-size: 14px;
  }
  .text-input {
    padding: 12px 14px;
    font-size: 14px;
  }
  .button-grid {
    gap: 6px;
  }
  .option-btn {
    font-size: 12px;
    padding: 12px 4px;
  }
  .multi-label {
    font-size: 13px;
  }
  .multi-label .hint {
    font-size: 12px;
    display: block;
    margin-top: 2px;
  }
  .submit-btn {
    font-size: 15px;
    padding: 16px;
  }

  /* 실시간 접수 */
  .realtime-section {
    padding: 32px 16px 24px;
  }
  .realtime-alert {
    font-size: 18px;
  }
  .realtime-subtitle {
    font-size: 15px;
  }
  .realtime-row {
    grid-template-columns: 78px 1fr 1fr 50px;
    font-size: 11px;
    padding: 10px 10px;
  }
  .rt-date {
    font-size: 10px;
  }
  .rt-size {
    font-size: 10px;
    padding: 3px 6px;
  }

  /* 퀵메뉴 */
  .quick-menu {
    right: 8px;
    gap: 4px;
  }
  .quick-menu-item {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    font-size: 9px;
  }
  .quick-menu-item .icon {
    width: 20px;
    height: 20px;
  }

  /* s14 푸터 */
  .site-footer {
    padding: 36px 18px 44px;
  }
  .company-info p {
    font-size: 12px;
    line-height: 1.9;
  }
}

/* ==========================================================
 *  매우 작은 화면 (360px 이하)
 * ========================================================== */
@media (max-width: 360px) {
  .top-header {
    padding: 22px 16px 24px;
    gap: 20px;
  }
  .logo-img {
    max-height: 80px;
    max-width: 140px;
  }
  .cta-top-btn {
    padding: 13px 44px;
    font-size: 15px;
  }

  /* s1_1 카운트다운 */
  .cb-title {
    font-size: 16px;
  }
  .cb-badge {
    font-size: 14px;
  }
  .cb-timer {
    font-size: 26px;
  }

  /* s1_3 검은 메시지 */
  .black-message p {
    font-size: 17px;
  }

  /* s12_1 후기 헤더 */
  .reviews-header {
    padding: 32px 18px 24px;
  }
  .reviews-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .stat-row {
    grid-template-columns: 90px 60px 1fr;
    gap: 10px;
  }
  .stat-label,
  .stat-value {
    font-size: 13px;
  }
  .stat-stars svg {
    width: 16px;
    height: 16px;
  }

  .apply-form {
    padding: 20px 14px;
  }
  .option-btn {
    font-size: 11px;
    padding: 10px 2px;
  }
  .realtime-row {
    grid-template-columns: 70px 1fr 1fr 46px;
    padding: 8px;
    gap: 4px;
  }
  .rt-date,
  .rt-region,
  .rt-name {
    font-size: 10px;
  }
}

/* ==========================================================
 *  스크롤 진입 효과 (Fade-in Up)
 *  - .reveal 클래스 붙은 요소가 viewport 진입 시
 *    .is-visible 토글되며 부드럽게 등장
 *  - JavaScript IntersectionObserver와 연동
 * ========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================
 *  접근성 : OS "동작 줄이기" 켠 사용자 보호
 *  - 어지럼증/멀미 유발 방지를 위해 모든 애니메이션 비활성화
 * ========================================================== */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .cb-timer {
    animation: none !important;
  }
  .realtime-row.new-entry {
    animation: none !important;
  }
  .quick-menu {
    animation: none !important;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ==========================================================
 *  🎬 화려한 애니메이션 (청소 컨셉)
 *  - A1 Zoom Burst : 카운트다운/배지 첫 등장
 *  - A4 별 회전 등장 : s12_1 별 15개
 *  - E1 비누 거품 : 폼 섹션 배경
 *  - B6 퀵메뉴 둥둥 : 우측 메뉴 부유
 * ========================================================== */

/* ------ A1. Zoom Burst : 카운트다운 + 특별할인 배지 ------ */
@keyframes zoomBurst {
  0%   { transform: scale(0);    opacity: 0; }
  60%  { transform: scale(1.18); opacity: 1; }
  80%  { transform: scale(0.95); }
  100% { transform: scale(1);    opacity: 1; }
}

.countdown-banner.is-visible .cb-badge {
  animation: zoomBurst 0.8s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

.countdown-banner.is-visible .cb-timer {
  animation:
    zoomBurst 1s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) backwards,
    cbPulse 2s 1.5s ease-in-out infinite,
    cbBlink 1s 1.5s ease-in-out infinite;
}

/* ------ A4. 별 회전 등장 : s12_1 별 5개씩 3행 ------ */
@keyframes starSpin {
  0%   { transform: rotate(-180deg) scale(0); opacity: 0; }
  100% { transform: rotate(0)       scale(1); opacity: 1; }
}

.reviews-header.is-visible .stat-stars svg {
  animation: starSpin 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) backwards;
}

/* 같은 행 안에서 별 1→5번이 한 박자씩 등장 */
.reviews-header .stat-stars svg:nth-child(1) { animation-delay: 0.5s; }
.reviews-header .stat-stars svg:nth-child(2) { animation-delay: 0.6s; }
.reviews-header .stat-stars svg:nth-child(3) { animation-delay: 0.7s; }
.reviews-header .stat-stars svg:nth-child(4) { animation-delay: 0.8s; }
.reviews-header .stat-stars svg:nth-child(5) { animation-delay: 0.9s; }

/* ------ E1. 비누 거품 : 폼 섹션 배경 ------ */
.apply-section {
  overflow: hidden;     /* 거품이 섹션 밖으로 안 나가게 */
}

/* 폼 콘텐츠는 거품 위에 표시 */
.apply-header,
.apply-form {
  position: relative;
  z-index: 1;
}

.bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.bubbles span {
  position: absolute;
  bottom: -60px;
  background: radial-gradient(circle at 30% 30%,
              rgba(255, 255, 255, 0.45),
              rgba(255, 255, 255, 0.08));
  border-radius: 50%;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.3);
  animation: bubbleRise linear infinite;
}

/* 8개 거품 : 위치/크기/속도/딜레이 모두 다르게 → 자연스러운 부유 */
.bubbles span:nth-child(1) { left:  8%; width: 28px; height: 28px; animation-duration: 14s; animation-delay: 0s; }
.bubbles span:nth-child(2) { left: 22%; width: 18px; height: 18px; animation-duration: 11s; animation-delay: 2s; }
.bubbles span:nth-child(3) { left: 38%; width: 36px; height: 36px; animation-duration: 16s; animation-delay: 4s; }
.bubbles span:nth-child(4) { left: 55%; width: 22px; height: 22px; animation-duration: 12s; animation-delay: 1s; }
.bubbles span:nth-child(5) { left: 70%; width: 30px; height: 30px; animation-duration: 13s; animation-delay: 3s; }
.bubbles span:nth-child(6) { left: 85%; width: 16px; height: 16px; animation-duration: 10s; animation-delay: 5s; }
.bubbles span:nth-child(7) { left: 30%; width: 24px; height: 24px; animation-duration: 15s; animation-delay: 7s; }
.bubbles span:nth-child(8) { left: 65%; width: 32px; height: 32px; animation-duration: 14s; animation-delay: 9s; }

@keyframes bubbleRise {
  0%   { transform: translate(0, 0) scale(0.8); opacity: 0; }
  10%  { opacity: 0.7; }
  50%  { transform: translate(10px, -400px) scale(1); }
  90%  { opacity: 0.5; }
  100% { transform: translate(20px, -800px) scale(1.1); opacity: 0; }
}

/* ------ B6. 퀵메뉴 둥둥 부유 ------ */
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

.quick-menu-item {
  animation: floatY 3.5s ease-in-out infinite;
}

.quick-menu-item:nth-child(1) { animation-delay: 0s; }
.quick-menu-item:nth-child(2) { animation-delay: 0.4s; }
.quick-menu-item:nth-child(3) { animation-delay: 0.8s; }
.quick-menu-item:nth-child(4) { animation-delay: 1.2s; }

/* hover 시에는 부유 애니메이션 일시정지 + hover transform 적용 (이미 있는 :hover 유지) */
.quick-menu-item:hover {
  animation: none;
}

/* ==========================================================
 *  s6 (배경 + 떠다니는 말풍선)
 *  - 배경 이미지(s6_bg.jpg) 위에 말풍선(boo.png) 절대 위치
 *  - 말풍선은 부드럽게 떠다니며 살짝 좌우로 흔들림
 * ========================================================== */
.s6-section {
  position: relative;
  display: block;
  line-height: 0;
  text-decoration: none;
  overflow: hidden;
}

.s6-bg {
  display: block;
  width: 100%;
  height: auto;
}

/* 말풍선 - 시안 위치에 맞춰 배치 (배경 이미지 비율 기준) */
.s6-bubble {
  position: absolute;
  top: 30%;            /* 시안 기준 세로 위치 */
  left: 13%;           /* 시안 기준 가로 위치 */
  width: 44%;          /* boo.png 원본 비율(354/801) 유지 */
  height: auto;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
  animation: bubbleFloat 3.2s ease-in-out infinite;
  transform-origin: center bottom;  /* 꼬리 부분을 기준점으로 회전 */
}

/* 말풍선 떠다니는 효과 - 위아래 + 살짝 회전 */
@keyframes bubbleFloat {
  0%   { transform: translateY(0)      rotate(-2deg); }
  50%  { transform: translateY(-14px)  rotate(2deg); }
  100% { transform: translateY(0)      rotate(-2deg); }
}

/* ==========================================================
 *  📱 모바일 반응형 - 화려한 효과
 * ========================================================== */
@media (max-width: 480px) {
  /* 비누 거품 - 작은 화면에서는 4개로 줄임 (성능 + 산만함 방지) */
  .bubbles span:nth-child(n+5) { display: none; }
  .bubbles span { opacity: 0.6; }

  /* s6 말풍선 - 모바일에서 떨림 폭 축소 */
  .s6-bubble {
    animation-name: bubbleFloatMobile;
  }
}

@keyframes bubbleFloatMobile {
  0%   { transform: translateY(0)      rotate(-1.5deg); }
  50%  { transform: translateY(-9px)   rotate(1.5deg); }
  100% { transform: translateY(0)      rotate(-1.5deg); }
}

/* ==========================================================
 *  ♿ 접근성 보강 (화려한 애니메이션 모두 비활성화)
 * ========================================================== */
@media (prefers-reduced-motion: reduce) {
  .countdown-banner.is-visible .cb-badge,
  .countdown-banner.is-visible .cb-timer,
  .reviews-header.is-visible .stat-stars svg,
  .s6-bubble,
  .bubbles span,
  .quick-menu-item {
    animation: none !important;
  }
  .bubbles { display: none !important; }
}

/* ==========================================================
 *  📋 개인정보 동의 영역 개선
 * ========================================================== */
.agree-row {
  margin: 24px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  background: rgba(27, 58, 139, 0.04);
  border: 1px solid rgba(27, 58, 139, 0.1);
  border-radius: 10px;
  transition: background 0.3s, border-color 0.3s;
}

.agree-row .checkbox-label {
  flex: 1;
  min-width: 0;
}

.agree-row .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.agree-row .checkbox-label span {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
}

.agree-row .required-mark {
  color: #FF3B2D;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-left: 2px;
}

.privacy-view-btn {
  background: transparent;
  border: 1px solid #1B3A8B;
  color: #1B3A8B;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.3px;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.privacy-view-btn:hover {
  background: #1B3A8B;
  color: #fff;
}

/* 동의 직후 시각적 피드백 (초록 펄스) */
.agree-row.just-agreed {
  background: rgba(0, 200, 83, 0.12);
  border-color: #00C853;
  animation: agreedPulse 1.5s ease-out;
}

@keyframes agreedPulse {
  0%   { box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.6); }
  100% { box-shadow: 0 0 0 14px rgba(0, 200, 83, 0); }
}

/* 미동의 + 제출 시도 → 빨간 흔들림 경고 */
.agree-row.shake-warn {
  background: rgba(255, 59, 45, 0.1);
  border-color: #FF3B2D;
  animation: shakeWarn 0.5s ease-in-out;
}

@keyframes shakeWarn {
  0%, 100%      { transform: translateX(0); }
  20%, 60%      { transform: translateX(-8px); }
  40%, 80%      { transform: translateX(8px); }
}

/* ==========================================================
 *  📋 개인정보 처리방침 팝업 모달
 * ========================================================== */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.privacy-modal[hidden] {
  display: none;
}

.privacy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  animation: modalFadeIn 0.25s ease-out;
}

.privacy-modal-panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 520px;
  width: 100%;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: modalSlideIn 0.3s cubic-bezier(0.34, 1.36, 0.64, 1);
  overflow: hidden;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes modalSlideIn {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1);       opacity: 1; }
}

.privacy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #EEE;
  background: #1B3A8B;
  color: #fff;
}

.privacy-modal-header h2 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0;
}

.privacy-modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 6px;
  transition: background 0.2s;
}

.privacy-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
}

.privacy-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* 모달 안 약관 본문 - privacy.php와 동일한 컴포넌트지만 모달 컨텍스트에 맞게 축소 */
.privacy-modal-doc {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  letter-spacing: -0.2px;
}

.privacy-modal-doc .privacy-intro {
  background: #F5F7FB;
  border-left: 3px solid #1B3A8B;
  padding: 12px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
}

.privacy-modal-doc .privacy-intro strong {
  color: #1B3A8B;
  font-weight: 700;
}

.privacy-modal-doc .privacy-section {
  margin-bottom: 22px;
}

.privacy-modal-doc .privacy-section h2 {
  font-size: 14px;
  font-weight: 800;
  color: #1B3A8B;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid #1B3A8B;
}

.privacy-modal-doc .privacy-section h3 {
  font-size: 12px;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: 10px;
  margin-bottom: 6px;
}

.privacy-modal-doc .privacy-section p {
  margin-bottom: 8px;
  color: #444;
  font-size: 12px;
}

.privacy-modal-doc .privacy-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.privacy-modal-doc .privacy-section ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
  color: #444;
  font-size: 12px;
  line-height: 1.6;
}

.privacy-modal-doc .privacy-section ul li::before {
  content: "·";
  position: absolute;
  left: 4px;
  color: #1B3A8B;
  font-weight: 900;
}

.privacy-modal-doc .privacy-section em {
  font-style: normal;
  color: #1B3A8B;
  font-weight: 600;
}

.privacy-modal-doc .privacy-warn {
  background: #FFF8F3;
  border-left: 3px solid #FF6B35;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  color: #444;
  margin-top: 8px;
}

.privacy-modal-doc .privacy-contact {
  background: #F5F7FB;
  padding: 12px 14px;
  border-radius: 6px;
  margin-top: 8px;
}

.privacy-modal-doc .privacy-contact p {
  margin-bottom: 6px;
}

.privacy-modal-doc .privacy-date {
  background: #1B3A8B;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  text-align: center;
  margin: 22px 0 14px;
  font-size: 12px;
}

.privacy-modal-doc .privacy-business {
  background: #F5F5F5;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 11px;
  color: #666;
}

.privacy-modal-doc .privacy-business p {
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 4px;
  font-size: 11px;
}

.privacy-modal-doc .privacy-business ul li {
  font-size: 11px;
  margin-bottom: 2px;
  line-height: 1.5;
}

/* 스크롤바 디자인 (선택) */
.privacy-modal-body::-webkit-scrollbar {
  width: 8px;
}
.privacy-modal-body::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.privacy-modal-body::-webkit-scrollbar-thumb {
  background: #CCC;
  border-radius: 4px;
}
.privacy-modal-body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.privacy-modal-footer {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #EEE;
  background: #FAFAFA;
}

.privacy-modal-agree {
  flex: 2;
  background: #1B3A8B;
  color: #fff;
  border: 0;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.3px;
  transition: background 0.2s;
}

.privacy-modal-agree:hover {
  background: #15306E;
}

.privacy-modal-cancel {
  flex: 1;
  background: #fff;
  color: #666;
  border: 1px solid #DDD;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: -0.3px;
}

.privacy-modal-cancel:hover {
  background: #F5F5F5;
}

/* ==========================================================
 *  📄 privacy.php 처리방침 페이지 스타일
 * ========================================================== */
.privacy-header {
  background: #1B3A8B;
  color: #fff;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.privacy-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s;
}

.privacy-back:hover {
  background: rgba(255, 255, 255, 0.22);
}

.privacy-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0;
  flex: 1;
}

.privacy-doc {
  padding: 28px 24px 60px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.2px;
}

.privacy-intro {
  background: #F5F7FB;
  border-left: 4px solid #1B3A8B;
  padding: 16px 18px;
  border-radius: 4px;
  margin-bottom: 28px;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

.privacy-intro strong {
  color: #1B3A8B;
  font-weight: 700;
}

.privacy-section {
  margin-bottom: 32px;
}

.privacy-section h2 {
  font-size: 17px;
  font-weight: 800;
  color: #1B3A8B;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1B3A8B;
}

.privacy-section h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A1A;
  margin-top: 14px;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.privacy-section p {
  margin-bottom: 10px;
  color: #444;
}

.privacy-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.privacy-section ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  color: #444;
}

.privacy-section ul li::before {
  content: "·";
  position: absolute;
  left: 4px;
  color: #1B3A8B;
  font-weight: 900;
}

.privacy-section em {
  font-style: normal;
  color: #1B3A8B;
  font-weight: 600;
}

.privacy-warn {
  background: #FFF8F3;
  border-left: 3px solid #FF6B35;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  color: #444;
  margin-top: 10px;
}

.privacy-contact {
  background: #F5F7FB;
  padding: 14px 18px;
  border-radius: 8px;
  margin-top: 10px;
}

.privacy-contact p {
  margin-bottom: 8px;
}

.privacy-date {
  background: #1B3A8B;
  color: #fff;
  padding: 14px 18px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0 20px;
  font-size: 14px;
}

.privacy-business {
  background: #F5F5F5;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 12px;
  color: #666;
}

.privacy-business p {
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 6px;
}

.privacy-business ul li {
  font-size: 12px;
  margin-bottom: 4px;
}

.privacy-actions {
  text-align: center;
  margin-top: 30px;
}

.privacy-home-btn {
  display: inline-block;
  background: #1B3A8B;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: -0.3px;
  transition: background 0.2s, transform 0.2s;
}

.privacy-home-btn:hover {
  background: #15306E;
  transform: translateY(-2px);
}

/* 모바일 반응형 */
@media (max-width: 480px) {
  .agree-row {
    padding: 10px 12px;
    gap: 8px;
  }
  .agree-row .checkbox-label span {
    font-size: 13px;
  }
  .privacy-view-btn {
    font-size: 11px;
    padding: 6px 11px;
  }

  .privacy-modal {
    padding: 12px;
  }
  .privacy-modal-panel {
    border-radius: 12px;
    max-height: 90vh;
  }
  .privacy-modal-header {
    padding: 14px 16px;
  }
  .privacy-modal-header h2 {
    font-size: 15px;
  }
  .privacy-modal-body {
    padding: 16px;
  }
  .privacy-summary-table {
    font-size: 11px;
  }
  .privacy-summary-table th,
  .privacy-summary-table td {
    padding: 8px 6px;
  }
  .privacy-summary-note,
  .privacy-rights,
  .privacy-modal-link {
    font-size: 12px;
  }
  .privacy-modal-footer {
    padding: 12px 14px;
  }
  .privacy-modal-agree,
  .privacy-modal-cancel {
    font-size: 13px;
    padding: 12px 14px;
  }

  .privacy-doc {
    padding: 20px 18px 50px;
    font-size: 13px;
  }
  .privacy-section h2 {
    font-size: 15px;
  }
  .privacy-section h3 {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-modal-backdrop,
  .privacy-modal-panel {
    animation: none !important;
  }
  .agree-row.just-agreed,
  .agree-row.shake-warn {
    animation: none !important;
  }
}
