/* ===================================
   더프라임배관설비 - 메인 스타일시트
   Graphite Grey + Safety Orange 테마
   =================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Rajdhani:wght@500;600;700&family=Share+Tech+Mono&display=swap');

/* =====================
   Phosphor Icons 공통
   ===================== */
[class^="ph-"],
[class*=" ph-"] {
  line-height: 1;
  vertical-align: middle;
}

/* 버튼/바 내부 아이콘 크기 */
.btn-primary i,
.btn-secondary i,
.nav-cta i {
  font-size: 17px;
}

/* 카드 내부 큰 아이콘 */
.card-icon i,
.step-circle i,
.scard-icon i,
.pain-emoji i,
.nozzle-icon i,
.danger-icon i,
.grease-stage i {
  font-size: 32px;
  color: var(--color-orange);
}

/* 인라인 작은 아이콘 */
.icon-sm i {
  font-size: 16px;
}

.icon-md i {
  font-size: 20px;
}

.icon-lg i {
  font-size: 28px;
}

/* 신뢰 바 아이콘 */
.trust-icon i {
  font-size: 16px;
  color: var(--color-orange);
  vertical-align: -2px;
}

/* 체크리스트 앞 아이콘 */
.check-list li i {
  font-size: 16px;
  color: var(--color-orange);
  flex-shrink: 0;
  margin-top: 1px;
}

/* 푸터 연락처 아이콘 */
.contact-icon i,
.footer-logo-icon i {
  font-size: 20px;
}

/* nav 로고 아이콘 */
.nav-logo-icon i {
  font-size: 22px;
  color: #fff;
}

.footer-logo-icon i {
  font-size: 22px;
}

/* 단계 원형 아이콘 */
.step-circle i {
  font-size: 30px;
  color: var(--color-text-muted);
}

.step-node:hover .step-circle i {
  color: #fff;
}

/* CTA 섹션 아이콘 */
.cta-phone i,
.cta-kakao i {
  font-size: 20px;
  vertical-align: -3px;
}

/* live 카드 dispatch 아이콘 */
.dispatch-icon i {
  font-size: 18px;
  color: var(--color-orange);
}

/* floating 버튼 아이콘 */
.floating-btn i {
  font-size: 18px;
}

/* 경고 박스 아이콘 */
.warn-box h4 i {
  font-size: 16px;
  color: #ef4444;
  vertical-align: -2px;
}

/* cinfo 카드 아이콘 */
.cinfo-icon i {
  font-size: 26px;
}

/* 리뷰 별점 아이콘 */
.review-stars i {
  font-size: 15px;
  color: #fbbf24;
}

/* 상태 뱃지 */
.hero-badge i {
  font-size: 14px;
}


/* === CSS 변수 === */
:root {
  --color-bg: #fdfbf7;
  --color-bg-secondary: #ffffff;
  --color-bg-card: #ffffff;
  --color-graphite: #f3f4f6;
  --color-graphite-light: #e2e8f0;
  --color-orange: #FF9900;
  --color-orange-bright: #FEB813;
  --color-orange-glow: rgba(254, 184, 19, 0.2);
  --color-text: #1f2937;
  --color-text-muted: #334155;
  --color-text-dim: #64748b;
  --color-border: rgba(254, 184, 19, 0.2);
  --color-border-dim: rgba(15, 23, 42, 0.1);
  --font-main: 'Noto Sans KR', sans-serif;
  --font-tech: 'Rajdhani', sans-serif;
  --font-mono: 'Share Tech Mono', monospace;
  --shadow-orange: 0 4px 20px rgba(254, 184, 19, 0.25);
  --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.05);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: 0.3s ease;
  
  /* 테마 공통 변수 */
  --primary-accent-color: var(--color-orange);
  --primary-dark-color: var(--color-text);
  --logo-gradient: linear-gradient(135deg, var(--color-orange), var(--color-orange-bright));
}

body.theme-navy {
  --color-bg: #fdfbf7;
  --color-bg-secondary: #ffffff;
  --color-orange: #f59e0b; /* Gold */
  --color-orange-bright: #fbbf24;
  --color-orange-glow: rgba(245, 158, 11, 0.2);
  --color-text: #1f2937; /* Navy Dark */
  --color-text-muted: #334155;
  --color-border: rgba(245, 158, 11, 0.2);
  --shadow-orange: 0 4px 20px rgba(245, 158, 11, 0.25);
  --primary-accent-color: #f59e0b;
  --primary-dark-color: #1e3a8a;
  --logo-gradient: linear-gradient(135deg, #1e3a8a, #3b82f6);
}

body.theme-navy .hero-v2, body.theme-navy .page-hero {
  background: radial-gradient(ellipse at 30% 50%, rgba(30, 58, 138, 0.12) 0%, transparent 60%), var(--color-bg-secondary);
}

body.theme-teal {
  --color-bg: #fafafa;
  --color-bg-secondary: #ffffff;
  --color-orange: #0d9488; /* Teal */
  --color-orange-bright: #14b8a6;
  --color-orange-glow: rgba(13, 148, 136, 0.2);
  --color-text: #064e3b; /* Green Dark */
  --color-text-muted: #115e59;
  --color-border: rgba(13, 148, 136, 0.2);
  --shadow-orange: 0 4px 20px rgba(13, 148, 136, 0.25);
  --primary-accent-color: #0d9488;
  --primary-dark-color: #065f46;
  --logo-gradient: linear-gradient(135deg, #065f46, #10b981);
}

body.theme-teal .hero-v2, body.theme-teal .page-hero {
  background: radial-gradient(ellipse at 30% 50%, rgba(6, 95, 70, 0.12) 0%, transparent 60%), var(--color-bg-secondary);
}

/* === 기본 리셋 === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-main);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* === 스크롤바 === */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg);
}

::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  border-radius: 3px;
}

/* =====================
   네비게이션
   ===================== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border-dim);
  transition: all var(--transition);
}

.navbar.scrolled {
  padding: 10px 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-logo-icon {
  width: 44px;
  height: 44px;
  background: var(--logo-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: var(--shadow-orange);
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-logo-ko {
  font-size: 18px;
  font-weight: 900;
  color: var(--color-text);
  letter-spacing: -0.5px;
}

.nav-logo-en {
  font-size: 10px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 3px;
  font-weight: 600;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

/* 햄버거 버튼 */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: all .3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: color var(--transition);
  position: relative;
  padding-bottom: 4px;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-orange);
  transition: width var(--transition);
}

.nav-link:hover {
  color: var(--color-text);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-cta {
  background: var(--color-orange);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  transition: all var(--transition);
  box-shadow: 0 4px 15px rgba(5, 150, 105, 0.4);
}

.nav-cta:hover {
  background: var(--color-orange-bright);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(5, 150, 105, 0.6);
}

.nav-cta::after {
  display: none !important;
}

/* =====================
   드롭다운 메뉴
   ===================== */
.nav-dropdown {
  position: relative;
  /* 아래쪽으로 패딩을 주어 마우스가 트리거→메뉴 사이 이동할 때 gap 없이 연결 */
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 20, 26, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 180px;
  list-style: none;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
  z-index: 2000;
  /* 부드러운 등장 */
  opacity: 0;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

/* hover 시 메뉴 표시 */
.nav-dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}


.nav-dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav-dropdown .dropdown-menu li a:hover {
  color: var(--color-orange);
  background: rgba(5, 150, 105, 0.1);
  padding-left: 26px;
}

.nav-dropdown .dropdown-menu::before {
  /* 삼각형 화살표 */
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background: rgba(20, 20, 26, 0.98);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
}

/* =====================
   서브페이지 공통
   ===================== */
.page-hero {
  position: relative;
  padding: 140px 0 80px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(5, 150, 105, 0.12) 0%, transparent 60%),
    var(--color-bg-secondary);
  border-bottom: 1px solid var(--color-border-dim);
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(5, 150, 105, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 150, 105, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 5px 14px;
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 4px;
}

.page-hero-title {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.page-hero-desc {
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.8;
  max-width: 580px;
  margin-bottom: 32px;
}

.page-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-dim);
  margin-bottom: 24px;
}

.breadcrumb a {
  color: var(--color-text-dim);
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--color-orange);
}

.breadcrumb span {
  color: var(--color-orange);
}

/* 서브페이지 섹션 교차 배경 */
.service-content {
  padding: 80px 0;
  background: var(--color-bg);
}

.service-content-alt {
  padding: 80px 0;
  background: var(--color-bg-secondary);
  border-top: 1px solid var(--color-border-dim);
  border-bottom: 1px solid var(--color-border-dim);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.two-col.reverse {
  direction: rtl;
}

.two-col.reverse>* {
  direction: ltr;
}

.content-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.content-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.content-eyebrow {
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.content-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}

.content-desc {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.orange-text {
  color: var(--color-orange);
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--color-text);
  line-height: 1.5;
}

.check-list li::before {
  content: '✓';
  color: var(--color-orange);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.warn-box {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-left: 4px solid #ef4444;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}

.warn-box h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ef4444;
  margin-bottom: 8px;
}

.warn-box p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* FAQ 아코디언 */
.faq-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-item.open {
  border-color: var(--color-border);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  user-select: none;
  gap: 16px;
}

.faq-question:hover {
  background: rgba(5, 150, 105, 0.04);
}

.faq-q-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
}

.faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: var(--color-orange);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

.faq-a-text {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.8;
  border-top: 1px solid var(--color-border-dim);
  padding-top: 16px;
}

/* 문의 페이지 */
.contact-form-section {
  padding: 80px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.form-input,
.form-select,
.form-textarea {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--color-text);
  font-size: 14px;
  font-family: var(--font-main);
  transition: border-color 0.2s;
  width: 100%;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-orange);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.form-textarea {
  min-height: 100px;
  resize: vertical;
}

.form-select {
  appearance: none;
  cursor: pointer;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.cinfo-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
  transition: border-color 0.2s;
  color: var(--color-text);
}

.cinfo-card:hover {
  border-color: var(--color-border);
}

.cinfo-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.cinfo-body h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cinfo-body strong {
  color: var(--color-orange);
  display: block;
  margin-bottom: 4px;
}

.cinfo-body p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* 상담 가능 상태 */
.consult-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  font-size: 13px;
  color: #4ade80;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse-green 2s infinite;
}

/* =====================
   히어로 섹션
   ===================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 80px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(5, 150, 105, 0.15) 0%, transparent 60%),
    linear-gradient(135deg, rgba(13, 13, 15, 0.9) 0%, rgba(13, 13, 15, 0.6) 50%, rgba(13, 13, 15, 0.85) 100%);
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(5, 150, 105, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 150, 105, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5, 150, 105, 0.15);
  border: 1px solid rgba(5, 150, 105, 0.4);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 12px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--color-orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.hero-title .highlight {
  color: var(--color-orange);
  position: relative;
  display: inline-block;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--color-orange);
  border-radius: 2px;
}

.hero-tagline {
  font-size: 20px;
  color: var(--color-text-muted);
  font-weight: 300;
  margin-bottom: 16px;
  font-family: var(--font-tech);
  letter-spacing: 1px;
}

.hero-desc {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  line-height: 1.8;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-orange);
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.5);
}

.btn-primary:hover {
  background: var(--color-orange-bright);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(5, 150, 105, 0.7);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--color-text);
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid var(--color-graphite-light);
  transition: all var(--transition);
}

.btn-secondary:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
  transform: translateY(-3px);
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-family: var(--font-tech);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: var(--color-text-muted);
  font-weight: 400;
}

/* 히어로 사이드 카드 */
.hero-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.live-card {
  background: rgba(26, 26, 32, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: transform var(--transition);
}

.live-card:hover {
  transform: translateY(-4px);
}

.live-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-family: var(--font-tech);
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.4);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(74, 222, 128, 0);
  }
}

.live-time {
  font-size: 11px;
  color: var(--color-text-dim);
  font-family: var(--font-mono);
}

.live-dispatch-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-dim);
}

.live-dispatch-item:last-child {
  border-bottom: none;
}

.dispatch-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.2), rgba(5, 150, 105, 0.05));
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.dispatch-info {
  flex: 1;
}

.dispatch-location {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 2px;
}

.dispatch-status {
  font-size: 11px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
}

.dispatch-badge {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  flex-shrink: 0;
}

.badge-complete {
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
}

.badge-progress {
  background: rgba(5, 150, 105, 0.15);
  color: var(--color-orange);
}

.badge-wait {
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
}

.counter-card {
  background: var(--color-graphite);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.counter-item {
  text-align: center;
}

.counter-value {
  font-family: var(--font-tech);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1;
  margin-bottom: 4px;
}

.counter-label {
  font-size: 11px;
  color: var(--color-text-muted);
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--color-text-dim);
  font-size: 11px;
  font-family: var(--font-tech);
  letter-spacing: 2px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

.scroll-arrow {
  width: 24px;
  height: 24px;
  border-right: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  transform: rotate(45deg);
}

/* =====================
   공통 섹션 스타일
   ===================== */
section {
  padding: 100px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 6px 16px;
  border: 1px solid rgba(255, 153, 0, 0.3);
  border-radius: 4px;
}

.section-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-desc {
  font-size: 16px;
  color: var(--color-text-muted);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* =====================
   증상 자가 진단 섹션
   ===================== */
.diagnosis {
  background: var(--color-bg-secondary);
  position: relative;
  overflow: hidden;
}

.diagnosis::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-orange), transparent);
}

.symptom-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.symptom-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--color-bg-card);
  border: 2px solid var(--color-border-dim);
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition);
  cursor: pointer;
}

.symptom-tab:hover,
.symptom-tab.active {
  border-color: var(--color-orange);
  color: var(--color-orange);
  background: rgba(5, 150, 105, 0.1);
}

.symptom-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.symptom-panel {
  display: none;
}

.symptom-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.symptom-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
  position: relative;
}

.symptom-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.ai-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(13, 13, 15, 0.9);
  border: 1px solid var(--color-orange);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--color-orange);
}

.symptom-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.symptom-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-orange);
  margin-bottom: 8px;
}

.symptom-desc {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.symptom-cause {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-left: 3px solid var(--color-orange);
  border-radius: var(--radius-sm);
  padding: 16px;
}

.symptom-cause h4 {
  font-size: 13px;
  color: var(--color-orange);
  font-family: var(--font-tech);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.symptom-cause p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.severity-bar {
  margin-top: 8px;
}

.severity-bar label {
  font-size: 12px;
  color: var(--color-text-dim);
  margin-bottom: 6px;
  display: block;
}

.bar-track {
  height: 6px;
  background: var(--color-graphite);
  border-radius: 3px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-orange), var(--color-orange-bright));
  border-radius: 3px;
  transition: width 0.8s ease;
}

/* =====================
   장비 섹션
   ===================== */
.equipment {
  background: var(--color-bg);
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.equipment-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
}

.equipment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-orange-bright));
  transform: scaleX(0);
  transition: transform var(--transition);
}

.equipment-card:hover {
  border-color: var(--color-border);
  transform: translateY(-8px);
  box-shadow: var(--shadow-card);
}

.equipment-card:hover::before {
  transform: scaleX(1);
}

.equipment-img {
  height: 220px;
  overflow: hidden;
}

.equipment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.equipment-card:hover .equipment-img img {
  transform: scale(1.05);
}

.equipment-body {
  padding: 24px;
}

.equipment-category {
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.equipment-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.equipment-specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.spec-dot {
  width: 4px;
  height: 4px;
  background: var(--color-orange);
  border-radius: 50%;
  flex-shrink: 0;
}

/* =====================
   4단계 공정
   ===================== */
.process {
  background: var(--color-bg-secondary);
  position: relative;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-bottom: 48px;
}

.process-steps::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--color-orange) 0%, var(--color-graphite-light) 100%);
  z-index: 0;
}

.step-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all var(--transition);
  position: relative;
  z-index: 1;
}

.step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-graphite);
  border: 3px solid var(--color-graphite-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-tech);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-muted);
  transition: all var(--transition);
  flex-shrink: 0;
}

.step-btn.active .step-number,
.step-btn:hover .step-number {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
  box-shadow: var(--shadow-orange);
}

.step-label {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: var(--color-text-muted);
  transition: color var(--transition);
}

.step-btn.active .step-label,
.step-btn:hover .step-label {
  color: var(--color-orange);
}

.step-sublabel {
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-text-dim);
  text-align: center;
  letter-spacing: 1px;
}

.process-detail {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: none;
  animation: fadeInUp 0.4s ease;
}

.process-detail.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.process-detail-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 8px;
}

.process-detail-step {
  font-size: 12px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.process-detail-desc {
  font-size: 16px;
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.process-detail-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-spec {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: var(--color-graphite);
  border-radius: 8px;
}

.detail-spec-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.detail-spec-text {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.detail-spec-text strong {
  color: var(--color-text);
  display: block;
  margin-bottom: 2px;
}

.process-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: linear-gradient(135deg, var(--color-graphite), var(--color-bg));
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-dim);
  position: relative;
  overflow: hidden;
  font-size: 80px;
}

/* =====================
   벤토 그리드 (실시간 현황)
   ===================== */
.bento {
  background: var(--color-bg);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}

.bento-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.bento-card:hover {
  border-color: var(--color-border);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.bento-large {
  grid-column: span 2;
}

.bento-tall {
  grid-row: span 2;
}

.bento-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bento-tag {
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-text-dim);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-family: var(--font-tech);
  color: #4ade80;
  letter-spacing: 1px;
}

.bento-big-number {
  font-family: var(--font-tech);
  font-size: 56px;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1;
  margin-bottom: 4px;
}

.bento-unit {
  font-size: 20px;
  color: var(--color-text-muted);
}

.bento-label {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-top: 8px;
}

.recent-jobs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.job-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--color-graphite);
  border-radius: 8px;
  transition: background var(--transition);
}

.job-item:hover {
  background: var(--color-graphite-light);
}

.job-icon {
  width: 36px;
  height: 36px;
  background: rgba(5, 150, 105, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.job-info {
  flex: 1;
  min-width: 0;
}

.job-location {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-type {
  font-size: 11px;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
}

.job-rate {
  font-size: 13px;
  font-weight: 700;
  color: #4ade80;
  flex-shrink: 0;
}

.satisfaction-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 20px 0;
}

.ring-chart {
  width: 140px;
  height: 140px;
  position: relative;
}

.ring-chart svg {
  transform: rotate(-90deg);
}

.ring-bg {
  fill: none;
  stroke: var(--color-graphite);
  stroke-width: 12;
}

.ring-fill {
  fill: none;
  stroke: var(--color-orange);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 440;
  stroke-dashoffset: 44;
  transition: stroke-dashoffset 1s ease;
}

.ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ring-value {
  font-family: var(--font-tech);
  font-size: 28px;
  font-weight: 700;
  color: var(--color-orange);
}

.ring-sub {
  font-size: 11px;
  color: var(--color-text-dim);
}

/* =====================
   가격표 섹션
   ===================== */
.pricing {
  background: var(--color-bg-secondary);
}

.pricing-table {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 24px;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th {
  background: var(--color-graphite);
  padding: 16px 24px;
  font-size: 12px;
  font-family: var(--font-tech);
  color: var(--color-text-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--color-border-dim);
}

.pricing-table td {
  padding: 16px 24px;
  font-size: 14px;
  border-bottom: 1px solid var(--color-border-dim);
  transition: background var(--transition);
}

.pricing-table tr:hover td {
  background: rgba(5, 150, 105, 0.05);
}

.pricing-table tr:last-child td {
  border-bottom: none;
}

.price-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.price-amount {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-orange);
}

.price-amount span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}

.price-note {
  font-size: 12px;
  color: var(--color-text-dim);
  margin-top: 8px;
  line-height: 1.5;
}

.pricing-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.pricing-notice .icon {
  font-size: 20px;
  flex-shrink: 0;
}

/* =====================
   Before & After 갤러리
   ===================== */
.gallery {
  background: var(--color-bg);
}

.ba-slider-container {
  max-width: 800px;
  margin: 0 auto;
}

.ba-slider {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  border: 1px solid var(--color-border);
  height: 400px;
}

.ba-before,
.ba-after {
  position: absolute;
  inset: 0;
}

.ba-after {
  z-index: 0;
}

.ba-before {
  z-index: 1;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0s;
}

.ba-before img,
.ba-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-label {
  position: absolute;
  top: 16px;
  background: rgba(13, 13, 15, 0.85);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ba-before .ba-label {
  left: 16px;
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

.ba-after .ba-label {
  right: 16px;
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.4);
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  z-index: 3;
  transform: translateX(-50%);
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: var(--color-bg);
  font-weight: 900;
}

.ba-hint {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--color-text-dim);
  font-family: var(--font-tech);
  letter-spacing: 1px;
}

/* =====================
   보증 섹션
   ===================== */
.warranty {
  background: var(--color-bg-secondary);
}

.warranty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.warranty-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.warranty-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.warranty-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.2), rgba(5, 150, 105, 0.05));
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.warranty-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.warranty-content p {
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.report-preview {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.report-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-orange-bright));
}

.report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-dim);
}

.report-title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.report-badge {
  font-size: 10px;
  padding: 3px 8px;
  background: rgba(5, 150, 105, 0.15);
  border: 1px solid rgba(5, 150, 105, 0.4);
  border-radius: 4px;
  color: var(--color-orange);
  font-family: var(--font-tech);
  letter-spacing: 1px;
}

.report-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-dim);
  font-size: 13px;
}

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

.report-key {
  color: var(--color-text-muted);
}

.report-val {
  font-weight: 600;
  color: var(--color-text);
}

.report-val.green {
  color: #4ade80;
}

.report-val.orange {
  color: var(--color-orange);
}

/* =====================
   FAQ 섹션
   ===================== */
.faq {
  background: var(--color-bg);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item:hover,
.faq-item.open {
  border-color: var(--color-border);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  gap: 16px;
}

.faq-q-text {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  line-height: 1.4;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-graphite-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-text-muted);
  flex-shrink: 0;
  transition: all var(--transition);
}

.faq-item.open .faq-icon {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
}

.faq-a-text {
  padding: 0 24px 20px;
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.8;
  border-top: 1px solid var(--color-border-dim);
  padding-top: 16px;
}

/* =====================
   푸터 CTA 섹션
   ===================== */
.cta-section {
  background: linear-gradient(135deg, var(--color-graphite) 0%, #1a1a20 100%);
  border-top: 1px solid var(--color-border);
  padding: 80px 0;
}

.cta-content {
  text-align: center;
  margin-bottom: 48px;
}

.cta-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.1;
}

.cta-desc {
  font-size: 18px;
  color: var(--color-text-muted);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-orange);
  color: #fff;
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 900;
  transition: all var(--transition);
  box-shadow: 0 8px 30px rgba(5, 150, 105, 0.5);
}

.cta-phone:hover {
  background: var(--color-orange-bright);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(5, 150, 105, 0.7);
}

.cta-kakao {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fee500;
  color: #000;
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  transition: all var(--transition);
}

.cta-kakao:hover {
  background: #ffd700;
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(254, 229, 0, 0.4);
}

.consult-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulse-green 2s infinite;
}

.status-dot.offline {
  background: #ef4444;
  animation: none;
}

/* =====================
   메인 푸터
   ===================== */
footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border-dim);
  padding: 60px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-icon {
  width: 44px;
  height: 44px;
  background: var(--logo-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.footer-brand-name {
  font-size: 20px;
  font-weight: 900;
}

.footer-brand-en {
  font-size: 10px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 3px;
}

.footer-desc {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.footer-licenses {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.license-item {
  font-size: 12px;
  color: var(--color-text-dim);
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  gap: 6px;
}

.license-item .check {
  color: #4ade80;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--color-text);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border-dim);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.footer-links a {
  font-size: 13px;
  color: var(--color-text-muted);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a:hover {
  color: var(--color-orange);
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.contact-icon {
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.footer-bottom {
  border-top: 1px solid var(--color-border-dim);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--color-text-dim);
}

/* =====================
   유틸리티
   ===================== */
.orange-text {
  color: var(--color-orange);
}

.text-muted {
  color: var(--color-text-muted);
}

.glassmorphism {
  background: rgba(26, 26, 32, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* AOS 애니메이션 커스텀 */
[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left"] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* =====================
   드롭다운 메뉴
   ===================== */
.nav-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 200px;
  background: rgba(20, 20, 24, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  list-style: none;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 200;
  box-shadow: var(--shadow-card);
}

.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--color-text-muted);
  border-radius: 8px;
  transition: all var(--transition);
}

.dropdown-menu li a:hover {
  background: rgba(5, 150, 105, 0.1);
  color: var(--color-orange);
}

/* =====================
   서브페이지 공통
   ===================== */
.page-hero {
  padding: 160px 0 80px;
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border-dim);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(5, 150, 105, 0.08) 0%, transparent 60%);
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(5, 150, 105, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 150, 105, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--color-text-dim);
  margin-bottom: 20px;
  font-family: var(--font-tech);
  letter-spacing: 1px;
}

.breadcrumb a {
  color: var(--color-text-dim);
  transition: color var(--transition);
}

.breadcrumb a:hover {
  color: var(--color-orange);
}

.breadcrumb span {
  color: var(--color-orange);
}

.page-hero-eyebrow {
  font-size: 12px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.page-hero-title {
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
}

.page-hero-desc {
  font-size: 18px;
  color: var(--color-text-muted);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.page-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.service-content {
  padding: 80px 0;
  background: var(--color-bg);
}

.service-content-alt {
  padding: 80px 0;
  background: var(--color-bg-secondary);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.two-col.reverse {
  direction: rtl;
}

.two-col.reverse>* {
  direction: ltr;
}

.content-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.content-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.content-eyebrow {
  font-size: 11px;
  font-family: var(--font-tech);
  color: var(--color-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.content-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.15;
}

.content-desc {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin-bottom: 28px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--color-text-muted);
}

.check-list li::before {
  content: '✓';
  color: var(--color-orange);
  font-weight: 700;
  flex-shrink: 0;
}

.warn-box {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-left: 4px solid #ef4444;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.warn-box h4 {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 6px;
}

.warn-box p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* 문의 폼 */
.contact-form-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
}

.form-input,
.form-select,
.form-textarea {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  color: var(--color-text);
  font-family: var(--font-main);
  transition: border-color var(--transition), box-shadow var(--transition);
  width: 100%;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-orange);
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.form-select option {
  background: var(--color-bg-card);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cinfo-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: border-color var(--transition);
}

.cinfo-card:hover {
  border-color: var(--color-border);
}

.cinfo-icon {
  width: 48px;
  height: 48px;
  background: rgba(5, 150, 105, 0.1);
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.cinfo-body h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cinfo-body p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.cinfo-body strong {
  color: var(--color-orange);
  font-size: 18px;
}

/* ── 기사 대기 섹션 ── */
.dispatch-section {
  padding: 80px 0;
  background: var(--color-bg);
}

.dispatch-scene {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #0a0a12, #111827);
  padding: 48px 48px 48px 0;
  margin-bottom: 40px;
  border: 1px solid var(--color-border-dim);
  min-height: 220px;
  display: flex;
  align-items: center;
}

.dispatch-rush-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 55%;
  object-fit: cover;
  object-position: right center;
  opacity: .85;
  animation: rushIn 0.8s ease-out forwards;
}

@keyframes rushIn {
  from { transform: scale(0.75) translateX(-60px); opacity: 0; }
  to   { transform: scale(1) translateX(0); opacity: .85; }
}

.dispatch-text-area {
  margin-left: auto;
  width: 52%;
  position: relative;
  z-index: 2;
}

.dispatch-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--color-orange);
  margin-bottom: 12px;
}

.dispatch-heading {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}

.dispatch-sub {
  font-size: 14px;
  color: var(--color-text-muted);
}

.tech-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tech-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 16px;
  padding: 20px;
  flex: 1;
  min-width: 180px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: all .3s;
}

.tech-card:hover {
  border-color: var(--color-orange);
}

.tech-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--logo-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.tech-name {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.tech-exp {
  font-size: 12px;
  color: var(--color-orange);
  font-weight: 700;
  margin-bottom: 6px;
}

.tech-skills {
  font-size: 12px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.tech-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.3);
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #4ade80;
  margin-top: 8px;
}

.tech-status .dot-green {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
}

/* ── 정찰제 요금표 (카드 그리드) ── */
.price-section {
  background: var(--color-graphite);
  padding: 80px 0;
}

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

.price-card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-dim);
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.price-card:hover {
  border-color: var(--color-orange);
  transform: translateY(-6px);
}

.price-card.popular {
  border-color: var(--color-orange);
}

.price-card.popular::before {
  content: '인기';
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--color-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 100px;
}

.price-icon {
  font-size: 32px;
  color: var(--color-orange);
  margin-bottom: 12px;
}

.price-disclaimer {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.price-disclaimer strong {
  color: var(--color-orange);
}

/* =====================
   반응형 (모바일)
   ===================== */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .equipment-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

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

  .tech-cards {
    flex-direction: column;
  }

  .dispatch-text-area {
    width: 100%;
    margin: 0;
  }

  .dispatch-rush-img {
    display: none;
  }
}

@media (max-width: 768px) {
  section {
    padding: 48px 0;
  }

  .container {
    padding: 0 16px;
  }

  .navbar {
    padding: 12px 16px;
  }

  /* 햄버거 메뉴 표시 */
  .nav-hamburger {
    display: flex;
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 70px !important;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.98) !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    z-index: 9999 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    color: #FFFFFF !important;
  }

  .nav-menu.open {
    display: flex !important;
  }

  .nav-menu > li {
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
  }

  .nav-menu > li:last-child {
    border-bottom: none !important;
  }

  .nav-menu .nav-link,
  .nav-menu > li > a {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    color: #FFFFFF !important;
    transition: color 0.2s ease !important;
  }

  .nav-menu .nav-link:hover,
  .nav-menu > li > a:hover {
    color: #FEB813 !important;
  }

  .nav-menu .nav-cta {
    margin: 12px 16px 0;
    text-align: center;
    border-radius: 10px;
    background: #FEB813 !important;
    color: #111111 !important;
    font-weight: 700 !important;
  }

  /* 드롭다운 모바일 처리 */
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,0.04);
    border-radius: 0;
    padding: 0 0 8px 16px;
    border: none;
    display: none;
  }

  .dropdown-menu a {
    color: rgba(255,255,255,0.8) !important;
  }

  .dropdown-menu a:hover {
    color: #FEB813 !important;
  }

  .nav-dropdown.open .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu li a {
    padding: 10px 16px;
    font-size: 14px;
  }

  /* 서브페이지 히어로 */
  .page-hero {
    padding: 100px 0 48px;
  }

  .hero-narrow {
    min-height: 50vh !important;
  }

  /* 서비스 페이지 히어로 inline style 오버라이드 */
  .hero-narrow .hero-content {
    grid-template-columns: 1fr !important;
    padding-top: 60px !important;
    gap: 24px;
  }

  .hero-narrow .hero-side {
    display: none !important;
  }

  .page-hero-title {
    font-size: clamp(26px, 7vw, 36px);
  }

  .page-hero-desc {
    font-size: 14px;
  }

  /* 트러스트 바 */
  .trust-bar-inner {
    gap: 16px;
    justify-content: flex-start;
  }

  .trust-item {
    font-size: 12px;
  }

  /* 컨텐츠 레이아웃 */
  .two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .content-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* 히어로 통계 */
  .hero-content {
    padding: 0 16px;
  }

  .hero-stats {
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero-side {
    grid-template-columns: 1fr;
  }

  /* 그리드들 */
  .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-large {
    grid-column: span 1;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .process-steps::after {
    display: none;
  }

  .process-detail.active {
    grid-template-columns: 1fr;
  }

  .warranty-grid {
    grid-template-columns: 1fr;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  /* compare-table 모바일 */
  .compare-table {
    font-size: 12px;
  }

  .compare-table th,
  .compare-table td {
    padding: 10px 8px;
  }

  /* 케이스 카드 */
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* 가격표 카드 */
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .price-card {
    padding: 16px 12px;
  }

  .price-amount {
    font-size: 20px;
  }

  /* dispatch */
  .dispatch-scene {
    padding: 32px 20px;
    min-height: 160px;
  }

  .dispatch-text-area {
    width: 100%;
    margin: 0;
  }

  .tech-cards {
    flex-direction: column;
  }

  .tech-card {
    min-width: unset;
  }

  /* CTA */
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-phone,
  .cta-kakao {
    width: 100%;
    max-width: 360px;
    justify-content: center;
  }

  /* 푸터 */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  /* FAQ */
  .symptom-panel.active {
    grid-template-columns: 1fr;
  }

  /* 테이블 가로 스크롤 */
  .pricing-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pricing-table table {
    min-width: 480px;
  }

  /* 섹션 헤더 */
  .section-title {
    font-size: clamp(22px, 6vw, 32px);
  }

  .section-desc {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    justify-content: center;
    width: 100%;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .price-card {
    padding: 14px 10px;
  }

  .price-icon {
    font-size: 24px;
  }

  .price-amount {
    font-size: 18px;
  }

  .price-name {
    font-size: 13px;
  }

  /* 플로팅 버튼 */
  .floating-btn {
    font-size: 13px;
    padding: 10px 14px;
  }

  .section-header {
    margin-bottom: 24px;
  }
}


/* =====================
   추가된 라이트 테마/컴포넌트 CSS
   ===================== */

        /* ── 히어로 ── */
        .hero-v2 {
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: var(--color-bg);
            padding: 120px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .hero-v2::before {
            content: '';
            position: absolute;
            top: -200px;
            left: -200px;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(5, 150, 105, 0.13), transparent 65%);
            pointer-events: none;
        }

        .hero-v2-inner {
            display: grid;
            grid-template-columns: 1fr 420px;
            gap: 60px;
            align-items: center;
        }

        .hero-badge-v2 {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(5, 150, 105, 0.12);
            border: 1px solid rgba(5, 150, 105, 0.3);
            border-radius: 100px;
            padding: 8px 18px;
            font-size: 13px;
            font-weight: 700;
            color: var(--color-orange);
            margin-bottom: 24px;
        }

        .hero-badge-v2 .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--color-orange);
            animation: pulse 1.5s infinite;
        }

        .hero-v2-title {
            font-size: clamp(34px, 5vw, 58px);
            font-weight: 900;
            line-height: 1.15;
            margin-bottom: 20px;
        }

        .hero-v2-sub {
            font-size: 17px;
            color: var(--color-text-muted);
            line-height: 1.8;
            margin-bottom: 36px;
        }

        .hero-cta-group {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .btn-call-big {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--color-orange);
            color: #fff;
            border-radius: 14px;
            padding: 18px 32px;
            font-size: 20px;
            font-weight: 900;
            text-decoration: none;
            box-shadow: 0 8px 30px rgba(5, 150, 105, 0.4);
            transition: all .3s;
        }

        .btn-call-big:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(5, 150, 105, 0.5);
        }

        .btn-quote-big {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--color-bg-card);
            border: 1.5px solid var(--color-border);
            color: var(--color-text);
            border-radius: 14px;
            padding: 18px 28px;
            font-size: 17px;
            font-weight: 700;
            text-decoration: none;
            transition: all .3s;
        }

        .btn-quote-big:hover {
            border-color: var(--color-orange);
            color: var(--color-orange);
        }

        .hero-trust-row {
            display: flex;
            gap: 28px;
            flex-wrap: wrap;
        }

        .hero-trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: var(--color-text-muted);
        }

        .hero-trust-item i {
            color: var(--color-orange);
            font-size: 16px;
        }

        /* 히어로 우측 - 미니폼 */
        .hero-form-card {
            background: var(--color-bg-card);
            border: 1.5px solid var(--color-border);
            border-radius: 24px;
            padding: 32px;
        }

        .hero-form-title {
            font-size: 17px;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .hero-form-sub {
            font-size: 13px;
            color: var(--color-text-muted);
            margin-bottom: 20px;
        }

        .hf-input {
            width: 100%;
            background: var(--color-bg);
            border: 1px solid var(--color-border);
            border-radius: 10px;
            padding: 12px 16px;
            color: var(--color-text);
            font-size: 14px;
            outline: none;
            margin-bottom: 10px;
            box-sizing: border-box;
            transition: border .2s;
        }

        .hf-input:focus {
            border-color: var(--color-orange);
        }

        .hf-submit {
            width: 100%;
            background: var(--color-orange);
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 14px;
            font-size: 15px;
            font-weight: 800;
            cursor: pointer;
            transition: all .3s;
        }

        .hf-submit:hover {
            opacity: .9;
            transform: translateY(-1px);
        }

        /* ── 가격표 ── */
        .price-section {
            background: var(--color-graphite);
            padding: 80px 0;
        }

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

        .price-card {
            background: var(--color-bg-card);
            border: 1px solid var(--color-border-dim);
            border-radius: 18px;
            padding: 24px 20px;
            text-align: center;
            transition: all .3s;
            position: relative;
            overflow: hidden;
        }

        .price-card:hover {
            border-color: var(--color-orange);
            transform: translateY(-6px);
        }

        .price-card.popular {
            border-color: var(--color-orange);
        }

        .price-card.popular::before {
            content: '인기';
            position: absolute;
            top: 16px;
            right: 16px;
            background: var(--color-orange);
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            padding: 3px 10px;
            border-radius: 100px;
        }

        .price-icon {
            font-size: 32px;
            color: var(--color-orange);
            margin-bottom: 12px;
        }

        .price-name {
            font-size: 15px;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .price-amount {
            font-size: 26px;
            font-weight: 900;
            color: var(--color-orange);
        }

        .price-amount span {
            font-size: 14px;
            font-weight: 500;
            color: var(--color-text-muted);
        }

        .price-note {
            font-size: 12px;
            color: var(--color-text-dim);
            margin-top: 8px;
            line-height: 1.5;
        }

        .price-disclaimer {
            text-align: center;
            margin-top: 24px;
            font-size: 13px;
            color: var(--color-text-muted);
            line-height: 1.7;
        }

        .price-disclaimer strong {
            color: var(--color-orange);
        }

        /* ── 기사 대기 섹션 ── */
        .dispatch-section {
            padding: 80px 0;
            background: var(--color-bg);
        }

        .dispatch-scene {
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            background: linear-gradient(135deg, #0a0a12, #111827);
            padding: 48px 48px 48px 0;
            margin-bottom: 40px;
            border: 1px solid var(--color-border-dim);
            min-height: 220px;
            display: flex;
            align-items: center;
        }

        .dispatch-rush-img {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            max-width: 55%;
            object-fit: cover;
            object-position: right center;
            opacity: .85;
            /* 원근감 애니메이션 */
            animation: rushIn 0.8s ease-out forwards;
        }

        @keyframes rushIn {
            from {
                transform: scale(0.75) translateX(-60px);
                opacity: 0;
            }

            to {
                transform: scale(1) translateX(0);
                opacity: .85;
            }
        }

        .dispatch-text-area {
            margin-left: auto;
            width: 52%;
            position: relative;
            z-index: 2;
        }

        .dispatch-label {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            color: var(--color-orange);
            margin-bottom: 12px;
        }

        .dispatch-heading {
            font-size: clamp(20px, 2.5vw, 28px);
            font-weight: 900;
            line-height: 1.3;
            margin-bottom: 8px;
        }

        .dispatch-sub {
            font-size: 14px;
            color: var(--color-text-muted);
        }

        .tech-cards {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }

        .tech-card {
            background: var(--color-bg-card);
            border: 1px solid var(--color-border-dim);
            border-radius: 16px;
            padding: 20px;
            flex: 1;
            min-width: 180px;
            display: flex;
            gap: 14px;
            align-items: flex-start;
            transition: all .3s;
        }

        .tech-card:hover {
            border-color: var(--color-orange);
        }

        .tech-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--logo-gradient);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
        }

        .tech-name {
            font-size: 15px;
            font-weight: 800;
            margin-bottom: 4px;
        }

        .tech-exp {
            font-size: 12px;
            color: var(--color-orange);
            font-weight: 700;
            margin-bottom: 6px;
        }

        .tech-skills {
            font-size: 12px;
            color: var(--color-text-muted);
            line-height: 1.6;
        }

        .tech-status {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: rgba(74, 222, 128, 0.12);
            border: 1px solid rgba(74, 222, 128, 0.3);
            border-radius: 100px;
            padding: 3px 10px;
            font-size: 11px;
            font-weight: 700;
            color: #4ade80;
            margin-top: 8px;
        }

        .tech-status .dot-green {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #4ade80;
        }

        /* ── 비교표 ── */
        .compare-section {
            background: var(--color-graphite);
            padding: 80px 0;
        }

        .compare-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--color-border-dim);
        }

        .compare-table th {
            padding: 20px 28px;
            font-size: 16px;
            font-weight: 800;
            text-align: center;
        }

        .compare-table th.col-bad {
            background: #1a1a24;
            color: var(--color-text-muted);
            font-weight: 600;
        }

        .compare-table th.col-good {
            background: rgba(5, 150, 105, 0.15);
            color: var(--color-orange);
        }

        .compare-table td {
            padding: 16px 28px;
            font-size: 14px;
            border-top: 1px solid var(--color-border-dim);
            vertical-align: middle;
        }

        .compare-table td.col-label {
            font-weight: 700;
            background: var(--color-bg-card);
            color: var(--color-text-muted);
            font-size: 13px;
            width: 20%;
        }

        .compare-table td.col-bad {
            background: #111118;
            color: var(--color-text-dim);
        }

        .compare-table td.col-good {
            background: rgba(5, 150, 105, 0.05);
            font-weight: 600;
        }

        .col-bad .x-mark {
            color: #ff4444;
            margin-right: 6px;
        }

        .col-good .check-mark {
            color: #4ade80;
            margin-right: 6px;
        }

        /* ── 작업 사례 ── */
        .cases-section {
            padding: 80px 0;
            background: var(--color-bg);
        }

        .cases-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .case-card {
            background: var(--color-bg-card);
            border: 1px solid var(--color-border-dim);
            border-radius: 20px;
            overflow: hidden;
            transition: all .3s;
        }

        .case-card:hover {
            border-color: var(--color-orange);
            transform: translateY(-6px);
        }

        .case-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            background: var(--color-graphite);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            color: var(--color-border);
        }

        .case-img-placeholder {
            width: 100%;
            height: 200px;
            background: var(--color-graphite);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: var(--color-border);
        }

        .case-body {
            padding: 22px;
        }

        .case-tag {
            display: inline-block;
            background: rgba(5, 150, 105, 0.12);
            color: var(--color-orange);
            border-radius: 100px;
            padding: 4px 12px;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .case-location {
            font-size: 13px;
            color: var(--color-text-dim);
            margin-bottom: 8px;
        }

        .case-title {
            font-size: 16px;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .case-detail {
            font-size: 13px;
            color: var(--color-text-muted);
            line-height: 1.7;
            margin-bottom: 14px;
        }

        .case-quote {
            background: var(--color-bg);
            border-left: 3px solid var(--color-orange);
            padding: 10px 14px;
            border-radius: 0 8px 8px 0;
            font-size: 13px;
            color: var(--color-text-muted);
            line-height: 1.6;
            font-style: italic;
        }

        .case-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 14px;
            font-size: 12px;
            color: var(--color-text-dim);
        }

        /* ── 프로세스 ── */
        .process-simple {
            padding: 80px 0;
            background: var(--color-graphite);
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            position: relative;
        }

        .process-steps::before {
            content: '';
            position: absolute;
            top: 36px;
            left: 12.5%;
            right: 12.5%;
            height: 2px;
            background: linear-gradient(90deg, var(--color-orange), rgba(5, 150, 105, 0.2));
        }

        .process-step {
            text-align: center;
            padding: 0 16px;
            position: relative;
        }

        .process-circle {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: var(--color-bg-card);
            border: 2px solid var(--color-orange);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: var(--color-orange);
            margin: 0 auto 16px;
            position: relative;
            z-index: 1;
        }

        .process-step-num {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--color-orange);
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .process-step-title {
            font-size: 15px;
            font-weight: 800;
            margin-bottom: 6px;
        }

        .process-step-sub {
            font-size: 13px;
            color: var(--color-text-muted);
            line-height: 1.5;
        }

        /* 증상/장비 그리드 */
        .symptom-service-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .equip-inline-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        /* 반응형 */
        @media(max-width:900px) {
            .hero-v2-inner {
                grid-template-columns: 1fr;
            }

            .hero-form-card {
                width: 100%;
                max-width: 100%;
            }

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

            .cases-grid {
                grid-template-columns: 1fr;
            }

            .process-steps {
                grid-template-columns: repeat(2, 1fr);
                gap: 32px;
            }

            .process-steps::before {
                display: none;
            }

            .tech-cards {
                flex-direction: column;
            }

            .dispatch-text-area {
                width: 100%;
                margin: 0;
            }

            .dispatch-rush-img {
                display: none;
            }
        }

        @media(max-width:600px) {
            .price-grid {
                grid-template-columns: 1fr 1fr;
            }
            .symptom-service-grid {
                grid-template-columns: 1fr;
            }
            .equip-inline-grid {
                grid-template-columns: 1fr;
            }
            .compare-table-wrap {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }
            .compare-table {
                min-width: 520px;
                font-size: 12px;
            }
            .compare-table th,
            .compare-table td {
                padding: 10px 8px;
            }
            .btn-call-big {
                font-size: 16px;
                padding: 14px 22px;
                width: 100%;
                justify-content: center;
            }
            .btn-quote-big {
                font-size: 14px;
                padding: 14px 18px;
                width: 100%;
                justify-content: center;
            }
            .hero-cta-group {
                flex-direction: column;
            }
            .hero-v2 {
                padding: 90px 0 48px;
            }
            .hero-v2-sub {
                font-size: 15px;
            }
        }

        /* FAQ 아코디언 (홈) */
        .faq-list {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        #faq .faq-item.open .faq-icon {
            transform: rotate(180deg);
        }

/* =====================
   서브페이지 공통 컴포넌트 (라이트/블루 테마 추가분)
   ===================== */

/* 통증 점검 (pain-grid) */
.pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.pain-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-dim);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s, border-color 0.3s;
}
.pain-card:hover {
    border-color: var(--color-orange);
    transform: translateY(-4px);
}
.pain-emoji {
    font-size: 36px;
    color: var(--color-orange);
    margin-bottom: 16px;
}
.pain-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--color-text);
}
.pain-desc {
    font-size: 14.5px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* 후기 (review-grid) */
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.review-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-dim);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.review-stars {
    color: #facc15;
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.review-text {
    font-size: 14.5px;
    color: var(--color-text);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}
.review-author {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--color-text);
    margin-bottom: 6px;
}
.review-detail {
    font-size: 13px;
    color: var(--color-text-muted);
}

/* 절반 레이아웃 (two-col) */
.two-col, .intro-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.content-eyebrow {
    font-size: 13px;
    font-weight: 800;
    color: var(--color-orange);
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.content-title, .intro-title {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 24px;
    color: var(--color-text);
}
.content-desc, .intro-body {
    font-size: 16px;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin-bottom: 24px;
}
.content-img img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.warn-box {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}
.warn-box h4 {
    color: #ef4444;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.warn-box p {
    font-size: 14px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

/* 타임라인 (grease-timeline, steps-timeline) */
.grease-timeline, .steps-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.grease-stage, .step-node {
    flex: 1;
    min-width: 150px;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-dim);
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.stage-dot, .step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(5, 150, 105, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--color-orange);
    margin: 0 auto 16px;
}
.step-num {
    position: absolute;
    top: -5px;
    right: 50%;
    transform: translateX(35px);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stage-name, .step-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--color-text);
}
.stage-sub, .step-sub {
    font-size: 13.5px;
    color: var(--color-text-muted);
    line-height: 1.5;
}

/* 서브페이지 반응형 */
@media(max-width: 900px) {
    .pain-grid, .review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .two-col, .intro-two-col {
        grid-template-columns: 1fr;
    }
    .grease-timeline, .steps-timeline {
        flex-direction: column;
    }
}
@media(max-width: 600px) {
    .pain-grid, .review-grid {
        grid-template-columns: 1fr;
    }
}
    

/* === 신규 UI 컴포넌트 === */

/* 라이브 ETA 배너 */
.live-eta-banner {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
  animation: pulse-red 2s infinite;
}
.live-eta-banner i { font-size: 18px; }

@keyframes pulse-red {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

/* 트러스트 통계 */
.trust-stats-section {
  padding: 70px 0;
  background: var(--primary-dark-color);
  color: #fff;
  text-align: center;
}
.trust-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.trust-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.trust-stat-num {
  font-size: 48px;
  font-weight: 900;
  font-family: var(--font-tech);
  color: var(--primary-accent-color);
  text-shadow: 0 0 20px var(--color-orange-glow);
}
.trust-stat-label {
  font-size: 16px;
  opacity: 0.9;
  letter-spacing: -0.5px;
}

/* 안심 정찰제 보증서 */
.guarantee-card {
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 2px solid var(--color-orange);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 0 0 8px var(--color-orange-glow);
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px;
}
.guarantee-card::before {
  content: 'CERTIFIED';
  position: absolute;
  top: 30px;
  right: -35px;
  transform: rotate(45deg);
  background: var(--color-orange);
  color: #fff;
  padding: 5px 40px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.guarantee-header {
  margin-bottom: 30px;
  border-bottom: 2px dashed var(--color-border);
  padding-bottom: 20px;
}
.guarantee-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--primary-dark-color);
  margin-bottom: 10px;
}
.guarantee-desc {
  font-size: 15px;
  color: var(--color-text-muted);
}
.guarantee-stamp {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  border: 3px solid #ef4444;
  border-radius: 50%;
  color: #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  transform: rotate(-15deg);
  opacity: 0.8;
  letter-spacing: -1px;
}

/* 타임라인 */
.timeline-tracker {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 40px 0;
  padding: 0 20px;
}
.timeline-tracker::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 50px;
  right: 50px;
  height: 4px;
  background: var(--color-border-dim);
  z-index: 1;
}
.timeline-node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: transparent;
  width: 120px;
}
.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-bg-secondary);
  border: 3px solid var(--color-border-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}
.timeline-node.active .timeline-icon {
  border-color: var(--color-orange);
  color: var(--color-orange);
  box-shadow: 0 0 15px var(--color-orange-glow);
}
.timeline-time {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-orange);
  background: var(--color-orange-glow);
  padding: 4px 10px;
  border-radius: 12px;
}
.timeline-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-text);
  white-space: nowrap;
}

/* 듀얼 포토 비포애프터 */
.ba-section {
  padding: 60px 0;
}
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.ba-card {
  background: var(--color-bg-card);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid var(--color-border-dim);
}
.ba-photos {
  display: flex;
}
.ba-img-wrap {
  flex: 1;
  position: relative;
  background: #000;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-right: 1px solid #333;
}
.ba-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.ba-label.before { background: #ef4444; }
.ba-label.after { background: #10b981; }
.ba-content {
  padding: 24px;
}
.ba-title { font-weight: 800; font-size: 18px; margin-bottom: 8px; }
.ba-desc { font-size: 14px; color: var(--color-text-muted); }

@media(max-width: 768px) {
  .trust-stat-grid, .ba-grid { grid-template-columns: 1fr; }
  .timeline-tracker { flex-direction: column; align-items: flex-start; gap: 30px; padding: 0; }
  .timeline-tracker::before { top: 0; bottom: 0; left: 24px; height: auto; width: 4px; }
  .timeline-node { flex-direction: row; width: auto; }
}


/* =====================
   테마 설정: Dark Yellow (Dewalt)
   ===================== */
body.theme-dark-yellow {
  --color-bg: #111111;
  --color-bg-secondary: #0a0a0a;
  --color-bg-card: #1f1f1f;
  --color-orange: #FFC220; /* Dewalt Yellow */
  --color-orange-bright: #FFD451;
  --color-orange-glow: rgba(255, 194, 32, 0.2);
  --color-text: #ffffff;
  --color-text-muted: #9ca3af;
  --color-text-dim: #6b7280;
  --color-border: rgba(255, 194, 32, 0.2);
  --color-border-dim: #333333;
  --shadow-orange: 0 4px 20px rgba(255, 194, 32, 0.2);
  
  --primary-accent-color: #FFC220;
  --primary-dark-color: #000000;
  --logo-gradient: linear-gradient(135deg, #FFC220, #eab308);
}

body.theme-dark-yellow .hero-v2, body.theme-dark-yellow .page-hero {
  background: radial-gradient(ellipse at 30% 50%, rgba(255, 194, 32, 0.08) 0%, transparent 60%), var(--color-bg-secondary);
}

body.theme-dark-yellow .guarantee-card {
  background: var(--color-bg-card);
  border-color: var(--color-orange);
  box-shadow: 0 10px 40px rgba(0,0,0,0.5), 0 0 0 2px var(--color-orange-glow);
}
body.theme-dark-yellow .guarantee-card::before { color: #000; }
body.theme-dark-yellow .hero-form-card { background: var(--color-bg-card); border-color: var(--color-border-dim); }
body.theme-dark-yellow .bento-card,
body.theme-dark-yellow .case-card {
  background: var(--color-bg-card) !important;
  border: 1px solid var(--color-border-dim) !important;
  box-shadow: none !important;
}
body.theme-dark-yellow .price-card {
  background: var(--color-bg);
  border: 1px solid var(--color-border-dim);
}
body.theme-dark-yellow .col-bad { background: #1a1a1a !important; color: #9ca3af !important; }
body.theme-dark-yellow .col-good { background: rgba(255,194,32,0.1) !important; }
body.theme-dark-yellow .navbar { background: rgba(17,17,17,0.95); border-bottom-color: #333; }
body.theme-dark-yellow .navbar.scrolled { background: #111; }
body.theme-dark-yellow .nav-link { color: #d1d5db; }
body.theme-dark-yellow .nav-link:hover { color: #fff; }
body.theme-dark-yellow .nav-logo-ko { color: #fff; }
body.theme-dark-yellow .nav-cta { color: #000 !important; }
body.theme-dark-yellow .btn-call-big { color: #000 !important; }
body.theme-dark-yellow .hf-input { background: #111; color: #fff; border-color: #333; }
body.theme-dark-yellow .mini-submit-btn { color: #000 !important; }
body.theme-dark-yellow .trust-stats-section { background: #000; }
body.theme-dark-yellow .guarantee-title, body.theme-dark-yellow .section-title, body.theme-dark-yellow .hero-title { color: #fff; }
body.theme-dark-yellow .timeline-icon { background: var(--color-bg-card); }
body.theme-dark-yellow .timeline-node { background: transparent; }


body.theme-dark-yellow .price-amount span {
    white-space: nowrap;
}

body.theme-dark-yellow .section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-border-dim), transparent);
    margin: 0;
    border: none;
}

body.theme-dark-yellow section {
    position: relative;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.why-us-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-dim);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: left;
    transition: transform 0.3s ease;
}
.why-us-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-orange);
}
.why-us-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 194, 32, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--color-orange);
    margin-bottom: 24px;
}
.why-us-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}
.why-us-desc {
    font-size: 15px;
    color: var(--color-text-muted);
    line-height: 1.6;
}

@media(max-width: 768px) {
    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .trust-stat-grid {
        gap: 20px;
    }
}


/* 서브 페이지 테이블 스타일 복구 (quote-table, spec-table) */
body.theme-dark-yellow .quote-table,
body.theme-dark-yellow .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 24px;
    background: var(--color-bg-card);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    border: 1px solid var(--color-border-dim);
}

body.theme-dark-yellow .quote-table th,
body.theme-dark-yellow .spec-table th {
    background: rgba(255, 194, 32, 0.1);
    color: var(--color-orange);
    padding: 16px;
    font-weight: 800;
    border-bottom: 1px solid var(--color-orange);
}

body.theme-dark-yellow .quote-table td,
body.theme-dark-yellow .spec-table td {
    padding: 16px;
    border-bottom: 1px solid var(--color-border-dim);
    color: #f1f5f9;
}

body.theme-dark-yellow .quote-table tr:last-child td,
body.theme-dark-yellow .spec-table tr:last-child td {
    border-bottom: none;
}

body.theme-dark-yellow .quote-table tbody tr:hover,
body.theme-dark-yellow .spec-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* 추가적인 모바일 반응형 처리 */
@media(max-width: 768px) {
    body.theme-dark-yellow .quote-table, 
    body.theme-dark-yellow .spec-table {
        font-size: 13px;
    }
    body.theme-dark-yellow .quote-table th, 
    body.theme-dark-yellow .quote-table td, 
    body.theme-dark-yellow .spec-table th, 
    body.theme-dark-yellow .spec-table td {
        padding: 12px 8px;
    }
}


/* =======================================================
   SUBPAGE COMPONENT FIXES FOR DARK YELLOW THEME
   ======================================================= */
   
/* CTA Section Override */
body.theme-dark-yellow .cta-section {
    background: linear-gradient(135deg, #181510 0%, #0d0d0d 100%) !important;
    border-top: 1px solid rgba(255, 194, 32, 0.1);
}
body.theme-dark-yellow .cta-title { color: #ffffff !important; }
body.theme-dark-yellow .cta-desc { color: #cbd5e1 !important; }

/* SERVICE CARDS (6가지 특수 배관 등) */
body.theme-dark-yellow .service-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
body.theme-dark-yellow .scard { background: var(--color-bg-card); border: 1px solid var(--color-border-dim); border-radius: 12px; padding: 32px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
body.theme-dark-yellow .scard:hover { transform: translateY(-5px); border-color: var(--color-orange); box-shadow: 0 10px 25px rgba(255, 194, 32, 0.1); }
body.theme-dark-yellow .scard-icon i { font-size: 38px; color: var(--color-orange); margin-bottom: 20px; background: rgba(255, 194, 32, 0.1); padding: 12px; border-radius: 12px; display: inline-block; }
body.theme-dark-yellow .scard-title { font-size: 20px; font-weight: 800; margin-bottom: 12px; color: #fff; }
body.theme-dark-yellow .scard-desc { font-size: 15px; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 24px; }
body.theme-dark-yellow .scard .check-list li { color: #cbd5e1; }

/* NOZZLE GRID (노즐 8종) */
body.theme-dark-yellow .nozzle-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
body.theme-dark-yellow .nozzle-card { background: var(--color-bg-secondary); border: 1px solid var(--color-border-dim); border-radius: 16px; padding: 24px; text-align: center; transition: all 0.3s ease; }
body.theme-dark-yellow .nozzle-card:hover { border-color: var(--color-orange); background: var(--color-bg-card); }
body.theme-dark-yellow .nozzle-name { font-size: 18px; font-weight: 800; color: #fff; margin: 16px 0 8px; }
body.theme-dark-yellow .nozzle-spec { font-size: 14px; color: var(--color-text-dim); line-height: 1.5; }

/* MAINTENANCE GRID (정기 점검) */
body.theme-dark-yellow .maint-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
body.theme-dark-yellow .maint-card { background: var(--color-bg-card); border: 1px solid var(--color-border-dim); border-radius: 16px; padding: 40px 32px; text-align: center; }
body.theme-dark-yellow .maint-card.featured { border-color: var(--color-orange); box-shadow: 0 0 20px rgba(255,194,32,0.15); transform: translateY(-10px); background: linear-gradient(180deg, var(--color-bg-secondary) 0%, var(--color-bg-card) 100%); }
body.theme-dark-yellow .maint-period { font-size: 16px; font-weight: 700; color: var(--color-text-muted); margin-bottom: 8px; }
body.theme-dark-yellow .maint-sub { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 24px; }
body.theme-dark-yellow .maint-discount { font-size: 40px; font-weight: 900; line-height: 1; margin-bottom: 24px; color: var(--color-orange); }
body.theme-dark-yellow .maint-target { font-size: 15px; color: var(--color-text-dim); line-height: 1.6; }

/* TYPE GRID (변기 막힘 원인) */
body.theme-dark-yellow .type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
body.theme-dark-yellow .type-card { background: var(--color-bg-card); border-radius: 16px; padding: 32px; border: 1px solid var(--color-border-dim); }
body.theme-dark-yellow .type-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .type-card p { font-size: 15px; color: var(--color-text-muted); margin-bottom: 20px; line-height: 1.6; }

/* DANGER GRID (이것만은 절대 - 변기) */
body.theme-dark-yellow .danger-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
body.theme-dark-yellow .danger-card { background: rgba(239,68,68,0.05); border: 1px solid rgba(239,68,68,0.1); border-radius: 12px; padding: 24px; }
body.theme-dark-yellow .danger-title { font-size: 18px; font-weight: 800; margin: 16px 0 8px; }
body.theme-dark-yellow .danger-desc { font-size: 14px; color: var(--color-text-muted); line-height: 1.6; }

/* ABOUT PAGE ELEMENTS */
body.theme-dark-yellow .about-hero { padding: 100px 0; text-align: center; background: radial-gradient(ellipse at 50% 50%, rgba(255,194,32,0.05) 0%, transparent 60%); }
body.theme-dark-yellow .about-hero-eyebrow { color: var(--color-orange); font-size: 14px; font-weight: 800; letter-spacing: 2px; margin-bottom: 16px; }
body.theme-dark-yellow .about-hero-title { font-size: clamp(36px, 5vw, 56px); font-weight: 900; line-height: 1.2; margin-bottom: 24px; color: #fff; }
body.theme-dark-yellow .about-hero-desc { font-size: 18px; color: var(--color-text-muted); line-height: 1.7; margin-bottom: 60px; }
body.theme-dark-yellow .about-stats { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; }
body.theme-dark-yellow .about-stat-item { text-align: center; }
body.theme-dark-yellow .about-stat-num { font-size: 48px; font-weight: 900; color: var(--color-orange); margin-bottom: 8px; font-family: 'Rajdhani', sans-serif;}
body.theme-dark-yellow .about-stat-label { font-size: 15px; color: var(--color-text-muted); }

body.theme-dark-yellow .philosophy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; margin-top:24px;}
body.theme-dark-yellow .philosophy-card { background: var(--color-bg-secondary); padding: 40px; border-radius: 16px; border: 1px solid var(--color-border-dim); }
body.theme-dark-yellow .philosophy-icon i { font-size: 40px; color: var(--color-orange); margin-bottom: 24px; display: inline-block; }
body.theme-dark-yellow .philosophy-title { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 16px; }
body.theme-dark-yellow .philosophy-desc { font-size: 15px; color: var(--color-text-muted); line-height: 1.7; }

body.theme-dark-yellow .intro-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
body.theme-dark-yellow .intro-label { color: var(--color-orange); font-size: 14px; font-weight: 800; letter-spacing: 2px; margin-bottom: 16px; }
body.theme-dark-yellow .intro-title { font-size: 36px; font-weight: 900; line-height: 1.3; color: #fff; margin-bottom: 24px; }
body.theme-dark-yellow .intro-body { font-size: 16px; color: var(--color-text-muted); line-height: 1.7; margin-bottom: 16px; }

body.theme-dark-yellow .equip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
body.theme-dark-yellow .equip-card { background: var(--color-bg-card); border-radius: 12px; padding: 32px; border: 1px solid var(--color-border-dim); }
body.theme-dark-yellow .equip-icon i { font-size: 36px; color: var(--color-orange); margin-bottom: 16px; }
body.theme-dark-yellow .equip-name { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; }
body.theme-dark-yellow .equip-desc { font-size: 15px; color: var(--color-text-dim); line-height: 1.6; }

body.theme-dark-yellow .promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
body.theme-dark-yellow .promise-card { background: var(--color-bg-secondary); padding: 32px; border-radius: 12px; border: 1px solid var(--color-border-dim); display: flex; gap: 24px; align-items: flex-start;}
body.theme-dark-yellow .promise-num { font-size: 48px; font-weight: 900; color: rgba(255,194,32,0.2); line-height: 1; font-family: 'Rajdhani', sans-serif;}
body.theme-dark-yellow .promise-title { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; margin-top: 4px; }
body.theme-dark-yellow .promise-desc { font-size: 15px; color: var(--color-text-muted); line-height: 1.6; }

@media(max-width: 768px) {
    body.theme-dark-yellow .intro-two-col { grid-template-columns: 1fr; gap: 40px; }
    body.theme-dark-yellow .promise-grid { grid-template-columns: 1fr; }
    body.theme-dark-yellow .about-stats { gap: 30px; }
    body.theme-dark-yellow .philosophy-card { padding: 24px; }
    body.theme-dark-yellow .promise-card { padding: 20px; flex-direction: column; gap:16px;}
}

/* =======================================================
   QUOTE.HTML COMPONENTS FOR DARK YELLOW THEME
   ======================================================= */
body.theme-dark-yellow .page-header { background: #111; padding: 20px 0; display: flex; align-items: center; justify-content: center; gap: 24px; position: relative; border-bottom: 1px solid #333; }
body.theme-dark-yellow .logo-mark i { font-size: 32px; color: var(--color-orange); }
body.theme-dark-yellow .logo-text { font-size: 20px; font-weight: 900; color: #fff; line-height: 1.1; }
body.theme-dark-yellow .logo-sub { font-size: 12px; color: var(--color-text-muted); letter-spacing: 1px; }
body.theme-dark-yellow .back-btn { position: absolute; left: 24px; color: var(--color-text-muted); text-decoration: none; display: flex; align-items: center; gap: 8px; font-size: 14px; }
body.theme-dark-yellow .print-btn { position: absolute; right: 24px; background: rgba(255,194,32,0.1); color: var(--color-orange); border: 1px solid rgba(255,194,32,0.3); padding: 8px 16px; border-radius: 8px; cursor: pointer; display: flex; align-items: center; gap: 8px; font-weight: 700; transition: all 0.3s; }
body.theme-dark-yellow .print-btn:hover { background: var(--color-orange); color: #000; }

body.theme-dark-yellow .quote-card { background: var(--color-bg-card); max-width: 900px; margin: 40px auto; border-radius: 16px; border: 1px solid var(--color-border-dim); padding: 48px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
body.theme-dark-yellow .quote-header { text-align: center; margin-bottom: 40px; }
body.theme-dark-yellow .quote-type { color: var(--color-orange); font-size: 14px; font-weight: 800; letter-spacing: 2px; margin-bottom: 12px; }
body.theme-dark-yellow .quote-title { font-size: 40px; font-weight: 900; color: #fff; margin-bottom: 16px; }
body.theme-dark-yellow .quote-subtitle { font-size: 16px; color: var(--color-text-muted); line-height: 1.6; }

body.theme-dark-yellow .quote-meta { display: flex; justify-content: center; gap: 40px; margin-top: 32px; padding: 20px; background: var(--color-bg-secondary); border-radius: 12px; border: 1px solid var(--color-border-dim); }
body.theme-dark-yellow .meta-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
body.theme-dark-yellow .meta-item label { font-size: 12px; color: var(--color-text-dim); }
body.theme-dark-yellow .meta-item strong { font-size: 16px; color: #fff; }

body.theme-dark-yellow .promise-bar { display: flex; justify-content: space-between; background: linear-gradient(90deg, rgba(255,194,32,0.05), transparent); border-left: 4px solid var(--color-orange); padding: 16px 24px; border-radius: 4px; margin-bottom: 40px; }
body.theme-dark-yellow .promise-item { font-size: 14px; font-weight: 700; color: #fff; display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .promise-item i { color: var(--color-orange); font-size: 18px; }

body.theme-dark-yellow .section-label { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 16px; border-bottom: 2px solid var(--color-border); padding-bottom: 12px; }
body.theme-dark-yellow .quote-table { width: 100%; border-collapse: collapse; margin-bottom: 40px; }
body.theme-dark-yellow .quote-table th { text-align: left; padding: 12px 16px; background: var(--color-bg-secondary); color: var(--color-text-muted); font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--color-border-dim); }
body.theme-dark-yellow .quote-table td { padding: 20px 16px; border-bottom: 1px solid var(--color-border-dim); vertical-align: top; }
body.theme-dark-yellow .item-name { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .item-note { font-size: 13px; color: var(--color-text-muted); }
body.theme-dark-yellow .item-price { font-size: 18px; font-weight: 800; text-align: right; color: #fff; }
body.theme-dark-yellow .item-price.free { color: var(--color-orange); }
body.theme-dark-yellow .item-price.service { color: #22c55e; }

/* Override table inline text styles injected in HTML */
body.theme-dark-yellow .quote-table td[style*="color:#666;"] { color: var(--color-text-muted) !important; }
body.theme-dark-yellow .quote-table td[style*="color:#1a1a1a;"] { color: #fff !important; }
body.theme-dark-yellow .quote-table td[style*="color:#888;"] { color: var(--color-text-dim) !important; }

body.theme-dark-yellow .badge-free, body.theme-dark-yellow .badge-service { font-size: 11px; padding: 2px 6px; border-radius: 4px; font-weight: 800; }
body.theme-dark-yellow .badge-free { background: rgba(255,194,32,0.1); color: var(--color-orange); border: 1px solid rgba(255,194,32,0.3); }
body.theme-dark-yellow .badge-service { background: rgba(34,197,94,0.1); color: #22c55e; border: 1px solid rgba(34,197,94,0.3); }

body.theme-dark-yellow .quote-total { background: var(--color-bg-secondary); border: 1px solid var(--color-border-dim); border-radius: 12px; padding: 24px 32px; margin-bottom: 40px; }
body.theme-dark-yellow .total-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed var(--color-border); }
body.theme-dark-yellow .total-row:last-child { border-bottom: none; padding-bottom: 0; }
body.theme-dark-yellow .total-label { font-size: 15px; color: var(--color-text-muted); display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .total-value { font-size: 16px; font-weight: 800; color: #fff; }
body.theme-dark-yellow .total-row.main { margin-top: 12px; padding-top: 24px; border-top: 2px solid var(--color-border); border-bottom: none; }
body.theme-dark-yellow .total-row.main .total-label { font-size: 20px; font-weight: 900; color: #fff; }
body.theme-dark-yellow .total-row.main .total-value { font-size: 24px; font-weight: 900; color: var(--color-orange); }

body.theme-dark-yellow .agreement-box { background: rgba(255,194,32,0.03); border: 1px solid rgba(255,194,32,0.1); border-radius: 12px; padding: 32px; margin-bottom: 40px; }
body.theme-dark-yellow .agreement-title { font-size: 18px; font-weight: 800; color: var(--color-orange); margin-bottom: 24px; display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .agreement-steps { list-style: none; padding: 0; margin: 0; }
body.theme-dark-yellow .agreement-steps li { display: flex; gap: 16px; margin-bottom: 16px; color: var(--color-text-muted); font-size: 14px; line-height: 1.6; }
body.theme-dark-yellow .agreement-steps li:last-child { margin-bottom: 0; }
body.theme-dark-yellow .step-num { width: 24px; height: 24px; flex-shrink: 0; background: var(--color-bg-card); border: 1px solid var(--color-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; color: var(--color-orange); }
body.theme-dark-yellow .agreement-steps strong { color: #fff; }

body.theme-dark-yellow .signature-area { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; }
body.theme-dark-yellow .sig-box { flex: 1; border: 1px solid var(--color-border-dim); border-radius: 8px; padding: 24px; }
body.theme-dark-yellow .sig-label { font-size: 14px; font-weight: 800; color: var(--color-text-muted); margin-bottom: 24px; border-bottom: 1px solid var(--color-border); padding-bottom: 12px; }
body.theme-dark-yellow .sig-line { border-bottom: 1px solid var(--color-border); margin-bottom: 16px; }
body.theme-dark-yellow .sig-name { font-size: 14px; color: var(--color-text-dim); }
body.theme-dark-yellow .company-name { font-size: 20px; font-weight: 900; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
body.theme-dark-yellow .company-info { font-size: 13px; color: var(--color-text-muted); line-height: 1.6; }

body.theme-dark-yellow .quote-footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--color-border-dim); font-size: 13px; color: var(--color-text-dim); line-height: 1.8; }

@media print {
    body.theme-dark-yellow { background: #fff !important; color: #000 !important; }
    body.theme-dark-yellow .quote-card { background: #fff !important; box-shadow: none !important; border: none !important; padding: 0 !important; }
    body.theme-dark-yellow .quote-table td[style*="color:#666;"] { color: #666 !important; }
    body.theme-dark-yellow .quote-table td[style*="color:#1a1a1a;"] { color: #1a1a1a !important; }
    body.theme-dark-yellow .item-name, body.theme-dark-yellow .quote-title, body.theme-dark-yellow .agreement-title { color: #000 !important; }
    body.theme-dark-yellow .quote-subtitle, body.theme-dark-yellow .item-note { color: #555 !important; }
    body.theme-dark-yellow .meta-item strong { color: #000 !important; }
    body.theme-dark-yellow .print-btn, body.theme-dark-yellow .back-btn, body.theme-dark-yellow .page-header { display: none !important; }
}

/* =====================
   하단 고정 바 (전화 & 카톡)
   ===================== */
body.theme-dark-yellow,
body.theme-light-trust {
  padding-bottom: 74px; /* 바 높이만큼 하단 여백 추가 */
}

.bottom-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 74px;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.bottom-action-bar .bar-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: -0.5px;
}

.bottom-action-bar .bar-btn.kakao {
  background: #fee500;
  color: #1a1a1a;
}

.bottom-action-bar .bar-btn.kakao i {
  font-size: 26px;
}

.bottom-action-bar .bar-btn.call {
  background: var(--color-orange);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bottom-action-bar .bar-btn.call i {
  font-size: 26px;
  animation: icon-ring 2s infinite;
}

/* 맥박(Pulse) 강조 애니메이션 */
.bottom-action-bar .bar-btn.call::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  animation: bar-pulse 2s infinite;
}

@keyframes bar-pulse {
  0% { transform: scale(0.95); opacity: 0; }
  50% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.05); opacity: 0; }
}

@keyframes icon-ring {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(15deg) scale(1.1); }
  20% { transform: rotate(-10deg) scale(1.1); }
  30% { transform: rotate(15deg) scale(1.1); }
  40% { transform: rotate(-10deg) scale(1.1); }
  50% { transform: rotate(0deg) scale(1); }
}

@media (max-width: 768px) {
  body.theme-dark-yellow,
  body.theme-light-trust {
    padding-bottom: 64px;
  }
  .bottom-action-bar {
    height: 64px;
  }
  .bottom-action-bar .bar-btn {
    font-size: 16px;
    gap: 8px;
  }
  .bottom-action-bar .bar-btn.kakao i,
  .bottom-action-bar .bar-btn.call i {
    font-size: 22px;
  }

  /* 문의하기 폼 레이아웃 모바일 1단 최적화 */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-form-section {
    padding: 50px 0;
  }
}


body.theme-light-trust {
  --color-bg: #fdfbf7;
  --color-bg-secondary: #ffffff;
  --color-bg-card: #ffffff;
  --color-orange: #FF9900; /* Dewalt Orange */
  --color-orange-bright: #FEB813; /* Dewalt Yellow */
  --color-orange-glow: rgba(255, 153, 0, 0.15);
  --color-text: #1f2937;
  --color-text-muted: #4b5563;
  --color-text-dim: #9ca3af;
  --color-border: rgba(255, 153, 0, 0.2);
  --color-border-dim: rgba(31, 41, 55, 0.1);
  --shadow-orange: 0 4px 20px rgba(255, 153, 0, 0.2);
  --primary-accent-color: #FF9900;
  --primary-dark-color: #D97706;
  --logo-gradient: linear-gradient(135deg, #FF9900, #FEB813);
}
body.theme-light-trust .hero-v2, body.theme-light-trust .page-hero {
  background: radial-gradient(ellipse at 30% 50%, rgba(255, 153, 0, 0.08) 0%, transparent 60%), var(--color-bg-secondary);
}


/* === Geometric Backgrounds & Animations === */
.bg-geometric {
    position: relative;
    overflow: hidden;
}
.bg-geometric::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        radial-gradient(var(--color-border) 1px, transparent 1px),
        radial-gradient(var(--color-border) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}
.bg-waves {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 150px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%23059669" fill-opacity="0.05" d="M0,160L48,144C96,128,192,96,288,106.7C384,117,480,171,576,176C672,181,768,139,864,122.7C960,107,1056,117,1152,144C1248,171,1344,213,1392,234.7L1440,256L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}
.bg-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(5, 150, 105, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
    animation: floatBlob 10s infinite alternate ease-in-out;
}
@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(50px, 30px) scale(1.1); }
}

.bento-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border-dim);
    border-radius: var(--radius-lg);
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.08);
    border-color: var(--color-border);
}


/* =======================================================
   PREMIUM DESIGN OVERHAUL (GLASSMORPHISM & GRID)
   ======================================================= */

/* Premium Bento Cards with Glassmorphism */
body.theme-light-trust .bento-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    overflow: hidden;
}
body.theme-light-trust .bento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.1);
    border-color: rgba(5, 150, 105, 0.3);
}

/* Typography Enhancements */
body.theme-light-trust .section-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.2;
}
body.theme-light-trust .orange-text {
    background: linear-gradient(135deg, #FF9900, #FEB813);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* Advanced Equipment Grid (Replaces old table) */
.premium-spec-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}
.premium-spec-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr 2fr;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid var(--color-border-dim);
    transition: all 0.3s ease;
}
.premium-spec-row.header-row {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 10px 24px;
    font-weight: 800;
    color: var(--color-text-muted);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.premium-spec-row:not(.header-row):hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1);
    border-color: var(--color-orange);
    z-index: 10;
    position: relative;
}
.spec-col-1 { font-weight: 800; font-size: 18px; color: var(--color-text); display: flex; align-items: center; gap: 12px; }
.spec-col-2 { font-weight: 900; font-size: 20px; color: var(--color-orange); font-family: 'Rajdhani', sans-serif;}
.spec-col-3 { font-weight: 700; font-size: 16px; color: var(--color-text-dim); }
.spec-col-4 { font-size: 14px; color: var(--color-text-muted); line-height: 1.5; }

@media(max-width: 768px) {
    .premium-spec-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px;
    }
    .premium-spec-row.header-row { display: none; }
    .spec-col-2::before { content: '압력: '; font-size: 14px; color: var(--color-text-muted); font-weight: normal; font-family: 'Pretendard', sans-serif; }
    .spec-col-3::before { content: '유량: '; font-size: 14px; color: var(--color-text-muted); font-weight: normal; }
}

/* About Us Hero Redesign */
.about-hero-premium {
    position: relative;
    padding: 120px 0 80px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(5,150,105,0.08) 0%, transparent 70%);
}
.about-hero-premium .glass-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(5,150,105,0.2);
    border-radius: 100px;
    color: var(--color-orange);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.about-hero-premium h1 {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -2px;
    margin-bottom: 24px;
    color: var(--color-text);
}


/* Premium Quote Table */
body.theme-light-trust .quote-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}
body.theme-light-trust .quote-table th {
    text-align: left;
    padding: 12px 24px;
    color: var(--color-text-muted);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.theme-light-trust .quote-table td {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--color-border-dim);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
body.theme-light-trust .quote-table td:first-child {
    border-radius: 16px 0 0 16px;
    border-right: none;
}
body.theme-light-trust .quote-table td:last-child {
    border-radius: 0 16px 16px 0;
    border-left: none;
}
body.theme-light-trust .quote-table tbody tr:hover td {
    transform: scale(1.01);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.08);
    border-color: var(--color-orange);
    z-index: 10;
}
body.theme-light-trust .item-name {
    font-size: 18px;
    font-weight: 900;
    color: var(--color-text);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}
body.theme-light-trust .item-price {
    font-size: 20px;
    font-weight: 900;
    text-align: right;
    color: var(--color-text);
    font-family: 'Rajdhani', sans-serif;
}
body.theme-light-trust .item-price.free { color: var(--color-orange); }
body.theme-light-trust .item-price.service { color: var(--color-orange); }

/* =====================================================
   [NP] Nearpipe 10-Task UI 컴포넌트 추가 스타일
   접두사: np-  |  기존 스타일과 충돌 없음
   ===================================================== */

/* ── 공통 색상 변수 ── */
.np-red-text { color: #f59e0b; }



/* ─────────────────────────────────────────
   Task 2: 타사 영수증 부검 갤러리
   ─────────────────────────────────────────── */
.np-autopsy-section {
  padding: 80px 0;
  background: #0f0f0f;
}
.np-autopsy-title {
  font-size: clamp(24px,3.5vw,40px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}
.np-autopsy-swiper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.np-autopsy-card {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 20px;
  transition: transform .25s, box-shadow .25s;
}
.np-autopsy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(220,38,38,.15);
}
.np-case-label {
  font-size: 11px;
  font-weight: 700;
  color: #ff6b6b;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.np-case-label span { color: rgba(255,255,255,.5); font-weight: 400; }
.np-before-after {
  display: flex;
  align-items: center;
  gap: 10px;
}
.np-ba-col { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.np-ba-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  background: rgba(220,38,38,.2);
  color: #ff6b6b;
  text-align: center;
  letter-spacing: .5px;
}
.np-green-badge { background: rgba(16,185,129,.2); color: #10B981; }
.np-ba-img {
  min-height: 90px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}
.np-blur-img {
  background: rgba(220,38,38,.08);
  color: rgba(255,255,255,.4);
  border: 1px dashed rgba(220,38,38,.3);
  filter: blur(0);
}
.np-after-img {
  background: rgba(16,185,129,.08);
  color: rgba(255,255,255,.7);
  border: 1px dashed rgba(16,185,129,.3);
}
.np-ba-price { font-size: 15px; font-weight: 900; text-align: center; }
.np-red { color: rgba(255,255,255,0.38); text-decoration: line-through; text-decoration-color: rgba(220,80,80,0.6); }
.np-green { color: #10B981; }
/* 텍스트 명도 상향 */
.np-ba-result { font-size: 11px; color: rgba(255,255,255,.85); text-align: center; }
.np-case-label span { color: rgba(255,255,255,.75); font-weight: 500; }
.np-blur-img { color: rgba(255,255,255,.85) !important; }
.np-after-img { color: rgba(255,255,255,.95) !important; }
.np-sim-label { color: rgba(255,255,255,.8) !important; }
.np-vs-badge {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.3);
  padding: 6px 0;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────
   Task 3: 2차 피해 비용 시뮬레이터
   ─────────────────────────────────────────── */
.np-simulator-section {
  padding: 80px 0;
  background: #080808;
}
.np-sim-title {
  font-size: clamp(22px,3vw,38px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}
.np-sim-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.np-sim-item {
  background: #111;
  border: 1px solid rgba(255,68,68,.25);
  border-radius: 12px;
  padding: 20px 24px;
  text-align: center;
  min-width: 140px;
}
.np-sim-item.np-sim-total {
  border-color: rgba(255,68,68,.6);
  background: rgba(220,38,38,.08);
}
.np-sim-label {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-bottom: 8px;
}
.np-sim-counter {
  font-family: 'Share Tech Mono', monospace;
  font-size: clamp(22px,3vw,36px);
  font-weight: 900;
  color: #ff4444;
  line-height: 1;
}
.np-sim-total-num {
  font-size: clamp(28px,4vw,48px);
  color: #ff2222;
  text-shadow: 0 0 20px rgba(255,34,34,.4);
}
.np-sim-unit { font-size: 12px; color: rgba(255,255,255,.4); margin-top: 4px; }
.np-sim-plus, .np-sim-equals {
  font-size: 28px;
  font-weight: 900;
  color: rgba(255,68,68,.5);
}
.np-sim-note {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.3);
  margin-top: 24px;
}

/* ─────────────────────────────────────────
   Task 5: 장비별 아코디언
   ─────────────────────────────────────────── */
.np-accordion-section {
  padding: 80px 0;
  background: #111;
}
.np-accordion { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 40px auto 0; }
.np-acc-item {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .25s;
}
.np-acc-item.np-open { border-color: rgba(245,158,11,.4); }
.np-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  background: none;
  color: #fff;
  text-align: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
}
.np-acc-trigger:hover { background: rgba(255,255,255,.03); }
.np-acc-step {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-amber, #f59e0b);
  letter-spacing: 1px;
  white-space: nowrap;
}
.np-acc-title { flex: 1; }
.np-acc-title em { font-style: normal; color: rgba(255,255,255,.45); font-weight: 400; font-size: 13px; }
.np-acc-icon {
  font-size: 22px;
  color: rgba(255,255,255,.35);
  transition: transform .25s;
  flex-shrink: 0;
}
.np-acc-item.np-open .np-acc-icon { transform: rotate(45deg); color: var(--accent-amber,#f59e0b); }
.np-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  padding: 0 22px;
}
.np-acc-item.np-open .np-acc-body { max-height: 300px; padding: 0 22px 20px; }
.np-acc-body p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 12px; }
.np-acc-list { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.np-acc-list li { font-size: 13px; color: rgba(255,255,255,.5); }
.np-acc-list li::before { content: none; }

/* ─────────────────────────────────────────
   Task 6: 골든타임 Sticky 배너
   ─────────────────────────────────────────── */
.np-sticky-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: repeating-linear-gradient(
    -45deg,
    #f59e0b 0px, #f59e0b 12px,
    #1a1a00 12px, #1a1a00 24px
  );
  padding: 2px 0;
}
.np-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(0,0,0,.88);
  padding: 10px 20px;
  flex-wrap: wrap;
}
.np-sticky-text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.np-sticky-cta {
  display: inline-block;
  background: #dc2626;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 18px;
  border-radius: 50px;
  white-space: nowrap;
  text-decoration: none;
  transition: background .2s;
}
.np-sticky-cta:hover { background: #b91c1c; }
.np-sticky-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.4);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  padding: 0 4px;
}

/* ─────────────────────────────────────────
   Task 7: 비디오 그리드
   ─────────────────────────────────────────── */
.np-video-section {
  padding: 80px 0;
  background: #0d0d0d;
}
.np-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.np-video-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16/9;
}
.np-site-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(.85);
}
.np-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 14px;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 60%);
}
.np-unmute-btn {
  background: rgba(0,0,0,.65);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  cursor: pointer;
  transition: background .2s;
}
.np-unmute-btn:hover { background: rgba(220,38,38,.7); border-color: transparent; }
.np-video-caption {
  align-self: flex-start;
  font-size: 12px;
  color: rgba(255,255,255,.7);
  background: rgba(0,0,0,.5);
  padding: 4px 10px;
  border-radius: 4px;
}

/* ─────────────────────────────────────────
   Task 8: 장인화 기사 프로필
   ─────────────────────────────────────────── */
.np-artisan-section {
  padding: 80px 0;
  background: #0a0a0a;
}
.np-artisan-title {
  font-size: clamp(24px,3.5vw,40px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}
.np-artisan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.np-artisan-card {
  background: #141414;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s, border-color .25s;
}
.np-artisan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.15);
}
.np-artisan-img-wrap {
  position: relative;
  background: #1a1a1a;
  padding: 32px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.np-artisan-avatar {
  font-size: 64px;
  filter: grayscale(100%) contrast(120%);
  user-select: none;
}
.np-location-badge {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: rgba(255,255,255,.55);
  background: rgba(0,0,0,.5);
  padding: 3px 10px;
  border-radius: 50px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.np-blink-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  animation: np-blink-pulse 1.2s ease-in-out infinite;
}
@keyframes np-blink-pulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.4; transform:scale(.7); }
}
.np-artisan-loc { color: #22c55e; }
.np-artisan-info { padding: 20px; }
.np-artisan-name { font-size: 16px; font-weight: 900; color: #fff; margin-bottom: 6px; }
.np-artisan-career { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 8px; }
.np-artisan-spec { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.7); margin-bottom: 8px; }
.np-artisan-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #f59e0b;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.3);
  padding: 3px 10px;
  border-radius: 50px;
}

/* ─────────────────────────────────────────
   Task 9: FAB + Modal
   ─────────────────────────────────────────── */
.np-fab {
  position: fixed;
  bottom: 60px; /* sticky 배너 위 */
  right: 20px;
  z-index: 8500;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  line-height: 1.3;
  padding: 14px 18px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(220,38,38,.5);
  text-align: center;
  transition: transform .2s, box-shadow .2s;
  animation: np-fab-pulse 2.5s ease-in-out infinite;
}
.np-fab small { font-size: 10px; font-weight: 400; opacity: .8; display: block; }
.np-fab:hover { transform: scale(1.07); box-shadow: 0 12px 40px rgba(220,38,38,.65); }
@keyframes np-fab-pulse {
  0%,100%{ box-shadow: 0 8px 30px rgba(220,38,38,.5); }
  50%{ box-shadow: 0 8px 40px rgba(220,38,38,.75), 0 0 0 8px rgba(220,38,38,.1); }
}

.np-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9500;
  backdrop-filter: blur(4px);
}
.np-modal-overlay.np-active { display: block; }

.np-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(.95);
  z-index: 9600;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  width: min(480px, 92vw);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 30px 80px rgba(0,0,0,.8);
  transition: transform .25s, opacity .25s;
  opacity: 0;
}
.np-modal.np-active { display: block; transform: translate(-50%,-50%) scale(1); opacity: 1; }

.np-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.np-modal-header h3 { font-size: 16px; font-weight: 900; color: #fff; }
.np-modal-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.4);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}
.np-modal-form { padding: 20px 24px 24px; }
.np-modal-field { margin-bottom: 14px; }
.np-modal-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  margin-bottom: 6px;
}
.np-modal-field input,
.np-modal-field textarea {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 11px 14px;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: border-color .2s;
}
.np-modal-field input:focus,
.np-modal-field textarea:focus {
  outline: none;
  border-color: rgba(220,38,38,.6);
  background: rgba(220,38,38,.06);
}
.np-modal-field textarea { resize: vertical; min-height: 70px; }
.np-modal-submit {
  width: 100%;
  background: #dc2626;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s;
  margin-top: 6px;
}
.np-modal-submit:hover { background: #b91c1c; }

/* ─────────────────────────────────────────
   반응형
   ─────────────────────────────────────────── */
@media (max-width: 768px) {
  .np-sim-grid { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 4px !important; }
  .np-sim-plus, .np-sim-equals { display: block !important; transform: rotate(90deg) !important; margin: 2px 0 !important; font-size: 20px !important; line-height: 1 !important; height: auto !important; }
  .np-sticky-text { font-size: 11px; }
  .np-fab { bottom: 70px; right: 12px; }
  /* 모바일에서도 케이스 박스 내부 가로 배치 유지 */
  .np-before-after { flex-direction: row !important; align-items: stretch !important; gap: 6px !important; }
  .np-vs-badge { transform: none !important; writing-mode: horizontal-tb !important; flex-shrink: 0; }
  .np-ba-col { min-width: 0; }
  .np-ba-img { min-height: 70px; font-size: 11px !important; padding: 8px 6px !important; }
  .np-ba-price { font-size: 13px !important; }
  .np-ba-result { font-size: 10px !important; }
  .np-autopsy-swiper { grid-template-columns: 1fr; }
  .np-video-grid { grid-template-columns: 1fr; }
  .np-artisan-grid { grid-template-columns: 1fr; }
}


/* 모바일 바둑판 배열 최적화 (2열) */
@media (max-width: 768px) {
    .pricing-grid,
    .card-news-grid,
    .stage-grid,
    .np-artisan-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .pricing-grid .price-ticket,
    .card-news-grid .card-news-item,
    .stage-grid .stage-card,
    .np-artisan-grid .np-artisan-card,
    .np-video-grid .np-video-card {
        padding: 12px !important;
    }
    
    .card-news-item .card-news-title { font-size: 15px !important; line-height: 1.3 !important; }
    .card-news-item .card-news-desc { font-size: 12px !important; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
    .card-news-item .card-news-badge { font-size: 10px !important; padding: 2px 6px !important; margin-bottom: 8px !important; }
    
    .stage-card .stage-title { font-size: 15px !important; }
    .stage-card .stage-desc { font-size: 12px !important; }
    .stage-icon-wrap { font-size: 32px !important; width: 50px !important; height: 50px !important; }
    
    .price-ticket .price-name { font-size: 14px !important; }
    .price-ticket .price-name i { font-size: 20px !important; }
    .price-ticket .price-amount { font-size: 18px !important; }
    .price-ticket .price-amount span { font-size: 12px !important; }
    
    .np-artisan-name { font-size: 14px !important; margin-bottom: 4px !important; }
    .np-artisan-career, .np-artisan-spec { font-size: 11px !important; }
    .np-artisan-badge { font-size: 10px !important; padding: 2px 6px !important; margin-top: 8px !important; }
    .np-location-badge { font-size: 10px !important; padding: 3px 6px !important; }
    
    .np-video-caption { font-size: 12px !important; padding: 8px !important; }
    .np-unmute-btn { font-size: 10px !important; padding: 4px 8px !important; top: 6px !important; right: 6px !important; }
    
    /* 텍스트 중앙정렬 일괄 적용 (모바일 바둑판에서 예쁘게) */
    .card-news-item, .stage-card, .price-ticket, .np-artisan-card {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* 텍스트 대비 향상 (너무 어두운 텍스트를 밝게) */
.section-desc, .card-news-desc, .stage-desc, .np-acc-body p, .hero-v5-sub, .np-sim-note {
    color: rgba(255, 255, 255, 0.9) !important;
}
/* 단, 밝은 배경을 가진 곳(FAQ 등)은 어두운 텍스트 유지 */
.faq-content { color: #475569 !important; }

@media (max-width: 768px) {
    /* 빈 공간 알아서 채우기 (홀수번째 아이템이 마지막일 경우 가운데 정렬 및 풀스팬) */
    .card-news-grid > *:last-child:nth-child(odd),
    .np-artisan-grid > *:last-child:nth-child(odd),
    .pricing-grid > *:last-child:nth-child(odd),
    .stage-grid > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    /* 2차 피해 시뮬레이터 모바일에서 너무 길어지는 현상 최적화 */
    .np-sim-item { width: 95% !important; margin: 0 auto !important; padding: 12px !important; }
    .np-sim-item.np-sim-total { width: 100% !important; margin-top: 4px !important; padding: 12px !important; }

    /* 메인 히어로, 내시경 섹션 외 중앙 정렬 통일 */
    .section-title:not(.hero-v5-title):not(.content-heading),
    .section-desc,
    .section-eyebrow {
        text-align: center !important;
        display: block;
    }
}


/* =====================================================
   자가 배관 진단 체크리스트 (dki-checker)
   ===================================================== */
.dki-checker-section {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    padding: 72px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.dki-checker-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 44px;
    align-items: start;
}

.dki-checklist {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dki-check-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.04);
    border: 1.5px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 16px 18px;
    cursor: pointer;
    transition: all .22s ease;
    position: relative;
}
.dki-check-item:hover {
    border-color: rgba(245,158,11,.4);
    background: rgba(245,158,11,.06);
    transform: translateX(4px);
}
.dki-check-item.checked {
    border-color: rgba(245,158,11,.7);
    background: rgba(245,158,11,.1);
}
.dki-check-item input[type="checkbox"] {
    display: none;
}

.dki-check-box {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    color: transparent;
    font-size: 14px;
}
.dki-check-item.checked .dki-check-box {
    background: #F59E0B;
    border-color: #F59E0B;
    color: #000;
    box-shadow: 0 0 12px rgba(245,158,11,.5);
}

.dki-check-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dki-check-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.dki-check-sub {
    font-size: 12px;
    color: rgba(255,255,255,.5);
}

.dki-urgency-tag {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 20px;
    letter-spacing: .5px;
}
.u-low    { background: rgba(16,185,129,.15); color: #10B981; border: 1px solid rgba(16,185,129,.3); }
.u-mid    { background: rgba(245,158,11,.15); color: #F59E0B; border: 1px solid rgba(245,158,11,.3); }
.u-high   { background: rgba(220,38,38,.15);  color: #EF4444; border: 1px solid rgba(220,38,38,.3); }
.u-danger { background: rgba(220,38,38,.3);   color: #fff;    border: 1px solid #DC2626; animation: danger-pulse .8s ease-in-out infinite alternate; }
@keyframes danger-pulse { from { box-shadow: 0 0 0 0 rgba(220,38,38,.5); } to { box-shadow: 0 0 0 4px rgba(220,38,38,0); } }

.dki-result-card {
    background: rgba(255,255,255,.03);
    border: 1.5px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
}

.dki-result-idle {
    text-align: center;
    color: rgba(255,255,255,.3);
}
.dki-result-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
}
.dki-result-msg {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,.35);
}

.dki-result-active {
    width: 100%;
}

.dki-gauge-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.dki-gauge-bar {
    flex: 1;
    height: 10px;
    background: rgba(255,255,255,.1);
    border-radius: 99px;
    overflow: hidden;
}
.dki-gauge-fill {
    height: 100%;
    border-radius: 99px;
    width: 0;
    transition: width .5s cubic-bezier(.34,1.56,.64,1), background .4s;
}
.dki-gauge-label {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    min-width: 36px;
    text-align: right;
}

.dki-result-level {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 14px;
    line-height: 1.4;
    transition: color .3s;
}

.dki-result-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,.8) !important;
    margin-bottom: 22px;
}
.dki-result-desc strong {
    color: #fff;
    font-weight: 700;
}

.dki-result-cta {
    display: block;
    text-align: center;
    padding: 14px 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, background .3s;
    box-shadow: 0 6px 24px rgba(0,0,0,.4);
}
.dki-result-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0,0,0,.5);
}

@media (max-width: 768px) {
    .dki-checker-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dki-result-card {
        position: static;
        min-height: auto;
    }
    .dki-check-title { font-size: 14px; }
    .dki-check-sub   { font-size: 11px; }
    .dki-check-item  { padding: 13px 14px; gap: 10px; }
}


/* =====================================================
   비포 / 애프터 비교 섹션 (dki-ba)
   ===================================================== */
.dki-ba-section {
    background: #111;
    padding: 80px 0;
    border-top: 1px solid rgba(255,255,255,.06);
}

/* 탭 버튼 */
.dki-ba-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 36px 0 32px;
    flex-wrap: wrap;
}
.dki-ba-tab {
    padding: 10px 26px;
    border-radius: 99px;
    border: 1.5px solid rgba(255,255,255,.15);
    background: transparent;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all .22s;
}
.dki-ba-tab:hover {
    border-color: var(--accent-amber,#F59E0B);
    color: var(--accent-amber,#F59E0B);
}
.dki-ba-tab.active {
    background: var(--accent-amber,#F59E0B);
    border-color: var(--accent-amber,#F59E0B);
    color: #000;
    box-shadow: 0 4px 20px rgba(245,158,11,.4);
}

/* 패널 */
.dki-ba-panels { position: relative; }
.dki-ba-panel  { display: none; animation: baFadeIn .35s ease; }
.dki-ba-panel.active { display: block; }
@keyframes baFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* 비교 레이아웃 */
.dki-ba-compare {
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    gap: 0;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}

.dki-ba-col { display: flex; flex-direction: column; align-items: center; gap: 14px; }

.dki-ba-label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 4px 14px;
    border-radius: 99px;
}
.dki-before-label { background: rgba(220,38,38,.15); color: #EF4444; border: 1px solid rgba(220,38,38,.3); }
.dki-after-label  { background: rgba(16,185,129,.15); color: #10B981; border: 1px solid rgba(16,185,129,.3); }

.dki-ba-img-wrap {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #1e1e1e;
}
.dki-ba-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dki-ba-img-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 8px;
}
.dki-tag-bad  { background: rgba(220,38,38,.85); color: #fff; }
.dki-tag-good { background: rgba(16,185,129,.85); color: #fff; }

.dki-ba-caption {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,.65);
    text-align: center;
}

/* VS 구분선 */
.dki-ba-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}
.dki-ba-divider span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #222;
    border: 2px solid rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: rgba(255,255,255,.5);
}

/* 모바일 */
@media (max-width: 768px) {
    .dki-ba-compare {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dki-ba-divider {
        padding-top: 0;
        transform: rotate(90deg);
        height: 30px;
    }
    .dki-ba-tab { font-size: 13px; padding: 8px 18px; }
}

/* ================================================================
   DANGER STAGES — 흰 배경 섹션에서 텍스트가 안 보이는 문제 수정
   content-section (흰 배경)에서는 어두운 텍스트 강제 유지
   ================================================================ */
.content-section .section-title,
.content-section h2.section-title {
    color: #111111 !important;
}
.content-section .section-desc {
    color: #475569 !important;
}
.content-section .stage-title { color: #1a1a1a !important; }
.content-section .stage-desc  { color: #475569 !important; }
.content-section .stage-num   { color: var(--accent-amber) !important; }

/* 내시경 섹션(alt-bg) 동일 처리 */
.content-section.alt-bg .section-title,
.content-section.alt-bg h2.section-title { color: #111111 !important; }
.content-section.alt-bg .content-heading { color: #1a1a1a !important; }
.content-section.alt-bg .content-body    { color: #475569 !important; }


/* ================================================================
   섹션별 중앙 정렬 강제 (dispatch / card-news / estimate)
   ================================================================ */
.dispatch-section h2,
.fleet-section h2,
.dispatch-section p {
    text-align: center !important;
}

.card-news-section > .container > .section-eyebrow,
.card-news-section > .container > h2,
.card-news-section > .container > .section-title {
    text-align: center !important;
    display: block !important;
}

.estimate-section .section-eyebrow,
.estimate-section .section-title,
.estimate-section .section-desc {
    text-align: center !important;
    display: block !important;
}
