:root {
  --ink: #071938;
  --ink-soft: #40516d;
  --blue: #1758f4;
  --blue-dark: #1046d2;
  --cyan: #0cd8cc;
  --cyan-dark: #02bfae;
  --violet: #6955f6;
  --line: rgba(60, 95, 150, 0.14);
  --line-strong: rgba(54, 96, 176, 0.2);
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.64);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --shadow-sm: 0 10px 30px rgba(27, 68, 126, 0.08);
  --shadow-md: 0 22px 60px rgba(26, 66, 130, 0.13);
  --shadow-blue: 0 16px 38px rgba(23, 88, 244, 0.26);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1480px;
  --header-h: 84px;
  --accent-rgb: 23, 88, 244;
  --accent-2-rgb: 12, 216, 204;
  --glass-fill-start: rgba(255, 255, 255, 0.78);
  --glass-fill-end: rgba(238, 248, 255, 0.48);
  --glass-rim: rgba(255, 255, 255, 0.9);
  --glass-rim-color: rgba(83, 156, 255, 0.2);
  --glass-blur: 20px;
  --glass-depth: 0 18px 42px rgba(23, 70, 135, 0.11);
}

html[data-theme="aurora"] {
  --blue: #087fdd;
  --blue-dark: #075fc3;
  --cyan: #00cfae;
  --cyan-dark: #02a993;
  --violet: #3379eb;
  --accent-rgb: 0, 166, 190;
  --accent-2-rgb: 0, 207, 174;
}

html[data-theme="violet"] {
  --blue: #654eea;
  --blue-dark: #4c35ce;
  --cyan: #22bfe8;
  --cyan-dark: #0e9fd0;
  --violet: #835cf4;
  --accent-rgb: 101, 78, 234;
  --accent-2-rgb: 34, 191, 232;
}

html[data-glass="soft"] {
  --glass-fill-start: rgba(255, 255, 255, 0.66);
  --glass-fill-end: rgba(240, 248, 255, 0.36);
  --glass-rim: rgba(255, 255, 255, 0.72);
  --glass-rim-color: rgba(83, 156, 255, 0.12);
  --glass-blur: 14px;
  --glass-depth: 0 14px 34px rgba(23, 70, 135, 0.08);
}

html[data-glass="crystal"] {
  --glass-fill-start: rgba(255, 255, 255, 0.9);
  --glass-fill-end: rgba(226, 243, 255, 0.6);
  --glass-rim: rgba(255, 255, 255, 0.98);
  --glass-rim-color: rgba(52, 137, 255, 0.34);
  --glass-blur: 28px;
  --glass-depth: 0 24px 55px rgba(23, 70, 135, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 79% 4%, rgba(115, 190, 255, 0.18), transparent 30rem),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 28%, #fbfdff 60%, #f6faff 100%);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.section-pad {
  padding-block: 118px;
}

.glass {
  border: 1px solid var(--glass-rim);
  background: linear-gradient(135deg, var(--glass-fill-start), var(--glass-fill-end));
  box-shadow:
    var(--glass-depth),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.96),
    inset 1px 0 0 rgba(255, 255, 255, 0.62),
    inset 0 -1.5px 0 var(--glass-rim-color),
    inset -1px 0 0 rgba(var(--accent-2-rgb), 0.11);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(155%);
  backdrop-filter: blur(var(--glass-blur)) saturate(155%);
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #1b58f7 0%, #078cf2 46%, #0ad2bb 86%);
  background-size: 190% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradient-flow 7s ease-in-out infinite;
}

@keyframes gradient-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.site-orb {
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
  animation: orb-breathe 8s ease-in-out infinite;
}

body > main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-orb--one {
  top: 30%;
  left: -180px;
  width: 360px;
  height: 360px;
  background: rgba(28, 107, 255, 0.08);
  transform: translate3d(0, var(--orb-one, 0px), 0);
}

.site-orb--two {
  right: -170px;
  bottom: 6%;
  width: 440px;
  height: 440px;
  background: rgba(4, 215, 194, 0.08);
  transform: translate3d(0, var(--orb-two, 0px), 0);
  animation-delay: -3.7s;
}

@keyframes orb-breathe {
  0%, 100% { scale: .94; opacity: .76; }
  50% { scale: 1.08; opacity: 1; }
}

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 0 0 16px rgba(13, 207, 202, 0.65);
}

.site-header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
  transition: 0.3s ease;
}

.site-header.scrolled {
  padding-top: 8px;
}

.nav-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 68px;
  padding: 8px 11px 8px 24px;
  border-radius: 18px;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.scrolled .nav-shell {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 32px rgba(28, 67, 120, 0.12), inset 0 1px 0 white;
}

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

.brand-logo {
  display: block;
  width: 174px;
  height: auto;
  filter: drop-shadow(0 7px 12px rgba(31, 80, 180, .08));
  transition: transform .3s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}

.brand:hover .brand-logo {
  filter: drop-shadow(0 10px 15px rgba(31, 80, 180, .14));
  transform: translateY(-1px);
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  filter: drop-shadow(0 8px 10px rgba(4, 154, 224, 0.2));
}

.brand-mark i {
  position: absolute;
  display: block;
  transform: skew(-16deg);
  border-radius: 7px 3px 7px 3px;
}

.brand-mark i:first-child {
  top: 3px;
  right: 3px;
  width: 17px;
  height: 28px;
  background: linear-gradient(165deg, #0ad9bc, #008ff3);
}

.brand-mark i:last-child {
  bottom: 2px;
  left: 4px;
  width: 22px;
  height: 10px;
  background: linear-gradient(90deg, #08d8b5, #0ba7e8);
}

.brand-name {
  color: #08183b;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1.1px;
}

.brand-name small {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

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

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 17px;
  border: 0;
  color: #152644;
  background: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-link::after {
  position: absolute;
  right: 17px;
  bottom: 7px;
  left: 17px;
  height: 2px;
  content: "";
  transform: scaleX(0);
  border-radius: 20px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: transform 0.25s ease;
}

a.nav-link,
.nav-dropdown > .nav-link {
  position: relative;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--blue);
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.nav-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 0.25s ease;
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  display: grid;
  width: 340px;
  padding: 10px;
  transform: translate(-50%, -10px);
  visibility: hidden;
  border-color: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  opacity: 0;
  pointer-events: none;
  transition: 0.22s ease;
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel,
.nav-dropdown.is-open .dropdown-panel {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav-dropdown:hover .nav-link > svg,
.nav-dropdown:focus-within .nav-link > svg,
.nav-dropdown.is-open .nav-link > svg {
  transform: rotate(180deg);
}

.dropdown-panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dropdown-panel a:hover {
  transform: translateX(3px);
  background: rgba(236, 245, 255, 0.82);
}

.dropdown-panel b,
.dropdown-panel small {
  display: block;
}

.dropdown-panel b {
  margin-bottom: 3px;
  font-size: 13px;
}

.dropdown-panel small {
  color: var(--ink-soft);
  font-size: 11px;
}

.dropdown-panel--products {
  width: 370px;
}

.nav-dropdown--products .dropdown-panel {
  left: 46%;
}

.mobile-solutions {
  border-bottom: 1px solid rgba(56, 92, 145, 0.09);
}

.mobile-solutions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.mobile-solutions summary::-webkit-details-marker {
  display: none;
}

.mobile-solutions summary svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: rotate .22s ease;
}

.mobile-solutions[open] summary svg {
  rotate: 180deg;
}

.mobile-solutions > div {
  display: grid;
  padding: 0 8px 10px 22px;
  gap: 2px;
}

.mobile-solutions > div a {
  padding: 10px 12px;
  color: var(--ink-soft);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.mobile-solutions > div a:hover {
  color: var(--blue);
  background: rgba(236, 245, 255, 0.82);
}

.product-card[id] {
  scroll-margin-top: calc(var(--header-h) + 34px);
}

.mini-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(51, 112, 204, 0.12);
  border-radius: 11px;
}

.mini-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.mini-icon.cyan { color: #03a99d; background: rgba(8, 215, 193, 0.09); }
.mini-icon.blue { color: var(--blue); background: rgba(23, 88, 244, 0.08); }
.mini-icon.mint { color: #01bca7; background: rgba(16, 205, 180, 0.08); }
.mini-icon.violet { color: #6751f4; background: rgba(103, 81, 244, 0.09); }

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.button svg,
.text-link svg,
.card-arrow svg,
.footer-mail svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .24s ease;
}

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

.button:hover > svg,
.button:focus-visible > svg {
  transform: translateX(4px);
}

.button--small {
  min-height: 48px;
  padding-inline: 21px;
  border-radius: 12px;
  font-size: 13px;
}

.button--primary {
  color: white;
  background: linear-gradient(135deg, #1d63ff, #1248e2);
  box-shadow: 0 12px 28px rgba(23, 88, 244, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button--primary:hover,
.button--primary:focus-visible {
  box-shadow: 0 18px 36px rgba(23, 88, 244, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button--glass {
  border-color: rgba(97, 126, 171, 0.16);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 28px rgba(24, 60, 112, 0.09), inset 0 1px 0 white;
}

.button--glass:hover,
.button--glass:focus-visible {
  border-color: rgba(23, 88, 244, 0.25);
  background: white;
}

.play-icon {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--blue);
  border-radius: 50%;
  background: rgba(23, 88, 244, 0.08);
}

.play-icon svg {
  width: 14px;
  height: 14px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(40, 86, 150, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  place-items: center;
}

.menu-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
}

.menu-close,
.menu-open {
  grid-area: 1 / 1;
}

.menu-close {
  opacity: 0;
  transform: rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] .menu-open {
  opacity: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-close {
  opacity: 1;
  transform: rotate(0deg);
}

.menu-toggle svg {
  transition: 0.25s ease;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  padding-top: calc(var(--header-h) + 74px);
  padding-bottom: 84px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 44px;
  right: -8%;
  width: 65%;
  height: 690px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(94, 174, 255, 0.14), transparent 68%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(500px, 0.88fr) minmax(620px, 1.12fr);
  align-items: center;
  gap: 14px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-bottom: 12px;
}

.eyebrow-row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 0;
  color: #3b4e69;
  font-size: 13px;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 0 15px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: linear-gradient(120deg, #0acdb8, #0edab4);
  box-shadow: 0 8px 22px rgba(5, 198, 180, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow-services {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  flex-wrap: wrap;
  max-width: min(100%, 620px);
  gap: 8px 9px;
  padding: 7px 14px;
  color: #203653;
  border: 1px solid rgba(116, 198, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(220, 247, 255, 0.42));
  box-shadow: 0 14px 34px rgba(35, 109, 190, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.eyebrow-services span {
  font-size: 11px;
  font-weight: 800;
}

.eyebrow-services i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f63ff, #08d3bb);
  box-shadow: 0 0 12px rgba(8, 211, 187, 0.55);
}

.hero h1 {
  max-width: 740px;
  margin: 0 0 22px;
  color: #071837;
  font-size: clamp(50px, 4vw, 72px);
  font-weight: 800;
  letter-spacing: -3.6px;
  line-height: 1.06;
}

.hero h1 .gradient-text {
  white-space: nowrap;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  margin-top: 32px;
  gap: 14px;
}

.trust-row {
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap: 0;
  color: #304565;
  font-size: 12px;
  font-weight: 700;
}

.trust-row > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-row > span:not(:last-child)::after {
  width: 1px;
  height: 18px;
  margin: 0 20px;
  content: "";
  background: var(--line);
}

.trust-row i {
  position: relative;
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #05c9ad;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(213, 250, 246, .48));
  box-shadow: 0 8px 17px rgba(20, 124, 151, 0.1), inset 0 1px 0 white;
  font-style: normal;
  overflow: hidden;
}

.trust-row svg {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.hero-visual {
  position: relative;
  z-index: 1;
  width: 120%;
  margin-left: -8%;
  aspect-ratio: 1.48 / 1;
  --hero-x: 0px;
  --hero-y: 0px;
  --hero-scroll: 0px;
}

.hero-visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.015);
  -webkit-mask-image: radial-gradient(ellipse 74% 69% at 50% 52%, #000 67%, transparent 100%);
  mask-image: radial-gradient(ellipse 74% 69% at 50% 52%, #000 67%, transparent 100%);
  pointer-events: none;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) scale(1.012);
  transform-origin: center;
  will-change: transform;
}

.three-stage {
  position: absolute;
  z-index: 2;
  inset: -4%;
  opacity: 0.96;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, transparent 82%);
  mask-image: radial-gradient(ellipse at center, #000 48%, transparent 82%);
}

.three-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  filter: saturate(1.08);
  transition: opacity .5s ease;
}

.three-badge {
  position: absolute;
  z-index: 5;
  top: 12%;
  left: 14%;
  display: grid;
  grid-template-columns: 10px auto;
  align-items: center;
  min-width: 132px;
  min-height: 48px;
  padding: 9px 14px;
  column-gap: 9px;
  border-color: rgba(255, 255, 255, .9);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(224, 244, 255, .58));
  box-shadow: 0 15px 32px rgba(24, 76, 145, .14), inset 0 1px 0 white;
  animation: float 5s ease-in-out infinite -1.7s;
}

.three-badge > span {
  grid-row: 1 / 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18d7bd;
  box-shadow: 0 0 0 4px rgba(17, 211, 184, .11), 0 0 18px rgba(17, 211, 184, .64);
  animation: three-pulse 1.8s ease-in-out infinite;
}

.three-badge b,
.three-badge small {
  display: block;
  line-height: 1.1;
}

.three-badge b {
  color: #123b7a;
  font-size: 11px;
  font-weight: 800;
}

.three-badge small {
  margin-top: 3px;
  color: #697992;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}

@keyframes three-pulse {
  0%, 100% { transform: scale(.85); opacity: .72; }
  50% { transform: scale(1.12); opacity: 1; }
}

.three-stage.three-fallback::before,
.three-stage.three-fallback::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border: 1px solid rgba(26, 105, 247, 0.22);
  border-radius: 50%;
}

.three-stage.three-fallback::before {
  width: 76%;
  height: 42%;
  transform: translate(-50%, -50%) rotate(12deg);
}

.three-stage.three-fallback::after {
  width: 52%;
  height: 72%;
  transform: translate(-50%, -50%) rotate(48deg);
  border-color: rgba(6, 207, 187, 0.2);
}

.visual-glow {
  position: absolute;
  z-index: 0;
  top: 28%;
  right: 10%;
  width: 70%;
  height: 52%;
  border-radius: 50%;
  background: rgba(68, 168, 255, 0.19);
  filter: blur(80px);
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(242, 250, 255, 0.65));
  box-shadow: 0 18px 40px rgba(23, 73, 137, 0.16), inset 0 1px 0 #fff;
  animation: float 5.5s ease-in-out infinite;
}

.floating-card small,
.floating-card strong {
  display: block;
}

.floating-card small {
  color: #5d6e87;
  font-size: 10px;
  font-weight: 600;
}

.floating-card strong {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 800;
}

.floating-card--performance {
  top: 3%;
  right: 7%;
  display: grid;
  grid-template-columns: auto 1fr;
  width: 142px;
  min-height: 120px;
  padding: 17px;
  border-radius: 18px;
  animation-delay: -1.2s;
}

.floating-card--performance .status-dot {
  position: absolute;
  top: 17px;
  right: 17px;
}

.floating-card--performance strong {
  margin-top: 8px;
  color: #0a367e;
  font-size: 26px;
  letter-spacing: -1px;
}

.floating-card--performance strong span {
  font-size: 14px;
}

.sparkline {
  grid-column: 1 / -1;
  width: 100%;
  height: 24px;
  margin-top: 4px;
  fill: none;
  stroke: #08cbb3;
  stroke-width: 2;
}

.floating-card--hosting {
  bottom: 7%;
  left: 16%;
  min-width: 184px;
  padding: 11px 16px 11px 11px;
  gap: 11px;
  border-radius: 15px;
  animation-delay: -2.4s;
}

.float-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #04b9a3;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(20, 222, 191, 0.18), rgba(33, 163, 249, 0.08));
}

.float-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.floating-card--solutions {
  right: 10%;
  bottom: 13%;
  min-width: 216px;
  padding: 14px 18px;
  gap: 11px;
  border-radius: 15px;
  animation-delay: -3.4s;
}

.status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #17e2c1, #04b89f);
  box-shadow: 0 0 0 4px rgba(14, 206, 180, 0.1), 0 0 14px rgba(14, 206, 180, 0.48);
}

@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

.services-shell {
  position: relative;
  padding: 100px 0 112px;
  border-top: 1px solid rgba(79, 119, 177, 0.1);
  border-bottom: 1px solid rgba(79, 119, 177, 0.1);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.78), rgba(239, 247, 255, 0.9)),
    radial-gradient(circle at 24% 26%, rgba(52, 135, 255, 0.14), transparent 22rem);
  overflow: hidden;
}

.services-shell::before {
  position: absolute;
  z-index: 0;
  top: 27%;
  left: -3%;
  content: "BUILD  /  HOST  /  SCALE";
  color: rgba(22, 75, 159, .035);
  font-size: clamp(70px, 10vw, 180px);
  font-weight: 800;
  letter-spacing: -8px;
  white-space: nowrap;
  transform: rotate(-7deg);
  pointer-events: none;
}

.services-shell::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(60, 113, 191, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60, 113, 191, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: radial-gradient(circle at 50% 45%, #000, transparent 74%);
  mask-image: radial-gradient(circle at 50% 45%, #000, transparent 74%);
  pointer-events: none;
}

.services-shell > .container {
  position: relative;
  z-index: 1;
  perspective: 1400px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  align-items: end;
  margin-bottom: 38px;
  gap: 48px;
}

.section-heading h2,
.process h2,
.about h2,
.contact h2 {
  margin: 11px 0 0;
  font-size: clamp(38px, 3.1vw, 54px);
  font-weight: 800;
  letter-spacing: -2.4px;
  line-height: 1.1;
}

.section-heading > p {
  max-width: 520px;
  justify-self: end;
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.section-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.service-readout {
  display: flex;
  width: max-content;
  min-width: 250px;
  min-height: 54px;
  align-items: center;
  margin: -20px 24px 5px auto;
  padding: 9px 12px;
  gap: 10px;
  border-radius: 15px;
  rotate: 1.3deg;
}

.service-readout__signal {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 10px;
  background: rgba(var(--accent-rgb), .07);
  box-shadow: inset 0 1px 0 white, 0 8px 16px rgba(var(--accent-rgb), .1);
}

.service-readout__signal i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(var(--accent-2-rgb), .1), 0 0 16px rgba(var(--accent-2-rgb), .7);
  animation: system-signal 1.8s ease-in-out infinite;
}

@keyframes system-signal {
  0%, 100% { scale: .8; opacity: .65; }
  50% { scale: 1.08; opacity: 1; }
}

.service-readout b,
.service-readout small {
  display: block;
}

.service-readout b {
  font-size: 9px;
  letter-spacing: .6px;
}

.service-readout small {
  margin-top: 4px;
  color: #6b7d95;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .9px;
}

.service-readout__code {
  margin-left: auto;
  padding-left: 12px;
  color: rgba(25,74,145,.42);
  border-left: 1px solid var(--line);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .8px;
}

.service-board {
  position: relative;
  --service-puck-x: 50%;
  --service-puck-y: 50%;
}

.service-rails {
  position: absolute;
  z-index: 0;
  inset: 4px -34px auto;
  width: calc(100% + 68px);
  height: 330px;
  overflow: visible;
  pointer-events: none;
}

.service-rail {
  fill: none;
  stroke: rgba(48, 130, 247, .22);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 4 10;
  vector-effect: non-scaling-stroke;
  animation: rail-flow 4s linear infinite;
  transition: opacity .28s ease, stroke-width .28s ease, filter .28s ease;
}

.service-rail--base {
  stroke: rgba(255,255,255,.78);
  stroke-width: 8;
  stroke-dasharray: none;
  filter: drop-shadow(0 8px 12px rgba(31,92,180,.12));
  animation: none;
}

.service-rail--2 { stroke: rgba(106, 83, 242, .24); animation-delay: -1s; }
.service-rail--3 { stroke: rgba(4, 194, 170, .28); animation-delay: -2s; }
.service-rail--4 { stroke: rgba(32, 113, 242, .24); animation-delay: -3s; }

@keyframes rail-flow {
  to { stroke-dashoffset: -56; }
}

.service-board[data-active-service="1"] .service-rail--1,
.service-board[data-active-service="2"] .service-rail--2,
.service-board[data-active-service="3"] .service-rail--3,
.service-board[data-active-service="4"] .service-rail--4 {
  opacity: 1;
  stroke-width: 4;
  filter: drop-shadow(0 0 8px rgba(var(--accent-2-rgb), .7));
}

.service-puck {
  position: absolute;
  z-index: 4;
  top: var(--service-puck-y);
  left: var(--service-puck-x);
  display: grid;
  width: 24px;
  height: 24px;
  translate: -50% -50%;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 25%, white 0 12%, #61eff0 28%, #2278f5 72%);
  box-shadow: 0 0 0 6px rgba(var(--accent-rgb), .06), 0 10px 26px rgba(var(--accent-rgb), .28), inset 0 1px 0 white;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, scale .2s ease;
}

.service-puck::after {
  position: absolute;
  inset: -10px;
  content: "";
  border: 1px solid rgba(var(--accent-2-rgb), .25);
  border-radius: 50%;
  animation: puck-ring 1.5s ease-out infinite;
}

.service-board.is-tracking .service-puck {
  opacity: .88;
  scale: 1;
}

@keyframes puck-ring {
  from { scale: .35; opacity: .8; }
  to { scale: 1.2; opacity: 0; }
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -2px -4px 0;
  padding: 34px 8px 44px;
  gap: 22px;
  perspective: 1300px;
}

.specialist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 8px 12px 0;
  gap: 22px;
  perspective: 1200px;
}

.specialist-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 112px;
  padding: 20px;
  gap: 16px;
  border-color: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --glare-x: 18%;
  --glare-y: 15%;
  --special-roll: 0deg;
  --special-x: 0px;
  --special-y: 0px;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(var(--special-roll));
  translate: var(--special-x) calc(var(--lift-y) + var(--special-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, translate 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  will-change: transform, translate;
}

.specialist-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,255,.7), transparent 33%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.specialist-card::after {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  content: "";
  border-radius: 50%;
  background: rgba(32, 101, 246, 0.06);
  transition: transform 0.3s ease;
}

.specialist-card:hover {
  --lift-y: -5px;
  --special-roll: 0deg;
  --special-x: 0px;
  --special-y: -3px;
  border-color: rgba(91, 157, 248, 0.3);
  box-shadow: 0 20px 44px rgba(26, 73, 139, 0.12), inset 0 1px 0 #fff;
}

.specialist-card:nth-child(1) { --special-roll: 1.6deg; --special-y: 7px; }
.specialist-card:nth-child(2) { --special-roll: -1.3deg; --special-y: -7px; }
.specialist-card:nth-child(3) { --special-roll: 1.9deg; --special-y: 5px; }

.specialist-grid > .specialist-card:hover {
  --special-roll: 0deg;
  --special-x: 0px;
  --special-y: -3px;
}

.specialist-card:hover::before {
  opacity: .42;
}

.specialist-card:hover::after {
  transform: scale(1.4);
}

.specialist-card .cap-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.specialist-card .cap-icon svg {
  width: 28px;
  height: 28px;
}

.cap-icon--teal {
  color: #04af9d;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(220, 252, 247, .72));
}

.cap-icon--violet {
  color: #6551ed;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(235, 231, 255, .78));
}

.specialist-card strong,
.specialist-card p {
  position: relative;
  z-index: 1;
}

.specialist-card > div,
.specialist-card .service-tag {
  transform: translateZ(13px);
}

.specialist-card strong {
  font-size: 14px;
  font-weight: 800;
}

.specialist-card p {
  max-width: 370px;
  margin: 6px 0 0;
  color: #5b6c84;
  font-size: 10px;
  line-height: 1.55;
}

.service-tag {
  position: relative;
  z-index: 1;
  padding: 6px 9px;
  color: var(--blue);
  border: 1px solid rgba(23, 88, 244, 0.11);
  border-radius: 999px;
  background: rgba(23, 88, 244, 0.07);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.service-tag--teal {
  color: #049d8e;
  border-color: rgba(3, 179, 157, 0.12);
  background: rgba(3, 191, 168, 0.08);
}

.service-tag--violet {
  color: #5c49dd;
  border-color: rgba(101, 81, 237, 0.12);
  background: rgba(101, 81, 237, 0.08);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 158px;
  padding: 23px;
  gap: 18px;
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --reveal-y: 0px;
  --glare-x: 18%;
  --glare-y: 15%;
  --card-roll: 0deg;
  --card-x: 0px;
  --card-y: 0px;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(var(--card-roll));
  translate: var(--card-x) calc(var(--reveal-y) + var(--lift-y) + var(--card-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, translate 0.3s ease, scale .5s ease, filter .5s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform, translate;
}

.service-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(115, 206, 255, 0.32), transparent 36%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  z-index: 2;
  --lift-y: -10px;
  --card-roll: 0deg;
  --card-x: 0px;
  --card-y: -3px;
  border-color: rgba(121, 176, 255, 0.35);
  box-shadow: 0 22px 46px rgba(26, 73, 139, 0.14), inset 0 1px 0 #fff;
}

.service-card:nth-child(1) { --card-roll: -3.4deg; --card-x: 7px; --card-y: 18px; }
.service-card:nth-child(2) { --card-roll: 2.2deg; --card-x: -3px; --card-y: -15px; }
.service-card:nth-child(3) { --card-roll: -1.7deg; --card-x: 4px; --card-y: 13px; }
.service-card:nth-child(4) { --card-roll: 3.1deg; --card-x: -7px; --card-y: -18px; }

.service-grid > .service-card:hover {
  --card-roll: 0deg;
  --card-x: 0px;
  --card-y: -3px;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card::after {
  position: absolute;
  z-index: 0;
  top: 10px;
  right: 15px;
  color: rgba(var(--accent-rgb), .09);
  font-size: 39px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  transform: translateZ(4px);
  pointer-events: none;
}

.service-card:nth-child(1)::after { content: "01"; }
.service-card:nth-child(2)::after { content: "02"; }
.service-card:nth-child(3)::after { content: "03"; }
.service-card:nth-child(4)::after { content: "04"; }

.service-card:hover .service-icon,
.specialist-card:hover .cap-icon {
  transform: translateZ(22px) translateY(-3px) rotate(-3deg);
}

.service-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 17px;
  box-shadow: 0 12px 24px rgba(22, 88, 188, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  isolation: isolate;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.service-icon::before,
.cap-icon::before,
.stat-icon::before,
.trust-row i::before {
  position: absolute;
  z-index: 1;
  top: -24%;
  left: -18%;
  width: 82%;
  height: 72%;
  content: "";
  transform: rotate(-18deg);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.04));
  pointer-events: none;
}

.service-icon::after,
.cap-icon::after,
.stat-icon::after {
  position: absolute;
  z-index: 0;
  right: -22%;
  bottom: -28%;
  width: 78%;
  height: 72%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 210, 255, .38), transparent 68%);
  filter: blur(4px);
  pointer-events: none;
}

.service-icon svg {
  position: relative;
  z-index: 2;
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon--mint { background: linear-gradient(145deg, #13d8b6, #10b6d9); }
.service-icon--blue { background: linear-gradient(145deg, #2c8dff, #1548f1); }
.service-icon--violet { background: linear-gradient(145deg, #866bf9, #5140e8); }
.service-icon--teal { background: linear-gradient(145deg, #25dec9, #02bea5); }

.service-content {
  position: relative;
  z-index: 1;
  transform: translateZ(14px);
}

.service-content strong,
.service-content small {
  display: block;
}

.service-content strong {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 800;
}

.service-content small {
  color: #536581;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.card-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #1b3c6e;
  border-radius: 50%;
  transition: 0.25s ease;
}

.service-card:hover .card-arrow {
  color: white;
  background: var(--blue);
  box-shadow: 0 8px 20px rgba(23, 88, 244, 0.25);
}

.capability-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 38px 8px 0;
  padding: 12px;
  gap: 8px;
  border-color: rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  transform: perspective(1200px) rotateX(2.4deg) rotateZ(-.7deg);
  transform-style: preserve-3d;
}

.capability-strip article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 10px 13px;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.58), rgba(224,239,255,.28));
  box-shadow: inset 0 1px 0 white, 0 8px 18px rgba(27,75,142,.06);
  transform: translateZ(10px) rotateZ(var(--cap-roll, 0deg));
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.capability-strip article:not(:last-child) {
  border-right-color: rgba(255,255,255,.78);
}

.capability-strip article:nth-child(1) { --cap-roll: -1.5deg; }
.capability-strip article:nth-child(2) { --cap-roll: 1.2deg; }
.capability-strip article:nth-child(3) { --cap-roll: -.8deg; }
.capability-strip article:nth-child(4) { --cap-roll: 1.6deg; }
.capability-strip article:nth-child(5) { --cap-roll: -1.2deg; }
.capability-strip article:nth-child(6) { --cap-roll: .9deg; }

.capability-strip article:hover {
  z-index: 2;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 28px rgba(27,75,142,.12), inset 0 1px 0 white;
  transform: translate3d(0, -7px, 32px) rotateZ(0deg) scale(1.025);
}

.cap-icon {
  position: relative;
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(42, 98, 181, 0.13);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(227, 239, 255, .7));
  box-shadow: 0 8px 17px rgba(26, 76, 144, 0.09), inset 0 1px 0 #fff;
  isolation: isolate;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease;
}

.cap-icon svg {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-strip strong,
.capability-strip small {
  display: block;
}

.capability-strip article > span:last-child {
  transform: translateZ(10px);
}

.capability-strip strong {
  margin-bottom: 5px;
  font-size: 11px;
}

.capability-strip small {
  color: #63728a;
  font-size: 9px;
  line-height: 1.45;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 25px 18px 0;
  padding: 11px;
  gap: 8px;
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 22px;
  transform: perspective(1200px) rotateX(-1.8deg) rotateZ(.65deg);
  transform-style: preserve-3d;
}

.stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 8px;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 15px;
  background: rgba(255,255,255,.34);
  transform: translateZ(9px) rotateZ(var(--stat-roll, 0deg));
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.stats > div:not(:last-child) {
  border-right-color: rgba(255,255,255,.76);
}

.stats > div:nth-child(1) { --stat-roll: .8deg; }
.stats > div:nth-child(2) { --stat-roll: -1deg; }
.stats > div:nth-child(3) { --stat-roll: 1.2deg; }
.stats > div:nth-child(4) { --stat-roll: -.7deg; }

.stats > div:hover {
  z-index: 2;
  background: rgba(255,255,255,.78);
  box-shadow: 0 15px 28px rgba(25,72,139,.11), inset 0 1px 0 white;
  transform: translate3d(0, -6px, 28px) rotateZ(0deg) scale(1.02);
}

.stat-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--blue);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(220, 236, 255, .58));
  box-shadow: 0 9px 20px rgba(22, 72, 142, 0.1), inset 0 1px 0 white;
  isolation: isolate;
  overflow: hidden;
}

.stat-icon svg {
  position: relative;
  z-index: 2;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats p {
  margin: 0;
  transform: translateZ(11px);
}

.stats strong,
.stats b {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1px;
}

.stats small {
  display: block;
  margin-top: 2px;
  color: #60718a;
  font-size: 10px;
  font-weight: 600;
}

.capability-strip article .cap-icon,
.stats .stat-icon {
  animation: icon-bob 4.6s ease-in-out infinite;
}

.capability-strip article:nth-child(2n) .cap-icon,
.stats > div:nth-child(2n) .stat-icon { animation-delay: -1.4s; }
.capability-strip article:nth-child(3n) .cap-icon,
.stats > div:nth-child(3n) .stat-icon { animation-delay: -2.8s; }

@keyframes icon-bob {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -4px; rotate: -2deg; }
}

.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  position: absolute;
  top: 14%;
  left: -120px;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: rgba(24, 94, 244, 0.06);
  filter: blur(2px);
}

.process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 100px;
}

.process-intro {
  position: sticky;
  top: 130px;
  padding-top: 20px;
}

.process-intro > p,
.about-copy > p {
  margin: 24px 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  gap: 10px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.text-link svg {
  transition: transform 0.2s ease;
}

.text-link:hover svg {
  transform: translateX(5px);
}

.process-list {
  position: relative;
  display: grid;
  gap: 15px;
  --process-progress: 0;
}

.process-list::before {
  position: absolute;
  z-index: 0;
  top: 60px;
  bottom: 60px;
  left: 43px;
  width: 2px;
  content: "";
  border-radius: 999px;
  background: rgba(42, 99, 181, .11);
}

.process-list::after {
  position: absolute;
  z-index: 0;
  top: 60px;
  bottom: 60px;
  left: 43px;
  width: 2px;
  content: "";
  transform: scaleY(var(--process-progress));
  transform-origin: top;
  border-radius: 999px;
  background: linear-gradient(var(--cyan), var(--blue));
  box-shadow: 0 0 14px rgba(20, 166, 234, .48);
}

.process-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  min-height: 142px;
  padding: 24px 30px 24px 18px;
  gap: 24px;
  border-color: rgba(255, 255, 255, 0.84);
  border-radius: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-card:hover {
  transform: translateX(7px);
  box-shadow: 0 20px 45px rgba(22, 67, 129, 0.12), inset 0 1px 0 white;
}

.step-number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: white;
  border: 5px solid #f7fbff;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue), #2f8cfb);
  box-shadow: 0 10px 22px rgba(23, 88, 244, 0.25);
  font-size: 12px;
  font-weight: 800;
}

.process-card.visible .step-number {
  animation: step-glow 3.4s ease-in-out infinite;
}

.process-card:nth-child(2) .step-number { animation-delay: -.8s; }
.process-card:nth-child(3) .step-number { animation-delay: -1.6s; }
.process-card:nth-child(4) .step-number { animation-delay: -2.4s; }

@keyframes step-glow {
  0%, 100% {
    box-shadow:
      3px 5px 0 rgba(var(--accent-rgb), .08),
      0 12px 25px rgba(var(--accent-rgb), .28),
      inset 0 1.5px 0 rgba(255,255,255,.72),
      inset 0 -2px 0 rgba(4,47,154,.34);
  }
  50% {
    box-shadow:
      5px 8px 0 rgba(var(--accent-rgb), .09),
      0 17px 34px rgba(var(--accent-rgb), .43),
      0 0 0 5px rgba(var(--accent-2-rgb), .07),
      inset 0 1.5px 0 rgba(255,255,255,.82),
      inset 0 -2px 0 rgba(4,47,154,.4);
  }
}

.process-card strong {
  font-size: 18px;
  font-weight: 800;
}

.process-card p {
  margin: 7px 0 0;
  color: #566981;
  font-size: 13px;
  line-height: 1.65;
}

.products {
  position: relative;
  padding-top: 86px;
  overflow: hidden;
}

.products::before {
  position: absolute;
  top: 4%;
  left: 50%;
  width: min(86vw, 1220px);
  height: 420px;
  content: "";
  background: radial-gradient(ellipse, rgba(43, 128, 255, .1), transparent 66%);
  transform: translateX(-50%);
  pointer-events: none;
}

.products-heading {
  position: relative;
  z-index: 2;
}

.product-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.14fr .93fr .93fr;
  gap: 18px;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
  border-radius: 25px;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --glare-x: 18%;
  --glare-y: 15%;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  translate: 0 var(--lift-y);
  transform-style: preserve-3d;
  transition: transform .18s ease, translate .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.product-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,255,.82), transparent 29%),
    linear-gradient(145deg, rgba(255,255,255,.72), rgba(225, 239, 255, .25));
  opacity: .55;
  transition: opacity .3s ease;
}

.product-card::after {
  position: absolute;
  right: -78px;
  bottom: -92px;
  width: 245px;
  height: 245px;
  content: "";
  border: 1px solid rgba(55, 126, 245, .13);
  border-radius: 42% 58% 65% 35% / 48% 38% 62% 52%;
  box-shadow: 0 0 0 34px rgba(75, 149, 255, .035), 0 0 0 68px rgba(75, 149, 255, .025);
  animation: product-orbit 11s ease-in-out infinite;
}

.product-card--tasktopus::after {
  border-color: rgba(103, 82, 234, .16);
  animation-delay: -3.4s;
}

.product-card--soruna::after {
  border-color: rgba(2, 191, 174, .17);
  animation-delay: -6.8s;
}

@keyframes product-orbit {
  0%, 100% { transform: rotate(0deg) scale(.96); }
  50% { transform: rotate(16deg) scale(1.04); }
}

.product-card:hover {
  --lift-y: -7px;
  border-color: rgba(91, 160, 255, .4);
  box-shadow: 0 27px 60px rgba(20, 67, 135, .15), inset 0 1px 0 white;
}

.product-card:hover::before {
  opacity: .78;
}

.product-card__top,
.product-card__copy,
.product-link {
  position: relative;
  z-index: 2;
  transform: translateZ(18px);
}

.product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-icon {
  display: grid;
  width: 64px;
  height: 64px;
  color: var(--blue);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(211, 233, 255, .64));
  box-shadow: 0 14px 28px rgba(21, 75, 151, .14), inset 0 1px 0 white;
  place-items: center;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

.product-card--tasktopus .product-icon {
  color: #6955f6;
  background: linear-gradient(145deg, #fff, rgba(230, 225, 255, .7));
}

.product-card--soruna .product-icon {
  color: #05ad9c;
  background: linear-gradient(145deg, #fff, rgba(210, 250, 242, .74));
}

.product-card:hover .product-icon {
  transform: translateY(-3px) rotate(-5deg) scale(1.06);
}

.product-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-status {
  padding: 7px 10px;
  color: #47607f;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 1px 0 white;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.product-card__copy {
  margin-top: auto;
  padding-top: 52px;
}

.product-label {
  display: block;
  margin-bottom: 12px;
  color: #3171cf;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  font-size: clamp(29px, 2.35vw, 43px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}

.product-card p {
  max-width: 420px;
  margin: 18px 0 0;
  color: #566981;
  font-size: 11px;
  line-height: 1.7;
}

.product-usps {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  gap: 8px;
}

.product-usps span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  padding: 7px 10px;
  color: #17477f;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(228, 242, 255, .52));
  box-shadow:
    0 8px 18px rgba(24, 83, 153, .08),
    inset 0 1px 0 rgba(255, 255, 255, .95);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .45px;
  white-space: nowrap;
}

.product-card--tasktopus .product-usps span {
  color: #4335b5;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(235, 231, 255, .58));
}

.product-card--soruna .product-usps span {
  color: #047c72;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(218, 251, 244, .58));
}

.product-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  margin-top: 27px;
  gap: 9px;
  color: #164b9d;
  font-size: 11px;
  font-weight: 800;
}

.product-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .25s ease;
}

.product-link:hover svg {
  transform: translateX(5px);
}

.about {
  padding-top: 80px;
}

.about-card {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  min-height: 560px;
  align-items: center;
  padding: 62px;
  gap: 74px;
  border-color: rgba(255, 255, 255, 0.87);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(236, 247, 255, 0.58)),
    radial-gradient(circle at 88% 12%, rgba(18, 211, 190, 0.12), transparent 30%);
  box-shadow: 0 28px 70px rgba(25, 68, 128, 0.12), inset 0 1px 0 white;
  overflow: hidden;
}

.about-card::before {
  position: absolute;
  top: 0;
  left: 12%;
  width: 48%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(44, 119, 246, .7), rgba(13, 216, 194, .65), transparent);
}

.about-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
}

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

.about-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 24px;
  padding-block: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-proof span {
  display: block;
  padding-right: 12px;
}

.about-proof span:not(:last-child) {
  margin-right: 14px;
  border-right: 1px solid var(--line);
}

.about-proof strong,
.about-proof small {
  display: block;
}

.about-proof strong {
  color: #133d79;
  font-size: 12px;
  font-weight: 800;
}

.about-proof small {
  margin-top: 5px;
  color: #6b7a90;
  font-size: 8px;
  line-height: 1.4;
}

.about-bento {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.about-value {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 148px;
  padding: 22px;
  gap: 15px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(232, 243, 255, .48));
  box-shadow: 0 14px 34px rgba(26, 72, 136, .09), inset 0 1px 0 white;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --glare-x: 18%;
  --glare-y: 15%;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  translate: 0 var(--lift-y);
  transform-style: preserve-3d;
  transition: transform .18s ease, translate .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.about-value::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(255,255,255,.74), transparent 36%);
  opacity: 0;
  transition: opacity .25s ease;
}

.about-value:hover {
  --lift-y: -5px;
  border-color: rgba(93, 165, 255, .35);
  box-shadow: 0 20px 42px rgba(24, 70, 135, .14), inset 0 1px 0 white;
}

.about-value:hover::before {
  opacity: .55;
}

.about-value--wide {
  grid-column: 1 / -1;
  min-height: 126px;
}

.about-value__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  color: var(--blue);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(220, 237, 255, .62));
  box-shadow: 0 10px 23px rgba(24, 80, 154, .11), inset 0 1px 0 white;
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
}

.about-value:hover .about-value__icon {
  transform: translateZ(20px) rotate(-4deg) scale(1.05);
}

.about-value__icon--teal { color: #05aa9a; background: linear-gradient(145deg, #fff, rgba(211, 251, 244, .72)); }
.about-value__icon--violet { color: #6752ea; background: linear-gradient(145deg, #fff, rgba(231, 226, 255, .72)); }
.about-value__icon--mint { color: #08bba5; background: linear-gradient(145deg, #fff, rgba(211, 251, 244, .72)); }

.about-value__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-value__number {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 17px;
  color: rgba(20, 72, 144, .26);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.about-value > div {
  position: relative;
  z-index: 2;
}

.about-value strong {
  font-size: 13px;
  font-weight: 800;
}

.about-value p {
  margin: 7px 0 0;
  color: #617189;
  font-size: 9px;
  line-height: 1.55;
}

.contact {
  padding-top: 60px;
  padding-bottom: 120px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  min-height: 390px;
  padding: 64px 72px;
  gap: 80px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 32px;
  background:
    linear-gradient(120deg, rgba(8, 36, 108, 0.18), rgba(21, 92, 242, 0.1)),
    linear-gradient(120deg, #071b49 0%, #0d3ea8 54%, #176de8 100%);
  box-shadow: 0 32px 70px rgba(14, 55, 135, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.contact-card::after {
  position: absolute;
  right: -100px;
  bottom: -250px;
  width: 600px;
  height: 600px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.02);
  animation: contact-rings 14s ease-in-out infinite;
}

@keyframes contact-rings {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .8; }
  50% { transform: translate3d(-24px, -14px, 0) scale(1.07); opacity: 1; }
}

.contact-glow {
  position: absolute;
  top: -100px;
  left: 36%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(14, 222, 199, 0.22);
  filter: blur(95px);
  animation: contact-glow-drift 8s ease-in-out infinite;
}

@keyframes contact-glow-drift {
  0%, 100% { transform: translate3d(-30px, 0, 0) scale(.9); }
  50% { transform: translate3d(90px, 30px, 0) scale(1.12); }
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 2;
}

.section-kicker--light {
  color: #53eed8;
}

.contact h2 {
  font-size: clamp(38px, 3.3vw, 56px);
}

.contact h2 span {
  color: #47e6d2;
}

.contact-copy p {
  max-width: 670px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.75;
}

.contact-form {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.contact-form label,
.contact-form label span {
  display: block;
}

.contact-form label span {
  margin-bottom: 9px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 700;
}

.contact-form input {
  width: 100%;
  height: 54px;
  padding: 0 17px;
  color: white;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  background: rgba(255,255,255,.09);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder {
  color: rgba(255,255,255,.44);
}

.contact-form input:focus {
  border-color: rgba(81, 235, 216, 0.7);
  box-shadow: 0 0 0 4px rgba(61, 225, 205, 0.1);
}

.button--light {
  width: 100%;
  margin-top: 12px;
  color: #0b41a2;
  background: white;
  box-shadow: 0 14px 26px rgba(5, 26, 72, 0.2);
}

.button--light:hover {
  box-shadow: 0 18px 30px rgba(5, 26, 72, 0.28);
}

.form-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  text-align: center;
}

.form-note.success {
  color: #6ff3df;
}

.site-footer {
  border-top: 1px solid rgba(54, 91, 147, 0.1);
  background: rgba(249, 252, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 0.72fr);
  padding-block: 65px 50px;
  gap: 36px;
}

.footer-brand p {
  max-width: 250px;
  color: #63728a;
  font-size: 11px;
  line-height: 1.65;
}

.footer-mail {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  gap: 9px;
  color: #275280;
  font-size: 12px;
  font-weight: 700;
}

.footer-mail svg {
  width: 17px;
}

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

.footer-links strong {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 800;
}

.footer-links a {
  width: max-content;
  color: #566981;
  font-size: 11px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
  transform: translateX(3px);
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  color: #78869a;
  border-top: 1px solid rgba(54, 91, 147, 0.1);
  font-size: 10px;
}

.footer-bottom b {
  color: #1e63ef;
}

/* Consistent optical glass rim: bright top edge, colored lower refraction and depth. */
:is(
  .nav-shell,
  .dropdown-panel,
  .mobile-nav,
  .three-badge,
  .floating-card,
  .button--glass,
  .service-card,
  .specialist-card,
  .capability-strip,
  .stats,
  .process-card,
  .product-card,
  .about-card,
  .about-value
) {
  border-color: var(--glass-rim);
  box-shadow:
    var(--glass-depth),
    inset 0 1.5px 0 rgba(255, 255, 255, .98),
    inset 1px 0 0 rgba(255, 255, 255, .62),
    inset 0 -1.5px 0 var(--glass-rim-color),
    inset -1px 0 0 rgba(var(--accent-2-rgb), .13);
}

:is(
  .service-icon,
  .cap-icon,
  .stat-icon,
  .product-icon,
  .about-value__icon,
  .float-icon,
  .mini-icon,
  .trust-row i,
  .play-icon,
  .card-arrow,
  .step-number,
  .design-toggle > span,
  .menu-toggle
) {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .94);
  transform: perspective(480px) rotateX(-7deg) rotateY(8deg) translateZ(0);
  transform-style: preserve-3d;
  box-shadow:
    3px 5px 0 rgba(var(--accent-rgb), .06),
    0 14px 28px rgba(var(--accent-rgb), .17),
    inset 0 1.5px 0 rgba(255,255,255,.98),
    inset 1px 0 0 rgba(255,255,255,.72),
    inset 0 -2px 0 rgba(var(--accent-rgb), .28),
    inset -2px 0 0 rgba(var(--accent-2-rgb), .2);
  transition: transform .34s cubic-bezier(.2,.8,.2,1), box-shadow .34s ease, filter .34s ease;
  will-change: transform;
}

:is(
  .product-icon,
  .about-value__icon,
  .float-icon,
  .mini-icon,
  .trust-row i,
  .play-icon,
  .card-arrow,
  .step-number,
  .design-toggle > span
) {
  overflow: hidden;
}

:is(
  .product-icon,
  .about-value__icon,
  .float-icon,
  .mini-icon,
  .play-icon,
  .card-arrow,
  .step-number,
  .design-toggle > span
)::before {
  position: absolute;
  z-index: 1;
  top: -28%;
  left: -24%;
  width: 88%;
  height: 74%;
  content: "";
  transform: rotate(-20deg) translateZ(8px);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(255,255,255,.04));
  pointer-events: none;
}

:is(
  .product-icon,
  .about-value__icon,
  .float-icon,
  .mini-icon,
  .trust-row i,
  .play-icon,
  .card-arrow,
  .step-number,
  .design-toggle > span
)::after {
  position: absolute;
  z-index: 0;
  right: 5px;
  bottom: 3px;
  left: 5px;
  height: 24%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(180deg, transparent, rgba(var(--accent-rgb), .24));
  filter: blur(2px);
  pointer-events: none;
}

:is(
  .service-icon,
  .cap-icon,
  .stat-icon,
  .product-icon,
  .about-value__icon,
  .float-icon,
  .mini-icon,
  .trust-row i,
  .play-icon,
  .card-arrow,
  .design-toggle > span
) > svg {
  position: relative;
  z-index: 3;
  transform: translateZ(18px);
  filter: drop-shadow(0 5px 5px rgba(16, 56, 118, .2));
  transition: transform .34s cubic-bezier(.2,.8,.2,1), filter .34s ease;
}

:is(
  .service-card:hover .service-icon,
  .specialist-card:hover .cap-icon,
  .product-card:hover .product-icon,
  .about-value:hover .about-value__icon,
  .capability-strip article:hover .cap-icon,
  .stats > div:hover .stat-icon,
  .process-card:hover .step-number,
  .floating-card:hover .float-icon,
  .dropdown-panel a:hover .mini-icon,
  .trust-row > span:hover i,
  .button--glass:hover .play-icon
) {
  transform: perspective(480px) translate3d(0, -5px, 30px) rotateX(-11deg) rotateY(14deg) rotateZ(-3deg) scale(1.06);
  box-shadow:
    6px 9px 0 rgba(var(--accent-rgb), .07),
    0 20px 34px rgba(var(--accent-rgb), .23),
    inset 0 1.5px 0 white,
    inset 0 -2px 0 rgba(var(--accent-rgb), .34);
}

:is(
  .service-card:hover .service-icon,
  .specialist-card:hover .cap-icon,
  .product-card:hover .product-icon,
  .about-value:hover .about-value__icon,
  .capability-strip article:hover .cap-icon,
  .stats > div:hover .stat-icon,
  .floating-card:hover .float-icon,
  .dropdown-panel a:hover .mini-icon,
  .trust-row > span:hover i,
  .button--glass:hover .play-icon
) > svg {
  transform: translateZ(28px) scale(1.08);
  filter: drop-shadow(0 8px 7px rgba(13, 52, 112, .26));
}

.step-number {
  color: white;
  background:
    linear-gradient(145deg, rgba(255,255,255,.3), transparent 42%),
    linear-gradient(135deg, var(--blue), #2f8cfb 58%, var(--cyan));
  text-shadow: 0 3px 8px rgba(3, 30, 105, .32);
}

.brand-mark {
  transform: perspective(420px) rotateX(-8deg) rotateY(12deg);
  transform-style: preserve-3d;
  transition: transform .34s cubic-bezier(.2,.8,.2,1), filter .34s ease;
}

.brand-mark i {
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68), inset 0 -2px 0 rgba(0,82,185,.2), 0 5px 10px rgba(0,120,210,.12);
}

.brand:hover .brand-mark {
  transform: perspective(420px) translate3d(0, -2px, 20px) rotateX(-13deg) rotateY(18deg) scale(1.06);
  filter: drop-shadow(0 12px 12px rgba(4, 154, 224, .28));
}

.contact-card {
  box-shadow:
    0 32px 70px rgba(14, 55, 135, .28),
    inset 0 1.5px 0 rgba(255,255,255,.44),
    inset 1px 0 0 rgba(255,255,255,.18),
    inset 0 -1.5px 0 rgba(44, 223, 229, .28),
    inset -1px 0 0 rgba(255,255,255,.1);
}

html[data-theme] .gradient-text {
  background-image: linear-gradient(100deg, var(--blue) 0%, #078cf2 46%, var(--cyan) 88%);
}

html[data-theme] .button--primary {
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 88%, white), var(--blue-dark));
}

.design-tools {
  position: fixed;
  z-index: 220;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.design-toggle {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 7px 17px 7px 7px;
  gap: 10px;
  color: white;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 17px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  box-shadow:
    0 16px 36px rgba(var(--accent-rgb), .3),
    inset 0 1.5px 0 rgba(255,255,255,.42),
    inset 0 -1.5px 0 rgba(2, 28, 112, .35);
  cursor: pointer;
  pointer-events: auto;
  transition: transform .25s ease, box-shadow .25s ease;
}

.design-toggle:hover,
.design-toggle:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(var(--accent-rgb), .38), inset 0 1.5px 0 rgba(255,255,255,.46);
}

.design-toggle > span {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 12px;
  background: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.34);
  place-items: center;
}

.design-toggle svg,
.design-close svg,
.design-edit-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.design-toggle b {
  font-size: 12px;
  letter-spacing: .2px;
}

.design-panel {
  width: 342px;
  padding: 18px;
  transform: translateY(12px) scale(.97);
  transform-origin: 100% 100%;
  visibility: hidden;
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.design-tools.is-open .design-panel {
  transform: translateY(0) scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.design-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
}

.design-panel__head span,
.design-panel__head strong {
  display: block;
}

.design-panel__head span {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.design-panel__head strong {
  font-size: 16px;
}

.design-close {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #435875;
  border: 1px solid rgba(78, 115, 170, .12);
  border-radius: 11px;
  background: rgba(255,255,255,.58);
  cursor: pointer;
  place-items: center;
}

.design-control {
  padding-top: 16px;
}

.design-control__label {
  display: block;
  margin-bottom: 9px;
  color: #53657d;
  font-size: 9px;
  font-weight: 800;
}

.design-control__label b {
  color: var(--blue);
}

.design-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 4px;
  gap: 4px;
  border: 1px solid rgba(67, 107, 168, .1);
  border-radius: 13px;
  background: rgba(225, 238, 252, .42);
}

.design-options button {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  gap: 6px;
  color: #61728a;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.design-options button.is-active {
  color: #123f86;
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.86);
  box-shadow: 0 6px 14px rgba(23, 70, 135, .09), inset 0 1px 0 white;
}

.theme-dot {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(20,60,120,.18);
}

.theme-dot--ocean { background: linear-gradient(135deg, #1758f4, #0cd8cc); }
.theme-dot--aurora { background: linear-gradient(135deg, #087fdd, #00cfae); }
.theme-dot--violet { background: linear-gradient(135deg, #654eea, #22bfe8); }

.design-edit-toggle {
  display: grid;
  width: 100%;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  margin-top: 16px;
  padding: 10px;
  gap: 10px;
  color: var(--ink);
  text-align: left;
  border: 1px solid rgba(64, 105, 166, .11);
  border-radius: 14px;
  background: rgba(255,255,255,.54);
  cursor: pointer;
}

.design-edit-toggle > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--blue);
  border-radius: 11px;
  background: rgba(var(--accent-rgb), .08);
  place-items: center;
}

.design-edit-toggle strong,
.design-edit-toggle small {
  display: block;
}

.design-edit-toggle strong { font-size: 10px; }
.design-edit-toggle small { margin-top: 3px; color: #728096; font-size: 7px; }

.design-edit-toggle > i {
  position: relative;
  width: 30px;
  height: 18px;
  border-radius: 999px;
  background: #d9e4f1;
  transition: background .2s ease;
}

.design-edit-toggle > i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 5px rgba(32,65,110,.2);
  transition: transform .2s ease;
}

.design-edit-toggle[aria-pressed="true"] > i { background: var(--blue); }
.design-edit-toggle[aria-pressed="true"] > i::after { transform: translateX(12px); }

.design-selection {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid transparent;
  opacity: 0;
  overflow: hidden;
  transition: max-height .3s ease, margin .3s ease, padding .3s ease, opacity .25s ease;
}

.design-editing .design-selection {
  max-height: 100px;
  margin-top: 15px;
  padding-top: 14px;
  border-top-color: var(--line);
  opacity: 1;
}

.design-tones {
  display: flex;
  gap: 9px;
}

.design-tones button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 4px;
  border: 1px solid rgba(57, 99, 164, .14);
  border-radius: 11px;
  background: rgba(255,255,255,.56);
  cursor: pointer;
  place-items: center;
}

.design-tones button i {
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(20,60,120,.14);
}

.design-tones button[data-tone-option="ice"] i { background: linear-gradient(135deg, #fff, #dceeff); }
.design-tones button[data-tone-option="blue"] i { background: linear-gradient(135deg, #74aaff, #2765f0); }
.design-tones button[data-tone-option="mint"] i { background: linear-gradient(135deg, #7af2dd, #06ad9a); }
.design-tones button[data-tone-option="violet"] i { background: linear-gradient(135deg, #b8a6ff, #654eea); }

.design-tones button.is-active {
  border-color: rgba(var(--accent-rgb), .54);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .08);
}

.design-reset {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  color: #63738a;
  border: 0;
  background: transparent;
  font-size: 8px;
  font-weight: 800;
  cursor: pointer;
}

.design-editing .design-selectable {
  cursor: crosshair !important;
}

.design-editing .design-selectable:hover {
  outline: 1px dashed rgba(var(--accent-rgb), .65);
  outline-offset: 4px;
}

.design-selectable.design-selected {
  outline: 2px solid rgba(var(--accent-rgb), .86) !important;
  outline-offset: 5px;
}

.design-tone-ice {
  border-color: rgba(255,255,255,.98) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(218,239,255,.6)) !important;
}

.design-tone-blue {
  border-color: rgba(117,177,255,.62) !important;
  background: linear-gradient(145deg, rgba(244,250,255,.9), rgba(155,201,255,.48)) !important;
  box-shadow: 0 22px 52px rgba(38, 102, 205, .17), inset 0 1.5px 0 white, inset 0 -1.5px 0 rgba(35,101,224,.26) !important;
}

.design-tone-mint {
  border-color: rgba(74,224,201,.58) !important;
  background: linear-gradient(145deg, rgba(247,255,253,.92), rgba(123,235,217,.36)) !important;
  box-shadow: 0 22px 52px rgba(4, 153, 135, .14), inset 0 1.5px 0 white, inset 0 -1.5px 0 rgba(4,174,154,.28) !important;
}

.design-tone-violet {
  border-color: rgba(156,132,255,.58) !important;
  background: linear-gradient(145deg, rgba(251,249,255,.92), rgba(188,173,255,.4)) !important;
  box-shadow: 0 22px 52px rgba(91, 64, 205, .15), inset 0 1.5px 0 white, inset 0 -1.5px 0 rgba(93,64,216,.27) !important;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  scale: .992;
  filter: blur(3px);
  transition:
    opacity 0.58s cubic-bezier(.2,.7,.2,1),
    transform 0.58s cubic-bezier(.2,.7,.2,1),
    translate 0.58s cubic-bezier(.2,.7,.2,1),
    scale 0.58s cubic-bezier(.2,.7,.2,1),
    filter 0.58s cubic-bezier(.2,.7,.2,1),
    clip-path .72s cubic-bezier(.2,.7,.2,1);
}

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

.section-heading.reveal,
.process-intro.reveal {
  transform: translate3d(-30px, 0, 0);
}

.section-heading.reveal.visible,
.process-intro.reveal.visible {
  transform: translate3d(0, 0, 0);
}

.service-card.reveal {
  --reveal-y: 28px;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(var(--card-roll));
}

.service-card.reveal.visible {
  --reveal-y: 0px;
  transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(var(--card-roll));
}

.product-card.reveal {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  translate: 0 calc(var(--lift-y) + 24px);
}

.product-card.reveal.visible {
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  translate: 0 var(--lift-y);
}

.process-card.reveal.visible:hover {
  transform: translateX(7px);
}

.capability-strip.reveal {
  transform: perspective(1200px) rotateX(2.4deg) rotateZ(-.7deg);
  clip-path: inset(0 5% 0 5% round 20px);
}

.capability-strip.reveal.visible {
  transform: perspective(1200px) rotateX(2.4deg) rotateZ(-.7deg);
  clip-path: inset(0 0 0 0 round 20px);
}

.stats.reveal {
  transform: perspective(1200px) rotateX(-1.8deg) rotateZ(.65deg);
  clip-path: inset(0 5% 0 5% round 20px);
}

.stats.reveal.visible {
  transform: perspective(1200px) rotateX(-1.8deg) rotateZ(.65deg);
  clip-path: inset(0 0 0 0 round 20px);
}

.contact-card.reveal {
  transform: translateY(28px) scale(.97);
}

.contact-card.reveal.visible {
  transform: translateY(0) scale(1);
}

.reveal--delay,
.reveal--delay-1 { transition-delay: 0.05s; }
.reveal--delay-2 { transition-delay: 0.1s; }
.reveal--delay-3 { transition-delay: 0.15s; }

@media (max-width: 1320px) {
  :root { --container: 1180px; }

  .hero-grid {
    grid-template-columns: minmax(470px, 0.9fr) minmax(550px, 1.1fr);
  }

  .hero h1 {
    font-size: clamp(46px, 4vw, 60px);
    letter-spacing: -3px;
  }

  .hero-lead { max-width: 560px; font-size: 15px; }
  .hero-visual { width: 116%; margin-left: -7%; }
  .floating-card--performance { right: 4%; }
  .service-card { grid-template-columns: auto 1fr; }
  .service-card .card-arrow { display: none; }
  .service-icon { width: 57px; height: 57px; }
  .service-content strong { font-size: 14px; }
  .capability-strip article { padding-inline: 11px; }
  .cap-icon { width: 38px; height: 38px; flex-basis: 38px; }
}

@media (max-width: 1080px) {
  :root { --header-h: 78px; }
  .desktop-nav, .header-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; }
  .mobile-nav {
    position: fixed;
    top: 91px;
    right: 24px;
    left: 24px;
    display: grid;
    padding: 16px;
    gap: 4px;
    transform: translateY(-12px) scale(.98);
    visibility: hidden;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .mobile-nav.open {
    transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-nav > a:not(.button) {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(56, 92, 145, 0.09);
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-nav .button { margin-top: 10px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(52px, 7vw, 72px); }
  .hero-visual { width: 100%; max-width: 900px; margin: -20px auto 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > p { justify-self: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .specialist-grid { grid-template-columns: 1fr; }
  .specialist-card p { max-width: 720px; }
  .service-card { grid-template-columns: auto 1fr auto; }
  .service-card .card-arrow { display: grid; }
  .capability-strip { grid-template-columns: repeat(3, 1fr); }
  .capability-strip article:nth-child(3) { border-right: 0; }
  .capability-strip article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid { gap: 50px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card--suite { grid-column: 1 / -1; min-height: 350px; }
  .about-card { grid-template-columns: 1fr; gap: 38px; padding: 46px; }
  .about-copy { max-width: 760px; }
  .contact-card { grid-template-columns: 1fr; gap: 38px; padding: 55px; }
  .contact-form { max-width: 560px; }
  .footer-grid { grid-template-columns: 1.3fr repeat(4, .7fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding-block: 78px; }
  .design-tools { right: 12px; bottom: 12px; }
  .design-panel { width: min(342px, calc(100vw - 24px)); max-height: calc(100vh - 88px); overflow-y: auto; }
  .design-toggle { min-height: 50px; border-radius: 15px; }
  .design-toggle > span { width: 36px; height: 36px; }
  .site-header { padding-top: 8px; }
  .nav-shell { min-height: 62px; padding: 7px 8px 7px 16px; border-radius: 15px; }
  .brand { gap: 9px; }
  .brand-logo { width: 142px; }
  .brand-mark { width: 31px; height: 31px; flex-basis: 31px; }
  .brand-mark i:first-child { width: 15px; height: 25px; }
  .brand-mark i:last-child { width: 20px; }
  .brand-name { font-size: 21px; }
  .brand-name small { font-size: 15px; }
  .menu-toggle { width: 44px; height: 44px; }
  .mobile-nav { top: 79px; right: 14px; left: 14px; }
  .hero { padding-top: 125px; padding-bottom: 55px; }
  .eyebrow-row { align-items: flex-start; flex-direction: column; margin-bottom: 18px; gap: 9px; font-size: 11px; }
  .eyebrow-services { max-width: 100%; padding: 8px 11px; gap: 7px 8px; border-radius: 18px; }
  .eyebrow-services span { font-size: 11px; }
  .hero h1 { font-size: clamp(40px, 11vw, 58px); letter-spacing: -2.3px; }
  .hero h1 br { display: none; }
  .hero h1 .gradient-text { white-space: normal; }
  .hero-lead { font-size: 14px; line-height: 1.7; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; gap: 13px 10px; }
  .trust-row > span:not(:last-child)::after { display: none; }
  .hero-visual { width: 124%; margin: -3% -12% 0; aspect-ratio: 1.35 / 1; }
  .three-stage { inset: -10%; opacity: .68; }
  .three-badge { display: none; }
  .floating-card--performance { top: 0; right: 10%; width: 118px; min-height: 96px; padding: 13px; }
  .floating-card--performance strong { font-size: 21px; }
  .floating-card--performance .sparkline { display: none; }
  .floating-card--hosting { bottom: 1%; left: 11%; min-width: 164px; }
  .floating-card--solutions { display: none; }
  .services-shell { padding-block: 76px; }
  .section-heading h2, .process h2, .about h2, .contact h2 { font-size: clamp(34px, 9vw, 46px); letter-spacing: -1.8px; }
  .section-heading { margin-bottom: 28px; }
  .service-readout { width: 100%; min-width: 0; margin: -8px 0 4px; rotate: .6deg; }
  .service-rails { opacity: .32; }
  .service-puck { display: none; }
  .service-grid { grid-template-columns: 1fr; margin-inline: 0; padding: 22px 3px 30px; gap: 18px; }
  .service-card { min-height: 132px; padding: 19px; }
  .service-card:nth-child(1) { --card-roll: -1.5deg; --card-x: 0px; --card-y: 7px; }
  .service-card:nth-child(2) { --card-roll: 1.2deg; --card-x: 0px; --card-y: 0px; }
  .service-card:nth-child(3) { --card-roll: -1deg; --card-x: 0px; --card-y: 5px; }
  .service-card:nth-child(4) { --card-roll: 1.4deg; --card-x: 0px; --card-y: 0px; }
  .specialist-card { grid-template-columns: auto 1fr; padding: 17px; }
  .specialist-grid { margin-inline: 2px; gap: 16px; }
  .specialist-card:nth-child(1) { --special-roll: .8deg; --special-y: 2px; }
  .specialist-card:nth-child(2) { --special-roll: -.8deg; --special-y: 0px; }
  .specialist-card:nth-child(3) { --special-roll: 1deg; --special-y: 2px; }
  .specialist-card .service-tag { display: none; }
  .capability-strip,
  .capability-strip.reveal,
  .capability-strip.reveal.visible { grid-template-columns: 1fr 1fr; margin-inline: 0; padding: 7px; transform: perspective(900px) rotateX(1.5deg) rotateZ(-.35deg); }
  .capability-strip article { min-height: 82px; padding: 10px; }
  .capability-strip article:nth-child(3) { border-right: 1px solid var(--line); }
  .capability-strip article:nth-child(2n) { border-right: 0; }
  .capability-strip article:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .capability-strip article:nth-child(5) { border-bottom: 0; }
  .capability-strip strong { font-size: 10px; }
  .capability-strip small { font-size: 8px; }
  .stats,
  .stats.reveal,
  .stats.reveal.visible { margin-inline: 3px; padding: 7px; transform: perspective(900px) rotateX(-1deg) rotateZ(.3deg); }
  .stats > div { min-height: 98px; padding: 10px 4px; gap: 9px; }
  .stat-icon { width: 40px; height: 40px; }
  .stat-icon svg { width: 24px; height: 24px; }
  .stats strong, .stats b { font-size: 19px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .process-intro { position: relative; top: auto; padding: 0; }
  .process-list::before { left: 35px; }
  .process-card { grid-template-columns: 54px 1fr; min-height: 150px; padding: 20px 18px 20px 12px; gap: 14px; }
  .step-number { width: 46px; height: 46px; }
  .process-card p { font-size: 12px; }
  .products { padding-top: 58px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card,
  .product-card--suite { grid-column: auto; min-height: 350px; padding: 23px; }
  .product-card__copy { padding-top: 44px; }
  .product-card h3 { font-size: 34px; }
  .about { padding-top: 40px; }
  .about-card { grid-template-columns: 1fr; min-height: auto; padding: 32px 22px 38px; gap: 20px; border-radius: 24px; }
  .about-copy > p { font-size: 14px; }
  .about-proof { margin: 24px 0 20px; }
  .about-proof span { padding-right: 7px; }
  .about-proof span:not(:last-child) { margin-right: 7px; }
  .about-proof strong { font-size: 10px; }
  .about-proof small { font-size: 7px; }
  .about-bento { grid-template-columns: 1fr; }
  .about-value,
  .about-value--wide { grid-column: auto; min-height: 125px; padding: 18px; }
  .about-value__icon { width: 47px; height: 47px; }
  .contact { padding-top: 25px; padding-bottom: 80px; }
  .contact-card { padding: 40px 22px; gap: 30px; border-radius: 24px; }
  .contact-copy p { font-size: 13px; }
  .contact-form { padding: 17px; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding-block: 48px 35px; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 88px; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; translate: none; scale: 1; filter: none; clip-path: none; }
  .service-card,
  .specialist-card,
  .product-card,
  .about-value { transform: none; translate: none; }
}

/* Consent manager: glass UI with real third-party resource gating. */
.consent-layer {
  position: fixed;
  z-index: 12000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition: opacity .32s ease, transform .42s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.consent-layer[hidden] {
  display: none !important;
}

.consent-layer.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.consent-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(1140px, 100%);
  margin: 0 auto;
  padding: 18px 20px;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 25px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .91), rgba(236, 247, 255, .83)),
    rgba(255, 255, 255, .78);
  box-shadow: 0 30px 85px rgba(5, 29, 78, .26), inset 0 1px 0 #fff, inset 0 0 0 1px rgba(61, 119, 203, .1);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
  backdrop-filter: blur(30px) saturate(155%);
}

.consent-banner__icon {
  display: grid;
  width: 58px;
  height: 58px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 18px;
  background: linear-gradient(145deg, #216eff, #12d4b9);
  box-shadow: 0 13px 29px rgba(21, 103, 220, .23), inset 0 1px 0 rgba(255, 255, 255, .44);
  place-items: center;
  transform: perspective(380px) rotateY(-8deg) rotateX(7deg);
}

.consent-banner__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.consent-banner__copy > span,
.consent-dialog__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #1761e6;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.consent-banner h2 {
  margin: 0;
  color: var(--navy);
  font-size: 21px;
  letter-spacing: -.7px;
  line-height: 1.12;
}

.consent-banner p {
  max-width: 680px;
  margin: 6px 0 0;
  color: #526984;
  font-size: 10px;
  line-height: 1.52;
}

.consent-banner__links {
  display: flex;
  margin-top: 6px;
  gap: 13px;
}

.consent-banner__links a {
  color: #1d5bd1;
  font-size: 8px;
  font-weight: 700;
  text-underline-offset: 2px;
}

.consent-banner__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 8px;
}

.consent-settings-link {
  grid-column: 1 / -1;
  padding: 3px;
  color: #355474;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 9px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.consent-button {
  min-height: 42px;
  padding: 9px 14px;
  color: #18458f;
  border: 1px solid rgba(45, 100, 181, .15);
  border-radius: 12px;
  background: rgba(236, 245, 255, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.consent-button:hover {
  border-color: rgba(33, 105, 235, .28);
  box-shadow: 0 9px 22px rgba(37, 88, 173, .12), inset 0 1px 0 #fff;
  transform: translateY(-1px);
}

.consent-button--primary {
  color: #fff;
  border-color: rgba(38, 101, 238, .38);
  background: linear-gradient(135deg, #2a70ff, #1552e5);
  box-shadow: 0 11px 25px rgba(26, 84, 217, .2), inset 0 1px 0 rgba(255, 255, 255, .28);
}

.consent-dialog {
  width: min(690px, calc(100vw - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  color: var(--navy);
  border: 0;
  outline: 0;
  border-radius: 29px;
  background: transparent;
  overflow: visible;
}

.consent-dialog::backdrop {
  background: rgba(4, 18, 49, .56);
  -webkit-backdrop-filter: blur(15px) saturate(125%);
  backdrop-filter: blur(15px) saturate(125%);
}

.consent-dialog[open] {
  animation: inquiry-modal-in .42s cubic-bezier(.16, .85, .22, 1) both;
}

.consent-dialog__glass {
  position: relative;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(255, 255, 255, .94);
  border-radius: 29px;
  background:
    radial-gradient(circle at 82% 3%, rgba(17, 216, 191, .13), transparent 17rem),
    linear-gradient(140deg, rgba(255, 255, 255, .92), rgba(235, 246, 255, .82));
  box-shadow: 0 36px 100px rgba(4, 28, 78, .33), inset 0 1px 0 #fff, inset 0 0 0 1px rgba(52, 116, 211, .1);
  -webkit-backdrop-filter: blur(32px) saturate(150%);
  backdrop-filter: blur(32px) saturate(150%);
}

.consent-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #3b5778;
  border: 1px solid rgba(42, 93, 169, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .68);
  place-items: center;
  cursor: pointer;
}

.consent-dialog__close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.consent-dialog h2 {
  max-width: 520px;
  margin: 0;
  padding-right: 48px;
  font-size: clamp(30px, 5vw, 43px);
  letter-spacing: -2px;
  line-height: 1.04;
}

.consent-dialog__glass > p {
  max-width: 580px;
  margin: 14px 0 25px;
  color: #526984;
  font-size: 12px;
  line-height: 1.6;
}

.consent-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 18px;
  gap: 18px;
  border: 1px solid rgba(47, 102, 184, .13);
  border-radius: 17px;
  background: rgba(244, 249, 255, .69);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.consent-option + .consent-option {
  margin-top: 11px;
}

.consent-option strong,
.consent-option small {
  display: block;
}

.consent-option strong {
  font-size: 13px;
}

.consent-option small {
  margin-top: 4px;
  color: #61748d;
  font-size: 9px;
  line-height: 1.5;
}

.consent-status {
  padding: 7px 10px;
  color: #168472;
  border-radius: 999px;
  background: rgba(25, 213, 183, .1);
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.consent-switch {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.consent-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.consent-switch i {
  position: relative;
  display: block;
  width: 48px;
  height: 27px;
  border: 1px solid rgba(56, 99, 161, .16);
  border-radius: 999px;
  background: #d9e4f3;
  box-shadow: inset 0 2px 5px rgba(36, 69, 116, .1);
  cursor: pointer;
  transition: .22s ease;
}

.consent-switch i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 19px;
  height: 19px;
  content: "";
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 9px rgba(32, 69, 124, .2);
  transition: .22s ease;
}

.consent-switch input:checked + i {
  border-color: rgba(13, 187, 164, .35);
  background: linear-gradient(135deg, #2576ff, #13d2b8);
}

.consent-switch input:checked + i::after {
  translate: 21px 0;
}

.consent-switch input:focus-visible + i {
  outline: 2px solid #1b65e8;
  outline-offset: 3px;
}

.consent-dialog__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
  gap: 9px;
}

.consent-dialog__actions .consent-button {
  min-width: 150px;
}

.footer-consent-button {
  position: relative;
  align-self: flex-start;
  padding: 0;
  color: #65748b;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 9px;
  text-align: left;
  cursor: pointer;
}

.footer-consent-button:hover {
  color: var(--blue);
}

@media (max-width: 820px) {
  .consent-banner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .consent-banner__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .consent-layer {
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .consent-banner {
    grid-template-columns: 1fr;
    padding: 17px;
    gap: 12px;
    border-radius: 21px;
  }

  .consent-banner__icon {
    width: 47px;
    height: 47px;
    border-radius: 15px;
  }

  .consent-banner__actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .consent-settings-link {
    grid-column: auto;
  }

  .consent-dialog__glass {
    padding: 34px 19px 21px;
    border-radius: 23px;
  }

  .consent-option {
    padding: 14px;
  }

  .consent-dialog__actions {
    flex-direction: column-reverse;
  }

  .consent-dialog__actions .consent-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .consent-layer,
  .consent-dialog {
    transition: none;
    animation: none !important;
  }
}

/* Project inquiry: progressive phone fields and glass confirmation dialog. */
.contact-card {
  grid-template-columns: minmax(280px, .82fr) minmax(520px, 1.18fr);
  min-height: 610px;
  padding: clamp(44px, 4.5vw, 72px);
  gap: clamp(42px, 5vw, 82px);
}

.contact-form {
  width: 100%;
  padding: 24px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-honeypot[hidden] {
  display: none !important;
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-form label > span,
.contact-method legend {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .025em;
}

.contact-form label > span small {
  color: rgba(255, 255, 255, .42);
  font: inherit;
}

.contact-form input:not([type="radio"]):not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .17);
  outline: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  color-scheme: dark;
}

.contact-form input:not([type="radio"]):not([type="checkbox"]) {
  height: 49px;
  padding: 0 15px;
}

.contact-form textarea {
  min-height: 104px;
  padding: 13px 15px;
  font: inherit;
  line-height: 1.55;
  resize: vertical;
}

.contact-form textarea::placeholder,
.contact-form input::placeholder {
  color: rgba(255, 255, 255, .41);
}

.contact-form input:not([type="radio"]):not([type="checkbox"]):focus,
.contact-form textarea:focus {
  border-color: rgba(81, 235, 216, .72);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 4px rgba(61, 225, 205, .1), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.contact-method {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-method__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-method__options label {
  position: relative;
  cursor: pointer;
}

.contact-method__options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-method__options label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin: 0;
  gap: 8px;
  color: rgba(255, 255, 255, .68);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .065);
  transition: .2s ease;
}

.contact-method__options svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.contact-method__options input:checked + span {
  color: #fff;
  border-color: rgba(76, 239, 215, .57);
  background: linear-gradient(135deg, rgba(39, 116, 255, .27), rgba(20, 218, 193, .17));
  box-shadow: 0 9px 24px rgba(2, 20, 61, .14), inset 0 1px 0 rgba(255, 255, 255, .13);
}

.contact-method__options input:focus-visible + span {
  outline: 2px solid #64f3dd;
  outline-offset: 2px;
}

.contact-phone-fields {
  display: grid;
  grid-template-columns: 1.35fr 1fr .8fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(87, 238, 217, .19);
  border-radius: 15px;
  background: rgba(5, 31, 88, .2);
  animation: contact-phone-reveal .34s cubic-bezier(.2, .75, .2, 1) both;
}

.contact-phone-fields[hidden] {
  display: none;
}

@keyframes contact-phone-reveal {
  from { opacity: 0; transform: translateY(-8px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.contact-consent {
  display: grid !important;
  grid-template-columns: 19px 1fr;
  align-items: start;
  gap: 9px;
  cursor: pointer;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #28ddc3;
}

.contact-consent > span {
  margin: 0 !important;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 9px !important;
  line-height: 1.5;
}

.contact-consent a {
  color: #75f3df;
  text-underline-offset: 2px;
}

.contact-form .button--light {
  min-height: 52px;
  margin-top: 16px;
}

.contact-form .button--light:disabled {
  cursor: wait;
  opacity: .76;
  transform: none;
}

.form-note.error {
  color: #ffd0d8;
}

body.inquiry-modal-open {
  overflow: hidden;
}

.inquiry-modal {
  width: min(620px, calc(100vw - 28px));
  max-width: none;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  color: var(--navy);
  border: 0;
  outline: 0;
  border-radius: 31px;
  background: transparent;
  overflow: visible;
}

.inquiry-modal::backdrop {
  background:
    radial-gradient(circle at 50% 45%, rgba(29, 105, 247, .25), transparent 42%),
    rgba(3, 13, 38, .58);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
  animation: inquiry-backdrop-in .3s ease both;
}

.inquiry-modal[open] {
  animation: inquiry-modal-in .5s cubic-bezier(.16, .85, .22, 1) both;
}

.inquiry-modal__glass {
  position: relative;
  padding: clamp(34px, 7vw, 58px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .93);
  border-radius: 31px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .9), rgba(235, 247, 255, .78)),
    rgba(255, 255, 255, .72);
  box-shadow:
    0 38px 100px rgba(1, 24, 73, .34),
    inset 0 1px 0 #fff,
    inset 0 0 0 1px rgba(58, 127, 230, .13);
  -webkit-backdrop-filter: blur(32px) saturate(155%);
  backdrop-filter: blur(32px) saturate(155%);
  overflow: hidden;
}

.inquiry-modal__glass::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, .62) 43%, transparent 66%);
  translate: -115% 0;
  animation: inquiry-glass-sheen 1.1s .22s ease both;
  pointer-events: none;
}

.inquiry-modal__glow {
  position: absolute;
  top: -140px;
  left: 50%;
  width: 360px;
  height: 270px;
  border-radius: 50%;
  background: rgba(26, 220, 201, .26);
  filter: blur(55px);
  translate: -50% 0;
}

.inquiry-modal__orbit {
  position: absolute;
  inset: -46% -18%;
  pointer-events: none;
  animation: inquiry-orbit 23s linear infinite;
}

.inquiry-modal__orbit i {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(41, 104, 225, .13);
  border-radius: 50%;
  transform: rotate(21deg) scaleY(.38);
}

.inquiry-modal__orbit i:nth-child(2) {
  inset: 27%;
  border-color: rgba(9, 202, 183, .18);
  transform: rotate(-28deg) scaleY(.46);
}

.inquiry-modal__close {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 17px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #315179;
  border: 1px solid rgba(48, 97, 170, .13);
  border-radius: 13px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 8px 24px rgba(32, 77, 148, .1);
  place-items: center;
  cursor: pointer;
}

.inquiry-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.inquiry-modal__brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 82px;
  margin: 0 auto 22px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 25px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, .88), rgba(226, 244, 255, .68)),
    rgba(255, 255, 255, .7);
  box-shadow: 0 20px 45px rgba(21, 91, 190, .18), inset 0 1px 0 #fff, inset 0 0 0 1px rgba(44, 110, 217, .1);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  transform: perspective(560px) rotateX(7deg) rotateY(-5deg);
}

.inquiry-modal__brand::before {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(57, 126, 232, .22);
  border-radius: 30px;
}

.inquiry-modal__brand img {
  position: relative;
  z-index: 1;
  display: block;
  width: 166px;
  height: 56px;
  object-fit: contain;
}

.inquiry-modal__eyebrow {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  color: #1764e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.inquiry-modal h2 {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
  font-size: clamp(30px, 5.2vw, 44px);
  letter-spacing: -2px;
  line-height: 1.06;
}

.inquiry-modal #inquiry-modal-text {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  color: #405a7c;
  font-size: 18px;
}

.inquiry-modal__summary {
  position: relative;
  z-index: 2;
  margin: 22px 0 0;
  padding: 14px 17px;
  color: #3c577b;
  border: 1px solid rgba(50, 111, 199, .12);
  border-radius: 15px;
  background: rgba(240, 247, 255, .66);
  font-size: 12px;
  line-height: 1.55;
}

.inquiry-modal__button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 54px;
  margin-top: 22px;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #286dff, #1452e5);
  box-shadow: 0 15px 32px rgba(31, 91, 224, .22);
}

@keyframes inquiry-modal-in {
  from { opacity: 0; transform: translateY(24px) scale(.93) rotateX(7deg); }
  to { opacity: 1; transform: translateY(0) scale(1) rotateX(0); }
}

@keyframes inquiry-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes inquiry-glass-sheen {
  to { translate: 120% 0; }
}

@keyframes inquiry-orbit {
  to { rotate: 360deg; }
}

@media (max-width: 1080px) {
  .contact-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-copy {
    max-width: 740px;
  }

  .contact-form {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__wide {
    grid-column: auto;
  }

  .contact-phone-fields {
    grid-template-columns: 1fr;
  }

  .contact-method__options {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    padding: 18px;
  }

  .inquiry-modal__glass {
    padding: 42px 22px 25px;
    border-radius: 25px;
  }

  .inquiry-modal__close {
    top: 12px;
    right: 12px;
  }

  .inquiry-modal__brand {
    width: 178px;
    height: 70px;
    margin-bottom: 19px;
    border-radius: 21px;
  }

  .inquiry-modal__brand img {
    width: 148px;
    height: 49px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inquiry-modal,
  .inquiry-modal::backdrop,
  .inquiry-modal__glass::before,
  .inquiry-modal__orbit,
  .contact-phone-fields {
    animation: none !important;
  }
}

/* Lusion-inspired service portal: one cinematic anchor instead of a field of equal cards. */
.services-shell .section-heading h2 {
  max-width: 930px;
  font-size: clamp(50px, 5.5vw, 88px);
  letter-spacing: clamp(-5px, -.35vw, -2.8px);
  line-height: .98;
}

.services-shell .section-heading {
  align-items: start;
  margin-bottom: 58px;
}

.services-shell .section-heading > p {
  max-width: 400px;
  padding-top: 42px;
  font-size: 14px;
}

.service-readout {
  position: relative;
  z-index: 8;
  margin: -31px 30px -27px auto;
  color: rgba(255, 255, 255, .92);
  border-color: rgba(124, 187, 255, .24);
  background: linear-gradient(145deg, rgba(12, 24, 51, .9), rgba(5, 11, 28, .74));
  box-shadow:
    0 18px 46px rgba(0, 20, 66, .35),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(24, 217, 207, .14);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}

.service-readout__signal {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(45, 112, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 24px rgba(20, 216, 205, .12);
}

.service-readout small,
.service-readout__code {
  color: rgba(196, 220, 255, .48);
}

.service-readout__code {
  border-left-color: rgba(151, 196, 255, .16);
}

.service-board {
  position: relative;
  min-height: 610px;
  padding: 105px 34px 78px;
  border: 1px solid rgba(122, 184, 255, .18);
  border-radius: 42px;
  background:
    radial-gradient(circle at 51% 42%, rgba(27, 81, 182, .34), transparent 22rem),
    radial-gradient(circle at 84% 14%, rgba(13, 211, 200, .11), transparent 22rem),
    linear-gradient(145deg, #08142b 0%, #030817 48%, #050a1b 100%);
  box-shadow:
    0 45px 100px rgba(4, 27, 78, .28),
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 1px 0 0 rgba(88, 160, 255, .12),
    inset 0 -1px 0 rgba(24, 221, 202, .14);
  isolation: isolate;
  overflow: hidden;
}

.service-board::before,
.service-board::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.service-board::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 43%, rgba(255, 255, 255, .035) 44%, transparent 45%),
    radial-gradient(circle at 50% 50%, transparent 20%, rgba(0, 4, 14, .54) 100%);
}

.service-board::after {
  inset: 16px;
  border: 1px solid rgba(129, 186, 255, .075);
  border-radius: 29px;
  box-shadow: inset 0 0 70px rgba(37, 113, 255, .035);
}

.service-portal-noise {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.service-portal-meta,
.service-portal-footer {
  position: absolute;
  z-index: 5;
  right: 34px;
  left: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(199, 222, 255, .48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.service-portal-meta {
  top: 35px;
}

.service-portal-meta span:first-child::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(var(--accent-2-rgb), .8);
}

.service-portal-footer {
  bottom: 27px;
  color: rgba(199, 222, 255, .32);
}

.service-portal-meta::after,
.service-portal-footer::before {
  position: absolute;
  width: 10px;
  height: 10px;
  color: rgba(255, 255, 255, .46);
  content: "+";
  font-size: 15px;
  font-weight: 400;
  line-height: 10px;
}

.service-portal-meta::after {
  top: -23px;
  right: -16px;
}

.service-portal-footer::before {
  bottom: -15px;
  left: -16px;
}

.service-puck {
  z-index: 2;
  width: 250px;
  height: 250px;
  border: 0;
  background: radial-gradient(circle, rgba(59, 204, 255, .17), rgba(32, 103, 255, .08) 38%, transparent 70%);
  box-shadow: none;
  filter: blur(16px);
  mix-blend-mode: screen;
  transition: opacity .35s ease, scale .45s ease;
}

.service-puck::after {
  display: none;
}

.service-board.is-tracking .service-puck {
  opacity: 1;
  scale: 1.12;
}

.service-grid {
  position: relative;
  z-index: 4;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 400px;
  align-items: center;
  margin: 0;
  padding: 18px 4px;
  gap: 23px;
}

.service-board .service-card {
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  align-content: space-between;
  align-items: start;
  min-height: 238px;
  padding: 22px;
  color: white;
  border-color: rgba(147, 198, 255, .22);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(31, 58, 104, .38), rgba(7, 18, 41, .54)),
    rgba(10, 24, 52, .28);
  box-shadow:
    0 28px 58px rgba(0, 4, 18, .34),
    inset 0 1px 0 rgba(255, 255, 255, .26),
    inset 1px 0 0 rgba(92, 171, 255, .14),
    inset 0 -1px 0 rgba(23, 219, 202, .16);
  -webkit-backdrop-filter: blur(19px) saturate(145%);
  backdrop-filter: blur(19px) saturate(145%);
}

.service-board .service-card::before {
  background: radial-gradient(circle at var(--glare-x) var(--glare-y), rgba(112, 225, 255, .3), transparent 38%);
}

.service-board .service-card::after {
  top: auto;
  right: 17px;
  bottom: 13px;
  color: rgba(255, 255, 255, .065);
  font-size: 55px;
}

.service-board .service-card:nth-child(1) { --card-roll: -7deg; --card-x: 6px; --card-y: 26px; }
.service-board .service-card:nth-child(2) { --card-roll: 4.8deg; --card-x: -4px; --card-y: -21px; }
.service-board .service-card:nth-child(3) { --card-roll: -4.2deg; --card-x: 4px; --card-y: 28px; }
.service-board .service-card:nth-child(4) { --card-roll: 6.8deg; --card-x: -7px; --card-y: -17px; }

.service-board .service-card:hover {
  --lift-y: -15px;
  --card-roll: 0deg;
  --card-x: 0px;
  --card-y: 0px;
  border-color: rgba(99, 219, 255, .5);
  box-shadow:
    0 34px 75px rgba(0, 4, 18, .48),
    0 0 45px rgba(23, 108, 255, .13),
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(23, 226, 205, .24);
}

.service-board .service-icon {
  grid-column: 1;
  grid-row: 1;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  box-shadow:
    5px 8px 0 rgba(0, 0, 0, .14),
    0 18px 32px rgba(0, 5, 25, .36),
    inset 0 1.5px 0 rgba(255, 255, 255, .72),
    inset 0 -2px 0 rgba(0, 25, 75, .34);
}

.service-board .service-content {
  grid-column: 1 / -1;
  grid-row: 2;
  align-self: end;
  padding-top: 33px;
}

.service-board .service-content strong {
  margin-bottom: 9px;
  font-size: 17px;
}

.service-board .service-content small {
  max-width: 210px;
  color: rgba(211, 227, 250, .62);
  font-size: 10px;
}

.service-board .card-arrow {
  grid-column: 2;
  grid-row: 1;
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.service-board .service-card:is(.design-tone-ice, .design-tone-blue, .design-tone-mint, .design-tone-violet) {
  color: var(--ink);
}

.service-board .service-card:is(.design-tone-ice, .design-tone-blue, .design-tone-mint, .design-tone-violet) .service-content small {
  color: #536581;
}

.service-board .service-card:is(.design-tone-ice, .design-tone-blue, .design-tone-mint, .design-tone-violet) .card-arrow {
  color: var(--ink);
  border-color: rgba(23, 88, 244, .12);
}

.specialist-grid {
  position: relative;
  z-index: 7;
  margin-top: -37px;
}

@media (max-width: 1080px) {
  .services-shell .section-heading h2 {
    max-width: 760px;
    font-size: clamp(48px, 7vw, 74px);
  }

  .services-shell .section-heading > p {
    padding-top: 0;
  }

  .service-board {
    min-height: 790px;
    padding: 102px 28px 80px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 610px;
    align-content: center;
    gap: 28px;
  }

  .service-board .service-card {
    min-height: 245px;
  }

  .service-board .service-card:nth-child(1) { --card-roll: -4.8deg; --card-y: 8px; }
  .service-board .service-card:nth-child(2) { --card-roll: 4deg; --card-y: -5px; }
  .service-board .service-card:nth-child(3) { --card-roll: 3.4deg; --card-y: 4px; }
  .service-board .service-card:nth-child(4) { --card-roll: -4.4deg; --card-y: -7px; }
}

@media (max-width: 760px) {
  .services-shell .section-heading h2 {
    font-size: clamp(43px, 13vw, 62px);
    letter-spacing: -3px;
  }

  .services-shell .section-heading {
    margin-bottom: 44px;
  }

  .service-readout {
    width: calc(100% - 24px);
    margin: -21px 12px -26px;
    rotate: .8deg;
  }

  .service-board {
    min-height: auto;
    padding: 84px 15px 75px;
    border-radius: 29px;
  }

  .service-board::after {
    inset: 9px;
    border-radius: 21px;
  }

  .service-portal-meta,
  .service-portal-footer {
    right: 23px;
    left: 23px;
  }

  .service-portal-meta span:last-child,
  .service-portal-footer span:last-child {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 8px 4px 24px;
    gap: 23px;
  }

  .service-board .service-card {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
    min-height: 142px;
    padding: 19px;
    gap: 17px;
    border-radius: 21px;
  }

  .service-board .service-icon,
  .service-board .service-content,
  .service-board .card-arrow {
    grid-column: auto;
    grid-row: auto;
    align-self: center;
  }

  .service-board .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .service-board .service-content {
    padding-top: 0;
  }

  .service-board .service-content small {
    font-size: 9px;
  }

  .service-board .service-card:nth-child(1) { --card-roll: -2.4deg; --card-y: 7px; }
  .service-board .service-card:nth-child(2) { --card-roll: 2.2deg; --card-y: 0px; }
  .service-board .service-card:nth-child(3) { --card-roll: -1.8deg; --card-y: 5px; }
  .service-board .service-card:nth-child(4) { --card-roll: 2.5deg; --card-y: 0px; }

  .specialist-grid {
    margin-top: -29px;
  }
}

/* Main navigation — floating asymmetric glass islands */
.site-header .nav-shell {
  width: min(calc(100% - 40px), 1380px);
  min-height: 68px;
  padding: 0;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.scrolled .nav-shell {
  background: transparent;
  box-shadow: none;
}

.site-header .desktop-nav {
  border: 1px solid rgba(103, 151, 218, .2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .91), rgba(235, 247, 255, .61));
  box-shadow:
    0 15px 36px rgba(29, 71, 133, .1),
    inset 0 1.5px 0 rgba(255, 255, 255, .98),
    inset 0 -1px 0 rgba(49, 118, 219, .1);
  -webkit-backdrop-filter: blur(22px) saturate(165%);
  backdrop-filter: blur(22px) saturate(165%);
}

.site-header .brand {
  min-height: 64px;
  padding: 7px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.site-header .brand:hover {
  transform: translateY(-2px) rotate(-.35deg);
  box-shadow: none;
}

.site-header .desktop-nav {
  min-height: 62px;
  padding: 5px 9px;
  gap: 2px;
  border-radius: 999px;
}

.site-header .desktop-nav::before,
.site-header .desktop-nav::after {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(145deg, #17e5c4, #1f64ff);
  box-shadow: 0 0 0 5px rgba(24, 190, 211, .08), 0 0 13px rgba(17, 192, 211, .35);
}

.site-header .desktop-nav::before { margin-left: 4px; }
.site-header .desktop-nav::after { margin-right: 4px; opacity: .52; }

.site-header .nav-link {
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 999px;
  transition: color .2s ease, background .25s ease, transform .25s ease;
}

.site-header .nav-link::after {
  display: none;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus-visible,
.site-header .nav-dropdown:focus-within > .nav-link {
  color: #1556e8;
  background: linear-gradient(135deg, rgba(28, 102, 255, .1), rgba(9, 213, 193, .08));
  transform: translateY(-1px);
}

.site-header .header-cta {
  position: relative;
  min-height: 64px;
  padding-inline: 26px 20px;
  overflow: hidden;
  border: 1px solid rgba(21, 81, 225, .18);
  border-radius: 18px 34px 18px 34px;
  box-shadow:
    0 17px 36px rgba(24, 83, 222, .23),
    inset 0 1.5px 0 rgba(255, 255, 255, .36);
}

.site-header .header-cta::before {
  position: absolute;
  top: -38px;
  left: -18px;
  width: 100px;
  height: 100px;
  content: "";
  border-radius: 50%;
  background: rgba(78, 218, 255, .25);
  filter: blur(8px);
  pointer-events: none;
}

.site-header .header-cta > * {
  position: relative;
  z-index: 1;
}

.site-header.scrolled .desktop-nav {
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(232, 245, 255, .78));
  box-shadow:
    0 12px 30px rgba(29, 71, 133, .13),
    inset 0 1.5px 0 white,
    inset 0 -1px 0 rgba(49, 118, 219, .11);
}

@media (max-width: 1080px) {
  .site-header .nav-shell {
    width: min(calc(100% - 32px), 980px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }

  .site-header .brand {
    min-height: 62px;
    padding-inline: 10px;
    border-radius: 0;
  }

  .site-header .menu-toggle {
    display: grid;
    width: 62px;
    height: 62px;
    border-color: rgba(80, 133, 207, .24);
    border-radius: 16px 31px 16px 31px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(224, 242, 255, .72));
    box-shadow:
      0 14px 32px rgba(29, 71, 133, .12),
      inset 0 1.5px 0 white,
      inset 0 -1px 0 rgba(49, 118, 219, .1);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    backdrop-filter: blur(20px) saturate(160%);
  }

  .site-header .mobile-nav {
    top: 92px;
    right: 16px;
    left: 16px;
    border-radius: 30px 16px 30px 16px;
  }
}

@media (max-width: 760px) {
  .site-header .nav-shell {
    width: calc(100% - 20px);
    min-height: 58px;
  }

  .site-header .brand {
    min-height: 56px;
    padding: 6px 8px;
    border-radius: 0;
  }

  .site-header .brand-logo {
    width: 136px;
  }

  .site-header .menu-toggle {
    width: 56px;
    height: 56px;
    border-radius: 14px 28px 14px 28px;
  }

  .site-header .mobile-nav {
    top: 76px;
    right: 10px;
    left: 10px;
  }
}

/* Site-wide cloud and data atmosphere. */
.site-data-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  color: var(--blue);
  opacity: .92;
  overflow: hidden;
  pointer-events: none;
}

.data-cloud {
  position: absolute;
  width: 250px;
  height: 168px;
  background: image-set(
    url("assets/jjo-glass-cloud-transparent-v3-clean.webp") type("image/webp"),
    url("assets/jjo-glass-cloud-transparent-v3-clean.png") type("image/png")
  ) center / contain no-repeat;
  filter: saturate(1.06) drop-shadow(0 18px 34px rgba(34, 105, 190, .12));
  opacity: .68;
  animation: data-cloud-drift 18s ease-in-out infinite;
}

.data-cloud::before,
.data-cloud::after {
  display: none;
}

.data-cloud--one {
  top: 20%;
  left: 4%;
  rotate: -5deg;
}

.data-cloud--two {
  top: 54%;
  right: 4%;
  scale: .82;
  rotate: 5deg;
  animation-delay: -6s;
}

.data-cloud--three {
  bottom: 8%;
  left: 31%;
  scale: .66;
  rotate: -2deg;
  animation-delay: -11s;
}

@keyframes data-cloud-drift {
  0%, 100% { translate: 0 8px; }
  50% { translate: 18px -12px; }
}

.data-lane {
  position: absolute;
  width: 86px;
  height: 270px;
  opacity: .58;
  -webkit-mask-image: linear-gradient(to top, transparent, #000 16% 82%, transparent);
  mask-image: linear-gradient(to top, transparent, #000 16% 82%, transparent);
}

.data-lane--one {
  top: 14%;
  right: 13%;
}

.data-lane--two {
  bottom: 11%;
  left: 9%;
  height: 220px;
  scale: .82;
}

.data-lane i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  width: 1px;
  background: linear-gradient(to top, transparent, rgba(var(--accent-rgb), .18), rgba(var(--accent-2-rgb), .42), transparent);
}

.data-lane i:nth-child(1) { left: 12%; --lane-delay: -1.1s; }
.data-lane i:nth-child(2) { left: 36%; --lane-delay: -2.4s; }
.data-lane i:nth-child(3) { left: 60%; --lane-delay: -.4s; }
.data-lane i:nth-child(4) { left: 84%; --lane-delay: -3.2s; }

.data-lane i::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: 9px;
  content: "";
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 2px;
  background: linear-gradient(to top, var(--blue), var(--cyan));
  box-shadow: 0 0 10px rgba(var(--accent-2-rgb), .36);
  translate: -50% 0;
  animation: site-data-rise 3.8s linear var(--lane-delay) infinite;
}

@keyframes site-data-rise {
  from { top: 100%; opacity: 0; }
  12% { opacity: .76; }
  82% { opacity: .6; }
  to { top: -4%; opacity: 0; }
}

.data-mesh {
  position: absolute;
  top: 39%;
  left: 43%;
  width: 260px;
  height: 170px;
  opacity: .34;
  background:
    radial-gradient(circle at 18% 27%, rgba(var(--accent-rgb), .75) 0 2px, transparent 3px),
    radial-gradient(circle at 54% 13%, rgba(var(--accent-2-rgb), .8) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 61%, rgba(var(--accent-rgb), .68) 0 2px, transparent 3px),
    radial-gradient(circle at 39% 82%, rgba(var(--accent-2-rgb), .72) 0 2px, transparent 3px),
    linear-gradient(23deg, transparent 49.6%, rgba(var(--accent-rgb), .18) 50%, transparent 50.4%),
    linear-gradient(-28deg, transparent 49.7%, rgba(var(--accent-2-rgb), .17) 50%, transparent 50.3%);
  filter: drop-shadow(0 0 7px rgba(var(--accent-rgb), .18));
  animation: data-mesh-pulse 7s ease-in-out infinite;
}

@keyframes data-mesh-pulse {
  0%, 100% { opacity: .14; scale: .96; rotate: -1deg; }
  50% { opacity: .27; scale: 1.04; rotate: 1deg; }
}

.data-token {
  position: absolute;
  padding: 5px 9px;
  color: rgba(28, 85, 159, .48);
  border: 1px solid rgba(108, 180, 246, .16);
  border-radius: 999px;
  background: rgba(255,255,255,.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .8px;
  opacity: .82;
  animation: data-token-float 10s ease-in-out infinite;
}

.data-token--binary { top: 31%; right: 24%; }
.data-token--sync { top: 68%; right: 18%; animation-delay: -2.8s; }
.data-token--api { top: 44%; left: 18%; animation-delay: -5.4s; }
.data-token--secure { bottom: 17%; left: 54%; animation-delay: -7.6s; }

@keyframes data-token-float {
  0%, 100% { translate: 0 5px; }
  50% { translate: 8px -8px; }
}

@media (max-width: 760px) {
  .site-data-atmosphere {
    opacity: .74;
  }

  .data-cloud--one {
    top: 42%;
    left: -92px;
    scale: .58;
  }

  .data-cloud--two {
    top: 72%;
    right: -86px;
    scale: .56;
  }

  .data-cloud--three,
  .data-lane--two,
  .data-token--binary,
  .data-token--secure {
    display: none;
  }

  .data-lane--one {
    top: 24%;
    right: -14px;
    scale: .7;
  }

  .data-mesh {
    top: 57%;
    left: 24%;
    scale: .66;
  }

  .data-token--api { top: 35%; left: 8%; }
  .data-token--sync { top: 82%; right: 8%; }
}

@media (prefers-reduced-motion: reduce) {
  .data-cloud,
  .data-lane i::after,
  .data-mesh,
  .data-token {
    animation: none !important;
  }
}

/* Cloud clusters live inside the sections so no opaque section background can hide them. */
.services-shell,
.process,
.products,
.about,
.contact {
  position: relative;
  isolation: isolate;
}

.about {
  overflow: hidden;
}

.services-shell > .container,
.process > .container,
.products > .container,
.about > .container,
.contact > .container {
  position: relative;
  z-index: 2;
}

.section-cloud-cluster {
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 310px;
  color: var(--blue);
  opacity: .92;
  pointer-events: none;
  filter: drop-shadow(0 24px 44px rgba(26, 102, 199, .12));
}

.section-cloud-cluster--services {
  top: 42px;
  right: -36px;
  scale: .86;
}

.section-cloud-cluster--process {
  top: 52%;
  left: -42px;
  translate: 0 -50%;
  scale: .82;
}

.section-cloud-cluster--products {
  top: 43%;
  right: -46px;
  scale: .8;
}

.section-cloud-cluster--about {
  top: 8%;
  left: -48px;
  scale: .72;
}

.section-cloud-cluster--contact {
  top: 54%;
  right: -44px;
  translate: 0 -50%;
  scale: .68;
}

.site-floating-library {
  position: fixed;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-floating-object {
  position: absolute;
  display: block;
  height: auto;
  user-select: none;
  filter: saturate(1.08) drop-shadow(0 26px 44px rgba(26, 94, 188, .13));
  will-change: translate, rotate;
}

.site-floating-object--folder {
  top: 27%;
  right: auto;
  left: 38%;
  width: 220px;
  margin-top: -88px;
  margin-left: -110px;
  opacity: .32;
  rotate: -8deg;
  animation: glass-folder-drift 10s ease-in-out infinite;
}

.site-floating-object--database {
  bottom: 3%;
  left: -96px;
  width: 300px;
  opacity: .48;
  rotate: 7deg;
  animation: glass-database-drift 11.5s ease-in-out -3.4s infinite;
}

@keyframes glass-folder-drift {
  0%, 100% { translate: 0 10px; rotate: -8deg; }
  50% { translate: 22px -14px; rotate: -4deg; }
}

@keyframes glass-database-drift {
  0%, 100% { translate: 0 9px; rotate: 7deg; }
  50% { translate: -18px -16px; rotate: 3deg; }
}

.section-glass-cloud {
  position: absolute;
  z-index: 2;
  top: 74px;
  left: 0;
  width: 300px;
  height: 200px;
  background: image-set(
    url("assets/jjo-glass-cloud-transparent-v3-clean.webp") type("image/webp"),
    url("assets/jjo-glass-cloud-transparent-v3-clean.png") type("image/png")
  ) center / contain no-repeat;
  filter: saturate(1.08) drop-shadow(0 24px 38px rgba(25, 101, 196, .16));
  animation: section-cloud-hover 6.4s ease-in-out infinite;
}

.section-glass-cloud::before,
.section-glass-cloud::after {
  display: none;
}

.section-cloud-orbit {
  position: absolute;
  top: 79px;
  left: 5px;
  width: 286px;
  height: 158px;
  border: 1px solid rgba(var(--accent-rgb), .25);
  border-radius: 50%;
  rotate: -11deg;
  box-shadow: 0 0 24px rgba(var(--accent-2-rgb), .08);
  animation: section-cloud-orbit 11s linear infinite;
}

.section-cloud-orbit::after {
  position: absolute;
  top: 18px;
  right: 23px;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid white;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(var(--accent-2-rgb), .6);
}

.section-upload-rays {
  position: absolute;
  top: 8px;
  left: 77px;
  width: 145px;
  height: 139px;
  -webkit-mask-image: linear-gradient(to top, #000 0 78%, transparent);
  mask-image: linear-gradient(to top, #000 0 78%, transparent);
}

.section-upload-rays i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(to top, rgba(var(--accent-2-rgb), .72), rgba(var(--accent-rgb), .36), transparent);
  box-shadow: 0 0 9px rgba(var(--accent-2-rgb), .22);
}

.section-upload-rays i:nth-child(1) { left: 10%; --section-packet-delay: -1.1s; }
.section-upload-rays i:nth-child(2) { left: 36%; --section-packet-delay: -2.3s; }
.section-upload-rays i:nth-child(3) { left: 63%; --section-packet-delay: -.3s; }
.section-upload-rays i:nth-child(4) { left: 89%; --section-packet-delay: -3.1s; }

.section-upload-rays i::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8px;
  height: 13px;
  content: "";
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 3px;
  background: linear-gradient(to top, var(--blue), var(--cyan));
  box-shadow: 0 0 15px rgba(var(--accent-2-rgb), .62);
  translate: -50% 0;
  animation: section-data-upload 2.9s linear var(--section-packet-delay) infinite;
}

.section-data-chip {
  position: absolute;
  top: 218px;
  left: 50%;
  padding: 7px 12px;
  color: rgba(17, 72, 148, .82);
  border: 1px solid rgba(106, 183, 246, .38);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 10px 22px rgba(24, 86, 164, .12), inset 0 1px 0 white;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  translate: -50% 0;
  animation: section-data-chip 5.6s ease-in-out infinite;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@keyframes section-cloud-hover {
  0%, 100% { translate: 0 7px; }
  50% { translate: 0 -8px; }
}

@keyframes section-cloud-orbit {
  to { rotate: 349deg; }
}

@keyframes section-data-upload {
  0% { top: 100%; opacity: 0; }
  12% { opacity: 1; }
  82% { opacity: .82; }
  100% { top: -8%; opacity: 0; }
}

@keyframes section-data-chip {
  0%, 100% { translate: -50% 3px; }
  50% { translate: -50% -5px; }
}

@media (max-width: 760px) {
  .section-cloud-cluster {
    opacity: .78;
    scale: .5;
  }

  .section-cloud-cluster--services {
    top: 100px;
    right: -105px;
  }

  .section-cloud-cluster--process {
    top: 48%;
    left: -112px;
    scale: .46;
  }

  .section-cloud-cluster--products {
    top: 34%;
    right: -108px;
    scale: .48;
  }

  .section-cloud-cluster--about {
    top: 16%;
    left: -110px;
    scale: .44;
  }

  .section-cloud-cluster--contact {
    right: -112px;
    scale: .43;
  }

  .site-floating-object--folder {
    top: 28%;
    right: auto;
    left: 78%;
    width: 150px;
    margin-top: -60px;
    margin-left: -75px;
    opacity: .22;
  }

  .site-floating-object--database {
    bottom: 5%;
    left: -74px;
    width: 185px;
    opacity: .34;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-glass-cloud,
  .section-cloud-orbit,
  .section-upload-rays i::after,
  .section-data-chip {
    animation: none !important;
  }

  .site-floating-object {
    animation: none !important;
  }
}

/* Editorial QA: tighter section rhythm, honest proof points and a clean live UI. */
.process {
  padding-bottom: 72px;
}

.products {
  padding-top: 68px;
}

.about {
  padding-bottom: 74px;
}

.contact {
  padding-top: 48px;
  padding-bottom: 68px;
}

.footer-grid {
  padding-block: 46px 40px;
}

.proof-points strong {
  display: block;
  font-size: 15px;
  letter-spacing: -.2px;
}

.proof-points small {
  max-width: 170px;
  margin-top: 5px;
  line-height: 1.45;
}

.design-tools {
  display: none;
}

html.design-studio-enabled .design-tools {
  display: flex;
}

@media (max-width: 760px) {
  .site-orb--one {
    display: none;
  }

  .hero-copy {
    z-index: 6;
  }

  .process {
    padding-bottom: 42px;
  }

  .products {
    padding-top: 44px;
    padding-bottom: 62px;
  }

  .about {
    padding-top: 38px;
    padding-bottom: 50px;
  }

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

  .footer-grid {
    padding-block: 34px 30px;
  }

  .proof-points strong {
    font-size: 13px;
  }

  .proof-points small {
    max-width: 122px;
    font-size: 8px;
  }
}

/* Context-aware JJO Labs glass cursor. The native cursor remains on touch devices. */
.jjo-cursor-ring,
.jjo-cursor-dot {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  html.jjo-cursor-ready,
  html.jjo-cursor-ready * {
    cursor: none !important;
  }

  .jjo-cursor-ring,
  .jjo-cursor-dot {
    position: fixed;
    z-index: 5000;
    display: grid;
    pointer-events: none;
    translate: -50% -50%;
    opacity: 0;
  }

  .jjo-cursor-ring {
    width: 34px;
    height: 34px;
    place-items: center;
    color: white;
    border: 1px solid rgba(52, 137, 255, .62);
    border-radius: 50%;
    background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.74), rgba(77, 155, 255, .12) 42%, rgba(5, 204, 188, .08));
    box-shadow:
      0 8px 24px rgba(18, 75, 171, .18),
      inset 0 1px 0 rgba(255, 255, 255, .9),
      0 0 0 5px rgba(var(--accent-rgb), .04);
    -webkit-backdrop-filter: blur(7px) saturate(150%);
    backdrop-filter: blur(7px) saturate(150%);
    transition:
      width .24s cubic-bezier(.2,.8,.2,1),
      height .24s cubic-bezier(.2,.8,.2,1),
      opacity .16s ease,
      scale .16s ease,
      border-color .24s ease,
      background .24s ease;
    will-change: left, top, width, height;
  }

  .jjo-cursor-ring::before {
    position: absolute;
    inset: -5px;
    content: "";
    border: 1px solid rgba(var(--accent-2-rgb), .14);
    border-radius: inherit;
    scale: .78;
    opacity: 0;
    transition: scale .28s ease, opacity .28s ease;
  }

  .jjo-cursor-ring span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .35px;
    line-height: 1;
    text-shadow: 0 2px 7px rgba(2, 28, 88, .32);
  }

  .jjo-cursor-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 0 11px rgba(var(--accent-2-rgb), .85);
    transition: opacity .12s ease, scale .18s ease;
    will-change: left, top;
  }

  .jjo-cursor-ring.is-visible,
  .jjo-cursor-dot.is-visible {
    opacity: 1;
  }

  .jjo-cursor-ring[data-mode="action"],
  .jjo-cursor-ring[data-mode="color"] {
    width: 48px;
    height: 48px;
    border-color: rgba(var(--accent-2-rgb), .72);
    background: linear-gradient(145deg, rgba(26, 98, 245, .84), rgba(3, 195, 176, .78));
  }

  .jjo-cursor-ring[data-mode="code"] {
    width: 54px;
    height: 42px;
    border-radius: 15px;
    color: #85ffed;
    border-color: rgba(58, 238, 216, .7);
    background: rgba(4, 18, 48, .82);
    box-shadow: 0 10px 30px rgba(3, 27, 82, .28), inset 0 1px 0 rgba(255,255,255,.18), 0 0 22px rgba(5, 211, 190, .18);
  }

  .jjo-cursor-ring[data-mode="text"] {
    width: 3px;
    height: 26px;
    border: 0;
    border-radius: 3px;
    background: var(--blue);
    box-shadow: 0 0 10px rgba(var(--accent-rgb), .45);
  }

  .jjo-cursor-ring[data-mode]:not([data-mode="default"])::before {
    scale: 1;
    opacity: .8;
  }

  .jjo-cursor-ring[data-mode="code"] + .jjo-cursor-dot,
  .jjo-cursor-ring[data-mode="text"] + .jjo-cursor-dot {
    scale: 0;
  }

  .jjo-cursor-ring.is-pressed {
    scale: .78;
  }

  .design-editing .jjo-cursor-ring {
    border-style: dashed;
    animation: cursor-edit-spin 4s linear infinite;
  }

  @keyframes cursor-edit-spin {
    to { rotate: 360deg; }
  }
}

@media (prefers-reduced-motion: reduce) {
  .jjo-cursor-ring {
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-board {
    background:
      radial-gradient(circle at 51% 42%, rgba(27, 81, 182, .34), transparent 22rem),
      linear-gradient(145deg, #08142b, #030817 60%, #050a1b);
  }
}

/* Motion crescendo for the lower third of the page. */
.products {
  --products-heading-y: 0px;
  --products-near-y: 0px;
  --products-far-y: 0px;
  --products-bg-x: 0px;
}

.products::after {
  position: absolute;
  z-index: 0;
  top: 39%;
  left: -7%;
  content: "OWN / DIGITAL / PRODUCTS";
  color: rgba(25, 82, 171, .034);
  font-size: clamp(78px, 12vw, 190px);
  font-weight: 800;
  letter-spacing: -9px;
  line-height: .82;
  white-space: nowrap;
  translate: var(--products-bg-x) 0;
  rotate: -7deg;
  pointer-events: none;
}

.products-heading {
  translate: 0 var(--products-heading-y);
  transition: translate .12s linear;
  will-change: translate;
}

.product-card {
  --product-roll: 0deg;
  rotate: var(--product-roll);
  animation: product-card-drift 8.5s ease-in-out infinite;
}

.product-card:nth-child(1) { --product-roll: -1.1deg; animation-delay: -1.6s; }
.product-card:nth-child(2) { --product-roll: .9deg; animation-delay: -4.2s; }
.product-card:nth-child(3) { --product-roll: -1.35deg; animation-delay: -6.7s; }

@keyframes product-card-drift {
  0%, 100% { rotate: var(--product-roll); }
  50% { rotate: calc(var(--product-roll) + .75deg); }
}

.product-card:nth-child(odd) .product-card__top,
.product-card:nth-child(even) .product-card__copy {
  translate: 0 var(--products-near-y);
}

.product-card:nth-child(even) .product-card__top,
.product-card:nth-child(odd) .product-card__copy,
.product-link {
  translate: 0 var(--products-far-y);
}

.product-card__top,
.product-card__copy,
.product-link {
  transition: translate .14s linear, transform .35s ease;
  will-change: translate;
}

.product-icon {
  animation: lower-icon-float 5.6s ease-in-out infinite;
}

.product-card:nth-child(2) .product-icon { animation-delay: -1.9s; }
.product-card:nth-child(3) .product-icon { animation-delay: -3.8s; }

@keyframes lower-icon-float {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  45% { translate: 0 -7px; rotate: -3deg; }
  70% { translate: 0 -3px; rotate: 2deg; }
}

.about-card {
  --about-copy-y: 0px;
  --about-grid-y: 0px;
  --about-line-x: 0px;
  --about-pointer-x: 50%;
  --about-pointer-y: 50%;
  --about-tilt-x: 0deg;
  --about-tilt-y: 0deg;
}

.about-card::before {
  transform: translateX(var(--about-line-x));
  transition: transform .12s linear;
}

.about-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at var(--about-pointer-x) var(--about-pointer-y), rgba(54, 162, 255, .17), transparent 24%),
    radial-gradient(circle at calc(var(--about-pointer-x) + 12%) calc(var(--about-pointer-y) - 8%), rgba(12, 216, 195, .11), transparent 18%);
  opacity: .76;
  pointer-events: none;
  transition: opacity .3s ease;
}

.about-copy {
  translate: 0 var(--about-copy-y);
  transition: translate .13s linear;
  will-change: translate;
}

.about-bento {
  translate: 0 var(--about-grid-y);
  transform: perspective(1100px) rotateX(var(--about-tilt-x)) rotateY(var(--about-tilt-y));
  transform-style: preserve-3d;
  transition: transform .18s ease-out, translate .13s linear;
  will-change: transform, translate;
}

.about-value::after {
  position: absolute;
  z-index: 1;
  right: -30%;
  bottom: -80%;
  width: 150px;
  height: 150px;
  content: "";
  border: 1px solid rgba(var(--accent-rgb), .11);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(var(--accent-rgb), .025), 0 0 0 50px rgba(var(--accent-2-rgb), .018);
  animation: about-orbit-pulse 7s ease-in-out infinite;
  pointer-events: none;
}

.about-value:nth-child(2)::after { animation-delay: -1.7s; }
.about-value:nth-child(3)::after { animation-delay: -3.4s; }
.about-value:nth-child(4)::after { animation-delay: -5.1s; }

@keyframes about-orbit-pulse {
  0%, 100% { translate: 0 0; scale: .92; opacity: .48; }
  50% { translate: -18px -12px; scale: 1.08; opacity: .9; }
}

.about-value__number {
  animation: about-number-signal 3.8s ease-in-out infinite;
}

.about-value:nth-child(2) .about-value__number { animation-delay: -.9s; }
.about-value:nth-child(3) .about-value__number { animation-delay: -1.8s; }
.about-value:nth-child(4) .about-value__number { animation-delay: -2.7s; }

@keyframes about-number-signal {
  0%, 100% { opacity: .5; letter-spacing: 1px; }
  50% { opacity: 1; letter-spacing: 2px; }
}

.motion-band {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100vw;
  margin: 6px 0 -15px;
  padding: 21px 0;
  color: rgba(255, 255, 255, .92);
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(62, 211, 255, .23);
  background:
    linear-gradient(100deg, rgba(21, 84, 239, .94), rgba(88, 70, 229, .92) 48%, rgba(2, 193, 173, .92));
  box-shadow: 0 20px 42px rgba(27, 74, 155, .18), inset 0 1px 0 rgba(255, 255, 255, .22);
  rotate: -1.1deg;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.motion-band__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: motion-band-run 26s linear infinite;
  will-change: transform;
}

.motion-band__track span {
  padding-right: 38px;
  font-size: clamp(21px, 2.4vw, 38px);
  font-weight: 800;
  letter-spacing: -1.2px;
  white-space: nowrap;
}

.motion-band__track i {
  display: inline-block;
  margin-inline: 18px;
  color: #7ff8e4;
  font-style: normal;
  text-shadow: 0 0 18px rgba(92, 255, 226, .65);
  animation: motion-band-spark 2.3s ease-in-out infinite;
}

@keyframes motion-band-run {
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes motion-band-spark {
  0%, 100% { scale: .75; rotate: 0deg; opacity: .65; }
  50% { scale: 1.18; rotate: 90deg; opacity: 1; }
}

.contact {
  position: relative;
  overflow: hidden;
}

.contact::before {
  position: absolute;
  top: 6%;
  right: -9%;
  width: 420px;
  height: 420px;
  content: "";
  border-radius: 50%;
  background: rgba(var(--accent-2-rgb), .075);
  filter: blur(12px);
  animation: contact-section-orb 10s ease-in-out infinite;
}

@keyframes contact-section-orb {
  0%, 100% { translate: 0 18px; scale: .9; }
  50% { translate: -75px -12px; scale: 1.12; }
}

.contact-card {
  --contact-copy-y: 0px;
  --contact-form-y: 0px;
  --contact-word-x: 0px;
  --contact-pointer-x: 50%;
  --contact-pointer-y: 50%;
  --contact-tilt-x: 0deg;
  --contact-tilt-y: 0deg;
}

.contact-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at var(--contact-pointer-x) var(--contact-pointer-y), rgba(81, 246, 224, .25), transparent 23%),
    linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, .055) 42%, transparent 61%);
  opacity: .86;
  pointer-events: none;
}

.contact-copy {
  translate: 0 var(--contact-copy-y);
  transition: translate .13s linear;
  will-change: translate;
}

.contact-form {
  translate: 0 var(--contact-form-y);
  transform: perspective(900px) rotateX(var(--contact-tilt-x)) rotateY(var(--contact-tilt-y));
  transform-style: preserve-3d;
  transition: transform .2s ease-out, translate .13s linear, border-color .3s ease, box-shadow .3s ease;
  will-change: transform, translate;
}

.contact-form:hover {
  border-color: rgba(116, 255, 234, .3);
  box-shadow: 0 24px 55px rgba(2, 18, 60, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.contact-glow {
  top: calc(var(--contact-pointer-y) - 190px);
  left: calc(var(--contact-pointer-x) - 190px);
  transition: top .18s ease-out, left .18s ease-out;
}

.contact-motion-orbits {
  position: absolute;
  z-index: 1;
  inset: -58% -15%;
  pointer-events: none;
  animation: contact-orbit-turn 28s linear infinite;
}

.contact-motion-orbits i {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  transform: rotate(22deg) scaleY(.42);
}

.contact-motion-orbits i:nth-child(2) {
  inset: 23%;
  border-color: rgba(92, 244, 225, .15);
  transform: rotate(-19deg) scaleY(.5);
}

.contact-motion-orbits i:nth-child(3) {
  inset: 32%;
  border-color: rgba(100, 158, 255, .18);
  transform: rotate(52deg) scaleY(.34);
}

@keyframes contact-orbit-turn {
  to { rotate: 360deg; }
}

.contact-kinetic-word {
  position: absolute;
  z-index: 1;
  right: -1%;
  bottom: -10%;
  color: rgba(255, 255, 255, .045);
  font-size: clamp(100px, 15vw, 235px);
  font-weight: 800;
  letter-spacing: -13px;
  line-height: .75;
  translate: var(--contact-word-x) 0;
  animation: contact-word-breathe 7s ease-in-out infinite;
  pointer-events: none;
  will-change: translate, letter-spacing;
}

@keyframes contact-word-breathe {
  0%, 100% { letter-spacing: -13px; opacity: .68; }
  50% { letter-spacing: -5px; opacity: 1; }
}

.button--light {
  translate: var(--magnetic-x, 0px) var(--magnetic-y, 0px);
  transition: translate .16s ease-out, transform .24s ease, box-shadow .24s ease;
}

.button--light:hover svg {
  animation: contact-arrow-nudge .8s ease-in-out infinite;
}

@keyframes contact-arrow-nudge {
  0%, 100% { translate: 0 0; }
  50% { translate: 5px 0; }
}

.site-footer {
  position: relative;
  --footer-aurora-x: 0px;
  overflow: hidden;
}

.footer-aurora {
  position: absolute;
  z-index: 0;
  top: -210px;
  left: 31%;
  width: 650px;
  height: 390px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(29, 103, 246, .13), rgba(9, 211, 190, .07) 38%, transparent 70%);
  filter: blur(34px);
  translate: var(--footer-aurora-x) 0;
  animation: footer-aurora-pulse 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes footer-aurora-pulse {
  0%, 100% { scale: .88; opacity: .62; }
  50% { scale: 1.16; opacity: 1; }
}

.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 2;
}

.footer-motion-ready .footer-grid > * {
  transform: translate3d(0, 32px, 0) rotateX(8deg);
  opacity: 0;
  transition: opacity .7s ease, transform .85s cubic-bezier(.2,.75,.2,1);
}

.footer-motion-ready.footer-visible .footer-grid > * {
  transform: translate3d(0, 0, 0) rotateX(0deg);
  opacity: 1;
}

.footer-motion-ready.footer-visible .footer-grid > :nth-child(1) { transition-delay: .03s; }
.footer-motion-ready.footer-visible .footer-grid > :nth-child(2) { transition-delay: .10s; }
.footer-motion-ready.footer-visible .footer-grid > :nth-child(3) { transition-delay: .17s; }
.footer-motion-ready.footer-visible .footer-grid > :nth-child(4) { transition-delay: .24s; }
.footer-motion-ready.footer-visible .footer-grid > :nth-child(5) { transition-delay: .31s; }
.footer-motion-ready.footer-visible .footer-grid > :nth-child(6) { transition-delay: .38s; }

.footer-links a {
  position: relative;
}

.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

.footer-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 760px) {
  .products::after {
    top: 48%;
    font-size: 96px;
    letter-spacing: -6px;
  }

  .product-card {
    animation-duration: 10s;
  }

  .about-bento {
    transform: none;
  }

  .motion-band {
    margin-top: 17px;
    padding-block: 15px;
    rotate: -.65deg;
  }

  .motion-band__track span {
    padding-right: 24px;
    font-size: 22px;
  }

  .motion-band__track i {
    margin-inline: 12px;
  }

  .contact-motion-orbits {
    inset: -18% -82%;
  }

  .contact-kinetic-word {
    right: -12%;
    bottom: 1%;
    font-size: 108px;
  }

  .contact-form {
    transform: none;
  }

  .footer-aurora {
    left: -35%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-heading,
  .product-card__top,
  .product-card__copy,
  .product-link,
  .about-copy,
  .about-bento,
  .contact-copy,
  .contact-form,
  .button--light,
  .footer-aurora {
    translate: 0 0 !important;
    transform: none !important;
  }

  .product-card {
    rotate: 0deg !important;
  }

  .motion-band__track {
    transform: translateX(-8%);
  }

  .footer-motion-ready .footer-grid > * {
    transform: none;
    opacity: 1;
  }
}

/* Interactive hero objects: cloud parallax, live code screen and color cycling. */
.hero-visual {
  --cloud-x: 0px;
  --cloud-y: 0px;
  --cloud-rotate: 0deg;
  --screen-impact-x: 56%;
  --screen-impact-y: 42%;
  --hero-image-filter: saturate(1.04) contrast(1.015);
  --hero-canvas-filter: saturate(1.14) brightness(1.06) contrast(1.035);
  --hero-code-accent: #43f0d5;
  --hero-control-accent: #1764f4;
}

.hero-visual[data-hero-tone="mint"] {
  --hero-image-filter: hue-rotate(-24deg) saturate(1.14) contrast(1.02);
  --hero-canvas-filter: hue-rotate(-30deg) saturate(1.24) brightness(1.06) contrast(1.035);
  --hero-code-accent: #6effbf;
  --hero-control-accent: #00bfa9;
}

.hero-visual[data-hero-tone="violet"] {
  --hero-image-filter: hue-rotate(43deg) saturate(1.18) contrast(1.03);
  --hero-canvas-filter: hue-rotate(54deg) saturate(1.28) brightness(1.06) contrast(1.035);
  --hero-code-accent: #cf9dff;
  --hero-control-accent: #7755ef;
}

.hero-main-image {
  filter: var(--hero-image-filter) !important;
  transition: filter .58s ease, scale .58s cubic-bezier(.2,.8,.2,1);
}

/* The supplied hero artwork is used as-is. No reconstructed UI is layered on top. */
.hero-visual--exact {
  width: 126%;
  margin-left: -11%;
  aspect-ratio: 3.05 / 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-visual--exact .hero-main-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none !important;
  -webkit-mask-image: none;
  mask-image: none;
  transform: none;
}

.hero-visual--exact .visual-glow,
.hero-visual--exact .three-stage,
.hero-visual--exact .hero-screen-message,
.hero-visual--exact .cloud-upload-streams,
.hero-visual--exact .hero-cloud-hotspot,
.hero-visual--exact .hero-screen-hotspot,
.hero-visual--exact .screen-glass-stage,
.hero-visual--exact .hero-color-control,
.hero-visual--exact .floating-card {
  display: none !important;
}

@media (max-width: 760px) {
  .hero-visual--exact {
    width: 154%;
    margin: 4px -27% 0;
    aspect-ratio: 2.8 / 1;
  }
}

.hero-screen-message {
  position: absolute;
  z-index: 4;
  top: 24.8%;
  left: 43.4%;
  width: 34%;
  color: #0a244d;
  font-size: clamp(18px, 1.85vw, 30px);
  font-weight: 800;
  letter-spacing: -1.25px;
  line-height: 1.04;
  text-align: left;
  text-shadow: 0 2px 10px rgba(255,255,255,.88), 0 0 18px rgba(34, 122, 232, .12);
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) perspective(720px) rotateX(1deg) rotateY(-3deg) rotateZ(2deg);
  transform-origin: left center;
  pointer-events: none;
  will-change: transform;
}

.hero-screen-message span {
  display: block;
  white-space: nowrap;
}

.hero-screen-browserbar {
  position: absolute;
  top: -53px;
  left: -1%;
  display: grid;
  width: 98%;
  min-height: 21px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 2px 5px 4px;
  gap: 8px;
  color: rgba(20, 56, 102, .72);
  border-bottom: 1px solid rgba(72, 137, 218, .16);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.hero-screen-browserbar b,
.hero-screen-browserbar div,
.hero-screen-browserbar em {
  display: flex;
  align-items: center;
}

.hero-screen-browserbar b {
  gap: 3px;
  color: #102850;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
}

.hero-screen-browserbar b > i {
  width: 7px;
  height: 7px;
  border-radius: 2px 1px 2px 1px;
  background: linear-gradient(145deg, #1c64ff 18%, #10d6c0 82%);
  box-shadow: 0 2px 4px rgba(26, 102, 224, .2);
  transform: skew(-10deg);
}

.hero-screen-browserbar div {
  justify-content: center;
  gap: 8px;
}

.hero-screen-browserbar small {
  font-size: 4px;
  font-weight: 700;
}

.hero-screen-browserbar em {
  gap: 3px;
}

.hero-screen-browserbar em i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #12cdbb;
  box-shadow: 0 0 5px rgba(18, 205, 187, .38);
}

.hero-screen-message span:last-child {
  margin-top: 4px;
  color: inherit;
}

.hero-screen-message .hero-screen-cta {
  display: inline-flex;
  width: max-content;
  margin-top: 12px;
  padding: 7px 13px;
  color: white;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 7px;
  background: linear-gradient(135deg, #2d77f5, #164bdc);
  box-shadow: 0 8px 18px rgba(20, 77, 190, .22), inset 0 1px 0 rgba(255,255,255,.36);
  font-size: clamp(7px, .62vw, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.hero-visual .three-stage canvas {
  filter: var(--hero-canvas-filter);
  transition: filter .58s ease, opacity .5s ease;
}

.hero-cloud-layer {
  z-index: 4 !important;
  opacity: 0;
  clip-path: polygon(10% 22%, 36% 22%, 37% 47%, 9% 47%);
  filter: var(--hero-image-filter) brightness(1.055) drop-shadow(0 18px 19px rgba(21, 126, 218, .16)) !important;
  transform:
    translate3d(
      calc(var(--hero-x) + var(--cloud-x)),
      calc(var(--hero-y) + var(--hero-scroll) + var(--cloud-y)),
      0
    )
    rotate(var(--cloud-rotate))
    scale(1.012) !important;
  transform-origin: 23% 35% !important;
  transition: opacity .23s ease, transform .14s ease-out, filter .58s ease;
  will-change: opacity, transform;
}

.hero-cloud-active .hero-cloud-layer,
.hero-cloud-upload-cycle .hero-cloud-layer {
  opacity: 1;
  animation: hero-cloud-float 3.1s ease-in-out infinite;
}

@keyframes hero-cloud-float {
  0%, 100% { translate: 0 3px; }
  50% { translate: 0 -14px; }
}

.cloud-upload-streams {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 17.3%;
  width: 15%;
  height: 32%;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll) + 9px), 0);
  transition: opacity .3s ease, filter .3s ease;
  filter: blur(.25px) drop-shadow(0 0 8px rgba(31, 220, 212, .45));
  -webkit-mask-image: linear-gradient(to top, #000 0 73%, transparent 100%);
  mask-image: linear-gradient(to top, #000 0 73%, transparent 100%);
  will-change: opacity, transform;
}

.cloud-upload-streams i {
  position: absolute;
  bottom: 0;
  left: var(--stream-x);
  width: 2px;
  height: var(--stream-height);
  border-radius: 999px;
  background: linear-gradient(to top, rgba(25, 99, 246, .12), rgba(30, 224, 207, .94) 48%, rgba(191, 255, 248, .14));
  box-shadow: 0 0 6px rgba(37, 225, 211, .7), 0 0 14px rgba(35, 112, 255, .35);
  transform-origin: bottom;
  animation: cloud-upload-beam 1.45s ease-in-out var(--stream-delay) infinite;
  animation-play-state: paused;
}

.cloud-upload-streams i::before,
.cloud-upload-streams i::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(231,255,252,.92);
  border-radius: 1px;
  background: var(--hero-code-accent);
  box-shadow: 0 0 9px var(--hero-code-accent), inset 0 1px 0 rgba(255,255,255,.8);
  content: "";
  translate: -50% 0;
  rotate: 45deg;
  animation: cloud-upload-packet 1.45s cubic-bezier(.2,.75,.25,1) var(--stream-delay) infinite;
  animation-play-state: paused;
}

.cloud-upload-streams i::after {
  width: 3px;
  height: 3px;
  animation-delay: calc(var(--stream-delay) - .64s);
  opacity: .72;
}

.hero-cloud-active .cloud-upload-streams,
.hero-cloud-upload-cycle .cloud-upload-streams {
  opacity: .92;
  filter: blur(0) drop-shadow(0 0 11px rgba(31, 220, 212, .55));
}

.hero-cloud-active .cloud-upload-streams i,
.hero-cloud-active .cloud-upload-streams i::before,
.hero-cloud-active .cloud-upload-streams i::after,
.hero-cloud-upload-cycle .cloud-upload-streams i,
.hero-cloud-upload-cycle .cloud-upload-streams i::before,
.hero-cloud-upload-cycle .cloud-upload-streams i::after {
  animation-play-state: running;
}

@keyframes cloud-upload-beam {
  0%, 100% { opacity: .15; scale: 1 .35; }
  34% { opacity: 1; scale: 1 1; }
  72% { opacity: .52; scale: 1 .72; }
}

@keyframes cloud-upload-packet {
  0% { top: 100%; opacity: 0; scale: .55; }
  14% { opacity: 1; }
  78% { opacity: .88; }
  100% { top: -3%; opacity: 0; scale: 1.05; }
}

.hero-cloud-hotspot {
  position: absolute;
  z-index: 5;
  top: 26.5%;
  left: 11.5%;
  width: 25%;
  height: 21%;
  padding: 0;
  color: #2a6db1;
  outline: 0;
  border: 0;
  border-radius: 48% 52% 42% 58% / 55% 50% 50% 45%;
  background: radial-gradient(ellipse, rgba(248, 252, 255, 0), rgba(241, 249, 255, 0) 72%);
  cursor: grab;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0);
  transition: background .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.hero-cloud-hotspot:active {
  cursor: grabbing;
}

.hero-cloud-hotspot:hover,
.hero-cloud-hotspot:focus-visible {
  background: radial-gradient(ellipse, rgba(246, 252, 255, .7), rgba(238, 248, 255, .3) 60%, transparent 74%);
  box-shadow: 0 0 42px rgba(80, 206, 255, .09);
}

.hero-cloud-tap .hero-cloud-layer {
  animation: hero-cloud-tap .7s cubic-bezier(.2,.8,.2,1);
}

@keyframes hero-cloud-tap {
  0%, 100% { scale: 1; }
  42% { scale: 1.055; }
  72% { scale: .99; }
}

.hero-screen-hotspot {
  position: absolute;
  z-index: 5;
  top: 20.2%;
  left: 41%;
  width: 40.2%;
  height: 37.8%;
  padding: 0;
  color: white;
  overflow: hidden;
  outline: 0;
  border: 0;
  background: transparent;
  clip-path: polygon(10% 0, 100% 14%, 92% 86%, 0 100%);
  cursor: crosshair;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0);
  will-change: transform;
}

.screen-glass-stage {
  position: absolute;
  z-index: 6;
  top: 20.2%;
  left: 41%;
  width: 40.2%;
  height: 37.8%;
  pointer-events: none;
  perspective: 760px;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0);
  transform-style: preserve-3d;
  will-change: transform;
}

.screen-glass__surface,
.screen-glass__cracks,
.screen-glass__shards {
  position: absolute;
  inset: 9% 7% 11% 8%;
  border-radius: 11px 15px 15px 11px;
  transform: perspective(650px) rotateX(5deg) rotateY(-4deg);
  transform-origin: 54% 46%;
}

.screen-glass__surface {
  z-index: 1;
  border: 1px solid rgba(208, 246, 255, .54);
  background:
    radial-gradient(circle at var(--screen-impact-x) var(--screen-impact-y), rgba(255, 255, 255, .62), transparent 14%),
    linear-gradient(138deg, rgba(255,255,255,.22), rgba(106, 219, 255, .045) 42%, rgba(255,255,255,.16) 56%, rgba(33, 111, 245, .035));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    inset -12px -10px 24px rgba(40, 146, 255, .06),
    0 14px 28px rgba(15, 83, 164, .05);
  opacity: .2;
  transition: opacity .26s ease, filter .26s ease;
  -webkit-backdrop-filter: blur(1.2px) saturate(125%);
  backdrop-filter: blur(1.2px) saturate(125%);
}

.screen-glass__cracks {
  z-index: 4;
  overflow: visible;
  fill: none;
  stroke: rgba(226, 251, 255, .94);
  stroke-width: .42;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 2px var(--hero-code-accent)) drop-shadow(0 0 6px rgba(81, 197, 255, .5));
  opacity: 0;
  scale: .88;
  transition: opacity .22s ease, scale .34s cubic-bezier(.2,.8,.2,1);
}

.screen-glass__cracks path:nth-child(2) {
  stroke-width: .28;
  opacity: .76;
}

.screen-glass__cracks circle {
  fill: rgba(255,255,255,.22);
  stroke-width: .65;
}

.screen-glass__shards {
  z-index: 3;
  transform-style: preserve-3d;
}

.screen-glass__shards i {
  position: absolute;
  inset: 0;
  display: block;
  clip-path: var(--clip);
  background:
    radial-gradient(circle at var(--screen-impact-x) var(--screen-impact-y), rgba(255,255,255,.58), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.5), rgba(94, 211, 255, .08) 44%, rgba(255,255,255,.2) 72%, rgba(34, 99, 239, .06));
  box-shadow: inset 0 0 0 .5px rgba(234, 253, 255, .6);
  opacity: .13;
  transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
  transform-origin: var(--screen-impact-x) var(--screen-impact-y);
  will-change: transform, opacity, filter;
}

.screen-glass__shards i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(112deg, transparent 36%, rgba(255,255,255,.7) 49%, transparent 61%);
  translate: -45% 0;
}

.hero-screen-hotspot:hover + .screen-glass-stage .screen-glass__surface,
.hero-screen-hotspot:focus-visible + .screen-glass-stage .screen-glass__surface {
  opacity: .38;
  filter: brightness(1.12);
}

.hero-screen-hotspot:hover + .screen-glass-stage .screen-glass__cracks,
.hero-screen-hotspot:focus-visible + .screen-glass-stage .screen-glass__cracks {
  opacity: .28;
  scale: .94;
}

.hero-code-visible .screen-glass__surface {
  opacity: .08;
}

.hero-code-visible .screen-glass__shards i {
  opacity: .075;
}

.hero-glass-shattering .screen-glass-stage::after {
  position: absolute;
  z-index: 7;
  inset: 9% 7% 11% 8%;
  border-radius: inherit;
  background: radial-gradient(circle at var(--screen-impact-x) var(--screen-impact-y), rgba(255,255,255,.98), rgba(71, 223, 255, .45) 8%, transparent 31%);
  content: "";
  animation: screen-impact-flash .58s cubic-bezier(.2,.8,.2,1) both;
}

.hero-glass-shattering .screen-glass__surface {
  animation: screen-glass-surface-break .84s cubic-bezier(.2,.8,.2,1) both;
}

.hero-glass-shattering .screen-glass__cracks {
  animation: screen-crack-burst .92s cubic-bezier(.16,.84,.25,1) both;
}

.hero-glass-shattering .screen-glass__shards i {
  animation: screen-shard-break 1.02s cubic-bezier(.18,.72,.22,1) var(--delay) both;
}

.hero-glass-resetting .screen-glass__surface {
  animation: screen-glass-surface-reset .74s ease both;
}

.hero-glass-resetting .screen-glass__shards i {
  animation: screen-shard-reset .76s cubic-bezier(.2,.75,.2,1) var(--delay) both;
}

@keyframes screen-impact-flash {
  0% { opacity: 0; scale: .3; }
  16% { opacity: 1; scale: 1; }
  100% { opacity: 0; scale: 1.34; }
}

@keyframes screen-glass-surface-break {
  0% { opacity: .3; filter: brightness(1); }
  16% { opacity: .88; filter: brightness(2); }
  42% { opacity: .2; filter: brightness(1.25); }
  100% { opacity: 0; filter: brightness(1); }
}

@keyframes screen-glass-surface-reset {
  from { opacity: 0; filter: blur(3px) brightness(1.5); }
  to { opacity: .08; filter: blur(0) brightness(1); }
}

@keyframes screen-crack-burst {
  0% { opacity: 0; scale: .55; }
  14% { opacity: 1; scale: 1; }
  54% { opacity: .9; scale: 1.015; }
  100% { opacity: 0; scale: 1.08; }
}

@keyframes screen-shard-break {
  0% {
    opacity: .16;
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
    filter: brightness(1);
  }
  17% {
    opacity: .96;
    transform: translate3d(0, 0, 18px) rotateX(0) rotateY(0) rotateZ(0) scale(1.018);
    filter: brightness(1.8);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--sx), var(--sy), 120px) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz)) scale(.64);
    filter: brightness(1.22);
  }
}

@keyframes screen-shard-reset {
  from {
    opacity: 0;
    transform: translate3d(var(--sx), var(--sy), 92px) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(var(--rz)) scale(.7);
    filter: brightness(1.4);
  }
  68% { opacity: .22; }
  to {
    opacity: .075;
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0) rotateZ(0) scale(1);
    filter: brightness(1);
  }
}

.screen-code {
  position: absolute;
  inset: 3% 2% 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12% 12% 9% 14%;
  gap: 5%;
  overflow: hidden;
  border: 1px solid rgba(135, 213, 255, .28);
  border-radius: 8px 13px 12px 8px;
  background:
    radial-gradient(circle at 74% 20%, color-mix(in srgb, var(--hero-code-accent) 19%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(2, 12, 35, .88), rgba(6, 29, 66, .78));
  box-shadow: 0 16px 38px rgba(3, 20, 53, .28), inset 0 1px 0 rgba(255, 255, 255, .14);
  clip-path: polygon(10% 0, 100% 14%, 92% 86%, 0 100%);
  opacity: 0;
  transform: perspective(650px) rotateX(5deg) rotateY(-4deg) scale(.93);
  transition: opacity .28s ease, transform .42s cubic-bezier(.2,.8,.2,1);
  -webkit-backdrop-filter: blur(11px) saturate(140%);
  backdrop-filter: blur(11px) saturate(140%);
  pointer-events: none;
}

.hero-code-visible .screen-code,
.hero-screen-hotspot:hover .screen-code,
.hero-screen-hotspot:focus-visible .screen-code {
  opacity: .96;
  transform: perspective(650px) rotateX(1deg) rotateY(-1deg) scale(1);
}

.screen-code__bar {
  position: absolute;
  top: 10%;
  right: 10%;
  left: 14%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(221, 238, 255, .44);
}

.screen-code__bar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--hero-code-accent);
  box-shadow: 0 0 7px color-mix(in srgb, var(--hero-code-accent) 65%, transparent);
}

.screen-code__bar i:nth-child(2) { opacity: .56; }
.screen-code__bar i:nth-child(3) { opacity: .28; }

.screen-code__bar b {
  margin-left: auto;
  font-size: clamp(4px, .42vw, 7px);
  font-weight: 700;
  letter-spacing: .5px;
}

.screen-code__line {
  display: block;
  width: 96%;
  overflow: hidden;
  color: rgba(225, 241, 255, .78);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(5px, .55vw, 9px);
  line-height: 1.2;
  white-space: nowrap;
  text-align: left;
  opacity: 0;
  translate: -9px 0;
  transition: opacity .34s ease, translate .38s cubic-bezier(.2,.8,.2,1);
}

.screen-code__line em {
  color: #72a9ff;
  font-style: normal;
}

.screen-code__line strong {
  color: var(--hero-code-accent);
}

.screen-code__line--short {
  width: 72%;
}

.hero-code-visible .screen-code__line,
.hero-screen-hotspot:hover .screen-code__line,
.hero-screen-hotspot:focus-visible .screen-code__line {
  opacity: 1;
  translate: 0 0;
}

.screen-code__line:nth-of-type(2) { transition-delay: .04s; }
.screen-code__line:nth-of-type(3) { transition-delay: .09s; }
.screen-code__line:nth-of-type(4) { transition-delay: .14s; }
.screen-code__line:nth-of-type(5) { transition-delay: .19s; }

.screen-code__cursor {
  width: 28%;
  height: 1px;
  margin-top: 1%;
  background: var(--hero-code-accent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--hero-code-accent) 60%, transparent);
  transform-origin: left;
  animation: screen-code-cursor 1.4s steps(2, end) infinite;
}

@keyframes screen-code-cursor {
  0%, 45% { scale: 1 1; opacity: 1; }
  46%, 100% { scale: .2 1; opacity: .25; }
}

.screen-code-hint {
  position: absolute;
  right: 9%;
  bottom: 12%;
  padding: 5px 8px;
  color: rgba(26, 76, 139, .7);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  box-shadow: 0 7px 18px rgba(21, 73, 134, .08), inset 0 1px 0 white;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .5px;
  white-space: nowrap;
  opacity: .7;
  transition: opacity .2s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-code-visible .screen-code-hint,
.hero-screen-hotspot:hover .screen-code-hint,
.hero-screen-hotspot:focus-visible .screen-code-hint {
  opacity: 0;
}

.hero-color-control {
  position: absolute;
  z-index: 8;
  right: 7.5%;
  bottom: 1.5%;
  display: grid;
  grid-template-columns: 1fr auto 34px;
  min-width: 176px;
  min-height: 58px;
  align-items: center;
  padding: 8px 9px 8px 15px;
  gap: 10px;
  color: #173c70;
  border-radius: 17px;
  cursor: pointer;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}

.hero-color-control:hover,
.hero-color-control:focus-visible {
  transform: translateY(-5px) rotate(-1deg);
  border-color: rgba(var(--accent-rgb), .32);
  box-shadow: 0 20px 42px rgba(20, 69, 137, .18), inset 0 1px 0 white;
}

.hero-color-control span,
.hero-color-control small,
.hero-color-control b {
  display: block;
  text-align: left;
}

.hero-color-control small {
  margin-bottom: 3px;
  color: #718097;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.hero-color-control b {
  font-size: 10px;
  font-weight: 800;
}

.hero-color-control > svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  color: white;
  border-radius: 10px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--hero-control-accent) 78%, white), var(--hero-control-accent));
  box-shadow: 0 9px 18px color-mix(in srgb, var(--hero-control-accent) 25%, transparent), inset 0 1px 0 rgba(255,255,255,.38);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hero-tone-changing .hero-color-control > svg {
  animation: hero-color-arrow .58s cubic-bezier(.2,.8,.2,1);
}

@keyframes hero-color-arrow {
  0% { rotate: 0deg; scale: 1; }
  55% { rotate: 180deg; scale: 1.16; }
  100% { rotate: 360deg; scale: 1; }
}

.hero-color-dots {
  display: flex;
  gap: 4px;
}

.hero-color-dots em {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7e9ac4;
  opacity: .22;
  scale: .8;
  transition: opacity .25s ease, scale .25s ease, background .25s ease;
}

.hero-visual[data-hero-tone="ocean"] .hero-color-dots em:nth-child(1),
.hero-visual[data-hero-tone="mint"] .hero-color-dots em:nth-child(2),
.hero-visual[data-hero-tone="violet"] .hero-color-dots em:nth-child(3) {
  background: var(--hero-control-accent);
  opacity: 1;
  scale: 1.2;
  box-shadow: 0 0 8px color-mix(in srgb, var(--hero-control-accent) 55%, transparent);
}

.hero-visual[data-hero-tone="mint"] .visual-glow {
  background: rgba(26, 216, 190, .2);
}

.hero-visual[data-hero-tone="violet"] .visual-glow {
  background: rgba(126, 90, 245, .19);
}

@media (max-width: 760px) {
  .hero-visual .three-stage {
    opacity: .86;
  }

  .hero-screen-message {
    top: 28.5%;
    left: 43.2%;
    width: 35%;
    font-size: clamp(10px, 3vw, 15px);
    letter-spacing: -.45px;
  }

  .hero-screen-message .hero-screen-cta {
    margin-top: 6px;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: clamp(4px, 1.25vw, 6px);
  }

  .hero-screen-browserbar {
    top: -27px;
    min-height: 12px;
    padding: 1px 3px 2px;
    gap: 4px;
  }

  .hero-screen-browserbar b {
    gap: 2px;
    font-size: 3px;
  }

  .hero-screen-browserbar b > i {
    width: 4px;
    height: 4px;
  }

  .hero-screen-browserbar div {
    gap: 3px;
  }

  .hero-screen-browserbar small {
    font-size: 2px;
  }

  .hero-screen-browserbar em {
    gap: 1px;
  }

  .hero-screen-browserbar em i {
    width: 2px;
    height: 2px;
  }

  .cloud-upload-streams {
    top: 16%;
    left: 17%;
    width: 15%;
    height: 27%;
  }

  .hero-cloud-hotspot {
    top: 25%;
    left: 10.5%;
    width: 27%;
    height: 23%;
  }

  .hero-cloud-hotspot span,
  .screen-code-hint {
    display: none;
  }

  .hero-screen-hotspot {
    top: 23%;
    left: 41%;
    width: 40.2%;
    height: 34%;
  }

  .screen-glass-stage {
    top: 23%;
    left: 41%;
    width: 40.2%;
    height: 34%;
  }

  .screen-code {
    padding: 11% 10% 8% 13%;
    gap: 5%;
  }

  .screen-code__line {
    font-size: clamp(4px, 1vw, 7px);
  }

  .hero-color-control {
    right: 10%;
    bottom: 0;
    grid-template-columns: 1fr auto 31px;
    min-width: 150px;
    min-height: 51px;
    padding-left: 12px;
    border-radius: 15px;
  }

  .hero-color-control > svg {
    width: 31px;
    height: 31px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cloud-layer {
    transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--hero-scroll)), 0) scale(1.012) !important;
  }

  .hero-cloud-tap .hero-cloud-layer,
  .hero-cloud-active .hero-cloud-layer,
  .hero-cloud-upload-cycle .hero-cloud-layer,
  .cloud-upload-streams i,
  .cloud-upload-streams i::before,
  .cloud-upload-streams i::after,
  .hero-tone-changing .hero-color-control > svg,
  .screen-code__cursor {
    animation: none !important;
  }
}

/* Final layer polish: keep cinematic motion in the background, never on top of content. */
.site-header {
  isolation: isolate;
}

.site-header .nav-shell {
  overflow: visible;
  border: 1px solid rgba(116, 160, 220, .22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 248, 255, .9));
  box-shadow:
    0 18px 46px rgba(29, 71, 133, .13),
    inset 0 1.5px 0 rgba(255, 255, 255, .98),
    inset 0 -1px 0 rgba(48, 118, 219, .1);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  backdrop-filter: blur(18px) saturate(155%);
}

.site-header.scrolled .nav-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .985), rgba(242, 249, 255, .94));
  box-shadow:
    0 16px 38px rgba(29, 71, 133, .16),
    inset 0 1.5px 0 white,
    inset 0 -1px 0 rgba(48, 118, 219, .12);
}

.site-header .brand,
.site-header .desktop-nav,
.site-header .header-cta,
.site-header .menu-toggle {
  position: relative;
  z-index: 2;
}

.site-header .brand {
  padding-inline: 14px;
}

.site-floating-library,
.site-data-atmosphere,
.site-orb {
  z-index: 0;
}

body > main,
.site-footer {
  z-index: 2;
}

.services-shell,
.process,
.products,
.about,
.contact {
  isolation: isolate;
}

.section-cloud-cluster,
.products::before,
.products::after,
.process::before,
.contact-card::after,
.contact-glow,
.contact-motion-orbits,
.contact-kinetic-word {
  pointer-events: none;
}

.section-cloud-cluster,
.products::before,
.products::after,
.process::before {
  z-index: 0;
}

.services-shell > .container,
.process > .container,
.products > .container,
.about > .container,
.contact > .container,
.section-heading,
.service-experience,
.service-board,
.process-grid,
.product-grid,
.about-card,
.contact-card,
.site-footer .container {
  position: relative;
  z-index: 2;
}

.service-board .service-card,
.service-node,
.service-spectrum,
.service-proof-line,
.service-proof-line article,
.process-card,
.product-card,
.about-value,
.contact-form,
.button {
  isolation: isolate;
}

.contact-kinetic-word {
  z-index: 0;
  opacity: .18;
}

.contact-form {
  background:
    linear-gradient(145deg, rgba(16, 55, 128, .72), rgba(5, 23, 68, .54)),
    rgba(255, 255, 255, .12);
}

.dropdown-panel {
  z-index: 30;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(239, 248, 255, .93));
}

.services-shell::before,
.products::after {
  color: rgba(22, 75, 159, .018);
}

@keyframes contact-word-breathe {
  0%, 100% { letter-spacing: -13px; opacity: .14; }
  50% { letter-spacing: -5px; opacity: .24; }
}

@media (max-width: 1080px) {
  .site-header .nav-shell {
    border-radius: 20px;
  }
}

@media (max-width: 760px) {
  .site-header .nav-shell {
    border-radius: 16px;
  }
}

/* Services v3 — glass service hub instead of a generic card field. */
.service-experience {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .72fr);
  align-items: stretch;
  margin-top: 44px;
  gap: 22px;
}

.service-hub {
  position: relative;
  min-height: 650px;
  padding: 38px;
  border-color: rgba(153, 204, 255, .32);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 115, 255, .18), transparent 19rem),
    radial-gradient(circle at 78% 16%, rgba(18, 230, 210, .22), transparent 18rem),
    linear-gradient(145deg, rgba(252, 255, 255, .88), rgba(229, 243, 255, .56));
  box-shadow:
    0 34px 86px rgba(24, 82, 159, .15),
    inset 0 1.5px 0 rgba(255,255,255,.95),
    inset 0 -1px 0 rgba(33, 134, 239, .14);
  isolation: isolate;
  overflow: hidden;
}

.service-hub::before,
.service-hub::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.service-hub::before {
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(65, 130, 216, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 130, 216, .045) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 50% 48%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 48%, #000, transparent 72%);
}

.service-hub::after {
  z-index: 1;
  top: 12%;
  left: 50%;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background:
    conic-gradient(from 190deg, transparent, rgba(24, 104, 255, .18), rgba(18, 226, 204, .22), transparent 58%);
  filter: blur(16px);
  translate: -50% 0;
  opacity: .7;
  animation: service-hub-aurora 12s ease-in-out infinite;
}

.service-hub__orbit {
  position: absolute;
  z-index: 2;
  inset: 15%;
  border: 1px solid rgba(64, 131, 232, .24);
  border-radius: 50%;
  transform: rotate(-13deg) scaleY(.48);
  box-shadow: 0 0 36px rgba(33, 208, 219, .11);
  pointer-events: none;
  animation: service-orbit-turn 20s linear infinite;
}

.service-hub__orbit--two {
  inset: 24% 10%;
  border-color: rgba(17, 218, 200, .24);
  transform: rotate(21deg) scaleY(.4);
  animation-duration: 27s;
  animation-direction: reverse;
}

.service-hub__pulse {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(19, 232, 212, .3), rgba(41, 116, 255, .13) 38%, transparent 70%);
  filter: blur(7px);
  translate: -50% -50%;
  animation: service-core-pulse 5.4s ease-in-out infinite;
  pointer-events: none;
}

.service-hub__core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(390px, 56%);
  min-height: 230px;
  align-content: center;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(226, 243, 255, .66)),
    radial-gradient(circle at 74% 16%, rgba(13, 213, 195, .16), transparent 48%);
  box-shadow:
    0 26px 58px rgba(28, 88, 165, .16),
    inset 0 1.5px 0 white,
    inset 0 -1px 0 rgba(56, 130, 233, .12);
  translate: -50% -50%;
  text-align: center;
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
}

.service-hub__core span {
  color: #1668f4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.service-hub__core strong {
  margin-top: 12px;
  color: #07183b;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: .98;
}

.service-hub__core p {
  max-width: 310px;
  margin: 18px auto 0;
  color: #5a6c87;
  font-size: 12px;
  line-height: 1.7;
}

.service-node {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(360px, 42%);
  min-height: 112px;
  align-items: center;
  padding: 17px 18px;
  gap: 14px;
  color: #0c1e42;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 25px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.84), rgba(226, 242, 255, .56));
  box-shadow:
    0 20px 48px rgba(22, 84, 166, .13),
    inset 0 1.5px 0 rgba(255,255,255,.96),
    inset 0 -1px 0 rgba(55, 132, 236, .1);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
  animation: service-node-float 7.4s ease-in-out infinite;
}

.service-node:hover {
  border-color: rgba(35, 207, 214, .46);
  box-shadow:
    0 28px 64px rgba(22, 84, 166, .2),
    0 0 34px rgba(18, 224, 204, .12),
    inset 0 1.5px 0 white;
}

.service-node strong,
.service-node small {
  display: block;
}

.service-node strong {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.35px;
}

.service-node small {
  color: #60728d;
  font-size: 10px;
  line-height: 1.5;
}

.service-node .service-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  transform: translateZ(14px);
  box-shadow:
    0 16px 30px rgba(22, 88, 188, .19),
    inset 0 1.5px 0 rgba(255, 255, 255, .62);
}

.service-node .service-icon svg {
  width: 29px;
  height: 29px;
}

.service-node > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  opacity: .62;
  transition: transform .24s ease, opacity .24s ease;
}

.service-node:hover > svg {
  opacity: 1;
  transform: translateX(5px);
}

.service-node--websites {
  top: 42px;
  left: 44px;
  transform: rotate(-4.2deg);
}

.service-node--hosting {
  top: 72px;
  right: 42px;
  transform: rotate(3.2deg);
  animation-delay: -1.7s;
}

.service-node--shops {
  bottom: 76px;
  left: 66px;
  transform: rotate(3.6deg);
  animation-delay: -3.1s;
}

.service-node--apps {
  right: 50px;
  bottom: 58px;
  transform: rotate(-3.1deg);
  animation-delay: -4.8s;
}

.service-node--websites:hover { transform: rotate(-1deg) translateY(-8px); }
.service-node--hosting:hover { transform: rotate(1deg) translateY(-8px); }
.service-node--shops:hover { transform: rotate(1deg) translateY(-8px); }
.service-node--apps:hover { transform: rotate(-1deg) translateY(-8px); }

.service-spectrum {
  position: relative;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  padding: 34px;
  border-color: rgba(255,255,255,.78);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(8, 26, 68, .9), rgba(11, 61, 142, .74)),
    radial-gradient(circle at 84% 16%, rgba(18, 230, 210, .22), transparent 42%);
  color: white;
  box-shadow:
    0 30px 72px rgba(9, 45, 112, .2),
    inset 0 1px 0 rgba(255,255,255,.22);
  overflow: hidden;
}

.service-spectrum::before {
  position: absolute;
  inset: -25% -40% auto auto;
  width: 340px;
  height: 340px;
  content: "";
  border-radius: 50%;
  background: rgba(23, 223, 204, .18);
  filter: blur(46px);
}

.service-spectrum__label {
  position: relative;
  z-index: 2;
  width: max-content;
  padding: 8px 11px;
  color: #78ffed;
  border: 1px solid rgba(116, 255, 236, .22);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.service-spectrum h3 {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  font-size: clamp(30px, 2.6vw, 42px);
  font-weight: 900;
  letter-spacing: -1.7px;
  line-height: 1.04;
}

.service-spectrum > p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: rgba(229, 240, 255, .72);
  font-size: 12px;
  line-height: 1.75;
}

.service-spectrum__modules {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: auto;
  gap: 12px;
}

.service-spectrum__modules article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 14px;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
}

.service-spectrum__modules article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: #71ffed;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
}

.service-spectrum__modules svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-spectrum__modules strong,
.service-spectrum__modules small {
  display: block;
}

.service-spectrum__modules strong {
  font-size: 12px;
  font-weight: 900;
}

.service-spectrum__modules small {
  margin-top: 4px;
  color: rgba(225, 238, 255, .6);
  font-size: 9px;
  line-height: 1.45;
}

.service-proof-line {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  padding: 10px;
  gap: 10px;
  border-radius: 27px;
}

.service-proof-line article {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 82px;
  align-items: center;
  padding: 14px;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(232, 244, 255, .44));
}

.service-proof-line strong,
.service-proof-line small {
  display: block;
}

.service-proof-line strong {
  font-size: 12px;
  font-weight: 900;
}

.service-proof-line small {
  margin-top: 3px;
  color: #65758c;
  font-size: 9px;
}

@keyframes service-hub-aurora {
  0%, 100% { transform: rotate(0deg) scale(.9); opacity: .6; }
  50% { transform: rotate(18deg) scale(1.12); opacity: .92; }
}

@keyframes service-orbit-turn {
  to { rotate: 360deg; }
}

@keyframes service-core-pulse {
  0%, 100% { opacity: .78; scale: .86; }
  50% { opacity: 1; scale: 1.1; }
}

@keyframes service-node-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (max-width: 1080px) {
  .service-experience {
    grid-template-columns: 1fr;
  }

  .service-hub,
  .service-spectrum {
    min-height: auto;
  }

  .service-hub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 28px;
    gap: 16px;
  }

  .service-hub__core,
  .service-node {
    position: relative;
    inset: auto;
    width: auto;
    transform: none;
    translate: none;
  }

  .service-hub__core {
    grid-column: 1 / -1;
    order: -1;
    min-height: 0;
    margin-bottom: 8px;
  }

  .service-node {
    min-height: 112px;
  }

  .service-node:hover,
  .service-node--websites:hover,
  .service-node--hosting:hover,
  .service-node--shops:hover,
  .service-node--apps:hover {
    transform: translateY(-4px);
  }

  .service-spectrum {
    padding: 30px;
  }

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

@media (max-width: 760px) {
  .service-experience {
    margin-top: 28px;
    gap: 16px;
  }

  .service-hub,
  .service-spectrum {
    border-radius: 26px;
  }

  .service-hub {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .service-hub__core {
    width: auto;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .service-node {
    grid-template-columns: auto 1fr;
    min-height: 104px;
    padding: 15px;
  }

  .service-node > svg {
    display: none;
  }

  .service-spectrum {
    padding: 24px 18px;
  }

  .service-spectrum__modules {
    margin-top: 22px;
  }

  .service-proof-line {
    grid-template-columns: 1fr;
    padding: 8px;
  }
}

/* Final services/header stabilization after the services redesign. */
.site-header .desktop-nav {
  border-color: rgba(88, 139, 209, .24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .985), rgba(239, 248, 255, .94));
  box-shadow:
    0 16px 40px rgba(29, 71, 133, .13),
    inset 0 1.5px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(48, 118, 219, .12);
}

.site-header.scrolled .desktop-nav {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .995), rgba(244, 250, 255, .965));
  box-shadow:
    0 14px 34px rgba(18, 55, 111, .15),
    inset 0 1.5px 0 white,
    inset 0 -1px 0 rgba(48, 118, 219, .13);
}

.service-experience {
  contain: layout paint;
}

@media (min-width: 621px) and (max-width: 1080px) {
  .service-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hub__core {
    grid-column: 1 / -1;
  }

  .service-node {
    width: auto;
    min-height: 118px;
  }
}

/* Services v4 — cleaner 3D glass studio. */
.service-studio {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  margin-top: 44px;
  gap: 24px;
  perspective: 1500px;
}

.service-studio::before,
.service-studio::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.service-studio::before {
  z-index: -1;
  inset: 10% -5% 4%;
  border-radius: 52px;
  background:
    radial-gradient(circle at 18% 20%, rgba(23, 222, 204, .18), transparent 26rem),
    radial-gradient(circle at 88% 10%, rgba(32, 102, 255, .14), transparent 24rem),
    linear-gradient(135deg, rgba(255,255,255,.32), rgba(213,239,255,.12));
  filter: blur(2px);
}

.service-studio::after {
  z-index: -1;
  right: 6%;
  bottom: -44px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 221, 202, .18), transparent 68%);
  filter: blur(22px);
  animation: service-studio-glow 7s ease-in-out infinite;
}

.service-studio__console {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 36px;
  border-color: rgba(255, 255, 255, .24);
  border-radius: 38px;
  background:
    radial-gradient(circle at 80% 12%, rgba(33, 230, 211, .24), transparent 20rem),
    radial-gradient(circle at 16% 78%, rgba(39, 103, 255, .26), transparent 21rem),
    linear-gradient(145deg, rgba(7, 24, 62, .94), rgba(10, 48, 115, .76));
  color: white;
  box-shadow:
    0 32px 78px rgba(7, 38, 103, .26),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(255,255,255,.08);
  overflow: hidden;
  transform-style: preserve-3d;
}

.service-studio__console::before {
  position: absolute;
  top: 25%;
  left: -38%;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(107, 232, 255, .18);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.42);
  box-shadow: 0 0 44px rgba(19, 221, 204, .08);
  animation: service-studio-orbit 18s linear infinite;
  pointer-events: none;
}

.service-studio__console::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 38px 38px;
  -webkit-mask-image: linear-gradient(120deg, transparent, #000 25%, #000 70%, transparent);
  mask-image: linear-gradient(120deg, transparent, #000 25%, #000 70%, transparent);
  opacity: .7;
  pointer-events: none;
}

.service-studio__label,
.service-studio__console h3,
.service-studio__console p,
.service-studio__chips,
.service-studio__flow {
  position: relative;
  z-index: 2;
}

.service-studio__label {
  width: max-content;
  padding: 9px 12px;
  color: #75ffee;
  border: 1px solid rgba(117, 255, 238, .25);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.service-studio__console h3 {
  max-width: 440px;
  margin: 28px 0 0;
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 900;
  letter-spacing: -2.6px;
  line-height: .98;
}

.service-studio__console p {
  max-width: 430px;
  margin: 22px 0 0;
  color: rgba(229, 240, 255, .76);
  font-size: 14px;
  line-height: 1.75;
}

.service-studio__chips {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 10px;
}

.service-studio__chips span {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(245, 252, 255, .9);
  font-size: 10px;
  font-weight: 850;
}

.service-studio__flow {
  display: grid;
  margin-top: auto;
  gap: 10px;
}

.service-studio__flow span {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.075);
  color: rgba(236, 246, 255, .84);
  font-size: 12px;
  font-weight: 800;
}

.service-studio__flow b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #1f6bff, #10d9c3);
  color: white;
  font-size: 10px;
  box-shadow: 0 10px 22px rgba(16, 217, 195, .22);
}

.service-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  perspective: 1400px;
}

.service-tile {
  position: relative;
  display: grid;
  min-height: 270px;
  align-content: start;
  padding: 24px;
  gap: 18px;
  color: #081a3d;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 14%, rgba(19, 225, 205, .18), transparent 13rem),
    radial-gradient(circle at 12% 92%, rgba(32, 99, 255, .12), transparent 13rem),
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(230, 244, 255, .58));
  box-shadow:
    0 26px 62px rgba(21, 79, 159, .15),
    inset 0 1.5px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(55, 132, 236, .12);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
  overflow: hidden;
  transform:
    perspective(1100px)
    rotateZ(var(--tile-rotate, 0deg))
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    box-shadow .35s ease,
    border-color .35s ease;
  animation: service-tile-breathe 7.8s ease-in-out infinite;
}

.service-tile::before,
.service-tile::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.service-tile::before {
  inset: 0;
  background:
    linear-gradient(120deg, transparent 6%, rgba(255,255,255,.62) 18%, transparent 34%),
    linear-gradient(rgba(65,130,216,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65,130,216,.045) 1px, transparent 1px);
  background-size: 100% 100%, 36px 36px, 36px 36px;
  opacity: .62;
}

.service-tile::after {
  top: var(--glare-y, 15%);
  left: var(--glare-x, 18%);
  width: 180px;
  height: 180px;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.56), transparent 65%);
  opacity: .22;
  filter: blur(8px);
  transition: top .15s ease, left .15s ease;
}

.service-tile:hover {
  border-color: rgba(30, 213, 213, .5);
  box-shadow:
    0 34px 80px rgba(21, 79, 159, .22),
    0 0 36px rgba(18, 226, 204, .13),
    inset 0 1.5px 0 white;
  transform:
    perspective(1100px)
    rotateZ(0deg)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    translateY(-7px);
}

.service-tile--websites { --tile-rotate: -1.7deg; animation-delay: -.4s; }
.service-tile--hosting { --tile-rotate: 1.2deg; animation-delay: -1.8s; }
.service-tile--shops { --tile-rotate: 1.5deg; animation-delay: -3.2s; }
.service-tile--apps { --tile-rotate: -1.1deg; animation-delay: -4.8s; }

.service-tile__number,
.service-tile .service-icon,
.service-tile__copy,
.service-tile__tags,
.service-tile__action {
  position: relative;
  z-index: 2;
}

.service-tile__number {
  position: absolute;
  right: 20px;
  bottom: 12px;
  color: rgba(12, 30, 66, .055);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 950;
  letter-spacing: -4px;
  line-height: 1;
}

.service-tile .service-icon {
  width: 64px;
  height: 64px;
  border-radius: 21px;
  transform: translateZ(24px);
}

.service-tile .service-icon svg {
  width: 32px;
  height: 32px;
}

.service-tile__copy {
  display: block;
  transform: translateZ(18px);
}

.service-tile__copy strong,
.service-tile__copy small {
  display: block;
}

.service-tile__copy strong {
  max-width: 310px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -1.1px;
  line-height: 1.06;
}

.service-tile__copy small {
  max-width: 320px;
  margin-top: 11px;
  color: #536781;
  font-size: 13px;
  line-height: 1.65;
}

.service-tile__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  transform: translateZ(14px);
}

.service-tile__tags i {
  padding: 7px 9px;
  color: #24537e;
  border: 1px solid rgba(43, 138, 241, .13);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.service-tile__action {
  display: inline-flex;
  width: max-content;
  align-items: center;
  margin-top: auto;
  gap: 8px;
  color: #115df2;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  transform: translateZ(18px);
}

.service-tile__action svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform .24s ease;
}

.service-tile:hover .service-tile__action svg {
  transform: translateX(5px);
}

.service-module-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 12px;
  gap: 12px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(228,244,255,.52));
  box-shadow:
    0 22px 52px rgba(24, 82, 159, .11),
    inset 0 1.5px 0 rgba(255,255,255,.95);
}

.service-module-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 92px;
  align-items: center;
  padding: 15px;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 21px;
  background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(231,244,255,.42));
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition: transform .28s ease, box-shadow .28s ease;
}

.service-module-strip article:hover {
  box-shadow: 0 18px 34px rgba(24, 82, 159, .13);
}

.service-module-strip strong,
.service-module-strip small {
  display: block;
}

.service-module-strip strong {
  color: #0b1d42;
  font-size: 12px;
  font-weight: 900;
}

.service-module-strip small {
  margin-top: 4px;
  color: #63758e;
  font-size: 9px;
  line-height: 1.45;
}

@keyframes service-studio-glow {
  0%, 100% { translate: 0 0; opacity: .68; }
  50% { translate: -20px -18px; opacity: 1; }
}

@keyframes service-studio-orbit {
  to { rotate: 360deg; }
}

@keyframes service-tile-breathe {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@media (max-width: 1080px) {
  .service-studio {
    grid-template-columns: 1fr;
  }

  .service-studio__console {
    min-height: 0;
  }

  .service-studio__flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
  }

  .service-studio__flow span {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

@media (max-width: 620px) {
  .service-studio {
    margin-top: 30px;
    gap: 16px;
  }

  .service-studio__console,
  .service-tile,
  .service-module-strip {
    border-radius: 25px;
  }

  .service-studio__console {
    padding: 24px 18px;
  }

  .service-studio__console h3 {
    letter-spacing: -1.8px;
  }

  .service-studio__flow,
  .service-tile-grid,
  .service-module-strip {
    grid-template-columns: 1fr;
  }

  .service-tile {
    min-height: 230px;
    padding: 20px;
    animation: none;
  }

  .service-tile__number {
    font-size: 54px;
  }

  .service-module-strip {
    padding: 8px;
  }
}

/* Final visual pass — more drama, clearer contrast, less repeated decoration. */
:root {
  --ink: #04142f;
  --ink-soft: #243650;
  --copy-strong: #172944;
  --copy-readable: #2a3f5e;
  --muted-readable: #344967;
  --premium-navy: #061631;
  --premium-blue: #0b2f83;
  --glass-rim-color: rgba(46, 104, 198, .27);
  --line: rgba(40, 78, 139, .2);
  --line-strong: rgba(42, 96, 185, .28);
}

body {
  background:
    radial-gradient(circle at 82% 4%, rgba(33, 109, 255, .2), transparent 29rem),
    radial-gradient(circle at 16% 38%, rgba(6, 216, 194, .09), transparent 25rem),
    linear-gradient(180deg, #fbfdff 0%, #eef6ff 34%, #f9fcff 66%, #edf6ff 100%);
}

.section-pad {
  padding-block: 92px;
}

.services-shell {
  padding: 86px 0 92px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, .9), rgba(231, 242, 255, .94)),
    radial-gradient(circle at 18% 16%, rgba(18, 216, 201, .1), transparent 22rem),
    radial-gradient(circle at 84% 72%, rgba(19, 88, 244, .13), transparent 24rem);
}

.products {
  padding-top: 76px;
}

.about {
  padding-top: 72px;
}

.contact {
  padding-top: 54px;
  padding-bottom: 96px;
}

.hero-lead,
.section-heading > p,
.process-intro > p,
.about-copy > p,
.contact-copy p {
  color: var(--copy-readable);
}

.hero-lead {
  color: #263957;
}

.process-card p,
.product-card p,
.about-value p,
.service-tile__copy small,
.service-module-strip small,
.about-proof small,
.trust-row span,
.dropdown-panel small,
.mobile-nav a,
.footer-links a,
.footer-brand p {
  color: var(--muted-readable);
}

.section-kicker,
.product-label,
.service-studio__label {
  letter-spacing: 1.55px;
}

.glass,
.process-card,
.product-card,
.about-value,
.service-tile,
.service-module-strip article {
  border-color: rgba(85, 137, 212, .34);
}

.service-tile,
.product-card,
.process-card,
.about-value,
.service-module-strip article {
  background:
    radial-gradient(circle at 84% 14%, rgba(10, 212, 196, .12), transparent 13rem),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(221, 238, 255, .68));
  box-shadow:
    0 24px 58px rgba(13, 52, 112, .14),
    inset 0 1.5px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(44, 112, 220, .14);
}

.service-tile__copy strong,
.process-card strong,
.product-card h3,
.about-value strong,
.service-module-strip strong {
  color: #061936;
}

.service-tile__tags i,
.product-usps span,
.service-studio__chips span {
  color: #12365d;
  border-color: rgba(40, 101, 189, .22);
  background: rgba(255,255,255,.72);
}

.services-shell::before {
  color: rgba(6, 24, 58, .024);
}

/* Motif system: hero keeps the cloud showcase; later sections get varied accents. */
.section-cloud-cluster--services,
.section-cloud-cluster--about,
.section-cloud-cluster--contact {
  display: none;
}

.section-cloud-cluster--process {
  top: 51%;
  left: -74px;
  width: 360px;
  height: 320px;
  opacity: .72;
  scale: .92;
  filter: drop-shadow(0 22px 40px rgba(15, 69, 148, .09));
}

.section-cloud-cluster--process .section-glass-cloud {
  display: none;
}

.section-cloud-cluster--process .section-cloud-orbit {
  top: 76px;
  left: 28px;
  width: 300px;
  height: 170px;
  border-color: rgba(18, 92, 196, .22);
  border-style: dashed;
  box-shadow: 0 0 34px rgba(12, 216, 204, .1);
}

.section-cloud-cluster--process::before {
  position: absolute;
  top: 78px;
  left: 38px;
  width: 260px;
  height: 150px;
  content: "";
  border: 1px solid rgba(64, 132, 226, .18);
  border-radius: 28px;
  background:
    linear-gradient(rgba(28, 104, 210, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 104, 210, .12) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255,255,255,.34), rgba(207, 232, 255, .08));
  background-size: 26px 26px, 26px 26px, 100% 100%;
  transform: rotate(-7deg);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.section-cloud-cluster--process::after {
  position: absolute;
  top: 123px;
  left: 154px;
  width: 15px;
  height: 15px;
  content: "";
  border: 2px solid white;
  border-radius: 5px;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  box-shadow: 0 0 18px rgba(var(--accent-2-rgb), .55);
  animation: section-data-chip 4.6s ease-in-out infinite;
}

.section-cloud-cluster--products {
  top: 39%;
  right: -64px;
  width: 410px;
  height: 360px;
  opacity: .78;
  scale: .86;
}

.section-cloud-cluster--products .section-upload-rays {
  display: none;
}

.section-cloud-cluster--products .section-cloud-orbit {
  top: 62px;
  left: 34px;
  width: 330px;
  height: 205px;
  border-color: rgba(35, 112, 255, .18);
  transform: rotate(8deg);
}

.section-cloud-cluster--products .section-glass-cloud {
  top: 20px;
  left: 16px;
  width: 280px;
  height: 230px;
  background-image: image-set(
    url("assets/jjo-glass-folder-transparent-v2-clean.webp") type("image/webp"),
    url("assets/jjo-glass-folder-transparent-v2-clean.png") type("image/png")
  );
  filter: saturate(1.08) drop-shadow(0 28px 44px rgba(24, 77, 151, .14));
  animation: glass-folder-drift 10s ease-in-out infinite;
}

.section-cloud-cluster--products::after {
  position: absolute;
  right: -22px;
  bottom: 6px;
  width: 190px;
  height: 190px;
  content: "";
  background: image-set(
    url("assets/jjo-glass-database-transparent-v2-clean.webp") type("image/webp"),
    url("assets/jjo-glass-database-transparent-v2-clean.png") type("image/png")
  ) center / contain no-repeat;
  opacity: .72;
  filter: saturate(1.05) drop-shadow(0 28px 48px rgba(20, 78, 155, .16));
  animation: glass-database-drift 11.5s ease-in-out -3.4s infinite;
}

.section-cloud-cluster--products .section-data-chip {
  top: 232px;
  background: rgba(247, 252, 255, .82);
}

.about-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(227, 241, 255, .72)),
    radial-gradient(circle at 90% 12%, rgba(24, 94, 244, .08), transparent 28rem);
}

.about-card::after {
  opacity: .55;
}

.about-bento {
  gap: 16px;
}

.contact-card {
  background:
    radial-gradient(circle at 18% 20%, rgba(11, 217, 198, .18), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(41, 103, 255, .24), transparent 26rem),
    linear-gradient(135deg, #041126 0%, #071d50 48%, #0b48bf 100%);
  box-shadow:
    0 38px 90px rgba(3, 22, 62, .34),
    inset 0 1.5px 0 rgba(255,255,255,.22);
}

.contact-kinetic-word {
  z-index: 0;
  opacity: .075;
  color: rgba(255,255,255,.52);
}

.contact-glow {
  opacity: .72;
}

.contact-motion-orbits {
  opacity: .28;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 3;
}

.contact-copy p {
  color: rgba(235, 246, 255, .84);
}

.contact-form {
  background:
    linear-gradient(145deg, rgba(8, 33, 82, .82), rgba(3, 15, 42, .62)),
    rgba(255,255,255,.1);
  border-color: rgba(150, 199, 255, .22);
}

.contact-form label > span,
.contact-method legend,
.contact-method__options label > span {
  color: rgba(243, 250, 255, .86);
}

@media (max-width: 1080px) {
  .section-pad {
    padding-block: 74px;
  }

  .services-shell {
    padding-block: 72px;
  }

  .products,
  .about,
  .contact {
    padding-top: 64px;
  }

}

@media (max-width: 760px) {
  .section-pad {
    padding-block: 58px;
  }

  .services-shell {
    padding-block: 60px;
  }

  .section-cloud-cluster--process {
    left: -132px;
    scale: .5;
    opacity: .36;
  }

  .section-cloud-cluster--products {
    right: -148px;
    scale: .46;
    opacity: .42;
  }

  .site-floating-object--folder,
  .site-floating-object--database {
    opacity: .14;
  }

.contact-card {
    box-shadow:
      0 28px 64px rgba(3, 22, 62, .28),
      inset 0 1.5px 0 rgba(255,255,255,.2);
  }

}

/* Premium polish — calmer hierarchy, stronger contrast, cleaner section depth. */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  background:
    radial-gradient(circle at 78% 2%, rgba(23, 88, 244, .18), transparent 34rem),
    radial-gradient(circle at 14% 20%, rgba(16, 217, 195, .13), transparent 30rem),
    radial-gradient(circle at 68% 82%, rgba(7, 32, 78, .08), transparent 34rem),
    linear-gradient(180deg, #fbfdff 0%, #eef6ff 35%, #f9fcff 64%, #edf6ff 100%);
}

.site-header {
  padding-top: 18px;
}

.site-header .nav-shell {
  border-color: rgba(150, 193, 255, .34);
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(241, 248, 255,.76)),
    rgba(255,255,255,.8);
  box-shadow:
    0 22px 54px rgba(12, 48, 112, .11),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.site-header.scrolled .nav-shell {
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(240, 248, 255,.88)),
    rgba(255,255,255,.9);
  box-shadow:
    0 18px 46px rgba(9, 38, 95, .14),
    inset 0 1px 0 rgba(255,255,255,.98);
}

.desktop-nav {
  background: rgba(255,255,255,.64);
  border-color: rgba(58, 124, 225, .13);
}

.nav-link {
  color: #10284d;
}

.hero {
  position: relative;
  overflow: clip;
}

.hero::before {
  position: absolute;
  inset: 112px 4vw 34px;
  content: "";
  border: 1px solid rgba(91, 157, 255, .09);
  border-radius: 58px;
  background:
    radial-gradient(circle at 74% 46%, rgba(255,255,255,.68), transparent 30rem),
    linear-gradient(135deg, rgba(255,255,255,.54), rgba(235,247,255,.18));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero h1 {
  color: #031331;
  text-shadow: 0 16px 34px rgba(12, 42, 94, .08);
}

.hero-lead {
  max-width: 620px;
  color: #263d5e;
}

.eyebrow-services {
  border: 1px solid rgba(56, 133, 255, .16);
  background: rgba(255,255,255,.72);
  box-shadow:
    0 14px 30px rgba(20, 78, 150, .08),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.eyebrow-services span:first-child {
  background: linear-gradient(135deg, #1758f4, #10d9c3);
  color: white;
  box-shadow: 0 12px 28px rgba(23, 88, 244, .2);
}

.button--primary {
  background:
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.28), transparent 26%),
    linear-gradient(135deg, #1764ff, #1746e8 58%, #0fd2c2);
  box-shadow:
    0 18px 38px rgba(23, 88, 244, .26),
    inset 0 1.5px 0 rgba(255,255,255,.3);
}

.button--glass {
  color: #0c2449;
  border-color: rgba(49, 103, 196, .16);
  background: rgba(255,255,255,.76);
}

.trust-row {
  color: #193457;
}

.section-heading h2 {
  color: #041532;
  text-shadow: 0 14px 32px rgba(15, 47, 102, .06);
}

.section-heading > p {
  color: #2d4362;
}

.section-kicker {
  color: #155cf4;
  letter-spacing: 1.9px;
}

.section-cloud-cluster--services {
  display: none;
}

.services-shell {
  position: relative;
  padding-block: 78px 88px;
}

.services-shell::before {
  opacity: .74;
}

.service-studio {
  margin-top: 34px;
  gap: 22px;
}

.service-studio__console {
  min-height: 520px;
  border-color: rgba(120, 202, 255, .23);
  background:
    radial-gradient(circle at 83% 14%, rgba(21, 230, 211, .26), transparent 20rem),
    radial-gradient(circle at 12% 78%, rgba(39, 103, 255, .3), transparent 22rem),
    linear-gradient(145deg, rgba(5, 17, 45, .96), rgba(8, 38, 96, .82));
}

.service-studio__console h3 {
  max-width: 470px;
}

.service-studio__console p {
  color: rgba(235, 246, 255, .82);
}

.service-studio__chips span,
.service-studio__flow span {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.16);
}

.service-tile {
  min-height: 252px;
  border-color: rgba(167, 209, 255, .78);
  background:
    radial-gradient(circle at 86% 13%, rgba(17, 221, 202, .22), transparent 12rem),
    radial-gradient(circle at 10% 91%, rgba(23, 88, 244, .14), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(231, 245, 255,.68));
  box-shadow:
    0 22px 52px rgba(16, 64, 132, .13),
    inset 0 1.5px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(55, 132, 236, .14);
}

.service-tile:hover {
  box-shadow:
    0 30px 76px rgba(16, 64, 132, .2),
    0 0 40px rgba(16, 217, 195, .12),
    inset 0 1.5px 0 white;
}

.service-tile__copy strong {
  color: #041532;
}

.service-tile__copy small {
  color: #344c6b;
}

.service-tile__tags i {
  color: #123f70;
  background: rgba(255,255,255,.72);
  border-color: rgba(40, 117, 222, .16);
}

.service-module-strip {
  margin-top: 18px;
  border-color: rgba(151, 199, 255, .36);
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(230,244,255,.66));
}

.process-card {
  border-color: rgba(149, 199, 255, .42);
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(234,246,255,.64));
  box-shadow:
    0 18px 42px rgba(19, 70, 143, .11),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.process-card p {
  color: #354b69;
}

.product-grid {
  gap: 20px;
}

.product-card {
  border-color: rgba(151, 199, 255, .34);
  box-shadow:
    0 26px 64px rgba(17, 64, 136, .14),
    inset 0 1.5px 0 rgba(255,255,255,.88);
}

.product-card h3 {
  letter-spacing: -1.5px;
}

.product-card p {
  color: #334a68;
}

.product-usps span {
  color: #14375f;
  background: rgba(255,255,255,.68);
}

.about-card {
  border-color: rgba(151, 199, 255, .3);
  box-shadow:
    0 30px 76px rgba(18, 63, 132, .13),
    inset 0 1.5px 0 rgba(255,255,255,.92);
}

.about-proof span,
.about-value {
  border-color: rgba(151, 199, 255, .32);
}

.contact-card {
  border: 1px solid rgba(130, 190, 255, .24);
  border-radius: 46px;
}

.contact-form {
  box-shadow:
    0 26px 64px rgba(1, 9, 28, .22),
    inset 0 1px 0 rgba(255,255,255,.22);
}

@media (max-width: 1080px) {
  .hero::before {
    inset: 96px 18px 30px;
    border-radius: 42px;
  }

  .service-studio__console {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 10px;
  }

  .hero::before {
    inset: 84px 10px 24px;
    border-radius: 30px;
  }

  .services-shell {
    padding-block: 58px 66px;
  }

  .service-tile {
    min-height: 218px;
  }

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