:root {
  --bg: #03040d;
  --bg2: #060816;
  --bg3: #0a0e1e;
  --p: #0a7cff;
  --p2: #0044bb;
  --cyan: #00e5ff;
  --green: #00ff9d;
  --purple: #a855f7;
  --orange: #ff6b35;
  --yellow: #ffe500;
  --fg: #eef2ff;
  --mid: #ffffff;
  --dim: #ffffff;
  --bdr: rgba(255, 255, 255, 0.07);
  --mono: "DM Mono", monospace;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: none;
}
#cur {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  will-change: transform;
}
#cur-r {
  width: 30px;
  height: 30px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.2s,
    height 0.2s,
    border-color 0.2s;
}
#cur-d {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  width: 5px;
  height: 5px;
  background: var(--cyan);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px var(--cyan);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9990;
  pointer-events: none;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.gc {
  background: linear-gradient(90deg, var(--p), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ga {
  background: linear-gradient(90deg, var(--p), var(--cyan), var(--green));
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ga 5s linear infinite;
}
@keyframes ga {
  from {
    background-position: 0%;
  }
  to {
    background-position: 200%;
  }
}
.lbl {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--p);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.lbl::before {
  content: "//";
  opacity: 0.4;
}
.sh {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.03em;
  line-height: 1.05;
}
.btn-p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 30px;
  background: var(--p);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 7px 26px rgba(10, 124, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.btn-p:hover {
  background: var(--cyan);
  color: var(--bg);
  transform: translateY(-3px);
  box-shadow: 0 13px 38px rgba(0, 229, 255, 0.4);
}
.btn-o {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border: 1px solid var(--bdr);
  color: var(--mid);
  font-family: "Outfit", sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-o:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--fg);
}
/* shared card glass */
.glass {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

/* ═══════════════════════════════════════
   01. HERO — 비디오 전체 + 플로팅 위젯 풍성
═══════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hv iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110vw;
  height: 61.875vw;
  min-width: 100%;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hv-over {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 4, 13, 0.8) 0%,
    rgba(3, 4, 13, 0.28) 40%,
    rgba(3, 4, 13, 0.9) 100%
  );
}
#hcv {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
/* 좌 사이드 바 */
.h-sbar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 56px;
  border-right: 1px solid var(--bdr);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
}
.h-sbar-logo {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  background: linear-gradient(to bottom, var(--fg), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-sbar-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.h-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: liveP 2s ease-in-out infinite;
}
@keyframes liveP {
  0%,
  100% {
    box-shadow: 0 0 6px var(--green);
  }
  50% {
    box-shadow:
      0 0 18px var(--green),
      0 0 32px rgba(0, 255, 157, 0.3);
  }
}
.h-sbar-mono {
  font-family: var(--mono);
  font-size: 0.5rem;
  color: var(--dim);
  writing-mode: vertical-rl;
  letter-spacing: 0.14em;
}
/* 중앙 */
.h-center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 100px 0 80px;
  max-width: 900px;
}
.h-eye {
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--cyan);
  letter-spacing: 0.22em;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.h-eline {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}
.h-eline.r {
  background: linear-gradient(90deg, var(--cyan), transparent);
}
.h-big {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.05em;
  margin-bottom: 26px;
}
.hl1 {
  display: block;
  font-size: clamp(4rem, 9vw, 9.5rem);
  color: var(--fg);
  overflow: hidden;
}
.hl1-i {
  display: block;
}
.hl2 {
  display: block;
  font-size: clamp(4rem, 9vw, 9.5rem);
  overflow: hidden;
  margin-bottom: 14px;
}
.hl2-i {
  display: block;
}
.hl3 {
  display: block;
  font-size: clamp(1.3rem, 2.5vw, 2.6rem);
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
  overflow: hidden;
}
.hl3-i {
  display: block;
}
.h-desc {
  font-size: 0.92rem;
  color: var(--mid);
  line-height: 1.9;
  max-width: 460px;
  margin: 24px auto 32px;
}
.h-btns {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}
/* 플로팅 위젯들 */
.hfw {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
/* 우상단 — KPI 카드 */
.hfw-tr {
  top: 18%;
  right: 5%;
  animation: hfloat1 5s ease-in-out infinite;
}
/* 좌하단 — ROAS 카드 */
.hfw-bl {
  bottom: 22%;
  left: 7%;
  animation: hfloat2 6s ease-in-out infinite 1s;
}
/* 우하단 — 알림 */
.hfw-br {
  bottom: 18%;
  right: 7%;
  animation: hfloat3 4.5s ease-in-out infinite 0.5s;
}
/* 좌상 — 채널 카드 */
.hfw-tl {
  top: 22%;
  left: 7%;
  animation: hfloat2 5.5s ease-in-out infinite 0.3s;
}
@keyframes hfloat1 {
  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }
  50% {
    transform: translateY(-12px) rotate(-1deg);
  }
}
@keyframes hfloat2 {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(14px) rotate(1.5deg);
  }
}
@keyframes hfloat3 {
  0%,
  100% {
    transform: translateY(0) rotate(0.5deg);
  }
  50% {
    transform: translateY(-10px) rotate(-0.5deg);
  }
}
.hw {
  background: rgba(3, 4, 13, 0.82);
  backdrop-filter: blur(22px);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  padding: 16px 18px;
  min-width: 180px;
}
.hw-lbl {
  font-family: var(--mono);
  font-size: 0.55rem;
  color: var(--dim);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.hw-val {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.hw-sub {
  font-family: var(--mono);
  font-size: 0.58rem;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 4px;
}
.hw-sub.orange {
  color: var(--orange);
}
/* 미니 스파크라인 */
.hw-spark {
  height: 28px;
  margin-top: 10px;
}
/* 채널 바들 */
.hw-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}
.hw-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hw-bar-lbl {
  font-family: var(--mono);
  font-size: 0.52rem;
  color: var(--dim);
  width: 40px;
  flex-shrink: 0;
}
.hw-bar-bg {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
  overflow: hidden;
}
.hw-bar-fill {
  height: 100%;
  border-radius: 2px;
  animation: barGrow 1.5s ease-out forwards;
}
@keyframes barGrow {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* 알림 카드 */
.hw-notif {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hw-nicon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hw-ng {
  background: rgba(0, 255, 157, 0.1);
  border: 1px solid rgba(0, 255, 157, 0.2);
}
.hw-ng svg {
  stroke: var(--green);
}
.hw-nb {
  background: rgba(10, 124, 255, 0.1);
  border: 1px solid rgba(10, 124, 255, 0.2);
}
.hw-nb svg {
  stroke: var(--p);
}
.hw-nicon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hw-ntxt {
  font-family: var(--mono);
  font-size: 0.57rem;
}
.hw-ntxt span {
  display: block;
  color: var(--dim);
  letter-spacing: 0.1em;
}
.hw-ntxt strong {
  display: block;
  color: var(--fg);
  font-weight: 500;
  font-size: 0.65rem;
  margin-top: 2px;
}
/* 하단 스탯 바 */
.h-sbar2 {
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 0;
  z-index: 3;
  border-top: 1px solid var(--bdr);
  background: rgba(3, 4, 13, 0.65);
  backdrop-filter: blur(20px);
  display: flex;
}
.h-stt {
  flex: 1;
  padding: 16px 20px;
  border-right: 1px solid var(--bdr);
  text-align: center;
}
.h-stt:last-child {
  border-right: none;
}
.h-sv {
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  display: block;
  margin-bottom: 3px;
  background: linear-gradient(135deg, var(--fg), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h-sl {
  font-family: var(--mono);
  font-size: 0.52rem;
  color: var(--dim);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* ═══ TICKER ═══ */
.ticker {
  height: 40px;
  overflow: hidden;
  background: var(--bg2);
  border-bottom: 1px solid var(--bdr);
  display: flex;
  align-items: center;
}
.tk-t {
  display: flex;
  width: max-content;
  animation: tkR 20s linear infinite;
}
.tk-i {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--dim);
  white-space: nowrap;
}
.tk-s {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--p);
  opacity: 0.6;
}
@keyframes tkR {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ═══════════════════════════════════════
   02. SERVICES — 서비스 카드에 목업 이미지
═══════════════════════════════════════ */
.services {
  background: var(--bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.sv-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
}
.sv-top {
  margin-bottom: 56px;
}
/* 서비스 섹션 전용: 라벨 밝게+크게, // 잘 보이게 */
.services .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.services .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.services .sh {
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
}
.sv-note {
  font-size: 1.6rem;
  color: #eef2ff;
  line-height: 1.6;
  max-width: none;
  margin-top: 24px;
  font-weight: 500;
}
/* 4열 카드 그리드 */
.sv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sv-card {
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s;
  cursor: default;
}
.sv-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(10, 124, 255, 0.22);
}
/* 카드 목업 이미지 영역 */
.sv-mock {
  aspect-ratio: 600 / 460;
  height: auto;
  position: relative;
  overflow: hidden;
  background: var(--bg2);
}
.sv-mock-grad {
  position: absolute;
  inset: 0;
}
.sm-b {
  background: linear-gradient(
    135deg,
    #071438,
    #0a1c52,
    rgba(10, 124, 255, 0.08)
  );
}
.sm-g {
  background: linear-gradient(
    135deg,
    #041e10,
    #062618,
    rgba(0, 255, 157, 0.06)
  );
}
.sm-v {
  background: linear-gradient(
    135deg,
    #120524,
    #190835,
    rgba(168, 85, 247, 0.07)
  );
}
.sm-c {
  background: linear-gradient(
    135deg,
    #041523,
    #062338,
    rgba(0, 229, 255, 0.06)
  );
}
/* 목업 SVG 요소들 */
.sv-mock svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* 카드 목업 이미지 */
.sv-mock img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 카드 바디 */
.sv-body {
  padding: 20px 20px 22px;
}
.sv-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sv-card:hover .sv-ico {
  transform: scale(1.1) rotate(-5deg);
}
.si-b {
  background: rgba(10, 124, 255, 0.12);
  border: 1px solid rgba(10, 124, 255, 0.2);
}
.si-g {
  background: rgba(0, 255, 157, 0.08);
  border: 1px solid rgba(0, 255, 157, 0.14);
}
.si-v {
  background: rgba(168, 85, 247, 0.09);
  border: 1px solid rgba(168, 85, 247, 0.15);
}
.si-c {
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.14);
}
.sv-ico svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.si-b svg {
  stroke: var(--p);
}
.si-g svg {
  stroke: var(--green);
}
.si-v svg {
  stroke: var(--purple);
}
.si-c svg {
  stroke: var(--cyan);
}
.sv-name {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.sv-desc {
  font-size: 1rem;
  color: #d8d7d9;
  line-height: 1.7;
  margin-bottom: 16px;
}
.sv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sv-tag {
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 7px;
}
/* mock content */
.mock-bar {
  position: absolute;
  height: 6px;
  border-radius: 3px;
  left: 16px;
}
.mock-circle {
  position: absolute;
  border-radius: 50%;
}
.mock-rect {
  position: absolute;
  border-radius: 4px;
}
.mock-line {
  position: absolute;
  height: 1px;
  left: 16px;
}

/* ═══════════════════════════════════════
   03. STATS — 원형 차트 링 4개
═══════════════════════════════════════ */
.stats-sec {
  background: var(--bg2);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.stats-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 100% at 50% 50%,
    rgba(10, 124, 255, 0.06),
    transparent 65%
  );
}
.stats-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
}
.stats-head {
  margin-bottom: 56px;
}
/* 섹션 제목 영역: 서비스 섹션과 동일 크기/밝기 */
.stats-sec .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.stats-sec .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.stats-sec .sh {
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
}
.st-note {
  font-size: 1.6rem;
  color: #eef2ff;
  line-height: 1.6;
  max-width: none;
  margin-top: 24px;
  font-weight: 500;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  padding: 46px 34px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.35s,
    background 0.35s;
  cursor: default;
}
.stat-card:hover {
  border-color: rgba(10, 124, 255, 0.45);
  background: rgba(10, 124, 255, 0.05);
}
/* SVG ring */
.ring-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 26px;
  flex-shrink: 0;
}
.ring-svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg);
}
.ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 8;
}
.ring-fill {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 339;
  stroke-dashoffset: 339;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.ring-fill.anim {
  stroke-dashoffset: var(--off);
}
.ring-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.rc-val {
  font-family: "Outfit", sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  display: block;
  line-height: 1;
}
.rc-pct {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--dim);
  letter-spacing: 0.1em;
  display: block;
  margin-top: 4px;
}
.stat-name {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 10px;
}
.stat-sub {
  font-size: 1.05rem;
  color: #d8d7d9;
  line-height: 1.7;
  word-break: keep-all;
}
/* mini bar chart inside stat */
.stat-mini {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 36px;
  margin-top: 20px;
  justify-content: center;
}
.smb {
  border-radius: 2px 2px 0 0;
  width: 8px;
  transition: height 0.6s ease;
}

/* ═══════════════════════════════════════
   04. WHY — 가로 3열, 각 카드에 시각 요소
═══════════════════════════════════════ */
.why {
  background: var(--bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.why-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 80% at 30% 50%,
      rgba(10, 124, 255, 0.04),
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 80% at 70% 50%,
      rgba(0, 229, 255, 0.03),
      transparent 60%
    );
}
.why-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}
.why-head {
  margin-bottom: 56px;
}
/* 섹션 제목 영역: 서비스 섹션과 동일 크기/밝기 */
.why .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.why .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.why .sh {
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
}
.why-sub {
  font-size: 1.6rem;
  color: #eef2ff;
  line-height: 1.6;
  max-width: none;
  margin-top: 24px;
  font-weight: 500;
}
.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wcard {
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 22px;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s;
  cursor: default;
}
.wcard:hover {
  transform: translateY(-8px);
  border-color: rgba(10, 124, 255, 0.22);
}
/* 카드 상단 비주얼 */
.wc-vis {
  height: 210px;
  position: relative;
  overflow: hidden;
}
.wv1 {
  background: linear-gradient(135deg, #06132e, #0a1c50);
}
.wv2 {
  background: linear-gradient(135deg, #061a0e, #0a2816);
}
.wv3 {
  background: linear-gradient(135deg, #140924, #1c0e35);
}
.wc-vis svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* 카드 텍스트 */
.wc-body {
  padding: 22px 22px 26px;
}
.wc-badge {
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--p);
  letter-spacing: 0.17em;
  border: 1px solid rgba(10, 124, 255, 0.2);
  padding: 3px 10px;
  background: rgba(10, 124, 255, 0.06);
  margin-bottom: 12px;
  border-radius: 3px;
}
.wc-title {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.wc-title em {
  font-style: normal;
  background: linear-gradient(90deg, var(--p), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wc-desc {
  font-size: 1rem;
  color: #d8d7d9;
  line-height: 1.75;
  margin-bottom: 18px;
  word-break: keep-all;
}
.wc-desc strong {
  color: var(--fg);
  font-weight: 400;
}
.wc-kws {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.wc-kw {
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-radius: 7px;
}
/* 1:1 맞춤 문의 버튼 (중앙) */
.why-cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.why-cta .btn-p {
  font-size: 1.05rem;
  padding: 18px 42px;
  box-shadow: 0 10px 34px rgba(10, 124, 255, 0.5);
}
/* 애니메이션 라인 차트 (SVG) */
.line-chart-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  transition: stroke-dashoffset 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.line-chart-path.anim {
  stroke-dashoffset: 0;
}
.line-area {
  opacity: 0;
  transition: opacity 1s ease 0.5s;
}
.line-area.anim {
  opacity: 1;
}
/* pie donut */
.donut-ring {
  fill: none;
  stroke-dasharray: 251;
  stroke-dashoffset: 251;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  stroke-linecap: round;
}
.donut-ring.anim {
  stroke-dashoffset: var(--doff);
}

/* ═══════════════════════════════════════
   05. ANALYTICS DASHBOARD — 풀 대시보드
═══════════════════════════════════════ */
.analytics {
  background: var(--bg2);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.analytics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(10, 124, 255, 0.3),
    rgba(0, 229, 255, 0.4),
    transparent
  );
}
.an-scan {
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(10, 124, 255, 0.3),
    rgba(0, 229, 255, 0.4),
    transparent
  );
  animation: scan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes scan {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.an-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}
.an-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 48px;
}
.an-note {
  font-size: 1.1rem;
  color: #e8eaef;
  line-height: 1.85;
  max-width: 450px;
}
/* 메인 대시 레이아웃 */
.an-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
}
.an-main {
}
/* KPI 행 */
.an-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}
.kpi-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 18px 18px 16px;
  transition: border-color 0.3s;
}
.kpi-card:hover {
  border-color: rgba(10, 124, 255, 0.22);
}
.kpi-lbl {
  font-family: var(--mono);
  font-size: 0.54rem;
  color: var(--dim);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.kpi-val {
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.kpi-chg {
  font-family: var(--mono);
  font-size: 0.57rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.kpi-chg.up {
  color: var(--green);
}
.kpi-chg.dn {
  color: var(--orange);
}
/* 라인 차트 카드 */
.an-chart-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 18px;
}
.acc-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.acc-title {
  font-family: "Outfit", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--fg);
}
.acc-legend {
  display: flex;
  gap: 14px;
}
.aleg {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mono);
  font-size: 0.55rem;
  color: var(--mid);
}
.aleg-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
/* 채널 바 차트 */
.an-bars-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 20px;
}
.an-bars-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  height: 80px;
  align-items: flex-end;
  margin-top: 12px;
}
.anb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.anb-bar {
  width: 100%;
  border-radius: 3px 3px 0 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.anb-bar.on {
  transform: scaleY(1);
}
.anb-lbl {
  font-family: var(--mono);
  font-size: 0.46rem;
  color: var(--dim);
}
/* 우측 사이드 패널 */
.an-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* 도넛 차트 카드 */
.an-donut-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 20px;
}
.donut-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.donut-svg {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.donut-legend {
  flex: 1;
}
.dl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.dl-row:last-child {
  border-bottom: none;
}
.dl-lft {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 0.56rem;
  color: var(--mid);
}
.dl-dot {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  flex-shrink: 0;
}
.dl-val {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--fg);
}
/* 활동 피드 */
.an-feed {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 16px;
  flex: 1;
}
/* 하단 가로 실시간 활동 */
.an-feed-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 18px 24px;
}
.an-feed-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--fg);
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px solid var(--bdr);
}
.an-feed-items {
  display: flex;
  flex: 1;
  gap: 0;
}
.an-feed-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 0 18px;
  border-right: 1px solid var(--bdr);
}
.an-feed-item:last-child {
  border-right: none;
}
.feed-title {
  font-family: "Outfit", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feed-live {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: liveP 2s ease-in-out infinite;
}
.feed-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.feed-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.feed-item:last-child {
  border-bottom: none;
}
.fi-ico {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.fi-txt {
}
.fi-main {
  font-family: var(--mono);
  font-size: 0.58rem;
  color: var(--mid);
  display: block;
  line-height: 1.5;
}
.fi-val {
  font-family: "Outfit", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--fg);
  display: block;
}
.fi-time {
  font-family: var(--mono);
  font-size: 0.5rem;
  color: var(--dim);
  margin-top: 2px;
  display: block;
}
/* 채널 효율 */
.an-eff {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 16px;
}
.eff-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}
.eff-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eff-lbl {
  font-family: var(--mono);
  font-size: 0.55rem;
  color: var(--mid);
  width: 52px;
  flex-shrink: 0;
}
.eff-bar-bg {
  flex: 1;
  height: 5px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}
.eff-bar-fill {
  height: 100%;
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.eff-bar-fill.on {
  transform: scaleX(1);
}
.eff-val {
  font-family: "Outfit", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--fg);
  width: 30px;
  text-align: right;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   06. BENEFITS — 풍부한 카드
═══════════════════════════════════════ */
.benefits {
  background: var(--bg);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.ben-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(10, 124, 255, 0.05),
    transparent 65%
  );
  pointer-events: none;
  animation: bOP 7s ease-in-out infinite;
}
@keyframes bOP {
  0%,
  100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.ben-in {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
}
.ben-hd {
  margin-bottom: 48px;
}
.benefits .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.benefits .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.benefits .sh {
  font-size: clamp(2.5rem, 4.6vw, 3.9rem);
}
.ben-note {
  font-size: 1.6rem;
  color: #eef2ff;
  line-height: 1.6;
  max-width: none;
  margin-top: 24px;
  font-weight: 500;
}
.ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}
.bnc {
  border-radius: 22px;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
/* 사례 이미지 영역 */
.bn-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bnc1 .bn-img {
  background: linear-gradient(135deg, #06132e, #0a1c50);
}
.bnc2 .bn-img {
  background: linear-gradient(135deg, #120524, #190835);
}
.bnc3 .bn-img {
  background: linear-gradient(135deg, #041e10, #062618);
}
.bn-img img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.bn-cap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 26px 28px;
  position: relative;
  z-index: 1;
}
.bn-num {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.bnc:hover {
  transform: translateY(-10px) scale(1.02);
}
.bnc1 {
  background: linear-gradient(145deg, #071438, #0a1c52, #060e2a);
  border: 1px solid rgba(10, 124, 255, 0.2);
}
.bnc2 {
  background: linear-gradient(145deg, #120524, #190835, #100620);
  border: 1px solid rgba(168, 85, 247, 0.2);
}
.bnc3 {
  background: linear-gradient(145deg, #041e10, #062618, #031608);
  border: 1px solid rgba(0, 255, 157, 0.15);
}
.bn-gl {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
}
.bnc1 .bn-gl {
  background: radial-gradient(
    circle,
    rgba(10, 124, 255, 0.22),
    transparent 65%
  );
}
.bnc2 .bn-gl {
  background: radial-gradient(
    circle,
    rgba(168, 85, 247, 0.22),
    transparent 65%
  );
}
.bnc3 .bn-gl {
  background: radial-gradient(circle, rgba(0, 255, 157, 0.18), transparent 65%);
}
.bn-cr {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.bnc1 .bn-cr {
  border-top: 2px solid rgba(10, 124, 255, 0.4);
  border-right: 2px solid rgba(10, 124, 255, 0.4);
}
.bnc2 .bn-cr {
  border-top: 2px solid rgba(168, 85, 247, 0.4);
  border-right: 2px solid rgba(168, 85, 247, 0.4);
}
.bnc3 .bn-cr {
  border-top: 2px solid rgba(0, 255, 157, 0.35);
  border-right: 2px solid rgba(0, 255, 157, 0.35);
}
.bnc:hover .bn-cr {
  opacity: 1;
}
.bn-tag {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
  position: relative;
  z-index: 1;
}
.bnc1 .bn-tag {
  color: var(--cyan);
}
.bnc2 .bn-tag {
  color: #c084fc;
}
.bnc3 .bn-tag {
  color: var(--green);
}
.bn-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bnc:hover .bn-ico {
  transform: scale(1.12) rotate(-5deg);
}
.bnc1 .bn-ico {
  background: rgba(10, 124, 255, 0.15);
  border: 1px solid rgba(10, 124, 255, 0.26);
}
.bnc2 .bn-ico {
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.22);
}
.bnc3 .bn-ico {
  background: rgba(0, 255, 157, 0.09);
  border: 1px solid rgba(0, 255, 157, 0.18);
}
.bn-ico svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 1;
}
.bnc1 .bn-ico svg {
  stroke: var(--cyan);
}
.bnc2 .bn-ico svg {
  stroke: #c084fc;
}
.bnc3 .bn-ico svg {
  stroke: var(--green);
}
.bn-tit {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--fg);
  line-height: 1.3;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  word-break: keep-all;
}
.bn-dsc {
  font-size: 0.9rem;
  color: #d8d7d9;
  line-height: 1.85;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
/* 큰 수치 */
.bn-val {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
  display: block;
}
.bnc1 .bn-val {
  background: linear-gradient(90deg, var(--fg), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bnc2 .bn-val {
  background: linear-gradient(90deg, var(--fg), #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bnc3 .bn-val {
  background: linear-gradient(90deg, var(--fg), var(--green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bn-sub {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: #e8eaef;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  display: block;
}
/* 카드 내 미니 스파크라인 */
.bn-spark {
  height: 36px;
  position: relative;
  z-index: 1;
}
.bn-spark svg {
  width: 100%;
  height: 100%;
}
.sp-line {
  fill: none;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  stroke-width: 2;
  stroke-linecap: round;
}
.sp-line.on {
  stroke-dashoffset: 0;
}
.sp-area {
  opacity: 0;
  transition: opacity 1s ease 0.6s;
}
.sp-area.on {
  opacity: 1;
}

/* ═══════════════════════════════════════
   07. CLIENTS
═══════════════════════════════════════ */
.clients {
  background: var(--bg2);
  padding: 90px 0 100px;
}
.cl-hd {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 64px;
}
.cl-h {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.7rem, 4.6vw, 3.9rem);
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 10px 0;
}
.clients .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.clients .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.cl-p {
  font-size: 1.6rem;
  color: #eef2ff;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  max-width: none;
  margin: 24px auto 0;
}
.mq-rw {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mq-rw::before,
.mq-rw::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.mq-rw::before {
  left: 0;
  background: linear-gradient(to right, var(--bg2), transparent);
}
.mq-rw::after {
  right: 0;
  background: linear-gradient(to left, var(--bg2), transparent);
}
.mq-div {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--bdr) 20%,
    var(--bdr) 80%,
    transparent
  );
}
.mq-lt {
  display: flex;
  width: max-content;
  padding: 12px 0;
}
.mq-lt.ltr {
  animation: mqL var(--dur, 40s) linear infinite;
}
.mq-lt.rtl {
  animation: mqR var(--dur, 40s) linear infinite;
}
@keyframes mqL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes mqR {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.mq-rw:hover .mq-lt {
  animation-play-state: paused;
}
.logo-i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  padding: 0 32px;
  margin: 0 6px;
  border: 1px solid var(--bdr);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.018);
  flex-shrink: 0;
  min-width: 248px;
  transition: all 0.3s;
  cursor: default;
}
.logo-i:hover {
  border-color: rgba(10, 124, 255, 0.3);
  background: rgba(10, 124, 255, 0.06);
  transform: translateY(-3px);
}
.logo-i img {
  height: 94px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.55;
  transition: opacity 0.3s;
  display: block;
}
.logo-i:hover img {
  opacity: 1;
}

/* ═══════════════════════════════════════
   08. NEWS — 이미지 카드 그리드
═══════════════════════════════════════ */
.news {
  background: var(--bg);
  padding: 100px 0;
}
.news-in {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 64px;
}
.news-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
}
.n-h {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 900;
  color: var(--fg);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 10px 0;
}
.ntabs {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.ntab {
  padding: 7px 16px;
  border: 1px solid var(--bdr);
  background: transparent;
  color: var(--dim);
  font-size: 0.72rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: 7px;
}
.ntab:hover {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--fg);
}
.ntab.active {
  background: var(--p);
  border-color: var(--p);
  color: #fff;
}
/* 피처드 + 사이드 레이아웃 */
.news-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
}
.news-featured {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* 큰 뉴스 카드 */
.ncard-big {
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 0.3s,
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.ncard-big:hover {
  border-color: rgba(10, 124, 255, 0.27);
  transform: translateY(-5px);
}
.ncb-img {
  height: 260px;
  position: relative;
  overflow: hidden;
}
.ncb-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncb-over {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(3, 4, 13, 0.92),
    rgba(3, 4, 13, 0.2) 60%,
    transparent
  );
}
.ncb-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 11px;
  border-radius: 5px;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  z-index: 2;
}
.nb-n {
  background: rgba(10, 124, 255, 0.18);
  border: 1px solid rgba(10, 124, 255, 0.32);
  color: rgba(91, 163, 255, 0.95);
}
.nb-y {
  background: rgba(255, 50, 50, 0.12);
  border: 1px solid rgba(255, 50, 50, 0.24);
  color: #ff8080;
}
.nb-no {
  background: rgba(255, 229, 0, 0.1);
  border: 1px solid rgba(255, 229, 0, 0.24);
  color: rgba(255, 229, 0, 0.9);
}
.ncb-cat {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  font-family: var(--mono);
  font-size: 0.56rem;
  color: var(--p);
  letter-spacing: 0.18em;
}
.ncb-body {
  padding: 18px 18px 20px;
}
.ncb-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.5;
  margin-bottom: 8px;
}
.ncb-meta {
  font-family: var(--mono);
  font-size: 0.58rem;
  color: var(--dim);
}
/* 작은 뉴스 카드 (가로형) */
.ncard-sm {
  display: flex;
  gap: 14px;
  align-items: stretch;
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 0.3s,
    transform 0.3s;
}
.ncard-sm:hover {
  border-color: rgba(10, 124, 255, 0.27);
  transform: translateX(5px);
}
.ncsm-img {
  width: 110px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ncsm-ph {
  width: 100%;
  height: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncsm-body {
  flex: 1;
  padding: 14px 14px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ncsm-badge {
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
  align-self: flex-start;
}
.ncsm-title {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.5;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ncsm-meta {
  font-family: var(--mono);
  font-size: 0.55rem;
  color: var(--dim);
}

/* ═══ CTA ═══ */
.cta {
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 80% at 50% 50%,
    rgba(10, 124, 255, 0.08),
    transparent 65%
  );
}
.cta-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(10, 124, 255, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cr1 {
  width: 700px;
  height: 700px;
  animation: spinRing 55s linear infinite;
}
.cr2 {
  width: 480px;
  height: 480px;
  border-style: dashed;
  border-color: rgba(0, 229, 255, 0.04);
  animation: spinRing 38s linear infinite reverse;
}
@keyframes spinRing {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cta-mk {
  position: absolute;
  width: 22px;
  height: 22px;
}
.cm-tl {
  top: 28px;
  left: 28px;
  border-top: 2px solid rgba(10, 124, 255, 0.3);
  border-left: 2px solid rgba(10, 124, 255, 0.3);
}
.cm-tr {
  top: 28px;
  right: 28px;
  border-top: 2px solid rgba(10, 124, 255, 0.3);
  border-right: 2px solid rgba(10, 124, 255, 0.3);
}
.cm-bl {
  bottom: 28px;
  left: 28px;
  border-bottom: 2px solid rgba(10, 124, 255, 0.3);
  border-left: 2px solid rgba(10, 124, 255, 0.3);
}
.cm-br {
  bottom: 28px;
  right: 28px;
  border-bottom: 2px solid rgba(10, 124, 255, 0.3);
  border-right: 2px solid rgba(10, 124, 255, 0.3);
}
.cta-in {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 64px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-h {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.8rem, 6.5vw, 6rem);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin: 14px 0 18px;
}
.cta-blue {
  display: block;
  background: linear-gradient(90deg, var(--p), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta .lbl {
  font-size: 1rem;
  letter-spacing: 0.24em;
  color: #58a6ff;
  margin-bottom: 18px;
}
.cta .lbl::before {
  opacity: 0.95;
  color: #58a6ff;
}
.cta-p {
  font-size: 1.4rem;
  color: #eef2ff;
  line-height: 1.6;
  max-width: none;
  margin: 24px auto 40px;
  font-weight: 500;
}
.cta-p strong {
  color: #fff;
  font-weight: 700;
}
.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ═══ FOOTER ═══ */
.ftr {
  background: var(--bg);
  border-top: 1px solid var(--bdr);
  position: relative;
  overflow: hidden;
}
.ftr-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 70% at 50% 60%,
    rgba(10, 124, 255, 0.07),
    transparent 65%
  );
  pointer-events: none;
}
.ftr-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(10, 124, 255, 0.05);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.fr1 {
  width: 700px;
  height: 700px;
  animation: spinRing 55s linear infinite;
}
.fr2 {
  width: 1000px;
  height: 1000px;
  border-style: dashed;
  border-color: rgba(0, 229, 255, 0.03);
  animation: spinRing 75s linear infinite reverse;
}
.ftr-in {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 64px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.ftr-pre {
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.5em;
  color: var(--p);
  margin-bottom: 20px;
  display: block;
}
.ftr-big {
  font-family: "Outfit", sans-serif;
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: -0.055em;
  margin-bottom: 28px;
}
.fb1 {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}
.fb2 {
  display: block;
  background: linear-gradient(135deg, #5be3ff, var(--p) 45%, var(--p2) 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ga 5s linear infinite;
}
.ftr-sub {
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.34em;
  color: var(--dim);
  line-height: 2.2;
  margin-bottom: 40px;
}
.ftr-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* responsive */
@media (max-width: 1100px) {
  .sv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .an-layout {
    grid-template-columns: 1fr;
  }
  .an-side {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .an-side > * {
    flex: 1;
    min-width: 240px;
  }
  .ben-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-layout {
    grid-template-columns: 1fr;
  }
  .an-kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .sv-wrap,
  .stats-inner,
  .why-inner,
  .ben-in,
  .an-inner,
  .news-in,
  .cl-hd,
  .cta-in,
  .ftr-in {
    padding-left: 14px;
    padding-right: 14px;
  }
  .sv-grid,
  .ben-grid,
  .stats-grid,
  .an-kpis {
    grid-template-columns: 1fr;
  }
  .h-sbar {
    display: none;
  }
  .h-sbar2 {
    left: 0;
  }
  .h-btns {
    flex-direction: column;
    align-items: center;
  }
  .news-hd {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-layout {
    grid-template-columns: 1fr;
  }
}

/* ════ 메인 카피 (히어로 오버레이) ════ */
/* 타이틀 전용 폰트 - Gmarket Sans Bold (굵고 강한 느낌) */
@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: 700;
  font-display: swap;
}
.h-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1180px;
  padding: 0 24px;
  margin: 0 auto;
  font-family:
    "GmarketSans", "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}
.h-copy-head {
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.1em;
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.55);
}
.h-copy-head .hc-l1 {
  display: block;
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
}
.h-copy-head .hc-l2 {
  display: block;
  font-size: clamp(3.5rem, 7.8vw, 6.3rem);
  margin-top: 0.12em;
}
.h-copy-sub {
  font-weight: 700;
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: rgba(238, 242, 255, 0.95);
  margin: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}
.h-copy em {
  font-style: normal;
  font-weight: 700;
}
.h-copy .gc {
  font-weight: 700;
  display: inline-block;
  padding: 0 0.12em;
  margin: 0 -0.12em;
  background: linear-gradient(90deg, var(--p), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

@media (max-width: 600px) {
  .h-copy-head .hc-l1 {
    font-size: 2.1rem;
  }
  .h-copy-head .hc-l2 {
    font-size: 2.65rem;
  }
  .h-copy-sub {
    font-size: 1.45rem;
  }
}

/* ===== 모바일 글자 크기 축소 (제목·본문) ===== */
@media (max-width: 600px) {
  /* 섹션 제목 */
  .sh {
    font-size: 1.75rem;
    line-height: 1.18;
  }
  .cl-h {
    font-size: 1.9rem;
    line-height: 1.15;
  }
  .cta-h {
    font-size: 2.15rem;
    line-height: 1;
  }

  /* 섹션 본문 문구 */
  .sv-note,
  .st-note,
  .why-sub,
  .ben-note,
  .cl-p {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  /* 카드 제목 */
  .sv-name {
    font-size: 1.2rem;
  }
  .wc-title {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  /* 히어로 카피 */
  .h-copy-head .hc-l1 {
    font-size: 1.85rem;
  }
  .h-copy-head .hc-l2 {
    font-size: 2.2rem;
  }
  .h-copy-sub {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* ===== 모바일/세로화면 히어로 영상 풀커버 ===== */
@media (max-aspect-ratio: 16/9) {
  .hv iframe {
    width: 177.78vh; /* 100vh × 16/9 */
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
  }
}

/* ===== 모바일 CLIENTS 배너 축소 (여러 개 보이게) ===== */
@media (max-width: 600px) {
  .logo-i {
    height: 74px;
    min-width: 144px;
    padding: 0 16px;
    margin: 0 4px;
    border-radius: 10px;
  }
  .logo-i img {
    height: 50px;
    max-width: 150px;
  }
  .mq-lt { padding: 8px 0; }
  /* 양쪽 페이드 좁게 */
  .mq-rw::before,
  .mq-rw::after { width: 56px; }
}
