[class^="xi-"],
[class*=" xi-"] {
  font-family: xeicon !important;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { font-family: 'Noto Sans KR', sans-serif; }
html { scroll-behavior: smooth; }

:root {
  --brand-blue: #1b6fd4;
  --brand-blue-dark: #061428;
  --brand-blue-mid: #0c3368;
  --accent-orange: #ff5722;
}

/* 레이아웃 컨테이너 (1400px) */
.max-w-layout {
  max-width: 1400px;
}

/* 콘텐츠 섹션 — 여백·타이포 1.5배 (히어로·GNB 제외) */
.content-section {
  --scale: 1.5;
  padding-top: calc(6rem * var(--scale));
  padding-bottom: calc(6rem * var(--scale));
}

/* 섹션 타이틀 */
.content-section h2.section-title {
  font-size: calc(1.875rem * var(--scale)) !important;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .content-section h2.section-title {
    font-size: calc(2.25rem * var(--scale)) !important;
  }
}
.content-section .section-title::after {
  width: calc(48px * var(--scale));
  height: calc(3px * var(--scale));
  margin-top: calc(12px * var(--scale));
}

/* 섹션 서브타이틀 — 본문(1.5배)보다 작게 */
.content-section .section-subtitle {
  font-size: 0.9375rem !important;
  line-height: 1.55 !important;
  letter-spacing: -0.01em;
}
@media (min-width: 640px) {
  .content-section .section-subtitle {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
}
.content-section .section-subtitle-note {
  font-size: 0.8125rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 640px) {
  .content-section .section-subtitle-note {
    font-size: 0.875rem !important;
  }
}

/* 본문·라벨·가격 등 텍스트 유틸 + 행간 */
.content-section .text-xs {
  font-size: calc(0.75rem * var(--scale)) !important;
  line-height: 1.5 !important;
}
.content-section .text-sm {
  font-size: calc(0.875rem * var(--scale)) !important;
  line-height: 1.6 !important;
}
.content-section .text-base {
  font-size: calc(1rem * var(--scale)) !important;
  line-height: 1.7 !important;
}
.content-section .text-lg {
  font-size: calc(1.125rem * var(--scale)) !important;
  line-height: 1.65 !important;
}
.content-section .text-xl {
  font-size: calc(1.25rem * var(--scale)) !important;
  line-height: 1.6 !important;
}
.content-section .text-2xl {
  font-size: calc(1.5rem * var(--scale)) !important;
  line-height: 1.45 !important;
}
.content-section .text-3xl {
  font-size: calc(1.875rem * var(--scale)) !important;
  line-height: 1.35 !important;
}
.content-section .text-4xl {
  font-size: calc(2.25rem * var(--scale)) !important;
  line-height: 1.3 !important;
}
.content-section .text-5xl {
  font-size: calc(3rem * var(--scale)) !important;
  line-height: 1.25 !important;
}
.content-section .text-6xl {
  font-size: calc(3.75rem * var(--scale)) !important;
  line-height: 1.2 !important;
}

.content-section .leading-relaxed {
  line-height: 1.8 !important;
}
.content-section .leading-normal {
  line-height: 1.65 !important;
}

.content-section h3 {
  line-height: 1.45 !important;
}

@media (min-width: 640px) {
  .content-section .sm\:text-base {
    font-size: calc(1rem * var(--scale)) !important;
    line-height: 1.7 !important;
  }
  .content-section .sm\:text-lg {
    font-size: calc(1.125rem * var(--scale)) !important;
    line-height: 1.65 !important;
  }
  .content-section .sm\:text-4xl {
    font-size: calc(2.25rem * var(--scale)) !important;
    line-height: 1.3 !important;
  }
}

/* 섹션 내부 간격 */
.content-section .mb-10 { margin-bottom: calc(2.5rem * var(--scale)) !important; }
.content-section .mb-12 { margin-bottom: calc(3rem * var(--scale)) !important; }
.content-section .mb-16 { margin-bottom: calc(4rem * var(--scale)) !important; }
.content-section .mt-14 { margin-top: calc(3.5rem * var(--scale)) !important; }
.content-section .mt-16 { margin-top: calc(4rem * var(--scale)) !important; }
.content-section .gap-2 { gap: calc(0.5rem * var(--scale)) !important; }
.content-section .gap-4 { gap: calc(1rem * var(--scale)) !important; }
.content-section .gap-6 { gap: calc(1.5rem * var(--scale)) !important; }
.content-section .gap-8 { gap: calc(2rem * var(--scale)) !important; }

/* 폼 필드 */
.content-section input:not([class*="text-"]),
.content-section select:not([class*="text-"]),
.content-section textarea:not([class*="text-"]) {
  font-size: calc(1rem * var(--scale));
}

/* 피처 카드 */
.content-section .feature-card {
  padding: calc(1.75rem * var(--scale));
  border-radius: calc(1rem * var(--scale));
}
.content-section .feature-card-icon {
  width: calc(3.5rem * var(--scale));
  height: calc(3.5rem * var(--scale));
  margin-bottom: calc(1.25rem * var(--scale));
}
.content-section .feature-card-icon svg {
  width: calc(1.75rem * var(--scale));
  height: calc(1.75rem * var(--scale));
}

/* Why Choose Us 카드 */
.feature-card {
  background: linear-gradient(145deg, rgba(12, 51, 104, 0.55) 0%, rgba(8, 37, 72, 0.85) 100%);
  border: 1px solid rgba(59, 146, 232, 0.2);
  border-radius: 1rem;
  padding: 1.75rem;
  height: 100%;
}
.feature-card-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, rgba(27, 111, 212, 0.25), rgba(16, 68, 138, 0.15));
  border: 1px solid rgba(59, 146, 232, 0.25);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* 파워애드가 선택되는 이유 — 밝은 배경 */
#features .feature-card {
  background: #ffffff;
  border: 1px solid rgba(27, 111, 212, 0.4);
  box-shadow: 0 4px 20px rgba(27, 111, 212, 0.08);
  transition: box-shadow 0.3s ease;
}
#features .feature-card.card-hover:hover {
  border-color: rgba(27, 111, 212, 0.4);
  transform: none;
  box-shadow: 0 14px 40px rgba(27, 111, 212, 0.22);
}
#features .feature-card h3 {
  color: #082548;
}
#features .feature-card p {
  color: #4b5563;
}
#features .feature-card p span {
  color: #1b6fd4;
}
#features .feature-card-icon {
  width: auto !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
  margin-bottom: 1rem;
  display: block;
}
#features .feature-card-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  color: #1b6fd4;
}
#features .feature-card-desc {
  font-size: 0.9375rem !important;
  line-height: 1.65 !important;
  color: #6b7280;
}
@media (min-width: 640px) {
  #features .feature-card-desc {
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
  }
}
#features .feature-card-desc span {
  color: #1b6fd4;
  font-size: inherit;
}
#features .features-stat {
  background: #f4f8fc;
  border: 1px solid #e2ebf5;
}

/* 광고 트럭 라인업 — 첨부 시안 스타일 */
#specs.specs-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #f2f6fb;
  background-image:
    radial-gradient(ellipse 90% 55% at 50% -15%, rgba(27, 111, 212, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 35%, rgba(27, 111, 212, 0.09), transparent 60%),
    radial-gradient(ellipse 45% 38% at 0% 75%, rgba(255, 87, 34, 0.07), transparent 58%),
    linear-gradient(165deg, #eef4fb 0%, #f9fafc 42%, #f3f6fa 72%, #e9eff6 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(27, 111, 212, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
#specs.specs-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(27, 111, 212, 0.09) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 15%,
    rgba(0, 0, 0, 0.85) 85%,
    transparent 100%
  );
}
#specs.specs-section::after {
  content: '';
  position: absolute;
  top: 12%;
  right: -4%;
  width: min(420px, 42vw);
  height: min(420px, 42vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 176, 245, 0.22) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
  animation: specs-glow-drift 18s ease-in-out infinite alternate;
}
@keyframes specs-glow-drift {
  0% { transform: translate(0, 0) scale(1); opacity: 0.85; }
  100% { transform: translate(-3%, 4%) scale(1.06); opacity: 1; }
}
#specs.specs-section > * {
  position: relative;
  z-index: 1;
}
#specs .lineup-group {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
#specs .lineup-group--large {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  #specs .lineup-group--large {
    margin-top: 4.5rem;
  }
}
#specs .lineup-group-head {
  text-align: center;
  margin-bottom: 2.25rem;
  padding-bottom: 0;
  border-bottom: none;
}
#specs .lineup-group-badge {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  margin: 0 0.3rem 1rem;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(27, 111, 212, 0.25);
}
#specs .lineup-group-badge--15,
#specs .lineup-group-badge--35 {
  background: linear-gradient(135deg, #2b7de9 0%, #1b6fd4 100%);
}
#specs .lineup-group-badge--5 {
  background: linear-gradient(135deg, #ff7043 0%, #ff5722 100%);
  box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3);
}
#specs .lineup-group-title {
  font-size: clamp(1.625rem, 3vw, 2.125rem);
  font-weight: 800;
  color: #082548;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
#specs .lineup-group-desc {
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  color: #6b7280;
  line-height: 1.65;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
#specs .lineup-grid {
  display: grid;
  gap: 1.25rem;
}
#specs .lineup-grid--5 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#specs .lineup-grid--3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  #specs .lineup-grid {
    gap: 1.35rem;
  }
  #specs .lineup-grid--5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #specs .lineup-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  #specs .lineup-grid--5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  #specs .lineup-grid--5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #specs .lineup-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#specs .lineup-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: none;
  border-top: 3px solid #1b6fd4;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 18px rgba(15, 40, 80, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#specs .lineup-card.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(27, 111, 212, 0.16);
}
#specs .lineup-card-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.5rem;
  padding: 0.75rem 0.5rem 0.25rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
#specs .lineup-card-visual--dual {
  background: linear-gradient(180deg, #f8fafc 0%, #fffaf8 100%);
}
#specs .lineup-card-visual--graphic {
  background: linear-gradient(180deg, #fffaf8 0%, #f8fafc 100%);
}
#specs .lineup-card-visual--premium {
  background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 100%);
}
#specs .lineup-card-index {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1b6fd4;
  background: #eef6ff;
  border: 1px solid #d6e9ff;
  border-radius: 50%;
}
#specs .lineup-card-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 7.5rem;
  object-fit: contain;
  object-position: center bottom;
}
#specs .lineup-card-img--lg {
  max-height: 8.25rem;
}
#specs .lineup-card-img--xl {
  max-height: 8.75rem;
}
#specs .lineup-premium-label {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(135deg, #3b92e8, #1b6fd4);
  border: none;
  padding: 0.3rem 0.55rem 0.3rem 0.45rem;
  border-radius: 0.35rem;
  box-shadow: 0 2px 8px rgba(27, 111, 212, 0.4);
}
#specs .lineup-premium-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}
#specs .lineup-card-body {
  padding: 1rem 1rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}
#specs .lineup-card-name {
  font-size: 1.0625rem;
  font-weight: 800;
  color: #082548;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  flex: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  #specs .lineup-card-name {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  #specs .lineup-card-name {
    font-size: 1.1875rem;
    line-height: 1.38;
  }
}
#specs .lineup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
#specs .lineup-tags span {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #6b7280;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 0.2rem 0.45rem;
  border-radius: 0.2rem;
  line-height: 1.35;
}
#specs .lineup-tag-point {
  color: #ff5722 !important;
  border-color: #ffccbc !important;
  background: #fffaf7 !important;
}
#specs .lineup-card--premium {
  border-top-color: #1b6fd4;
  background: linear-gradient(180deg, #eef6ff 0%, #ffffff 28%);
}
#specs .lineup-card--premium .lineup-card-index {
  color: #1b6fd4;
  background: #eef6ff;
  border-color: #d6e9ff;
}
#specs .lineup-card--premium.card-hover:hover {
  box-shadow: 0 12px 32px rgba(27, 111, 212, 0.22);
}
#specs .lineup-tag-premium {
  color: #1b6fd4 !important;
  border-color: #a8d0ff !important;
  background: #eef6ff !important;
}
#specs .lineup-footnote {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* GNB */
.gnb-inner {
  width: 100%;
}
.gnb-menu {
  flex: 1;
}
.gnb-link {
  font-size: 1rem;
  font-weight: 600;
  color: #d1d5db;
  transition: color 0.2s ease;
  padding: 0.25rem 0.5rem;
}
.gnb-link:hover {
  color: #fff;
}
@media (min-width: 1280px) {
  .gnb-link {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1536px) {
  .gnb-link {
    font-size: 1.125rem;
  }
}

/* 네비 스크롤 효과 */
.nav-scrolled {
  background: rgba(6, 20, 40, 0.97) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(27, 111, 212, 0.2);
}

/* Hero 배경 */
.hero-bg {
  background: url('../_img/hero_bg.png') center / cover no-repeat;
  background-color: #061428;
  position: relative;
  overflow: hidden;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 20, 40, 0.72) 0%,
    rgba(6, 20, 40, 0.5) 45%,
    rgba(6, 20, 40, 0.78) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.hero-title {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.hero-particles {
  display: none;
}
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-particles span {
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  background: #6eb0f5;
  border-radius: 50%;
  animation: float linear infinite;
  opacity: 0.4;
}
@keyframes float {
  0% { transform: translateY(100vh) translateX(0); opacity: 0; }
  10% { opacity: 0.4; }
  90% { opacity: 0.4; }
  100% { transform: translateY(-100px) translateX(30px); opacity: 0; }
}

/* 카드 호버 효과 */
.card-hover {
  transition: all 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(27, 111, 212, 0.18);
}

/* 운행사례 */
.portfolio-section {
  overflow: hidden;
  background: linear-gradient(180deg, #1558b0 0%, #10448a 55%, #0f3d6e 100%);
}
.portfolio-section .section-subtitle {
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
  font-weight: 500;
}
@media (min-width: 640px) {
  .portfolio-section .section-subtitle {
    font-size: 1.3125rem !important;
    line-height: 1.65 !important;
  }
}
@media (min-width: 1024px) {
  .portfolio-section .section-subtitle {
    font-size: 1.5rem !important;
  }
}
.cases-marquee {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.cases-marquee-track {
  display: flex;
  width: max-content;
  animation: cases-marquee-scroll 165s linear infinite;
}
.cases-marquee:hover .cases-marquee-track {
  animation-play-state: paused;
}
.cases-marquee-group {
  display: flex;
  gap: 1.25rem;
  padding-right: 1.25rem;
  flex-shrink: 0;
}
@keyframes cases-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.case-slide {
  flex: 0 0 auto;
  width: 300px;
}
@media (min-width: 640px) {
  .case-slide { width: 360px; }
}
@media (min-width: 768px) {
  .case-slide { width: 420px; }
}
@media (min-width: 1024px) {
  .case-slide { width: 480px; }
}
@media (min-width: 1280px) {
  .case-slide { width: 520px; }
}
.case-slide-photo {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #2d3748;
  border: 1px solid rgba(59, 146, 232, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.case-slide-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem 1rem;
}

/* ===== 운행사례 리스트 페이지 ===== */
.portfolio-sub-visual {
  position: relative;
  margin-top: 5rem;
  padding: 3.5rem 0 3rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(59, 146, 232, 0.2);
}
@media (min-width: 1024px) {
  .portfolio-sub-visual {
    margin-top: 5.25rem;
    padding: 4.5rem 0 3.5rem;
  }
}
.portfolio-sub-visual-bg {
  position: absolute;
  inset: 0;
  background: url('../_img/hero_bg.png') center / cover no-repeat;
  transform: scale(1.05);
}
.portfolio-sub-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 20, 40, 0.92) 0%,
    rgba(12, 51, 104, 0.78) 45%,
    rgba(6, 20, 40, 0.94) 100%
  );
}
.portfolio-sub-visual-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(110, 176, 245, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 176, 245, 0.35) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 20%, transparent 100%);
}
.portfolio-sub-visual-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.portfolio-sub-visual-glow--1 {
  width: 280px;
  height: 280px;
  top: -40px;
  right: 10%;
  background: rgba(27, 111, 212, 0.45);
}
.portfolio-sub-visual-glow--2 {
  width: 220px;
  height: 220px;
  bottom: -60px;
  left: 8%;
  background: rgba(255, 87, 34, 0.28);
}
.portfolio-sub-visual-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.portfolio-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #9ca3af;
}
.portfolio-breadcrumb a {
  color: #a8d0ff;
  transition: color 0.2s ease;
}
.portfolio-breadcrumb a:hover {
  color: #fff;
}
.portfolio-breadcrumb [aria-current='page'] {
  color: #e5e7eb;
}
.portfolio-sub-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6eb0f5;
  background: rgba(27, 111, 212, 0.2);
  border: 1px solid rgba(59, 146, 232, 0.4);
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  backdrop-filter: blur(6px);
}
.portfolio-sub-visual-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .portfolio-sub-visual-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .portfolio-sub-visual-title {
    font-size: 3.5rem;
  }
}
.portfolio-sub-visual-desc {
  font-size: 1rem;
  color: #d1d5db;
  max-width: 40rem;
  margin: 0 auto 2rem;
  line-height: 1.7;
}
@media (min-width: 640px) {
  .portfolio-sub-visual-desc {
    font-size: 1.125rem;
  }
}
.portfolio-sub-stats {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio-sub-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  min-width: 6.5rem;
  padding: 0.85rem 1.25rem;
  background: rgba(12, 51, 104, 0.55);
  border: 1px solid rgba(59, 146, 232, 0.35);
  border-radius: 0.75rem;
  backdrop-filter: blur(8px);
}
.portfolio-sub-stat-num {
  font-size: 1.375rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.portfolio-sub-stat-num.text-point,
.portfolio-sub-visual-title .text-point {
  color: var(--accent-orange, #ff5722);
}
.portfolio-sub-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #a8d0ff;
  letter-spacing: 0.02em;
}
.portfolio-list-page .portfolio-list-main {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .portfolio-list-page .portfolio-list-main {
    padding-top: 3rem;
  }
}

/* 플로팅 퀵 CTA — 메인·서브 페이지 공통 */
.floating-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 40;
}
.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
}
.portfolio-filter-btn {
  padding: 0.7rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #a8d0ff;
  background: rgba(12, 51, 104, 0.5);
  border: 1px solid rgba(59, 146, 232, 0.35);
  border-radius: 9999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.portfolio-filter-btn:hover {
  color: #fff;
  border-color: #3b92e8;
}
.portfolio-filter-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #1b6fd4, #1558b0);
  border-color: #1b6fd4;
  box-shadow: 0 4px 16px rgba(27, 111, 212, 0.35);
}
.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.portfolio-card.is-hidden {
  display: none;
}
.portfolio-card--entering {
  opacity: 0;
  transform: translateY(14px);
}
.portfolio-card--shown {
  animation: portfolio-card-fade-in 0.5s ease var(--card-delay, 0s) forwards;
}
@keyframes portfolio-card-fade-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .portfolio-card--entering,
  .portfolio-card--shown {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.portfolio-card-link {
  display: block;
  border-radius: 0.875rem;
  overflow: hidden;
  border: none;
  background: transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.portfolio-card-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #2d3748;
}
.portfolio-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.portfolio-card-link:hover .portfolio-card-photo img {
  transform: scale(1.04);
}
.portfolio-card-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 20, 40, 0.82) 0%, rgba(6, 20, 40, 0.2) 45%, transparent 70%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.portfolio-card-link:hover .portfolio-card-photo::after {
  opacity: 1;
}
.portfolio-card-float {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  pointer-events: none;
  transition: transform 0.25s ease;
}
.portfolio-card-link:hover .portfolio-card-float {
  transform: translateY(-1.65rem);
}
.portfolio-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem 0.45rem 0.55rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  transition: box-shadow 0.2s ease;
}
.portfolio-card-link:hover .portfolio-card-badge {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.portfolio-card-title {
  position: absolute;
  left: 0;
  top: calc(100% + 0.35rem);
  max-width: min(100%, 16rem);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.portfolio-card-link:hover .portfolio-card-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.portfolio-card-badge-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.portfolio-card-badge-icon {
  width: 1rem;
  height: 1rem;
}
.portfolio-card-badge-label {
  white-space: nowrap;
  padding-right: 0.1rem;
}
.portfolio-card-badge--event {
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.92), rgba(230, 74, 25, 0.88));
  border-color: rgba(255, 138, 101, 0.5);
}
.portfolio-card-badge--politics {
  background: linear-gradient(135deg, rgba(27, 111, 212, 0.94), rgba(16, 68, 138, 0.9));
  border-color: rgba(110, 176, 245, 0.45);
}
.portfolio-card-badge--union {
  background: linear-gradient(135deg, rgba(21, 128, 160, 0.92), rgba(14, 90, 115, 0.9));
  border-color: rgba(103, 211, 235, 0.4);
}
.portfolio-card-badge--etc {
  background: linear-gradient(135deg, rgba(75, 85, 99, 0.94), rgba(55, 65, 81, 0.92));
  border-color: rgba(209, 213, 219, 0.35);
}
.portfolio-empty {
  text-align: center;
  padding: 3rem 1rem;
  font-size: 1rem;
  color: #9ca3af;
}
.portfolio-empty.hidden {
  display: none;
}
.portfolio-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.portfolio-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e8f2fc;
  background: linear-gradient(135deg, rgba(27, 111, 212, 0.35), rgba(21, 88, 176, 0.25));
  border: none;
  border-radius: 9999px;
  box-shadow: 0 4px 20px rgba(27, 111, 212, 0.2);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.portfolio-load-more:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(27, 111, 212, 0.55), rgba(21, 88, 176, 0.45));
  box-shadow: 0 8px 28px rgba(27, 111, 212, 0.35);
  transform: translateY(-2px);
}
.portfolio-load-more-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: background 0.2s ease, transform 0.2s ease;
}
.portfolio-load-more-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}
.portfolio-load-more:hover .portfolio-load-more-icon {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}
.portfolio-load-more.hidden {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .cases-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
  }
  .cases-marquee-group[aria-hidden='true'] {
    display: none;
  }
  .cases-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* ===== 가격 안내 (라이트 톤) ===== */
.pricing-section {
  background: #f4f8fd;
}
.pricing-section .section-subtitle {
  color: #6b7280 !important;
}
.pricing-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b6fd4;
  background: #e8f2fc;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.pricing-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1b6fd4;
  background: #e8f2fc;
  border: 1px solid #cfe3f8;
  border-radius: 9999px;
}
.pricing-promo-badge svg {
  color: #3b92e8;
}

/* 기본 서비스 — 트럭 이미지 + 공통 항목 */
.pricing-basic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  padding: 2rem 1.75rem;
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(27, 111, 212, 0.08);
}
@media (min-width: 768px) {
  .pricing-basic {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2.5rem;
    padding: 2.5rem 2.75rem;
    margin-top: 3rem;
  }
}
.pricing-basic-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pricing-basic-img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}
@media (max-width: 439px) {
  .pricing-basic-img {
    max-width: 100%;
    height: auto;
  }
}
.pricing-basic-content {
  text-align: left;
}
.pricing-basic-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1.25rem;
}
.pricing-basic-head .pricing-basic-title {
  margin-bottom: 0;
}
.pricing-basic-desc {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.pricing-basic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .pricing-basic-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem 1.5rem;
  }
}
.pricing-basic .check-item {
  justify-content: flex-start;
  margin: 0;
  padding: 0.65rem 0.85rem;
  background: #f8fbff;
  border: 1px solid #e8eff8;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #374151;
}
@media (min-width: 640px) {
  .pricing-basic .check-item {
    font-size: 1.125rem;
  }
}
.pricing-basic .check-item::before {
  color: #ff5722;
}

/* 패키지 — 붙여서 선으로만 구분 */
.pricing-packages {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(27, 111, 212, 0.08);
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .pricing-packages {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing-package {
  padding: 2.75rem 1.75rem 3rem;
  background: #fff;
  border-bottom: 1px solid #e8eff8;
  text-align: center;
}
.pricing-package:first-child {
  border-radius: 1rem 1rem 0 0;
}
.pricing-package:last-child {
  border-bottom: none;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 768px) {
  .pricing-package {
    border-bottom: none;
    border-right: 1px solid #e8eff8;
  }
  .pricing-package:first-child {
    border-radius: 1rem 0 0 1rem;
  }
  .pricing-package:last-child {
    border-right: none;
    border-radius: 0 1rem 1rem 0;
  }
  .pricing-package--popular {
    border-radius: 0;
  }
}
.pricing-packages .card-hover:hover {
  transform: none;
  box-shadow: none;
  background: #f8fbff;
}
.pricing-package--popular {
  position: relative;
  z-index: 2;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  border: 3px solid #1b6fd4;
  background: #fff;
}
@media (min-width: 768px) {
  .pricing-package--popular {
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    box-shadow: 0 12px 40px rgba(27, 111, 212, 0.18);
  }
}
.pricing-package--popular.card-hover:hover {
  background: #f8fbff;
}

.pricing-badge-popular {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  background: #1b6fd4;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(27, 111, 212, 0.35);
  white-space: nowrap;
}
.pricing-package-label {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1b6fd4;
  background: #e8f2fc;
  padding: 0.45rem 1.1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .pricing-package-label {
    font-size: 1.125rem;
  }
}
.pricing-price {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.15;
  color: #111827;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .pricing-price {
    font-size: 2.5rem;
  }
}
.pricing-price--accent {
  color: #1b6fd4;
}
.pricing-price-note {
  margin-top: 0.35rem;
  font-size: 1rem;
  color: #6b7280;
}
@media (min-width: 640px) {
  .pricing-price-note {
    font-size: 1.0625rem;
  }
}
.pricing-price-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.5rem;
}
.pricing-price-old {
  font-size: 1.0625rem;
  color: #9ca3af;
  text-decoration: line-through;
}
@media (min-width: 640px) {
  .pricing-price-old {
    font-size: 1.125rem;
  }
}
.pricing-discount {
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
}
@media (min-width: 640px) {
  .pricing-discount {
    font-size: 1rem;
  }
}
.pricing-discount--gold {
  color: #b45309;
  background: #fef3c7;
  border: 1px solid #fde68a;
}
.pricing-discount--blue {
  color: #1558b0;
  background: #e8f2fc;
  border: 1px solid #cfe3f8;
}
.pricing-package ul {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
.pricing-package ul li + li {
  margin-top: 0.65rem;
}
.pricing-section .check-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #374151;
  line-height: 1.65;
  text-align: left;
}
@media (min-width: 640px) {
  .pricing-section .check-item {
    font-size: 1.0625rem;
  }
}
.pricing-section .check-item::before {
  flex-shrink: 0;
  color: #1b6fd4;
  font-size: 1.05em;
  margin-right: 0;
}
.pricing-section .check-item strong {
  color: #111827;
  font-weight: 700;
}
.pricing-btn {
  display: block;
  width: 100%;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .pricing-btn {
    font-size: 1.0625rem;
    padding: 1.0625rem 1.75rem;
    max-width: 18rem;
  }
}
.pricing-btn--outline {
  color: #1b6fd4;
  background: #fff;
  border: 2px solid #1b6fd4;
}
.pricing-btn--outline:hover {
  background: #e8f2fc;
}
.pricing-btn--primary {
  color: #fff;
  background: #1b6fd4;
  border: 2px solid #1b6fd4;
  box-shadow: 0 4px 14px rgba(27, 111, 212, 0.3);
}
.pricing-btn--primary:hover {
  background: #1558b0;
  border-color: #1558b0;
}
.pricing-note-box {
  background: #fff;
  border: 1px solid #dbe8f8;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(27, 111, 212, 0.06);
  padding: 1.25rem 1.5rem;
  text-align: center;
}
.pricing-note-box p {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
}
.pricing-note-box strong {
  color: #111827;
  font-weight: 700;
}
.pricing-note-label {
  color: #1b6fd4;
  font-weight: 700;
  margin-right: 0.35rem;
}
.pricing-note-muted {
  color: #9ca3af;
}
.pricing-note-sub {
  margin-top: 0.5rem;
  font-size: 0.8125rem !important;
  color: #9ca3af !important;
}

/* 서비스 가이드 — 진행 절차 */
#faq .guide-process {
  margin-bottom: calc(4rem * var(--scale, 1.5));
}
#faq .guide-process-head {
  margin-bottom: 2.5rem;
}
#faq .guide-process-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.75rem !important;
  font-weight: 700;
  color: var(--brand-blue);
  background: #eef6ff;
  border-radius: 9999px;
}
#faq .guide-process-title {
  font-size: 1.5rem !important;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  #faq .guide-process-title {
    font-size: 1.75rem !important;
  }
}
#faq .guide-process-subtitle {
  font-size: 0.875rem !important;
  color: #9ca3af;
  line-height: 1.6;
}
#faq .guide-process-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}
#faq .guide-step-card {
  flex: 1 1 9.5rem;
  min-width: 9.5rem;
  max-width: 13.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 0.875rem 2rem;
  background: #a9cbff;
  border-radius: 0.875rem;
  border: none;
  box-shadow: none;
}
#faq .guide-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.875rem;
  font-size: 0.875rem !important;
  font-weight: 800;
  color: #fff;
  background: var(--brand-blue);
  border-radius: 50%;
}
#faq .guide-step-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.75rem;
}
#faq .guide-step-icon svg {
  width: 100%;
  height: 100%;
}
#faq .guide-step-title {
  font-size: 1.40625rem !important;
  font-weight: 700;
  color: #061428;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
#faq .guide-step-desc {
  flex: 1;
  font-size: 0.875rem !important;
  color: #6b7280;
  line-height: 1.55;
  margin-bottom: 0;
}
#faq .guide-step-arrow {
  display: none;
  flex-shrink: 0;
  align-self: center;
  width: 1.25rem;
  color: rgba(168, 208, 255, 0.45);
}
#faq .guide-step-arrow svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #faq .guide-process-steps {
    flex-wrap: nowrap;
    gap: 0.25rem;
  }
  #faq .guide-step-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
  #faq .guide-step-arrow {
    display: flex;
    align-items: center;
    margin: 0 0.15rem;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #faq .guide-step-card {
    flex: 1 1 calc(33.333% - 0.75rem);
    max-width: none;
  }
}
#faq .guide-faq-head {
  margin-bottom: 2rem;
}
#faq .guide-faq-head h3 {
  font-size: 1.25rem !important;
}

/* FAQ 아코디언 */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-answer.open {
  max-height: 500px;
}
.faq-icon {
  transition: transform 0.3s ease;
  color: var(--accent-orange);
}
.faq-open .faq-icon {
  transform: rotate(180deg);
}

/* 통계 카운터 애니메이션 */
@keyframes countUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.stat-item {
  animation: countUp 0.6s ease forwards;
}
.stat-highlight {
  color: var(--accent-orange);
}

/* 섹션 제목 언더라인 — 오렌지 포인트 */
.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: var(--accent-orange);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* 스크롤 애니메이션 */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 버튼 — 메인은 블루 */
.btn-primary {
  background: linear-gradient(135deg, #1b6fd4, #1558b0);
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #1558b0, #10448a);
  box-shadow: 0 8px 20px rgba(27, 111, 212, 0.4);
  transform: translateY(-2px);
}
.btn-outline {
  border: 2px solid #3b92e8;
  color: #a8d0ff;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  background: rgba(27, 111, 212, 0.15);
  box-shadow: 0 0 15px rgba(27, 111, 212, 0.2);
}

/* 글로우 텍스트 — 타이틀 강조 */
.glow-text {
  text-shadow: 0 0 28px rgba(255, 87, 34, 0.35);
}

/* 네비 링크 — 호버 시 오렌지 언더라인 */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-orange);
  transition: width 0.3s ease;
}
.nav-link:hover::after { width: 100%; }

/* 체크 아이콘 — 오렌지 포인트 */
.check-item::before {
  content: '✓';
  color: var(--accent-orange);
  font-weight: 700;
  margin-right: 8px;
}

/* 반짝이는 배지 — 오렌지 포인트 */
@keyframes pulse-badge {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.35); }
  50% { box-shadow: 0 0 0 8px rgba(255, 87, 34, 0); }
}
.badge-pulse {
  animation: pulse-badge 2s infinite;
}
.hero-badge-dot {
  background: var(--accent-orange);
}

/* 모바일 메뉴 */
#mobile-menu {
  display: none;
}
#mobile-menu.open {
  display: block;
}

/* 히어로 즉시 상담 */
.hero-cta-heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}
@media (min-width: 640px) {
  .hero-cta-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-cta-heading {
    font-size: 1.625rem;
  }
}
.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 10.5rem;
  padding: 1rem 2.25rem;
  border-radius: 9999px;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.hero-cta-btn:hover {
  transform: translateY(-2px);
}
.hero-cta-kakao {
  background: #fee500;
  color: #191919;
  box-shadow: 0 4px 16px rgba(254, 229, 0, 0.3);
}
.hero-cta-kakao:hover {
  box-shadow: 0 6px 20px rgba(254, 229, 0, 0.4);
  filter: brightness(1.05);
}
.hero-cta-line {
  background: #06c755;
  color: #fff;
  box-shadow: 0 4px 16px rgba(6, 199, 85, 0.3);
}
.hero-cta-line:hover {
  box-shadow: 0 6px 20px rgba(6, 199, 85, 0.4);
  filter: brightness(1.05);
}
.hero-cta-btn.btn-primary:hover {
  transform: translateY(-2px);
}

/* ===== 견적 문의 (라이트 톤) ===== */
.contact-section {
  position: relative;
  overflow: hidden;
  background-color: #d8e8f5;
  background-image: linear-gradient(
    152deg,
    #ecf3fb 0%,
    #ecf3fb 44%,
    #d0e4f3 44%,
    #c5ddf0 100%
  );
}
@media (min-width: 768px) {
  .contact-section {
    background-image: linear-gradient(
      148deg,
      #edf4fc 0%,
      #edf4fc 46%,
      #d2e6f4 46%,
      #c8dff0 100%
    );
  }
}
.contact-section .section-subtitle {
  color: #6b7280 !important;
}
.contact-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1b6fd4;
  background: #e8f2fc;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  margin-bottom: 0.75rem;
}
.contact-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-info-side {
  padding: 0;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(27, 111, 212, 0.15);
  background: transparent;
}
.contact-info-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}
@media (min-width: 640px) {
  .contact-info-title {
    font-size: 1.625rem;
  }
}
.contact-info-desc {
  font-size: 0.9375rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.contact-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
@media (min-width: 480px) {
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.contact-cards > li {
  min-width: 0;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  height: 100%;
  padding: 1.25rem 0.875rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5edf8;
  border-radius: 0.875rem;
  box-shadow: 0 2px 12px rgba(27, 111, 212, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
a.contact-card:hover {
  border-color: #b8d4f0;
  box-shadow: 0 6px 20px rgba(27, 111, 212, 0.12);
  transform: translateY(-2px);
}
a.contact-card.contact-card--kakao {
  background: #fee500;
  border-color: #f5dc00;
  box-shadow: 0 2px 12px rgba(254, 229, 0, 0.45);
}
a.contact-card.contact-card--kakao:hover {
  background: #ffe94d;
  border-color: #e8cc00;
  box-shadow: 0 6px 22px rgba(254, 229, 0, 0.5);
}
.contact-card--kakao .contact-card-icon,
.contact-card--kakao .contact-card-value {
  color: #191919;
}
.contact-card--kakao .contact-card-sub {
  color: rgba(25, 25, 25, 0.62);
}
.contact-card--static {
  cursor: default;
}
.contact-card--static:hover {
  transform: none;
  box-shadow: 0 2px 12px rgba(27, 111, 212, 0.06);
  border-color: #e5edf8;
}
.contact-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: none;
}
.contact-card-icon .xi-call,
.contact-card-icon .xi-kakaotalk,
.contact-card-icon .xi-line-messenger,
.contact-card-icon svg {
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}
@media (min-width: 640px) {
  .contact-card-icon .xi-call,
  .contact-card-icon .xi-kakaotalk,
  .contact-card-icon .xi-line-messenger,
  .contact-card-icon svg {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 2.25rem;
  }
}
.contact-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
  width: 100%;
}
.contact-card-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (min-width: 640px) {
  .contact-card-value {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1024px) {
  .contact-card-value {
    font-size: 1.5625rem;
  }
}
.contact-card-sub {
  font-size: 0.75rem;
  color: #9ca3af;
  line-height: 1.45;
}
.contact-hours-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  background: #e8f2fc;
  border-radius: 0.75rem;
  border: 1px solid #cfe3f8;
}
.contact-hours-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #1b6fd4;
}
.contact-hours-icon svg {
  width: 100%;
  height: 100%;
}
.contact-hours-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.45;
}
.contact-hours-text strong {
  color: #1b6fd4;
  font-weight: 700;
}
.contact-form-side {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: transparent;
}
.contact-form-success {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.1rem;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 0.75rem;
  color: #047857;
  font-size: 0.875rem;
}
.contact-form-success.hidden {
  display: none;
}
.contact-form-grid {
  display: grid;
  gap: 1.25rem;
}
.contact-form-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .contact-form-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.contact-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}
@media (min-width: 640px) {
  .contact-label {
    font-size: 1.1875rem;
  }
}
.contact-required {
  color: #1b6fd4;
  font-weight: 800;
}
.contact-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-input-wrap--textarea {
  align-items: flex-start;
}
.contact-input-icon {
  position: absolute;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: none;
  pointer-events: none;
  z-index: 1;
}
.contact-input-icon--top {
  top: 1rem;
}
.contact-input-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: #111827;
}
.contact-section .contact-input,
.contact-section select.contact-input,
.contact-section textarea.contact-input {
  font-size: 1rem !important;
}
.contact-input {
  width: 100%;
  min-height: 3.125rem;
  padding: 1.05rem 1rem 1.05rem 2.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #111827;
  background: #fff;
  border: 1.5px solid #7eb3e8;
  border-radius: 0.625rem;
  box-shadow: 0 2px 6px rgba(27, 111, 212, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-input::placeholder {
  color: #6b7280;
  font-size: inherit;
  font-weight: 400;
}
.contact-input--textarea {
  min-height: 9.5rem;
  padding-top: 1.05rem;
  resize: vertical;
}
.contact-input--select {
  padding-right: 2.5rem;
  appearance: none;
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231b6fd4'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1.125rem;
}
.contact-section .contact-input:focus,
.contact-section .form-input:focus {
  outline: none;
  border-color: #1b6fd4;
  box-shadow: 0 0 0 4px rgba(27, 111, 212, 0.18), 0 2px 8px rgba(27, 111, 212, 0.12);
}
.contact-section input[type='date'] {
  color-scheme: light;
  position: relative;
  cursor: pointer;
}
.contact-section input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  background: transparent;
}
.contact-section .contact-input-wrap--date {
  cursor: pointer;
}
.contact-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
@media (min-width: 640px) {
  .contact-purpose-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contact-purpose {
  cursor: pointer;
}
.contact-purpose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 4.75rem;
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #374151;
  text-align: center;
  line-height: 1.35;
  background: #fff;
  border: 1.5px solid #7eb3e8;
  border-radius: 0.625rem;
  box-shadow: 0 2px 6px rgba(27, 111, 212, 0.06);
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .contact-purpose-box {
    font-size: 0.9375rem;
  }
}
.contact-purpose-icon {
  font-size: 1.25rem;
  line-height: 1;
  color: #1b6fd4;
}
.contact-purpose .peer:checked + .contact-purpose-box {
  color: #fff;
  background: linear-gradient(135deg, #1b6fd4, #1558b0);
  border-color: #1558b0;
  box-shadow: 0 4px 14px rgba(27, 111, 212, 0.35);
}
.contact-purpose .peer:checked + .contact-purpose-box .contact-purpose-icon {
  color: #fff;
}
.contact-agree {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
}
.contact-agree-box {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #7eb3e8;
  border-radius: 0.35rem;
  background: #fff;
  transition: all 0.2s ease;
}
.contact-agree-check {
  width: 0.85rem;
  height: 0.85rem;
  color: #fff;
}
.contact-agree .peer:checked + .contact-agree-box {
  background: #1b6fd4;
  border-color: #1b6fd4;
}
.contact-agree-text {
  font-size: 0.9375rem;
  color: #374151;
  font-weight: 500;
  line-height: 1.5;
}
.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 1.2rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #fff;
  background: #1b6fd4;
  border: none;
  border-radius: 0.625rem;
  box-shadow: 0 6px 20px rgba(27, 111, 212, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
}
.contact-submit svg {
  width: 1.25rem;
  height: 1.25rem;
}
.contact-submit:hover {
  background: #1558b0;
  transform: translateY(-1px);
}

/* 폼 인풋 포커스 */
.form-input:focus {
  outline: none;
  border-color: #3b92e8;
  box-shadow: 0 0 0 3px rgba(27, 111, 212, 0.2);
}

/* 텍스트 포인트 (오렌지 — 소량 사용) */
.text-point {
  color: var(--accent-orange);
}

/* 푸터 */
.site-footer-main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.site-footer-brand {
  max-width: 22rem;
}
.site-footer-heading {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.5;
  transition: color 0.2s ease;
}
a.site-footer-contact-item:hover {
  color: #a8d0ff;
}
.site-footer-contact-item svg,
.site-footer-contact-item [class^="xi-"] {
  color: #1b6fd4;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .site-footer-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
  .site-footer-contact {
    flex-shrink: 0;
    min-width: 16rem;
  }
}

.site-footer-privacy-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.875rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d6e9ff;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.site-footer-privacy-btn .xi-info-o {
  font-size: 1rem;
  color: #6eb0f5;
  transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer-privacy-btn:hover {
  color: #fff;
}
.site-footer-privacy-btn:hover .xi-info-o {
  color: #a8d0ff;
  transform: scale(1.08);
}

/* 개인정보처리방침 레이어 */
.privacy-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.privacy-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.privacy-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 28, 0.78);
  backdrop-filter: blur(4px);
}
.privacy-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 42rem;
  max-height: min(88vh, 720px);
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 24px 48px rgba(6, 20, 40, 0.35);
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
}
.privacy-modal.is-open .privacy-modal-panel {
  transform: translateY(0) scale(1);
}
.privacy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e5edf8;
  background: #f8fafc;
}
.privacy-modal-title {
  font-size: 1.125rem;
  font-weight: 800;
  color: #082548;
}
.privacy-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #6b7280;
  background: #fff;
  border: 1px solid #e5edf8;
  border-radius: 9999px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.privacy-modal-close:hover {
  color: #082548;
  border-color: #a8d0ff;
  background: #eef6ff;
}
.privacy-modal-close .xi-close {
  font-size: 1.125rem;
}
.privacy-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  color: #374151;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.privacy-modal-intro {
  margin-bottom: 1.25rem;
  color: #111827;
  font-weight: 500;
}
.privacy-modal-section + .privacy-modal-section {
  margin-top: 1.25rem;
}
.privacy-modal-section h3 {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #082548;
}
.privacy-modal-section p {
  margin-bottom: 0.5rem;
}
.privacy-modal-section ul {
  padding-left: 1.125rem;
  list-style: disc;
}
.privacy-modal-section li + li {
  margin-top: 0.25rem;
}
.privacy-modal-date {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5edf8;
  font-size: 0.8125rem;
  color: #6b7280;
}
.privacy-modal-footer {
  padding: 1rem 1.5rem 1.25rem;
  border-top: 1px solid #e5edf8;
  background: #f8fafc;
}
.privacy-modal-confirm {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1b6fd4, #1558b0);
  border: none;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.privacy-modal-confirm:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
body.privacy-modal-open {
  overflow: hidden;
}


#google_translate_element{
	height:30px;
	width:110px;
	border-radius:5px;
}
.skiptranslate.goog-te-gadget{}
.skiptranslate.goog-te-gadget > div,
.skiptranslate.goog-te-gadget > div a{
	display:flex;
}
.goog-te-gadget-simple{
	padding:5px;
}

/* =============================================
   inquiry-success-modal
   ============================================= */
.inquiry-success-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.inquiry-success-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.inquiry-success-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4,15,28,.72);
  backdrop-filter: blur(4px);
  cursor: pointer;
}
.inquiry-success-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 24px 48px rgba(6,20,40,.35);
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.28s ease;
}
.inquiry-success-modal.is-open .inquiry-success-panel {
  transform: translateY(0) scale(1);
}
.inquiry-success-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #2e7d32;
}
.inquiry-success-icon svg {
  width: 2rem;
  height: 2rem;
}
.inquiry-success-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0c3368;
  margin-bottom: .75rem;
}
.inquiry-success-msg {
  font-size: .9375rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
.inquiry-success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: .8125rem 1.5rem;
  background: linear-gradient(135deg,#1558b0,#1b6fd4);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: .75rem;
  cursor: pointer;
  transition: opacity .15s, transform .15s;
}
.inquiry-success-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
}

/* ──────────────────────────────────────────
   포트폴리오 카드 — 버튼 리셋 (a → button 변경)
────────────────────────────────────────── */
button.portfolio-card-link {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

/* ──────────────────────────────────────────
   포트폴리오 라이트박스
────────────────────────────────────────── */
#portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9900;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
#portfolio-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.plb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 28, 0.93);
  backdrop-filter: blur(6px);
}
.plb-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(92vw, 1100px);
  max-height: 92vh;
  width: 100%;
}
#portfolio-lightbox:not(.is-open) .plb-inner {
  transform: scale(0.95);
  transition: transform 0.22s ease;
}
#portfolio-lightbox.is-open .plb-inner {
  transform: scale(1);
  transition: transform 0.22s ease;
}
.plb-close {
  position: absolute;
  top: -3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
}
.plb-close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.plb-close svg {
  width: 1.25rem;
  height: 1.25rem;
}
.plb-figure {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.plb-img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  object-fit: contain;
}
.plb-caption {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #e5e7eb;
  font-size: 0.9375rem;
}
.plb-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.plb-badge--event    { background: linear-gradient(135deg, rgba(255,87,34,.92), rgba(230,74,25,.88)); }
.plb-badge--politics { background: linear-gradient(135deg, rgba(27,111,212,.94), rgba(16,68,138,.9)); }
.plb-badge--union    { background: linear-gradient(135deg, rgba(21,128,160,.92), rgba(14,90,115,.9)); }
.plb-badge--etc      { background: linear-gradient(135deg, rgba(75,85,99,.94), rgba(55,65,81,.92)); }
.plb-title {
  font-weight: 600;
  color: #d1d5db;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 32rem;
}
