:root {
  --bg-1: #06040d;
  --bg-2: #0b0815;
  --bg-3: #141028;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-soft: rgba(255, 255, 255, 0.05);
  --surface-deep: rgba(10, 9, 22, 0.72);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f8f7ff;
  --text-soft: #d8d4ea;
  --text-muted: #a39abf;
  --accent: #a869ff;
  --accent-2: #8f7cff;
  --accent-3: #efeaff;
  --accent-4: #d8c7ff;
  --glow: rgba(168, 105, 255, 0.35);
  --glow-strong: rgba(221, 208, 255, 0.24);
  --shadow-1: 0 30px 80px rgba(0, 0, 0, 0.34);
  --shadow-2: 0 20px 48px rgba(0, 0, 0, 0.22);
  --radius-sm: 20px;
  --radius-md: 30px;
  --radius-lg: 42px;
  --radius-xl: 56px;
  --container: min(1240px, calc(100vw - 40px));
  --wide: min(1440px, calc(100vw - 40px));
  --header-h: 88px;
  --ease: 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 105, 255, 0.18), transparent 26%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #05030a 0%, #080611 100%);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text-soft);
  background:
    radial-gradient(circle at 12% 14%, rgba(168, 105, 255, 0.15), transparent 0 22%),
    radial-gradient(circle at 84% 9%, rgba(255, 255, 255, 0.1), transparent 0 18%),
    radial-gradient(circle at 50% 48%, rgba(143, 124, 255, 0.09), transparent 0 26%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 34%, #05040b 100%);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08) 34%, transparent 78%);
}

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

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

button,
input,
textarea {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--text);
  font-family: "Syne", "Space Grotesk", sans-serif;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-wrap: balance;
}

p {
  margin: 0;
}

:focus-visible {
  outline: 2px solid rgba(221, 208, 255, 0.75);
  outline-offset: 4px;
}

::selection {
  background: rgba(168, 105, 255, 0.28);
  color: var(--text);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  position: relative;
  padding: clamp(72px, 10vw, 124px) 0;
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.section--wide .section-head,
.section--wide .container {
  width: var(--wide);
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  height: 4px;
  z-index: 140;
  background: rgba(255, 255, 255, 0.05);
}

.page-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, #ffffff, var(--accent-4), var(--accent));
  box-shadow: 0 0 22px rgba(168, 105, 255, 0.7);
}

#webbg-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  pointer-events: none;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.025), transparent 16%),
    radial-gradient(circle at 50% 70%, rgba(168, 105, 255, 0.06), transparent 22%);
  opacity: 0.85;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 160;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity var(--ease), transform 0.08s linear;
}

.cursor--outer {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
  backdrop-filter: blur(14px);
}

.cursor--inner {
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #ffffff, var(--accent-2));
  box-shadow: 0 0 30px rgba(168, 105, 255, 0.55);
}

body.has-pointer .cursor {
  opacity: 1;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 180;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(15, 11, 27, 0.92);
  color: var(--text);
}

.eyebrow,
.card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-3);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.eyebrow::before,
.card-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, var(--accent));
  box-shadow: 0 0 0 8px rgba(168, 105, 255, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(10, 8, 19, 0.88), rgba(10, 8, 19, 0.58));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header.is-scrolled {
  background: linear-gradient(180deg, rgba(10, 8, 19, 0.96), rgba(10, 8, 19, 0.7));
}

.header-shell {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: var(--shadow-2);
}

.brand-stack {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-family: "Syne", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--text);
}

.brand-tag {
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-panel {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 12px 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(216, 199, 255, 0.16);
  background:
    radial-gradient(circle at 0% 50%, rgba(182, 134, 255, 0.14), transparent 28%),
    radial-gradient(circle at 100% 50%, rgba(98, 214, 255, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(52, 34, 78, 0.46), rgba(22, 31, 63, 0.54)),
    rgba(14, 11, 28, 0.84);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    0 0 40px rgba(126, 102, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px) saturate(1.18);
  position: relative;
  overflow: hidden;
}

.header-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(195, 150, 255, 0.08), transparent 26%, transparent 72%, rgba(110, 209, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 48%);
  pointer-events: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--text-soft);
  font-size: 0.98rem;
  transition: color var(--ease), background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.site-nav a.is-current {
  color: var(--text);
  background: linear-gradient(180deg, rgba(227, 217, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 22px rgba(0, 0, 0, 0.16);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(222, 213, 255, 0.08);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 4px;
  position: relative;
  z-index: 1;
}

.header-actions .button {
  min-height: 54px;
  padding-inline: 22px;
  font-size: 0.95rem;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--text);
  border: 1px solid var(--line);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 14px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--ease), opacity var(--ease), top var(--ease);
}

.menu-toggle span {
  top: 23px;
}

.menu-toggle::before {
  top: 17px;
}

.menu-toggle::after {
  top: 29px;
}

.site-header.menu-open .menu-toggle span {
  opacity: 0;
}

.site-header.menu-open .menu-toggle::before {
  top: 23px;
  transform: rotate(45deg);
}

.site-header.menu-open .menu-toggle::after {
  top: 23px;
  transform: rotate(-45deg);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
  transition: transform var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease), border-color var(--ease);
  will-change: transform;
}

.button--primary {
  color: #12091d;
  background: linear-gradient(135deg, #ffffff 0%, #d7c6ff 35%, #ab74ff 100%);
  box-shadow: 0 18px 40px rgba(168, 105, 255, 0.32);
}

.button--primary:hover,
.button--primary:focus-visible {
  transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 2px), 0);
  box-shadow: 0 26px 60px rgba(168, 105, 255, 0.4);
}

.button--ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.button--nav-soft {
  color: var(--text);
  background: linear-gradient(180deg, rgba(223, 214, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(214, 198, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.button--nav-soft:hover,
.button--nav-soft:focus-visible {
  background: linear-gradient(180deg, rgba(231, 223, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(221, 208, 255, 0.18);
}

.button--nav-ring {
  min-height: auto;
  padding: 2px;
  color: var(--text);
  background: linear-gradient(90deg, #7fe5ff 0%, #8e7dff 34%, #bb78ff 68%, #f1d7ff 100%);
  box-shadow:
    0 14px 30px rgba(105, 93, 255, 0.18),
    0 0 34px rgba(174, 121, 255, 0.18);
}

.button--nav-ring > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(37, 28, 61, 0.98), rgba(20, 17, 37, 0.98));
}

.button--nav-ring:hover,
.button--nav-ring:focus-visible {
  transform: translate3d(var(--mx, 0px), calc(var(--my, 0px) - 2px), 0);
  box-shadow:
    0 20px 42px rgba(105, 93, 255, 0.24),
    0 0 44px rgba(174, 121, 255, 0.22);
}

.glass-panel,
.glass-card,
.solution-item,
.offer-card,
.sector-pill,
.story-card,
.contact-card,
.mega-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%),
    rgba(15, 12, 28, 0.68);
  box-shadow: var(--shadow-1);
  backdrop-filter: blur(18px) saturate(1.2);
}

.glass-panel::before,
.glass-card::before,
.solution-item::before,
.offer-card::before,
.sector-pill::before,
.story-card::before,
.mega-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 32%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease);
}

.glass-panel:hover::before,
.glass-card:hover::before,
.solution-item:hover::before,
.offer-card:hover::before,
.story-card:hover::before,
.mega-cta:hover::before {
  opacity: 1;
}

.hero {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  padding-top: clamp(34px, 6vw, 54px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(640px, 1.4fr);
  gap: clamp(52px, 6vw, 128px);
  align-items: start;
}

.hero-copy {
  position: relative;
  z-index: 8;
  max-width: none;
}

.hero-copy__lead {
  width: min(1200px, calc(100% + 560px));
  max-width: none;
}

.hero-copy__body {
  max-width: 440px;
  margin-top: 30px;
}

.hero-copy h1 {
  margin-top: 24px;
  font-size: clamp(2.7rem, 4.25vw, 4.7rem);
  max-width: none;
  width: min(100%, 20.8ch);
  text-wrap: pretty;
  line-height: 0.88;
}

.hero-copy h1 span {
  display: inline;
  color: transparent;
  background: linear-gradient(135deg, #ffffff 0%, #ece6ff 20%, #d2c0ff 52%, #9a67ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy p {
  margin-top: 0;
  max-width: none;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}

.hero-stats li {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 4px;
}

.hero-stats span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.hero-visual {
  perspective: 1600px;
  width: min(100%, 680px);
  justify-self: end;
  margin-top: clamp(190px, 12vw, 290px);
}

.hero-stage {
  min-height: 790px;
  border-radius: clamp(42px, 4vw, 66px);
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.12), transparent 20%),
    radial-gradient(circle at 24% 74%, rgba(168, 105, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(160deg, rgba(20, 16, 40, 0.88), rgba(8, 6, 16, 0.94));
  transform-style: preserve-3d;
  transform:
    perspective(1600px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition: transform 0.18s ease-out;
}

.hero-stage__plane,
.hero-stage__glow,
.hero-stage__ring,
.hero-orb,
.hero-float {
  position: absolute;
  transform:
    translate3d(
      calc(var(--shift-x, 0px) * var(--depth, 0)),
      calc(var(--shift-y, 0px) * var(--depth, 0)),
      calc(var(--depth, 0) * 90px)
    );
}

[data-depth="0.02"] { --depth: 0.02; }
[data-depth="0.03"] { --depth: 0.03; }
[data-depth="0.05"] { --depth: 0.05; }
[data-depth="0.08"] { --depth: 0.08; }
[data-depth="0.14"] { --depth: 0.14; }
[data-depth="0.18"] { --depth: 0.18; }
[data-depth="0.24"] { --depth: 0.24; }

.hero-stage__plane {
  inset: 15% 10% 11% 8%;
  z-index: 1;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.14), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 34%),
    rgba(18, 14, 34, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -26px 42px rgba(0, 0, 0, 0.18);
}

.hero-stage__glow {
  inset: 13% 18% auto 24%;
  height: 34%;
  border-radius: 50%;
  z-index: 2;
  background: radial-gradient(circle, rgba(168, 105, 255, 0.42), transparent 66%);
  filter: blur(42px);
}

.hero-stage__ring {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 2;
}

.hero-stage__ring--a {
  inset: 12% 18% 15% 18%;
}

.hero-stage__ring--b {
  inset: 21% 28% 24% 28%;
  border-style: dashed;
  opacity: 0.42;
}

.hero-orb {
  border-radius: 50%;
  z-index: 2;
  filter: blur(2px);
}

.hero-orb--a {
  width: 184px;
  height: 184px;
  top: 14%;
  right: 9%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), rgba(225, 213, 255, 0.35) 38%, rgba(168, 105, 255, 0.12) 62%, transparent 74%);
  box-shadow: 0 0 100px rgba(168, 105, 255, 0.34);
}

.hero-orb--b {
  width: 134px;
  height: 134px;
  left: 10%;
  bottom: 18%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.7), rgba(221, 208, 255, 0.22) 42%, rgba(143, 124, 255, 0.09) 64%, transparent 78%);
}

.hero-float {
  z-index: 4;
  border-radius: 32px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-float--main {
  top: 14%;
  left: 8%;
  width: min(82%, 608px);
  min-height: 452px;
  padding: 30px 148px 132px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-float--main h2 {
  margin-top: 16px;
  font-size: clamp(2.04rem, 2.7vw, 3.14rem);
  max-width: 9.5ch;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.hero-float--main p {
  margin-top: 18px;
  max-width: 26ch;
  font-size: 0.96rem;
  color: var(--text-soft);
}

.hero-float--main > * {
  position: relative;
  z-index: 1;
}

.hero-float--main::after {
  content: "";
  position: absolute;
  inset: auto 28px 22px 28px;
  height: 96px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 52% 40%, rgba(168, 105, 255, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 70%);
  filter: blur(18px);
  opacity: 0.85;
  pointer-events: none;
}

.hero-metric-lines {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.hero-metric-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}

.hero-metric-lines span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  width: var(--line, 70%);
  background: linear-gradient(90deg, #ffffff, var(--accent-4), var(--accent));
}

.hero-metric-lines span:nth-child(1) { --line: 88%; }
.hero-metric-lines span:nth-child(2) { --line: 68%; }
.hero-metric-lines span:nth-child(3) { --line: 93%; }
.hero-metric-lines span:nth-child(4) { --line: 76%; }

.hero-float--side {
  top: 12%;
  right: 5%;
  width: min(24%, 196px);
  padding: 18px;
  z-index: 5;
}

.hero-float--side strong,
.hero-float--bottom strong {
  display: block;
  margin-top: 12px;
  color: var(--text);
  font-size: 1.14rem;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.hero-float--side p,
.hero-float--bottom p {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.hero-float--bottom {
  left: 10%;
  bottom: 6%;
  width: min(38%, 292px);
  padding: 18px 18px 16px;
}

.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-chip-row span,
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text-soft);
  font-size: 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ticker-band {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 34s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  color: var(--accent-3);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, var(--accent));
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.intro-grid,
.solutions-layout,
.contact-layout {
  display: grid;
  gap: 20px;
}

.intro-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
}

.manifesto,
.prism-card,
.solution-preview,
.mega-cta,
.contact-card {
  border-radius: 36px;
  padding: clamp(26px, 3vw, 38px);
}

.manifesto h2,
.solution-preview h2,
.mega-cta h2 {
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  max-width: 10ch;
}

.manifesto p,
.solution-preview p,
.mega-cta p,
.contact-copy p {
  margin-top: 16px;
  max-width: 38ch;
  font-size: 1.02rem;
}

.manifesto-points,
.solution-bullets,
.offer-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.manifesto-points li,
.solution-bullets li,
.offer-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.manifesto-points li::before,
.solution-bullets li::before,
.offer-card li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 0.5em;
  border-radius: 50%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #ffffff, var(--accent));
  box-shadow: 0 0 0 10px rgba(168, 105, 255, 0.09);
}

.prism-card {
  display: grid;
  align-content: space-between;
  min-height: 520px;
}

.prism-core {
  position: relative;
  min-height: 280px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.prism-core__beam {
  position: absolute;
  inset: 10% auto auto 50%;
  width: 2px;
  height: 80%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform-origin: top center;
  filter: blur(1px);
}

.prism-core__beam--a {
  transform: translateX(-50%) rotate(24deg);
}

.prism-core__beam--b {
  transform: translateX(-50%) rotate(-20deg);
}

.prism-core__glass {
  position: absolute;
  inset: 18% 28% 18% 28%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04) 40%, rgba(168, 105, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 60px rgba(168, 105, 255, 0.22);
  transform: rotate(-18deg);
}

.prism-copy {
  display: grid;
  gap: 10px;
}

.prism-copy strong {
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.solutions-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  align-items: stretch;
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  max-width: 12ch;
}

.section-head p {
  max-width: 60ch;
  font-size: 1.02rem;
}

.solution-preview {
  min-height: 560px;
  display: grid;
  align-content: start;
  gap: 20px;
}

.solution-preview[data-tone="violet"] {
  background:
    radial-gradient(circle at 82% 18%, rgba(168, 105, 255, 0.24), transparent 24%),
    radial-gradient(circle at 14% 82%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(155deg, rgba(18, 15, 34, 0.84), rgba(10, 9, 22, 0.72));
}

.solution-preview[data-tone="ice"] {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.2), transparent 22%),
    radial-gradient(circle at 18% 78%, rgba(143, 124, 255, 0.18), transparent 28%),
    linear-gradient(155deg, rgba(16, 14, 30, 0.82), rgba(9, 8, 19, 0.72));
}

.solution-preview[data-tone="ultra"] {
  background:
    radial-gradient(circle at 80% 20%, rgba(143, 124, 255, 0.28), transparent 22%),
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(155deg, rgba(20, 13, 36, 0.86), rgba(9, 8, 19, 0.74));
}

.solution-preview[data-tone="opal"] {
  background:
    radial-gradient(circle at 72% 18%, rgba(221, 208, 255, 0.22), transparent 24%),
    radial-gradient(circle at 12% 86%, rgba(168, 105, 255, 0.18), transparent 22%),
    linear-gradient(155deg, rgba(18, 15, 31, 0.84), rgba(10, 9, 22, 0.74));
}

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

.solution-metric {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.solution-metric strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
}

.solution-metric span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.solution-stack {
  display: grid;
  gap: 14px;
}

.solution-item {
  width: 100%;
  padding: 24px;
  text-align: left;
  border-radius: 28px;
  transition: transform var(--ease), border-color var(--ease), background var(--ease), box-shadow var(--ease);
}

.solution-item:hover,
.solution-item:focus-visible,
.solution-item.is-active {
  transform: translateY(-2px);
  border-color: rgba(221, 208, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(168, 105, 255, 0.12) 45%, rgba(255, 255, 255, 0.04)),
    rgba(14, 12, 28, 0.78);
}

.solution-item strong {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: 1.34rem;
  font-family: "Syne", sans-serif;
}

.solution-item p,
.solution-item span:last-child {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
}

.story-grid {
  width: var(--wide);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.story-card {
  --story-accent: #bf93ff;
  --story-accent-soft: rgba(191, 147, 255, 0.26);
  --story-accent-strong: #f6eeff;
  min-height: 540px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 42px;
  display: block;
  isolation: isolate;
  transform: translate3d(0, var(--story-offset, 0px), 0);
  transition: transform 0.25s linear, border-color var(--ease);
  will-change: transform;
}

.story-card.is-violet {
  --story-accent: #bf93ff;
  --story-accent-soft: rgba(191, 147, 255, 0.3);
  --story-accent-strong: #f8efff;
  background:
    radial-gradient(circle at 18% 18%, rgba(168, 105, 255, 0.34), transparent 24%),
    radial-gradient(circle at 80% 24%, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(8, 7, 14, 0) 0%, rgba(8, 7, 14, 0.82) 100%),
    rgba(17, 13, 31, 0.8);
}

.story-card.is-crystal {
  --story-accent: #8edfff;
  --story-accent-soft: rgba(142, 223, 255, 0.26);
  --story-accent-strong: #effaff;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 20% 72%, rgba(143, 124, 255, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(8, 7, 14, 0) 0%, rgba(8, 7, 14, 0.82) 100%),
    rgba(16, 15, 31, 0.8);
}

.story-card.is-lilac {
  --story-accent: #d8b6ff;
  --story-accent-soft: rgba(216, 182, 255, 0.24);
  --story-accent-strong: #f7f1ff;
  background:
    radial-gradient(circle at 18% 22%, rgba(221, 208, 255, 0.2), transparent 20%),
    radial-gradient(circle at 82% 74%, rgba(168, 105, 255, 0.22), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(8, 7, 14, 0) 0%, rgba(8, 7, 14, 0.82) 100%),
    rgba(18, 15, 29, 0.8);
}

.story-card.is-white {
  --story-accent: #efe3ff;
  --story-accent-soft: rgba(239, 227, 255, 0.22);
  --story-accent-strong: #ffffff;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 80% 18%, rgba(143, 124, 255, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(8, 7, 14, 0) 0%, rgba(8, 7, 14, 0.82) 100%),
    rgba(13, 12, 24, 0.8);
}

.story-card:hover {
  border-color: var(--line-strong);
}

.story-card__mesh {
  position: absolute;
  inset: 18px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 22%, transparent 82%, rgba(255, 255, 255, 0.02));
  opacity: 0.74;
  pointer-events: none;
}

.story-card__ambient {
  position: absolute;
  width: min(42vw, 400px);
  aspect-ratio: 1;
  right: -4%;
  bottom: -6%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--story-accent-soft), rgba(255, 255, 255, 0) 68%);
  filter: blur(12px);
  opacity: 0.95;
  pointer-events: none;
  transition: transform var(--ease), opacity var(--ease);
}

.story-card:hover .story-card__ambient {
  transform: scale(1.04);
  opacity: 1;
}

.story-shell {
  position: relative;
  z-index: 1;
  min-height: 458px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
}

.story-content {
  width: auto;
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100%;
  align-content: end;
  gap: 18px;
}

.story-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.story-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--story-accent-strong);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.story-content h3 {
  font-size: clamp(2.4rem, 4vw, 4.9rem);
  max-width: 9.8ch;
  line-height: 0.9;
}

.story-content p {
  max-width: 40ch;
  font-size: 1.05rem;
  color: var(--text-soft);
}

.story-footer {
  display: grid;
  gap: 18px;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.story-tracks {
  display: grid;
  gap: 10px;
  max-width: 430px;
}

.story-track {
  display: grid;
  grid-template-columns: minmax(120px, 150px) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.story-track__label {
  color: rgba(233, 228, 248, 0.66);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.story-track__line,
.story-meter__bar {
  --value: 50;
  position: relative;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.story-track__line {
  height: 9px;
}

.story-track__line > span,
.story-meter__bar > span {
  display: block;
  width: calc(var(--value) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), var(--story-accent));
  box-shadow: 0 0 18px var(--story-accent-soft);
}

.story-track__value {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.story-aside {
  position: relative;
  min-height: 100%;
  padding: 22px;
  border-radius: 30px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 36%, rgba(10, 8, 19, 0.02)),
    rgba(10, 8, 19, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 54px rgba(6, 4, 12, 0.28);
  backdrop-filter: blur(20px) saturate(1.14);
  overflow: hidden;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.story-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 28% 88%, var(--story-accent-soft), transparent 34%);
  opacity: 0.9;
  pointer-events: none;
}

.story-card:hover .story-aside {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 24px 60px rgba(6, 4, 12, 0.34);
}

.story-aside__badge {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.story-icon-shell {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--story-accent-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(17, 14, 29, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 18px 40px rgba(6, 4, 12, 0.28);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.story-card:hover .story-icon-shell {
  transform: translate3d(0, -3px, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 20px 44px rgba(6, 4, 12, 0.34);
}

.story-icon,
.story-icon svg {
  display: block;
}

.story-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-mini-kicker {
  display: block;
  color: var(--accent-3);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.story-aside__copy strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.04;
  font-family: "Syne", sans-serif;
}

.story-aside__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 26ch;
  color: var(--text-soft);
}

.story-meters {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.story-meter {
  display: grid;
  gap: 6px;
}

.story-meter__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(232, 226, 248, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.story-meter__meta strong {
  color: var(--story-accent-strong);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.story-aside__foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-note {
  max-width: 18ch;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.story-aside__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--story-accent-strong);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.offers-layout {
  display: grid;
  gap: 24px;
}

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

.offer-card {
  min-height: 100%;
  border-radius: 32px;
  padding: 28px;
  transition: transform var(--ease), border-color var(--ease), background var(--ease);
}

.offer-card.is-featured {
  transform: translateY(-8px);
  border-color: rgba(221, 208, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(168, 105, 255, 0.12) 42%, rgba(255, 255, 255, 0.06)),
    rgba(15, 12, 28, 0.82);
}

.offer-card h3 {
  margin-top: 12px;
  font-size: 1.9rem;
}

.offer-price {
  margin-top: 14px;
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}

.offer-summary {
  margin-top: 12px;
  color: var(--text-soft);
}

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

.sectors-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 20px;
  align-items: start;
}

.sectors-copy {
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 18%, rgba(171, 118, 255, 0.2), transparent 24%),
    radial-gradient(circle at 18% 84%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(155deg, rgba(21, 17, 38, 0.84), rgba(11, 10, 24, 0.76));
}

.sectors-copy::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(216, 199, 255, 0.1);
  box-shadow: inset 0 0 40px rgba(168, 105, 255, 0.1);
  pointer-events: none;
}

.sectors-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  max-width: 11ch;
}

.sectors-copy p {
  margin-top: 14px;
  max-width: 36ch;
}

.sector-pill {
  min-height: 132px;
  padding: 18px;
  border-radius: 30px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  isolation: isolate;
  transform-style: preserve-3d;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(155deg, rgba(18, 15, 33, 0.84), rgba(10, 9, 21, 0.76));
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform var(--ease), border-color var(--ease), background var(--ease), box-shadow var(--ease);
}

.sector-pill::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 42%;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.06), transparent 62%);
  opacity: 0.7;
  pointer-events: none;
}

.sector-pill:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: var(--line-strong);
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(143, 124, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.sector-pill__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sector-pill__orb {
  position: absolute;
  top: -20px;
  right: -18px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.82;
  pointer-events: none;
  z-index: 0;
}

.sector-pill__icon-shell {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(14px);
  transform: translateZ(24px);
}

.sector-pill__icon {
  width: 22px;
  height: 22px;
  color: var(--sector-accent, var(--accent-4));
}

.sector-pill__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sector-pill__spark {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, var(--sector-accent, var(--accent)));
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.02);
  transform: translateZ(18px);
}

.sector-pill__label {
  position: relative;
  z-index: 1;
  transform: translateZ(30px);
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.sector-pill[data-tone="violet"] {
  --sector-accent: #bf93ff;
}

.sector-pill[data-tone="violet"] .sector-pill__orb {
  background: radial-gradient(circle, rgba(187, 120, 255, 0.34), transparent 72%);
}

.sector-pill[data-tone="cyan"] {
  --sector-accent: #7fe5ff;
}

.sector-pill[data-tone="cyan"] .sector-pill__orb {
  background: radial-gradient(circle, rgba(127, 229, 255, 0.28), transparent 72%);
}

.sector-pill[data-tone="lilac"] {
  --sector-accent: #d7c5ff;
}

.sector-pill[data-tone="lilac"] .sector-pill__orb {
  background: radial-gradient(circle, rgba(215, 197, 255, 0.26), transparent 72%);
}

.sector-pill[data-tone="pearl"] {
  --sector-accent: #f4ecff;
}

.sector-pill[data-tone="pearl"] .sector-pill__orb {
  background: radial-gradient(circle, rgba(244, 236, 255, 0.22), transparent 72%);
}

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

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.9fr);
  gap: 20px;
}

.mega-cta h2 {
  max-width: 9ch;
}

.cta-actions,
.form-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-actions,
.form-actions {
  margin-top: 24px;
}

.contact-card {
  border-radius: 36px;
}

.contact-copy h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.contact-copy p {
  margin-top: 12px;
}

form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.field label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  padding: 16px 18px;
  transition: border-color var(--ease), background var(--ease), box-shadow var(--ease);
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(216, 212, 234, 0.55);
}

input:focus,
textarea:focus {
  border-color: rgba(221, 208, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 6px rgba(168, 105, 255, 0.08);
  outline: none;
}

.form-status {
  min-height: 1.4em;
  color: var(--accent-3);
}

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

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

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  font-size: 0.92rem;
}

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

.reveal {
  opacity: 0;
  transform: translateY(38px) scale(0.985);
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0s);
}

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

@media (max-width: 1200px) {
  .hero-grid,
  .intro-grid,
  .solutions-layout,
  .sectors-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 700px;
    max-width: 860px;
    margin-inline: auto;
  }

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

  .hero-copy__lead,
  .hero-copy__body {
    width: auto;
    max-width: none;
  }

  .hero-copy__body {
    margin-top: 28px;
  }

  .hero-copy h1 {
    width: min(100%, 15.2ch);
  }

  .hero-copy h1 span {
    display: inline;
  }

  .hero-visual {
    width: 100%;
    margin-top: 0;
    justify-self: stretch;
  }

  .hero-float--main {
    width: min(82%, 580px);
    min-height: 430px;
    padding: 28px 132px 124px 28px;
  }

  .hero-float--main h2 {
    max-width: 9.1ch;
  }

  .hero-float--side {
    width: min(24%, 188px);
    right: 4.5%;
  }

  .hero-float--bottom {
    width: min(38%, 280px);
    left: 9%;
  }

  .story-card {
    min-height: 0;
  }

  .story-shell {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .story-aside {
    max-width: 420px;
  }
}

@media (max-width: 920px) {
  .header-panel {
    display: none;
  }

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

  .site-header.menu-open .header-panel {
    display: grid;
    gap: 18px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: var(--container);
    margin: 0 auto;
    padding: 18px;
    border-radius: 28px;
    background: rgba(10, 8, 19, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-1);
  }

  .site-header.menu-open .site-nav {
    display: grid;
    gap: 8px;
  }

  .site-header.menu-open .site-nav a {
    background: rgba(255, 255, 255, 0.04);
  }

  .site-header.menu-open .header-actions {
    display: grid;
    gap: 10px;
    padding-left: 0;
  }

  .site-header.menu-open .header-actions .button {
    width: 100%;
  }

  .hero-stats,
  .solution-metrics,
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    width: var(--container);
  }

  .story-track {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .story-track__value {
    justify-self: start;
  }

  .story-aside {
    max-width: none;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw, 1240px);
    --wide: min(100vw, 1440px);
  }

  .cursor {
    display: none;
  }

  .brand-tag {
    display: none;
  }

  .hero-copy {
    max-width: none;
  }

  .story-grid {
    gap: 18px;
  }

  .story-card {
    padding: 22px;
    border-radius: 32px;
  }

  .story-card__mesh {
    inset: 14px;
    border-radius: 24px;
  }

  .story-shell {
    gap: 16px;
  }

  .story-content {
    gap: 14px;
  }

  .story-topline {
    align-items: flex-start;
  }

  .story-index {
    min-width: 54px;
    height: 30px;
    padding: 0 10px;
  }

  .story-content h3 {
    max-width: 7.8ch;
    font-size: clamp(2.2rem, 13vw, 4.2rem);
  }

  .story-content p {
    max-width: none;
  }

  .story-aside {
    padding: 18px;
    border-radius: 24px;
  }

  .story-aside__badge {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }

  .story-icon-shell {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .story-aside__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-note {
    max-width: none;
  }

  .hero-copy__body {
    max-width: none;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 8.9vw, 3.18rem);
    max-width: none;
    width: min(100%, 17.6ch);
    line-height: 0.9;
  }

  .hero-copy h1 span {
    display: inline;
  }

  .hero-copy p {
    margin-top: 24px;
    max-width: 38ch;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 30px;
  }

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

  .hero-stage {
    min-height: 620px;
  }

  .hero-stage__plane {
    inset: 12% 6% 12% 6%;
  }

  .hero-float--main,
  .hero-float--side,
  .hero-float--bottom {
    position: absolute;
    width: auto;
  }

  .hero-float--main {
    inset: 12% 8% auto 8%;
    min-height: auto;
    padding: 24px 22px 22px;
  }

  .hero-float--main h2 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
    max-width: 7.2ch;
  }

  .hero-float--side {
    inset: auto 8% 30% auto;
    max-width: 48%;
    padding: 18px;
  }

  .hero-float--bottom {
    inset: auto 8% 8% 8%;
    max-width: none;
    padding: 18px;
  }

  .story-card {
    min-height: 440px;
  }

  .cta-actions,
  .form-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
