/* ============================================================
   server-forensics.html — page-specific CSS
   분리: 2026-06-07
   ============================================================ */

/* ─────────────────────────────────────────────────────
   forensic-headers-center
   (페이지 섹션 헤더 중앙 정렬 — PC 전용)
   ───────────────────────────────────────────────────── */
@media (min-width: 769px) {
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head {
    text-align: center !important;
  }
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-badge,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-eyebrow,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-h2,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head h2,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-desc,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-subdesc,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-badge,
  section:not(.st-hero-v2):not([class*="hero"]) .st-section-head .st-section-eyebrow {
    display: inline-flex !important;
  }
}

/* ═══ IMAGE ZOOM — 클릭 시 원본 크기 lightbox (SEO 친화 <a> wrap) ═══ */
.st-zoom-link {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; position: relative;
  text-decoration: none; color: inherit; cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none; user-drag: none;
}
.st-zoom-link picture { display: contents; }
.st-zoom-link img {
  transition: opacity .2s;
  -webkit-user-drag: none; user-drag: none;
  pointer-events: none;
}
.st-zoom-link:hover img { opacity: .94; }
.st-zoom-badge {
  position: absolute; top: 10px; right: 10px;
  display: inline-flex; align-items: center; gap: 6px;
  height: 32px; padding: 0 12px 0 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: .01em;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  z-index: 3; pointer-events: none;
  transition: background .2s, transform .2s;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.st-zoom-badge i { font-size: 12px; }
.st-zoom-link:hover .st-zoom-badge,
.st-zoom-link:focus-visible .st-zoom-badge {
  background: rgba(231, 76, 60, 0.95);
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .st-zoom-badge { height: 28px; padding: 0 10px 0 9px; font-size: 10.5px; top: 8px; right: 8px; }
  .st-zoom-badge i { font-size: 11px; }
}
#stLightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.93);
  z-index: 99999;
  align-items: center; justify-content: center;
  padding: 24px; box-sizing: border-box;
  cursor: zoom-out;
  animation: stLbFade .18s ease-out;
  touch-action: pinch-zoom;
}
#stLightbox.active { display: flex; }
@keyframes stLbFade { from { opacity: 0 } to { opacity: 1 } }
#stLightbox img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto; object-fit: contain; display: block;
  -webkit-user-drag: none;
  box-shadow: 0 12px 48px rgba(0,0,0,.5);
  border-radius: 4px;
  touch-action: pinch-zoom;
}
#stLightboxClose {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.18); border: 0;
  color: #fff; font-size: 22px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
  padding: 0; line-height: 1; z-index: 2;
}
#stLightboxClose:hover { background: rgba(255, 255, 255, 0.32); transform: scale(1.06); }
#stLightboxCaption {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.85); font-size: 12px; letter-spacing: .02em;
  padding: 7px 16px;
  background: rgba(0,0,0,.55); border-radius: 20px;
  max-width: 88vw; text-align: center;
  pointer-events: none; line-height: 1.4;
}
#stLightboxLoading {
  position: absolute; color: rgba(255,255,255,.5); font-size: 13px;
}
@media (max-width: 640px) {
  #stLightbox { padding: 12px; }
  #stLightboxClose { width: 40px; height: 40px; top: 12px; right: 12px; font-size: 20px; }
  #stLightboxCaption { font-size: 11px; bottom: 14px; padding: 6px 14px; }
}

/* ─────────────────────────────────────────────────────
   st-hero-v2 (히어로 영역 — 다크 네이비 + 레드 #e74c3c)
   ───────────────────────────────────────────────────── */
.st-hero-v2 { background: linear-gradient(135deg, #1f2240 0%, #1d2949 50%, #15172e 100%); color: #fff; padding: 56px 0 64px; position: relative; overflow: hidden; }
.st-hero-v2 .lg-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.st-hero-v2 .st-hero-card { background: rgba(34, 38, 68, .85); border: 2px solid rgba(255,90,80,.7); border-radius: 22px; padding: 44px 44px 40px; box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset, 0 10px 36px rgba(0,0,0,.35), 0 0 32px rgba(255,90,80,.7); backdrop-filter: blur(10px); }
.st-hero-v2 .st-hero-stage { display: grid; grid-template-columns: 1.4fr .6fr; gap: 36px; align-items: center; min-height: 380px; }
.st-hero-v2 .st-hero-content { min-width: 0; }
.st-hero-v2 .st-hero-tag { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; background: rgba(231,76,60,.22); color: #ffb3aa; border: 1px solid rgba(255,90,80,.7); border-radius: 999px; font-size: 12.5px; font-weight: 700; letter-spacing: .02em; }
.st-hero-v2 .st-hero-h1 { font-family: "Montserrat","Pretendard",sans-serif; font-size: 52px; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; color: #fff; margin: 16px 0 14px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.st-hero-v2 .st-hero-h1 .brand { font-size: .55em; color: rgba(255,255,255,.7); font-weight: 700; letter-spacing: -.005em; }
.st-hero-v2 .st-hero-h1 .tier { color: #e74c3c; font-size: 1em; font-weight: 800; letter-spacing: -.01em; }
.st-hero-v2 .st-hero-h1 .tier .hl { color: #e74c3c; }
.st-hero-v2 .st-hero-h1 .tier .rest { color: #fff; margin-left: .15em; }
.st-hero-v2 .st-hero-tagline { font-size: 25px; font-weight: 800; line-height: 1.4; color: #fff; margin: 0 0 18px; letter-spacing: -.01em; }
.st-hero-v2 .st-hero-sub { font-size: 17px; color: rgba(230,232,244,.9); line-height: 1.7; margin: 0 0 18px; font-weight: 500; max-width: 600px; }
.st-hero-v2 .st-hero-trust { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: rgba(0,0,0,.25); border-left: 3px solid #e74c3c; border-radius: 8px; margin: 0 0 18px; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 620px; }
.st-hero-v2 .st-hero-trust > i { color: #e74c3c; font-size: 18px; flex: none; margin-top: 2px; }
.st-hero-v2 .st-hero-trust strong { color: #fff; font-weight: 700; }
.st-hero-v2 .st-hero-warn { display: flex; flex-direction: column; gap: 8px; margin: 0 0 22px; font-size: 12.5px; color: rgba(255,255,255,.78); line-height: 1.55; max-width: 620px; }
.st-hero-v2 .st-hero-warn p { display: flex; align-items: flex-start; gap: 8px; margin: 0; }
.st-hero-v2 .st-hero-warn p i { color: #e74c3c; font-size: 13px; flex: none; margin-top: 3px; }
.st-hero-v2 .st-hero-warn p strong { color: #fff; font-weight: 700; }
.st-hero-v2 .st-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.st-hero-v2 .st-cta-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; background: #e74c3c; color: #fff; text-decoration: none; border-radius: 10px; font-weight: 700; font-size: 15px; box-shadow: 0 4px 18px rgba(0,0,0,.3); transition: transform .15s, box-shadow .15s; }
.st-hero-v2 .st-cta-primary:hover { transform: translateY(-1px); }
.st-hero-v2 .st-cta-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; background: transparent; color: #fff; text-decoration: none; border: 1.5px solid rgba(255,255,255,.4); border-radius: 10px; font-weight: 600; font-size: 15px; }
.st-hero-v2 .st-hero-meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.85); }
.st-hero-v2 .st-hero-meta i { color: #e74c3c; }
.st-hero-v2 .st-hero-visual { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; }
.st-hero-v2 .st-hero-package { position: relative; width: 100%; max-width: 220px; filter: drop-shadow(0 18px 36px rgba(0,0,0,.5)); }
.st-hero-v2 .st-hero-package img { width: 100%; height: auto; display: block; }

@media (max-width: 960px) {
  .st-hero-v2 { padding: 36px 0 44px; }
  .st-hero-v2 .st-hero-card { padding: 32px 28px; border-radius: 18px; }
  .st-hero-v2 .st-hero-stage { grid-template-columns: 1fr; gap: 20px; text-align: center; min-height: auto; }
  .st-hero-v2 .st-hero-h1 { font-size: 44px; justify-content: center; }
  .st-hero-v2 .st-hero-h1 .brand { display: block; width: 100%; font-size: 16px; margin-bottom: 4px; }
  .st-hero-v2 .st-hero-tagline { font-size: 21px; }
  .st-hero-v2 .st-hero-sub { font-size: 16px; margin-left: auto; margin-right: auto; }
  .st-hero-v2 .st-hero-meta { justify-content: center; }
  .st-hero-v2 .st-hero-cta { justify-content: center; }
  .st-hero-v2 .st-hero-visual { min-height: auto; padding-top: 12px; }
  .st-hero-v2 .st-hero-package { max-width: 180px; }
}

@media (max-width: 540px) {
  .st-hero-v2 { padding: 24px 0 32px; }
  .st-hero-v2 .lg-container { padding: 0 12px; }
  .st-hero-v2 .st-hero-card { padding: 24px 18px; border-radius: 14px; }
  .st-hero-v2 .st-hero-h1 { font-size: 36px; flex-direction: column; gap: 4px; }
  .st-hero-v2 .st-hero-h1 .brand { font-size: 14px; }
  .st-hero-v2 .st-hero-tagline { font-size: 18px; }
  .st-hero-v2 .st-hero-sub { font-size: 14.5px; line-height: 1.65; }
  .st-hero-v2 .st-hero-meta { font-size: 12px; gap: 10px; }
  .st-hero-v2 .st-cta-primary, .st-hero-v2 .st-cta-secondary { padding: 12px 18px; font-size: 14px; }
  .st-hero-v2 .st-hero-package { max-width: 150px; }
}
