:root {
  --bg: #f2f4f7;
  --bg2: #ffffff;
  --card: #ffffff;
  --text: #0b0f19;
  --muted: #374151;
  --muted2: #6b7280;
  --stroke: #d1d5db;
  --stroke2: #9ca3af;
  --a1: #6d5dfc;
  --a2: #22c55e;
  --a3: #8b5cf6;
  --a4: #f43f5e;
  --radius: 16px;
  --radius2: 24px;
  --ease: cubic-bezier(0.25, 0.8, 0.25, 1);
  --container: 1440px;
  --shadow: 0 8px 24px rgba(11, 15, 25, 0.06);
  --shadow-hover: 0 12px 32px rgba(11, 15, 25, 0.1);
  --grid-color: rgba(11, 15, 25, 0.04);
  --grid-thick: 2px;
  --grid-gap: 80px;
}

:root[data-theme="dark"] {
  --bg: #06070a;
  --bg2: #0a0c12;
  --card: rgba(255, 255, 255, 0.035);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.66);
  --muted2: rgba(255, 255, 255, 0.5);
  --stroke: rgba(255, 255, 255, 0.1);
  --stroke2: rgba(255, 255, 255, 0.16);
  --a1: #7050ff;
  --a2: #2fe0ff;
  --a3: #36e59a;
  --a4: #ff5a7a;
  --radius: 22px;
  --radius2: 30px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --container: 1440px;
  --shadow: 0 18px 90px rgba(0, 0, 0, 0.55);
  --shadow-hover: 0 24px 120px rgba(0, 0, 0, 0.65);
  --grid-color: rgba(255, 255, 255, 0.03);
}

body {
  background: repeating-linear-gradient(90deg,var(--grid-color) 0,var(--grid-color) var(--grid-thick),transparent var(--grid-thick),transparent var(--grid-gap)),repeating-linear-gradient(0deg,var(--grid-color) 0,var(--grid-color) var(--grid-thick),transparent var(--grid-thick),transparent var(--grid-gap)),var(--bg);
  transition: background 0.3s ease;
}

:root:not([data-theme="dark"]) .bg-blobs,
:root:not([data-theme="dark"]) .grain {
  display: none;
}

:root[data-theme="dark"] .bg-blobs,
:root[data-theme="dark"] .grain {
  display: block;
}

:root[data-theme="dark"] body {
  background: repeating-linear-gradient(90deg,var(--grid-color) 0,var(--grid-color) var(--grid-thick),transparent var(--grid-thick),transparent var(--grid-gap)),repeating-linear-gradient(0deg,var(--grid-color) 0,var(--grid-color) var(--grid-thick),transparent var(--grid-thick),transparent var(--grid-gap)),radial-gradient(900px 600px at 70% 0%,rgba(47,224,255,0.1),transparent 60%),radial-gradient(900px 700px at 20% 10%,rgba(112,80,255,0.12),transparent 55%),linear-gradient(180deg,var(--bg),var(--bg2));
}

.bg-blobs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}
.blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.55;
  transform: translate3d(0,0,0);
}
.b1 {
  width: 520px;
  height: 520px;
  left: -140px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%,rgba(112,80,255,0.85),rgba(112,80,255,0) 60%);
}
.b2 {
  width: 640px;
  height: 520px;
  right: -220px;
  top: 6vh;
  background: radial-gradient(circle at 40% 35%,rgba(47,224,255,0.75),rgba(47,224,255,0) 62%);
}
.b3 {
  width: 560px;
  height: 560px;
  left: 20vw;
  bottom: -260px;
  background: radial-gradient(circle at 30% 30%,rgba(54,229,154,0.55),rgba(54,229,154,0) 64%);
}
.grain {
  position: absolute;
  inset: -20%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.1;
}

:root[data-theme="dark"] .blob.b1 {
  width: 520px;
  height: 520px;
  left: -140px;
  top: -120px;
  background: radial-gradient(circle at 30% 30%,rgba(112,80,255,0.85),rgba(112,80,255,0) 60%);
}
:root[data-theme="dark"] .blob.b2 {
  width: 640px;
  height: 520px;
  right: -220px;
  top: 6vh;
  background: radial-gradient(circle at 40% 35%,rgba(47,224,255,0.75),rgba(47,224,255,0) 62%);
}
:root[data-theme="dark"] .blob.b3 {
  width: 560px;
  height: 560px;
  left: 20vw;
  bottom: -260px;
  background: radial-gradient(circle at 30% 30%,rgba(54,229,154,0.55),rgba(54,229,154,0) 64%);
}
:root[data-theme="dark"] .grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  opacity: 0.1;
}

*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  transition: color 0.3s ease,background-color 0.3s ease;
}
body {
  margin: 0;
  font-family: "Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--a1);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: var(--a3);
}
.container {
  width: min(var(--container),calc(100% - 48px));
  margin: 0 auto;
}
@media (max-width:720px) {
  .container {
    width: min(var(--container),calc(100% - 32px));
  }
}
.hdr {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stroke);
  transition: background 0.3s ease,border-color 0.3s ease;
}
:root[data-theme="dark"] .hdr {
  background: rgba(6,7,10,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}
.logo-wrapper {
  height: 64px;
  width: 200px; 
  overflow: visible;
  flex-shrink: 0;
  border-radius: 12px;
}
.brand {
  align-items: center;
  gap: 12px;
}
.logo-light {
  display: block;
}
.logo-dark {
  display: none;
}
:root[data-theme="dark"] .logo-light {
  display: none;
}
:root[data-theme="dark"] .logo-dark {
  display: block;
}
.brand-mark {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.brand-txt b {
  display: block;
  letter-spacing: -0.02em;
  font-weight: 800;
}
.brand-txt em {
  display: block;
  font-style: normal;
  color: var(--muted2);
  font-size: 12px;
  transition: color 0.3s ease;
}
.links {
  display: flex;
  gap: 24px;
  align-items: center;
  color: var(--muted);
  font-size: 15px;
  transition: color 0.3s ease;
}
.links a {
  position: relative;
  padding: 6px 0;
  transition: color 0.2s var(--ease);
}
.links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: var(--a1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s var(--ease);
}
.links a:hover {
  color: var(--text);
}
.links a:hover::after {
  transform: scaleX(1);
}
.cta {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn.theme-toggle {
  background: var(--card);
  border: 1px solid var(--stroke);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  gap: 6px;
  min-width: 44px;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn.theme-toggle .theme-icon {
  transition: opacity 0.2s var(--ease),transform 0.2s var(--ease);
}
.btn.theme-toggle .theme-icon.sun {
  display: block;
}
.btn.theme-toggle .theme-icon.moon {
  display: none;
}
:root[data-theme="dark"] .btn.theme-toggle .theme-icon.sun {
  display: none;
}
:root[data-theme="dark"] .btn.theme-toggle .theme-icon.moon {
  display: block;
}
.btn.theme-toggle:hover {
  border-color: var(--a1);
}
.btn.theme-toggle:active {
  transform: scale(0.98);
}
.burger {
  display: none;
}
.burger button {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: var(--card);
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .burger button {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.mobile {
  display: none;
  padding: 0 0 16px;
}
.mobile .divider {
  height: 1px;
  background: var(--stroke);
  transition: background 0.3s ease;
}
:root[data-theme="dark"] .mobile .divider {
  background: rgba(255,255,255,0.06);
}
.mobile .row {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}
.mobile a {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .mobile a {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
}
.mobile .btn.theme-toggle {
  justify-content: flex-start;
  padding: 10px 14px;
}
.btn {
  appearance: none;
  border: 1px solid var(--stroke);
  background: var(--card);
  color: var(--text);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
  border-color: var(--a1);
}
.btn.primary {
  background: linear-gradient(135deg,var(--a1),var(--a3));
  color: #fff;
  border: 0;
  box-shadow: 0 26px 34px rgba(109,93,252,0.22);
  padding-top: 20px;
  padding-bottom: 20px;
}
:root[data-theme="dark"] .btn.primary {
  border-color: rgba(112,80,255,0.25);
  background: linear-gradient(135deg,rgba(112,80,255,0.95),rgba(81,53,255,0.85));
  box-shadow: 0 18px 60px rgba(112,80,255,0.18);
}
.btn.primary:hover {
  box-shadow: 0 20px 40px rgba(109,93,252,0.3);
}
:root[data-theme="dark"] .btn.primary:hover {
  box-shadow: 0 26px 80px rgba(112,80,255,0.22);
}
.iconbtn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: var(--card);
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
}
.iconbtn:hover {
  transform: translateY(-2px);
}
:root[data-theme="dark"] .iconbtn {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.hero {
  padding: 60px 0 40px;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  color: var(--muted);
  font-size: 13px;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .kicker {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
}
.kdot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--a1);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .kdot {
  background: linear-gradient(90deg,var(--a1),var(--a2));
  box-shadow: 0 0 18px rgba(47,224,255,0.35);
}
h1 {
  margin: 16px 0 12px;
  font-size: clamp(36px,5vw,56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}
.grad {
  background: linear-gradient(90deg,var(--a1),var(--a2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: background 0.3s ease;
}
.lead {
  margin: 0 0 20px;
  color: var(--muted);
  max-width: 55ch;
  font-size: clamp(15px,1.3vw,18px);
  line-height: 1.6;
  transition: color 0.3s ease;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.pill {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  color: var(--muted2);
  font-size: 12px;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .pill {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}
.hero-visual {
  min-height: 380px;
  position: relative;
}
.chart-wrap {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius2);
  padding: 18px;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .chart-wrap.naked {
  border: 0;
  background: transparent;
}
.chart-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mini {
  font-size: 12px;
  color: var(--muted2);
  letter-spacing: -0.01em;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  width: fit-content;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .mini {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
}
.legend {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  color: var(--muted2);
  font-size: 12px;
  transition: color 0.3s ease;
}
.tag {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.tag:hover {
  transform: translateY(-1px);
  border-color: var(--a1);
}
:root[data-theme="dark"] .tag {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
}
:root[data-theme="dark"] .tag:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
}
.tag.active {
  background: var(--a1);
  color: #fff;
  border-color: var(--a1);
}
:root[data-theme="dark"] .tag.active {
  border-color: rgba(112,80,255,0.35);
  background: rgba(112,80,255,0.12);
}
.swatch {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--a1);
  transition: background 0.3s ease;
}
.swatch.alt {
  background: var(--a2);
}
.swatch.roi {
  background: var(--a4);
}
:root[data-theme="dark"] .swatch {
  background: linear-gradient(90deg,var(--a1),var(--a2));
}
:root[data-theme="dark"] .swatch.alt {
  background: linear-gradient(90deg,var(--a2),var(--a3));
}
:root[data-theme="dark"] .swatch.roi {
  background: linear-gradient(90deg,var(--a4),var(--a2));
}
.chart-kpi {
  position: absolute;
  left: 0;
  top: 90px;
  padding: 12px 14px;
  border-radius: 20px;
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: var(--shadow);
  z-index: 3;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .chart-kpi {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 110px rgba(0,0,0,0.55);
}
.kpi-num {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--a1);
  transition: color 0.3s ease;
}
:root[data-theme="dark"] .kpi-num {
  background: linear-gradient(90deg,var(--a1),var(--a2),var(--a3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.kpi-label {
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  transition: color 0.3s ease;
}
.chart-hint {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted2);
  font-size: 12px;
  transition: color 0.3s ease;
}
.hint-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--a1);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .hint-dot {
  background: rgba(255,255,255,0.7);
  box-shadow: 0 0 24px rgba(47,224,255,0.25);
}
.chart-stage {
  position: relative;
  margin-top: 10px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--stroke);
  background: var(--bg);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .chart-stage {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.12);
  backdrop-filter: blur(10px);
}
.chart {
  width: 100%;
  height: 260px;
  display: block;
}
.chart .grid line {
  stroke: var(--stroke);
  transition: stroke 0.3s ease;
}
:root[data-theme="dark"] .chart .grid line {
  stroke: rgba(255,255,255,0.06);
}
.chart .line {
  fill: none;
  stroke: var(--a1);
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke 0.3s ease;
}
:root[data-theme="dark"] .chart .line {
  filter: drop-shadow(0 14px 26px rgba(47,224,255,0.12));
}
.chart .area {
  fill: url(#gradArea);
  opacity: 0.18;
  transition: opacity 0.3s ease;
}
:root[data-theme="dark"] .chart .area {
  opacity: 0.95;
}
.chart .pt {
  fill: #fff;
  stroke: var(--a1);
  stroke-width: 2;
  cursor: pointer;
  transition: all 0.4s ease;
  r: 6;
}
:root[data-theme="dark"] .chart .pt {
  fill: rgba(255,255,255,0.92);
  stroke: rgba(0,0,0,0.35);
}
.chart .pt:hover {
  r: 6;
}
.chart .cross {
  stroke: var(--stroke);
  stroke-width: 1;
  transition: stroke 0.3s ease;
}
:root[data-theme="dark"] .chart .cross {
  stroke: rgba(255,255,255,0.1);
}
.glowdot {
  fill: #fff;
  filter: url(#softGlow);
  transition: fill 0.3s ease;
}
:root[data-theme="dark"] .glowdot {
  fill: rgba(255,255,255,0.92);
}
.tooltip {
  position: absolute;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
  transform: translate(-50%,-120%);
  opacity: 0;
  transition: opacity 0.2s var(--ease),background 0.3s ease;
  white-space: nowrap;
  z-index: 5;
}
.tooltip.show {
  opacity: 1;
}
:root[data-theme="dark"] .tooltip {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(10,12,18,0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 80px rgba(0,0,0,0.45);
}
.tooltip .t2 {
  color: var(--muted2);
  margin-top: 4px;
  display: block;
  transition: color 0.3s ease;
}
.stat-floats {
  position: absolute;
  right: -8px;
  bottom: -70px;
  display: grid;
  gap: 10px;
  width: min(340px,46%);
  z-index: 4;
}
.stat-float {
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .stat-float {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10,12,18,0.38);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 120px rgba(0,0,0,0.55);
}
.stat-float b {
  display: block;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.stat-float span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--muted2);
  line-height: 1.35;
  transition: color 0.3s ease;
}
section {
  padding: 60px 0;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
h2 {
  margin: 0;
  font-size: clamp(26px,3vw,36px);
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.sub {
  margin: 6px 0 0;
  color: var(--muted);
  max-width: 70ch;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.card,
.svc,
.benefit,
.case,
.panel {
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .card,
:root[data-theme="dark"] .svc,
:root[data-theme="dark"] .benefit,
:root[data-theme="dark"] .case,
:root[data-theme="dark"] .panel {
  border: 1px solid rgba(255,255,255,0.1);
  background: radial-gradient(900px 500px at 0% 0%,rgba(112,80,255,0.12),transparent 50%),radial-gradient(700px 420px at 100% 10%,rgba(47,224,255,0.1),transparent 55%),linear-gradient(180deg,rgba(255,255,255,0.06),rgba(255,255,255,0.02));
  box-shadow: 0 18px 90px rgba(0,0,0,0.55);
}
.grid {
  display: grid;
  gap: 16px;
}
.about-grid {
  grid-template-columns: repeat(3,1fr);
  display: grid;
}
.services {
  grid-template-columns: repeat(3,1fr);
  display: grid;
}
.benefits {
  grid-template-columns: repeat(2,1fr);
  display: grid;
  gap: 16px;
}
.card-inner {
  padding: 22px;
}
.card-title {
  display: block;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
  margin-bottom: 8px;
}
.kv {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}
.kv>div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .kv>div {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.22);
}
.kv svg {
  opacity: 0.85;
  margin-top: 1px;
}
.svc {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease),border-color 0.25s var(--ease);
}
.svc .in {
  position: relative;
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.svc .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.svc-tag {
  font-size: 12px;
  color: var(--muted2);
  border: 1px solid var(--stroke);
  background: var(--bg);
  padding: 6px 10px;
  border-radius: 999px;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .svc-tag {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.18);
}
.svc h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  flex-grow: 1;
}
.svc p {
  margin: 0 0 12px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  flex-grow: 1;
  transition: color 0.5s ease;
}
.svc .more {
  margin-top: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--a1);
  font-size: 13px;
  cursor: pointer;
  padding: 8px 0;
  transition: all 0.3s ease;
  position: relative;
}
:root[data-theme="dark"] .svc .more {
  color: rgba(255,255,255,0.78);
}
.svc .more:hover {
  color: var(--a3);
  padding-left: 4px;
}
:root[data-theme="dark"] .svc .more:hover {
  color: var(--a1);
}
.svc .svc-details {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0 solid var(--stroke);
}
.svc .svc-details.open {
  max-height: 500px;
  margin-top: 12px;
  padding-top: 12px;
  opacity: 1;
  transform: translateY(0);
  border-top: 1px solid var(--stroke);
}
:root[data-theme="dark"] .svc .svc-details {
  border-top: 0 solid rgba(255,255,255,0.08);
}
.svc .svc-details p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.svc:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--a1);
}
:root[data-theme="dark"] .svc:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
}
.benefit {
  padding: 18px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.benefit-header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.benefit .bicon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--bg);
  border: 1px solid var(--stroke);
  color: var(--a1);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .benefit .bicon {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.86);
}
.benefit .btxt {
  flex-grow: 1;
}
.benefit .btxt b {
  display: block;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.benefit .btxt span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.3s ease;
}
.expand-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--bg);
  border: 1px solid var(--stroke);
  display: grid;
  place-items: center;
  font-size: 14px;
  color: var(--text);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .expand-icon {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.benefit.expanded .expand-icon {
  transform: rotate(180deg);
}
.benefit-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease),border-color 0.3s ease;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--stroke);
}
:root[data-theme="dark"] .benefit-details {
  border-top: 1px solid rgba(255,255,255,0.08);
}
.benefit-details p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.benefit:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--a1);
}
:root[data-theme="dark"] .benefit:hover {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
}
.benefit.expanded {
  background: var(--bg2);
  border-color: var(--a1);
}
:root[data-theme="dark"] .benefit.expanded {
  background: rgba(255,255,255,0.06);
  border-color: rgba(112,80,255,0.25);
}
.cases-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px,1fr);
  gap: 16px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cases-track::-webkit-scrollbar {
  display: none;
}
.case {
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
}
.case.media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 40%,rgba(0,0,0,0.35));
  pointer-events: none;
}
.case-media {
  height: 200px;
  width: 100%;
  background: linear-gradient(135deg,var(--a1),var(--a3));
  opacity: 0.9;
}
:root[data-theme="dark"] .case {
  border: 1px solid rgba(255,255,255,0.1);
  background: radial-gradient(800px 420px at 10% 0%,rgba(112,80,255,0.12),transparent 55%),rgba(255,255,255,0.03);
}
:root[data-theme="dark"] .case:hover {
  border-color: rgba(255,255,255,0.18);
}
.case-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-cap {
  position: relative;
  padding: 16px 18px 18px;
  z-index: 1;
}
.case-title {
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
}
.case-sub {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.case-results {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.case-results span {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--a1);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  transition: background 0.3s ease;
}
:root[data-theme="dark"] .case-results span {
  background: rgba(112,80,255,0.12);
  color: rgba(255,255,255,0.85);
}
.slider-ctl {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider-progress {
  margin-top: 14px;
  height: 2px;
  background: var(--stroke);
  border-radius: 999px;
  overflow: hidden;
  transition: background 0.3s ease;
}
:root[data-theme="dark"] .slider-progress {
  background: rgba(255,255,255,0.06);
}
.slider-progress span {
  display: block;
  height: 100%;
  width: 30%;
  background: linear-gradient(90deg,var(--a1),var(--a3));
  border-radius: 999px;
  transition: background 0.3s ease;
}
:root[data-theme="dark"] .slider-progress span {
  background: linear-gradient(90deg,var(--a1),var(--a2),var(--a3));
  box-shadow: 0 0 18px rgba(47,224,255,0.24);
}
.marquee {
  border: 1px solid var(--stroke);
  border-radius: var(--radius2);
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s ease,background 0.3s ease;
}
:root[data-theme="dark"] .marquee {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.1);
}
.marquee-track {
  display: flex;
  gap: 12px;
  padding: 14px;
  width: max-content;
  animation: marquee 24s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.logo-pill {
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .logo-pill {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.76);
}
.logo-pill:hover {
  transform: translateY(-2px);
  border-color: var(--a1);
  background: var(--bg2);
}
:root[data-theme="dark"] .logo-pill:hover {
  border-color: rgba(112,80,255,0.25);
  background: rgba(112,80,255,0.08);
}
.logo-pill img {
  width: 100%;
  max-width: 190px;
  height: 50px;
  object-fit: contain;
}
.contact {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
}
.panel {
  border-radius: var(--radius2);
  overflow: hidden;
  position: relative;
}
.panel .in {
  position: relative;
  padding: 18px;
}
.cc-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 4px 0 16px 0;
}
.cc-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  margin-bottom: 20px;
}
.cc-item {
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--bg);
  border: 1px solid var(--stroke);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .cc-item {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}
.cc-item:hover {
  background: var(--bg2);
  border-color: var(--a1);
}
:root[data-theme="dark"] .cc-item:hover {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.1);
}
.cc-k {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.cc-v {
  display: block;
  font-weight: 650;
  color: var(--text);
  transition: color 0.3s ease;
}
:root[data-theme="dark"] .cc-v {
  color: rgba(255,255,255,0.88);
}
.cc-foot {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.cc-foot .row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-icon {
  width: 100%;
  max-width: 40px;
}
form {
  display: grid;
  gap: 12px;
}
.field {
  display: grid;
  gap: 6px;
}
label {
  font-size: 12px;
  color: var(--muted2);
  transition: color 0.3s ease;
}
input,
textarea,
select {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}
:root[data-theme="dark"] input,
:root[data-theme="dark"] textarea,
:root[data-theme="dark"] select {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.22);
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--a1);
  background: #fff;
}
:root[data-theme="dark"] input:focus,
:root[data-theme="dark"] textarea:focus,
:root[data-theme="dark"] select:focus {
  border-color: rgba(47,224,255,0.35);
}
textarea {
  min-height: 90px;
  resize: vertical;
}
.hint {
  font-size: 12px;
  color: var(--muted2);
  line-height: 1.45;
  display: block;
  text-align: center;
  transition: color 0.3s ease;
}
footer {
  padding: 24px 0;
  color: var(--muted2);
  font-size: 12px;
  border-top: 1px solid var(--stroke);
  background: rgba(255,255,255,0.82);
  transition: all 0.3s ease;
}
:root[data-theme="dark"] footer {
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(6,7,10,0.85);
}
.frow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--ease),transform 0.6s var(--ease);
}
.reveal.show {
  opacity: 1;
  transform: none;
}
.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0,0,0,0.45);
  z-index: 200;
  padding: 16px;
  transition: background 0.3s ease;
}
:root[data-theme="dark"] .modal {
  background: rgba(0,0,0,0.55);
}
.modal.open {
  display: grid;
}
.modal .box {
  width: min(720px,100%);
  background: var(--card);
  border-radius: var(--radius2);
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow-hover);
  overflow: hidden;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .modal .box {
  border: 1px solid rgba(255,255,255,0.14);
  background: radial-gradient(900px 520px at 0% 0%,rgba(112,80,255,0.18),transparent 60%),radial-gradient(900px 520px at 100% 20%,rgba(47,224,255,0.14),transparent 60%),rgba(10,12,18,0.86);
  backdrop-filter: blur(14px);
  box-shadow: 0 40px 140px rgba(0,0,0,0.65);
}
.modal .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--stroke);
  transition: border-color 0.3s ease;
}
:root[data-theme="dark"] .modal .top {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.modal .body {
  padding: 16px;
}
.x {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: var(--bg);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}
:root[data-theme="dark"] .x {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
}
.modal .box.compact {
  max-width: 560px;
}
.modal .box.compact .field textarea {
  min-height: 84px;
}
@media (max-width:1020px) {
  .hero-grid,
  .about-grid,
  .services,
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .links {
    display: none;
  }
  .burger {
    display: block;
  }
  .mobile {
    display: block;
  }
  .stat-floats {
    right: 40px;
    bottom: -120px;
  }
  .chart-kpi {
    top: 100px;
  }
}
@media (max-width:560px) {
  .hero-grid,
  .about-grid,
  .services,
  .benefits {
    grid-template-columns: 1fr;
    display: grid;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .chart {
    height: 240px;
  }
  .marquee-track {
    padding: 10px;
    gap: 8px;
  }
  .logo-pill {
    padding: 10px 12px;
    font-size: 12px;
  }
  .stat-floats {
    position: absolute;
    right: 49px;
    bottom: -101px;
    display: grid;
    gap: 10px;
    width: min(340px,46%);
    z-index: 4;
  }
  .contact {
    display: block;
  }
  .frow {
    display: block;
    text-align: center;
  }
  .benefits {
    gap: 16px;
  }
  .cc-foot .row {
    margin: 0 auto;
  }
  .btn.primary {
    display: none;
  }
  .cta {
    margin-left: auto;
  }
  .stat-floats {
    right: 80px;
  }
  .chart-kpi {
    top: 158px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,
  ::after,
  ::before {
    animation-duration: 0.01ms!important;
    animation-iteration-count: 1!important;
    transition-duration: 0.01ms!important;
    scroll-behavior: auto!important;
  }
}
@supports (-webkit-backdrop-filter:blur(1px)) {
  .hdr,
  .tooltip {
    -webkit-backdrop-filter: blur(12px);
  }
  :root[data-theme="dark"] .hdr {
    -webkit-backdrop-filter: blur(16px);
  }
  :root[data-theme="dark"] .chart-stage,
  :root[data-theme="dark"] .mini,
  :root[data-theme="dark"] .pill,
  :root[data-theme="dark"] .chart-kpi,
  :root[data-theme="dark"] .stat-float,
  :root[data-theme="dark"] .tooltip,
  :root[data-theme="dark"] .modal .box,
  :root[data-theme="dark"] .kv>div,
  :root[data-theme="dark"] .svc-tag,
  :root[data-theme="dark"] .tag {
    -webkit-backdrop-filter: blur(12px);
  }
}
@supports (-webkit-touch-callout:none) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  body {
    -webkit-font-smoothing: antialiased;
  }
}
@supports (padding:max(0px)) {
  .hdr {
    padding-top: max(0px,env(safe-area-inset-top));
  }
  .modal {
    padding-top: max(16px,env(safe-area-inset-top));
  }
  .container {
    padding-left: max(0px,env(safe-area-inset-left));
    padding-right: max(0px,env(safe-area-inset-right));
  }
}
@supports (-webkit-touch-callout:none) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@supports (height:100svh) {
  .modal {
    min-height: 100svh;
  }
}
@supports (height:100dvh) {
  .modal {
    min-height: 100dvh;
  }
}
@media (hover:none) and (pointer:coarse) {
  .btn:hover,
  .iconbtn:hover,
  .tag:hover,
  .logo-pill:hover,
  .benefit:hover,
  .svc:hover {
    transform: none!important;
  }
}
@media (max-width:1020px) {
  html,
  body {
    overflow-x: clip;
  }
  @supports not (overflow:clip) {
    html,
    body {
      overflow-x: hidden;
    }
  }
  .mobile[hidden] {
    display: none!important;
  }
}
@media (max-width:1440px) {
  .container {
    width: min(var(--container),calc(100% - 44px));
  }
  .hero {
    padding: 54px 0 34px;
  }
  .hero-grid {
    gap: 34px;
  }
}
@media (max-width:1280px) {
  .container {
    width: min(var(--container),calc(100% - 40px));
  }
  .links {
    gap: 18px;
    font-size: 14px;
  }
  .hero-grid {
    gap: 28px;
  }
  .hero {
    padding: 50px 0 32px;
  }
}
@media (max-width:1200px) {
  .container {
    width: min(var(--container),calc(100% - 36px));
  }
  .nav {
    padding: 12px 0;
  }
  .btn {
    padding: 10px 16px;
  }
}
@media (max-width:1020px) {
  .nav {
    gap: 12px;
  }
  .cta {
    gap: 8px;
  }
  .mobile a {
    padding: 12px 12px;
    border-radius: 16px;
  }
  .chart-kpi {
    max-width: calc(100% - 12px);
  }
}
@media (max-width:900px) {
  .hero {
    padding: 46px 0 30px;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .chart {
    height: 250px;
  }
}
@media (max-width:820px) {
  section {
    padding: 56px 0;
  }
  .hero-grid {
    gap: 22px;
  }
  .pill-row {
    gap: 8px;
  }
  .pill {
    font-size: 11px;
  }
}
@media (max-width:720px) {
  .container {
    width: min(var(--container),calc(100% - 28px));
  }
  h1 {
    font-size: clamp(32px,7vw,44px);
  }
  .lead {
    font-size: 15px;
  }
  .hero-actions {
    gap: 10px;
  }
  .chart-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .legend {
    gap: 8px;
  }
}
@media (max-width:600px) {
  .nav {
    padding: 10px 0;
  }
  .btn,
  .iconbtn {
    min-height: 40px;
  }
  .kpi-num {
    font-size: 34px;
  }
}
@media (max-width:560px) {
  section {
    padding: 52px 0;
  }
  .hero {
    padding: 42px 0 26px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .chart {
    height: 232px;
  }
  .tooltip {
    white-space: normal;
    max-width: 240px;
  }
  .cases-track {
    grid-auto-columns: minmax(260px,1fr);
  }
}
@media (max-width:480px) {
  .container {
    width: min(var(--container),calc(100% - 24px));
  }
  .brand-txt em {
    display: none;
  }
  .logo-wrapper {
    width: 160px;
    height: 48px;
  }
  .cases-track {
    grid-auto-columns: minmax(240px,1fr);
  }
}
@media (max-width:430px) {
  h1 {
    font-size: 32px;
  }
  .kpi-num {
    font-size: 32px;
  }
}
@media (max-width:414px) {
  h2 {
    font-size: 26px;
  }
  .chart {
    height: 224px;
  }
}
@media (max-width:390px) {
  h1 {
    font-size: 30px;
  }
  .lead {
    font-size: 14px;
  }
  .cases-track {
    grid-auto-columns: minmax(228px,1fr);
  }
}
@media (max-width:375px) {
  .container {
    width: min(var(--container),calc(100% - 20px));
  }
  .kicker {
    font-size: 12px;
  }
  .pill {
    font-size: 11px;
  }
  .chart {
    height: 216px;
  }
}
@media (max-width:360px) {
  h1 {
    font-size: 28px;
  }
  .btn {
    padding: 10px 14px;
  }
}
@media (max-height:430px) and (orientation:landscape) {
  .hero {
    padding: 26px 0 18px;
  }
  .chart {
    height: 200px;
  }
  section {
    padding: 44px 0;
  }
}
@media (prefers-contrast:more) {
  .card,
  .svc,
  .benefit,
  .case,
  .panel {
    border-color: var(--stroke2);
  }
  .links a::after {
    transform: scaleX(1);
    opacity: 0.7;
  }
}
@media (max-width:1020px) {
  .mobile {
    display: block;
  }
  .mobile[hidden] {
    display: none!important;
  }
}
html.is-loading,
html.is-loading body {
  height: 100%;
  overflow: hidden;
}
html.is-loading body>*:not(.site-preloader) {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(6px);
  pointer-events: none;
}
body>*:not(.site-preloader) {
  transition: opacity 0.55s ease,transform 0.55s ease,filter 0.55s ease;
}
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  background: radial-gradient(1000px 600px at 15% 20%,rgba(255,255,255,0.06),transparent 60%),radial-gradient(900px 520px at 85% 70%,rgba(255,255,255,0.05),transparent 58%),linear-gradient(135deg,rgba(0,0,0,0.92),rgba(0,0,0,0.96));
  color: #fff;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.45s ease;
}
.site-preloader .spl-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 700px at 10% 25%,color-mix(in srgb,var(--a1) 55%,transparent),transparent 62%),radial-gradient(900px 520px at 90% 70%,color-mix(in srgb,var(--a3) 45%,transparent),transparent 58%),radial-gradient(800px 420px at 60% 10%,color-mix(in srgb,var(--a2) 35%,transparent),transparent 60%);
  filter: saturate(1.1) blur(0px);
  opacity: 0.75;
  mix-blend-mode: screen;
}
.site-preloader .spl-noise {
  position: absolute;
  inset: -40px;
  background: repeating-linear-gradient(0deg,rgba(255,255,255,0.018),rgba(255,255,255,0.018) 1px,transparent 1px,transparent 3px);
  opacity: 0.28;
  mix-blend-mode: overlay;
  filter: blur(0.2px);
  animation: splNoise 1.2s steps(2,end) infinite;
}
.site-preloader .spl-scanlines {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0)),repeating-linear-gradient(180deg,rgba(255,255,255,0.035) 0px,rgba(255,255,255,0.035) 1px,transparent 1px,transparent 5px);
  opacity: 0.22;
  mix-blend-mode: overlay;
  transform: translateY(-20%);
  animation: splScan 1.6s linear infinite;
}
.site-preloader .spl-inner {
  position: relative;
  width: min(980px,calc(100vw - 44px));
  text-align: center;
  padding: 22px 18px 18px;
}
.site-preloader .spl-title {
  font-family: var(--ff2,"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(26px,3.6vw,54px);
  line-height: 1.05;
  position: relative;
  display: inline-block;
  text-shadow: 0 18px 60px rgba(0,0,0,0.65);
}
.site-preloader .spl-title::before,
.site-preloader .spl-title::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: screen;
}
.site-preloader .spl-title::before {
  transform: translateX(-1px);
  color: color-mix(in srgb,var(--a2) 65%,#fff);
  clip-path: inset(0 0 0 0);
  animation: splGlitch1 1.1s steps(2,end) infinite;
}
.site-preloader .spl-title::after {
  transform: translateX(1px);
  color: color-mix(in srgb,var(--a1) 60%,#fff);
  clip-path: inset(0 0 0 0);
  animation: splGlitch2 1.35s steps(3,end) infinite;
}
.site-preloader .spl-sub {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: 0.62;
}
.site-preloader .spl-bar {
  margin-top: 18px;
  height: 8px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset,0 18px 60px rgba(0,0,0,0.55);
}
.site-preloader .spl-bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg,color-mix(in srgb,var(--a1) 85%,#fff),color-mix(in srgb,var(--a3) 85%,#fff),color-mix(in srgb,var(--a2) 80%,#fff));
  background-size: 220% 100%;
  filter: saturate(1.2);
  animation: splFill 2s cubic-bezier(0.2,0.85,0.2,1) forwards,splGradient 1.4s ease-in-out infinite;
}
.site-preloader.is-done {
  opacity: 0;
  pointer-events: none;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .logo-wrapper {
    width: 180px;
    height: 60px;
    position: relative;
  }
  
  .brand-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
  }
}
@keyframes splFill {
  0% {
    transform: scaleX(0);
  }
  10% {
    transform: scaleX(0.1);
  }
  55% {
    transform: scaleX(0.85);
  }
  80% {
    transform: scaleX(0.98);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes splGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes splScan {
  from {
    transform: translateY(-25%);
  }
  to {
    transform: translateY(25%);
  }
}
@keyframes splNoise {
  0% {
    transform: translate3d(0,0,0);
    opacity: 0.25;
  }
  50% {
    transform: translate3d(-6px,4px,0);
    opacity: 0.32;
  }
  100% {
    transform: translate3d(6px,-4px,0);
    opacity: 0.25;
  }
}
@keyframes splGlitch1 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  15% {
    clip-path: inset(12% 0 70% 0);
  }
  30% {
    clip-path: inset(62% 0 18% 0);
  }
  45% {
    clip-path: inset(28% 0 52% 0);
  }
  60% {
    clip-path: inset(72% 0 10% 0);
  }
  75% {
    clip-path: inset(8% 0 78% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes splGlitch2 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  18% {
    clip-path: inset(54% 0 24% 0);
  }
  36% {
    clip-path: inset(10% 0 74% 0);
  }
  54% {
    clip-path: inset(68% 0 12% 0);
  }
  72% {
    clip-path: inset(22% 0 56% 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
  }
}
@media (prefers-reduced-motion:reduce) {
  .site-preloader .spl-bar-fill,
  .site-preloader .spl-noise,
  .site-preloader .spl-scanlines,
  .site-preloader .spl-title::before,
  .site-preloader .spl-title::after {
    animation: none!important;
  }
  .site-preloader .spl-bar-fill {
    transform: scaleX(1);
  }
}