:root {
  --ink: #111827;
  --panel: #101820;
  --panel-2: #18232c;
  --muted: #58616d;
  --line: rgba(17, 24, 39, 0.12);
  --paper: #ffffff;
  --white: #ffffff;
  --cyan: #1a9ec2;
  --blue: #2559d6;
  --green: #168f63;
  --amber: #c87913;
  --coral: #ff3621;
  --soft: #f6f7f9;
  --shadow: 0 18px 45px rgba(17, 24, 39, 0.1);
  --radius: 8px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(18px);
}

.nav {
  width: calc(100vw - 32px);
  max-width: var(--max);
  min-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 1.05rem;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #ff3621, #ff8a00),
    var(--panel);
  position: relative;
  box-shadow: 0 10px 24px rgba(255, 54, 33, 0.18);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
}

.brand-mark::before {
  width: 18px;
  height: 2px;
  left: 8px;
  top: 11px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.65);
}

.brand-mark::after {
  width: 2px;
  height: 18px;
  left: 16px;
  top: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 650;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(255, 54, 33, 0.08);
  color: #b42318;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 17, 22, 0.12);
  background: var(--white);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  margin: 4px auto;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.btn.primary {
  color: var(--white);
  background: #ff3621;
  box-shadow: 0 12px 24px rgba(255, 54, 33, 0.2);
}

.btn.secondary {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.18);
}

.btn.light {
  color: var(--ink);
  background: var(--white);
}

.btn:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 17, 22, 0.08), rgba(7, 17, 22, 0.92)),
    linear-gradient(120deg, #071116, #102732 54%, #12201c);
}

.hero::before,
.dark-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

.hero-inner {
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  min-height: calc(100vh - 76px);
  max-height: 860px;
  margin: 0 auto;
  padding: 84px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.85rem, 3.1vw, 2.9rem);
  line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.lead {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  color: #d8e3e6;
  max-width: 690px;
}

.section-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 1rem;
}

.hero-ctas {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

.metric strong {
  display: block;
  color: var(--white);
  font-size: 1.18rem;
}

.metric span {
  color: #b8c8ce;
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.system-card {
  position: absolute;
  left: -28px;
  bottom: 36px;
  width: min(330px, 72%);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(7, 17, 22, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.system-card .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #c9d7db;
  font-size: 0.9rem;
}

.system-card .row:last-child {
  border-bottom: 0;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(39, 184, 127, 0.75);
}

section {
  position: relative;
  padding: 64px 0;
}

.container {
  width: calc(100vw - 32px);
  max-width: var(--max);
  margin: 0 auto;
}

.strip {
  padding: 26px 0;
  background: var(--white);
  border-bottom: 1px solid rgba(7, 17, 22, 0.08);
}

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

.trust-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  color: #33474f;
  font-weight: 760;
  border: 1px solid rgba(7, 17, 22, 0.09);
  border-radius: 8px;
  background: #fbfcfa;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 48px;
  align-items: start;
}

.kicker {
  color: #ff3621;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  margin-bottom: 12px;
}

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

.pain-list li,
.capability-list li {
  padding: 14px 15px;
  border: 1px solid rgba(7, 17, 22, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.solution-panel {
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(50, 200, 232, 0.12), transparent 44%),
    linear-gradient(160deg, #0c1b22, #172c33);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.flow-step {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.flow-step span {
  display: block;
  color: var(--cyan);
  font-weight: 800;
  margin-bottom: 8px;
}

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

.section-head .section-lead {
  margin-bottom: 0;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

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

.card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(7, 17, 22, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card p {
  color: var(--muted);
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(50, 200, 232, 0.22), rgba(39, 184, 127, 0.2));
  border: 1px solid rgba(7, 17, 22, 0.08);
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--ink);
  opacity: 0.8;
}

.icon::before {
  width: 20px;
  height: 2px;
  left: 11px;
  top: 15px;
  box-shadow: 0 9px 0 var(--ink);
}

.icon::after {
  width: 2px;
  height: 20px;
  left: 20px;
  top: 11px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(7, 17, 22, 0.06);
  color: #34454d;
  font-size: 0.82rem;
  font-weight: 700;
}

.dark-band {
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #071116, #10252c 62%, #14271e);
}

.dark-band .container {
  position: relative;
}

.dark-band .section-lead,
.dark-band .card p {
  color: #b8c8ce;
}

.dark-band .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.dark-band .tag {
  background: rgba(255, 255, 255, 0.1);
  color: #dbe7ea;
}

.process {
  counter-reset: step;
}

.process-card {
  position: relative;
  padding-top: 58px;
}

.process-card::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  top: 20px;
  left: 24px;
  color: var(--cyan);
  font-weight: 850;
  letter-spacing: 0.08em;
}

.outcome {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(7, 17, 22, 0.08);
  font-weight: 760;
}

.outcome::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  flex: 0 0 auto;
}

.case-card .placeholder {
  margin-bottom: 18px;
  min-height: 132px;
  border-radius: 8px;
  border: 1px dashed rgba(7, 17, 22, 0.22);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 750;
  background:
    linear-gradient(90deg, rgba(7, 17, 22, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(7, 17, 22, 0.035) 1px, transparent 1px);
  background-size: 22px 22px;
}

.case-meta {
  display: grid;
  gap: 12px;
}

.case-meta strong {
  color: var(--ink);
}

.cta-band {
  padding: 58px 0;
  color: var(--white);
  background: linear-gradient(135deg, #102832, #0b171d);
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cta-inner p {
  color: #c6d5d9;
  max-width: 680px;
  margin-bottom: 0;
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 17, 22, 0.94), rgba(17, 40, 50, 0.96)),
    url("assets/ixclabs-operating-layer.png") center / cover;
  padding: 104px 0 78px;
}

.page-hero .lead {
  max-width: 800px;
}

.industry-card ul,
.insight-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.contact-aside {
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(145deg, #071116, #153441);
}

.contact-aside a {
  color: #dceff4;
  text-decoration: underline;
  text-underline-offset: 4px;
}

form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(7, 17, 22, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 7px;
  color: #34454d;
  font-weight: 760;
  font-size: 0.9rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(7, 17, 22, 0.16);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  background: #fbfcfa;
  color: var(--ink);
}

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

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

.site-footer {
  color: #cbd8dc;
  background: #071116;
  padding: 54px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.65fr);
  gap: 34px;
}

.site-footer h3,
.site-footer strong {
  color: var(--white);
}

.site-footer a,
.site-footer p {
  color: #aebfc5;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.fine-print {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8ea1a8;
  font-size: 0.9rem;
}

.home-hero {
  overflow: hidden;
  padding: 58px 0 44px;
  background:
    linear-gradient(90deg, rgba(255, 54, 33, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, 0.045) 1px, transparent 1px),
    #ffffff;
  background-size: 64px 64px;
  border-bottom: 1px solid var(--line);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  gap: 46px;
  align-items: center;
}

.hero-copy,
.console-grid,
.console-main,
.console-sidebar,
.data-flow,
.dashboard-panel,
.insight-strip,
.automation-list {
  min-width: 0;
}

.home-hero .eyebrow,
.compact-section .eyebrow {
  color: #ff3621;
}

.home-hero .eyebrow::before,
.compact-section .eyebrow::before {
  background: #ff3621;
}

.home-hero h1 {
  max-width: 680px;
  font-size: clamp(3.1rem, 6.5vw, 5.15rem);
  line-height: 0.95;
  margin-bottom: 18px;
}

.home-hero h1 span {
  display: block;
}

.home-hero .lead {
  color: #3f4a55;
  max-width: 650px;
}

.home-hero .hero-ctas {
  margin-top: 24px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-points span,
.industry-chip-grid span,
.impact-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 0 11px;
  color: #28313b;
  font-size: 0.86rem;
  font-weight: 760;
}

.platform-console {
  min-height: 500px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 54, 33, 0.08), transparent 28%),
    linear-gradient(220deg, rgba(37, 89, 214, 0.08), transparent 34%),
    #ffffff;
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.16);
  overflow: hidden;
  position: relative;
  animation: console-lift 780ms ease both;
}

.console-top {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: #f7f8fa;
  color: #18212c;
  font-size: 0.9rem;
  font-weight: 820;
}

.console-top div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.console-actions {
  min-width: 150px;
  justify-content: flex-end;
}

.live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 25px;
  margin-right: 7px;
  border: 1px solid rgba(22, 143, 99, 0.22);
  border-radius: 999px;
  background: rgba(22, 143, 99, 0.08);
  padding: 0 9px;
  color: #0f7a53;
  font-size: 0.75rem;
  font-weight: 850;
}

.live-indicator em {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #168f63;
  box-shadow: 0 0 0 0 rgba(22, 143, 99, 0.35);
  animation: signal-pulse 1.9s ease-out infinite;
}

.console-top i {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 999px;
  background: #ff3621;
}

.console-top i:nth-child(2) {
  background: #f5a524;
}

.console-top i:nth-child(3) {
  background: #168f63;
}

.console-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 452px;
}

.console-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 14px;
  background: #101820;
  color: #dbe3ea;
}

.console-sidebar strong {
  color: #ffffff;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.console-sidebar span {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 10px;
  font-size: 0.84rem;
  transform: translateX(0);
  transition: background 180ms ease, transform 180ms ease;
}

.console-sidebar span:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(2px);
}

.console-main {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(17, 24, 39, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(17, 24, 39, 0.04) 1px, transparent 1px),
    #ffffff;
  background-size: 28px 28px;
}

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

.status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 0 10px;
  color: #424e5b;
  font-size: 0.82rem;
  font-weight: 760;
}

.status.active {
  color: #b42318;
  border-color: rgba(255, 54, 33, 0.28);
  background: rgba(255, 54, 33, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 54, 33, 0.04), 0 8px 24px rgba(255, 54, 33, 0.08);
}

.signal-lane {
  position: relative;
  height: 38px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 54, 33, 0.12), transparent),
    #ffffff;
  overflow: hidden;
}

.signal-lane::before,
.signal-lane::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.16), rgba(255, 54, 33, 0.48), rgba(37, 89, 214, 0.32), rgba(17, 24, 39, 0.12));
}

.signal-lane::after {
  width: 84px;
  right: auto;
  background: linear-gradient(90deg, transparent, #ff3621, transparent);
  animation: lane-scan 2.8s linear infinite;
}

.signal-lane span {
  position: absolute;
  top: 13px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #ff3621;
  box-shadow: 0 0 0 4px rgba(255, 54, 33, 0.1);
  z-index: 1;
}

.signal-lane span:nth-child(1) {
  left: 18%;
  background: #101820;
}

.signal-lane span:nth-child(2) {
  left: 50%;
}

.signal-lane span:nth-child(3) {
  left: 78%;
  background: #2559d6;
}

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

.data-flow div {
  min-height: 104px;
  display: grid;
  align-content: start;
  gap: 3px;
  border-radius: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 250, 0.98));
  padding: 14px 12px 12px;
  position: relative;
  overflow: hidden;
  animation: tile-in 640ms ease both;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.data-flow div:nth-child(2) {
  animation-delay: 90ms;
}

.data-flow div:nth-child(3) {
  animation-delay: 180ms;
}

.data-flow div:nth-child(4) {
  animation-delay: 270ms;
}

.data-flow div::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 13px;
  right: 12px;
  border-radius: 999px;
  background: #ff3621;
  box-shadow: 0 0 0 4px rgba(255, 54, 33, 0.08);
  animation: node-glow 2.8s ease-in-out infinite;
}

.data-flow div::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 63px;
  width: 10px;
  height: 2px;
  background: linear-gradient(90deg, #ff3621, rgba(255, 54, 33, 0.2));
}

.data-flow div:last-child::after {
  display: none;
}

.data-flow b {
  margin-top: 10px;
  color: #1b2430;
  font-size: 1.28rem;
  line-height: 1.05;
  position: relative;
  z-index: 1;
}

.data-flow small {
  color: #8a95a3;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.data-flow span,
.dashboard-panel span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

.dashboard-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  align-items: end;
  border-radius: 8px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 54, 33, 0.08), transparent 26%),
    #ffffff;
  padding: 18px;
}

.dashboard-panel strong {
  display: block;
  margin-top: 4px;
  font-size: 1.7rem;
}

.bar-chart {
  height: 132px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.bar-chart i {
  flex: 1;
  min-width: 20px;
  border-radius: 6px 6px 0 0;
  background: #101820;
  transform-origin: bottom;
  animation: bar-breathe 3.2s ease-in-out infinite;
}

.bar-chart i:nth-child(1) {
  height: 38%;
  animation-delay: 0ms;
}

.bar-chart i:nth-child(2) {
  height: 56%;
  background: #2559d6;
  animation-delay: 120ms;
}

.bar-chart i:nth-child(3) {
  height: 74%;
  background: #ff3621;
  animation-delay: 240ms;
}

.bar-chart i:nth-child(4) {
  height: 47%;
  background: #168f63;
  animation-delay: 360ms;
}

.bar-chart i:nth-child(5) {
  height: 88%;
  background: #101820;
  animation-delay: 480ms;
}

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

.insight-strip div {
  min-height: 74px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #ffffff;
  padding: 13px;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06);
}

.insight-strip strong {
  display: block;
  margin-bottom: 3px;
  color: #111827;
}

.insight-strip span {
  color: var(--muted);
  font-size: 0.84rem;
}

.automation-list {
  display: grid;
  gap: 9px;
}

.automation-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  border-radius: 8px;
  background: #f7f8fa;
  padding: 0 12px;
  color: #303a45;
  font-size: 0.9rem;
  font-weight: 700;
  animation: list-fade 700ms ease both;
}

.automation-list div:nth-child(2) {
  animation-delay: 120ms;
}

.automation-list div:nth-child(3) {
  animation-delay: 240ms;
}

.automation-list span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #168f63;
  box-shadow: 0 0 0 0 rgba(22, 143, 99, 0.28);
  animation: signal-pulse 2.3s ease-out infinite;
}

.console-chip {
  position: absolute;
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
  padding: 0 12px;
  color: #202b37;
  font-size: 0.82rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
  animation: chip-float 4.2s ease-in-out infinite;
}

.chip-one {
  right: 18px;
  top: 74px;
}

.chip-two {
  right: 26px;
  bottom: 146px;
  animation-delay: 900ms;
}

@keyframes console-lift {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes signal-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 143, 99, 0.34);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(22, 143, 99, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(22, 143, 99, 0);
  }
}

@keyframes lane-scan {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(560%);
  }
}

@keyframes tile-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes node-glow {
  0%,
  100% {
    opacity: 0.76;
    transform: scale(0.92);
    box-shadow: 0 0 0 4px rgba(255, 54, 33, 0.08);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 54, 33, 0.02);
  }
}

@keyframes bar-breathe {
  0%,
  100% {
    transform: scaleY(0.84);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes list-fade {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes chip-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.capability-strip {
  padding: 14px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.compact-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.compact-trust-grid div {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #293442;
  text-align: center;
  font-size: 0.83rem;
  font-weight: 800;
}

.compact-section {
  padding: 56px 0;
}

.muted-section {
  background: #f6f7f9;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compact-split,
.product-layout,
.process-layout,
.impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 42px;
  align-items: start;
}

.compact-split h2,
.product-layout h2,
.process-layout h2,
.impact-grid h2 {
  max-width: 640px;
}

.problem-panel {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.problem-panel div {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  color: #293442;
  font-weight: 720;
}

.problem-panel div:last-child {
  border-bottom: 0;
}

.product-section {
  padding: 58px 0;
  background: #ffffff;
}

.layer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.layer-grid article {
  min-height: 210px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.layer-grid article:last-child {
  border-right: 0;
}

.layer-grid span,
.process-line span {
  display: block;
  margin-bottom: 32px;
  color: #ff3621;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.layer-grid p,
.service-matrix p,
.use-case-grid p,
.process-line p,
.case-row p,
.final-cta p {
  color: var(--muted);
}

.section-head.dense {
  margin-bottom: 24px;
  align-items: start;
}

.section-head.dense h2 {
  max-width: 720px;
}

.service-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.service-matrix article {
  min-height: 206px;
  padding: 21px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-matrix article:nth-child(4n) {
  border-right: 0;
}

.service-matrix article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.service-matrix article:nth-child(7) {
  grid-column: span 2;
  border-right: 0;
}

.service-matrix article:first-child {
  background: #101820;
  color: #ffffff;
}

.service-matrix article:first-child p {
  color: #c9d3da;
}

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

.use-case-grid article {
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.process-line article {
  min-height: 190px;
  padding: 20px;
  border-right: 1px solid var(--line);
  background: #ffffff;
}

.process-line article:last-child {
  border-right: 0;
}

.industry-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: start;
  padding-top: 4px;
}

.industry-chip-grid span {
  min-height: 40px;
  background: #ffffff;
}

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

.case-row article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
}

.case-row article > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #f6f7f9;
  padding: 0 10px;
  color: #66727f;
  font-size: 0.78rem;
  font-weight: 820;
}

.impact-band {
  padding: 48px 0;
  background: #101820;
  color: #ffffff;
}

.impact-band .kicker {
  color: #ff8a00;
}

.impact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: start;
}

.impact-list span {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.final-cta {
  padding: 46px 0;
  background: #ffffff;
}

.final-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: #f6f7f9;
}

.final-cta h2 {
  margin-bottom: 8px;
}

.final-cta p {
  margin-bottom: 0;
}

@media (max-width: 1040px) {
  .nav-links {
    position: absolute;
    inset: 66px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: var(--white);
    border: 1px solid rgba(7, 17, 22, 0.1);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    justify-content: center;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero-inner,
  .split,
  .contact-layout,
  .home-hero-grid,
  .compact-split,
  .product-layout,
  .process-layout,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    gap: 30px;
  }

  .platform-console {
    max-width: 760px;
  }

  .section-head.dense {
    align-items: end;
  }

  .hero-inner {
    max-height: none;
    padding-top: 70px;
  }

  .hero-visual {
    max-width: 760px;
  }

  .trust-grid,
  .compact-trust-grid,
  .grid.four,
  .grid.five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid.three,
  .footer-grid,
  .layer-grid,
  .use-case-grid,
  .service-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .layer-grid article:nth-child(2),
  .service-matrix article:nth-child(2n) {
    border-right: 0;
  }

  .service-matrix article:nth-child(7) {
    grid-column: 1 / -1;
  }

  .process-line {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 720px) {
  .nav {
    width: calc(100vw - 22px);
    max-width: var(--max);
    min-height: 68px;
  }

  .nav-links {
    inset: 68px 11px auto 11px;
  }

  .nav-actions .btn {
    display: none;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  section {
    padding: 48px 0;
  }

  .home-hero,
  .compact-section,
  .product-section {
    padding: 42px 0;
  }

  .home-hero h1 {
    font-size: clamp(2.25rem, 9vw, 2.72rem);
    line-height: 1;
    max-width: min(330px, calc(100vw - 48px));
  }

  .home-hero-grid,
  .platform-console,
  .console-main,
  .console-sidebar {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .home-hero-grid {
    width: calc(100vw - 32px);
    max-width: var(--max);
  }

  .hero-copy,
  .home-hero .lead,
  .hero-points {
    max-width: min(330px, calc(100vw - 48px));
  }

  .home-hero .lead {
    font-size: 0.98rem;
  }

  .home-hero .hero-ctas .btn {
    flex: 1 1 100%;
    max-width: 260px;
  }

  .hero-points span {
    flex: 0 1 auto;
    max-width: 100%;
    white-space: normal;
  }

  .hero-inner {
    min-height: auto;
    padding: 58px 0 42px;
    gap: 34px;
  }

  .lead {
    font-size: 1.02rem;
  }

  .hero-proof,
  .trust-grid,
  .compact-trust-grid,
  .grid.two,
  .grid.three,
  .grid.four,
  .grid.five,
  .flow,
  .form-grid,
  .footer-grid,
  .console-grid,
  .data-flow,
  .dashboard-panel,
  .insight-strip,
  .layer-grid,
  .service-matrix,
  .use-case-grid,
  .case-row {
    grid-template-columns: 1fr;
  }

  .section-head,
  .cta-inner,
  .final-cta-inner {
    display: block;
  }

  .section-head.dense {
    display: block;
  }

  .section-head .btn,
  .cta-inner .btn,
  .final-cta-inner .btn {
    margin-top: 18px;
  }

  .platform-console {
    min-height: 0;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .console-grid {
    min-height: 0;
  }

  .console-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .console-top {
    gap: 8px;
    padding: 0 14px;
  }

  .console-top > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .console-actions {
    min-width: auto;
    flex: 0 0 auto;
  }

  .live-indicator {
    display: none;
  }

  .console-sidebar span {
    min-width: 0;
  }

  .console-sidebar strong {
    grid-column: 1 / -1;
  }

  .data-flow div {
    min-height: 86px;
  }

  .signal-lane {
    display: none;
  }

  .data-flow div::after {
    display: none;
  }

  .console-chip {
    position: static;
    width: fit-content;
    margin: 10px 14px 0;
  }

  .chip-two {
    margin-bottom: 14px;
  }

  .layer-grid article,
  .process-line article,
  .service-matrix article {
    min-height: auto;
    border-right: 0;
  }

  .service-matrix article:nth-child(7) {
    grid-column: auto;
  }

  .process-line {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .system-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .hero-visual img {
    aspect-ratio: 1 / 0.92;
  }

  .final-cta-inner {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
