@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@900&display=swap");

:root {
  --bg: #fff;
  --ink: #10131a;
  --muted: #59616f;
  --line: #e5e8ee;
  --soft: #f6f7f9;
  --red: #e81b25;
  --green: #159b63;
  --navy: #081a2c;
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
  --font-sans: "Pretendard Variable", Pretendard, -apple-system, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "ss02";
  letter-spacing: -0.005em;
  word-break: keep-all;
}

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

.site-hero {
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.62) 100%),
    radial-gradient(circle at 88% 16%, rgba(229, 9, 20, 0.12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f8fafc 60%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.top-nav {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 72px;
  padding: 0 40px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  color: var(--red);
  display: block;
  flex-shrink: 0;
}

/* C4 wordmark: Outfit Black, slash in brand red. See /brand gallery. */
.wordmark {
  color: var(--ink);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.wordmark-slash {
  color: var(--red);
  margin: 0 0.1em;
}

.lang-toggle {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.04em;
  padding: 6px 14px;
}

.lang-toggle::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 12px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><circle cx='12' cy='12' r='10'/><path d='M2 12h20M12 2a15 15 0 010 20M12 2a15 15 0 000 20'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><circle cx='12' cy='12' r='10'/><path d='M2 12h20M12 2a15 15 0 010 20M12 2a15 15 0 000 20'/></svg>") center/contain no-repeat;
  width: 12px;
}

.lang-toggle:hover {
  background: #fff;
  border-color: var(--ink);
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding: 0 4px;
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.nav-toggle-label span {
  background: var(--ink);
  border-radius: 2px;
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: transform 0.2s ease;
  width: 22px;
}

.nav-cta,
.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
}

.nav-cta,
.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border: 1px solid #cbd2dc;
}

.nav-cta:focus-visible,
.button:focus-visible,
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
  border-radius: 8px;
}

.hero-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 54px 40px 46px;
}

.hero-copy {
  align-self: center;
}

.pill {
  align-items: center;
  background: #fff1f2;
  border-radius: 8px;
  color: var(--red);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 22px;
  min-height: 34px;
  padding: 0 14px;
}

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

h1 {
  font-size: 58px;
  line-height: 1.08;
  margin-bottom: 24px;
  max-width: 780px;
  text-wrap: balance;
}

h2,
h3 {
  text-wrap: balance;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
}

h3 {
  font-size: 22px;
  line-height: 1.3;
}

.hero-subtitle {
  color: #374151;
  font-size: 21px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.proof-row-caption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 28px 0 8px;
  max-width: 640px;
  text-transform: uppercase;
}

.proof-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: 640px;
}

.proof-row div,
.dashboard-stats div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.proof-row dt {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 4px;
}

.proof-row dd {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.hero-visual {
  min-height: 560px;
}

.hero-visual-caption {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.01em;
  margin: 0 auto 12px;
  max-width: 700px;
  text-align: right;
}

.dashboard {
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid #172033;
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin-left: auto;
  max-width: 700px;
  padding: 28px;
}

.dashboard-top,
.run-list li {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dashboard-top {
  border-bottom: 1px solid var(--line);
  font-weight: 900;
  padding-bottom: 18px;
}

.dashboard-top strong,
.run-list em {
  color: var(--green);
  font-style: normal;
}

.dashboard-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
}

.dashboard-stats div {
  background: var(--soft);
}

.dashboard-stats span,
.run-list p {
  color: var(--muted);
  display: block;
  font-size: 13px;
}

.dashboard-stats strong {
  display: block;
  font-size: 26px;
  margin-top: 6px;
}

.run-list ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.run-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.request-stack {
  display: grid;
  gap: 10px;
  margin-left: auto;
  margin-top: 18px;
  width: min(480px, 82%);
}

.request-stack span {
  background: var(--ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-self: start;
  padding: 8px 12px;
}

.request-stack p {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
  font-weight: 800;
  margin: 0;
  padding: 16px 18px;
}

main > section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 72px 40px;
}

.section-heading p {
  color: var(--red);
  font-weight: 900;
  margin-bottom: 10px;
}

.section-heading h2 {
  font-size: 40px;
  line-height: 1.2;
}

.feature-grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.15fr;
}

.product-card,
.approved-preview,
.module-card,
.trust,
.contact,
.flow li,
.seo-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  padding: 34px;
}

.product-icon {
  align-items: center;
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 88px;
  font-size: 38px;
  height: 88px;
  justify-content: center;
}

.product-card h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.product-card p,
.module-card p,
.flow p,
.trust p,
.contact p,
.seo-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.action-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0;
}

.action-grid span {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  padding: 14px;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.approved-preview {
  background: var(--soft);
  overflow: hidden;
}

.approved-preview img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.module-grid,
.flow ol {
  display: grid;
  gap: 18px;
}

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

.module-grid {
  grid-template-columns: 1.6fr 1fr;
  grid-auto-rows: 1fr;
}

.module-card {
  padding: 28px;
}

.module-card:first-child {
  background: var(--soft);
  border-top: 3px solid var(--red);
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 36px;
}

.module-card:first-child p {
  margin-bottom: auto;
}

.module-card:first-child > span {
  align-self: flex-start;
}

.module-card:first-child h3 {
  font-size: 32px;
}

.module-card:first-child p {
  font-size: 16px;
}

.module-card span {
  background: #ecfdf5;
  border-radius: 8px;
  color: var(--green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 10px;
}

.module-card h3 {
  font-size: 26px;
  margin: 20px 0 8px;
}

.flow ol {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow li {
  padding: 26px;
}

.flow strong {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

.trust {
  align-items: start;
  background: var(--soft);
  border-radius: 12px;
  color: var(--ink);
  display: grid;
  gap: 32px;
  grid-template-columns: 0.7fr 1fr;
  padding: 32px 36px;
}

.trust h2 {
  font-size: 26px;
}

.trust p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.trust ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.trust li {
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 0;
}

.trust li::before {
  color: var(--green);
  content: "✓ ";
  font-weight: 800;
}

.seo-copy,
.contact {
  background: #fff5f5;
  text-align: center;
}

.contact {
  margin-bottom: 72px;
}

.contact h2 {
  font-size: 38px;
  margin-bottom: 12px;
}

.home-demo-callout {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.home-demo-callout p:not(.pill) {
  color: var(--muted);
  line-height: 1.7;
}

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

.demo-page {
  background: #f7f8fb;
}

.demo-hero {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 52%, rgba(245, 247, 251, 0.9) 100%),
    linear-gradient(135deg, #fff 0%, #eef2f7 100%);
  border-bottom: 1px solid var(--line);
}

.demo-hero-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 52px 40px 76px;
}

.demo-copy {
  align-self: center;
}

.demo-eyebrow {
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.simulation-note {
  background: #fff;
  border: 1px solid #f4b7bc;
  border-radius: 8px;
  color: #7f1d1d;
  font-weight: 800;
  line-height: 1.6;
  margin: 0 0 26px;
  padding: 16px 18px;
}

.virtual-pc {
  align-self: stretch;
  background: #111827;
  border: 2px solid #0b1220;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #f8fafc;
  min-height: 560px;
  overflow: hidden;
}

.pc-titlebar {
  align-items: center;
  background: #0b1220;
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
}

.pc-titlebar span {
  background: #ef4444;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.pc-titlebar span:nth-child(2) {
  background: #f59e0b;
}

.pc-titlebar span:nth-child(3) {
  background: #10b981;
  margin-right: 10px;
}

.pc-titlebar strong {
  font-size: 13px;
}

.pc-body {
  display: grid;
  gap: 16px;
  grid-template-columns: 210px 1fr;
  min-height: 518px;
  padding: 16px;
}

.pc-sidebar {
  background: #172033;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}

.pc-sidebar p {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.pc-sidebar small {
  color: #a7f3d0;
  font-weight: 800;
}

.pc-workspace {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #1f2937;
  background-size: 36px 36px;
  border-radius: 8px;
  min-height: 486px;
  overflow: hidden;
  position: relative;
}

.pc-window {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  color: var(--ink);
  position: absolute;
}

.window-main {
  left: 34px;
  max-width: 440px;
  padding: 0 18px 18px;
  top: 42px;
  width: calc(100% - 92px);
}

.window-small {
  bottom: 38px;
  max-width: 330px;
  padding: 0 16px 16px;
  right: 26px;
  width: 45%;
}

.window-bar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  margin: 0 -18px 16px;
  min-height: 42px;
  padding: 0 16px;
}

.window-small .window-bar {
  margin-left: -16px;
  margin-right: -16px;
}

.window-bar em {
  color: var(--green);
  font-style: normal;
}

.field-row {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 14px;
}

.field-row span {
  color: var(--muted);
}

.field-row.active {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.1);
}

.pc-window button {
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  min-height: 42px;
  width: 100%;
}

.cursor {
  animation: cursor-demo 5s ease-in-out infinite;
  border-bottom: 18px solid #fff;
  border-left: 12px solid transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  height: 0;
  left: 54%;
  position: absolute;
  top: 55%;
  transform: rotate(-32deg);
  width: 0;
}

@keyframes cursor-demo {
  0%,
  100% {
    left: 28%;
    top: 34%;
  }

  38% {
    left: 54%;
    top: 38%;
  }

  70% {
    left: 72%;
    top: 71%;
  }
}

.demo-section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 72px 40px;
}

.channel-grid,
.demo-loop ol,
.demo-scenarios,
.demo-report,
.demo-real {
  display: grid;
  gap: 18px;
}

.channel-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.channel-grid li,
.demo-loop li,
.demo-scenario,
.demo-report,
.demo-real {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.channel-grid li {
  padding: 22px;
}

.channel-grid span,
.channel-grid em {
  color: var(--muted);
  display: block;
  font-style: normal;
}

.channel-grid strong {
  display: block;
  font-size: 28px;
  margin: 14px 0 8px;
}

.demo-loop ol {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.demo-loop li {
  padding: 24px;
}

.demo-loop li span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.demo-loop li strong {
  display: block;
  font-size: 22px;
  margin: 10px 0;
}

.demo-loop li p,
.demo-scenario span,
.demo-report p,
.demo-real p,
.demo-real li {
  color: var(--muted);
  line-height: 1.65;
}

.demo-scenarios {
  grid-template-columns: 1.6fr 1fr;
  grid-auto-rows: 1fr;
}

.demo-scenario {
  padding: 26px;
}

.demo-scenario:first-child {
  background: var(--soft);
  border-top: 3px solid var(--green);
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1 / span 2;
  padding: 34px;
}

.demo-scenario:first-child h3 {
  font-size: 30px;
}

.demo-scenario:first-child span {
  margin-bottom: auto;
}

.demo-scenario p {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.demo-scenario h3 {
  font-size: 25px;
}

.demo-scenario div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.demo-scenario div span {
  background: var(--soft);
  border-radius: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}

.demo-report,
.demo-real {
  grid-template-columns: 0.75fr 1fr;
  margin: 0 auto 72px;
  max-width: 1360px;
  padding: 42px;
}

.demo-report {
  background: var(--navy);
  color: #fff;
}

.demo-report p {
  color: #d9e4f2;
}

.demo-report ul,
.demo-real ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.demo-report li {
  color: #f8fafc;
  font-weight: 800;
  line-height: 1.6;
}

.demo-real {
  background: #fff;
}

.demo-real .hero-actions {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.ingredient-bridge {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin: 0 auto 72px;
  max-width: 1360px;
  padding: 34px;
}

.ingredient-bridge p:not(.pill) {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.ingredient-hero {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, #fff 0%, #f2f7f3 100%);
  border-bottom: 1px solid var(--line);
}

.ingredient-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: 52px 40px 76px;
}

.ingredient-grid blockquote {
  border-left: 5px solid var(--green);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 24px;
  padding: 8px 0 8px 18px;
}

.browser-demo {
  background: #0d1726;
  border: 2px solid #07111f;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
  overflow: hidden;
}

.browser-top {
  align-items: center;
  background: #07111f;
  display: flex;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
}

.browser-top span {
  background: #ef4444;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.browser-top span:nth-child(2) {
  background: #f59e0b;
}

.browser-top span:nth-child(3) {
  background: #10b981;
  margin-right: 10px;
}

.browser-top strong {
  font-size: 13px;
}

.browser-body {
  display: grid;
  gap: 16px;
  grid-template-columns: 230px 1fr;
  padding: 16px;
}

.browser-body aside {
  background: #172033;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 18px;
}

.browser-body aside p {
  color: #cbd5e1;
  font-weight: 800;
  line-height: 1.55;
}

.browser-body aside ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.browser-body aside li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #e5e7eb;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px;
}

.browser-window {
  background: #f8fafc;
  border-radius: 8px;
  color: var(--ink);
  min-height: 500px;
  padding: 18px;
}

.browser-address {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 12px 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commerce-result,
.approval-stop {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 18px;
}

.commerce-result.selected {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(21, 155, 99, 0.1);
}

.commerce-result span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.commerce-result strong,
.approval-stop strong {
  display: block;
  font-size: 24px;
  margin: 10px 0;
}

.commerce-result p,
.approval-stop p {
  color: var(--muted);
  line-height: 1.6;
}

.approval-stop {
  border-color: #f4b7bc;
}

.approval-stop strong {
  color: var(--red);
}

.ingredient-loop ol {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

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

.ingredient-candidates article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.ingredient-candidates p {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.ingredient-candidates h3 {
  font-size: 25px;
}

.ingredient-candidates span {
  color: var(--muted);
  line-height: 1.65;
}

.evidence-wall {
  background: var(--navy);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.95fr 0.8fr 1fr;
  margin: 0 auto 72px;
  max-width: 1360px;
  padding: 42px;
}

.evidence-wall p {
  color: #d9e4f2;
  line-height: 1.7;
}

.evidence-wall h3 {
  color: #fff;
  margin-bottom: 16px;
}

.artifact-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.artifact-list li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px;
}

.live-attempt {
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.85fr 1.15fr;
  margin: 0 auto 72px;
  max-width: 1360px;
  padding: 42px;
}

.live-attempt p {
  color: var(--muted);
  line-height: 1.7;
}

.live-attempt strong {
  color: var(--red);
}

.live-attempt .artifact-list li {
  background: var(--soft);
  border-color: var(--line);
  color: var(--ink);
}

.live-attempt figure {
  margin: 0;
}

.live-attempt img {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  width: 100%;
}

.live-attempt figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}

.handoff-panel {
  align-self: stretch;
  background: #0d1726;
  border: 2px solid #07111f;
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  padding: 22px;
}

.handoff-state {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  padding: 20px;
}

.handoff-state.active {
  border-color: #fca5a5;
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.14);
}

.handoff-state span {
  color: #fca5a5;
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.handoff-state strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.handoff-state p {
  color: #d9e4f2;
  line-height: 1.6;
  margin: 0;
}

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

.interactive-handoff {
  margin: 0 auto;
  max-width: 1440px;
  padding: 72px 40px;
}

.handoff-console {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.handoff-console-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 18px;
}

.handoff-console-top strong {
  display: block;
  font-size: 20px;
}

.handoff-console-top span {
  color: var(--muted);
  display: block;
  margin-top: 6px;
}

.handoff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.progress-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 180px;
  padding: 18px;
}

.progress-list li span {
  color: var(--red);
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.progress-list li strong {
  display: block;
  margin: 10px 0;
}

.progress-list li p {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.progress-list li.is-active {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.12);
}

.progress-list li.is-done {
  background: #f0fdf4;
  border-color: var(--green);
}

.progress-list li.is-done span {
  color: var(--green);
}

.handoff-result {
  background: #0d1726;
  border-radius: 8px;
  color: #fff;
  margin-top: 22px;
  padding: 24px;
}

.handoff-result .pill {
  margin-bottom: 18px;
}

.handoff-result h3 {
  font-size: 26px;
}

.handoff-result ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.handoff-result li {
  color: #d9e4f2;
  line-height: 1.6;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.code-panel {
  background: #0d1726;
  border-radius: 8px;
  color: #e5e7eb;
  font-family: Consolas, "Courier New", monospace;
  line-height: 1.7;
  margin: 0;
  overflow-x: auto;
  padding: 24px;
}

@media (max-width: 1080px) {
  .nav-toggle-label {
    display: inline-flex;
  }

  .top-nav {
    flex-wrap: wrap;
  }

  .nav-links {
    background: var(--bg);
    border-top: 1px solid var(--line);
    flex-basis: 100%;
    flex-direction: column;
    gap: 0;
    order: 4;
    padding: 8px 0 16px;
  }

  .nav-links a {
    min-height: 48px;
    width: 100%;
  }

  .nav-toggle:not(:checked) ~ .nav-links {
    display: none;
  }

  .hero-grid,
  .demo-hero-grid,
  .ingredient-grid,
  .feature-grid,
  .trust,
  .demo-report,
  .demo-real,
  .home-demo-callout,
  .ingredient-bridge,
  .browser-body,
  .evidence-wall,
  .live-attempt {
    grid-template-columns: 1fr;
  }

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

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

  .request-stack {
    width: 100%;
  }

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

  .pc-body,
  .channel-grid,
  .demo-loop ol,
  .demo-scenarios,
  .ingredient-loop ol,
  .handoff-loop ol,
  .ingredient-candidates {
    grid-template-columns: 1fr;
  }

  .module-card:first-child,
  .demo-scenario:first-child {
    grid-column: auto;
    grid-row: auto;
  }

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

  .handoff-console-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .handoff-actions {
    justify-content: flex-start;
  }

  .virtual-pc {
    min-height: auto;
  }

  .window-main,
  .window-small {
    max-width: none;
    position: relative;
    width: auto;
  }

  .window-main {
    left: auto;
    margin: 22px;
    top: auto;
  }

  .window-small {
    bottom: auto;
    margin: 22px;
    right: auto;
  }
}

@media (max-width: 720px) {
  .top-nav,
  .hero-grid,
  .demo-hero-grid,
  .ingredient-grid,
  .demo-section,
  main > section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-nav {
    min-height: 64px;
  }

  .brand {
    font-size: 24px;
  }

  .nav-cta {
    margin-left: auto;
    margin-right: 8px;
    min-height: 40px;
    padding: 0 16px;
  }

  .hero-grid {
    padding-top: 48px;
  }

  h1 {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .proof-row,
  .dashboard-stats,
  .module-grid,
  .flow ol,
  .action-grid,
  .progress-list {
    grid-template-columns: 1fr;
  }

  .product-card {
    flex-direction: column;
    padding: 24px;
  }

  .section-heading h2,
  .contact h2 {
    font-size: 30px;
  }

  .demo-hero-grid,
  .ingredient-grid,
  .demo-section,
  .interactive-handoff {
    padding-top: 44px;
  }

  .pc-body {
    padding: 12px;
  }

  .pc-sidebar,
  .window-main,
  .window-small {
    margin: 0 0 12px;
  }

  .pc-workspace {
    min-height: auto;
  }

  .cursor {
    display: none;
  }

  .channel-grid strong {
    font-size: 24px;
  }

  .demo-report,
  .demo-real,
  .home-demo-callout,
  .ingredient-bridge,
  .evidence-wall,
  .live-attempt,
  .handoff-console {
    margin-bottom: 40px;
    padding: 26px;
  }

  .browser-window {
    min-height: auto;
  }

  .ingredient-grid blockquote {
    font-size: 19px;
  }
}

.evidence-preview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 90, 10, 0.05), rgba(0, 0, 0, 0));
  border: 1px solid rgba(255, 90, 10, 0.18);
}

.evidence-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.evidence-grid li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.evidence-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  background: #f4f4f4;
}

.evidence-grid span {
  display: block;
  padding: 6px 10px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.approval-gate-note {
  margin-top: 6px;
  font-size: 14px;
  color: #444;
  line-height: 1.55;
}

.approval-gate-note code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 12px;
}

/* ============================================================ */
/* Integrations page (/integrations)                            */
/* ============================================================ */

.integrations-page main.integrations-main {
  margin: 0 auto;
  max-width: 980px;
  padding: 56px 24px 96px;
}

.integrations-hero {
  margin: 0 auto;
  max-width: 980px;
  padding: 56px 24px 24px;
  text-align: left;
}

.integrations-hero h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 12px 0 16px;
  text-wrap: balance;
}

.integrations-hero-sub {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  max-width: 720px;
}

.integrations-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.integration-row {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.integration-row:hover {
  border-color: var(--ink);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}

.integration-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.integration-name {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.integration-name h2 {
  font-size: 28px;
  margin: 0;
}

.integration-region {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.integration-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  white-space: nowrap;
}

.integration-status.status-operating {
  background: #ecfdf5;
  color: var(--green);
}

.integration-status.status-active {
  background: #fef2f2;
  color: var(--red);
}

.integration-status.status-planned {
  background: #eff6ff;
  color: #1d4ed8;
}

.integration-status.status-exploring {
  background: var(--soft);
  color: var(--muted);
}

.integration-headline {
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0;
}

.integration-body {
  color: var(--muted);
  line-height: 1.7;
  margin: 0 0 20px;
}

.integration-adds {
  background: var(--soft);
  border-radius: 8px;
  padding: 18px 22px;
}

.integration-adds-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

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

.integration-adds li {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  padding: 4px 0 4px 22px;
  position: relative;
}

.integration-adds li::before {
  color: var(--red);
  content: "+";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.integrations-footer-cta {
  background: var(--soft);
  border-radius: 12px;
  margin-top: 56px;
  padding: 40px 32px;
  text-align: center;
}

.integrations-footer-cta h2 {
  font-size: 28px;
  margin: 12px 0 12px;
}

.integrations-footer-cta p {
  color: var(--muted);
  margin: 0 auto 20px;
  max-width: 520px;
}

@media (max-width: 760px) {
  .integrations-hero h1 {
    font-size: 32px;
  }
  .integration-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .integration-row {
    padding: 24px;
  }
}

/* Homepage callout linking to /integrations */
.integrations-callout {
  background: var(--ink);
  border-radius: 12px;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.4fr 1fr;
  margin: 0 auto 32px;
  max-width: 1360px;
  padding: 32px 36px;
}

.integrations-callout p.pill {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.integrations-callout h2 {
  color: #fff;
  font-size: 26px;
  margin: 10px 0 8px;
}

.integrations-callout p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.integrations-callout-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.integrations-callout-logo {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
}

.integrations-callout-cta {
  align-self: end;
  background: #fff;
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-top: 16px;
  padding: 10px 20px;
}

@media (max-width: 760px) {
  .integrations-callout {
    grid-template-columns: 1fr;
  }
  .integrations-callout-logos {
    justify-content: flex-start;
  }
}

/* Deep-link anchor highlight — /integrations#ok-pos etc. */
.integration-row:target {
  background: #fff7f7;
  border-color: var(--red);
  box-shadow: 0 12px 36px rgba(232, 27, 37, 0.12);
  scroll-margin-top: 24px;
}

/* Architecture diagram (top of /integrations page) */
.integration-architecture {
  background: linear-gradient(180deg, var(--soft) 0%, #fff 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin: 0 auto 40px;
  padding: 32px 36px;
}

.integration-architecture-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.integration-architecture-head h2 {
  font-size: 22px;
  margin: 0;
}

.integration-architecture-head p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  max-width: 380px;
}

.integration-architecture svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.integration-architecture-legend {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 18px;
  margin-top: 16px;
}

.integration-architecture-legend span::before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
  width: 12px;
}

.legend-channels::before { background: #1d4ed8; }
.legend-winclaw::before { background: var(--red); }
.legend-pos::before { background: var(--ink); }

/* "Deep dive" link on integration cards (shown only for POS with a sub-page) */
.integration-deep-link {
  align-items: center;
  color: var(--red);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-top: 16px;
}

.integration-deep-link:hover {
  text-decoration: underline;
}

/* /integrations/ok-pos deep-dive page */
.okp-page main.okp-main {
  margin: 0 auto;
  max-width: 920px;
  padding: 32px 24px 96px;
}

.okp-hero {
  margin: 0 auto;
  max-width: 920px;
  padding: 56px 24px 16px;
}

.okp-back {
  color: var(--muted);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.okp-back:hover {
  color: var(--ink);
}

.okp-hero h1 {
  font-size: 56px;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 12px 0 16px;
  text-wrap: balance;
}

.okp-hero-sub {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  max-width: 720px;
}

.okp-section {
  border-top: 1px solid var(--line);
  padding: 40px 0;
}

.okp-section:first-child {
  border-top: 0;
}

.okp-section-soft {
  background: var(--soft);
  border-radius: 12px;
  border-top: 0;
  margin: 20px 0;
  padding: 36px 32px;
}

.okp-eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.okp-section h2 {
  font-size: 28px;
  margin: 0 0 20px;
}

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

.okp-block {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.okp-block h3 {
  font-size: 17px;
  margin: 0 0 10px;
}

.okp-block p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.okp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.okp-list li {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  padding: 10px 0 10px 26px;
  position: relative;
}

.okp-list li::before {
  color: var(--red);
  content: "—";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.okp-list-bounds li::before {
  color: var(--ink);
  content: "✕";
  font-weight: 800;
}

.okp-list-roadmap li::before {
  color: var(--green);
  content: "→";
  font-weight: 800;
}

.okp-cta {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-top: 32px;
  padding: 40px 32px;
  text-align: center;
}

.okp-cta h2 {
  font-size: 28px;
  margin: 12px 0 12px;
}

.okp-cta p {
  color: var(--muted);
  margin: 0 auto 24px;
  max-width: 520px;
}

@media (max-width: 760px) {
  .okp-hero h1 {
    font-size: 38px;
  }
  .okp-together {
    grid-template-columns: 1fr;
  }
}

/* Distinctive POS 통합 / POS Stack chip in the homepage nav.
   Separate from .nav-links so it visually pops as the primary
   cross-page entry point. */
.nav-pos-chip {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: -0.005em;
  padding: 8px 14px 8px 12px;
  transition: background 0.15s ease, transform 0.15s ease;
}

.nav-pos-chip:hover {
  background: var(--red);
  transform: translateY(-1px);
}

.nav-pos-chip-dot {
  background: var(--red);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  animation: pos-pulse 2s ease-in-out infinite;
}

.nav-pos-chip:hover .nav-pos-chip-dot {
  background: #fff;
  animation: none;
}

.nav-pos-chip-label {
  line-height: 1;
}

.nav-pos-chip-count {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-left: 4px;
  padding: 2px 6px;
}

@keyframes pos-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* Hide on small screens — too crowded in the hamburger-collapsed nav. */
@media (max-width: 1080px) {
  .nav-pos-chip {
    display: none;
  }
}

/* ==========================================================================
   Spec 108 — owner-pitch homepage + /partners
   ========================================================================== */

.owner-home {
  font-family: 'Inter', 'Pretendard', -apple-system, BlinkMacSystemFont,
    'Segoe UI', sans-serif;
  background: #ffffff;
  color: #0e1116;
  margin: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 32px;
  border-bottom: 1px solid #eaecef;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  z-index: 50;
}
.site-nav .nav-brand {
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #0e1116;
  font-size: 18px;
}
.site-nav .nav-link {
  text-decoration: none;
  color: #4a5260;
  font-weight: 500;
  font-size: 14px;
}
.site-nav .nav-link.active { color: #0e1116; }
.site-nav .nav-link:hover { color: #0e1116; }
.site-nav .nav-cta {
  margin-left: auto;
  background: #0e1116;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.site-nav .nav-cta:hover { background: #2a313d; }
.site-nav .nav-toggle {
  color: #6b7383;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  border: 1px solid #eaecef;
  border-radius: 6px;
}

.hero.owner-hero {
  padding: 96px 32px 72px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.owner-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #0e1116;
}
.owner-hero .hero-sub {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
  color: #4a5260;
  margin: 0 0 36px;
  max-width: 720px;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.cta {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.06s ease;
}
.cta:hover { transform: translateY(-1px); }
.cta.primary { background: #0e1116; color: #ffffff; }
.cta.secondary {
  background: #f5f6f8;
  color: #0e1116;
  border: 1px solid #eaecef;
}

.home-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px;
  border-top: 1px solid #f0f1f3;
}
.home-section h2 {
  font-size: clamp(28px, 3.5vw, 36px);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: #0e1116;
}
.home-section .section-sub {
  font-size: 16px;
  color: #6b7383;
  margin: 0 0 32px;
}

/* §1 이력서 — Resume cards */
.resume-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.resume-card {
  padding: 28px;
  border: 1px solid #eaecef;
  border-radius: 14px;
  background: #fbfcfd;
}
.resume-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  letter-spacing: -0.005em;
}
.resume-card .resume-card-sub {
  font-size: 13px;
  color: #6b7383;
  margin: 0 0 14px;
  font-weight: 500;
}
.resume-card p {
  margin: 0 0 16px;
  color: #2a313d;
  font-size: 15px;
  line-height: 1.55;
}
.resume-card-link {
  color: #0e1116;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #0e1116;
  padding-bottom: 1px;
}

/* §2 근무 영역 — Work areas grid */
.work-areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.work-area {
  padding: 22px;
  border-radius: 12px;
  background: #f5f6f8;
}
.work-area h3 { margin: 0 0 8px; font-size: 16px; }
.work-area p {
  margin: 0;
  font-size: 14px;
  color: #4a5260;
  line-height: 1.5;
}
.privacy-footnote {
  margin-top: 28px;
  padding: 14px 18px;
  font-size: 13px;
  color: #4a5260;
  background: #f0f4f8;
  border-left: 3px solid #6b7383;
  border-radius: 0 8px 8px 0;
}

/* §3 근태 기록 — Time cards */
.time-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.time-card {
  padding: 26px;
  border: 1px solid #eaecef;
  border-radius: 14px;
  background: #ffffff;
}
.time-card h3 { margin: 0 0 10px; font-size: 17px; }
.time-card p {
  margin: 0;
  font-size: 14px;
  color: #4a5260;
  line-height: 1.55;
}
.time-card-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* §4 월급 — Payroll comparison table */
.payroll-section { background: #fbfcfd; }

.payroll-compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin-top: 16px;
  background: #ffffff;
  border: 1px solid #eaecef;
  border-radius: 8px;
  overflow: hidden;
}
.payroll-compare th,
.payroll-compare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eaecef;
  vertical-align: top;
  line-height: 1.45;
}
.payroll-compare thead th {
  background: #f5f6f8;
  font-weight: 600;
  font-size: 13px;
  color: #6b7383;
}
.payroll-compare thead th strong {
  display: block;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #0e1116;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.payroll-compare thead th span {
  display: block;
  font-weight: 500;
  font-size: 12.5px;
  color: #6b7383;
}
.payroll-compare tbody th {
  width: 28%;
  font-weight: 500;
  color: #4a5260;
  background: #fbfcfd;
}
.payroll-compare tbody th strong {
  display: block;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 15px;
  color: #0e1116;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.payroll-compare tbody th span {
  display: block;
  font-size: 12.5px;
  color: #6b7383;
  font-weight: 500;
}
.payroll-compare .payroll-col-a {
  color: #6b7383;
  font-weight: 600;
}
.payroll-compare .payroll-col-b {
  color: #0e1116;
  font-weight: 700;
  font-family: "Outfit", system-ui, sans-serif;
}
.payroll-compare tfoot .payroll-total {
  background: #0e1116;
}
.payroll-compare tfoot .payroll-total th,
.payroll-compare tfoot .payroll-total td {
  color: #ffffff;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 17px;
  border-bottom: none;
  padding: 18px;
}
.payroll-compare tfoot .payroll-total th {
  background: #0e1116;
}
.payroll-compare tfoot .payroll-total .payroll-col-a { color: #c5cad3; }
.payroll-compare tfoot .payroll-total .payroll-col-b { color: #e81b25; }

.payroll-disclaimer {
  margin-top: 16px;
  font-size: 12.5px;
  color: #6b7383;
  line-height: 1.6;
  max-width: 760px;
}

@media (max-width: 680px) {
  .payroll-compare,
  .payroll-compare thead,
  .payroll-compare tbody,
  .payroll-compare tfoot,
  .payroll-compare tr,
  .payroll-compare th,
  .payroll-compare td { display: block; }
  .payroll-compare thead { display: none; }
  .payroll-compare tbody tr {
    border: 1px solid #eaecef;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 4px 0;
  }
  .payroll-compare tbody th { background: transparent; padding-bottom: 4px; }
  .payroll-compare .payroll-col-a,
  .payroll-compare .payroll-col-b {
    padding-top: 4px;
    border: none;
  }
  .payroll-compare .payroll-col-a::before { content: "기업: "; color: #6b7383; font-weight: 500; }
  .payroll-compare .payroll-col-b::before { content: "WinClaw: "; color: #6b7383; font-weight: 500; }
  .payroll-compare tfoot .payroll-total { border-radius: 8px; }
}

/* §5 면접 신청 — Waitlist form */
.interview-section { background: #fbfcfd; }
.waitlist-form {
  display: grid;
  gap: 18px;
  max-width: 640px;
}
.waitlist-form > label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #4a5260;
  font-weight: 500;
}
.form-fieldset {
  border: 1px solid #eaecef;
  border-radius: 10px;
  padding: 16px 18px 14px;
  margin: 0;
  background: #ffffff;
  display: grid;
  gap: 8px;
}
.form-fieldset legend {
  font-weight: 700;
  font-size: 13.5px;
  color: #0e1116;
  padding: 0 6px;
}
.waitlist-form .checkbox-row,
.waitlist-form .radio-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
  font-size: 14px;
  color: #0e1116;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.1s ease;
}
.waitlist-form .checkbox-row:hover,
.waitlist-form .radio-row:hover { background: #f7f8fb; }
.waitlist-form .checkbox-row input,
.waitlist-form .radio-row input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  accent-color: #e81b25;
  margin: 0;
}
.waitlist-form .checkbox-row span,
.waitlist-form .radio-row span { line-height: 1.4; }
.waitlist-form input[type="text"],
.waitlist-form input[type="email"],
.waitlist-form textarea {
  padding: 11px 14px;
  border: 1px solid #d6d9de;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  background: #ffffff;
}
.waitlist-form input:focus,
.waitlist-form textarea:focus {
  outline: 2px solid #0e1116;
  outline-offset: -1px;
  border-color: #0e1116;
}
.waitlist-form button {
  margin-top: 8px;
  padding: 13px 24px;
  background: #0e1116;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  justify-self: start;
}
.waitlist-form button:hover { background: #2a313d; }

/* Footer */
.site-footer {
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 32px;
  border-top: 1px solid #eaecef;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 13px;
}
.site-footer a {
  color: #6b7383;
  text-decoration: none;
}
.site-footer a:hover { color: #0e1116; }

/* /partners page — persona sections + POS cards */
.persona-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 32px;
  border-top: 1px solid #f0f1f3;
}
.persona-section h2 {
  font-size: clamp(26px, 3.2vw, 32px);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.persona-section h3 {
  font-size: 18px;
  color: #4a5260;
  margin: 0 0 16px;
  font-weight: 600;
}
.persona-section > p {
  font-size: 15px;
  color: #4a5260;
  line-height: 1.6;
  max-width: 740px;
}
.persona-section .offers {
  margin: 22px 0;
  padding-left: 20px;
}
.persona-section .offers li {
  margin: 6px 0;
  color: #2a313d;
  font-size: 15px;
}

.pos-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.pos-card {
  padding: 22px;
  border: 1px solid #eaecef;
  border-radius: 12px;
  background: #fbfcfd;
}
.pos-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 12px;
}
.pos-card-head h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.pos-region {
  font-size: 11px;
  color: #6b7383;
  margin-left: 6px;
  font-weight: 500;
}
.pos-status {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.pos-status.status-operating { background: #d8f3df; color: #1b5e2c; }
.pos-status.status-active    { background: #dde9ff; color: #1c3d8f; }
.pos-status.status-planned   { background: #fff2d1; color: #7a4900; }
.pos-status.status-exploring { background: #f0f1f3; color: #4a5260; }
.pos-card .pos-headline {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #0e1116;
}
.pos-card .pos-body {
  font-size: 13px;
  line-height: 1.55;
  color: #4a5260;
  margin: 0 0 12px;
}
.pos-card .pos-adds {
  margin: 0;
  padding-left: 18px;
  font-size: 12.5px;
  color: #4a5260;
}
.pos-card .pos-adds li { margin: 3px 0; }

/* /partners contact form */
.contact-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 32px 100px;
  border-top: 1px solid #f0f1f3;
  background: #fbfcfd;
}
.partner-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 24px;
}
.partner-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #4a5260;
  font-weight: 500;
}
.partner-form select,
.partner-form input,
.partner-form textarea {
  padding: 11px 14px;
  border: 1px solid #d6d9de;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
  background: #ffffff;
}
.partner-form button {
  padding: 12px 22px;
  background: #0e1116;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  justify-self: start;
}

/* ===== 3-act scroll-snap hero (spec 108 PR-9) ============================ */
html { scroll-behavior: smooth; }
.owner-home { scroll-snap-type: y proximity; }

.three-act-hero { display: block; }

.act {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  min-height: 100vh;
  min-height: 100svh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
  position: relative;
  border-top: 1px solid #f0f1f3;
}
.act:first-child { border-top: none; padding-top: 64px; }

@media (max-width: 860px) {
  .act {
    grid-template-columns: 1fr;
    padding: 56px 24px 80px;
    gap: 32px;
  }
}

.act-copy h1, .act-copy h2 {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #0e1116;
}

.act-copy .hero-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: #4a5260;
  margin: 0 0 32px;
  max-width: 560px;
}

.act-copy-narrow {
  max-width: 880px;
  margin: 0 auto 36px;
  text-align: center;
}
.act-copy-narrow h2 { font-size: clamp(28px, 4vw, 42px); }
.act-copy-narrow .hero-sub { margin: 0 auto; max-width: 680px; }

.act-next-hint {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  color: #6b7280;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.65;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.act-next-hint:hover { opacity: 1; color: #e81b25; }

/* ----- A막 — 이력서 폼 ----------------------------------------- */
.resume-document {
  background: #ffffff;
  border: 1px solid #d4d8de;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(14, 17, 22, 0.10);
  padding: 28px 32px 32px;
  position: relative;
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
  max-width: 520px;
  width: 100%;
  justify-self: center;
}
.resume-doc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 2px solid #0e1116;
  padding-bottom: 14px;
  margin-bottom: 22px;
  gap: 16px;
}
.resume-doc-title {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.4em;
  color: #0e1116;
  text-transform: uppercase;
}
.resume-doc-stamp {
  display: inline-block;
  border: 2px solid #e81b25;
  color: #e81b25;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 12px;
  letter-spacing: 0.18em;
  transform: rotate(-8deg);
  border-radius: 4px;
  font-family: "Outfit", system-ui, sans-serif;
  white-space: nowrap;
}
.resume-doc-body {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px 22px;
}
.resume-photo-box {
  width: 96px;
  height: 116px;
  border: 1px solid #d4d8de;
  background: #f7f8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e1116;
}
.resume-photo-box svg { width: 64%; height: 64%; }
.resume-doc-fields {
  display: grid;
  grid-template-columns: 64px 1fr;
  row-gap: 8px;
  column-gap: 14px;
  margin: 0;
  font-size: 13.5px;
  align-content: start;
}
.resume-doc-fields dt {
  color: #6b7280;
  font-weight: 600;
  padding: 4px 8px;
  background: #f5f6f8;
  border-radius: 3px;
  text-align: center;
  font-size: 12.5px;
}
.resume-doc-fields dd {
  margin: 0;
  color: #0e1116;
  font-weight: 600;
  border-bottom: 1px dashed #d4d8de;
  padding: 4px 0 6px;
  line-height: 1.4;
}

/* ----- B막 — 빈 임원실 + WinClaw 한 자리 ----------------------- */
.act-b .act-copy h2 { font-size: clamp(32px, 4.4vw, 50px); }
.boardroom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  background: #f5f6f8;
  border: 1px solid #eaecef;
  border-radius: 14px;
  padding: 28px;
}
.seat {
  background: #ffffff;
  border: 1px solid #eaecef;
  border-radius: 8px;
  padding: 20px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  font-family: "Outfit", system-ui, sans-serif;
}
.seat strong {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #0e1116;
}
.seat span {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
  font-family: "Pretendard", "Noto Sans KR", system-ui, sans-serif;
}
.seat-empty {
  opacity: 0.5;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 6px, #f5f6f8 6px, #f5f6f8 12px);
}
.seat-winclaw {
  grid-column: span 4;
  background: #0e1116;
  color: #ffffff;
  border-color: #0e1116;
  padding: 24px 16px;
  position: relative;
  gap: 6px;
  min-height: 120px;
}
.seat-winclaw strong { font-size: 26px; color: #ffffff; font-weight: 900; }
.seat-winclaw .seat-slash { color: #e81b25; }
.seat-winclaw span { color: #c5cad3; font-size: 13px; }
.seat-winclaw svg {
  width: 36px;
  height: 36px;
  color: #ffffff;
}
@media (max-width: 540px) {
  .boardroom { grid-template-columns: repeat(2, 1fr); }
  .seat-winclaw { grid-column: span 2; }
}

/* ----- C막 — 5축 그리드 ---------------------------------------- */
.act-c {
  display: block;
  padding-top: 72px;
}
.five-axis-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .five-axis-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .five-axis-grid { grid-template-columns: repeat(2, 1fr); }
}
.axis-card {
  background: #ffffff;
  border: 1px solid #eaecef;
  border-radius: 12px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
}
.axis-card .axis-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #e81b25;
  border: 2px solid #e81b25;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.axis-card h3 {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin: 0;
  color: #0e1116;
}
.axis-card .axis-sub {
  font-size: 13px;
  color: #4a5260;
  font-weight: 600;
  margin: 0;
}
.axis-card p:last-child {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}
/* axis ⑤ 회수 — 검은 패널로 강조 (오펜시브 톤) */
.axis-card:nth-child(5) { background: #0e1116; border-color: #0e1116; }
.axis-card:nth-child(5) h3 { color: #ffffff; }
.axis-card:nth-child(5) .axis-sub { color: #c5cad3; }
.axis-card:nth-child(5) p:last-child { color: #9ca3af; }
.axis-card:nth-child(5) .axis-num {
  background: #0e1116;
  border-color: #e81b25;
  color: #e81b25;
}

/* Deprecated old hero shell (kept harmless) */
.hero.owner-hero { display: none; }

