*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --navy: #18181b;
  --navy2: #27272a;
  --navy3: #3f3f46;
  --navy-deep: #09090b;
  --green: #fb7427;
  --green2: #c2410c;
  --green-br: #fd9a52;
  --lime: #fec89a;
  --ink: #09090b;
  --ink2: #27272a;
  --muted: #52525b;
  --muted2: #a1a1aa;
  --bg: #ffffff;
  --s1: #fafafa;
  --s2: #f4f4f5;
  --s-green: #fff4ed;
  --bd: #e4e4e7;
  --bd2: #f1f1f4;
  --grad-green: #fb7427;
  --grad-navy: #18181b;
  --grad-hero: #fb7427;
  --elev-1: 0 1px 2px rgba(14, 27, 61, 0.04), 0 1px 3px rgba(14, 27, 61, 0.06);
  --elev-2: 0 6px 16px rgba(14, 27, 61, 0.07), 0 2px 5px rgba(14, 27, 61, 0.05);
  --elev-3:
    0 20px 44px rgba(14, 27, 61, 0.12), 0 8px 16px rgba(14, 27, 61, 0.06);
  --elev-4:
    0 32px 70px rgba(14, 27, 61, 0.18), 0 12px 26px rgba(14, 27, 61, 0.1);
  --glow-green: rgba(251, 116, 39, 0.3);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", "Noto Sans KR", sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.022;
  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.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img {
  max-width: 100%;
  display: block;
}

/* ─ UTILS ─ */
.gw {
  background: var(--grad-hero);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gw-shift 6s ease infinite;
}
.gw2 {
  background: #ea580c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes gw-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.eyebrow {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--green2);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--grad-green);
}
.eyebrow.ctr {
  justify-content: center;
}
.num {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/* ─ PROGRESS ─ */
#prog {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--grad-green);
  z-index: 9999;
  box-shadow: 0 0 10px var(--glow-green);
}

/* ─ NAV ─ */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: all 0.35s;
}
nav.scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--bd);
}

[name="header-text"] {
  color: #fff;
  transition: color 0.35s;
}
/* nav.scrolled .nav-logo-text,
#site-nav.scrolled .nav-logo-text {
  color: #fff;
} */
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.nav-logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--grad-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 16px rgba(14, 27, 61, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  border: 1px solid #9c979783;
  /* transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); */
}
/* .nav-logo-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(251, 116, 39, 0.4),
    transparent 60%
  );
} */
.nav-logo-mark span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: var(--green-br);
  position: relative;
  z-index: 1;
  line-height: 1;
}
.nav-logo:hover .nav-logo-mark {
  transform: rotate(-6deg) scale(1.06);
}
.nav-logo-text {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
[name="header-text"] {
  color: #fff;
}
.nav.scrolled [name="header-text"] {
  color: #fff;
}
.nav-links {
  display: flex;
  gap: 34px;
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  /* color: var(--muted); */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s;
  letter-spacing: -0.01em;
}
.nav-links a:hover {
  color: var(--navy);
}
.nav-cta {
  background: var(--grad-navy);
  color: #fff;
  padding: 11px 22px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(14, 27, 61, 0.22);
  transition: all 0.3s;
  border: 1px solid transparent;
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(14, 27, 61, 0.32);
}
.nav-cta b {
  color: var(--green-br);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-ractiveon {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--green2);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1.5px solid var(--green);
  transition: all 0.2s;
  white-space: nowrap;
}
.nav-ractiveon:hover {
  background: var(--green);
  color: #fff;
  box-shadow: 0 6px 16px rgba(251, 116, 39, 0.32);
}
.nav-ractiveon span {
  font-size: 12px;
}

/* ─ HERO ─ */
.hero {
  min-height: 100vh;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px 0 90px;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251, 116, 39, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 116, 39, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 35%,
    #000 0%,
    transparent 72%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 50% 35%,
    #000 0%,
    transparent 72%
  );
}
.hero-glow1 {
  position: absolute;
  top: -220px;
  right: -120px;
  width: 760px;
  height: 760px;
  background: radial-gradient(
    circle,
    rgba(251, 116, 39, 0.14) 0%,
    transparent 64%
  );
  pointer-events: none;
  animation: floaty 14s ease-in-out infinite;
}
.hero-glow2 {
  position: absolute;
  bottom: -240px;
  left: -160px;
  width: 680px;
  height: 680px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.12) 0%,
    transparent 64%
  );
  pointer-events: none;
  animation: floaty 17s ease-in-out infinite reverse;
}
.hero-glow3 {
  position: absolute;
  top: 30%;
  left: 46%;
  width: 440px;
  height: 440px;
  background: radial-gradient(
    circle,
    rgba(159, 224, 19, 0.08) 0%,
    transparent 66%
  );
  pointer-events: none;
  animation: floaty 12s ease-in-out infinite 2s;
}
@keyframes floaty {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(50px, -60px) scale(1.08);
  }
  70% {
    transform: translate(-35px, 40px) scale(0.95);
  }
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}
.hero-visual {
  position: relative;
}
.hero-visual-glow {
  position: absolute;
  inset: -24px;
  background: radial-gradient(
    circle at 62% 38%,
    var(--glow-green),
    transparent 64%
  );
  filter: blur(16px);
  z-index: 0;
  opacity: 0.7;
}
.hero-visual-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 5/6;
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.hero-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: grayscale(1) contrast(1.05) brightness(0.92);
}
.hero-visual:hover .hero-visual-frame img {
  transform: scale(1.04);
}
.hero-visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 9, 11, 0.05) 0%,
    transparent 40%,
    rgba(9, 9, 11, 0.55) 100%
  );
  pointer-events: none;
}
.hero-visual-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(9, 9, 11, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(251, 116, 39, 0.32);
  border-radius: 30px;
  padding: 8px 15px;
}
.hero-visual-tag span {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.hero-visual-tag b {
  color: var(--green-br);
  font-weight: 800;
}
.hero-float {
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 15px;
  padding: 13px 17px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  z-index: 3;
  animation: hfloat 4s ease-in-out infinite;
}
@keyframes hfloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}
.hero-float-l {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  color: var(--muted2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-float-l::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 7px #22c55e;
  animation: blink 2s infinite;
}
.hero-float-v {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.5px;
  display: flex;
  align-items: baseline;
  gap: 3px;
  line-height: 1;
}
.hero-float-v em {
  font-style: normal;
  font-size: 12px;
  color: var(--green2);
}
.hero-float1 {
  top: 22px;
  right: -22px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(251, 116, 39, 0.1);
  border: 1px solid rgba(251, 116, 39, 0.28);
  border-radius: 40px;
  padding: 7px 16px 7px 9px;
  margin-bottom: 30px;
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-br);
  box-shadow: 0 0 10px var(--green-br);
  animation: blink 2s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.hero-badge span {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--green-br);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(42px, 6.2vw, 82px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2.6px;
  color: #fff;
  margin-bottom: 28px;
}
.hero h1 .gw {
  letter-spacing: -2.6px;
}
.hero-desc {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 40px;
  font-weight: 400;
  word-break: keep-all;
}
.hero-desc strong {
  color: #fff;
  font-weight: 700;
}
.hero-btns {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.btn-green {
  background: var(--grad-green);
  color: #fff;
  padding: 15px 30px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  box-shadow:
    0 10px 30px rgba(251, 116, 39, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.btn-green:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px rgba(251, 116, 39, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-green svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.btn-green:hover svg {
  transform: translateX(3px);
}
.btn-ghost-d {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 28px;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-ghost-d:hover {
  border-color: var(--green-br);
  color: var(--green-br);
  background: rgba(251, 116, 39, 0.06);
}
/* hero metrics */
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0;
  max-width: 760px;
}
.hm {
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
}
.hm:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.hm-n {
  font-family: "Bebas Neue", sans-serif;
  font-size: 46px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.hm-n em {
  font-style: normal;
  font-size: 20px;
  color: var(--green-br);
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  white-space: nowrap;
}
.hm-l {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-top: 7px;
  letter-spacing: 0.02em;
}
.hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.4;
}
.hero-scroll span {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
}
.hero-scroll-m {
  width: 22px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  position: relative;
}
.hero-scroll-m::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 6px;
  background: var(--green-br);
  border-radius: 2px;
  animation: scrolldot 2s ease-in-out infinite;
}
@keyframes scrolldot {
  0% {
    opacity: 1;
    top: 6px;
  }
  60% {
    opacity: 0;
    top: 16px;
  }
  100% {
    opacity: 0;
  }
}

/* ─ SECTION HEAD ─ */
.sec-h {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -1.6px;
  word-break: keep-all;
}
.sec-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
  font-weight: 400;
}

/* ─ MARQUEE (partners strip) ─ */
.strip {
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
}
.strip::before,
.strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--navy-deep), transparent);
}
.strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--navy-deep), transparent);
}
.strip-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee 28s linear infinite;
  align-items: center;
}
.strip:hover .strip-track {
  animation-play-state: paused;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.strip-item {
  font-size: 19px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  letter-spacing: -0.3px;
  transition: color 0.2s;
}
.strip-item:hover {
  color: var(--green-br);
}
.strip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.5;
  flex-shrink: 0;
}

/* ─ ABOUT ─ */
.about {
  padding: 110px 0;
  background: var(--bg);
  position: relative;
}
.about-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.about-h {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.18;
  letter-spacing: -1.4px;
  margin-bottom: 26px;
  word-break: keep-all;
}
.about-h em {
  font-style: normal;
  background: #ea580c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 20px;
  word-break: keep-all;
}
.about-p strong {
  color: var(--ink);
  font-weight: 700;
}
.about-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}
.fact {
  background: var(--s1);
  border: 1px solid var(--bd);
  border-radius: 14px;
  padding: 18px 20px;
  transition: all 0.3s;
}
.fact:hover {
  border-color: var(--green);
  box-shadow: var(--elev-2);
  transform: translateY(-3px);
}
.fact-l {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--muted2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fact-v {
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.4px;
}
.fact-v em {
  font-style: normal;
  color: var(--green2);
}
/* about visual card */
.about-card {
  background: var(--grad-navy);
  border-radius: 24px;
  padding: 42px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--elev-4);
}
.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251, 116, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 116, 39, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 70% 20%,
    #000,
    transparent 72%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 80% at 70% 20%,
    #000,
    transparent 72%
  );
}
.about-card-glow {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(251, 116, 39, 0.22),
    transparent 65%
  );
  pointer-events: none;
}
.about-card-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--green-br);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about-card-quote {
  position: relative;
  z-index: 1;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  letter-spacing: -0.8px;
  word-break: keep-all;
  margin-bottom: 28px;
}
.about-card-quote em {
  font-style: normal;
  color: var(--green-br);
}
.about-card-rows {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.acr {
  display: flex;
  align-items: center;
  gap: 14px;
}
.acr-ic {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(251, 116, 39, 0.14);
  border: 1px solid rgba(251, 116, 39, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.acr-ic svg {
  width: 19px;
  height: 19px;
  stroke: var(--green-br);
}
.acr-t {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.acr-s {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

/* ─ STATS ─ */
.stats {
  padding: 96px 0;
  background: var(--s1);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  position: relative;
  overflow: hidden;
}
.stats-head {
  text-align: center;
  margin-bottom: 56px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat {
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 20px;
  padding: 38px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}
.stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-green);
  transform: scaleX(0);
  transition: transform 0.4s;
  transform-origin: left;
}
.stat:hover {
  transform: translateY(-8px);
  box-shadow: var(--elev-3);
  border-color: rgba(251, 116, 39, 0.35);
}
.stat:hover::before {
  transform: scaleX(1);
}
.stat-ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--s-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.35s;
}
.stat:hover .stat-ic {
  background: var(--grad-green);
  transform: scale(1.08) rotate(-5deg);
}
.stat-ic svg {
  width: 25px;
  height: 25px;
  stroke: var(--green2);
  transition: stroke 0.35s;
}
.stat:hover .stat-ic svg {
  stroke: var(--navy-deep);
}
.stat-n {
  font-family: "Bebas Neue", sans-serif;
  font-size: 58px;
  color: var(--navy);
  line-height: 0.9;
  letter-spacing: 0.5px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
}
.stat-n em {
  font-style: normal;
  font-size: 24px;
  color: var(--green2);
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
.stat-l {
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: -0.2px;
}

/* ─ FOOTER ─ */
footer {
  background: var(--navy-deep);
  color: #fff;
  padding: 72px 0 36px;
  position: relative;
  overflow: hidden;
}
.footer-glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 300px;
  background: radial-gradient(
    ellipse,
    rgba(251, 116, 39, 0.1),
    transparent 70%
  );
  pointer-events: none;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}
.footer-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--grad-green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-mark span {
  font-family: "Bebas Neue";
  font-size: 22px;
  color: var(--navy-deep);
}
.footer-logo-text {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.4px;
}
.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.9;
  max-width: 300px;
  font-weight: 300;
  word-break: keep-all;
}
.footer-corp {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.9;
  margin-top: 18px;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.02em;
}
.footer-col-t {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: var(--green-br);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--green-br);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 26px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "DM Mono", monospace;
  letter-spacing: 0.03em;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-legal {
  font-family: "Plus Jakarta Sans", "Noto Sans KR", sans-serif;
  font-weight: 600;
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-legal a:hover {
  color: var(--green-br);
}

/* ─ SERVICES ─ */
.services {
  padding: 110px 0;
  background: var(--bg);
}
.services-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.svc-card {
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 20px;
  padding: 34px;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
}
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.35s;
  background: radial-gradient(
    circle at 0% 0%,
    rgba(251, 116, 39, 0.06),
    transparent 55%
  );
  pointer-events: none;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--elev-3);
  border-color: rgba(251, 116, 39, 0.35);
}
.svc-card:hover::after {
  opacity: 1;
}
.svc-ic {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--grad-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 8px 20px rgba(14, 27, 61, 0.2);
  transition: transform 0.35s;
}
.svc-card:hover .svc-ic {
  transform: rotate(-6deg) scale(1.06);
}
.svc-ic svg {
  width: 26px;
  height: 26px;
  stroke: var(--green-br);
}
.svc-n {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--muted2);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.svc-t {
  font-size: 21px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.svc-d {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
}
.svc-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.cert {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  background: var(--s-green);
  border: 1px solid rgba(251, 116, 39, 0.25);
  padding: 8px 15px;
  border-radius: 30px;
}
.cert svg {
  width: 14px;
  height: 14px;
  stroke: var(--green2);
}

/* ─ NETWORK ─ */
.network {
  padding: 110px 0;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}
.net-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251, 116, 39, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 116, 39, 0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(
    ellipse 70% 80% at 30% 40%,
    #000,
    transparent 72%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 80% at 30% 40%,
    #000,
    transparent 72%
  );
}
.net-glow {
  position: absolute;
  bottom: -160px;
  right: -100px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(251, 116, 39, 0.12),
    transparent 65%
  );
  pointer-events: none;
}
.net-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.net-h {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -1.4px;
  margin-bottom: 22px;
  word-break: keep-all;
}
.net-h em {
  font-style: normal;
  color: var(--green-br);
}
.net-p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
  margin-bottom: 30px;
  word-break: keep-all;
}
.net-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.net-tag {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 15px;
  border-radius: 30px;
}
.net-tag em {
  font-style: normal;
  color: var(--green-br);
  font-weight: 800;
}
.net-regions {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 30px 32px;
  backdrop-filter: blur(8px);
}
.net-reg-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.net-reg-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.net-reg-title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-br);
  box-shadow: 0 0 8px var(--green-br);
}
.net-reg-sub {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
}
.net-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}
.net-row:last-child {
  margin-bottom: 0;
}
.net-rn {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  width: 62px;
  flex-shrink: 0;
}
.net-bar {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 5px;
  overflow: hidden;
}
.net-fill {
  height: 100%;
  border-radius: 5px;
  background: var(--grad-green);
  box-shadow: 0 0 12px rgba(251, 116, 39, 0.4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.network.in .net-fill {
  transform: scaleX(1);
}
.net-rv {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  color: var(--green-br);
  width: 58px;
  text-align: right;
  flex-shrink: 0;
}

/* ─ TEAM ─ */
.team {
  padding: 110px 0;
  background: var(--s1);
}
.team-head {
  text-align: center;
  margin-bottom: 60px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.team-card {
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--elev-4);
  border-color: rgba(251, 116, 39, 0.4);
}
.team-photo {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: linear-gradient(180deg, #eef3f8, #e2e9f2);
  position: relative;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-card:hover .team-photo img {
  transform: scale(1.05);
}
.team-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(14, 27, 61, 0.06));
  pointer-events: none;
}
.team-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--grad-green);
  padding: 5px 11px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(251, 116, 39, 0.45);
}
.team-body {
  padding: 22px 22px 26px;
}
.team-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.5px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.team-role {
  font-size: 12px;
  font-weight: 700;
  color: var(--green2);
  font-family: "DM Mono", monospace;
  letter-spacing: 0.04em;
}
.team-expert {
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 700;
  margin: 12px 0 12px;
  line-height: 1.5;
  word-break: keep-all;
}
.team-career {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.team-career li {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
  word-break: keep-all;
}
.team-career li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.6;
}
.team-career li b {
  color: var(--ink2);
  font-weight: 700;
}

/* ─ HISTORY ─ */
.history {
  padding: 110px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.history-head {
  text-align: center;
  margin-bottom: 64px;
}
.timeline {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 118px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--green), rgba(251, 116, 39, 0.15));
}
.tl-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 40px;
  position: relative;
  padding-bottom: 36px;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-year {
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  color: var(--navy);
  text-align: right;
  line-height: 1;
  padding-top: 2px;
  letter-spacing: 0.5px;
}
.tl-dot {
  position: absolute;
  left: 111px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 3px solid var(--green);
  box-shadow: 0 0 0 4px rgba(251, 116, 39, 0.12);
  z-index: 1;
}
.tl-content {
  padding-left: 14px;
}
.tl-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.tl-list li {
  font-size: 14.5px;
  color: var(--ink2);
  line-height: 1.6;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  word-break: keep-all;
}
.tl-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--green);
  margin-top: 8px;
  flex-shrink: 0;
}
.tl-list li b {
  font-weight: 700;
  color: var(--navy);
}
.tl-badge {
  display: inline-block;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--green2);
  background: var(--s-green);
  border: 1px solid rgba(251, 116, 39, 0.25);
  padding: 3px 9px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

/* ─ CTA ─ */
.cta {
  padding: 30px 0 110px;
  background: var(--bg);
}
.cta-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.cta-inner {
  background: var(--grad-navy);
  border-radius: 30px;
  padding: 72px 72px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--elev-4);
}
.cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251, 116, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 116, 39, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(
    ellipse 60% 90% at 75% 25%,
    #000,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 60% 90% at 75% 25%,
    #000,
    transparent 70%
  );
  pointer-events: none;
}
.cta-glow {
  position: absolute;
  top: -100px;
  right: -60px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(251, 116, 39, 0.2), transparent 64%);
  pointer-events: none;
}
.cta-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}
.cta-eyebrow {
  font-family: "DM Mono", monospace;
  font-size: 11px;
  color: var(--green-br);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.cta-h {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
  word-break: keep-all;
}
.cta-h em {
  font-style: normal;
  color: var(--green-br);
}
.cta-p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 34px;
  word-break: keep-all;
}
.cta-btns {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.cta-info {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 36px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.cta-info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cta-info-l {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cta-info-v {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .services-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .net-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-inner {
    padding: 54px 40px;
  }
  .cta-info {
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .nav-cta {
    white-space: nowrap;
    padding: 9px 15px;
  }
  .stat-n {
    font-size: 46px;
    white-space: nowrap;
  }
  .stat-l {
    word-break: keep-all;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .timeline::before {
    left: 74px;
  }
  .tl-item {
    grid-template-columns: 58px 1fr;
    gap: 24px;
  }
  .tl-dot {
    left: 67px;
  }
  .tl-year {
    font-size: 26px;
  }
  .cta-inner {
    padding: 44px 26px;
    border-radius: 24px;
  }
}

/* ─ BANNER ─ */
.banner {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
}
.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.04) brightness(0.92);
}
.banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 9, 11, 0.95) 0%,
    rgba(9, 9, 11, 0.82) 42%,
    rgba(9, 9, 11, 0.35) 78%,
    rgba(9, 9, 11, 0.6) 100%
  );
}
.banner-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 48px;
  width: 100%;
}
.banner-h {
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -1.4px;
  margin-bottom: 18px;
  word-break: keep-all;
  max-width: 640px;
}
.banner-h em {
  font-style: normal;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.banner-p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 34px;
  word-break: keep-all;
}
.banner-stats {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
.banner-stat-n {
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  color: var(--green-br);
  line-height: 1;
  letter-spacing: 0.5px;
}
.banner-stat-l {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 6px;
  font-weight: 500;
}
@media (max-width: 640px) {
  .banner-inner {
    padding: 50px 20px;
  }
  .banner-stats {
    gap: 26px;
  }
  .banner-bg::after {
    background: linear-gradient(
      90deg,
      rgba(9, 9, 11, 0.94),
      rgba(9, 9, 11, 0.7)
    );
  }
}

/* ─ PRODUCT (Ractive ON) ─ */
.product {
  padding: 114px 0;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}
.product-glow {
  position: absolute;
  top: 8%;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(251, 116, 39, 0.16),
    transparent 64%
  );
  pointer-events: none;
}
.product-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251, 116, 39, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251, 116, 39, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(
    ellipse 70% 70% at 72% 40%,
    #000,
    transparent 72%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 70% at 72% 40%,
    #000,
    transparent 72%
  );
}
.product-inner {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-h {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  color: #fff;
  line-height: 1.14;
  letter-spacing: -1.6px;
  margin: 14px 0 22px;
  word-break: keep-all;
}
.product-p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.85;
  margin-bottom: 26px;
  word-break: keep-all;
}
.product-p strong {
  color: #fff;
  font-weight: 700;
}
.product-feats {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 34px;
}
.pf {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.pf-ic {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(251, 116, 39, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pf-ic svg {
  width: 13px;
  height: 13px;
  stroke: var(--green-br);
}
.product-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  background: #fff;
}
.product-chrome {
  background: #1a1a1d;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-chrome .md {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.product-chrome .purl {
  margin-left: 12px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.32);
  letter-spacing: 0.05em;
}
.product-shot {
  position: relative;
  height: 406px;
  overflow: hidden;
}
.product-shot img {
  width: 100%;
  display: block;
  filter: grayscale(1) contrast(1.03) brightness(1.01) blur(3.5px);
  transition: transform 8s cubic-bezier(0.33, 0, 0.25, 1);
}
.product-frame:hover .product-shot img {
  transform: translateY(calc(-100% + 406px));
}
.product-shot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
  transition: opacity 0.4s;
}
.product-frame:hover .product-shot::after {
  opacity: 0;
}

/* ─ NEWS ─ */
.news {
  padding: 110px 0;
  background: var(--s1);
}
.news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  gap: 20px;
}
.news-more {
  font-size: 14px;
  font-weight: 700;
  color: var(--green2);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.news-more:hover {
  color: var(--green);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.news-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border: 1px solid var(--bd);
  border-radius: 16px;
  padding: 26px;
  text-decoration: none;
  transition: all 0.3s;
  min-height: 172px;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--elev-3);
  border-color: rgba(251, 116, 39, 0.4);
}
.news-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 20px;
  background: var(--s-green);
  color: var(--green2);
  margin-bottom: 15px;
}
.news-tag.notice {
  background: var(--ink);
  color: #fff;
}
.news-date {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  color: var(--muted2);
  margin-bottom: 8px;
}
.news-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  letter-spacing: -0.3px;
  word-break: keep-all;
  flex: 1;
}
.news-arrow {
  margin-top: 16px;
  font-size: 13px;
  color: var(--green2);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .product-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ─ EDIT MODE ─ */
#edit-bar {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(24, 24, 27, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(251, 116, 39, 0.32);
  border-radius: 40px;
  padding: 9px 14px 9px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
.eb-label {
  font-family: "DM Mono", monospace;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.34);
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.eb-btn {
  border: none;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", "Noto Sans KR", sans-serif;
  transition: all 0.18s;
  white-space: nowrap;
}
#eb-edit {
  background: var(--grad-green);
  color: #fff;
  box-shadow: 0 4px 14px rgba(251, 116, 39, 0.4);
}
#eb-edit:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 20px rgba(251, 116, 39, 0.5);
}
#eb-edit.on {
  background: #fff;
  color: #18181b;
  box-shadow: none;
}
#eb-save {
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: none;
}
#eb-save:hover {
  border-color: var(--green);
  color: var(--green-br);
}
#eb-hint {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "DM Mono", monospace;
  letter-spacing: 0.03em;
  display: none;
  white-space: nowrap;
}
body.edit-mode [contenteditable="true"]:hover {
  outline: 1.5px dashed rgba(251, 116, 39, 0.55);
  outline-offset: 3px;
  border-radius: 3px;
  cursor: text;
}
body.edit-mode [contenteditable="true"]:focus {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  background: rgba(251, 116, 39, 0.05);
  border-radius: 3px;
}
@media (max-width: 640px) {
  #edit-bar {
    bottom: 14px;
    padding: 8px 12px;
    gap: 8px;
  }
  .eb-label,
  #eb-hint {
    display: none !important;
  }
}

/* ─ FADE ─ */
.fade {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade.in {
  opacity: 1;
  transform: none;
}
.fade-d1 {
  transition-delay: 0.08s;
}
.fade-d2 {
  transition-delay: 0.16s;
}
.fade-d3 {
  transition-delay: 0.24s;
}
.fade-d4 {
  transition-delay: 0.32s;
}

/* ─ RESPONSIVE ─ */
@media (max-width: 1024px) {
  .inner,
  .nav-inner,
  .hero-inner,
  .footer-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    display: none;
  }
  .nav-links {
    display: none;
  }
}
@media (max-width: 640px) {
  .inner,
  .nav-inner,
  .hero-inner,
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    padding-top: 100px;
  }
  .hero h1 {
    letter-spacing: -1.4px;
  }
  .hero-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }
  .hm {
    padding-right: 0;
    margin-right: 0;
  }
  .hm:not(:last-child)::after {
    display: none;
  }
  .hm-n {
    font-size: 38px;
  }
  .about-facts {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .btn-green,
  .btn-ghost-d {
    width: 100%;
    justify-content: center;
  }
}
/* ── BRANDS 섹션 ── */
.brands-sec {
  padding: 114px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.bsec-head {
  max-width: 680px;
  margin-bottom: 48px;
}
.bsec-h {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -1.4px;
  line-height: 1.18;
  margin: 14px 0 16px;
  word-break: keep-all;
}
.bsec-h em {
  font-style: normal;
  color: var(--green2);
}
.bsec-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
  word-break: keep-all;
}
.brand-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.brand-banner {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #0a0a0c;
  border: 1px solid var(--bd);
  box-shadow: 0 12px 34px rgba(24, 24, 27, 0.13);
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s;
  text-decoration: none;
}
.brand-banner:hover {
  transform: translateY(-7px);
  box-shadow: 0 32px 66px rgba(24, 24, 27, 0.22);
}
.brand-banner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.brand-banner:hover img {
  transform: scale(1.035);
}
.bb-go {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 7px 13px;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(-6px);
  transition: all 0.35s;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.03em;
}
.brand-banner:hover .bb-go {
  opacity: 1;
  transform: translateY(0);
}
.brands-more {
  text-align: center;
  margin-top: 40px;
}
.brands-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--green);
  padding-bottom: 3px;
  transition: color 0.2s;
}
.brands-more a:hover {
  color: var(--green2);
}
@media (max-width: 760px) {
  .brands-sec {
    padding: 74px 0;
  }
  .bsec-head {
    margin-bottom: 30px;
  }
  .brand-banners {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bb-go {
    opacity: 1;
    transform: none;
  }
}
/* ── NETWORK MAP ── */
.net-map {
  margin-top: 32px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.012)
  );
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.net-map-vis {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.net-map-label {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Mono", monospace;
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.net-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fb7427;
  animation: netlive 2s infinite;
}
@keyframes netlive {
  0% {
    box-shadow: 0 0 0 0 rgba(251, 116, 39, 0.5);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(251, 116, 39, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(251, 116, 39, 0);
  }
}
.kr-map {
  width: 100%;
  max-width: 290px;
  height: auto;
  display: block;
}
.kr-land {
  fill: rgba(255, 255, 255, 0.06);
  stroke: rgba(251, 116, 39, 0.42);
  stroke-width: 1;
  stroke-linejoin: round;
}
.kr-node-pulse {
  fill: #fb7427;
  opacity: 0.5;
  transform-box: fill-box;
  transform-origin: center;
  animation: krpulse 2.6s ease-out infinite;
}
@keyframes krpulse {
  0% {
    transform: scale(0.5);
    opacity: 0.65;
  }
  80%,
  100% {
    transform: scale(3.6);
    opacity: 0;
  }
}
.kr-node-dot {
  fill: #fb7427;
  stroke: #0b0b0e;
  stroke-width: 1.2;
}
.kr-node-hub .kr-node-dot {
  fill: #fd9a52;
}
.kr-label {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 8px;
  font-weight: 700;
  fill: rgba(255, 255, 255, 0.9);
}
.net-side-h {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}
.net-area {
  margin-bottom: 15px;
}
.net-area:last-child {
  margin-bottom: 0;
}
.na-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5px;
}
.na-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
}
.na-val {
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  color: #fd9a52;
}
.na-cities {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 7px;
}
.na-bar {
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}
.na-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #fb7427, #fd9a52);
  border-radius: 3px;
}
.kr-dot {
  fill: rgba(251, 116, 39, 0.55);
  animation: krblink 3.2s ease-in-out infinite;
}
.kr-dot:nth-of-type(even) {
  animation-delay: 1.4s;
}
.kr-dot:nth-of-type(3n) {
  animation-delay: 2.3s;
}
@keyframes krblink {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.9;
  }
}
.kr-link {
  stroke: rgba(253, 154, 82, 0.5);
  stroke-width: 1;
  fill: none;
  stroke-dasharray: 1.5 5;
  stroke-linecap: round;
  animation: krflow 1.1s linear infinite;
}
@keyframes krflow {
  to {
    stroke-dashoffset: -13;
  }
}
.net-count {
  color: #fd9a52;
  font-weight: 800;
}
.net-side-sub {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.52);
  margin: -12px 0 18px;
  line-height: 1.6;
}
.net-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.net-city {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.15s;
}
.net-city:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
}
.net-city {
  position: relative;
}
.net-city.live {
  background: linear-gradient(
    135deg,
    rgba(251, 116, 39, 0.26),
    rgba(251, 116, 39, 0.08)
  );
  border-color: rgba(251, 116, 39, 0.55);
  color: #fff;
  box-shadow: 0 4px 16px rgba(251, 116, 39, 0.24);
}
.net-city.live::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fd9a52;
  box-shadow: 0 0 7px #fb7427;
  animation: cityblip 0.9s ease-out;
}
@keyframes cityblip {
  0% {
    transform: scale(0.4);
    opacity: 0.4;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.net-city-hub {
  background: linear-gradient(135deg, #fb7427, #c2410c);
  color: #fff;
  border-color: transparent;
}
.net-more {
  color: #fd9a52;
  background: rgba(251, 116, 39, 0.1);
  border-color: rgba(251, 116, 39, 0.25);
}
@media (max-width: 860px) {
  .net-map {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 24px;
  }
  .kr-map {
    max-width: 230px;
  }
}
/* ── 전역 폴리시 ── */
html {
  scroll-behavior: smooth;
}
::selection {
  background: rgba(251, 116, 39, 0.26);
  color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(120, 120, 130, 0.42);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #fb7427;
}
::-webkit-scrollbar-track {
  background: transparent;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img {
  -webkit-user-drag: none;
}
.terms-revision {
  font-size: 11px;
  color: #a1a1aa;
  font-family: "DM Mono", monospace;
  /* margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 2px solid #18181b; */
}
