:root {
  color-scheme: dark;
  --bg: #05070b;
  --panel: rgba(15, 23, 36, 0.72);
  --panel-strong: rgba(23, 34, 52, 0.88);
  --text: #f5f7fb;
  --muted: #aeb8c7;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(177, 207, 255, 0.25);
  --cyan: #48e5ff;
  --blue: #4c9dff;
  --violet: #a78bfa;
  --amber: #ffd166;
  --coral: #ff8a7a;
  --rose: #ff8ccf;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 76% 18%, rgba(76, 157, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 20% 72%, rgba(255, 138, 122, 0.08), transparent 24rem),
    radial-gradient(circle at 58% 88%, rgba(167, 139, 250, 0.1), transparent 30rem),
    var(--bg);
  color: var(--text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page {
  min-height: 100vh;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 22px clamp(18px, 4vw, 46px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(5, 7, 11, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(76, 157, 255, 0.12);
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.nav-links a:hover {
  color: var(--text);
}

.language-link {
  padding: 7px 10px;
  border: 1px solid rgba(177, 207, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

.hero,
.section,
.footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.78fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 78px 0 62px;
}

.hero.single {
  display: block;
  min-height: auto;
  max-width: 980px;
  padding-bottom: 32px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

:lang(ko) h1,
:lang(ko) h2,
:lang(ko) h3,
:lang(ko) p,
:lang(ko) dd {
  word-break: keep-all;
}

h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(48px, 7.4vw, 96px);
  line-height: 0.95;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 18px;
}

.lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.066);
  cursor: pointer;
}

.button {
  gap: 9px;
  padding: 11px 15px;
}

.button.primary {
  border-color: rgba(72, 229, 255, 0.34);
  background: linear-gradient(135deg, rgba(72, 229, 255, 0.18), rgba(167, 139, 250, 0.11));
}

.button.secondary {
  color: var(--muted);
}

.hero-panel,
.glass-panel,
.profile-preview,
.form-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.026)),
    var(--panel);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.22);
}

.hero-panel {
  padding: 22px;
}

.signal-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 38% 42%, rgba(72, 229, 255, 0.16), transparent 18%),
    radial-gradient(circle at 66% 68%, rgba(255, 209, 102, 0.12), transparent 16%),
    #070d17;
}

.signal-map::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(177, 207, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset -30px -36px 80px rgba(0, 0, 0, 0.62), 0 0 52px rgba(76, 157, 255, 0.14);
}

.signal {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--signal-color, var(--cyan));
  box-shadow: 0 0 22px var(--signal-color, var(--cyan));
  animation: pulse 2.5s ease-in-out infinite;
}

.signal:nth-child(1) {
  left: 38%;
  top: 42%;
  --signal-color: var(--cyan);
}

.signal:nth-child(2) {
  left: 54%;
  top: 36%;
  --signal-color: var(--amber);
  animation-delay: 0.4s;
}

.signal:nth-child(3) {
  left: 62%;
  top: 59%;
  --signal-color: var(--rose);
  animation-delay: 0.8s;
}

.signal-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.section {
  padding: 44px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.card,
.step,
.maker-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.052);
}

.card,
.step {
  padding: 22px;
}

.card p,
.step p,
.maker-card p,
.profile-preview p,
.form-panel p,
.footer p {
  color: var(--muted);
  line-height: 1.55;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(177, 207, 255, 0.18);
  border-radius: 999px;
  color: #d7e4ff;
  background: rgba(76, 157, 255, 0.075);
  font-size: 12px;
}

.profile-preview {
  padding: 24px;
}

.profile-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.avatar-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(72, 229, 255, 0.34);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(72, 229, 255, 0.08);
  font-weight: 850;
}

.capability-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.capability-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.capability-list span {
  color: var(--muted);
}

.form-panel {
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: #dce7f7;
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: var(--text);
  background: rgba(5, 9, 15, 0.72);
  padding: 11px 12px;
}

textarea {
  min-height: 124px;
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.filters {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 0.7fr));
  gap: 10px;
  margin-top: 22px;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.maker-card {
  display: flex;
  flex-direction: column;
  min-height: 282px;
  padding: 18px;
}

.maker-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.maker-card h3 {
  max-width: 240px;
}

.maker-card p {
  margin-bottom: 0;
}

.maker-card .button {
  margin-top: auto;
}

.empty-state {
  display: none;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
}

.empty-state.is-visible {
  display: block;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 48px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer p {
  margin: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.75);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.24);
    filter: brightness(1.45);
  }
}

@media (max-width: 980px) {
  .hero,
  .two-grid,
  .grid,
  .directory-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav,
  .nav-links,
  .section-head,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  h1 {
    font-size: 46px;
  }

  .form-grid,
  .filters {
    grid-template-columns: 1fr;
  }
}

.home-page {
  overflow-x: hidden;
  background:
    linear-gradient(115deg, rgba(5, 7, 11, 0.96) 0%, rgba(5, 7, 11, 0.88) 42%, rgba(10, 20, 34, 0.82) 100%);
}

.home-nav {
  border-bottom-color: rgba(155, 184, 224, 0.12);
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  gap: 28px;
  align-items: center;
  width: min(1440px, calc(100% - 44px));
  min-height: calc(100svh - 118px);
  margin-inline: auto;
  padding: 54px 0 38px;
}

.home-hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -10%;
  left: 34%;
  height: 38%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(72, 229, 255, 0.08), rgba(255, 209, 102, 0.045), rgba(255, 140, 207, 0.06));
  filter: blur(68px);
  opacity: 0.82;
}

.home-copy {
  position: relative;
  z-index: 2;
  padding-left: 36px;
}

.home-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: 86px;
  line-height: 0.92;
}

.home-copy .lede {
  max-width: 640px;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 36px 0 0;
}

.home-stats div {
  min-height: 118px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(177, 207, 255, 0.2);
}

.home-stats dt {
  color: var(--text);
  font-size: 15px;
  font-weight: 820;
}

.home-stats dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.home-globe {
  position: relative;
  min-height: 680px;
  margin-right: -70px;
  overflow: visible;
}

.home-globe::before {
  content: "";
  position: absolute;
  inset: 8% 0 4% 3%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 46%, rgba(76, 157, 255, 0.18), transparent 34%),
    radial-gradient(circle at 54% 60%, rgba(167, 139, 250, 0.08), transparent 30%);
  filter: blur(28px);
  opacity: 0.72;
}

.home-globe-frame {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 680px;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.home-band,
.home-final {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
  border-top: 1px solid rgba(177, 207, 255, 0.14);
}

.home-band {
  padding: 72px 0;
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.home-section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.home-section-head h2,
.home-final h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
}

.home-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.path-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 22px;
  border: 1px solid rgba(177, 207, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028)),
    rgba(9, 15, 25, 0.7);
}

.path-number {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.path-card h3 {
  margin-top: 18px;
  font-size: 24px;
}

.path-card p {
  margin: 14px 0 24px;
  color: var(--muted);
  line-height: 1.56;
}

.path-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.home-flow .home-section-head {
  display: block;
  max-width: 880px;
}

.flow-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(177, 207, 255, 0.14);
  border-radius: 8px;
  background: rgba(177, 207, 255, 0.14);
}

.flow-rail div {
  min-height: 210px;
  padding: 24px;
  background: rgba(8, 13, 22, 0.88);
}

.flow-rail strong {
  display: block;
  color: var(--text);
  font-size: 16px;
}

.flow-rail p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.home-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  padding: 72px 0;
}

.home-final .eyebrow {
  margin-bottom: 14px;
}

.home-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 1160px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .home-globe {
    min-height: 620px;
    margin-right: 0;
  }

  .home-globe-frame {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .home-copy h1 {
    font-size: 62px;
  }

  .home-stats,
  .path-grid,
  .flow-rail,
  .home-section-head,
  .home-final {
    grid-template-columns: 1fr;
  }

  .home-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .home-band,
  .home-final {
    width: calc(100% - 28px);
  }

  .home-copy {
    padding-left: 0;
  }

  .home-copy h1 {
    max-width: 12ch;
    font-size: 38px;
    line-height: 1;
    text-wrap: balance;
  }

  .home-copy .lede {
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.55;
  }

  .home-copy .actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .home-copy .button {
    width: 100%;
  }

  .home-globe,
  .home-globe-frame {
    min-height: 430px;
  }

  .home-section-head h2,
  .home-final h2 {
    font-size: 32px;
  }
}
