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

:root {
  color-scheme: light;
  --bg: #f7f7f4;
  --surface: #ffffff;
  --surface-soft: #f1f2ef;
  --navy: #101112;
  --navy-2: #181b1f;
  --ink: #141516;
  --muted: #62676d;
  --muted-2: #9a9ea3;
  --line: rgba(20, 21, 22, 0.09);
  --line-strong: rgba(20, 21, 22, 0.16);
  --blue: #111315;
  --blue-2: #30343a;
  --cyan: #718aa0;
  --green: #2f7c63;
  --amber: #b8934f;
  --shadow: 0 24px 70px rgba(20, 21, 22, 0.1);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(20, 21, 22, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 21, 22, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

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

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

button {
  cursor: pointer;
}

svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.header-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 21, 22, 0.28);
  box-shadow: 0 14px 30px rgba(20, 21, 22, 0.08);
}

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

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

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

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

.hero-copy,
.dashboard-card,
.trust-layout > *,
.contact-layout > *,
.pain-card,
.solution-card,
.project-card,
.industry-card,
.process-card,
.why-card,
.contact-form,
.contact-note {
  min-width: 0;
}

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

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

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(44px, 4.1vw, 58px);
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

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

h3 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

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

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

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

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

.button-primary {
  background: linear-gradient(135deg, #101112, #34383e);
  color: #fff;
  box-shadow: 0 16px 34px rgba(20, 21, 22, 0.22);
}

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

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

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

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

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

.hero-badges span {
  min-height: 42px;
  padding: 0 16px;
  border-color: rgba(20, 21, 22, 0.13);
  background: rgba(255, 255, 255, 0.88);
  color: var(--navy);
  font-size: 15px;
  font-weight: 720;
}

.dashboard-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(113, 138, 160, 0.18), transparent 42%),
    linear-gradient(180deg, #1a1d21, #0f1012);
  box-shadow: 0 32px 90px rgba(20, 21, 22, 0.28);
}

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

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

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

.dashboard-header span,
.module-head span,
.module-meta span,
.signal-row span {
  display: block;
  color: #9da8b2;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  word-break: keep-all;
}

.dashboard-header strong,
.module-head strong,
.module-meta strong,
.signal-row strong {
  display: block;
  margin-top: 4px;
  color: #f5f6f4;
  font-size: 16px;
  font-weight: 720;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.12);
  color: #d5dde4;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.module-flow span {
  background: rgba(16, 17, 18, 0.5);
  color: #e6e8e6;
  font-size: 13px;
  font-weight: 650;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.module-flow b {
  background: linear-gradient(135deg, rgba(113, 138, 160, 0.24), rgba(48, 52, 58, 0.34));
  color: #ffffff;
  font-size: 13px;
  font-weight: 820;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.module-flow::before,
.module-flow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(113, 138, 160, 0.58);
}

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

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

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

.module-caption {
  margin: 12px 0 0;
  color: #c8d0d8;
  font-size: 13px;
  line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

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

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

.carousel-controls button:hover {
  transform: translateY(-2px);
  border-color: rgba(148, 163, 184, 0.28);
}

.carousel-controls button.is-active {
  border-color: rgba(148, 163, 184, 0.52);
  background: rgba(148, 163, 184, 0.13);
}

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

.carousel-controls strong {
  margin-bottom: 4px;
  color: #f5f6f4;
  font-size: 13px;
  white-space: nowrap;
}

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

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

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

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

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

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

.balanced-title span {
  display: inline;
}

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

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

.section-heading p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

.trust {
  padding-top: 24px;
  padding-bottom: 42px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pain-card:hover,
.solution-card:hover,
.project-card:hover,
.industry-card:hover,
.process-card:hover,
.why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 21, 22, 0.2);
  box-shadow: 0 24px 60px rgba(20, 21, 22, 0.1);
}

.icon-box {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(20, 21, 22, 0.13);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 21, 22, 0.06), rgba(113, 138, 160, 0.12));
  color: #30343a;
}

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

.pain-card p,
.solution-card p,
.project-card p,
.industry-card p,
.process-card p,
.why-card p,
.contact-copy p {
  color: var(--muted);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

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

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

.pain-card li,
.solution-card li,
.project-card li {
  position: relative;
  padding-left: 18px;
  color: #62676d;
  font-size: 14px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

.project-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(47, 124, 99, 0.1);
  color: #276a55;
  font-size: 13px;
  font-weight: 760;
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.project-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  word-break: keep-all;
}

.project-role {
  margin-top: 12px;
  color: var(--ink) !important;
  font-weight: 650;
}

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

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

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

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

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

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

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

.process-output {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.process-output strong {
  color: var(--blue);
  font-size: 12px;
  font-weight: 760;
}

.process-output small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  word-break: keep-all;
}

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

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

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: 44px;
  align-items: start;
  padding: 42px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(20, 21, 22, 0.05), rgba(113, 138, 160, 0.1)),
    #fff;
  box-shadow: var(--shadow);
}

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

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

.contact-microcopy {
  margin-top: 14px;
  color: var(--ink) !important;
  font-weight: 650;
}

.diagnostic-box {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.diagnostic-box strong {
  color: var(--blue);
  font-size: 13px;
  font-weight: 760;
}

.diagnostic-box ul {
  display: grid;
  gap: 8px;
}

.diagnostic-box li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 14px;
  word-break: keep-all;
}

.diagnostic-box li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--cyan);
}

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

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

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

.contact-note small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  word-break: keep-all;
}

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

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

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

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

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

.material-fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
}

.material-fieldset legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

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

.checkbox-item {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted) !important;
  font-weight: 650 !important;
}

.checkbox-item input {
  width: 16px;
  min-height: 16px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  accent-color: var(--ink);
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  word-break: keep-all;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(20, 21, 22, 0.48);
  box-shadow: 0 0 0 4px rgba(20, 21, 22, 0.08);
}

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

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--blue);
  font-size: 13px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

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

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

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

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

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

  .site-nav {
    display: none;
  }

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

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

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

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

  .trust-layout {
    padding: 24px;
  }

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

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

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

  .hero {
    padding-top: 64px;
  }

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

  h2 {
    font-size: 32px;
  }

  .balanced-title span {
    display: block;
  }

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

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

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

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

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

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

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

  .brand {
    min-width: 0;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
  }

  .brand-logo {
    width: 104px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  h1 {
    font-size: 36px;
  }

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

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

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

  .button {
    width: 100%;
  }

  .tag-row span {
    white-space: normal;
  }

  .hero-badges span {
    white-space: nowrap;
  }

  .dashboard-card {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
  }

  .dashboard-header,
  .dashboard-grid {
    padding: 18px;
  }

  .mock-module {
    padding: 14px;
  }

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

  .module-image {
    height: 240px;
  }

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

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

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

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

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