@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 entries (Phase C: 경력 이력서 톤) */
.resume-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}
.resume-card {
  padding: 24px 26px 26px;
  border: 1px solid #e3e6ec;
  border-left: 3px solid var(--red);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 6px 18px rgba(15,23,42,0.04);
  display: flex;
  flex-direction: column;
  position: relative;
}
.resume-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #e3e6ec;
  padding-bottom: 8px;
}
.resume-code {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--red);
}
.resume-period {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #6b7383;
  font-weight: 600;
}
.resume-card h3 {
  margin: 4px 0 4px;
  font-size: 19px;
  letter-spacing: -0.01em;
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-weight: 900;
}
.resume-card .resume-card-sub {
  font-size: 13px;
  color: #4a5260;
  margin: 0 0 14px;
  font-weight: 600;
  line-height: 1.45;
}
.resume-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}
.resume-skill {
  display: inline-block;
  background: #f3f4f7;
  color: #2a313d;
  border: 1px solid #e3e6ec;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.resume-quote {
  margin: 0 0 16px;
  padding: 10px 14px;
  background: #fafbfc;
  border-left: 2px solid #d9dde4;
  color: #2a313d;
  font-size: 13.5px;
  font-style: italic;
  line-height: 1.55;
}
.resume-card-link {
  color: #0e1116;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #0e1116;
  padding-bottom: 1px;
  margin-top: auto;
  align-self: flex-start;
}

/* §2 희망 근무 영역 — Phase D: 특A급 인재 톤 */
.work-areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.work-area {
  padding: 22px 22px 24px;
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #f8f9fb 100%);
  position: relative;
  display: flex;
  flex-direction: column;
}
.work-area-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4px;
}
.work-fit {
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: #fff;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  padding: 3px 9px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(232,27,37,0.22);
}
.work-area h3 {
  margin: 0 0 4px;
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.005em;
}
.work-area .work-sub {
  margin: 0 0 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: #6b7383;
  letter-spacing: 0.01em;
}
.work-area .work-body {
  margin: 0 0 14px;
  font-size: 14px;
  color: #2a313d;
  line-height: 1.55;
}
.work-quals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.work-quals li {
  background: #f0f2f5;
  border: 1px solid #e3e6ec;
  color: #2a313d;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.work-quals li::before {
  content: "✓ ";
  color: var(--red);
  font-weight: 900;
}
.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 검증된 업무 매트릭스 — compact representative coverage */
.coverage-matrix-section {
  background: #fbfcfd;
}
.matrix-head {
  align-items: flex-start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 28px;
}
.matrix-head .section-sub {
  margin-bottom: 0;
  max-width: 760px;
}
.matrix-score {
  background: #0e1116;
  border-radius: 8px;
  color: #ffffff;
  min-width: 178px;
  padding: 18px 20px;
  text-align: left;
}
.matrix-score strong {
  display: block;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}
.matrix-score span {
  color: #cbd5e1;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.matrix-score a {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  margin-top: 14px;
  min-height: 34px;
  padding: 0 12px;
}
.matrix-score a:hover {
  background: rgba(255,255,255,0.08);
}
.matrix-use-cases {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e3e6ec;
  border-radius: 8px;
  background: #e3e6ec;
}
.matrix-use-case {
  background: #ffffff;
  min-height: 220px;
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
}
.matrix-axis {
  align-self: flex-start;
  border: 1px solid #d9dde4;
  border-radius: 999px;
  color: #59616f;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
  padding: 6px 9px;
}
.matrix-use-case h3 {
  color: #0e1116;
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 9px;
}
.matrix-use-case p {
  color: #4a5260;
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0 0 16px;
}
.matrix-use-case strong {
  border-top: 1px solid #eef0f3;
  color: var(--red);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  margin-top: auto;
  padding-top: 12px;
}

.matrix-page {
  background: #fbfcfd;
}
.matrix-hero {
  background: #0e1116;
  color: #ffffff;
  margin: 0;
  padding: 88px 32px 74px;
  text-align: center;
}
.matrix-hero h1 {
  color: #ffffff;
  font-size: clamp(36px, 5vw, 62px);
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}
.matrix-hero > p:not(.pill) {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 760px;
}
.matrix-hero-score {
  align-items: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  display: inline-flex;
  gap: 14px;
  min-height: 58px;
  padding: 0 20px;
}
.matrix-hero-score strong {
  color: #ffffff;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
}
.matrix-hero-score span {
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 800;
}
.matrix-full-section,
.matrix-detail-section {
  background: #ffffff;
}
.matrix-full-section {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.matrix-full-grid,
.matrix-detail-table {
  border: 1px solid #e3e6ec;
  border-collapse: collapse;
  width: 100%;
}
.matrix-full-grid th,
.matrix-full-grid td,
.matrix-detail-table th,
.matrix-detail-table td {
  border-bottom: 1px solid #e3e6ec;
  border-right: 1px solid #e3e6ec;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.matrix-full-grid thead th,
.matrix-detail-table thead th {
  background: #f5f6f8;
  color: #59616f;
  font-size: 12px;
  font-weight: 900;
}
.matrix-full-grid tbody th {
  background: #fbfcfd;
  color: #0e1116;
  font-size: 12px;
  white-space: nowrap;
}
.matrix-full-grid {
  min-width: 720px;
}
.matrix-full-grid td {
  font-size: 18px;
  text-align: center;
}
.matrix-detail-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.matrix-detail-table {
  min-width: 880px;
}
.matrix-detail-table tbody th {
  color: var(--red);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 13px;
}
.matrix-detail-table td {
  color: #2a313d;
  font-size: 13px;
  line-height: 1.45;
}
.matrix-detail-table td:first-child {
  color: #59616f;
  font-size: 12px;
  white-space: nowrap;
}
.matrix-evidence-note {
  color: #59616f;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 16px 0 0;
}

/* §3 근태 기록 — Time entries (Phase E: 성실수행 체크리스트 톤) */
.time-entries {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.time-entry {
  padding: 22px 24px 24px;
  border: 1px solid #e3e6ec;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  position: relative;
}
.time-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(21,155,99,0.08);
  border: 1px solid rgba(21,155,99,0.3);
  color: #0f7d4f;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.time-check-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
}
.time-entry h3 {
  margin: 0 0 6px;
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-weight: 900;
  font-size: 16.5px;
  letter-spacing: -0.005em;
}
.time-entry p {
  margin: 0;
  font-size: 13.5px;
  color: #4a5260;
  line-height: 1.55;
}
/* Legacy 2-card grid retained for any other surface */
.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; }
}

@media (max-width: 980px) {
  .matrix-use-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .matrix-head {
    grid-template-columns: 1fr;
  }
  .matrix-score {
    width: 100%;
  }
  .matrix-use-cases {
    grid-template-columns: 1fr;
  }
  .matrix-use-case {
    min-height: 0;
  }
}

/* §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막 — 이력서 폼 ----------------------------------------- */
/* act-A 우측 visual: gpt-image-2 종이/그리드 backdrop 위에 실제 이력서 카드 overlay */
.act-a .act-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 32px 0;
}
.act-a .act-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/illustrations/act-A-bg.png?v=20260526a");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  filter: grayscale(0.25) contrast(0.95);
  opacity: 0.55;
  z-index: 0;
}
.act-a .act-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247,248,251,0.35) 0%, rgba(247,248,251,0.75) 100%);
  border-radius: 8px;
  z-index: 0;
  pointer-events: none;
}
.resume-document {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d4d8de;
  border-radius: 4px;
  box-shadow: 0 22px 56px rgba(14, 17, 22, 0.18);
  padding: 28px 32px 32px;
  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-color: #0e1116;
  background-image:
    linear-gradient(180deg, rgba(14,17,22,0.30) 0%, rgba(14,17,22,0.65) 100%),
    url("/static/illustrations/act-B-bg.png?v=20260526a");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #0e1116;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 22px 56px rgba(14, 17, 22, 0.22);
}
.boardroom .seat:not(.seat-winclaw) {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f0f1f3;
  backdrop-filter: blur(4px);
}
.boardroom .seat:not(.seat-winclaw) strong { color: #ffffff; }
.boardroom .seat:not(.seat-winclaw) span { color: #c5cad3; }
.boardroom .seat-empty {
  opacity: 0.7;
  background:
    repeating-linear-gradient(45deg,
      rgba(255,255,255,0.04) 0,
      rgba(255,255,255,0.04) 6px,
      rgba(255,255,255,0.10) 6px,
      rgba(255,255,255,0.10) 12px);
}
.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: 280px;
  overflow: hidden;
}
/* Option B: each card's header is its own slice of the 5-panel mood strip.
   act-C-bg.png is 1536x1024, 5 panels horizontally. Slice via 500% width
   + background-position-x at 0/25/50/75/100%. Bleed via negative margins. */
.axis-card::before {
  content: "";
  display: block;
  height: 120px;
  margin: -22px -18px 6px;
  background-image: url("/static/illustrations/act-C-bg.png?v=20260526a");
  background-size: 500% auto;
  background-repeat: no-repeat;
  background-position: 0% center;
  filter: grayscale(0.15) contrast(0.95);
}
.axis-card:nth-child(1)::before { background-position:   0% center; }
.axis-card:nth-child(2)::before { background-position:  25% center; }
.axis-card:nth-child(3)::before { background-position:  50% center; }
.axis-card:nth-child(4)::before { background-position:  75% center; }
.axis-card:nth-child(5)::before { background-position: 100% center; }
.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; }

/* ================================================================== */
/* PR-11 — Demo-aligned dark hero band                                */
/* ================================================================== */
/* Mockup B (Dark Hero Marquee) extracted into shared tokens. Applies */
/* a navy hero band + white nav + red EMPLOYED stamp to owner home,   */
/* /partners, and /demo so the three pages share /demo's visual       */
/* DNA: cool gray base, single red accent #e81b25, dark hero band.    */

/* --- shared top-nav on dark hero --- */
/* nav sits OUTSIDE the hero <section> on /, /partners (HTML structure
   constraint), so we paint the nav with the same dark navy + red glow
   so it reads as one continuous band with the hero below. /demo nests
   nav inside .demo-hero so it already inherits the gradient there. */
body.owner-home .top-nav,
.partners-page .top-nav,
.demo-page .top-nav {
  background:
    radial-gradient(circle at 82% 50%, rgba(232,27,37,0.10), transparent 60%),
    linear-gradient(180deg, #050b18 0%, #061425 100%);
  position: relative;
  z-index: 3;
  padding-top: 14px;
  padding-bottom: 14px;
  flex-wrap: wrap;
  min-height: 0;
  row-gap: 12px;
  align-items: center;
}
/* nav-links must stay visible at every viewport on every page that
   uses .top-nav. The legacy hamburger rule at styles.css:1578 hides
   them ≤720px because owner home / /partners / /demo don't ship a
   nav-toggle checkbox. Force flex with !important on every breakpoint. */
body.owner-home .top-nav .nav-links,
.partners-page .top-nav .nav-links,
.demo-page .top-nav .nav-links {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 26px;
  background: transparent;
  border-top: 0;
  padding: 0;
}
body.owner-home .top-nav .nav-links a,
.partners-page .top-nav .nav-links a,
.demo-page .top-nav .nav-links a {
  min-height: auto;
  width: auto;
  font-size: 14px;
  white-space: nowrap;
}
/* Tablet / narrow desktop / mobile: push nav-links to a wrapped second
   row so brand + lang + CTA always have space on the top row. */
@media (max-width: 1100px) {
  body.owner-home .top-nav,
  .partners-page .top-nav,
  .demo-page .top-nav {
    padding-left: 20px;
    padding-right: 20px;
    gap: 12px;
  }
  body.owner-home .top-nav .nav-links,
  .partners-page .top-nav .nav-links,
  .demo-page .top-nav .nav-links {
    order: 99;
    width: 100%;
    gap: 22px;
    justify-content: flex-start;
  }
  body.owner-home .top-nav .lang-toggle,
  .partners-page .top-nav .lang-toggle,
  .demo-page .top-nav .lang-toggle {
    margin-left: auto;
  }
}
@media (max-width: 720px) {
  body.owner-home .top-nav,
  .partners-page .top-nav,
  .demo-page .top-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.owner-home .top-nav .nav-links,
  .partners-page .top-nav .nav-links,
  .demo-page .top-nav .nav-links {
    gap: 18px;
  }
}
/* (Old transparent .demo-page .top-nav rule removed — the unified dark
   navy background above now applies to /demo + /demo/ingredient-reorder
   too, so the nav stays readable on pages that don't nest it inside
   the hero gradient.) */
body.owner-home .top-nav .wordmark,
.partners-page .top-nav .wordmark,
.demo-page .top-nav .wordmark { color: #fff; }
body.owner-home .top-nav .nav-links a,
.partners-page .top-nav .nav-links a,
.demo-page .top-nav .nav-links a {
  color: #d9e4f2;
  font-weight: 700;
}
body.owner-home .top-nav .nav-links a[aria-current="page"],
.partners-page .top-nav .nav-links a[aria-current="page"],
.demo-page .top-nav .nav-links a[aria-current="page"] {
  color: #fff;
}
body.owner-home .top-nav .lang-toggle,
.partners-page .top-nav .lang-toggle,
.demo-page .top-nav .lang-toggle {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: #fff;
}
body.owner-home .top-nav .lang-toggle:hover,
.partners-page .top-nav .lang-toggle:hover,
.demo-page .top-nav .lang-toggle:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.32);
}

/* --- owner home: dark hero band on act-A --- */
body.owner-home {
  background: var(--bg);
}
body.owner-home .three-act-hero {
  /* turn the first act-A act into the dark marquee band, keep B/C unchanged */
  background: transparent;
}
.three-act-hero .act.act-a {
  background:
    radial-gradient(circle at 82% 18%, rgba(232,27,37,0.18), transparent 42%),
    radial-gradient(circle at 12% 88%, rgba(232,27,37,0.08), transparent 50%),
    linear-gradient(180deg, #050b18 0%, #081a2c 70%, #0d1f33 100%);
  color: #fff;
  border-bottom: 1px solid #122236;
}
.three-act-hero .act.act-a .act-copy h1,
.three-act-hero .act.act-a #act-a-h1 { color: #fff; }
.three-act-hero .act.act-a .hero-sub { color: #cbd5e1; }
.three-act-hero .act.act-a .hero-ctas .cta.primary {
  background: var(--red);
  color: #fff;
}
.three-act-hero .act.act-a .hero-ctas .cta.secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.three-act-hero .act.act-a .hero-ctas .cta.secondary:hover {
  background: rgba(255,255,255,0.08);
}
.three-act-hero .act.act-a .act-next-hint {
  color: #94a3b8;
  border-color: rgba(255,255,255,0.22);
}
/* PR-14: revive act-A backdrop with new dark-desk illustration tuned to
   the dark hero band. ::before sits behind the resume document so the
   warm lamp glow + paper stack peek out around the floating card. */
.three-act-hero .act.act-a .act-visual::before {
  background-image: url("/static/illustrations/act-A-bg.png?v=20260526a") !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.55 !important;
  mix-blend-mode: screen;
}
.three-act-hero .act.act-a .act-visual::after { opacity: 0 !important; }
/* lift the resume document so it floats as a sharp card on the dark band */
.three-act-hero .act.act-a .resume-document {
  background: #fdfcf7;
  color: var(--ink);
  box-shadow:
    0 36px 96px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.06);
  position: relative;
  padding: 32px 36px 36px;
  max-width: 540px;
}
/* tighter header — bigger title, no over-spaced kerning */
.three-act-hero .act.act-a .resume-doc-head {
  border-bottom-width: 3px;
  border-bottom-color: var(--ink);
  padding-bottom: 18px;
  margin-bottom: 26px;
  align-items: center;
}
.three-act-hero .act.act-a .resume-doc-title {
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.three-act-hero .act.act-a .resume-doc-title::after {
  content: " · EMPLOYEE №1";
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #9ca3af;
  font-weight: 700;
  margin-left: 8px;
  vertical-align: middle;
}
/* hide inline stamp text — replace with a real EMPLOYED stamp pseudo */
.three-act-hero .act.act-a .resume-doc-head .resume-doc-stamp { display: none; }
.three-act-hero .act.act-a .resume-document::after {
  content: "EMPLOYED";
  position: absolute;
  top: 22px;
  right: 24px;
  border: 3px solid var(--red);
  color: var(--red);
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.22em;
  padding: 10px 18px;
  transform: rotate(-10deg);
  background: rgba(232,27,37,0.05);
  opacity: 0.92;
  z-index: 2;
  pointer-events: none;
  box-shadow: inset 0 0 0 1.5px rgba(232,27,37,0.25);
}
/* photo-box: bigger brand mark + small caption beneath */
.three-act-hero .act.act-a .resume-doc-body {
  grid-template-columns: 120px 1fr;
  gap: 18px 28px;
}
.three-act-hero .act.act-a .resume-photo-box {
  width: 120px;
  height: 144px;
  background: var(--ink);
  border-color: var(--ink);
  position: relative;
  color: #fff;
}
/* PR-14: replace SVG-only photo with the gpt-image-2 employee ID
   placeholder (dark navy + tiny terminal-window icon + red LED dot +
   warm rim light). SVG is kept underneath as a fallback if the image
   404s. */
.three-act-hero .act.act-a .resume-photo-box {
  background-image: url("/static/illustrations/resume-photo.png?v=20260526a");
  background-size: cover;
  background-position: center;
}
.three-act-hero .act.act-a .resume-photo-box svg { display: none; }
.three-act-hero .act.act-a .resume-photo-box::after {
  content: "AI · LOCAL";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: var(--red);
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
/* fields: cleaner table — drop dt chip background, larger dd */
.three-act-hero .act.act-a .resume-doc-fields {
  grid-template-columns: 70px 1fr;
  row-gap: 0;
  align-content: stretch;
  font-size: 14px;
}
.three-act-hero .act.act-a .resume-doc-fields dt {
  background: transparent;
  border-radius: 0;
  text-align: left;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b7280;
  border-bottom: 1px solid #e7e3d5;
  align-self: stretch;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.three-act-hero .act.act-a .resume-doc-fields dd {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  border-bottom: 1px solid #e7e3d5;
  padding: 12px 0;
  line-height: 1.4;
}
.three-act-hero .act.act-a .resume-doc-fields dt:last-of-type,
.three-act-hero .act.act-a .resume-doc-fields dd:last-of-type { border-bottom: 0; }

/* ----- ACT B 보드룸 재디자인 — cinematic glow + chrome seats --- */
.three-act-hero .act.act-b .boardroom {
  background-color: #04070d;
  background-image:
    radial-gradient(ellipse at 50% -20%, rgba(255,180,90,0.18), transparent 60%),
    radial-gradient(ellipse at 80% 110%, rgba(232,27,37,0.12), transparent 55%),
    linear-gradient(180deg, rgba(8,17,32,0.4) 0%, rgba(4,9,18,0.85) 100%),
    url("/static/illustrations/act-B-bg.png?v=20260526a");
  background-blend-mode: normal, normal, multiply, normal;
  background-size: cover;
  background-position: center;
  padding: 36px 32px 40px;
  border: 1px solid #1a2233;
  box-shadow:
    0 40px 100px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.04);
  position: relative;
}
.three-act-hero .act.act-b .boardroom::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 70%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(255,200,120,0.12), transparent 70%);
  transform: translateX(-50%);
  pointer-events: none;
}
.three-act-hero .act.act-b .boardroom .seat:not(.seat-winclaw) {
  background:
    linear-gradient(180deg, rgba(40,52,72,0.55) 0%, rgba(20,28,42,0.85) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 6px 20px rgba(0,0,0,0.35);
  min-height: 200px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
/* portrait fills the top 65% of the seat, label band below */
.three-act-hero .act.act-b .boardroom .seat:not(.seat-winclaw) .seat-photo {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center top;
  background-color: #1a2335;
  filter: contrast(1.02) saturate(0.95);
}
.three-act-hero .act.act-b .boardroom .seat:not(.seat-winclaw) .seat-role {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  color: var(--red);
  margin: 10px 12px 2px;
  text-transform: uppercase;
}
.three-act-hero .act.act-b .boardroom .seat:not(.seat-winclaw) .seat-name {
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #f1f5f9;
  margin: 0 12px 2px;
  font-family: "Pretendard Variable", Pretendard, system-ui, sans-serif;
  font-weight: 800;
}
.three-act-hero .act.act-b .boardroom .seat:not(.seat-winclaw) .seat-label {
  color: #94a3b8;
  font-size: 11px;
  letter-spacing: 0.06em;
  margin: 0 12px 14px;
  font-weight: 600;
}

/* act-C kicker — small punchy line above the H2 */
.three-act-hero .act.act-c .act-c-kicker {
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 14px;
  text-align: center;
}
.three-act-hero .act.act-b .boardroom .seat-empty {
  opacity: 0.92;
  background:
    linear-gradient(180deg, rgba(60,76,100,0.45) 0%, rgba(18,26,40,0.85) 100%);
}
.three-act-hero .act.act-b .boardroom .seat-winclaw {
  background:
    radial-gradient(circle at 50% 0%, rgba(232,27,37,0.18), transparent 60%),
    linear-gradient(180deg, #050a14 0%, #0a0f1c 100%);
  border: 1.5px solid var(--red);
  box-shadow:
    0 0 60px rgba(232,27,37,0.25),
    inset 0 0 40px rgba(232,27,37,0.06),
    0 12px 32px rgba(0,0,0,0.5);
  min-height: 140px;
  padding: 28px 16px;
}
.three-act-hero .act.act-b .boardroom .seat-winclaw strong {
  font-size: 30px;
  color: #fff;
}
.three-act-hero .act.act-b .boardroom .seat-winclaw .seat-slash {
  color: var(--red);
  margin: 0 0.08em;
}
.three-act-hero .act.act-b .boardroom .seat-winclaw span {
  color: #94a3b8;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 4px;
}
.three-act-hero .act.act-b .boardroom .seat-winclaw svg {
  width: 42px;
  height: 42px;
  color: #fff;
}
/* EMPLOYED stamp on boardroom */
.three-act-hero .act.act-b .boardroom::after {
  content: "EMPLOYED";
  position: absolute;
  bottom: 22px;
  right: 30px;
  border: 3px solid var(--red);
  color: var(--red);
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.22em;
  padding: 10px 18px;
  transform: rotate(-9deg);
  background: rgba(232,27,37,0.06);
  opacity: 0.88;
  pointer-events: none;
  z-index: 3;
}

/* ----- ACT C 5축 — 카드 크게 + mood strip 강화 ------------------ */
.three-act-hero .act.act-c .axis-card {
  min-height: 380px;
  padding: 22px 20px;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(15,23,42,0.06);
}
.three-act-hero .act.act-c .axis-card::before {
  height: 200px;
  margin: -22px -20px 16px;
  filter: grayscale(0.05) contrast(1.05) brightness(0.95);
  position: relative;
}
.three-act-hero .act.act-c .axis-card::before {
  box-shadow: inset 0 -40px 60px -20px rgba(0,0,0,0.45);
}
.three-act-hero .act.act-c .axis-card h3 {
  font-size: 22px;
  margin-top: 4px;
}
.three-act-hero .act.act-c .axis-card .axis-sub {
  font-size: 14px;
}
.three-act-hero .act.act-c .axis-card p:last-child {
  font-size: 13.5px;
  line-height: 1.6;
  margin-top: 6px;
}
.three-act-hero .act.act-c .axis-card .axis-num {
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-width: 2.5px;
}

/* --- /partners: dark hero band --- */
.partners-page {
  background: var(--bg);
}
.partners-page .hero {
  background:
    radial-gradient(circle at 80% 22%, rgba(232,27,37,0.16), transparent 44%),
    linear-gradient(180deg, #061325 0%, #081a2c 75%, #0c1d30 100%);
  color: #fff;
  padding: 36px 40px 80px;
  margin: 0;
  border-bottom: 1px solid #122236;
}
.partners-page .hero h1 {
  color: #fff;
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 auto 16px;
  max-width: 1440px;
}
.partners-page .hero .hero-sub,
.partners-page .hero p {
  color: #cbd5e1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

/* --- /demo: dark hero band aligned with home --- */
.demo-page {
  background: var(--bg);
}
.demo-page .demo-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(232,27,37,0.18), transparent 42%),
    linear-gradient(180deg, #050b18 0%, #081a2c 70%, #0d1f33 100%);
  border-bottom: 1px solid #122236;
  color: #fff;
}
.demo-page .demo-hero h1,
.demo-page .demo-hero .demo-eyebrow,
.demo-page .demo-hero .hero-subtitle,
.demo-page .demo-hero p { color: #fff; }
.demo-page .demo-hero .demo-eyebrow { color: var(--red); }
.demo-page .demo-hero .hero-subtitle { color: #cbd5e1; }
.demo-page .demo-hero .simulation-note {
  background: rgba(232,27,37,0.10);
  border: 1px solid rgba(232,27,37,0.45);
  color: #ffe2e5;
}
.demo-page .demo-hero .button.secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.45);
}
.demo-page .demo-hero .button.secondary:hover {
  background: rgba(255,255,255,0.08);
}
.demo-page .demo-hero .pill {
  background: rgba(232,27,37,0.18);
  color: #ffd5d8;
  border: 1px solid rgba(232,27,37,0.45);
}

/* §Wedge — "what SaaS can't do" (own-account local execution) */
.wedge-section {
  background: linear-gradient(180deg, #fbfcfd 0%, #fff 100%);
}
.wedge-kicker {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 10px;
}
.wedge-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.wedge-col {
  padding: 26px 28px 28px;
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  background: #fff;
}
.wedge-col h3 {
  margin: 0 0 16px;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.wedge-col-saas {
  background: var(--soft);
  color: var(--muted);
}
.wedge-col-saas h3 {
  color: #6b7383;
}
.wedge-col-winclaw {
  border: 1px solid rgba(21,155,99,0.35);
  border-top: 3px solid var(--green);
  box-shadow: 0 14px 40px rgba(21,155,99,0.10);
}
.wedge-col-winclaw h3 {
  color: var(--navy);
}
.wedge-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.wedge-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.5;
}
.wedge-x {
  color: var(--muted);
}
.wedge-x::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #b3bac6;
}
.wedge-check {
  color: var(--ink);
}
.wedge-check::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: var(--green);
}
.wedge-proof {
  margin-top: 24px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 26px 30px;
  border-radius: 14px;
  background: var(--navy);
  color: #eaf0f6;
  box-shadow: var(--shadow);
}
.wedge-proof-badge {
  flex: none;
  align-self: flex-start;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  white-space: nowrap;
}
.wedge-proof-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #fff;
}
.wedge-proof-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #c5d0dc;
}
.wedge-proof-caption {
  margin-top: 10px !important;
  font-size: 13px !important;
  color: #8ea2b6 !important;
}
@media (max-width: 760px) {
  .wedge-compare {
    grid-template-columns: 1fr;
  }
  .wedge-proof {
    flex-direction: column;
    gap: 14px;
  }
}

/* §Hero — government-support badge (sits above the Act A headline) */
.hero-gov-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(21,155,99,0.16);
  border: 1px solid rgba(21,155,99,0.5);
  color: #6ee7a8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.hero-gov-badge::before {
  content: "🏛";
  font-size: 13px;
}

/* §Safe handover */
.safe-handover-section {
  background:
    radial-gradient(circle at 88% 14%, rgba(232, 27, 37, 0.08), transparent 30%),
    linear-gradient(145deg, #ffffff 0%, #f6f8fb 100%);
}
.handover-kicker {
  color: var(--red);
  font-family: "Outfit", "Pretendard Variable", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.handover-lead {
  max-width: 780px;
}
.handover-flow {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.handover-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  min-height: 260px;
  padding: 24px;
}
.handover-card:last-child {
  background: linear-gradient(160deg, #ffffff 0%, #eef9f4 100%);
  border-color: rgba(21, 155, 99, 0.35);
}
.handover-step {
  align-items: center;
  background: #0e1116;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  margin-bottom: 24px;
  width: 32px;
}
.handover-card:last-child .handover-step {
  background: var(--green);
}
.handover-card h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.handover-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.handover-rows {
  background: #f3f5f8;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 20px 0 0;
  padding: 12px 14px;
}
.handover-rows li {
  color: #445064;
  font-size: 12px;
  font-weight: 700;
}
.handover-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.handover-proof-item {
  background: #ffffff;
  border: 1px solid #dfe3e9;
  border-radius: 999px;
  color: #445064;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
}
.handover-continue {
  border-bottom: 2px solid var(--red);
  color: #0e1116;
  display: inline-block;
  font-weight: 800;
  margin-top: 24px;
  text-decoration: none;
}
.handover-continue:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .handover-flow {
    grid-template-columns: 1fr;
  }
  .handover-card {
    min-height: 0;
  }
}

/* §Trust — why it's safe to hand over kakao/money */
.trust-section {
  background: linear-gradient(180deg, #fff 0%, #f6fbf8 100%);
}
.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.trust-card {
  padding: 22px 22px 24px;
  border: 1px solid #e3e6ec;
  border-top: 3px solid var(--green);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,23,42,0.04);
}
.trust-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
@media (max-width: 980px) {
  .trust-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .trust-cards {
    grid-template-columns: 1fr;
  }
}

/* §Flagship — ingredient lowest-price board */
.ing-kicker {
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin: 0 0 10px;
}
.price-board-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15,23,42,0.04);
}
.price-board {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}
.price-board thead th {
  background: var(--navy);
  color: #eaf0f6;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 14px;
  text-align: right;
  white-space: nowrap;
}
.price-board thead th:first-child {
  text-align: left;
}
.price-board tbody th {
  text-align: left;
  font-weight: 700;
  color: var(--ink);
  padding: 11px 14px;
  white-space: nowrap;
  border-top: 1px solid var(--line);
}
.price-board tbody th span {
  display: inline-block;
  margin-left: 6px;
  font-weight: 500;
  font-size: 12px;
  color: var(--muted);
}
.price-board tbody td {
  text-align: right;
  padding: 11px 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.price-board td.price-low {
  color: var(--green);
  font-weight: 800;
  background: rgba(21,155,99,0.10);
  position: relative;
}
.price-board td.price-low::after {
  content: "최저";
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--green);
  border-radius: 4px;
  padding: 1px 5px;
  vertical-align: middle;
}
html[lang="en"] .price-board td.price-low::after {
  content: "LOW";
}
.ing-foot {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ing-proof {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  flex: 1;
  min-width: 280px;
}
.ing-honesty {
  margin: 14px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
}
@media (max-width: 560px) {
  .ing-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}

/* Technology page — "100 proven → infinite" capability cards */
.tech-infinite {
  text-align: center;
}
.tech-infinite > h2 {
  margin-top: 6px;
}
.tech-cards {
  list-style: none;
  margin: 28px auto 8px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 980px;
}
.tech-card {
  text-align: left;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
}
.tech-card strong {
  display: block;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 6px;
}
.tech-card span {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.tech-infinite .hero-cta {
  justify-content: center;
  margin-top: 24px;
}
