:root {
  color-scheme: dark;
  --bg: #02050a;
  --bg-soft: #07101d;
  --panel: rgba(8, 18, 34, 0.78);
  --panel-strong: rgba(10, 22, 42, 0.94);
  --line: rgba(137, 152, 171, 0.18);
  --line-strong: rgba(0, 128, 255, 0.46);
  --text: #f5f8fc;
  --muted: #adb9ca;
  --soft: #718096;
  --cyan: #08d8f3;
  --blue: #087bff;
  --purple: #4430ef;
  --violet: #6115dc;
  --graphite: #8d9aaa;
  --teal: #2ee6c0;
  --amber: #ffc857;
  --pink: #ff4f8b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Manrope, Arial, sans-serif;
  background:
    radial-gradient(circle at 16% 7%, rgba(0, 187, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 27%, rgba(68, 48, 239, 0.18), transparent 34rem),
    linear-gradient(180deg, #010307 0%, var(--bg) 44%, #010307 100%);
  color: var(--text);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 72%);
  z-index: -1;
}

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

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

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

h1,
h2,
h3,
.brand-name,
.btn {
  font-family: Sora, Manrope, sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 72px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(1, 4, 9, 0.82);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 34px;
  object-fit: cover;
  border-radius: 2px;
  filter: drop-shadow(0 0 12px rgba(8, 123, 255, 0.24));
}

.brand-name {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.brand-x {
  color: var(--blue);
  text-shadow: 0 0 18px rgba(8, 123, 255, 0.72);
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 0.88rem;
  font-weight: 600;
  color: #e7ecf7;
}

.main-nav a {
  opacity: 0.9;
  transition: color 180ms ease, opacity 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #59d9ff;
  opacity: 1;
}

.nav-toggle {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 43%, var(--violet) 100%);
  box-shadow: 0 16px 34px rgba(8, 123, 255, 0.28);
}

.btn-ghost {
  min-height: 42px;
  color: #bdefff;
  border-color: rgba(8, 123, 255, 0.75);
  background: rgba(8, 123, 255, 0.08);
}

.btn-link {
  padding-inline: 0;
  color: #f3f6ff;
  background: transparent;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(32px, 4vw, 54px);
  align-items: center;
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
}

.hero {
  min-height: 0;
  padding: clamp(42px, 6vh, 68px) 0;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 18px;
  color: #35cff8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(3.15rem, 5vw, 4.65rem);
  line-height: 1.02;
  font-weight: 800;
}

.hero h1 span,
.product h2 {
  color: transparent;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 48%, #7540ef 78%, #f7fbff);
  background-clip: text;
}

.hero-lede {
  margin-bottom: 18px;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: #f3f6ff;
}

.hero-text,
.product-copy p,
.section-heading p,
.contact-copy p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  padding: 0 12px 14px 0;
  perspective: 1400px;
  perspective-origin: 70% 50%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12px 0 0 12px;
  z-index: -1;
  border: 1px solid rgba(80, 105, 138, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(20, 37, 65, 0.7), rgba(3, 8, 17, 0.92));
  box-shadow: 18px 24px 56px rgba(0, 0, 0, 0.48);
  transform: rotateY(-6deg) translateZ(-18px);
  transform-origin: right center;
}

.dashboard-shell {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(8, 123, 255, 0.56);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(7, 11, 28, 0.98), rgba(10, 20, 48, 0.84));
  box-shadow:
    0 0 52px rgba(8, 93, 220, 0.2),
    8px 12px 24px rgba(0, 0, 0, 0.34),
    inset 1px 1px 0 rgba(255, 255, 255, 0.06);
  transform: rotateY(-6deg);
  transform-origin: right center;
  backface-visibility: hidden;
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 12px;
  border-right: 1px solid var(--line);
  background: rgba(2, 5, 18, 0.42);
}

.dash-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.dash-logo img {
  width: 20px;
  height: 19px;
  object-fit: cover;
}

.dash-pill {
  min-height: 28px;
  padding: 8px 9px;
  border-radius: 5px;
  color: #8d9ab8;
  font-size: 0.62rem;
}

.dash-pill.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(8, 123, 255, 0.3), rgba(97, 21, 220, 0.2));
}

.dash-main {
  padding: 24px;
}

.dash-topline,
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dash-topline {
  margin-bottom: 18px;
}

.dash-topline span,
.panel-heading small {
  color: var(--soft);
  font-size: 0.72rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.metric,
.chart-panel,
.status-panel,
.map-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(13, 24, 54, 0.82);
}

.metric {
  padding: 14px;
}

.metric span {
  display: block;
  margin-bottom: 8px;
  color: #dbe6ff;
  font-size: 0.68rem;
  font-weight: 700;
}

.metric strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.5rem;
}

.metric small {
  color: var(--teal);
  font-size: 0.64rem;
}

.dash-widgets {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 14px;
}

.chart-panel,
.status-panel {
  min-height: 166px;
  padding: 16px;
}

.line-chart {
  position: relative;
  height: 112px;
  margin-top: 12px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 16.66% 100%;
}

.line-chart::before {
  content: "";
  position: absolute;
  inset: 6px 6px 14px 6px;
  background: linear-gradient(130deg, transparent 2%, #6d3cff 13%, #1b8cff 34%, #9a4dff 52%, #35a0ff 73%, #855cff 100%);
  clip-path: polygon(0 76%, 12% 63%, 24% 67%, 36% 48%, 48% 58%, 60% 34%, 72% 48%, 84% 24%, 100% 10%, 100% 14%, 84% 29%, 72% 53%, 60% 39%, 48% 63%, 36% 53%, 24% 72%, 12% 68%, 0 81%);
}

.line-chart span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #34bfff;
  box-shadow: 0 0 12px rgba(8, 123, 255, 0.9);
}

.status-panel {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  align-items: center;
}

.ring {
  display: grid;
  place-items: center;
  width: 98px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: conic-gradient(var(--purple) 0 52%, var(--blue) 52% 73%, #ffc857 73% 89%, #ff4f8b 89% 100%);
  box-shadow: inset 0 0 0 16px rgba(8, 15, 38, 0.94);
}

.ring span {
  font-size: 1.45rem;
  font-weight: 800;
}

.ring small {
  display: block;
  color: var(--soft);
  font-size: 0.64rem;
  text-align: center;
}

.status-panel ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #d9e3f8;
  font-size: 0.7rem;
}

.status-panel li {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 8px;
  align-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.teal { background: var(--teal); }
.blue { background: var(--blue); }
.amber { background: var(--amber); }
.pink { background: var(--pink); }

.map-panel {
  position: relative;
  height: 92px;
  margin-top: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 26%, rgba(22, 140, 255, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 45% 74%, rgba(46, 230, 166, 0.26) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 40%, rgba(68, 48, 239, 0.32) 0 2px, transparent 3px),
    linear-gradient(130deg, transparent 8%, rgba(8, 123, 255, 0.18) 8.5%, transparent 9% 24%, rgba(68, 48, 239, 0.22) 24.5%, transparent 25% 40%, rgba(46, 230, 192, 0.13) 40.5%, transparent 41%),
    rgba(5, 13, 33, 0.8);
}

.pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px 12px 12px 0;
  background: #4b8dff;
  transform: rotate(-45deg);
  box-shadow: 0 0 18px rgba(75, 141, 255, 0.9);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.p1 { left: 12%; top: 28%; }
.p2 { left: 46%; top: 18%; background: var(--purple); }
.p3 { left: 71%; top: 24%; }
.p4 { left: 88%; top: 58%; background: var(--violet); }

.complexity,
.flow-section,
.capabilities,
.industries,
.trust,
.contact {
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading h2,
.trust h2,
.contact h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.16;
}

.problem-grid,
.capability-grid,
.industry-grid,
.why-grid {
  display: grid;
  gap: 16px;
}

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

.problem {
  min-height: 158px;
  padding: 8px 26px 0;
  text-align: center;
  border-right: 1px solid var(--line);
}

.problem:last-child {
  border-right: 0;
}

.problem h3,
.capability h3,
.product-features h3,
.why h3,
.industry h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.problem p,
.capability p,
.product-features p,
.why p,
.industry p,
.flow-step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.quote {
  margin: 22px auto 0;
  color: #50d6ff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
}

.icon,
.flow-icon,
.cap-icon,
.mini-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(8, 123, 255, 0.58);
  background: radial-gradient(circle, rgba(8, 123, 255, 0.22), rgba(10, 18, 42, 0.18));
  box-shadow: 0 0 34px rgba(0, 170, 255, 0.18);
}

.icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.icon::before,
.flow-icon::before,
.cap-icon::before,
.mini-icon::before {
  font-weight: 800;
  color: #39caff;
}

.icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(56, 214, 255, 0.2));
}

.flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 36px;
  max-width: 900px;
  margin: 0 auto;
}

.flow-step {
  position: relative;
  text-align: center;
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 33px;
  left: calc(50% + 54px);
  width: calc(100% - 72px);
  border-top: 1px dotted #7773ff;
}

.flow-icon {
  width: 76px;
  aspect-ratio: 1;
  margin-bottom: 14px;
  border-radius: 999px;
}

.flow-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(56, 214, 255, 0.2));
}

.flow-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted);
  line-height: 1.65;
  text-align: center;
}

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

.capability,
.industry,
.why article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 18, 42, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.capability {
  display: flex;
  gap: 18px;
  min-height: 116px;
  padding: 22px;
}

.cap-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.cap-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(56, 214, 255, 0.2));
}

.product {
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, 0.9fr) minmax(300px, 1.05fr);
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.product h2 {
  margin-bottom: 12px;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 0.95;
  font-weight: 800;
  white-space: nowrap;
}

.product h2 span {
  color: var(--text);
}

.product-lede {
  color: var(--text) !important;
  font-size: 1.3rem;
}

.product-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-photo img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.product-features {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 17, 39, 0.66);
}

.product-features article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.product-features .mini-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(56, 214, 255, 0.2));
}

.industries {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.industries .section-heading {
  margin: 0;
  text-align: left;
}

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

.industry {
  min-height: 170px;
  padding: 24px;
}

.trust {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(34px, 6vw, 80px);
}

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

.why article {
  padding: 18px;
}

.why .mini-icon {
  margin-bottom: 12px;
}

.why .mini-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(56, 214, 255, 0.2));
}

.commitment {
  padding-left: clamp(0px, 4vw, 54px);
  border-left: 1px solid var(--line);
}

.commitment p {
  color: var(--muted);
  line-height: 1.65;
}

blockquote {
  margin: 28px 0 0;
  padding: 26px 30px;
  border: 1px solid rgba(8, 123, 255, 0.6);
  border-radius: var(--radius);
  color: #62dcff;
  background: linear-gradient(135deg, rgba(8, 123, 255, 0.1), rgba(97, 21, 220, 0.07));
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

label {
  display: grid;
  gap: 8px;
  color: #dbe6ff;
  font-size: 0.92rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 6px;
  background: rgba(2, 6, 18, 0.78);
  color: var(--text);
  font: inherit;
  padding: 13px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
textarea:focus {
  border-color: rgba(8, 123, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(8, 123, 255, 0.18);
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
}

.form-status.is-error {
  color: var(--pink);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(120px, 1fr));
  gap: 34px;
  width: min(var(--max), calc(100% - 44px));
  margin-inline: auto;
  padding: 42px 0;
  border-top: 1px solid var(--line);
  color: var(--soft);
}

.site-footer h3 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 0.9rem;
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-brand p {
  margin-top: 20px;
  font-size: 0.78rem;
}

.footer-logo {
  display: block !important;
  width: 220px;
  height: 145px;
  margin: -25px 0 0 -18px !important;
  overflow: hidden;
}

.footer-logo img {
  width: 220px;
  max-width: none;
  height: 220px;
  object-fit: cover;
  transform: translateY(-34px);
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: 16px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(10, 18, 42, 0.82);
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--text);
  }

  .main-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 14px 22px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(2, 4, 12, 0.96);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 0;
  }

  .header-cta {
    justify-self: end;
  }

  .section-grid,
  .product,
  .industries,
  .trust,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    max-width: 780px;
  }

  .dashboard-shell {
    box-shadow:
      0 0 42px rgba(8, 93, 220, 0.18),
      6px 10px 20px rgba(0, 0, 0, 0.3),
      inset 1px 1px 0 rgba(255, 255, 255, 0.06);
    transform: rotateY(-4deg);
  }

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

  .problem:nth-child(2) {
    border-right: 0;
  }

  .commitment {
    padding-left: 0;
    border-left: 0;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 32px;
    height: 30px;
  }

  .brand-name {
    font-size: 1.05rem;
    letter-spacing: 0.2em;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    top: 66px;
  }

  .hero {
    padding-top: 40px;
  }

  .complexity,
  .flow-section,
  .capabilities,
  .industries,
  .trust,
  .contact {
    padding: 58px 0;
  }

  .product {
    padding: 64px 0;
  }

  .product h2 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
    transform: none;
  }

  .hero-visual::before {
    transform: translateZ(-18px);
  }

  .dash-sidebar {
    display: none;
  }

  .dash-main {
    padding: 16px;
  }

  .metric-grid,
  .dash-widgets,
  .problem-grid,
  .capability-grid,
  .flow,
  .why-grid,
  .industry-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .flow-step:not(:last-child)::after {
    display: none;
  }

  .problem {
    min-height: auto;
    padding: 22px;
    border-right: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(10, 18, 42, 0.46);
  }

  .product-photo img {
    height: 260px;
  }

  .status-panel {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

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