:root {
  --bg-main: #050814;
  --bg-surface: rgba(10, 17, 31, 0.78);
  --bg-surface-strong: rgba(9, 15, 28, 0.92);
  --bg-alternate: #060a13;
  --bg-soft: rgba(255, 255, 255, 0.03);

  --border-soft: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(125, 211, 252, 0.16);

  --text-primary: #f8fbff;
  --text-secondary: #c6d0df;
  --text-muted: #718198;

  --brand-primary: #34c5ff;
  --brand-secondary: #7c6bff;
  --brand-accent: #57f0c5;
  --brand-gradient: linear-gradient(135deg, #8ae8ff 0%, #34c5ff 35%, #7c6bff 100%);
  --brand-gradient-soft: linear-gradient(135deg, rgba(117, 227, 255, 0.18), rgba(124, 107, 255, 0.12));

  --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.22);
  --shadow-md: 0 20px 60px rgba(0, 0, 0, 0.32);
  --shadow-lg: 0 30px 100px rgba(0, 0, 0, 0.46);
  --shadow-glow: 0 0 60px rgba(52, 197, 255, 0.12);

  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;

  --container: 1200px;

  --transition-fast: 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-normal: 350ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text-primary);
  line-height: 1.6;
  background:
    radial-gradient(circle at 15% 18%, rgba(52, 197, 255, 0.12), transparent 25%),
    radial-gradient(circle at 82% 10%, rgba(124, 107, 255, 0.13), transparent 22%),
    radial-gradient(circle at 70% 75%, rgba(87, 240, 197, 0.06), transparent 18%),
    linear-gradient(180deg, #050814 0%, #060b16 45%, #04070f 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

button,
input,
textarea {
  font: inherit;
}

main,
header,
footer,
section,
.container {
  position: relative;
  z-index: 2;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.page-gradient {
  position: fixed;
  inset: auto;
  z-index: 0;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.40;
}

.page-gradient-1 {
  top: 4%;
  left: -8%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 197, 255, 0.18), transparent 70%);
}

.page-gradient-2 {
  right: -6%;
  bottom: 10%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 107, 255, 0.14), transparent 70%);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #8ae8ff 0%, #34c5ff 45%, #7c6bff 100%);
  box-shadow: 0 0 16px rgba(52, 197, 255, 0.45);
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 4.8rem);
  font-weight: 900;
  background: linear-gradient(180deg, #ffffff 0%, #dff0ff 52%, #b2cbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

h2 {
  max-width: 15ch;
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.62rem);
  font-weight: 700;
}

h4 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 700;
}

p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.78;
}

.mb-4 {
  margin-bottom: 32px;
}

.mt-4 {
  margin-top: 32px;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #90e7ff;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(144, 231, 255, 0.7));
}

.section {
  padding: clamp(82px, 10vw, 100px) 0;
}

.bg-alternate {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.003)),
    rgba(6, 10, 19, 0.72);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.section-head {
  max-width: 800px;
  margin-bottom: clamp(38px, 6vw, 64px);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast),
    border-color var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast);
  will-change: transform;
}

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

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary {
  color: #041420;
  background: var(--brand-gradient);
  box-shadow:
    0 14px 44px rgba(52, 197, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 42%);
  opacity: 0.75;
  pointer-events: none;
}

.btn-primary:hover {
  box-shadow:
    0 18px 60px rgba(52, 197, 255, 0.32),
    0 0 30px rgba(52, 197, 255, 0.14);
}

.btn-secondary,
.btn-demo {
  position: relative;
  overflow: hidden;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.btn-secondary:hover,
.btn-demo:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(125, 211, 252, 0.35);
  box-shadow: var(--shadow-sm);
}

.btn-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.16), transparent 70%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
}

.btn-demo:hover::before {
  transform: translateX(120%);
}

.w-full {
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(4, 8, 17, 0.5);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}

.site-header.scrolled {
  background: rgba(5, 10, 20, 0.82);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-logo {
  width: 50px;
  height: 50px;
}

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

.nav-link,
.footer-links a {
  position: relative;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7dd3fc 0%, #0ea5e9 100%);
  box-shadow: 0 0 12px rgba(14, 165, 233, .45);
  transition: width 0.35s ease;
}

.nav-link:hover,
.nav-link.is-active,
.footer-links a:hover {
  color: var(--text-primary);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 156px 0 0;
  overflow: clip;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.82;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.orb-1 {
  top: 80px;
  right: 7%;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(124, 107, 255, 0.2), transparent 65%);
  animation: floatY 8s ease-in-out infinite;
}

.orb-2 {
  bottom: 56px;
  left: 5%;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(52, 197, 255, 0.18), transparent 65%);
  animation: floatY 10s ease-in-out infinite reverse;
}

.orb-3 {
  top: 28%;
  left: 38%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(87, 240, 197, 0.12), transparent 68%);
  animation: floatY 12s ease-in-out infinite;
}

.hero-grid,
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.hero-content,
.hero-stage {
  position: relative;
  z-index: 2;
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

.hero-lead {
  max-width: 62ch;
  margin-bottom: 30px;
  font-size: 1.12rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
}

.proof-chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-accent);
  box-shadow: 0 0 14px rgba(87, 240, 197, 0.7);
}

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

.hero-metric {
  padding: 18px 18px 16px;
}

.metric-label {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.glass-panel,
.card,
.project-demo-card,
.contact-form-wrapper,
.feature-panel,
.stat-card,
.glass-info,
.value-card,
.cta-band-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    var(--bg-surface);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  transition:
    transform var(--transition-normal),
    border-color var(--transition-normal),
    box-shadow var(--transition-normal),
    background var(--transition-normal);
}

.glass-panel::before,
.card::before,
.project-demo-card::before,
.contact-form-wrapper::before,
.feature-panel::before,
.stat-card::before,
.value-card::before,
.cta-band-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14), transparent 28%, transparent 72%, rgba(52, 197, 255, 0.06));
  pointer-events: none;
}

.card::after,
.project-demo-card::after,
.feature-panel::after,
.stat-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 197, 255, 0.08), transparent 68%);
  opacity: 0;
  transition: opacity var(--transition-normal);
  pointer-events: none;
}

.card:hover,
.project-demo-card:hover,
.glass-panel:hover,
.process-step:hover,
.contact-form-wrapper:hover,
.feature-panel:hover,
.stat-card:hover,
.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(125, 211, 252, 0.22);
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(52, 197, 255, 0.08), var(--shadow-glow);
}

.card:hover::after,
.project-demo-card:hover::after,
.feature-panel:hover::after,
.stat-card:hover::after {
  opacity: 1;
}

.main-showcase {
  min-height: 590px;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(125, 211, 252, 0.08),
    0 0 60px rgba(52, 197, 255, 0.11);
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.dots {
  display: flex;
  gap: 8px;
}

.dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.dots span:nth-child(1) {
  background: #ff5f57;
}

.dots span:nth-child(2) {
  background: #febc2e;
}

.dots span:nth-child(3) {
  background: #28c840;
}

.panel-title {
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-panel-body {
  padding: 28px;
}

.floating-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  background: rgba(7, 14, 26, 0.76);
  color: #d7f4ff;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(125, 211, 252, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
}

.badge-top {
  top: 28px;
  right: 28px;
}

.badge-bottom {
  left: 28px;
  bottom: 28px;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
  min-height: 450px;
}

.preview-sidebar,
.preview-main,
.preview-kpi,
.preview-chart-card {
  border-radius: 24px;
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
}

.preview-logo,
.preview-menu,
.preview-pill,
.preview-pill.small,
.preview-kpi small,
.preview-kpi strong {
  display: block;
}

.preview-logo {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: var(--brand-gradient-soft);
}

.preview-menu {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.preview-menu.active {
  background: var(--brand-gradient);
  box-shadow: 0 0 20px rgba(52, 197, 255, 0.32);
}

.preview-menu.short {
  width: 65%;
}

.preview-main {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
}

.preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
}

.preview-pill {
  width: 180px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.preview-pill.small {
  width: 82px;
  background: rgba(255, 255, 255, 0.12);
}

.preview-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
}

.preview-kpi {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.035);
  transform: translateZ(0);
}

.preview-kpi:hover {
  transform: translateY(-4px) translateZ(10px);
}

.preview-kpi small {
  margin-bottom: 10px;
  color: var(--text-muted);
  font-weight: 600;
}

.preview-kpi strong {
  font-size: clamp(1.2rem, 1.4vw, 1.55rem);
}

.preview-chart-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 25px 60px rgba(0, 0, 0, 0.28),
    0 10px 30px rgba(52, 197, 255, 0.08);
}

.preview-chart-grid {
  position: absolute;
  inset: 28px;
  border-radius: 18px;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 24%, 14% 100%;
}

.preview-bars {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 170px;
}

.preview-bars span {
  flex: 1;
  border-radius: 14px 14px 4px 4px;
  background: linear-gradient(180deg, rgba(117, 227, 255, 0.95), rgba(52, 197, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 10px 26px rgba(52, 197, 255, 0.12);
  animation: barsFloat 4.5s ease-in-out infinite;
}

.preview-bars span:nth-child(odd) {
  animation-delay: 0.2s;
}

.preview-line {
  position: absolute;
  top: 42px;
  right: 28px;
  left: 28px;
  height: 180px;
}

.preview-line path {
  fill: none;
  stroke: rgba(135, 112, 255, 0.95);
  stroke-width: 3;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(124, 107, 255, 0.4));
}

.showcase-reflection {
  position: absolute;
  right: 30px;
  bottom: -24px;
  left: 30px;
  height: 80px;
  background: radial-gradient(circle at center, rgba(52, 197, 255, 0.12), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.logos-strip {
  padding-top: 0;
  padding-bottom: 24px;
}

.marquee {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.marquee-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 14px 18px;
  animation: marquee 50s linear infinite;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.marquee-track span::before {
  content: "•";
  color: var(--brand-primary);
}

.grid-3,
.process-grid,
.stats-grid {
  display: grid;
  gap: 24px;
}

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

.service-card {
  min-height: 100%;
  padding: 34px 28px;
}

.card-shine {
  position: absolute;
  inset: auto -30% 65% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 197, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 18px;
  color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(117, 227, 255, 0.14), rgba(124, 107, 255, 0.08));
  box-shadow: 0 10px 30px rgba(52, 197, 255, 0.12);
}

.mini-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.mini-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.mini-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-accent);
  box-shadow: 0 0 10px rgba(87, 240, 197, 0.55);
}

.section-value {
  padding-top: 32px;
  padding-bottom: 48px;
}

.value-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.value-copy {
  max-width: 720px;
}

.value-cards {
  display: grid;
  gap: 16px;
}

.value-card {
  padding: 24px;
  border-radius: 28px;
}

.value-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.value-card strong {
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.project-demo-list {
  display: grid;
  gap: 22px;
}

.project-demo-card[data-spotlight]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(52, 197, 255, 0.16), transparent 35%);
  transition: opacity var(--transition-fast);
}

.project-demo-card[data-spotlight]:hover::after {
  opacity: 1;
}

.project-demo-summary {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 100%;
}

.project-demo-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 25%),
    rgba(5, 10, 18, 0.56);
}

.project-demo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
}

.project-demo-copy {
  max-width: 700px;
}

.project-tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #bfeeff;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.project-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 600;
}

.project-demo-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
}

.project-demo-actions.multi {
  flex-direction: column;
  align-items: stretch;
}

.ui-mockup {
  --ui-primary: rgba(52, 197, 255, 0.82);
  --ui-line: rgba(255, 255, 255, 0.1);
  --ui-shape: rgba(255, 255, 255, 0.18);

  display: flex;
  width: 100%;
  height: 160px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.project-demo-visual.alt-1 .ui-mockup {
  --ui-primary: rgba(87, 240, 197, 0.85);
}

.project-demo-visual.alt-2 .ui-mockup {
  --ui-primary: rgba(124, 107, 255, 0.85);
}

.project-demo-visual.alt-3 .ui-mockup {
  --ui-primary: rgba(255, 179, 76, 0.9);
}

.ui-mockup.dashboard .ui-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 28%;
  padding: 10px;
  border-right: 1px solid var(--ui-line);
  background: rgba(0, 0, 0, 0.25);
}

.ui-mockup.dashboard .ui-logo,
.ui-mockup.corporate .ui-logo,
.ui-mockup.landing .ui-logo {
  border-radius: 999px;
  background: var(--ui-shape);
}

.ui-mockup.dashboard .ui-logo {
  width: 60%;
  height: 8px;
  margin-bottom: 8px;
}

.ui-mockup.dashboard .ui-menu-item {
  width: 85%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.ui-mockup.dashboard .ui-menu-item.active {
  width: 95%;
  background: var(--ui-primary);
}

.ui-mockup.dashboard .ui-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.ui-mockup.dashboard .ui-nav,
.ui-mockup.corporate .ui-header,
.ui-mockup.landing .ui-header,
.ui-mockup.showcase .ui-header-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-mockup.dashboard .ui-nav {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--ui-line);
}

.ui-mockup.dashboard .ui-search {
  width: 40%;
  height: 7px;
  border-radius: 999px;
  background: var(--ui-shape);
}

.ui-mockup.dashboard .ui-avatar {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ui-shape);
}

.ui-mockup.dashboard .ui-stats {
  display: flex;
  gap: 6px;
}

.ui-mockup.dashboard .ui-stat-box,
.ui-mockup.landing .ui-feat-card {
  flex: 1;
  border: 1px solid var(--ui-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}

.ui-mockup.dashboard .ui-stat-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  height: 28px;
  padding: 4px;
}

.ui-mockup.dashboard .ui-val {
  width: 55%;
  height: 6px;
  border-radius: 999px;
  background: var(--ui-primary);
}

.ui-mockup.dashboard .ui-line,
.ui-mockup.landing .ui-line,
.ui-mockup.showcase .ui-lbl,
.ui-mockup.landing .ui-p,
.ui-mockup.corporate .ui-p,
.ui-mockup.showcase .ui-h1 {
  background: var(--ui-shape);
}

.ui-mockup.dashboard .ui-line {
  width: 35%;
  height: 3px;
  border-radius: 999px;
}

.ui-mockup.dashboard .ui-chart-area {
  display: flex;
  flex: 1;
  align-items: flex-end;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--ui-line);
  border-radius: 12px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.04));
}

.ui-mockup.dashboard .ui-chart-bar {
  flex: 1;
  border-radius: 6px 6px 2px 2px;
  background: var(--ui-primary);
  opacity: 0.5;
}

.ui-mockup.landing,
.ui-mockup.corporate,
.ui-mockup.showcase {
  flex-direction: column;
}

.ui-mockup.landing .ui-header,
.ui-mockup.corporate .ui-header,
.ui-mockup.showcase .ui-header-center {
  min-height: 22px;
  padding: 0 12px;
  border-bottom: 1px solid var(--ui-line);
}

.ui-mockup.landing .ui-logo,
.ui-mockup.showcase .ui-logo-center {
  width: 30px;
  height: 6px;
}

.ui-mockup.landing .ui-links {
  display: flex;
  gap: 6px;
}

.ui-mockup.landing .ui-links span {
  width: 12px;
  height: 4px;
  border-radius: 999px;
  background: var(--ui-shape);
}

.ui-mockup.landing .ui-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
}

.ui-mockup.landing .ui-h1,
.ui-mockup.corporate .ui-h1 {
  height: 12px;
  border-radius: 999px;
  background: var(--ui-shape);
}

.ui-mockup.landing .ui-h1 {
  width: 80%;
}

.ui-mockup.landing .ui-p {
  width: 56%;
  height: 5px;
  border-radius: 999px;
}

.ui-mockup.landing .ui-btn {
  width: 76px;
  height: 14px;
  border-radius: 999px;
  background: var(--ui-primary);
}

.ui-mockup.landing .ui-features {
  display: flex;
  flex: 1;
  gap: 8px;
  padding: 0 12px 12px;
}

.ui-mockup.landing .ui-feat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
}

.ui-mockup.landing .ui-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ui-primary);
}

.ui-mockup.landing .ui-line {
  width: 78%;
  height: 5px;
  border-radius: 999px;
}

.ui-mockup.corporate .ui-logo {
  width: 42px;
  height: 6px;
}

.ui-mockup.corporate .ui-menu {
  position: relative;
  width: 14px;
  height: 9px;
  border-top: 2px solid var(--ui-shape);
  border-bottom: 2px solid var(--ui-shape);
}

.ui-mockup.corporate .ui-menu::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--ui-shape);
}

.ui-mockup.corporate .ui-split {
  display: flex;
  flex: 1;
}

.ui-mockup.corporate .ui-left {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 16px 12px;
}

.ui-mockup.corporate .ui-eyebrow {
  width: 42%;
  height: 8px;
  border-radius: 999px;
  background: var(--ui-primary);
}

.ui-mockup.corporate .ui-h1 {
  width: 92%;
}

.ui-mockup.corporate .ui-p {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  box-shadow: 0 8px 0 var(--ui-shape), 0 16px 0 var(--ui-shape);
}

.ui-mockup.corporate .ui-right {
  width: 40%;
  padding: 12px 12px 12px 0;
}

.ui-mockup.corporate .ui-image,
.ui-mockup.showcase .ui-pic {
  width: 100%;
  height: 100%;
  border: 1px solid var(--ui-line);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.ui-mockup.showcase .ui-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-bottom: 1px solid var(--ui-line);
}

.ui-mockup.showcase .ui-h1 {
  width: 50%;
  height: 8px;
  border-radius: 999px;
}

.ui-mockup.showcase .ui-grid {
  display: flex;
  flex: 1;
  gap: 8px;
  padding: 10px;
}

.ui-mockup.showcase .ui-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
}

.ui-mockup.showcase .ui-pic {
  flex: 1;
}

.ui-mockup.showcase .ui-lbl {
  width: 60%;
  height: 5px;
  margin: 0 auto;
  border-radius: 999px;
}

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

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 28px 24px;
}

.stat-card strong {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.stat-card span {
  color: var(--text-secondary);
}

.align-center {
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 20px;
}

.feature-list li {
  position: relative;
  padding-left: 34px;
  color: var(--text-secondary);
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--brand-accent);
  font-weight: 900;
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.feature-panel {
  padding: 28px;
}

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

.feature-panel-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 160px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
}

.feature-panel-box:hover {
  transform: translateY(-4px) translateZ(10px);
}

.feature-panel-box span {
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.feature-panel-box strong {
  max-width: 12ch;
  font-size: 1.3rem;
  line-height: 1.2;
}

.feature-panel-box p {
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 8px;
  color: var(--text-secondary);
}

.box-content {
  display: flex;
  flex-direction: column;
}

.box-visual {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  overflow: hidden;
  min-height: 80px;
}

.branding-visual {
  background: radial-gradient(circle at center, rgba(124, 107, 255, 0.1), transparent 70%);
}

.brand-ring {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px dashed rgba(125, 211, 252, 0.4);
  animation: spinRing 8s linear infinite;
  box-shadow: 0 0 20px rgba(52, 197, 255, 0.2);
}

.ux-wireframe {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wire-head {
  height: 8px;
  width: 40%;
  background: var(--brand-primary);
  border-radius: 4px;
  opacity: 0.8;
}

.wire-body {
  height: 4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.wire-body.short {
  width: 70%;
}

.wave-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.wave-container span {
  width: 4px;
  height: 16px;
  background: var(--brand-accent);
  border-radius: 4px;
  animation: waveAnim 1.2s ease-in-out infinite;
}

.wave-container span:nth-child(2) {
  animation-delay: 0.1s;
}

.wave-container span:nth-child(3) {
  animation-delay: 0.2s;
}

.wave-container span:nth-child(4) {
  animation-delay: 0.3s;
}

.perf-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.perf-circle {
  position: relative;
  width: 54px;
  height: 54px;
}

.perf-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.perf-circle path {
  fill: none;
  stroke-width: 3;
}

.perf-circle path.bg {
  stroke: rgba(255, 255, 255, 0.05);
}

.perf-circle path.fill {
  stroke: var(--brand-accent);
  stroke-linecap: round;
  animation: fillDash 2s ease-out forwards;
}

.perf-circle strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #fff;
}

.perf-metric small {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.borderradius {
  border-radius: 12px;
  padding: 15px;
}

@keyframes spinRing {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes waveAnim {

  0%,
  100% {
    transform: scaleY(0.5);
    opacity: 0.5;
  }

  50% {
    transform: scaleY(1.5);
    opacity: 1;
  }
}

@keyframes fillDash {
  from {
    stroke-dasharray: 0, 100;
  }
}

.cta-band {
  padding-top: 16px;
  padding-bottom: 16px;
}

.cta-band-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px;
  border-radius: 34px;
}

.cta-band-card h2 {
  max-width: 15ch;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

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

.process-step {
  position: relative;
  padding-right: 20px;
  transition:
    transform var(--transition-normal),
    box-shadow var(--transition-normal);
}

.process-step::after {
  content: "";
  position: absolute;
  top: 24px;
  right: -10px;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent);
}

.process-step:last-child::after {
  display: none;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(117, 227, 255, 0.16), rgba(124, 107, 255, 0.1));
  box-shadow: 0 10px 28px rgba(52, 197, 255, 0.12);
  color: #d4f4ff;
  font-weight: 800;
}

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

.contact-form-wrapper {
  padding: 34px;
}

.glass-info {
  margin-bottom: 12px;
  padding: 18px 20px;
  border-radius: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--text-primary);
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast),
    background var(--transition-fast);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #8191a5;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(125, 211, 252, 0.4);
  box-shadow: 0 0 0 4px rgba(52, 197, 255, 0.12);
  background: rgba(12, 22, 38, 0.7);
}

.form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.info-lbl {
  display: block;
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.info-val {
  font-size: 1.05rem;
  font-weight: 700;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 16px;
  border-radius: 18px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
}

.form-status.success {
  display: block;
  color: #b9fff0;
  background: rgba(45, 212, 191, 0.08);
  border: 1px solid rgba(45, 212, 191, 0.24);
}

.site-footer {
  padding: 56px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 12, 24, 0.92) 0%, rgba(5, 8, 18, 1) 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-column h4 {
  margin: 0 0 18px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-brand span {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
}

.brand-logo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.footer-description {
  max-width: 320px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
  color: #7dd3fc;
  transform: translateX(4px);
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.52);
}

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  filter: blur(12px);
  transition:
    opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.delay-100 {
  transition-delay: 80ms;
}

.delay-200 {
  transition-delay: 140ms;
}

.delay-300 {
  transition-delay: 220ms;
}

.delay-400 {
  transition-delay: 300ms;
}

html,
body,
a,
button,
.btn,
.card,
.project-demo-card,
.glass-panel,
.process-step,
input,
textarea,
label {
  cursor: none !important;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #7dd3fc 0%, #0ea5e9 100%);
  box-shadow:
    0 0 12px rgba(56, 189, 248, 0.75),
    0 0 24px rgba(14, 165, 233, 0.4);
  transition:
    width 0.22s cubic-bezier(.16, 1, .3, 1),
    height 0.22s cubic-bezier(.16, 1, .3, 1),
    opacity 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(14px);
  opacity: 0.55;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle,
      rgba(125, 211, 252, 0.20) 0%,
      rgba(56, 189, 248, 0.14) 28%,
      rgba(14, 165, 233, 0.07) 52%,
      rgba(14, 165, 233, 0.02) 68%,
      transparent 78%);
  transition:
    width 0.28s cubic-bezier(.16, 1, .3, 1),
    height 0.28s cubic-bezier(.16, 1, .3, 1),
    opacity 0.28s ease,
    transform 0.28s ease;
}

.cursor-dot.active {
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #7dd3fc 100%);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.45),
    0 0 30px rgba(56, 189, 248, 0.45);
}

.cursor-glow.active {
  width: 180px;
  height: 180px;
  opacity: 0.9;
}

.cursor-dot.clicking {
  width: 12px;
  height: 12px;
}

.cursor-glow.clicking {
  width: 110px;
  height: 110px;
  opacity: 0.75;
}

.cursor-dot.hidden,
.cursor-glow.hidden {
  opacity: 0;
}

[data-tilt] {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

[data-tilt] [data-depth] {
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes barsFloat {

  0%,
  100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.04);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-content,
  .hero-stage,
  .hero-orb,
  [data-tilt],
  [data-tilt] [data-depth] {
    transform: none !important;
  }
}

@media (max-width: 1160px) {
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .value-banner {
    grid-template-columns: 1fr;
  }

  .process-step::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .mobile-no {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .project-demo-summary {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .project-demo-visual {
    min-height: 200px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .project-demo-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-demo-actions,
  .project-demo-actions.multi,
  .cta-band-card {
    width: 100%;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-band-card {
    flex-direction: column;
  }

  .dashboard-preview {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 860px) {
  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(8, 14, 25, 0.95);
    box-shadow: var(--shadow-md);
  }

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

  .mobile-toggle {
    display: inline-flex;
  }

  .header-actions>.btn {
    display: none;
  }
}

@media (max-width: 720px) {
  h1 {
    max-width: 10ch;
    font-size: clamp(2.45rem, 12vw, 4rem);
  }

  h2 {
    max-width: none;
  }

  .grid-3,
  .process-grid,
  .stats-grid,
  .preview-kpis,
  .feature-panel-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-wrapper,
  .feature-panel,
  .project-demo-content,
  .hero-panel-body,
  .cta-band-card {
    padding: 24px;
  }

  .project-demo-visual {
    padding: 20px;
  }

  .dashboard-preview {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .main-showcase {
    min-height: auto;
  }

  .site-footer {
    padding: 44px 0 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-description {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .hero {
    padding: 126px 0 68px;
  }

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

  .hero-cta .btn,
  .project-demo-actions .btn,
  .project-demo-actions.multi .btn,
  .cta-band-card .btn {
    width: 100%;
  }

  .proof-chip,
  .project-highlights span {
    width: 100%;
    justify-content: center;
  }

  .footer-content,
  .footer-bottom {
    align-items: flex-start;
  }
}

@media (pointer: coarse),
(max-width: 900px) {

  html,
  body,
  a,
  button,
  .btn,
  .card,
  .project-demo-card,
  .glass-panel,
  .process-step,
  input,
  textarea,
  label {
    cursor: auto !important;
  }

  .cursor-dot,
  .cursor-glow {
    display: none !important;
  }

  .hero-content,
  .hero-stage,
  .hero-orb,
  [data-tilt],
  [data-tilt] [data-depth] {
    transform: none !important;
  }
}