@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  color-scheme: light;
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-soft: #f1f6fc;
  --navy: #07111f;
  --navy-2: #0b1b33;
  --ink: #0f172a;
  --muted: #64748b;
  --muted-2: #94a3b8;
  --line: rgba(15, 23, 42, 0.08);
  --line-strong: rgba(15, 23, 42, 0.14);
  --blue: #0a62d0;
  --blue-2: #1283e6;
  --cyan: #20d3f5;
  --green: #14b885;
  --amber: #f1b646;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(10, 98, 208, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10, 98, 208, 0.04) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  cursor: pointer;
}

svg {
  display: block;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px 48px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(247, 249, 252, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 178px;
}

.brand-logo {
  display: block;
  width: 118px;
  height: auto;
  mix-blend-mode: multiply;
}

.brand span {
  padding-left: 12px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 620;
}

.site-nav a,
.header-cta,
.button,
.text-link {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.header-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 98, 208, 0.28);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.section-shell {
  padding: 112px 48px;
}

.hero {
  padding-top: 64px;
  padding-bottom: 56px;
}

.hero-grid,
.trust-layout,
.section-heading,
.pain-grid,
.solution-grid,
.project-grid,
.industry-grid,
.process-grid,
.why-grid,
.contact-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-grid {
  max-width: 1340px;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(600px, 1.08fr);
  gap: 64px;
  align-items: center;
  min-height: min(660px, calc(100vh - 126px));
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: none;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 58px;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--navy);
  font-size: 42px;
  font-weight: 720;
  line-height: 1.22;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

h3 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 34px;
  color: #3e5067;
  font-size: 21px;
  line-height: 1.68;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 720;
}

.button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  box-shadow: 0 16px 34px rgba(10, 98, 208, 0.24);
}

.button-primary:hover,
.button-secondary:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

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

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #475569;
  font-size: 13px;
  font-weight: 620;
}

.hero-badges {
  max-width: 680px;
}

.hero-badges span {
  min-height: 42px;
  padding: 0 16px;
  border-color: rgba(10, 98, 208, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-size: 15px;
  font-weight: 720;
}

.dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(18, 131, 230, 0.16), transparent 42%),
    linear-gradient(180deg, #0b1b33, #07111f);
  box-shadow: 0 32px 90px rgba(7, 17, 31, 0.32);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.42;
  pointer-events: none;
}

.dashboard-header,
.dashboard-grid {
  position: relative;
  z-index: 1;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-header span,
.module-head span,
.module-meta span,
.signal-row span {
  display: block;
  color: #8fb0d4;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.dashboard-header strong,
.module-head strong,
.module-meta strong,
.signal-row strong {
  display: block;
  margin-top: 4px;
  color: #eef7ff;
  font-size: 16px;
  font-weight: 720;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(32, 211, 245, 0.32);
  border-radius: 999px;
  background: rgba(32, 211, 245, 0.1);
  color: #baf3ff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-grid {
  display: block;
  padding: 20px;
}

.mock-module {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 18px;
  animation: floatModule 6s ease-in-out infinite;
}

.carousel-slide {
  display: none;
  animation: none;
}

.carousel-slide.is-active {
  display: block;
  animation: slideFade 240ms ease-out;
}

.mock-module:nth-child(2) {
  animation-delay: 0.8s;
}

.mock-module:nth-child(3) {
  animation-delay: 1.4s;
}

.module-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.module-meta,
.signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.module-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.module-flow span,
.module-flow b {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-align: center;
}

.module-flow span {
  background: rgba(7, 17, 31, 0.5);
  color: #d9ecff;
  font-size: 13px;
  font-weight: 650;
}

.module-flow b {
  background: linear-gradient(135deg, rgba(32, 211, 245, 0.22), rgba(10, 98, 208, 0.28));
  color: #ffffff;
  font-size: 13px;
  font-weight: 820;
}

.module-flow::before,
.module-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(32, 211, 245, 0.55);
}

.module-flow::before {
  left: calc(50% - 42px);
}

.module-flow::after {
  right: calc(50% - 42px);
}

.module-image {
  display: block;
  width: 100%;
  height: 310px;
  margin-top: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  background: rgba(7, 17, 31, 0.42);
}

.module-caption {
  margin: 12px 0 0;
  color: #bcd1e8;
  font-size: 13px;
  line-height: 1.55;
}

.carousel-controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.carousel-controls button {
  min-height: 74px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #bcd1e8;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.carousel-controls button:hover {
  transform: translateY(-2px);
  border-color: rgba(32, 211, 245, 0.28);
}

.carousel-controls button.is-active {
  border-color: rgba(32, 211, 245, 0.48);
  background: rgba(32, 211, 245, 0.12);
}

.carousel-controls strong,
.carousel-controls span {
  display: block;
}

.carousel-controls strong {
  margin-bottom: 4px;
  color: #eef7ff;
  font-size: 13px;
}

.carousel-controls span {
  font-size: 12px;
  line-height: 1.4;
}

.code-lines {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #d9ecff;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.code-lines span {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(7, 17, 31, 0.52);
}

.section-bright {
  background: rgba(255, 255, 255, 0.62);
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 1060px;
}

.balanced-title span {
  display: inline;
}

.balanced-title span + span::before {
  content: " ";
}

.keep-phrase {
  white-space: nowrap;
}

.section-heading p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.trust {
  padding-top: 36px;
  padding-bottom: 36px;
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.trust-layout h2 {
  font-size: 30px;
}

.trust-layout p {
  margin-bottom: 0;
  color: var(--muted);
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

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

.stat-cell {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-soft);
}

.stat-cell strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
}

.stat-label {
  display: block;
  color: #475569;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: normal;
}

.pain-grid,
.solution-grid,
.project-grid,
.industry-grid,
.why-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

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

.pain-card,
.solution-card,
.project-card,
.industry-card,
.process-card,
.why-card,
.contact-form,
.contact-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.pain-card,
.industry-card,
.why-card {
  padding: 26px;
}

.solution-card,
.project-card {
  padding: 28px;
}

.pain-card,
.solution-card,
.project-card,
.industry-card,
.process-card,
.why-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pain-card:hover,
.solution-card:hover,
.project-card:hover,
.industry-card:hover,
.process-card:hover,
.why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 98, 208, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.icon-box {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(10, 98, 208, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(10, 98, 208, 0.1), rgba(32, 211, 245, 0.12));
  color: var(--blue);
}

.icon-box svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pain-card p,
.solution-card p,
.project-card p,
.industry-card p,
.process-card p,
.why-card p,
.contact-copy p {
  color: var(--muted);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-card ul,
.solution-card ul,
.project-card ul {
  display: grid;
  gap: 10px;
}

.pain-card li,
.solution-card li,
.project-card li {
  position: relative;
  padding-left: 18px;
  color: #475569;
  font-size: 14px;
}

.pain-card li::before,
.solution-card li::before,
.project-card li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--cyan);
}

.solution-topline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.solution-topline .icon-box {
  margin-bottom: 0;
}

.solution-topline span,
.mini-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.mini-label {
  margin: 22px 0 10px;
}

.text-link {
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-weight: 760;
}

.project-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(20, 184, 133, 0.1);
  color: #0f8d68;
  font-size: 13px;
  font-weight: 760;
}

.project-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

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

.process-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 0;
}

.process-card:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.process-card:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.process-card + .process-card {
  border-left: 0;
}

.process-card span {
  display: block;
  margin-bottom: 46px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 780;
}

.why-section {
  padding-top: 72px;
}

.why-card {
  min-height: 178px;
}

.contact-section {
  padding-bottom: 120px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: 44px;
  align-items: start;
  padding: 42px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(10, 98, 208, 0.08), rgba(32, 211, 245, 0.08)),
    #fff;
  box-shadow: var(--shadow);
}

.contact-copy h2 {
  margin-bottom: 18px;
}

.contact-copy p {
  max-width: 600px;
  font-size: 18px;
}

.contact-note {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  padding: 18px 20px;
}

.contact-note strong {
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.contact-note span {
  font-weight: 700;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(10, 98, 208, 0.56);
  box-shadow: 0 0 0 4px rgba(10, 98, 208, 0.1);
}

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

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

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 48px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 13px;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: var(--navy);
}

@keyframes floatModule {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes slideFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .section-shell,
  .site-header,
  .site-footer {
    padding-right: 28px;
    padding-left: 28px;
  }

  .hero-grid,
  .trust-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .dashboard-card {
    max-width: 760px;
  }

  .trust-layout {
    padding: 24px;
  }

  .pain-grid,
  .solution-grid,
  .industry-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .section-shell {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero {
    padding-top: 64px;
  }

  h1 {
    font-size: 44px;
    white-space: normal;
  }

  h2 {
    font-size: 32px;
  }

  .balanced-title span {
    display: block;
  }

  .balanced-title span + span::before {
    content: "";
  }

  .hero-subtitle,
  .section-heading p,
  .contact-copy p {
    font-size: 16px;
  }

  .project-grid,
  .pain-grid,
  .solution-grid,
  .industry-grid,
  .process-grid,
  .why-grid,
  .dashboard-grid,
  .contact-form,
  .project-columns {
    grid-template-columns: 1fr;
  }

  .process-card,
  .process-card:first-child,
  .process-card:last-child {
    border-radius: var(--radius);
  }

  .process-card + .process-card {
    border-left: 1px solid var(--line);
    margin-top: 12px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .site-header,
  .section-shell,
  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 104px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
    overflow-wrap: break-word;
  }

  .keep-phrase {
    white-space: normal;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .dashboard-header,
  .module-head,
  .module-meta,
  .signal-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .module-image {
    height: 240px;
  }

  .carousel-controls {
    grid-template-columns: 1fr;
  }

  .module-flow {
    grid-template-columns: 1fr;
  }

  .module-flow::before,
  .module-flow::after {
    display: none;
  }

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

  .contact-layout {
    padding: 24px;
  }
}
