/* ============================================================
   HANJIN ENGINEERING — COMPONENTS & SECTIONS
   ============================================================ */

/* ---------- 0. GLOBAL CHROME ------------------------------- */
.prog {
  position: fixed;
  inset: 0 auto auto 0;
  height: 3px;
  width: 0;
  z-index: 120;
  background: var(--grd-heat);
  box-shadow: 0 0 16px rgba(242, 163, 60, .7);
  transition: width .1s linear
}

.hdr {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--pad-x);
  transition: background .4s var(--ease), backdrop-filter .4s, border-color .4s, padding .4s;
  border-bottom: 1px solid transparent;
  font-size: clamp(.86rem, 1.2vw, .95rem);
}

.hdr.stuck {
  background: rgba(5, 7, 13, .82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
  padding-block: 10px;
}

.hdr__nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px)
}

.hdr__nav a {
  color: var(--tx-3);
  font-weight: 600;
  font-size: .92em;
  letter-spacing: -.02em;
  transition: color .25s;
  position: relative;
  white-space: nowrap
}

.hdr__nav a:hover,
.hdr__nav a.on {
  color: var(--tx-1)
}

.hdr__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: var(--grd-heat);
  transition: right .35s var(--ease)
}

.hdr__nav a:hover::after,
.hdr__nav a.on::after {
  right: 0
}

.hdr__tel {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-family: var(--ff-en);
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--ci-amber);
  font-size: 1.05em
}

@media (max-width:1000px) {
  .hdr__nav {
    display: none
  }
}

@media (max-width:520px) {
  .hdr__tel span {
    display: none
  }
}

/* side dot nav */
.dots {
  position: fixed;
  right: clamp(10px, 1.6vw, 22px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 11px
}

.dots a {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  background: transparent;
  transition: all .3s var(--ease);
  position: relative
}

.dots a::after {
  content: attr(data-t);
  position: absolute;
  right: 150%;
  top: 50%;
  translate: 0 -50%;
  white-space: nowrap;
  font-size: .72rem;
  color: var(--tx-2);
  background: rgba(11, 17, 32, .92);
  border: 1px solid var(--line);
  padding: 3px 9px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s
}

.dots a:hover::after {
  opacity: 1
}

.dots a.on {
  background: var(--ci-amber);
  border-color: var(--ci-amber);
  box-shadow: 0 0 12px rgba(242, 163, 60, .8);
  transform: scale(1.25)
}

@media (max-width:1100px) {
  .dots {
    display: none
  }
}

/* mobile sticky CTA */
.quick {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  display: none;
  gap: 8px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(5, 7, 13, .93);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line)
}

.quick .btn {
  flex: 1;
  padding: .85em 1em;
  font-size: .92rem
}

@media (max-width:760px) {
  .quick {
    display: flex
  }

  body {
    padding-bottom: 66px
  }
}

/* ---------- 1. BACKDROPS ----------------------------------- */
.bg-grad {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0
}

.bg-grad::before,
.bg-grad::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px)
}

.bg-grad::before {
  width: 52vw;
  height: 52vw;
  left: -14vw;
  top: -16vw;
  background: radial-gradient(circle, rgba(47, 109, 187, .24), transparent 68%)
}

.bg-grad::after {
  width: 46vw;
  height: 46vw;
  right: -12vw;
  bottom: -18vw;
  background: radial-gradient(circle, rgba(242, 163, 60, .16), transparent 68%)
}

.sec>.wrap {
  position: relative;
  z-index: 2
}

.hairline {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-2), transparent)
}

.bg-dark {
  background: var(--ci-navy-850)
}

.bg-panel {
  background: linear-gradient(180deg, var(--ci-navy-850), var(--ci-navy-900))
}

/* snow canvas */
#snow {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .55
}

/* ---------- 2. HERO (S01) ---------------------------------- */
.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: clamp(80px, 9.5vh, 120px);
  padding-bottom: clamp(16px, 2.5vh, 30px);
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #04060c
}

/* 메인비주얼 사진 */
.hero__pic {
  display: contents;
}

.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(1.02) contrast(1.01) brightness(1.32);
  transition: object-position .3s ease, filter .3s ease;
}

/* 카피 가독성 스크림 (상단 GNB · 중앙 헤드라인 · 하단 연결부) */
.hero__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(76% 56% at 50% 38%, rgba(4, 6, 12, .26), rgba(4, 6, 12, .07) 58%, transparent 80%),
    linear-gradient(180deg, rgba(4, 6, 12, .58) 0%, rgba(4, 6, 12, .08) 24%,
      rgba(4, 6, 12, .15) 58%, rgba(5, 7, 13, .92) 100%),
    linear-gradient(180deg, rgba(16, 26, 46, .07), rgba(5, 7, 13, .03))
}

/* 하단 CI 열선 글로우 — 다음 섹션으로의 연결 (주석 처리/숨김) */
.hero__glow {
  display: none !important;
}

@keyframes heatrun {
  from {
    background-position: 0 0, 0 0
  }

  to {
    background-position: 128px 0, 0 0
  }
}

@media (prefers-reduced-motion:reduce) {

  .hero__img,
  .hero__glow {
    animation: none
  }
}

.hero__inner {
  position: relative;
  z-index: 3;
  margin-block: auto;
  width: 100%;
}

.hero h1 {
  font-size: clamp(1.4rem, 4.4vw, 3.4rem);
  line-height: 1.25;
  margin-bottom: .45em;
  color: #ffffff;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 1), 0 1px 8px rgba(0, 0, 0, .95);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hero .lead {
  max-width: min(840px, 96vw);
  margin-inline: auto;
  font-size: clamp(.88rem, 1.25vw, 1.12rem);
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 1), 0 1px 6px rgba(0, 0, 0, .95);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hero .eyebrow {
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .9)
}

@media (max-width:768px) {
  .hero {
    min-height: 100svh;
    padding-top: clamp(75px, 9.5vh, 95px);
    padding-bottom: clamp(14px, 2.5vh, 24px);
  }

  .hero__img {
    object-position: center center;
    filter: saturate(1.05) contrast(1.02) brightness(1.2);
  }

  .hero__scrim {
    background:
      radial-gradient(100% 60% at 50% 36%, rgba(4, 6, 12, .48), rgba(4, 6, 12, .18) 65%, transparent 88%),
      linear-gradient(180deg, rgba(4, 6, 12, .72) 0%, rgba(4, 6, 12, .2) 20%,
        rgba(4, 6, 12, .32) 58%, rgba(5, 7, 13, .95) 100%),
      linear-gradient(180deg, rgba(16, 26, 46, .12), rgba(5, 7, 13, .05));
  }

  .hero__glow {
    height: clamp(70px, 12vh, 120px);
    opacity: .8;
  }
}

@media (max-width:480px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 16px;
  }

  .hero h1 {
    font-size: clamp(1.35rem, 6.2vw, 1.8rem);
    line-height: 1.3;
  }

  .hero .lead {
    font-size: clamp(.82rem, 3.6vw, .92rem);
    line-height: 1.5;
    padding-inline: 4px;
  }

  .hero__cta {
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .hero__cta .btn {
    width: 100%;
    padding: .85em 1.2em;
    font-size: .92rem;
  }

  .hero__kpi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    margin-top: 20px;
    padding-top: 14px;
  }

  .hero__kpi b {
    font-size: clamp(1.2rem, 4.8vw, 1.45rem);
  }

  .hero__kpi span {
    font-size: .7rem;
    line-height: 1.25;
  }
}

.hero__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: clamp(18px, 2.5vh, 32px);
}

.btn--green,
.btn--call {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  box-shadow: 0 4px 22px rgba(40, 167, 69, .45) !important;
  transition: all .3s var(--ease);
}

.btn--green:hover,
.btn--call:hover {
  filter: brightness(1.08) !important;
  box-shadow: 0 8px 32px rgba(40, 167, 69, .68), 0 0 20px rgba(40, 167, 69, .4) !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

.btn--green:active,
.btn--call:active {
  transform: translateY(0) !important;
}

.btn--green svg,
.btn--call svg,
.btn__call-ico {
  color: #d1d5db !important;
  fill: #e5e7eb !important;
  stroke: #9ca3af !important;
  stroke-width: 1px !important;
}

.hero__kpi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(16px, 3.5vw, 48px);
  margin-top: clamp(22px, 3.2vh, 44px);
  padding-top: clamp(14px, 2vh, 24px);
  border-top: 1px solid rgba(255, 255, 255, .18)
}

.hero__kpi div {
  text-align: center
}

.hero__kpi b {
  display: block;
  font-family: var(--ff-en);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--ci-amber-hi);
  line-height: 1.1;
  letter-spacing: .01em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .8)
}

.hero__kpi span {
  font-size: clamp(.78rem, 1vw, .84rem);
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .95)
}

/* ---------- 2-0. HERO LOGO MARQUEE / TICKER ---------------- */
.hero-marquee {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: clamp(24px, 3.5vh, 48px);
  margin-bottom: 0;
  padding-block: 10px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 95%, transparent 100%);
  user-select: none;
}

.hero-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: heroMarqueeScroll 27s linear infinite;
  will-change: transform;
}

.hero-marquee:hover .hero-marquee__track {
  animation-play-state: paused;
}

.hero-marquee__group {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-right: 36px;
  flex-shrink: 0;
}

@keyframes heroMarqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-marquee__item {
  flex-shrink: 0;
}

.hero-marquee__card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(190px, 15vw, 230px);
  height: clamp(80px, 10.5vh, 98px);
  padding: 8px 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
  cursor: default;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-shrink: 0;
  box-sizing: border-box;
}

a.hero-marquee__card {
  cursor: pointer;
}

.hero-marquee__card:hover {
  transform: translateY(-4px) translateZ(0);
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.48), 0 0 20px rgba(255, 255, 255, 0.4);
}

.hero-marquee__card img {
  max-height: clamp(56px, 7.5vh, 72px);
  max-width: 86%;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
  display: block;
  image-rendering: auto;
}

@media (max-width: 768px) {
  .hero-marquee {
    margin-top: 24px;
    padding-block: 6px;
  }
  .hero-marquee__track {
    animation-duration: 19s;
  }
  .hero-marquee__group {
    gap: 14px;
    padding-right: 14px;
  }
  .hero-marquee__card {
    width: clamp(140px, 38vw, 175px);
    height: 64px;
    padding: 6px 12px;
  }
  .hero-marquee__card img {
    max-height: 44px;
    max-width: 86%;
  }
}

/* ---------- 2-1. 섹션 배경 사진 (공용) --------------------- */
.sec--photo {
  isolation: isolate
}

.sec__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden
}

.sec__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 62%;
  filter: saturate(.72) contrast(1.06) brightness(.46)
}

.sec__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(72% 62% at 50% 50%, rgba(5, 7, 13, .72), rgba(5, 7, 13, .62) 58%, rgba(5, 7, 13, .88)),
    linear-gradient(180deg, var(--ci-navy-900) 0%, rgba(5, 7, 13, .42) 22%,
      rgba(5, 7, 13, .46) 74%, var(--ci-navy-900) 100%)
}

.sec--photo .h2,
.sec--photo .display {
  text-shadow: 0 2px 26px rgba(0, 0, 0, .75)
}

.sec--photo .lead {
  text-shadow: 0 2px 16px rgba(0, 0, 0, .8)
}

@media (max-width:760px) {
  .sec__bg img {
    object-position: 56% 62%;
    filter: saturate(.7) contrast(1.06) brightness(.4)
  }
}

/* S06 배경 사진 — rõ nét, sáng đẹp */
#s06 .sec__bg img {
  filter: saturate(.9) contrast(1.04) brightness(.75);
  transform: none;
  opacity: 1;
}

#s06 .sec__scrim {
  background:
    radial-gradient(78% 68% at 50% 50%, rgba(5, 7, 13, .35), rgba(5, 7, 13, .22) 58%, rgba(5, 7, 13, .65)),
    linear-gradient(180deg, var(--ci-navy-900) 0%, rgba(5, 7, 13, .16) 24%,
      rgba(5, 7, 13, .24) 72%, var(--ci-navy-900) 100%);
}

#s06 .callout--ok {
  background: linear-gradient(135deg, rgba(16, 185, 129, .08) 0%, rgba(6, 16, 28, .32) 50%, rgba(16, 185, 129, .05) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1.5px solid rgba(55, 201, 138, .42);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .35), 0 0 28px rgba(55, 201, 138, .12), inset 0 0 20px rgba(55, 201, 138, .05);
}

#s06 .lead {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  letter-spacing: -.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .98), 0 0 4px rgba(0, 0, 0, 1);
}

@media (max-width:760px) {
  #s06 .sec__bg img {
    filter: saturate(.85) contrast(1.04) brightness(.68);
  }
}

/* ---------- 3. STATEMENT (S02) ----------------------------- */
.state {
  text-align: center;
  position: relative
}

.state__q {
  font-size: clamp(1.4rem, 3.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.45;
  color: var(--tx-1);
  letter-spacing: -.035em;
  max-width: 22ch;
  margin-inline: auto
}

.state__n {
  font-family: var(--ff-en);
  font-size: clamp(4rem, 16vw, 11rem);
  font-weight: 700;
  line-height: .85;
  background: var(--grd-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: .95;
  letter-spacing: -.03em
}

.state__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 44px);
  flex-wrap: wrap;
  margin-block: clamp(24px, 4vw, 44px)
}

.state__vs {
  font-family: var(--ff-en);
  font-size: clamp(1rem, 2vw, 1.4rem);
  letter-spacing: .3em;
  color: var(--tx-4);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: .4em 1.1em
}

.state__side {
  text-align: center
}

.state__side small {
  display: block;
  font-size: .86rem;
  color: var(--tx-3);
  margin-top: .6em;
  letter-spacing: -.02em
}

.state__n.is-cold {
  background: var(--grd-ice);
  -webkit-background-clip: text;
  background-clip: text
}

/* ---------- 4. VS COMPARE (S03) ---------------------------- */
.vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  overflow: hidden;
  background: var(--ci-navy-800)
}

.vs__side {
  padding: clamp(22px, 3.4vw, 42px);
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 34vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px
}

.vs__side::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .9
}

.vs__side.bad::before {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(226, 69, 60, .22), transparent 60%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, .035) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, #141821, #0a0d15)
}

.vs__side.good::before {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(242, 163, 60, .22), transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(255, 150, 40, .5) 34px 36px, transparent 36px 70px),
    linear-gradient(180deg, #0d1524, #080c16)
}

.vs__side>* {
  position: relative;
  z-index: 1
}

/* 사진 배경이 들어간 패널 */
.vs__side.has-photo::before {
  content: none
}

.vs__side .vs__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  filter: saturate(1.06) contrast(1.04) brightness(.94);
  transition: transform .8s var(--ease)
}

.vs__side:hover .vs__img {
  transform: scale(1.04)
}

.vs__side .vs__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, .62) 0%, rgba(5, 7, 13, .18) 34%,
      rgba(5, 7, 13, .55) 72%, rgba(5, 7, 13, .92) 100%)
}

.vs__side.has-photo .vs__tag,
.vs__side.has-photo .h3,
.vs__side.has-photo .sm,
.vs__side.has-photo .chk li {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .85), 0 1px 3px rgba(0, 0, 0, .7)
}

/* 위험(사후 대응) 패널 — 사진이 밝아 스크림을 조금 더 강하게 + 냉랭한 톤 */
.vs__side.bad .vs__img {
  filter: saturate(.82) contrast(1.06) brightness(.82)
}

.vs__side.bad .vs__scrim {
  background:
    linear-gradient(180deg, rgba(5, 7, 13, .70) 0%, rgba(5, 7, 13, .34) 34%,
      rgba(5, 7, 13, .66) 70%, rgba(5, 7, 13, .95) 100%),
    linear-gradient(180deg, rgba(30, 49, 85, .30), rgba(226, 69, 60, .12))
}

.vs__tag {
  align-self: flex-start;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .35em 1em;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: rgba(0, 0, 0, .4)
}

.vs__side.bad .vs__tag {
  color: #ff8f88;
  border-color: rgba(226, 69, 60, .5)
}

.vs__side.good .vs__tag {
  color: var(--ci-amber-hi);
  border-color: rgba(242, 163, 60, .5)
}

/* S11 — VS 배지와 겹치지 않도록 우측 패널 내용 전체를 좌측에서 50px 띄움 */
#s11 .vs__side.good {
  padding-left: calc(clamp(22px, 3.4vw, 42px) + 50px)
}

/* 좌우 사진이 맞붙은 이음새 위에 떠 있는 VS 배지 */
.vs__mid {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
  display: grid;
  place-items: center;
  pointer-events: none;
  width: clamp(58px, 8vw, 92px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  background: radial-gradient(circle at 50% 35%, rgba(30, 49, 85, .92), rgba(5, 7, 13, .88));
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: 0 0 0 6px rgba(5, 7, 13, .35), 0 14px 40px rgba(0, 0, 0, .6)
}

.vs__mid b {
  font-family: var(--ff-en);
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--tx-1);
  letter-spacing: .02em;
  text-shadow: 0 0 30px rgba(255, 255, 255, .25)
}

@media (max-width:760px) {
  .vs {
    grid-template-columns: 1fr
  }

  .vs__mid {
    width: clamp(54px, 14vw, 72px)
  }

  /* 세로 배치에서는 배지가 좌우를 침범하지 않으므로 들여쓰기 해제 */
  #s11 .vs__side.good {
    padding-left: clamp(22px, 3.4vw, 42px)
  }
}

/* ---------- 4-1. ICON BAND (S03) --------------------------
   박스·라인·배경 없이 아이콘만 크게 노출
   --------------------------------------------------------- */
.iconband {
  margin-top: clamp(26px, 4vw, 44px);
  grid-template-columns: repeat(6, minmax(0, 1fr))
}

.iconband__it {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.6vw, 18px);
  text-align: center;
  padding: clamp(14px, 2vw, 22px) 6px;
  background: none;
  border: 0
}

/* 5개 구성 — 마지막 줄 2개를 가운데로 */
.iconband__it:nth-child(4) {
  grid-column: 2/span 2
}

.iconband__it svg {
  width: clamp(52px, 7vw, 84px);
  height: clamp(52px, 7vw, 84px);
  color: var(--ci-amber);
  stroke-width: 1.35;
  filter: drop-shadow(0 0 22px rgba(242, 163, 60, .34));
  transition: transform .4s var(--ease), filter .4s
}

.iconband__it:hover svg {
  transform: translateY(-5px) scale(1.05);
  filter: drop-shadow(0 0 30px rgba(242, 163, 60, .55))
}

.iconband__it span {
  font-size: clamp(.85rem, 1.35vw, 1rem);
  font-weight: 700;
  color: var(--tx-1);
  letter-spacing: -.03em;
  line-height: 1.4
}

@media (max-width:560px) {
  .iconband {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .iconband__it:nth-child(4) {
    grid-column: auto/span 2
  }

  .iconband__it:nth-child(5) {
    grid-column: 2/span 2
  }
}

/* ---------- 5. CARDS --------------------------------------- */
.card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  padding: clamp(20px, 2.6vw, 30px);
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease), border-color .4s, background .4s
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  background: var(--glass-2)
}

.card__ttl {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -.03em;
  margin-bottom: .7em;
  display: flex;
  align-items: center;
  gap: .55em
}

.card__ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex: none;
  background: linear-gradient(150deg, rgba(127, 182, 255, .16), rgba(127, 182, 255, .04));
  border: 1px solid rgba(127, 182, 255, .2);
  color: var(--ci-ice);
  margin-bottom: 16px
}

.card__ico svg {
  width: 22px;
  height: 22px
}

.card--hot .card__ico {
  background: linear-gradient(150deg, rgba(242, 163, 60, .18), rgba(242, 163, 60, .04));
  border-color: rgba(242, 163, 60, .25);
  color: var(--ci-amber)
}

.card--bad {
  border-color: rgba(226, 69, 60, .28);
  background: linear-gradient(180deg, rgba(226, 69, 60, .07), transparent)
}

.card--bad .card__ico {
  background: rgba(226, 69, 60, .12);
  border-color: rgba(226, 69, 60, .3);
  color: #ff8f88
}

.card--ok {
  border-color: rgba(55, 201, 138, .26);
  background: linear-gradient(180deg, rgba(55, 201, 138, .07), transparent)
}

.card--ok .card__ico {
  background: rgba(55, 201, 138, .12);
  border-color: rgba(55, 201, 138, .3);
  color: var(--ci-ok)
}

/* 상단 이미지가 들어가는 카드
   ※ hover 시 카드를 띄우면 커서가 카드 밖으로 벗어나며 on/off 가 반복돼
      떨림이 생기므로, 리프트 대신 테두리·이미지 확대만 사용한다 */
.card--media {
  padding: 0;
  overflow: hidden
}

.card--media:hover {
  transform: none;
  border-color: rgba(226, 69, 60, .5)
}

.card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #0a0e16
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.92) contrast(1.04) brightness(.92);
  transform: translateZ(0) scale(1.001);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform .6s var(--ease), filter .5s var(--ease)
}

.card--media:hover .card__media img {
  transform: translateZ(0) scale(1.06);
  filter: saturate(1) contrast(1.04) brightness(1)
}

.card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 7, 13, .42) 82%, rgba(5, 7, 13, .72) 100%)
}

.card__bd {
  padding: clamp(18px, 2.4vw, 28px)
}

.card--media .card__ttl {
  margin-bottom: .85em
}

.chk {
  display: flex;
  flex-direction: column;
  gap: .6em;
  margin-top: .2em
}

.chk li {
  display: flex;
  gap: .6em;
  font-size: var(--fs-sm);
  color: var(--tx-2);
  line-height: 1.6
}

.chk li::before {
  content: "!";
  flex: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: .66rem;
  font-weight: 800;
  margin-top: .28em;
  background: rgba(226, 69, 60, .18);
  color: #ff8f88;
  border: 1px solid rgba(226, 69, 60, .35)
}

.chk--ok li::before {
  content: "✓";
  background: rgba(55, 201, 138, .15);
  color: var(--ci-ok);
  border-color: rgba(55, 201, 138, .35)
}

/* ---------- 6. STAT / RISK BAR ----------------------------- */
.stats {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr)
}

.stats>div {
  background: var(--ci-navy-850);
  padding: clamp(20px, 2.6vw, 30px);
  text-align: center
}

.stats b {
  display: block;
  font-family: var(--ff-en);
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 700;
  color: var(--ci-amber-hi);
  line-height: 1.15
}

.stats.is-bad b {
  color: #ff8f88
}

.stats span {
  font-size: var(--fs-sm);
  color: var(--tx-3)
}

@media (max-width:640px) {
  .stats {
    grid-template-columns: 1fr
  }
}

/* ---------- 7. CALLOUT ------------------------------------- */
.callout {
  border: 1px solid var(--line-2);
  border-radius: var(--r-l, 20px);
  padding: clamp(18px, 2.8vw, 36px) clamp(16px, 2.5vw, 32px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .045), transparent 60%);
  position: relative;
  overflow: hidden;
}

.callout h2, .callout .h2 {
  font-size: clamp(1.18rem, 2.6vw, 1.8rem);
  line-height: 1.4;
  word-break: keep-all;
}

.callout h3, .callout .h3 {
  font-size: clamp(1.02rem, 2.1vw, 1.35rem);
  line-height: 1.5;
  word-break: keep-all;
}

.callout p {
  word-break: keep-all;
}

.callout .sm {
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  line-height: 1.65;
  word-break: keep-all;
}

.callout--alert {
  border-color: rgba(226, 69, 60, .35);
  background: linear-gradient(135deg, rgba(226, 69, 60, .12), transparent 62%);
}

.callout--ok {
  border-color: rgba(55, 201, 138, .32);
  background: linear-gradient(135deg, rgba(55, 201, 138, .12), transparent 62%);
}

/* 위쪽 섹션 위로 끌어올려 겹치는 박스 */
.sec--overlap {
  overflow: visible
}

.callout--raise {
  margin-top: -200px;
  position: relative;
  z-index: 3;
  background-color: var(--ci-navy-800);
  box-shadow: var(--shadow-2)
}

@media (max-width:900px) {
  .callout--raise {
    margin-top: -120px
  }
}

@media (max-width:560px) {
  .callout--raise {
    margin-top: -64px
  }
}

/* 우측 배경 사진 — 좌측으로 갈수록 서서히 사라짐 */
.callout__photo {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 0;
  width: min(64%, 780px);
  pointer-events: none
}

.callout__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(.82) contrast(1.06) brightness(.78);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .75) 62%, #000 92%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .75) 62%, #000 92%)
}

.callout__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(226, 69, 60, .10) 100%)
}

.callout__row {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 28px);
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}

.callout__photo~.callout__row .h3,
.callout__photo~.callout__row .h2 {
  text-shadow: 0 2px 20px rgba(5, 7, 13, .9), 0 1px 3px rgba(5, 7, 13, .8)
}

@media (max-width:760px) {
  .callout__photo {
    width: 100%;
    opacity: .45
  }

  .callout__photo img {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .5) 55%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .5) 55%, #000 100%)
  }
}

.callout__mark {
  width: clamp(46px, 6vw, 64px);
  height: clamp(46px, 6vw, 64px);
  border-radius: 14px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  opacity: .95
}

.callout--alert .callout__mark {
  color: var(--ci-alert)
}

.callout--ok .callout__mark {
  color: var(--ci-ok)
}

.callout__mark svg {
  width: 52%;
  height: 52%
}

/* ---------- 8. RISK LIST (S07 유형) ------------------------ */
.tri {
  display: grid;
  gap: var(--gap)
}

.tri__it {
  display: grid;
  grid-template-columns: minmax(140px, .9fr) 1.4fr;
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--glass);
  transition: border-color .4s, background .4s
}

.tri__it:hover {
  border-color: var(--line-2);
  background: var(--glass-2)
}

.tri__viz {
  min-height: clamp(120px, 15vw, 175px);
  align-self: stretch;
  position: relative;
  overflow: hidden
}

.tri__viz img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 55%;
  filter: saturate(.82) contrast(1.04) brightness(.72);
  -webkit-mask-image: linear-gradient(90deg, #000 0 46%, rgba(0, 0, 0, .55) 74%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 46%, rgba(0, 0, 0, .55) 74%, transparent 100%)
}

/* 이미지 위 톤 정리 스크림 (우측으로 함께 사라짐) */
.tri__viz::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 7, 13, .34), rgba(5, 7, 13, .12) 55%, transparent 88%)
}

.tri__it:hover .tri__viz img {
  filter: saturate(.9) contrast(1.04) brightness(.8)
}

.tri__bd {
  padding: clamp(16px, 2.2vw, 26px) clamp(18px, 2.4vw, 30px) clamp(16px, 2.2vw, 26px) 0
}

@media (max-width:640px) {
  .tri__it {
    grid-template-columns: 1fr
  }

  .tri__bd {
    padding: 0 20px 22px
  }

  /* 세로 배치에서는 아래쪽으로 사라지게 */
  .tri__viz {
    min-height: clamp(140px, 38vw, 200px)
  }

  .tri__viz img {
    -webkit-mask-image: linear-gradient(180deg, #000 0 52%, rgba(0, 0, 0, .55) 78%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0 52%, rgba(0, 0, 0, .55) 78%, transparent 100%)
  }

  .tri__viz::after {
    background: linear-gradient(180deg, rgba(5, 7, 13, .28), rgba(5, 7, 13, .1) 58%, transparent 90%)
  }
}

/* ---------- 9. KOREA MAP (S08) ----------------------------- */
.map {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  aspect-ratio: 2/3;
  min-height: clamp(340px, 46vw, 600px);
  background:
    radial-gradient(120% 86% at 50% -6%, #17253f 0%, #0a1120 58%, #05070d 100%)
}

/* 성긴 별·격자 텍스처 */
.map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .5;
  background:
    radial-gradient(1px 1px at 18% 22%, rgba(200, 222, 255, .55), transparent),
    radial-gradient(1px 1px at 72% 14%, rgba(200, 222, 255, .4), transparent),
    radial-gradient(1px 1px at 86% 62%, rgba(200, 222, 255, .45), transparent),
    radial-gradient(1px 1px at 28% 78%, rgba(200, 222, 255, .35), transparent),
    radial-gradient(1px 1px at 58% 90%, rgba(200, 222, 255, .4), transparent),
    linear-gradient(90deg, rgba(127, 182, 255, .05) 1px, transparent 1px) 0 0/46px 46px,
    linear-gradient(rgba(127, 182, 255, .05) 1px, transparent 1px) 0 0/46px 46px
}

/* 가장자리 비네트 — 배경으로 자연스럽게 가라앉게 */
.map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(78% 66% at 50% 48%, transparent 42%, rgba(5, 7, 13, .72) 100%)
}

.map__svg {
  position: absolute;
  inset: clamp(50px, 7vw, 68px) clamp(14px, 2.6vw, 30px) clamp(16px, 2.6vw, 30px);
  width: auto;
  height: auto;
  display: block;
  z-index: 1;
  filter: drop-shadow(0 0 40px rgba(127, 182, 255, .2))
}

.map__land {
  opacity: .92
}

.map__spot circle:first-of-type {
  transform-box: fill-box;
  transform-origin: center;
  animation: hotglow 3.4s var(--ease) infinite
}

@keyframes hotglow {

  0%,
  100% {
    opacity: .6;
    transform: scale(.9)
  }

  50% {
    opacity: 1;
    transform: scale(1.06)
  }
}

.map__ring {
  fill: none;
  stroke: var(--ci-alert);
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
  animation: pulse 2.8s ease-out infinite
}

@keyframes pulse {
  0% {
    opacity: .9;
    transform: scale(.35)
  }

  70% {
    opacity: 0;
    transform: scale(2.4)
  }

  100% {
    opacity: 0
  }
}

.map__core {
  fill: #ff8f88;
  filter: drop-shadow(0 0 10px rgba(226, 69, 60, .95))
}

@media (prefers-reduced-motion:reduce) {

  .map__ring,
  .map__spot circle:first-of-type {
    animation: none
  }

  .map__ring {
    opacity: .5
  }
}

.map__cap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: clamp(14px, 2vw, 20px) 16px clamp(22px, 3vw, 30px);
  text-align: center;
  font-size: clamp(.9rem, 1.5vw, 1.05rem);
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--tx-1);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .9);
  background: linear-gradient(180deg, rgba(5, 7, 13, .8), transparent)
}

.map__cap::before,
.map__cap::after {
  content: "—";
  color: var(--ci-amber);
  margin: 0 .6em;
  font-weight: 400
}

/* ---------- CTA BANNER (PPT Slide 18) — FULL-WIDTH IMMERSIVE -------- */
.sec-banner-full {
  position: relative;
  width: 100%;
  padding: clamp(52px, 6.5vw, 84px) 0 clamp(96px, 12vw, 156px);
  overflow: hidden;
  background: #050b18;
  border-top: 1px solid rgba(127, 182, 255, 0.18);
  border-bottom: 1px solid rgba(127, 182, 255, 0.18);
}

.sec-banner-full__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.sec-banner-full__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 90%;
  filter: brightness(0.92) contrast(1.08) saturate(1.1);
}

.sec-banner-full__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 14, 34, 0.96) 0%, rgba(6, 14, 34, 0.72) 36%, rgba(6, 14, 34, 0.1) 68%, rgba(4, 8, 18, 0.4) 100%);
}

.sec-banner-full__circuit {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(200, 230, 255, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 80% 70%, rgba(200, 230, 255, 0.5), transparent),
    linear-gradient(90deg, rgba(77, 163, 255, 0.04) 1px, transparent 1px) 0 0/40px 40px,
    linear-gradient(rgba(77, 163, 255, 0.04) 1px, transparent 1px) 0 0/40px 40px;
}

.sec-banner-full__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.sec-banner-full__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.5vw, 32px);
  width: 100%;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.sec-banner-full__circuit-l,
.sec-banner-full__circuit-r {
  flex: 1;
  max-width: 130px;
  height: 48px;
  display: flex;
  align-items: center;
}

.sec-banner-full__circuit-l svg,
.sec-banner-full__circuit-r svg {
  width: 100%;
  height: 100%;
}

.sec-banner-full__title {
  font-size: clamp(1.6rem, 3.2vw, 2.45rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.3;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.9), 0 0 32px rgba(56, 189, 248, 0.35);
  margin: 0;
  white-space: nowrap;
}

.sec-banner-full__feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.8vw, 18px);
  max-width: 660px;
  margin: 0 auto;
}

.banner-feat-card {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 145px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: clamp(12px, 1.6vw, 18px) 6px clamp(10px, 1.3vw, 14px);
  background: linear-gradient(180deg, rgba(14, 52, 118, 0.76) 0%, rgba(6, 20, 52, 0.94) 100%);
  border: 1.5px solid rgba(80, 168, 255, 0.45);
  border-bottom: 1.5px solid rgba(245, 158, 11, 0.65);
  border-radius: var(--r-m, 13px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s, background 0.28s, box-shadow 0.28s;
  overflow: visible;
}

.banner-feat-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(20, 75, 160, 0.85) 0%, rgba(8, 30, 76, 0.98) 100%);
  border-color: rgba(120, 195, 255, 0.7);
  border-bottom-color: #f59e0b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.banner-feat-card__flare {
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(36px, 45%, 56px);
  height: 2.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(245, 158, 11, 0.3) 15%, #fbbf24 35%, #ffffff 50%, #fbbf24 65%, rgba(245, 158, 11, 0.3) 85%, transparent 100%);
  box-shadow: 0 1px 6px rgba(245, 158, 11, 0.45);
  transition: width 0.28s var(--ease), box-shadow 0.28s var(--ease);
  pointer-events: none;
  z-index: 3;
}

.banner-feat-card:hover .banner-feat-card__flare {
  width: clamp(48px, 60%, 72px);
  height: 3px;
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.65);
}

.banner-feat-card__ico {
  width: clamp(44px, 5.2vw, 56px);
  height: clamp(44px, 5.2vw, 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  filter: none;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.banner-feat-card:hover .banner-feat-card__ico {
  transform: scale(1.06);
}

.banner-feat-card__ico svg {
  width: 100%;
  height: 100%;
}

.banner-feat-card__label {
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  margin-top: 2px;
}

@media (max-width: 680px) {
  .sec-banner-full__circuit-l,
  .sec-banner-full__circuit-r {
    display: none;
  }

  .sec-banner-full__title {
    white-space: normal;
    word-break: keep-all;
  }
}

@media (max-width: 640px) {
  .sec-banner-full__feats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 320px;
  }

  .banner-feat-card {
    max-width: 145px;
    aspect-ratio: 1 / 1;
    padding: 14px 8px;
  }

  .banner-feat-card__flare {
    width: clamp(40px, 48%, 60px);
  }

  .banner-feat-card__ico {
    width: 48px;
    height: 48px;
  }

  .banner-feat-card__label {
    font-size: 0.92rem;
  }
}

/* ---------- NEWS HEADLINES (S08) ---------------------------- */
.news-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.news-head__live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: #ff6f66;
  background: rgba(226, 69, 60, 0.15);
  border: 1px solid rgba(226, 69, 60, 0.35);
  border-radius: 999px;
  padding: 3px 10px;
}

.news-head__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5247;
  box-shadow: 0 0 8px #ff5247;
  animation: liveDotPulse 1.8s ease-in-out infinite;
}

@keyframes liveDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.75); }
}

.news-head__sub {
  font-size: 0.82rem;
  color: var(--tx-3);
  font-weight: 500;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.2vw, 13px);
  margin-top: clamp(20px, 2.6vw, 30px);
}

.news-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 16px);
  padding: clamp(12px, 1.3vw, 15px) clamp(14px, 1.6vw, 18px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-m, 12px);
  text-decoration: none;
  overflow: hidden;
  cursor: default;
  user-select: text;
  transition: all 0.28s var(--ease);
}

.news-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--ci-amber, #f2a33c);
  opacity: 0.7;
}

.news-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 3px 9px;
  border-radius: 6px;
  line-height: 1.3;
}

.news-card__badge--jtbc {
  background: rgba(14, 116, 235, 0.16);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.32);
}

.news-card__badge--mbc {
  background: rgba(147, 51, 234, 0.16);
  color: #c084fc;
  border: 1px solid rgba(192, 132, 252, 0.32);
}

.news-card__badge--kbs {
  background: rgba(6, 182, 212, 0.16);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.32);
}

.news-card__badge--yonhap {
  background: rgba(249, 115, 22, 0.16);
  color: #fb923c;
  border: 1px solid rgba(251, 146, 60, 0.32);
}

.news-card__title {
  flex: 1;
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--tx-1, #f0f4fc);
  letter-spacing: -0.02em;
  word-break: keep-all;
  transition: color 0.2s;
}

.news-card:hover .news-card__title {
  color: #ffffff;
}

.news-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tx-3);
  transition: all 0.25s var(--ease);
}

.news-card__icon svg {
  width: 14px;
  height: 14px;
}

.news-card:hover .news-card__icon {
  background: var(--ci-amber, #f2a33c);
  color: #080c14;
  transform: translate(2px, -2px);
}

@media (max-width: 560px) {
  .news-card {
    gap: 8px;
    padding: 11px 13px;
  }

  .news-card__title {
    font-size: 0.88rem;
  }

  .news-card__icon {
    width: 24px;
    height: 24px;
  }

  .news-card__icon svg {
    width: 12px;
    height: 12px;
  }
}

/* ---------- 10. FLOW (원인→결과) --------------------------- */
.flow {
  display: grid;
  gap: clamp(12px, 2vw, 18px);
  width: 100%;
  min-width: 0;
}

.flow__set {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  width: 100%;
  min-width: 0;
}

.flow__cause {
  border: 1px solid var(--line);
  border-radius: var(--r-m, 14px);
  overflow: hidden;
  background: var(--glass);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.flow__cause h4 {
  margin: 0;
  padding: clamp(10px, 1.8vw, 14px) clamp(12px, 2.2vw, 16px);
  font-size: clamp(0.88rem, 1.4vw, 0.98rem);
  font-weight: 700;
  color: var(--tx-1);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 8px);
  letter-spacing: -.02em;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.flow__cause h4 svg {
  width: clamp(16px, 1.8vw, 18px);
  height: clamp(16px, 1.8vw, 18px);
  flex-shrink: 0;
}

.flow__cause p {
  padding: clamp(10px, 1.8vw, 14px) clamp(12px, 2.2vw, 16px);
  font-size: clamp(0.78rem, 1.1vw, 0.86rem);
  color: var(--tx-3);
  margin: 0;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* 원인 카드 하단 이미지 (원본 비율 유지 · 세로형) */
.flow__viz {
  margin-top: auto;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #0a0e16;
}

.flow__viz img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.9) contrast(1.04) brightness(.88);
  transition: transform .6s var(--ease), filter .4s;
}

.flow__cause:hover .flow__viz img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.04) brightness(1);
}

.flow__viz::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(5, 7, 13, .5) 100%);
}

/* 칼럼별 화살표 */
.flow__arrow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  place-items: center;
  padding: clamp(4px, 1vw, 10px) 0;
  color: var(--tx-4);
  width: 100%;
  min-width: 0;
}

.flow__arrow--pos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow__arrow span {
  display: grid;
  place-items: center;
  width: clamp(34px, 4.2vw, 54px);
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: var(--glass-2);
  animation: bob 2.2s var(--ease) infinite;
}

.flow__arrow span:nth-child(2) { animation-delay: .18s; }
.flow__arrow span:nth-child(3) { animation-delay: .36s; }
.flow__arrow span:nth-child(4) { animation-delay: .54s; }

.flow__arrow svg {
  width: 50%;
  height: 50%;
  stroke-width: 2.2;
}

.flow__arrow--neg span {
  color: #ff8f88;
  border-color: rgba(226, 69, 60, .42);
  background: rgba(226, 69, 60, .14);
  box-shadow: 0 0 0 5px rgba(226, 69, 60, .07);
}

.flow__arrow--pos span {
  color: var(--ci-ice-hi);
  border-color: rgba(127, 182, 255, .42);
  background: rgba(127, 182, 255, .14);
  box-shadow: 0 0 0 5px rgba(127, 182, 255, .07);
}

.flow__res {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  width: 100%;
  min-width: 0;
}

.flow__res--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1vw, 10px);
  padding: clamp(12px, 1.8vw, 20px) clamp(8px, 1.2vw, 14px);
  border-radius: var(--r-m, 12px);
  text-align: center;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.flow-card.is-neg {
  background: radial-gradient(130% 120% at 50% 0%, rgba(226, 69, 60, 0.2) 0%, rgba(18, 7, 9, 0.95) 100%);
  border: 1.5px solid #d9382e;
  box-shadow: 0 0 18px rgba(226, 69, 60, 0.18), inset 0 0 12px rgba(226, 69, 60, 0.06);
}

.flow-card.is-neg:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(226, 69, 60, 0.32), inset 0 0 16px rgba(226, 69, 60, 0.12);
}

.flow-card__ico {
  width: clamp(30px, 3.8vw, 42px);
  height: clamp(30px, 3.8vw, 42px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff473d;
  filter: drop-shadow(0 0 8px rgba(255, 71, 61, 0.4));
  transition: transform 0.3s var(--ease);
  flex: none;
}

.flow-card:hover .flow-card__ico {
  transform: scale(1.08);
}

.flow-card__ico svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.8;
}

.flow-card__title {
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.flow-card.is-pos {
  background: radial-gradient(130% 120% at 50% 0%, rgba(14, 116, 235, 0.22) 0%, rgba(6, 16, 32, 0.95) 100%);
  border: 1.5px solid #2563eb;
  box-shadow: 0 0 18px rgba(37, 99, 235, 0.2), inset 0 0 12px rgba(37, 99, 235, 0.08);
}

.flow-card.is-pos:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35), inset 0 0 16px rgba(37, 99, 235, 0.14);
}

.flow-card.is-pos .flow-card__ico {
  color: #38bdf8;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.45));
}

@media (max-width: 760px) {
  .flow__set {
    grid-template-columns: 1fr;
    gap: clamp(10px, 2.5vw, 14px);
  }

  .flow__arrow {
    grid-template-columns: 1fr;
    padding: 2px 0;
  }

  .flow__arrow span:nth-child(n+2) {
    display: none;
  }

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

  .flow__res--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .flow-card {
    padding: clamp(10px, 2vw, 14px) clamp(8px, 1.8vw, 12px);
  }

  .flow-card__title {
    font-size: clamp(0.82rem, 1.8vw, 0.92rem);
  }
}

@media (max-width: 540px) {
  .flow__cause h4 {
    padding: clamp(10px, 2.8vw, 12px) clamp(10px, 3.2vw, 14px);
    font-size: clamp(0.86rem, 3.2vw, 0.94rem);
  }

  .flow__cause p {
    padding: clamp(8px, 2.4vw, 12px) clamp(10px, 3.2vw, 14px);
    font-size: clamp(0.76rem, 2.6vw, 0.84rem);
  }

  .flow__res,
  .flow__res--4 {
    grid-template-columns: 1fr;
    gap: clamp(8px, 2.2vw, 12px);
  }

  .flow-card {
    padding: clamp(13px, 3.5vw, 18px) clamp(16px, 4.2vw, 22px);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(12px, 3.6vw, 18px);
    text-align: left;
    border-radius: clamp(12px, 3vw, 16px);
  }

  .flow-card__ico {
    width: clamp(34px, 8.5vw, 44px);
    height: clamp(34px, 8.5vw, 44px);
    flex-shrink: 0;
  }

  .flow-card__ico svg {
    width: 100%;
    height: 100%;
    stroke-width: 2;
  }

  .flow-card__title {
    font-size: clamp(0.92rem, 3.4vw, 1.08rem);
    font-weight: 800;
  }
}

/* ---------- 11. SPOT (적용 구간) --------------------------- */
.spot {
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  background: var(--ci-navy-850);
  transition: transform .4s var(--ease), border-color .4s
}

.spot:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 163, 60, .4)
}

.spot__viz {
  aspect-ratio: 16/9;
  min-height: clamp(110px, 13vw, 150px);
  position: relative;
  overflow: hidden
}

.spot__viz img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(.9) contrast(1.04) brightness(.86);
  transition: transform .6s var(--ease), filter .4s
}

.spot:hover .spot__viz img {
  transform: scale(1.06);
  filter: saturate(1) contrast(1.04) brightness(.96)
}

/* ZONE 배지 가독성 + 카드 본문으로의 연결 */
.spot__viz::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 7, 13, .55) 0%, transparent 34%,
      rgba(5, 7, 13, .18) 70%, rgba(5, 7, 13, .6) 100%)
}

.spot__no {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 2;
  font-family: var(--ff-en);
  font-size: .72rem;
  letter-spacing: .24em;
  color: #fff;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 2px 8px;
  border-radius: 999px
}

.spot__bd {
  padding: 16px 18px 20px
}

.spot__bd h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -.03em;
  margin-bottom: .35em
}

.spot__bd p {
  font-size: var(--fs-sm);
  color: var(--tx-3);
  margin: 0
}

/* ---------- 12. FEATURE ROWS ------------------------------- */
.feat {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  overflow: hidden
}

.feat__row {
  background: var(--ci-navy-850);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(14px, 2.4vw, 28px);
  align-items: center;
  padding: clamp(20px, 2.8vw, 32px);
  transition: background .4s
}

.feat__row:hover {
  background: var(--ci-navy-800)
}

.feat__ico {
  width: clamp(42px, 5vw, 56px);
  height: clamp(42px, 5vw, 56px);
  border-radius: 14px;
  flex: none;
  display: grid;
  place-items: center;
  color: var(--ci-amber);
  background: linear-gradient(150deg, rgba(242, 163, 60, .16), rgba(242, 163, 60, .03));
  border: 1px solid rgba(242, 163, 60, .22)
}

.feat__ico svg {
  width: 46%;
  height: 46%
}

.feat__n {
  font-family: var(--ff-en);
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  color: var(--tx-4);
  font-weight: 600;
  letter-spacing: .04em
}

.feat__bd h4 {
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -.03em;
  margin-bottom: .3em
}

.feat__bd p {
  font-size: var(--fs-sm);
  color: var(--tx-3);
  margin: 0
}

@media (max-width:640px) {
  .feat__row {
    grid-template-columns: auto 1fr;
    row-gap: 10px
  }

  .feat__n {
    grid-column: 2;
    order: -1;
    font-size: 1.1rem
  }
}

/* ---------- 13. RADAR & PROPOSAL (S13) ---------------------- */
.proposal-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: clamp(20px, 3vw, 36px);
}

.proposal-radar {
  display: flex;
}

.radar-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: radial-gradient(120% 90% at 50% 0%, #152238 0%, #0a1120 60%, #05070d 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-l, 16px);
  padding: clamp(18px, 2.2vw, 26px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.5);
}

.radar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(1px 1px at 20% 25%, rgba(200, 222, 255, .4), transparent),
    radial-gradient(1px 1px at 80% 15%, rgba(200, 222, 255, .35), transparent),
    radial-gradient(1px 1px at 85% 70%, rgba(200, 222, 255, .4), transparent),
    linear-gradient(90deg, rgba(127, 182, 255, .03) 1px, transparent 1px) 0 0/36px 36px,
    linear-gradient(rgba(127, 182, 255, .03) 1px, transparent 1px) 0 0/36px 36px;
  opacity: 0.6;
}

.radar-card__head {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

.radar-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ci-amber, #f2a33c);
  margin-bottom: 4px;
}

.radar-card__tag svg {
  width: 14px;
  height: 14px;
}

.radar-card__title {
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -0.02em;
}

.radar-card__viz {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

.radar-svg {
  width: 100%;
  max-width: 560px;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 0 24px rgba(59, 130, 246, 0.16));
}

.radar__grid {
  fill: none;
  stroke: rgba(147, 197, 253, 0.15);
  stroke-width: 1.2;
}

.radar__grid--outer {
  stroke: rgba(147, 197, 253, 0.35);
  stroke-width: 1.8;
}

.radar__axis {
  stroke: rgba(147, 197, 253, 0.2);
  stroke-width: 1.2;
  stroke-dasharray: 3 3;
}

.radar__poly--blue {
  fill: url(#polyBlue);
  stroke: #3b82f6;
  stroke-width: 2;
  stroke-dasharray: 4 2;
  opacity: 0.85;
}

.radar__poly--red {
  fill: url(#polyRed);
  stroke: #ff4d42;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 8px rgba(239, 68, 68, 0.45));
}

.radar__spot .radar__glow {
  transform-box: fill-box;
  transform-origin: center;
  animation: hotglow 3.2s var(--ease) infinite;
  animation-delay: var(--d, 0s);
}

.radar__spot .radar__ring {
  fill: none;
  stroke: var(--ci-alert, #e2453c);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: pulse 2.6s ease-out infinite;
  animation-delay: var(--d, 0s);
}

.radar__spot .radar__core {
  fill: #ff8f88;
  filter: drop-shadow(0 0 6px rgba(226, 69, 60, 0.95));
}

.radar__label {
  fill: var(--tx-1, #f0f4fc);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: inherit;
}

.radar__label--hot {
  fill: #ff8f88;
  font-weight: 800;
}

.radar__score {
  font-size: 13.5px;
  font-weight: 800;
  font-family: var(--ff-en, sans-serif);
  letter-spacing: -0.02em;
}

.radar__score--blue {
  fill: #70b0ff;
  filter: drop-shadow(0 0 3px rgba(37, 99, 235, 0.9));
}

.radar__score--red {
  fill: #ff6b61;
  filter: drop-shadow(0 0 4px rgba(239, 68, 68, 0.95));
}

.radar-card__legend {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--tx-2);
  font-weight: 600;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.legend-dot--blue {
  background: #3b82f6;
  box-shadow: 0 0 6px #3b82f6;
}

.legend-dot--red {
  background: #ef4444;
  box-shadow: 0 0 6px #ef4444;
}

.proposal-steps {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
}

@media (max-width: 960px) {
  .proposal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .radar-card {
    padding: clamp(20px, 3.5vw, 30px);
  }

  .radar-card__viz {
    padding: 10px 0;
  }

  .radar-svg {
    max-width: 100%;
  }

  .radar__label {
    font-size: 14px;
  }

  .radar__score {
    font-size: 12.5px;
  }
}

@media (max-width: 540px) {
  .radar-card {
    padding: 18px 10px 16px;
    border-radius: var(--r-m, 12px);
  }

  .radar-card__viz {
    padding: 6px 0;
  }

  .radar-svg {
    max-width: 100%;
  }

  .radar__label {
    font-size: 13.5px;
    font-weight: 800;
  }

  .radar__score {
    font-size: 12px;
  }
}

/* ---------- 13. STEPS 01/02/03 ----------------------------- */
.step {
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  overflow: hidden;
  background: var(--ci-navy-850)
}

.step__hd {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(16px, 2.2vw, 22px) clamp(18px, 2.6vw, 28px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(242, 163, 60, .09), transparent 70%)
}

.step__no {
  font-family: var(--ff-en);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #160c02;
  background: var(--grd-heat);
  border-radius: 8px;
  padding: .15em .7em;
  letter-spacing: .05em;
  flex: none
}

.step__hd h3 {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -.03em
}

.step__bd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line)
}

.step__it {
  background: var(--ci-navy-850);
  display: flex;
  align-items: center;
  gap: .85em;
  padding: clamp(15px, 2vw, 20px) clamp(16px, 2.2vw, 24px);
  font-weight: 600;
  color: var(--tx-2);
  font-size: var(--fs-sm);
  transition: background .35s, color .35s
}

.step__it:hover {
  background: var(--ci-navy-800);
  color: var(--tx-1)
}

.step__it svg {
  width: 22px;
  height: 22px;
  color: var(--ci-ice);
  flex: none
}

@media (max-width:560px) {
  .step__bd {
    grid-template-columns: 1fr
  }
}

/* ---------- 14. BENEFIT ------------------------------------ */
.ben {
  border: 1px solid var(--line);
  border-radius: var(--r-m, 16px);
  padding: clamp(14px, 3.2vw, 30px);
  background: linear-gradient(180deg, var(--ci-navy-800), var(--ci-navy-900));
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.4vw, 12px);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ben:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.ben__ico {
  width: clamp(36px, 4.6vw, 50px);
  height: clamp(36px, 4.6vw, 50px);
  border-radius: clamp(10px, 1.4vw, 14px);
  display: grid;
  place-items: center;
  background: rgba(127, 182, 255, .1);
  border: 1px solid rgba(127, 182, 255, .22);
  color: var(--ci-ice);
  flex-shrink: 0;
}

.ben:nth-child(2n) .ben__ico {
  background: rgba(242, 163, 60, .1);
  border-color: rgba(242, 163, 60, .24);
  color: var(--ci-amber);
}

.ben__ico svg {
  width: clamp(18px, 2.2vw, 24px);
  height: clamp(18px, 2.2vw, 24px);
}

.ben h4 {
  font-size: clamp(0.92rem, 1.5vw, 1.2rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -.03em;
  margin: 0;
  line-height: 1.35;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.ben p {
  font-size: clamp(0.78rem, 1.1vw, 0.9rem);
  color: var(--tx-3);
  margin: 0;
  line-height: 1.55;
  overflow-wrap: break-word;
  word-break: keep-all;
}

@media (max-width: 560px) {
  .ben {
    padding: clamp(12px, 3.2vw, 18px) clamp(12px, 3.5vw, 18px);
    gap: clamp(6px, 1.8vw, 10px);
    border-radius: clamp(10px, 2.5vw, 14px);
  }
  .ben h4 {
    font-size: clamp(0.9rem, 3.2vw, 1.05rem);
  }
  .ben p {
    font-size: clamp(0.78rem, 2.6vw, 0.86rem);
  }
}

/* ---------- 15. CONTACT / FORM ----------------------------- */
.contact {
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start
}

@media (max-width:900px) {
  .contact {
    grid-template-columns: 1fr
  }
}

.tel-box {
  border: 1px solid rgba(242, 163, 60, .4);
  border-radius: var(--r-l);
  padding: clamp(22px, 3vw, 32px);
  background: linear-gradient(160deg, rgba(242, 163, 60, .12), transparent 65%);
  text-align: center
}

.tel-box a {
  display: block;
  font-family: var(--ff-en);
  font-size: clamp(1.9rem, 5.4vw, 2.9rem);
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ci-amber-hi);
  line-height: 1.2;
  margin: .2em 0 .1em;
  text-shadow: 0 0 30px rgba(242, 163, 60, .4)
}

.info {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  margin-top: var(--gap)
}

.info div {
  background: var(--ci-navy-850);
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  padding: 13px 16px;
  font-size: var(--fs-sm)
}

.info dt,
.info b {
  color: var(--tx-4);
  font-weight: 600
}

.info span {
  color: var(--tx-2)
}

.form {
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  padding: clamp(22px, 3.2vw, 38px);
  background: var(--ci-navy-850)
}

.field {
  margin-bottom: 16px
}

.field label {
  display: block;
  font-size: .84rem;
  font-weight: 700;
  color: var(--tx-2);
  margin-bottom: 7px;
  letter-spacing: -.02em
}

.field label .req {
  color: var(--ci-amber);
  margin-left: .25em
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: .85em 1em;
  border-radius: var(--r-s);
  background: rgba(0, 0, 0, .35);
  border: 1px solid var(--line-2);
  color: var(--tx-1);
  font-size: var(--fs-sm);
  transition: border-color .25s, background .25s, box-shadow .25s
}

.field textarea {
  min-height: 118px;
  resize: vertical;
  line-height: 1.7
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--tx-4)
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--ci-amber);
  background: rgba(0, 0, 0, .55);
  box-shadow: 0 0 0 3px rgba(242, 163, 60, .14)
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--tx-3) 50%),
    linear-gradient(135deg, var(--tx-3) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat
}

.field select option {
  background: #0b1120;
  color: #f4f7fb
}

.field.err input,
.field.err select,
.field.err textarea {
  border-color: var(--ci-alert)
}

.field .msg {
  display: none;
  font-size: .76rem;
  color: #ff8f88;
  margin-top: 5px
}

.field.err .msg {
  display: block
}

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

@media (max-width:560px) {
  .row2 {
    grid-template-columns: 1fr
  }
}

.agree {
  display: flex;
  align-items: flex-start;
  gap: .65em;
  font-size: .8rem;
  color: var(--tx-3);
  margin: 6px 0 18px;
  line-height: 1.6
}

.agree input {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: .22em;
  accent-color: var(--ci-amber)
}

.agree a {
  color: var(--ci-ice);
  text-decoration: underline;
  text-underline-offset: 3px
}

.form__note {
  font-size: .76rem;
  color: var(--tx-4);
  margin-top: 12px;
  text-align: center
}

.alert {
  display: none;
  padding: 13px 16px;
  border-radius: var(--r-s);
  font-size: var(--fs-sm);
  margin-bottom: 18px;
  border: 1px solid
}

.alert.ok {
  display: block;
  background: rgba(55, 201, 138, .12);
  border-color: rgba(55, 201, 138, .4);
  color: #8ff0c4
}

.alert.no {
  display: block;
  background: rgba(226, 69, 60, .12);
  border-color: rgba(226, 69, 60, .4);
  color: #ffb0aa
}

.btn[disabled] {
  opacity: .55;
  pointer-events: none
}

/* ---------- FOOTER ----------------------------------------- */
.ft {
  border-top: 1px solid var(--line);
  background: var(--ci-navy-900);
  padding-block: clamp(38px, 5vw, 60px) clamp(28px, 4vw, 40px)
}

.ft__top {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  align-items: flex-start
}

.ft__badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-m);
  overflow: hidden;
  margin-block: clamp(26px, 4vw, 40px)
}

.ft__badges div {
  background: var(--ci-navy-850);
  padding: clamp(16px, 2.2vw, 24px);
  text-align: center
}

.ft__badges b {
  display: block;
  color: var(--ci-amber-hi);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: .25em
}

.ft__badges span {
  font-size: .76rem;
  color: var(--tx-4);
  line-height: 1.55;
  display: block
}

@media (max-width:760px) {
  .ft__badges {
    grid-template-columns: repeat(2, 1fr)
  }
}

.ft__cp {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: .76rem;
  color: var(--tx-4);
  border-top: 1px solid var(--line);
  padding-top: 20px
}

.ft__cp a:hover {
  color: var(--tx-2)
}

/* ---------- MODAL ------------------------------------------ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: clamp(14px, 3vw, 24px);
  background: rgba(3, 5, 10, .82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal.on {
  display: grid;
}

.modal__bx {
  max-width: 680px;
  width: 100%;
  max-height: min(85vh, 740px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--ci-navy-800, #0b1120);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(14px, 2vw, 20px);
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
  position: relative;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.modal__header .h3,
.modal__header h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  color: #ffffff;
}

.modal__close-x {
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--tx-3, #94a3b8);
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color .2s ease;
}

.modal__close-x:hover {
  color: #ffffff;
}

.modal__content-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 8px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--tx-2, #cbd5e1);
}

.modal__content-body::-webkit-scrollbar {
  width: 6px;
}

.modal__content-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}

.modal__content-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.modal__content-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.38);
}

.modal__content-body p {
  font-size: var(--fs-sm);
  color: var(--tx-2);
  margin-bottom: 12px;
}

.modal__content-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
  margin: 14px 0;
}

.modal__content-body th,
.modal__content-body td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 12px;
  text-align: left;
  color: var(--tx-2);
}

.modal__content-body th {
  background: rgba(255, 255, 255, .06);
  color: #ffffff;
  font-weight: 700;
  width: 32%;
}

.modal__footer {
  margin-top: 18px;
  flex-shrink: 0;
}

/* ---------- ICON SIZING / UTILITIES ------------------------ */
.btn svg {
  width: 18px;
  height: 18px;
  flex: none
}

.hdr__tel svg {
  width: 16px;
  height: 16px;
  flex: none
}

.flow__cause h4 svg {
  width: 16px;
  height: 16px;
  flex: none
}

.callout h2 svg,
.callout h3 svg,
.callout p svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -.12em
}

.zico {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 6px;
  color: var(--ci-amber)
}

.inlineico {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 3px
}

.info dt {
  margin: 0
}

.stats .card__ico {
  margin-bottom: 10px
}

.tri__bd .card__ico {
  margin-bottom: 12px
}

/* ══════════════════════════════════════════════════════════════
   S07-1 · VERTICAL VIDEO SHOWCASE (PPT 6-1) — 현장 작동 영상
   ══════════════════════════════════════════════════════════════ */
.sec--video-v {
  position: relative;
  overflow: hidden;
}

.video-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: clamp(32px, 5vw, 68px);
}

.video-grid__info {
  display: flex;
  flex-direction: column;
}

.video-grid__feats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: clamp(20px, 2.5vw, 30px);
}

.video-feat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: var(--r-m);
  background: var(--glass);
  border: 1px solid var(--line);
  transition: all .3s var(--ease);
}

.video-feat:hover {
  background: var(--glass-2);
  border-color: var(--line-2);
  transform: translateX(4px);
}

.video-feat__ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  flex: none;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, rgba(242, 163, 60, .18), rgba(242, 163, 60, .04));
  border: 1px solid rgba(242, 163, 60, .25);
  color: var(--ci-amber);
}

.video-feat__ico svg {
  width: 22px;
  height: 22px;
}

.video-feat b {
  display: block;
  font-size: .98rem;
  font-weight: 700;
  color: var(--tx-1);
  margin-bottom: 3px;
  letter-spacing: -.02em;
}

.video-feat span {
  font-size: .84rem;
  color: var(--tx-3);
  line-height: 1.45;
}

.video-grid__media {
  position: relative;
  display: flex;
  justify-content: center;
}

.video-v__frame {
  position: relative;
  width: min(100%, 350px);
  aspect-ratio: 9 / 16;
  max-height: 74vh;
  border-radius: var(--r-l);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #04060c;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7), 0 0 36px rgba(242, 163, 60, 0.15);
}

.video-v__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-v__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .35em 1em;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(242, 163, 60, 0.5);
  color: var(--ci-amber-hi);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  display: inline-flex;
  align-items: center;
  gap: .45em;
}

.video-v__tag svg {
  width: 14px;
  height: 14px;
}

.video-v__notice {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
  font-size: .68rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.65);
  padding: 3px 8px;
  border-radius: 4px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  pointer-events: none;
}

/* ══════════════════════════════════════════════════════════════
   S07-2 · CINEMATIC VIDEO SHOWCASE — 현장 시공 & 기술 다큐멘터리
   ══════════════════════════════════════════════════════════════ */
.sec--cinema {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 15%, rgba(30, 58, 138, 0.2) 0%, rgba(5, 7, 13, 0) 70%), var(--bg-dark);
}

.video-cinema {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: clamp(26px, 4vw, 44px) auto 0;
}

.video-cinema::before {
  content: "";
  position: absolute;
  inset: -28px;
  background: radial-gradient(ellipse at center, rgba(245, 158, 11, 0.2) 0%, rgba(37, 99, 235, 0.14) 48%, transparent 72%);
  filter: blur(48px);
  z-index: 0;
  pointer-events: none;
}

.video-cinema__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: clamp(14px, 2vw, 22px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #02040a;
  box-shadow: 0 32px 84px rgba(0, 0, 0, 0.8), 0 0 46px rgba(242, 163, 60, 0.16);
}

.video-cinema__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-cinema__overlay-bar {
  position: absolute;
  top: clamp(12px, 2vw, 20px);
  left: clamp(12px, 2vw, 22px);
  right: clamp(12px, 2vw, 22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 3;
  pointer-events: none;
  flex-wrap: wrap;
}

.video-cinema__tag {
  font-size: clamp(.74rem, 1.2vw, .84rem);
  font-weight: 700;
  letter-spacing: .02em;
  padding: .4em 1.15em;
  border-radius: 999px;
  background: rgba(5, 7, 13, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(242, 163, 60, 0.55);
  color: var(--ci-amber-hi);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  gap: .5em;
}

.video-cinema__tag svg {
  width: 15px;
  height: 15px;
}

.video-cinema__badge {
  font-size: clamp(.72rem, 1.1vw, .8rem);
  font-weight: 600;
  color: #fff;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: .4em 1.1em;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  gap: .45em;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.video-cinema__badge svg {
  width: 14px;
  height: 14px;
  color: #10b981;
}

/* 3 Feats Cards Under Cinema Video */
.video-cinema__feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 24px);
  max-width: 1060px;
  margin: clamp(26px, 4vw, 40px) auto 0;
}

.video-cinema-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: var(--r-m);
  background: var(--glass);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all .35s var(--ease);
  position: relative;
  overflow: hidden;
}

.video-cinema-card:hover {
  background: var(--glass-2);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 24px rgba(245, 158, 11, 0.12);
}

.video-cinema-card__ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex: none;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, rgba(242, 163, 60, .22), rgba(242, 163, 60, .05));
  border: 1px solid rgba(242, 163, 60, .3);
  color: var(--ci-amber);
}

.video-cinema-card__ico svg {
  width: 24px;
  height: 24px;
}

.video-cinema-card__body h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--tx-1);
  margin: 0 0 6px;
  letter-spacing: -.02em;
}

.video-cinema-card__body p {
  font-size: .86rem;
  color: var(--tx-3);
  line-height: 1.5;
  margin: 0;
  word-break: keep-all;
  text-wrap: pretty;
}

@media (max-width: 900px) {
  .video-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .video-grid__info {
    align-items: center;
  }
  .video-feat {
    text-align: left;
    width: 100%;
  }
  .video-cinema__feats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .video-cinema-card {
    padding: 16px 18px;
  }
}

@media (max-width: 540px) {
  .video-cinema__badge {
    display: none;
  }
  .video-cinema-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ══════════════════════════════════════════════════════════════
   S14 · CITIZEN IMPACT & BENEFITS (DARK NAVY THEME — 일관된 다크 디자인)
   ══════════════════════════════════════════════════════════════ */
.sec-impact {
  position: relative;
  overflow: hidden;
  padding-block: clamp(40px, 6vw, 90px);
  background: linear-gradient(180deg, var(--ci-navy-900) 0%, #070f22 45%, #09132a 75%, var(--ci-navy-900) 100%);
  color: var(--tx-1);
}

/* 1. Top Hero Split Contrast Banner (with Code Overlay) */
.impact-hero {
  position: relative;
  border-radius: clamp(12px, 2vw, 20px);
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #020713;
  transition: transform .3s ease, border-color .3s ease;
  margin-bottom: 0;
}
.impact-hero:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
}
.impact-hero__bg {
  position: relative;
  width: 100%;
}
.impact-hero__bg img {
  width: 100%;
  height: auto;
  display: block;
}

/* Gradient vignette over the left text area for maximum readability */
.impact-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(16px, 4vw, 44px) clamp(16px, 4.5vw, 54px);
  background: linear-gradient(
    90deg,
    rgba(2, 6, 23, 0.72) 0%,
    rgba(2, 6, 23, 0.52) 36%,
    rgba(2, 6, 23, 0.22) 55%,
    transparent 75%
  ),
  linear-gradient(
    0deg,
    rgba(2, 6, 23, 0.75) 0%,
    rgba(2, 6, 23, 0.3) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.impact-hero__content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.impact-hero__title {
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 0.5vw, 6px);
  margin: 0 0 clamp(8px, 1.4vw, 16px);
  font-family: var(--ff);
  font-size: clamp(1.25rem, 3.4vw, 2.55rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-wrap: balance;
}

.impact-hero__title-white {
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.impact-hero__title-gold {
  color: #fbbf24;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.impact-hero__desc {
  font-size: clamp(0.75rem, 1.35vw, 1.08rem);
  font-weight: 600;
  color: #f1f5f9;
  line-height: 1.5;
  letter-spacing: -0.015em;
  margin: 0;
  word-break: keep-all;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

/* 2. Subtitle under Banner */
.impact-subtitle {
  text-align: center;
  margin-top: clamp(20px, 3.2vw, 36px);
  margin-bottom: clamp(16px, 2.8vw, 28px);
  font-size: clamp(0.98rem, 2.3vw, 1.45rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -0.025em;
  line-height: 1.42;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.impact-subtitle .tx-highlight {
  color: var(--ci-amber);
  font-weight: 900;
  display: inline-block;
  position: relative;
}
.impact-subtitle .tx-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: rgba(242, 163, 60, 0.2);
  z-index: -1;
  border-radius: 2px;
}

/* 3. 2x2 Grid of Benefit Cards */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.8vw, 20px);
}

.impact-card {
  background: #ffffff;
  border-radius: clamp(12px, 1.8vw, 18px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1.5px solid #cbd5e1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  min-width: 0;
}
.impact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* Themes */
.impact-card--blue {
  border-color: #93c5fd;
}
.impact-card--blue:hover {
  border-color: #2563eb;
}
.impact-card--blue .impact-card__header {
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}
.impact-card--blue .impact-card__icon-wrap {
  background: rgba(37, 99, 235, 0.08);
  border: 1.5px solid rgba(37, 99, 235, 0.18);
}
.impact-card--blue .impact-card__title {
  color: #1d4ed8;
}

.impact-card--green {
  border-color: #86efac;
}
.impact-card--green:hover {
  border-color: #16a34a;
}
.impact-card--green .impact-card__header {
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}
.impact-card--green .impact-card__icon-wrap {
  background: rgba(22, 163, 74, 0.08);
  border: 1.5px solid rgba(22, 163, 74, 0.18);
}
.impact-card--green .impact-card__title {
  color: #15803d;
}

.impact-card--orange {
  border-color: #fdba74;
}
.impact-card--orange:hover {
  border-color: #ea580c;
}
.impact-card--orange .impact-card__header {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}
.impact-card--orange .impact-card__icon-wrap {
  background: rgba(234, 88, 12, 0.08);
  border: 1.5px solid rgba(234, 88, 12, 0.18);
}
.impact-card--orange .impact-card__title {
  color: #c2410c;
}

.impact-card--purple {
  border-color: #d8b4fe;
}
.impact-card--purple:hover {
  border-color: #9333ea;
}
.impact-card--purple .impact-card__header {
  background: linear-gradient(180deg, #faf5ff 0%, #ffffff 100%);
}
.impact-card--purple .impact-card__icon-wrap {
  background: rgba(147, 51, 234, 0.08);
  border: 1.5px solid rgba(147, 51, 234, 0.18);
}
.impact-card--purple .impact-card__title {
  color: #7e22ce;
}

/* Card Header */
.impact-card__header {
  padding: clamp(16px, 2.2vw, 24px) clamp(16px, 2.4vw, 26px) clamp(14px, 1.8vw, 20px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  flex: 1;
}
.impact-card__icon-wrap {
  flex: none;
  width: clamp(48px, 5.2vw, 62px);
  height: clamp(48px, 5.2vw, 62px);
  border-radius: clamp(12px, 1.4vw, 16px);
  padding: clamp(8px, 1vw, 12px);
  display: grid;
  place-items: center;
  transition: transform .25s ease;
}
.impact-card:hover .impact-card__icon-wrap {
  transform: scale(1.05);
}
.impact-card__icon-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}
.impact-card__meta {
  flex: 1;
  min-width: 0;
}
.impact-card__title {
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: clamp(4px, 0.6vw, 7px);
  line-height: 1.25;
}
.impact-card__desc {
  font-size: clamp(0.85rem, 1.25vw, 1.02rem);
  color: #334155;
  line-height: 1.55;
  letter-spacing: -0.015em;
  word-break: keep-all;
  margin: 0;
  font-weight: 500;
}

/* Card Bottom Photo with White Frosted Blend on Top Edge */
.impact-card__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  background: #f1f5f9;
}
.impact-card__photo::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(20px, 3.2vw, 36px);
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 45%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.impact-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}
.impact-card:hover .impact-card__photo img {
  transform: scale(1.04);
}

/* 4. Bottom Hotline Call Banner */
.impact-hotline {
  margin-top: clamp(18px, 3vw, 34px);
  border-radius: clamp(14px, 2.2vw, 22px);
  background: linear-gradient(180deg, #020b1f 0%, #06163d 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 8px 24px rgba(2, 11, 31, 0.18);
  padding: clamp(14px, 2.8vw, 28px) clamp(8px, 2.5vw, 30px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.impact-hotline::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* Hotline Top Callout */
.impact-hotline__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 1vw, 8px);
  margin-bottom: clamp(10px, 1.8vw, 16px);
  flex-wrap: wrap;
  line-height: 1.35;
}
.impact-hotline__call-icon {
  width: clamp(18px, 2.2vw, 24px);
  height: clamp(18px, 2.2vw, 24px);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  flex: none;
}
.impact-hotline__call-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.impact-hotline__call-txt {
  font-size: clamp(0.88rem, 1.8vw, 1.35rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.impact-hotline__call-brand {
  font-size: clamp(0.92rem, 1.9vw, 1.42rem);
  font-weight: 900;
  color: #facc15;
  letter-spacing: -0.02em;
}

/* 3D Golden Pill Button */
.impact-hotline__btn {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto clamp(10px, 1.6vw, 15px);
  padding: clamp(8px, 1.6vw, 14px) clamp(8px, 2vw, 24px);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffbeb 0%, #fef08a 12%, #facc15 36%, #eab308 72%, #ca8a04 100%);
  border: 1px solid #fde047;
  box-shadow: 0 4px 14px rgba(234, 179, 8, 0.28);
  text-decoration: none;
  transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.impact-hotline__btn:hover {
  transform: translateY(-2px) scale(1.012);
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.4);
  filter: brightness(1.03);
}
.impact-hotline__btn:active {
  transform: translateY(1px) scale(0.99);
  box-shadow: 0 2px 8px rgba(234, 179, 8, 0.2);
}
.impact-hotline__btn-num {
  display: block;
  font-size: clamp(1.15rem, 5.2vw, 2.6rem);
  font-weight: 950;
  color: #020d24;
  letter-spacing: -0.015em;
  line-height: 1.1;
  font-family: inherit;
  white-space: nowrap;
}

/* Working Hours Pill */
.impact-hotline__hours {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: clamp(3px, 0.7vw, 6px) clamp(8px, 1.8vw, 18px);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #e2e8f0;
  font-size: clamp(0.7rem, 1.1vw, 0.86rem);
  font-weight: 600;
  margin-bottom: clamp(10px, 2.2vw, 20px);
}
.impact-hotline__hours svg {
  width: clamp(12px, 1.3vw, 15px);
  height: clamp(12px, 1.3vw, 15px);
  stroke: #38bdf8;
  stroke-width: 2.2;
  fill: none;
}

/* Hotline Footer Row */
.impact-hotline__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 22px);
  padding-top: clamp(10px, 1.8vw, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.impact-hotline__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.impact-hotline__logo-badge {
  width: clamp(22px, 2.8vw, 30px);
  height: clamp(22px, 2.8vw, 30px);
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(0.8rem, 1.2vw, 1.05rem);
  font-style: italic;
}
.impact-hotline__logo-text {
  text-align: left;
}
.impact-hotline__logo-text strong {
  display: block;
  color: #ffffff;
  font-size: clamp(0.76rem, 1.1vw, 0.94rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.impact-hotline__logo-text small {
  display: block;
  color: #94a3b8;
  font-size: clamp(0.56rem, 0.8vw, 0.66rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.impact-hotline__sep {
  width: 1px;
  height: clamp(18px, 2.2vw, 26px);
  background: rgba(255, 255, 255, 0.22);
}

.impact-hotline__slogan {
  text-align: left;
  font-size: clamp(0.72rem, 1.15vw, 0.92rem);
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.impact-hotline__slogan-gold {
  display: block;
  color: #facc15;
  font-weight: 800;
}
.impact-hotline__slogan-sub {
  display: block;
  color: #e2e8f0;
  font-weight: 500;
}

/* 5. Philosophy Quote Callout */
.impact-quote {
  margin-top: clamp(24px, 3.8vw, 42px);
  text-align: center;
  background: linear-gradient(180deg, rgba(16, 26, 50, 0.7) 0%, rgba(8, 14, 28, 0.85) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(14px, 2.2vw, 22px);
  padding: clamp(20px, 3.5vw, 36px) clamp(16px, 3vw, 32px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 860px;
  margin-inline: auto;
}

.impact-quote__icon {
  width: clamp(24px, 3vw, 32px);
  height: clamp(24px, 3vw, 32px);
  margin: 0 auto clamp(8px, 1.2vw, 14px);
  color: var(--ci-amber);
  opacity: 0.9;
}
.impact-quote__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.impact-quote__title {
  font-size: clamp(1.05rem, 2.2vw, 1.48rem);
  font-weight: 800;
  color: var(--tx-1);
  letter-spacing: -0.025em;
  line-height: 1.38;
  margin: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.impact-quote__hl {
  color: var(--ci-amber);
  font-weight: 900;
  display: inline;
}

.impact-quote__desc {
  font-size: clamp(0.82rem, 1.25vw, 0.98rem);
  color: var(--tx-2);
  line-height: 1.68;
  letter-spacing: -0.015em;
  margin-top: clamp(10px, 1.5vw, 14px);
  margin-bottom: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.impact-quote__desc strong {
  color: var(--tx-1);
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════════
   FLUID RESPONSIVENESS DOWN TO 300PX
   ══════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .impact-hero__overlay {
    padding: clamp(12px, 3vw, 24px) clamp(12px, 3.5vw, 26px);
  }
  .impact-hero__title {
    font-size: clamp(1.08rem, 4.2vw, 1.6rem);
    margin-bottom: 6px;
  }
  .impact-hero__desc {
    font-size: clamp(0.68rem, 2.2vw, 0.86rem);
  }
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .impact-card__photo {
    aspect-ratio: 16 / 7.5;
  }
  .impact-hotline__footer {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .impact-hotline__sep {
    display: none;
  }
  .impact-hotline__slogan {
    text-align: center;
  }
  .impact-quote {
    padding: clamp(16px, 3.5vw, 24px) clamp(12px, 3vw, 20px);
  }
}

@media (max-width: 480px) {
  .impact-hero__overlay {
    padding: 10px 12px;
    background: linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.85) 0%,
      rgba(2, 6, 23, 0.65) 60%,
      rgba(2, 6, 23, 0.25) 100%
    ),
    linear-gradient(
      0deg,
      rgba(2, 6, 23, 0.85) 0%,
      rgba(2, 6, 23, 0.35) 75%,
      transparent 100%
    );
  }
  .impact-hero__title {
    font-size: clamp(0.95rem, 4.2vw, 1.25rem);
    gap: 1px;
    margin-bottom: 4px;
  }
  .impact-hero__desc {
    font-size: clamp(0.6rem, 2.4vw, 0.74rem);
    line-height: 1.35;
  }
  .impact-hotline__head {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 380px) {
  .sec-impact {
    padding-inline: 8px;
  }
  .impact-hero__overlay {
    padding: 8px 10px;
  }
  .impact-hero__title {
    font-size: 0.92rem;
  }
  .impact-hero__desc {
    font-size: 0.58rem;
  }
  .impact-card__header {
    padding: 10px 10px;
    gap: 10px;
  }
  .impact-card__icon-wrap {
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 10px;
  }
  .impact-card__title {
    font-size: 0.98rem;
  }
  .impact-card__desc {
    font-size: 0.74rem;
  }
  .impact-hotline {
    padding: 12px 6px;
    border-radius: 14px;
  }
  .impact-hotline__btn {
    padding: 6px 6px;
  }
  .impact-hotline__btn-num {
    font-size: clamp(1rem, 5.8vw, 1.35rem);
  }
  .impact-quote {
    padding: 14px 10px;
    border-radius: 12px;
  }
  .impact-quote__title {
    font-size: 0.98rem;
  }
  .impact-quote__desc {
    font-size: 0.78rem;
  }
}

@media (max-width: 320px) {
  .sec-impact {
    padding-inline: 4px;
  }
  .impact-hero__overlay {
    padding: 6px 8px;
  }
  .impact-hero__title {
    font-size: 0.84rem;
  }
  .impact-hero__desc {
    font-size: 0.54rem;
  }
  .impact-card__header {
    padding: 8px 8px;
    gap: 8px;
  }
  .impact-card__icon-wrap {
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 8px;
  }
  .impact-card__title {
    font-size: 0.9rem;
  }
  .impact-card__desc {
    font-size: 0.68rem;
  }
  .impact-hotline {
    padding: 10px 4px;
    border-radius: 10px;
  }
  .impact-hotline__btn {
    padding: 6px 4px;
  }
  .impact-hotline__btn-num {
    font-size: 1rem;
  }
  .impact-hotline__hours {
    font-size: 0.65rem;
    padding: 2px 6px;
  }
  .impact-quote {
    padding: 12px 8px;
    border-radius: 10px;
  }
  .impact-quote__title {
    font-size: 0.9rem;
  }
  .impact-quote__desc {
    font-size: 0.72rem;
  }
}