:root {
  --brand: #9c079b;
  --brand-dark: #620862;
  --ink: #17111f;
  --muted-ink: #625b6c;
  --cyan: #00b8df;
  --teal: #49b18a;
  --gold: #c98916;
  --radius: 8px;
  --font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root[data-theme="dark"] {
  --bg: #0d0a13;
  --hero-bg: #12101a;
  --section-bg: #0f0c16;
  --surface: #201c28;
  --surface-2: #2b2632;
  --text: #fbf7ff;
  --muted: #c7becf;
  --line: rgba(255, 255, 255, 0.14);
  --soft: rgba(255, 255, 255, 0.055);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

:root[data-theme="light"] {
  --bg: #f7f6f8;
  --hero-bg: #fbfaff;
  --section-bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f7f5fa;
  --text: #17111f;
  --muted: #625b6c;
  --line: rgba(32, 28, 40, 0.13);
  --soft: rgba(156, 7, 155, 0.055);
  --shadow: 0 30px 90px rgba(33, 23, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle-field span {
  position: absolute;
  width: var(--s);
  height: var(--s);
  left: var(--x);
  top: var(--y);
  border-radius: 50%;
  background: var(--c);
  opacity: 0.5;
  filter: blur(0.2px);
  animation: particleFloat var(--d) ease-in-out infinite alternate;
}

body > *:not(.particle-field) {
  position: relative;
  z-index: 1;
}

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

button {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(210px, 320px) auto minmax(280px, max-content);
  align-items: center;
  gap: 22px;
  min-height: 74px;
  padding: 8px clamp(18px, 4vw, 34px);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 8px;
}

.brand img {
  display: block;
  width: clamp(200px, 20vw, 300px);
  height: auto;
}

:root[data-theme="light"] .brand,
:root[data-theme="light"] .footer-brand img {
  background: #17111f;
  box-shadow: 0 14px 34px rgba(33, 23, 43, 0.14);
}

:root[data-theme="light"] .brand img,
:root[data-theme="light"] .footer-brand img {
  filter: drop-shadow(0 12px 24px rgba(33, 23, 43, 0.1));
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.nav-links a {
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.nav-links a:hover {
  color: var(--text);
  background: var(--soft);
}

.top-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.consultation,
.theme-toggle,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 900;
}

.top-actions .theme-toggle {
  min-width: 104px;
}

.consultation,
.primary-action {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, var(--brand), #7f087f);
  box-shadow: 0 18px 42px rgba(156, 7, 155, 0.22);
}

.theme-toggle,
.secondary-action {
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--surface);
}

.consultation svg,
.theme-toggle svg,
.primary-action svg,
.secondary-action svg {
  width: 18px;
  height: 18px;
}

.network-bg {
  position: relative;
  overflow: hidden;
}

.network-bg::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 184, 223, 0.85) 0 5px, transparent 6px),
    radial-gradient(circle at 31% 14%, rgba(201, 137, 22, 0.95) 0 8px, transparent 9px),
    radial-gradient(circle at 41% 28%, rgba(73, 177, 138, 0.85) 0 5px, transparent 6px),
    radial-gradient(circle at 84% 8%, rgba(73, 177, 138, 0.9) 0 11px, transparent 12px),
    radial-gradient(circle at 86% 36%, rgba(0, 184, 223, 0.75) 0 6px, transparent 7px),
    radial-gradient(circle at 58% 54%, rgba(156, 7, 155, 0.75) 0 4px, transparent 5px),
    linear-gradient(160deg, transparent 14%, rgba(156, 7, 155, 0.18) 14.2%, transparent 14.5%),
    linear-gradient(12deg, transparent 29%, rgba(0, 184, 223, 0.18) 29.2%, transparent 29.5%),
    linear-gradient(172deg, transparent 49%, rgba(156, 7, 155, 0.16) 49.2%, transparent 49.45%);
  opacity: 0.72;
}

.network-bg > * {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(440px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  min-height: calc(100vh - 78px);
  padding: clamp(54px, 7vw, 108px) clamp(18px, 6vw, 180px) clamp(58px, 7vw, 110px);
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 184, 223, 0.15), transparent 30%),
    radial-gradient(circle at 16% 20%, rgba(156, 7, 155, 0.22), transparent 35%),
    var(--hero-bg);
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

:root[data-theme="dark"] .eyebrow {
  color: #b913b9;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  max-width: 830px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: 0;
}

.lead {
  max-width: 710px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.secondary-action {
  min-width: 250px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 34px;
}

.hero-metrics article {
  min-height: 86px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 72%, transparent);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: var(--brand);
  font-size: 32px;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.workspace-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: var(--shadow);
}

.workspace-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, var(--brand), #1c1223 95%);
}

.workspace-head span,
.workspace-grid span,
.panel-label,
.app-kicker {
  display: block;
  color: color-mix(in srgb, currentColor 62%, transparent);
  font-size: 13px;
  font-weight: 950;
}

.workspace-head strong {
  display: block;
  margin-top: 8px;
  font-size: 25px;
}

.workspace-head svg {
  width: 36px;
  height: 36px;
  color: var(--cyan);
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.workspace-grid article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
}

.workspace-grid article:first-child {
  grid-row: span 2;
  min-height: 292px;
}

.workspace-grid strong {
  display: block;
  margin-top: 12px;
  font-size: 44px;
  line-height: 1;
}

.workspace-grid small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 112px;
  margin-top: 26px;
}

.bars i {
  flex: 1;
  height: var(--h);
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--brand));
}

.workspace-modules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.workspace-modules button {
  min-height: 72px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-2);
  cursor: default;
  font-size: 12px;
  font-weight: 900;
}

.workspace-modules svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 8px;
  color: var(--brand);
}

.automation-note {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 12px 0 0;
  padding: 18px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--brand) 26%, transparent);
  background:
    linear-gradient(90deg, rgba(156, 7, 155, 0.22), transparent 32%),
    #17111f;
  font-weight: 850;
  line-height: 1.45;
}

.automation-note svg {
  flex: 0 0 auto;
  color: var(--cyan);
}

:root[data-theme="light"] .automation-note {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(156, 7, 155, 0.08), transparent 38%),
    #ffffff;
  box-shadow: 0 14px 40px rgba(33, 23, 43, 0.08);
}

.about,
.industry-index,
.infographics,
.web-vs-app,
.industries,
.delivery {
  padding: clamp(58px, 8vw, 102px) clamp(18px, 6vw, 180px);
  background: var(--section-bg);
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(32px, 3.8vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) repeat(3, minmax(190px, 0.65fr));
  align-items: stretch;
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.about-main,
.about-card,
.info-panel,
.industry-device-section,
.delivery-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 9%, transparent), transparent 48%),
    var(--surface);
}

.about-copy {
  padding: 0;
}

.about-copy h3 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.12;
}

.about-main p,
.about-card p,
.info-panel p,
.info-panel span,
.industry-copy p,
.insight-card p,
.delivery-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.about-copy p {
  max-width: 590px;
}

.department-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.department-strip span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--brand) 8%, var(--surface));
  font-size: 13px;
  font-weight: 850;
}

.about-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto minmax(260px, 1fr);
  min-height: 100%;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand) 5%, transparent), transparent 58%),
    var(--surface);
  transition: transform 180ms ease, border-color 180ms ease;
}

.about-card::after {
  position: absolute;
  right: -38px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border: 1px solid color-mix(in srgb, var(--brand) 18%, transparent);
  border-radius: 50%;
  content: "";
}

.about-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--brand) 36%, var(--line));
}

.about-card svg,
.info-panel svg,
.insight-card svg {
  width: 32px;
  height: 32px;
  color: var(--brand);
}

.about-card span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: color-mix(in srgb, var(--brand) 70%, var(--muted));
  font-size: 12px;
  font-weight: 950;
}

.about-card strong,
.info-panel strong,
.insight-card strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.12;
}

.about-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--brand) 12%, var(--surface-2)), var(--surface-2));
}

.about-dashboard div {
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.about-dashboard strong,
.about-dashboard span {
  display: block;
}

.about-dashboard strong {
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
}

.about-dashboard span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.about-dashboard .about-bars {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 122px;
}

.about-grid {
  position: relative;
}

.about-grid > .about-card {
  align-self: stretch;
}

.about-card-image {
  align-self: end;
  height: 100%;
  min-height: 280px;
  margin: 24px -8px -8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -72px 70px rgba(0, 0, 0, 0.38);
}

.about-card-image::after {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background:
    linear-gradient(180deg, transparent 42%, rgba(23, 17, 31, 0.64)),
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 22%, transparent), transparent);
  content: "";
}

.about-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, var(--cyan), var(--brand));
}

.industry-pills {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.industry-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.industry-pill:hover {
  background: color-mix(in srgb, var(--accent) 12%, var(--surface));
}

.industry-pill svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.infographic-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.info-panel {
  min-height: 230px;
  padding: 24px;
}

.large-panel {
  min-height: 280px;
}

.flow-map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

.flow-map span {
  margin: 0;
  padding: 10px 12px;
  color: #fff;
  border-radius: 8px;
  background: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.flow-map svg {
  width: 18px;
  height: 18px;
  color: var(--brand);
}

.comparison-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 180px minmax(280px, 1fr);
  align-items: stretch;
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.comparison-card,
.comparison-center,
.industry-example-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.comparison-card {
  min-height: 340px;
  padding: 28px;
  transform-style: preserve-3d;
}

.comparison-card span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-card h3 {
  max-width: 520px;
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.comparison-card p,
.industry-example-grid span {
  color: var(--muted);
  line-height: 1.58;
}

.comparison-points {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.comparison-points strong {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  font-size: 14px;
}

.web-card {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cyan) 9%, transparent), transparent 48%),
    var(--surface);
}

.app-card-compare {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 18%, transparent), transparent 52%),
    var(--surface);
}

.comparison-center {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.versus-mark {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--cyan));
  box-shadow: 0 22px 48px rgba(156, 7, 155, 0.26);
  font-size: 30px;
  font-weight: 950;
}

.orbit-lines {
  position: absolute;
  inset: 22px;
  animation: orbitSpin 16s linear infinite;
}

.orbit-lines i {
  position: absolute;
  inset: calc(var(--i, 0) * 22px);
  border: 1px solid color-mix(in srgb, var(--brand) 28%, transparent);
  border-radius: 50%;
}

.orbit-lines i:nth-child(1) {
  --i: 0;
}

.orbit-lines i:nth-child(2) {
  --i: 1;
}

.orbit-lines i:nth-child(3) {
  --i: 2;
}

.industry-example-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1320px;
  margin: 18px auto 0;
}

.industry-example-grid article {
  min-height: 210px;
  padding: 18px;
  transform-style: preserve-3d;
}

.industry-example-grid svg {
  width: 28px;
  height: 28px;
  color: var(--brand);
}

.industry-example-grid strong {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}

.industry-example-grid span {
  display: block;
  margin-top: 9px;
  font-size: 13px;
}

.carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  max-width: 1320px;
  text-align: left;
}

.carousel-heading .eyebrow {
  margin-bottom: 10px;
}

.carousel-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.carousel-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.carousel-button:hover {
  color: #fff;
  background: var(--brand);
}

.carousel-button svg {
  width: 20px;
  height: 20px;
}

.carousel-shell {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}

#industrySections {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 18px;
}

#industrySections::-webkit-scrollbar {
  display: none;
}

.industry-device-section {
  flex: 0 0 min(100%, 1320px);
  scroll-snap-align: center;
  display: grid;
  grid-template-columns: minmax(250px, 0.58fr) minmax(580px, 1.08fr) minmax(250px, 0.56fr);
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  max-width: 1320px;
  margin: 0;
  padding: clamp(22px, 3.6vw, 42px);
  overflow: hidden;
}

.industry-device-section:nth-child(even) .industry-copy {
  order: 3;
}

.industry-copy h3 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.04;
}

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

.industry-meta article {
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.industry-meta strong,
.industry-meta span {
  display: block;
}

.industry-meta strong {
  color: var(--brand);
  font-size: 24px;
}

.industry-meta span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.device-lab {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.55fr) minmax(330px, 0.82fr);
  align-items: center;
  gap: clamp(14px, 2vw, 24px);
}

.phone-wrap {
  display: flex;
  justify-content: center;
  perspective: 1200px;
  z-index: 2;
}

.phone-shell {
  position: relative;
  width: min(100%, 342px);
  aspect-ratio: 9 / 18.7;
  padding: 13px;
  border: 1px solid #4d4658;
  border-radius: 44px;
  background:
    linear-gradient(145deg, #6d6875, #0b0a0e 42%, #2d2633 72%, #837589),
    #10131b;
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.32),
    0 24px 70px color-mix(in srgb, var(--accent) 16%, transparent),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.tablet-wrap {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.tablet-shell {
  width: min(100%, 430px);
  aspect-ratio: 1.42 / 1;
  padding: 12px;
  border: 1px solid #4d4658;
  border-radius: 28px;
  background:
    linear-gradient(145deg, #716a78, #111019 45%, #3a3340 74%, #8c8094),
    #111019;
  box-shadow:
    0 26px 62px rgba(0, 0, 0, 0.28),
    0 20px 52px color-mix(in srgb, var(--accent) 13%, transparent),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.tablet-screen {
  display: grid;
  grid-template-columns: 54px 1fr;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 38%),
    #111019;
}

.tablet-sidebar {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  padding: 16px 8px;
  background: rgba(255, 255, 255, 0.055);
}

.tablet-sidebar svg {
  width: 18px;
  height: 18px;
  color: color-mix(in srgb, var(--accent) 70%, #fff);
}

.tablet-app-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  font-size: 12px;
  font-weight: 950;
}

.tablet-content {
  min-width: 0;
  padding: 16px;
}

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

.tablet-head span,
.tablet-head small,
.tablet-hero span,
.tablet-metrics span,
.tablet-list span {
  color: #bfb6ca;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tablet-head strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.08;
}

.tablet-head small {
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: color-mix(in srgb, var(--accent) 64%, #17111f);
}

.tablet-hero {
  display: flex;
  align-items: end;
  min-height: 92px;
  margin-top: 14px;
  padding: 13px;
  overflow: hidden;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -70px 70px rgba(0, 0, 0, 0.56);
}

.tablet-hero span {
  color: #fff;
}

.tablet-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.tablet-metrics div {
  min-height: 60px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.tablet-metrics strong {
  display: block;
  font-size: 19px;
}

.tablet-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.tablet-list article {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
}

.tablet-list strong {
  display: block;
  font-size: 11px;
}

.tablet-list em {
  color: color-mix(in srgb, var(--accent) 74%, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.speaker {
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 3;
  width: 82px;
  height: 22px;
  border-radius: 999px;
  background: #06050a;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #111019;
}

.app-pages {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.app-pages::-webkit-scrollbar {
  display: none;
}

.app-page {
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  padding: 20px 15px 84px;
  color: #fff;
  scroll-snap-align: start;
  overflow-y: auto;
  scrollbar-width: none;
  background:
    radial-gradient(circle at 50% -8%, color-mix(in srgb, var(--accent) 32%, transparent), transparent 36%),
    linear-gradient(180deg, #181520, #09080d);
}

.app-page::-webkit-scrollbar {
  display: none;
}

.statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  color: #ddd7e5;
  font-size: 11px;
  font-weight: 900;
}

.statusbar div {
  display: inline-flex;
  gap: 4px;
}

.statusbar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.app-header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
}

.app-header > svg {
  width: 18px;
  height: 18px;
  color: #d9d2e4;
}

.app-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  font-weight: 950;
}

.app-title {
  min-width: 0;
  flex: 1;
}

.app-title strong,
.app-title span {
  display: block;
}

.app-title strong {
  font-size: 17px;
  line-height: 1.14;
}

.app-title span {
  margin-top: 4px;
  color: #bfb6ca;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.app-hero {
  min-height: 172px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 66%, #21162a), #231727),
    #231727;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--accent) 14%, transparent);
}

.commerce-hero,
.boarding-pass,
.care-vitals,
.finance-card,
.course-card,
.menu-feature,
.vehicle-card,
.ticket-card {
  margin-top: 18px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 68%, #201526), #211726);
}

.app-photo {
  position: relative;
  min-height: 122px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 -70px 80px rgba(0, 0, 0, 0.46);
}

.app-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 32%, rgba(9, 8, 13, 0.82)),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 22%, transparent), transparent 55%);
  content: "";
}

.app-photo span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.commerce-hero span,
.boarding-pass span,
.property-photo span,
.care-vitals span,
.finance-card span,
.course-card span,
.menu-feature span,
.vehicle-card span,
.ticket-card span {
  color: #ded5e8;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.commerce-hero h4,
.boarding-pass h4,
.course-card h4,
.menu-feature h4,
.vehicle-card h4,
.ticket-card h4 {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.06;
}

.commerce-hero p,
.boarding-pass p,
.course-card p,
.vehicle-card p {
  margin: 9px 0 0;
  color: #e4ddea;
  font-size: 12px;
  line-height: 1.45;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 13px;
}

.product-grid article {
  min-height: 112px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.product-grid i {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), rgba(255, 255, 255, 0.55));
}

.product-grid strong,
.product-grid span,
.property-photo strong,
.care-vitals strong,
.finance-card strong,
.course-card strong,
.menu-feature strong,
.ticket-card strong {
  display: block;
}

.product-grid strong {
  margin-top: 10px;
  font-size: 15px;
}

.product-grid span {
  margin-top: 4px;
  color: #bfb6ca;
  font-size: 10px;
}

.property-photo {
  min-height: 178px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px 8px 24px 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52)),
    linear-gradient(135deg, var(--accent), #2c1932);
}

.property-photo strong {
  margin-top: 72px;
  font-size: 24px;
  line-height: 1.08;
}

.property-map,
.route-map {
  position: relative;
  min-height: 128px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 28px 28px;
}

.property-map i {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
}

.property-map i:nth-child(1) {
  left: 22%;
  top: 28%;
}

.property-map i:nth-child(2) {
  right: 18%;
  top: 42%;
}

.property-map i:nth-child(3) {
  left: 50%;
  bottom: 24%;
}

.property-map span {
  position: absolute;
  left: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.timeline-list,
.care-timeline,
.route-checkpoints,
.approval-stack,
.lesson-list,
.menu-list,
.garage-list,
.workout-list,
.event-agenda,
.service-list {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}

.timeline-list article,
.care-timeline article,
.route-checkpoints article,
.approval-stack article,
.lesson-list article,
.menu-list article,
.garage-list article,
.workout-list article,
.event-agenda article,
.service-list article {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.timeline-list article {
  border-left: 4px solid var(--accent);
}

.boarding-pass {
  position: relative;
  border-radius: 18px;
}

.boarding-pass::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border: 1px dashed rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  content: "";
}

.boarding-pass strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 30px;
}

.care-vitals strong,
.finance-card strong,
.course-card strong,
.menu-feature strong,
.ticket-card strong {
  margin-top: 10px;
  font-size: 34px;
}

.care-vitals div {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.care-vitals i {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.route-map {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 22% 30%, var(--accent) 0 7px, transparent 8px),
    radial-gradient(circle at 54% 60%, var(--accent) 0 7px, transparent 8px),
    radial-gradient(circle at 82% 35%, var(--accent) 0 7px, transparent 8px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent);
}

.route-map strong {
  font-size: 22px;
}

.finance-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
    linear-gradient(135deg, #17111f, color-mix(in srgb, var(--accent) 46%, #17111f));
}

.course-card {
  border-radius: 8px 26px 8px 26px;
}

.menu-feature {
  border-radius: 28px;
}

.vehicle-card {
  min-height: 185px;
}

.vehicle-card::after {
  display: block;
  width: 88%;
  height: 48px;
  margin: 18px auto 0;
  border-radius: 50% 50% 16px 16px;
  background: rgba(255, 255, 255, 0.22);
  content: "";
}

.fitness-ring {
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  margin: 24px auto 18px;
  border: 18px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent);
  border-radius: 50%;
}

.fitness-ring strong,
.fitness-ring span {
  display: block;
  text-align: center;
}

.fitness-ring strong {
  font-size: 34px;
}

.fitness-ring span {
  max-width: 120px;
  color: #cfc7d7;
  font-size: 11px;
  font-weight: 850;
}

.ticket-card {
  border-radius: 18px;
  background:
    radial-gradient(circle at right 28px, #09080d 0 18px, transparent 19px),
    radial-gradient(circle at left 28px, #09080d 0 18px, transparent 19px),
    linear-gradient(135deg, var(--accent), #211727);
}

.kanban-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.kanban-strip article {
  min-height: 92px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.kanban-strip span,
.kanban-strip strong {
  display: block;
}

.kanban-strip span {
  color: #bfb6ca;
  font-size: 10px;
  font-weight: 900;
}

.kanban-strip strong {
  margin-top: 10px;
  font-size: 24px;
}

.timeline-list strong,
.care-timeline strong,
.route-checkpoints strong,
.approval-stack strong,
.lesson-list strong,
.menu-list strong,
.garage-list strong,
.workout-list strong,
.event-agenda strong,
.service-list strong {
  display: block;
  font-size: 12px;
}

.timeline-list span,
.care-timeline span,
.route-checkpoints span,
.approval-stack span,
.lesson-list span,
.menu-list span,
.garage-list span,
.workout-list span,
.event-agenda span,
.service-list span {
  display: block;
  margin-top: 3px;
  color: #bfb6ca;
  font-size: 10px;
}

.timeline-list em,
.care-timeline em,
.route-checkpoints em,
.approval-stack em,
.lesson-list em,
.menu-list em,
.garage-list em,
.workout-list em,
.event-agenda em,
.service-list em {
  color: color-mix(in srgb, var(--accent) 70%, #fff);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.app-kicker {
  color: #e7dfea;
  font-size: 10px;
}

.app-hero h4 {
  margin: 12px 0 0;
  font-size: 26px;
  line-height: 1.05;
}

.app-hero p {
  margin: 10px 0 0;
  color: #e4ddea;
  font-size: 12px;
  line-height: 1.45;
}

.app-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  padding: 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.app-stat strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.app-stat span {
  color: #cfc7d7;
  font-size: 12px;
  font-weight: 850;
}

.app-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 13px;
}

.app-actions button {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 9px 6px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
}

.app-actions svg {
  width: 18px;
  height: 18px;
  color: color-mix(in srgb, var(--accent) 60%, #fff);
}

.app-actions span {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 900;
}

.app-module {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.module-head,
.app-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.module-head strong {
  font-size: 14px;
}

.module-head span {
  color: color-mix(in srgb, var(--accent) 74%, #fff);
  font-size: 11px;
  font-weight: 950;
}

.app-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.app-list article {
  min-height: 52px;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.app-list strong,
.app-list span {
  display: block;
}

.app-list strong {
  font-size: 12px;
}

.app-list span {
  margin-top: 3px;
  color: #bfb6ca;
  font-size: 10px;
  font-weight: 760;
}

.app-list em {
  color: color-mix(in srgb, var(--accent) 70%, #fff);
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.screen-visual {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.screen-visual span {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
}

.property-screen .app-hero,
.travel-screen .app-hero {
  border-radius: 24px 8px 24px 8px;
}

.finance-screen .app-hero,
.services-screen .app-hero {
  background: linear-gradient(135deg, #22182d, color-mix(in srgb, var(--accent) 46%, #17111f));
}

.food-screen .app-actions button,
.fitness-screen .app-actions button {
  border-radius: 999px;
}

.logistics-screen .app-module,
.auto-screen .app-module {
  border-left: 4px solid var(--accent);
}

.events-screen .app-hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 72%, #1a1220), #1f1322),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.06) 18px 19px);
}

.page-controls {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(11, 8, 16, 0.88);
  backdrop-filter: blur(14px);
}

.page-btn,
.page-dots button {
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}

.page-btn {
  width: 38px;
  height: 38px;
  color: #fff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.page-btn svg {
  width: 18px;
  height: 18px;
}

.page-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
}

.page-dots button.active {
  width: 28px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
}

.industry-insights {
  display: grid;
  gap: 12px;
}

.insight-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.insight-card svg {
  color: var(--accent);
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.sales-experience,
.close-deal {
  padding: clamp(58px, 8vw, 102px) clamp(18px, 6vw, 180px);
  background: var(--section-bg);
}

.sales-grid {
  display: grid;
  grid-template-columns: 1.28fr repeat(3, 0.72fr);
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.sales-grid article,
.deal-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.sales-grid article {
  min-height: 260px;
  padding: 24px;
}

.sales-large {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--brand) 20%, transparent), transparent 58%),
    var(--surface) !important;
}

.sales-large::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 190px;
  height: 110px;
  border: 1px solid color-mix(in srgb, var(--brand) 28%, var(--line));
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    color-mix(in srgb, var(--brand) 10%, transparent);
  background-size: 24px 24px;
  content: "";
}

.sales-large span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.sales-large h3 {
  max-width: 680px;
  margin: 14px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.sales-large p {
  max-width: 660px;
}

.sales-grid svg {
  width: 34px;
  height: 34px;
  color: var(--brand);
}

.sales-grid strong {
  display: block;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.12;
}

.sales-grid p,
.deal-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 0.75fr)) minmax(320px, 1.25fr);
  gap: 16px;
  max-width: 1320px;
  margin: 0 auto;
}

.deal-grid article {
  position: relative;
  min-height: 250px;
  padding: 24px;
  overflow: hidden;
}

.deal-grid article > span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: color-mix(in srgb, var(--brand) 70%, var(--muted));
  font-size: 48px;
  font-weight: 950;
  line-height: 1;
}

.deal-grid strong {
  display: block;
  font-size: 22px;
}

.deal-cta {
  color: #fff;
  background:
    linear-gradient(135deg, var(--brand), #17111f 72%),
    var(--brand) !important;
}

.deal-cta h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.deal-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.deal-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  color: #17111f;
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.deal-cta svg {
  width: 18px;
  height: 18px;
}

.workspace-card,
.about-main,
.about-card,
.info-panel,
.comparison-card,
.comparison-center,
.industry-example-grid article,
.industry-device-section,
.sales-grid article,
.deal-grid article,
.delivery-grid article {
  transform-style: preserve-3d;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.workspace-card:hover,
.about-main:hover,
.about-card:hover,
.info-panel:hover,
.comparison-card:hover,
.comparison-center:hover,
.industry-example-grid article:hover,
.industry-device-section:hover,
.sales-grid article:hover,
.deal-grid article:hover,
.delivery-grid article:hover {
  transform: perspective(1200px) rotateX(1.4deg) rotateY(-1.8deg) translateY(-5px);
  border-color: color-mix(in srgb, var(--brand) 42%, var(--line));
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.28);
}

.delivery-grid article {
  min-height: 230px;
  padding: 24px;
}

.delivery-grid span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 950;
}

.delivery-grid h3 {
  margin: 18px 0 0;
  font-size: 20px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 6vw, 90px);
  border-top: 1px solid var(--line);
  background: var(--bg);
}

.footer-brand img {
  display: block;
  width: min(280px, 72vw);
}

.footer-brand p {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.footer-links {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.footer-links a:hover {
  color: var(--text);
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  border-radius: 8px;
  background: var(--brand);
  font-weight: 900;
}

.footer-cta svg {
  width: 18px;
  height: 18px;
}

@keyframes deviceFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes particleFloat {
  from {
    translate: 0 0;
    scale: 1;
  }
  to {
    translate: var(--tx) var(--ty);
    scale: 1.35;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1220px) {
  .topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 68px;
    padding-block: 8px;
  }

  .brand {
    justify-self: start;
  }

  .brand img {
    width: clamp(172px, 18vw, 220px);
  }

  .nav-links {
    justify-self: center;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    min-width: max-content;
    padding: 9px 12px;
    font-size: 12px;
  }

  .top-actions {
    justify-self: end;
    gap: 8px;
  }

  .consultation,
  .theme-toggle {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero,
  .industry-device-section {
    grid-template-columns: 1fr;
  }

  .about-main {
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .about-grid > .about-card:nth-of-type(2),
  .about-grid > .about-card:nth-of-type(3),
  .about-grid > .about-card:nth-of-type(4) {
    grid-area: auto;
    justify-self: stretch;
    width: auto;
  }

  .about-grid::after {
    display: none;
  }

  .industry-device-section:nth-child(even) .industry-copy {
    order: initial;
  }

  .about-grid,
  .infographic-grid,
  .comparison-grid,
  .delivery-grid,
  .sales-grid,
  .deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-center {
    grid-column: 1 / -1;
    min-height: 170px;
  }

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

  .about-main,
  .large-panel {
    grid-column: 1 / -1;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .brand {
    justify-self: start;
  }

  .top-actions {
    justify-self: end;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: flex-start;
    border-radius: 8px;
  }
}

@media (max-width: 760px) {
  .topbar {
    position: relative;
    gap: 10px;
  }

  .brand img {
    width: min(58vw, 220px);
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 8px;
  }

  .nav-links a {
    min-width: max-content;
  }

  .top-actions {
    justify-content: flex-end;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(40px, 11vw, 62px);
  }

  .hero-metrics,
  .workspace-grid,
  .workspace-modules,
  .about-grid,
  .industry-pills,
  .infographic-grid,
  .comparison-grid,
  .industry-example-grid,
  .delivery-grid,
  .sales-grid,
  .deal-grid,
  .industry-meta {
    grid-template-columns: 1fr;
  }

  .workspace-grid article:first-child {
    grid-row: auto;
  }

  .industry-device-section {
    flex-basis: 100%;
    gap: 18px;
    padding: 16px;
  }

  .device-lab {
    grid-template-columns: 1fr;
  }

  .tablet-shell {
    width: min(88vw, 430px);
  }

  .carousel-heading {
    display: block;
    text-align: center;
  }

  .carousel-actions {
    justify-content: center;
    margin-top: 18px;
  }

  .about-main,
  .about-card {
    min-height: auto;
  }

  .about-card {
    padding: 20px;
  }

  .about-dashboard {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .about-dashboard .about-bars {
    min-height: 96px;
  }

  .about-card-image {
    min-height: 220px;
  }

  .phone-shell {
    width: min(86vw, 342px);
  }
}

@media (max-width: 480px) {
  .hero,
  .about,
  .industry-index,
  .infographics,
  .industries,
  .delivery {
    padding-inline: 14px;
  }

  .consultation {
    flex: 1;
    min-width: 0;
    padding-inline: 10px;
    font-size: 11px;
  }

  .theme-toggle span {
    display: none;
  }

  .top-actions .theme-toggle {
    min-width: 44px;
    width: 44px;
    padding: 0;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    min-width: 0;
  }

  .app-actions {
    grid-template-columns: 1fr;
  }

  .web-vs-app,
  .sales-experience,
  .close-deal {
    padding-inline: 14px;
  }

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

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

  .particle-field {
    display: none;
  }
}
