:root {
  --ink: #050505;
  --muted: #5f5f5f;
  --muted-soft: #8a8a8a;
  --accent: #00c8c2;
  --accent-deep: #063f42;
  --accent-soft: #d9fffc;
  --ink-blue: #060824;
  --paper: #ffffff;
  --paper-soft: #f7f7f7;
  --line: rgba(16, 16, 16, 0.16);
  --line-soft: rgba(16, 16, 16, 0.08);
  --line-faint: rgba(16, 16, 16, 0.05);
  --shadow: 0 28px 80px rgba(16, 16, 16, 0.07);
  --max: 1160px;
  --header-height: 48px;
  --font-sans: "Manrope", "Aptos", "Inter", "Segoe UI Variable Text", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Manrope", "Aptos Display", "Aptos", "Segoe UI Variable Display", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #030609;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 32px);
}

body {
  position: relative;
  min-height: max(100%, 100svh);
  margin: 0;
  color: var(--ink);
  background: #030609;
  font-family: var(--font-sans);
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(16, 16, 16, 0.18) 0.68px, transparent 0.92px),
    radial-gradient(circle, rgba(0, 200, 194, 0.08) 0.56px, transparent 0.86px);
  background-position:
    0 0,
    0 0,
    0 0;
  background-size:
    16px 16px,
    80px 80px;
  content: "";
  mask-image:
    linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent),
    linear-gradient(180deg, transparent, #000 7%, #000 94%, transparent);
  mask-composite: intersect;
  opacity: 0.5;
  pointer-events: none;
}

body > *:not(.site-watermark):not(.site-header):not(.scroll-to-top) {
  position: relative;
  z-index: 1;
}

.site-watermark {
  position: fixed;
  top: 50%;
  right: clamp(-210px, -12vw, -120px);
  z-index: 0;
  width: clamp(420px, 48vw, 760px);
  height: auto;
  transform: translateY(-50%);
  opacity: 0.014;
  pointer-events: none;
  user-select: none;
}

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

button {
  font: inherit;
}

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

::selection {
  color: var(--paper);
  background: var(--ink);
}

.skip-link {
  position: fixed;
  top: -64px;
  left: 14px;
  z-index: 20;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--paper);
}

.skip-link:focus-visible {
  top: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 56px));
  margin: -14px auto 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  width: clamp(106px, 10.8vw, 136px);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  color: var(--ink-blue);
  font-size: 0.82rem;
  font-weight: 650;
}

.site-nav a,
.nav-button,
.footer-button,
.site-footer a,
.button,
.text-link,
.product-card a {
  outline: none;
}

.site-nav a,
.nav-button,
.footer-button,
.site-footer a {
  position: relative;
}

.site-nav a::after,
.nav-button::after,
.footer-button::after,
.site-footer a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: currentColor;
  content: "";
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-button:hover,
.nav-button:focus-visible,
.footer-button:hover,
.footer-button:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.product-card a:hover,
.product-card a:focus-visible {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.nav-button:hover::after,
.nav-button:focus-visible::after,
.footer-button:hover::after,
.footer-button:focus-visible::after,
.site-footer a:hover::after,
.site-footer a:focus-visible::after {
  transform: scaleX(1);
}

.nav-button,
.footer-button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

main {
  width: 100%;
  margin: 0;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  min-height: max(640px, calc(100svh - var(--header-height) - 4px));
  overflow: clip;
  margin-top: 0;
  padding: 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.06);
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(6, 8, 36, 0.04);
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  inset: -5% -4% -4%;
  z-index: 0;
  background: url("assets/deqivo-hero-wave-v1.png") center top / cover no-repeat;
  opacity: 1;
  transform: scale(1.045);
  transform-origin: center top;
}

.hero::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0 14%, rgba(255, 255, 255, 0.1) 38%, rgba(255, 255, 255, 0.04) 100%),
    radial-gradient(ellipse at 17% 78%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78) 17%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 66%, rgba(255, 255, 255, 0.98) 91%, #ffffff 100%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(var(--max), calc(100% - 56px));
  min-height: inherit;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  margin: 0 auto;
  padding: clamp(132px, 13vw, 164px) 0 clamp(20px, 2.8vw, 36px);
}

.hero-mark {
  position: absolute;
  top: clamp(96px, 13vw, 160px);
  right: clamp(-158px, -8vw, -82px);
  z-index: 1;
  width: clamp(150px, 18vw, 260px);
  aspect-ratio: 154 / 211;
  background:
    linear-gradient(135deg, rgba(0, 200, 194, 0.42), rgba(5, 5, 5, 0.34));
  filter:
    drop-shadow(0 22px 46px rgba(0, 200, 194, 0.13))
    drop-shadow(0 34px 70px rgba(0, 0, 0, 0.08));
  -webkit-mask: url("assets/deqivo-symbol-currentcolor.svg") center / contain no-repeat;
  mask: url("assets/deqivo-symbol-currentcolor.svg") center / contain no-repeat;
  opacity: 0.28;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
  margin-left: 0;
  transform: translateY(clamp(64px, 6vw, 76px));
}

.hero-copy::before {
  display: none;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0;
}

.hero-badges span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  padding: 5px 10px;
  box-shadow:
    0 12px 30px rgba(0, 200, 194, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.badge-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.hero-badges span:first-child {
  color: #031715;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, #67fff6 0%, #00d8d0 38%, #00a9a3 100%);
}

.hero-badges span + span {
  color: rgba(6, 8, 36, 0.7);
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 0 0 1px rgba(6, 8, 36, 0.06),
    0 10px 24px rgba(6, 8, 36, 0.04);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 5.15vw, 5.08rem);
  line-height: 0.98;
  font-weight: 760;
  font-variation-settings: "wght" 760;
  letter-spacing: 0;
}

h1 span {
  color: transparent;
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.84), transparent 18%),
    linear-gradient(92deg, #060824 0%, #050505 38%, #063f42 68%, #00c8c2 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.1;
  font-weight: 420;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.2;
  font-weight: 560;
  letter-spacing: 0;
}

.lead {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.12vw, 1.04rem);
  line-height: 1.55;
  font-weight: 430;
}

.hero-side-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--ink-blue);
  font-size: 0.86rem;
  font-weight: 720;
  white-space: nowrap;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.hero-side-link:hover,
.hero-side-link:focus-visible {
  color: var(--accent-deep);
  transform: translateX(3px);
}

.hero-product-strip {
  grid-column: 1 / -1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  gap: 0;
  margin-top: clamp(68px, 5.8vw, 76px);
  padding: clamp(16px, 2.1vw, 22px) 0;
  border-top: 1px solid rgba(6, 8, 36, 0.07);
  color: rgba(6, 8, 36, 0.36);
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  font-weight: 690;
  letter-spacing: 0;
}

.capability-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(10px, 1.35vw, 15px);
  line-height: 1;
  opacity: 0.94;
}

.capability-visual {
  position: relative;
  display: block;
  width: clamp(48px, 4.8vw, 64px);
  height: clamp(30px, 3vw, 40px);
  flex: 0 0 auto;
  overflow: visible;
  opacity: 0.96;
}

.capability-visual::before,
.capability-visual::after,
.capability-visual span,
.capability-visual span::before,
.capability-visual span::after {
  position: absolute;
  content: "";
}

.capability-visual::before {
  inset: 2% -4%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 62% 45%, rgba(0, 200, 194, 0.36), transparent 58%),
    radial-gradient(ellipse at 24% 30%, rgba(6, 8, 36, 0.38), transparent 54%);
  filter: blur(7px);
  opacity: 0.86;
}

.capability-visual::after {
  top: 50%;
  left: 4%;
  width: 92%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(6, 8, 36, 0.36), rgba(0, 200, 194, 0.76), transparent);
  filter: drop-shadow(0 0 8px rgba(0, 200, 194, 0.28));
  transform: translateY(-50%);
  opacity: 0.88;
}

.capability-visual-context span {
  top: 50%;
  left: 52%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 200, 194, 0.78);
  box-shadow:
    -20px -8px 0 -3px rgba(6, 8, 36, 0.62),
    20px 9px 0 -3px rgba(0, 200, 194, 0.48),
    0 0 24px rgba(0, 200, 194, 0.52),
    0 0 0 10px rgba(0, 200, 194, 0.1);
  transform: translate(-50%, -50%);
}

.capability-visual-context span::before,
.capability-visual-context span::after {
  top: 50%;
  left: 50%;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(6, 8, 36, 0.06), rgba(0, 200, 194, 0.58), rgba(6, 8, 36, 0.06));
  transform: translate(-50%, -50%) rotate(-14deg);
}

.capability-visual-context span::after {
  width: 32px;
  background: linear-gradient(90deg, transparent, rgba(6, 8, 36, 0.46), transparent);
  transform: translate(-50%, -50%) rotate(58deg);
}

.capability-visual-communication span {
  top: 50%;
  left: 0;
  width: 100%;
  height: 21px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.24), transparent),
    linear-gradient(90deg, rgba(0, 200, 194, 0.18), rgba(118, 255, 249, 0.82), rgba(6, 8, 36, 0.3));
  clip-path: polygon(0 56%, 8% 44%, 16% 58%, 24% 28%, 33% 66%, 42% 22%, 51% 62%, 60% 30%, 69% 64%, 78% 42%, 88% 57%, 100% 46%, 100% 68%, 0 68%);
  filter: drop-shadow(0 0 12px rgba(0, 200, 194, 0.44));
  transform: translateY(-50%);
}

.capability-visual-communication span::before {
  top: -5px;
  left: 10%;
  width: 72%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 8, 36, 0.5), rgba(0, 200, 194, 0.72), transparent);
  transform: rotate(-4deg);
}

.capability-visual-communication span::after {
  right: 12%;
  bottom: -4px;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 255, 249, 0.5), transparent);
}

.capability-visual-decisions span {
  top: 8px;
  left: 47%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 200, 194, 0.78);
  box-shadow:
    -21px 18px 0 -2px rgba(6, 8, 36, 0.58),
    22px 18px 0 -2px rgba(0, 200, 194, 0.52),
    0 0 20px rgba(0, 200, 194, 0.44);
}

.capability-visual-decisions span::before {
  top: 13px;
  left: -21px;
  width: 48px;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(6, 8, 36, 0.05), rgba(0, 200, 194, 0.62), rgba(6, 8, 36, 0.05));
  transform: rotate(24deg);
}

.capability-visual-decisions::after {
  top: 22px;
  left: 22px;
  width: 30px;
  height: 1px;
  background:
    linear-gradient(90deg, rgba(6, 8, 36, 0.08), rgba(118, 255, 249, 0.62), transparent);
  transform: rotate(-27deg);
}

.capability-visual-decisions span::after {
  top: 6px;
  left: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 255, 249, 0.2), transparent 68%);
  filter: blur(1px);
}

.capability-visual-motion span {
  top: 50%;
  left: -8%;
  width: 116%;
  height: 24px;
  border-top: 3px solid rgba(118, 255, 249, 0.78);
  border-radius: 50%;
  box-shadow:
    0 -10px 18px rgba(0, 200, 194, 0.2),
    inset 0 8px 10px rgba(255, 255, 255, 0.1);
  transform: translateY(-50%) rotate(-11deg);
}

.capability-visual-motion span::before {
  top: 8px;
  left: 8%;
  width: 78%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 8, 36, 0.42), rgba(0, 200, 194, 0.42), transparent);
  transform: rotate(8deg);
}

.capability-visual-motion span::after {
  top: -6px;
  right: 11px;
  width: 22px;
  height: 1px;
  background: rgba(118, 255, 249, 0.56);
  box-shadow: 10px 7px 16px rgba(0, 200, 194, 0.2);
  transform: rotate(-18deg);
}

.capability-label {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-link {
  display: inline-flex;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 560;
  border-bottom: 1px solid rgba(16, 16, 16, 0.26);
  transition:
    border-color 160ms ease,
    color 160ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--ink);
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 620;
}

.product-index {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: clamp(24px, 3.2vw, 36px) 0 clamp(72px, 8vw, 112px);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.product-index-head {
  display: block;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.product-index-head h2 {
  max-width: 720px;
  margin-bottom: 14px;
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  font-weight: 700;
  line-height: 1;
}

.product-index-head p:not(.eyebrow) {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 424px));
  justify-content: center;
  gap: clamp(28px, 5vw, 70px);
}

.product-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 520px;
  grid-template-rows: 274px minmax(0, 1fr);
  border: 1px solid rgba(145, 233, 255, 0.16);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 200, 194, 0.24), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(56, 92, 255, 0.34), transparent 38%),
    linear-gradient(145deg, rgba(3, 9, 25, 0.98), rgba(3, 23, 52, 0.94) 52%, rgba(1, 8, 28, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -34px 72px rgba(0, 74, 255, 0.12),
    0 26px 72px rgba(0, 13, 45, 0.18);
  isolation: isolate;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size:
    42px 42px,
    42px 42px;
  content: "";
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 72%, transparent);
  opacity: 0.38;
}

.product-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 44% 42%, rgba(0, 229, 255, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%, rgba(255, 255, 255, 0.04));
  content: "";
  pointer-events: none;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(125, 255, 249, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -34px 78px rgba(0, 200, 194, 0.15),
    0 36px 96px rgba(0, 13, 45, 0.26),
    0 0 46px rgba(0, 200, 194, 0.16);
  transform: translateY(-5px);
}

.product-card-visual {
  position: relative;
  overflow: hidden;
  min-height: 274px;
  border-bottom: 0;
  background: transparent;
  isolation: isolate;
}

.product-card-visual::before,
.product-card-visual::after {
  position: absolute;
  content: "";
}

.product-card-visual::before {
  inset: 18px 18px 0;
  border-radius: 8px;
  border: 1px solid rgba(209, 250, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035) 46%, rgba(255, 255, 255, 0.08)),
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.22), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.22);
  opacity: 0.94;
  backdrop-filter: blur(12px);
}

.product-card-visual::after {
  right: -18%;
  bottom: -46%;
  width: 78%;
  height: 74%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 200, 194, 0.36), transparent 66%);
  filter: blur(26px);
  opacity: 0.72;
}

.visual-ambient,
.visual-ambient::before,
.visual-ambient::after {
  position: absolute;
  content: "";
}

.visual-ambient-one {
  top: 18px;
  left: 8%;
  width: 52%;
  height: 74%;
  border-radius: 44%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.8), transparent 12%),
    radial-gradient(circle at 48% 42%, rgba(0, 240, 255, 0.48), transparent 38%);
  filter: blur(24px);
  opacity: 0.72;
}

.visual-ambient-two {
  right: 2%;
  bottom: 4%;
  width: 46%;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(33, 84, 255, 0.54), transparent 70%);
  filter: blur(20px);
  opacity: 0.76;
}

.glass-product-frame {
  position: absolute;
  inset: 28px;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(218, 255, 255, 0.22);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055) 46%, rgba(255, 255, 255, 0.09)),
    radial-gradient(circle at 76% 16%, rgba(0, 255, 246, 0.18), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 24px 58px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.glass-product-frame::before,
.glass-product-frame::after {
  position: absolute;
  content: "";
}

.glass-product-frame::before {
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  opacity: 0.8;
}

.glass-product-frame::after {
  top: 45%;
  left: -18%;
  width: 136%;
  height: 36px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 255, 246, 0.5), transparent),
    radial-gradient(ellipse, rgba(67, 91, 255, 0.45), transparent 68%);
  filter: blur(1px);
  transform: rotate(-4deg);
  opacity: 0.74;
}

.visual-kicker {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(176, 248, 255, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(227, 255, 255, 0.84);
  background: rgba(3, 16, 40, 0.38);
  font-size: 0.68rem;
  font-weight: 740;
  letter-spacing: 0;
  text-transform: uppercase;
}

.glass-product-frame strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(2.12rem, 3.8vw, 3.1rem);
  line-height: 0.96;
  font-weight: 720;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(0, 200, 194, 0.22);
}

.visual-flow-line {
  position: absolute;
  right: 0;
  left: 0;
  top: 55%;
  z-index: 1;
  height: 42px;
  background:
    radial-gradient(ellipse at 52% 50%, rgba(0, 255, 246, 0.56), transparent 64%),
    linear-gradient(180deg, transparent 0 42%, rgba(0, 238, 255, 0.72) 43% 49%, transparent 50% 100%);
  clip-path: polygon(0 48%, 9% 38%, 20% 50%, 30% 42%, 42% 53%, 54% 43%, 67% 54%, 81% 41%, 100% 49%, 100% 100%, 0 100%);
  opacity: 0.82;
}

.visual-signal {
  position: absolute;
  right: 22px;
  top: 28px;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 4px;
  height: 62px;
}

.visual-signal span {
  display: block;
  width: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #78fff8, #00b8ff 56%, #4d55ff);
  box-shadow: 0 0 18px rgba(0, 238, 255, 0.42);
}

.visual-signal span:nth-child(1) { height: 22px; }
.visual-signal span:nth-child(2) { height: 34px; }
.visual-signal span:nth-child(3) { height: 46px; }
.visual-signal span:nth-child(4) { height: 58px; }
.visual-signal span:nth-child(5) { height: 42px; }
.visual-signal span:nth-child(6) { height: 31px; }
.visual-signal span:nth-child(7) { height: 50px; }

.visual-pills {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.visual-pills span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(196, 254, 255, 0.18);
  border-radius: 999px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(1, 10, 31, 0.38);
  font-size: 0.68rem;
  font-weight: 650;
}

.visual-route {
  position: absolute;
  inset: 80px 26px 70px;
  z-index: 2;
}

.visual-route::before {
  position: absolute;
  top: 56%;
  right: 6%;
  left: 4%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(91, 105, 255, 0.18), rgba(0, 255, 246, 0.92), rgba(255, 255, 255, 0.66));
  box-shadow: 0 0 24px rgba(0, 238, 255, 0.42);
  content: "";
  transform: rotate(-17deg);
}

.visual-route span {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(208, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(0, 200, 194, 0.28);
  box-shadow: 0 0 22px rgba(0, 238, 255, 0.5);
}

.visual-route span:nth-child(1) {
  left: 8%;
  bottom: 16%;
}

.visual-route span:nth-child(2) {
  left: 46%;
  top: 40%;
}

.visual-route span:nth-child(3) {
  right: 8%;
  top: 8%;
}

.visual-progress {
  position: absolute;
  top: 30px;
  right: 22px;
  left: 42%;
  z-index: 2;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.visual-progress span {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #00e8e0, #79fff8);
  box-shadow: 0 0 18px rgba(0, 238, 255, 0.58);
}

.product-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(0, 8, 27, 0.08), rgba(0, 8, 27, 0.34)),
    radial-gradient(circle at 86% 100%, rgba(0, 200, 194, 0.12), transparent 34%);
}

.product-number {
  display: block;
  margin-bottom: 18px;
  color: rgba(212, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 680;
}

.product-title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.6vw, 2.42rem);
  line-height: 1.06;
  font-weight: 650;
}

.product-title-link > span:last-child {
  color: rgba(0, 255, 246, 0.78);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.product-card:hover .product-title-link > span:last-child,
.product-card:focus-within .product-title-link > span:last-child {
  transform: translateX(5px);
}

.product-card p {
  max-width: 360px;
  color: rgba(220, 244, 250, 0.66);
  font-size: 1rem;
}

.product-card .product-tagline {
  max-width: 420px;
  margin-bottom: 10px;
  color: rgba(226, 255, 255, 0.96);
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.34;
  font-weight: 650;
}

.product-card .product-description {
  max-width: 470px;
  margin-bottom: 28px;
  color: rgba(220, 244, 250, 0.66);
  font-size: clamp(0.94rem, 1.04vw, 1rem);
  line-height: 1.56;
}

.product-card-body > a:not(.product-title-link),
.product-card-body > span:last-child {
  margin-top: auto;
  color: rgba(172, 255, 251, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
  white-space: nowrap;
}

.product-card .product-title-link:hover,
.product-card .product-title-link:focus-visible {
  color: #ffffff;
}

.product-card-body > a:not(.product-title-link):hover,
.product-card-body > a:not(.product-title-link):focus-visible {
  color: #ffffff;
}

.product-card {
  min-height: 384px;
  grid-template-rows: 132px minmax(0, 1fr);
  border: 1px solid rgba(6, 8, 36, 0.09);
  color: var(--ink-blue);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(249, 252, 252, 0.7)),
    radial-gradient(circle at 92% 0%, rgba(0, 200, 194, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 56px rgba(6, 8, 36, 0.06);
  backdrop-filter: blur(12px);
}

.product-card::before {
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(6, 8, 36, 0.1) 0.55px, transparent 0.78px),
    radial-gradient(circle, rgba(0, 200, 194, 0.08) 0.55px, transparent 0.8px);
  background-size:
    16px 16px,
    62px 62px;
  opacity: 0.22;
  mask-image: linear-gradient(180deg, transparent, #000 16%, transparent 74%);
}

.product-card::after {
  z-index: 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 200, 194, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 52%);
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(0, 200, 194, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 253, 253, 0.78)),
    radial-gradient(circle at 88% 0%, rgba(0, 200, 194, 0.18), transparent 36%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 68px rgba(6, 8, 36, 0.085),
    0 0 28px rgba(0, 200, 194, 0.07);
  transform: translateY(-3px);
}

.product-card-visual {
  min-height: 132px;
}

.product-card-visual::before {
  inset: 14px 16px 0;
  border-color: rgba(218, 255, 255, 0.16);
  background:
    radial-gradient(circle at 70% 30%, rgba(0, 200, 194, 0.34), transparent 36%),
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(3, 7, 18, 0.98), rgba(4, 30, 39, 0.9) 56%, rgba(3, 8, 24, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 32px rgba(6, 8, 36, 0.12),
    0 0 28px rgba(0, 200, 194, 0.08);
}

.product-card-visual::after {
  right: 4%;
  bottom: -34%;
  width: 56%;
  height: 72%;
  background:
    radial-gradient(ellipse, rgba(0, 200, 194, 0.28), transparent 66%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  opacity: 0.7;
}

.visual-ambient-one {
  top: 12px;
  left: 18%;
  width: 42%;
  height: 70%;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, 0.46), transparent 12%),
    radial-gradient(circle at 48% 42%, rgba(0, 200, 194, 0.36), transparent 42%);
  opacity: 0.62;
}

.visual-ambient-two {
  right: 4%;
  bottom: 0;
  width: 38%;
  height: 42%;
  background: radial-gradient(ellipse, rgba(0, 200, 194, 0.28), transparent 70%);
  opacity: 0.66;
}

.glass-product-frame {
  inset: 24px 30px 20px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.glass-product-frame::before {
  top: auto;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 200, 194, 0.74), rgba(255, 255, 255, 0.16), transparent);
  opacity: 0.8;
}

.glass-product-frame::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 18px;
  background:
    linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.26), transparent),
    radial-gradient(ellipse, rgba(0, 200, 194, 0.22), transparent 68%);
  filter: blur(1px);
  opacity: 0.58;
  transform: rotate(-3deg);
}

.visual-kicker {
  min-height: 20px;
  border-color: rgba(127, 255, 249, 0.24);
  padding: 4px 8px;
  color: rgba(221, 255, 253, 0.72);
  background: rgba(2, 18, 29, 0.48);
  font-size: 0.62rem;
}

.glass-product-frame strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #ffffff;
  font-size: clamp(1.74rem, 2.35vw, 2.12rem);
  line-height: 1;
  text-shadow: 0 0 22px rgba(0, 200, 194, 0.18);
}

.visual-dispulse .glass-product-frame strong::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(123, 255, 248, 0.5);
  border-radius: 7px;
  background:
    radial-gradient(circle at 66% 24%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(0, 200, 194, 0.96), rgba(6, 8, 36, 0.82));
  box-shadow:
    0 0 16px rgba(0, 200, 194, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  content: "";
  clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 28% 100%, 0 72%);
}

.visual-signal {
  right: 30px;
  top: 36px;
  gap: 3px;
  height: 36px;
}

.visual-signal span {
  width: 5px;
  background: linear-gradient(180deg, #71fff7, #00c8c2 62%, #063f42);
  box-shadow: 0 0 10px rgba(0, 200, 194, 0.32);
}

.visual-signal span:nth-child(1) { height: 12px; }
.visual-signal span:nth-child(2) { height: 18px; }
.visual-signal span:nth-child(3) { height: 24px; }
.visual-signal span:nth-child(4) { height: 34px; }
.visual-signal span:nth-child(5) { height: 23px; }
.visual-signal span:nth-child(6) { height: 16px; }
.visual-signal span:nth-child(7) { height: 28px; }

.visual-flow-line {
  top: 58%;
  height: 18px;
  opacity: 0.42;
}

.visual-pills {
  right: 30px;
  bottom: 16px;
  left: 30px;
  gap: 6px;
}

.visual-pills span {
  border-color: rgba(153, 255, 250, 0.16);
  padding: 4px 7px;
  color: rgba(232, 255, 253, 0.7);
  background: rgba(3, 15, 25, 0.42);
  font-size: 0.61rem;
}

.visual-route {
  inset: 44px 30px 22px;
  overflow: hidden;
}

.visual-route::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(0, 200, 194, 0.68), rgba(255, 255, 255, 0.22));
  box-shadow: 0 0 16px rgba(0, 200, 194, 0.28);
}

.visual-route span {
  width: 9px;
  height: 9px;
  border-color: rgba(216, 255, 253, 0.76);
  background: rgba(0, 200, 194, 0.2);
  box-shadow: 0 0 14px rgba(0, 200, 194, 0.26);
}

.visual-progress {
  top: 18px;
  right: 30px;
  left: 42%;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.visual-progress span {
  background: linear-gradient(90deg, #00c8c2, #8ffff8);
  box-shadow: 0 0 12px rgba(0, 200, 194, 0.34);
}

.product-card-body {
  padding: 22px 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(248, 251, 251, 0.42)),
    radial-gradient(circle at 100% 100%, rgba(0, 200, 194, 0.07), transparent 36%);
}

.product-number {
  margin-bottom: 12px;
  color: rgba(6, 8, 36, 0.34);
}

.product-title-link {
  margin-bottom: 9px;
  color: var(--ink-blue);
  font-size: clamp(1.26rem, 1.68vw, 1.52rem);
}

.product-title-link > span:last-child {
  color: rgba(0, 200, 194, 0.82);
}

.product-card p {
  color: rgba(6, 8, 36, 0.62);
}

.product-card .product-tagline {
  margin-bottom: 7px;
  color: var(--ink-blue);
  font-size: clamp(0.92rem, 1vw, 0.98rem);
  line-height: 1.42;
}

.product-card .product-description {
  margin-bottom: 16px;
  color: rgba(6, 8, 36, 0.58);
  font-size: 0.88rem;
  line-height: 1.5;
}

.product-card-body > a:not(.product-title-link),
.product-card-body > span:last-child {
  color: rgba(6, 8, 36, 0.55);
}

.product-card .product-title-link:hover,
.product-card .product-title-link:focus-visible,
.product-card-body > a:not(.product-title-link):hover,
.product-card-body > a:not(.product-title-link):focus-visible {
  color: var(--ink-blue);
}

.product-card {
  display: flex;
  min-height: 454px;
  grid-template-rows: none;
  border: 0;
  border-radius: 22px;
  color: var(--ink-blue);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 76% 8%, rgba(0, 200, 194, 0.18), transparent 34%),
    radial-gradient(circle at 14% 0%, rgba(6, 8, 36, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(240, 255, 253, 0.34) 48%, rgba(255, 255, 255, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(255, 255, 255, 0.32),
    0 24px 76px rgba(6, 8, 36, 0.085),
    0 0 38px rgba(0, 200, 194, 0.07);
  backdrop-filter: blur(18px);
}

.product-card::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.05) 58%, rgba(255, 255, 255, 0.38)),
    url("assets/deqivo-hero-wave-v1.png") 58% 44% / 310% auto no-repeat;
  filter: brightness(1.22) contrast(0.88) saturate(0.98);
  opacity: 0.62;
  mask-image: linear-gradient(180deg, #000, #000 72%, transparent 96%);
  animation: card-wave 18s ease-in-out infinite alternate;
}

.product-card::after {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(0, 200, 194, 0.16), transparent 28%),
    linear-gradient(180deg, transparent 0 52%, rgba(0, 200, 194, 0.06) 52%, transparent 100%),
    repeating-linear-gradient(
      135deg,
      rgba(0, 200, 194, 0.035) 0 1px,
      transparent 1px 8px
    );
  opacity: 0.42;
}

.product-card:hover,
.product-card:focus-within {
  background:
    radial-gradient(circle at 76% 8%, rgba(0, 200, 194, 0.22), transparent 35%),
    radial-gradient(circle at 14% 0%, rgba(6, 8, 36, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(240, 255, 253, 0.4) 48%, rgba(255, 255, 255, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(255, 255, 255, 0.36),
    0 30px 86px rgba(6, 8, 36, 0.105),
    0 0 42px rgba(0, 200, 194, 0.1);
  transform: translateY(-2px);
}

.product-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  border-radius: inherit;
  padding: clamp(38px, 4.1vw, 50px);
  background: transparent;
}

.product-card-body::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 0;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.07)),
    radial-gradient(circle at 86% 12%, rgba(0, 200, 194, 0.1), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(6, 8, 36, 0.025);
  content: "";
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(42px, 5vw, 60px);
}

.product-number {
  margin: 0;
  color: rgba(6, 8, 36, 0.4);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-label {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(0, 200, 194, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(6, 8, 36, 0.58);
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.54rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1;
}

.product-logo img {
  width: min(100%, 224px);
  height: auto;
  filter: drop-shadow(0 0 16px rgba(0, 200, 194, 0.1));
}

.product-mark {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 200, 194, 0.28);
  border-radius: 9px;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.94) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(0, 200, 194, 0.88), rgba(6, 8, 36, 0.88));
  box-shadow:
    0 0 22px rgba(0, 200, 194, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  clip-path: polygon(0 0, 72% 0, 100% 28%, 100% 100%, 28% 100%, 0 72%);
}

.product-mark::after {
  position: absolute;
  inset: 10px 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  content: "";
  opacity: 0.74;
}

.product-mark-dispatch {
  background:
    radial-gradient(circle at 72% 26%, rgba(255, 255, 255, 0.82) 0 1px, transparent 2px),
    linear-gradient(135deg, rgba(6, 8, 36, 0.92), rgba(0, 200, 194, 0.72));
  opacity: 0.86;
}

.product-card .product-tagline {
  max-width: 420px;
  margin-bottom: 16px;
  color: var(--ink-blue);
  font-size: clamp(0.96rem, 1.08vw, 1.04rem);
  line-height: 1.48;
  font-weight: 640;
}

.product-card .product-description {
  max-width: 340px;
  margin-bottom: 30px;
  color: rgba(6, 8, 36, 0.62);
  font-size: 0.93rem;
  line-height: 1.62;
  font-weight: 430;
}

.product-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: rgba(6, 8, 36, 0.72);
  font-size: 0.93rem;
  font-weight: 680;
  white-space: nowrap;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.product-text-link span {
  color: rgba(0, 200, 194, 0.86);
  transition: transform 180ms ease;
}

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

.product-text-link:hover span,
.product-text-link:focus-visible span {
  transform: translateX(4px);
}

.product-text-link-muted {
  color: rgba(6, 8, 36, 0.44);
}

.product-card-body > .product-text-link {
  color: rgba(6, 8, 36, 0.72);
  text-shadow: none;
}

.product-card-body > .product-text-link-muted {
  color: rgba(6, 8, 36, 0.44);
}

.product-card-body > a.product-text-link:hover,
.product-card-body > a.product-text-link:focus-visible {
  color: var(--ink-blue);
}

.product-card .product-card-body > a.product-text-link:not(.product-title-link) {
  color: rgba(6, 8, 36, 0.72);
}

.product-card .product-card-body > span.product-text-link.product-text-link-muted:last-child {
  color: rgba(6, 8, 36, 0.44);
}

.product-card .product-card-body > a.product-text-link:not(.product-title-link):hover,
.product-card .product-card-body > a.product-text-link:not(.product-title-link):focus-visible {
  color: var(--ink-blue);
}

.product-card-secondary {
  opacity: 0.92;
}

/* Premium surface pass: turn the product index into a darker material stage. */
.product-index {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: clamp(76px, 8vw, 126px) 0 clamp(86px, 9vw, 140px);
  border-top: 0;
  border-bottom: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 200, 194, 0.25), transparent 32%),
    radial-gradient(circle at 12% 6%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(145deg, #02040b 0%, #06151b 48%, #020407 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 -42px 96px rgba(6, 8, 36, 0.05),
    0 46px 120px rgba(6, 8, 36, 0.08);
}

.product-index::before,
.product-index::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.product-index::before {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 4, 11, 0.12), rgba(2, 4, 11, 0.72)),
    url("assets/deqivo-hero-wave-v1.png") 52% 38% / 168% auto no-repeat;
  filter: brightness(0.86) contrast(1.08) saturate(1.05);
  opacity: 0.74;
  animation: product-stage-drift 24s ease-in-out infinite alternate;
}

.product-index::after {
  z-index: -1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.13) 0.58px, transparent 0.92px),
    linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.1), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 78%, rgba(255, 255, 255, 0.08));
  background-size:
    18px 18px,
    auto,
    auto;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  opacity: 0.28;
}

.product-index-head,
.product-card-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 56px));
  margin-right: auto;
  margin-left: auto;
}

.product-index .eyebrow {
  color: rgba(255, 255, 255, 0.6);
}

.product-index-head {
  margin-bottom: clamp(36px, 5vw, 64px);
}

.product-index-head .eyebrow {
  margin-bottom: 18px;
}

.product-index-head h2 {
  max-width: 760px;
  color: #ffffff;
  text-shadow: 0 18px 58px rgba(0, 200, 194, 0.1);
}

.product-index-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.product-card-grid {
  grid-template-columns: repeat(2, minmax(300px, 438px));
  gap: clamp(28px, 5vw, 74px);
}

.product-card {
  min-height: 478px;
  border: 0;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 12%, rgba(0, 200, 194, 0.2), transparent 34%),
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 46%, rgba(0, 200, 194, 0.06)),
    rgba(3, 8, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.13),
    0 32px 82px rgba(0, 0, 0, 0.32),
    0 0 54px rgba(0, 200, 194, 0.13);
  backdrop-filter: blur(24px);
}

.product-card::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%, rgba(255, 255, 255, 0.05)),
    url("assets/deqivo-hero-wave-v1.png") 58% 46% / 288% auto no-repeat;
  filter: brightness(0.9) contrast(1.04) saturate(1.08);
  opacity: 0.58;
  mask-image: linear-gradient(180deg, #000, #000 68%, transparent 96%);
}

.product-card::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13), transparent 22% 78%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.05) 0 1px,
      transparent 1px 9px
    );
  opacity: 0.35;
}

.product-card:hover,
.product-card:focus-within {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(118, 255, 249, 0.2),
    0 40px 96px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(0, 200, 194, 0.18);
  transform: translateY(-4px);
}

.product-card-body {
  padding: clamp(38px, 4.1vw, 52px);
}

.product-card-body::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 48%, rgba(0, 200, 194, 0.05)),
    radial-gradient(circle at 82% 12%, rgba(0, 200, 194, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.product-logo {
  color: #ffffff;
  margin-bottom: 32px;
  text-shadow: 0 14px 46px rgba(0, 200, 194, 0.16);
}

.product-logo img {
  width: min(100%, 232px);
  filter:
    drop-shadow(0 16px 34px rgba(0, 0, 0, 0.24))
    drop-shadow(0 0 20px rgba(0, 200, 194, 0.16));
}

.product-mark {
  box-shadow:
    0 0 28px rgba(0, 200, 194, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.product-card .product-tagline {
  color: rgba(255, 255, 255, 0.94);
}

.product-card .product-description {
  color: rgba(255, 255, 255, 0.67);
}

.product-card .product-card-body > a.product-text-link:not(.product-title-link),
.product-card-body > .product-text-link {
  color: rgba(255, 255, 255, 0.82);
}

.product-card .product-card-body > span.product-text-link.product-text-link-muted:last-child,
.product-card-body > .product-text-link-muted {
  color: rgba(255, 255, 255, 0.48);
}

.product-text-link span {
  color: rgba(103, 255, 246, 0.95);
}

.product-card-secondary {
  opacity: 1;
}

.section-shell {
  display: grid;
  width: min(var(--max), calc(100% - 56px));
  grid-template-columns: 128px minmax(0, 1fr);
  gap: clamp(28px, 4.8vw, 58px);
  margin: 0 auto;
  padding: clamp(52px, 6vw, 78px) 0;
  border-bottom: 1px solid var(--line-soft);
}

.section-shell > .eyebrow {
  padding-top: 0.45rem;
}

.section-shell h2 {
  max-width: 640px;
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
}

.section-shell p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
}

.company-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  width: 100%;
  padding-top: clamp(72px, 8vw, 108px);
  padding-right: max(28px, calc((100% - var(--max)) / 2));
  padding-bottom: clamp(72px, 8vw, 112px);
  padding-left: max(28px, calc((100% - var(--max)) / 2));
  border-bottom: 0;
  background: #ffffff;
}

.company-section::before {
  position: absolute;
  top: clamp(34px, 5vw, 70px);
  right: -9vw;
  left: auto;
  z-index: 0;
  width: min(760px, 62vw);
  height: clamp(430px, 42vw, 610px);
  border-radius: 54px;
  background:
    radial-gradient(ellipse at 74% 36%, rgba(0, 200, 194, 0.2), transparent 46%),
    radial-gradient(ellipse at 52% 60%, rgba(6, 8, 36, 0.1), transparent 54%),
    url("assets/deqivo-company-flow-v1.png") 58% 50% / cover no-repeat;
  filter: brightness(1.08) contrast(0.95) saturate(0.78);
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 92%, transparent 100%);
  opacity: 0.52;
  pointer-events: none;
}

.company-section::after {
  position: absolute;
  right: -9vw;
  bottom: clamp(80px, 10vw, 150px);
  z-index: 0;
  width: clamp(260px, 36vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 194, 0.12), transparent 67%);
  filter: blur(34px);
  content: "";
  pointer-events: none;
}

.company-label,
.company-content {
  position: relative;
  z-index: 1;
}

.company-label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: clamp(22px, 3.2vw, 36px);
}

.company-label > span {
  display: block;
  max-width: none;
  margin-top: 0;
  color: var(--muted-soft);
  font-size: 0.72rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.company-content h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4vw, 4.12rem);
  font-weight: 690;
  line-height: 1;
}

.company-content .company-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.operating-system {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(380px, 1.38fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 46px);
  padding: clamp(26px, 3.4vw, 40px) 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.operating-copy span {
  display: block;
  margin-bottom: 14px;
  color: rgba(6, 8, 36, 0.44);
  font-size: 0.72rem;
  font-weight: 720;
  text-transform: uppercase;
}

.operating-copy strong {
  display: block;
  max-width: 440px;
  margin-bottom: 16px;
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(1.72rem, 2.8vw, 3rem);
  font-weight: 720;
  line-height: 1;
}

.operating-copy p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.company-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(320px, 29vw, 430px);
  margin: 0;
  border-radius: 34px;
  background: #02040b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.11),
    0 34px 90px rgba(6, 8, 36, 0.16),
    0 0 72px rgba(0, 200, 194, 0.12);
}

.company-visual::before,
.company-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.company-visual::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 28%, rgba(0, 200, 194, 0.08)),
    radial-gradient(circle at 72% 20%, rgba(103, 255, 246, 0.18), transparent 32%);
  mix-blend-mode: screen;
  opacity: 0.58;
}

.company-visual::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 32%, rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0 1px,
      transparent 1px 11px
    );
  opacity: 0.32;
}

.company-visual img {
  display: block;
  width: 100%;
  min-height: inherit;
  height: 100%;
  object-fit: cover;
  object-position: 54% 50%;
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.04);
  animation: company-visual-drift 22s ease-in-out infinite alternate;
}

.system-motion {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  contain: layout paint;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(4, 8, 16, 0.92), rgba(4, 18, 25, 0.74)),
    radial-gradient(circle at 70% 18%, rgba(0, 200, 194, 0.28), transparent 34%),
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.12), transparent 32%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 26px 76px rgba(6, 8, 36, 0.14),
    0 0 48px rgba(0, 200, 194, 0.1);
}

.system-motion::before,
.system-motion::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.system-motion::before {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 64%),
    url("assets/deqivo-hero-wave-v1.png") 50% 50% / 235% auto no-repeat;
  filter: brightness(0.86) contrast(1.08) saturate(1.08);
  opacity: 0.76;
  animation: system-wave 20s ease-in-out infinite alternate;
  transform: none;
}

.system-motion::after {
  z-index: 1;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0.56px, transparent 0.86px),
    linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.12), transparent);
  background-size:
    18px 18px,
    auto;
  opacity: 0.24;
}

.system-node,
.system-core,
.system-output {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.74rem;
  font-weight: 720;
  white-space: nowrap;
}

.system-node {
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 28px rgba(0, 0, 0, 0.12);
  animation: node-float 5.8s ease-in-out infinite alternate;
}

.system-node-a {
  top: 58px;
  left: 42px;
}

.system-node-b {
  top: 148px;
  left: 34px;
  animation-delay: -1.2s;
}

.system-node-c {
  right: 48px;
  bottom: 76px;
  animation-delay: -2.4s;
}

.system-core {
  top: 50%;
  left: 50%;
  min-width: 108px;
  justify-content: center;
  color: #031715;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.72), transparent 30%),
    linear-gradient(135deg, #67fff6 0%, #00d8d0 42%, #00a9a3 100%);
  box-shadow:
    0 18px 46px rgba(0, 200, 194, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%);
}

.system-output {
  right: 44px;
  top: 62px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(0, 200, 194, 0.2),
    0 14px 34px rgba(0, 0, 0, 0.13);
}

.system-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.68), transparent);
  filter: drop-shadow(0 0 10px rgba(0, 200, 194, 0.26));
  opacity: 0.74;
  transform-origin: left center;
}

.system-line-a {
  top: 106px;
  left: 98px;
  width: 214px;
  transform: rotate(18deg);
}

.system-line-b {
  top: 178px;
  left: 90px;
  width: 204px;
  transform: rotate(-10deg);
}

.system-line-c {
  right: 112px;
  bottom: 112px;
  width: 194px;
  transform: rotate(18deg);
}

.system-pulse {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    0 0 0 10px rgba(0, 200, 194, 0.08),
    0 0 28px rgba(0, 200, 194, 0.5);
  transform: translate(-50%, -50%);
  animation: pulse-route 4.8s ease-in-out infinite;
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 4.5vw, 54px);
  border-top: 0;
}

.workflow-row {
  display: block;
  min-height: 226px;
  border: 0;
  border-radius: 18px;
  padding: clamp(20px, 2.4vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(240, 255, 253, 0.34)),
    radial-gradient(circle at 82% 12%, rgba(0, 200, 194, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 52px rgba(6, 8, 36, 0.055);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.workflow-row:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 64px rgba(6, 8, 36, 0.075),
    0 0 34px rgba(0, 200, 194, 0.08);
  transform: translateY(-3px);
}

.workflow-number {
  display: block;
  margin-bottom: 38px;
  color: var(--muted-soft);
  font-size: 0.7rem;
  font-weight: 720;
}

.workflow-row h3 {
  margin-bottom: 8px;
  color: var(--ink-blue);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 680;
}

.workflow-row p {
  max-width: 28ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.workflow-product {
  justify-self: end;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--ink-blue);
  background: #ffffff;
  font-size: 0.67rem;
  font-weight: 720;
  text-transform: uppercase;
  white-space: nowrap;
}

.company-principle {
  max-width: 740px;
  margin-top: clamp(42px, 5vw, 60px);
  padding-left: 24px;
  border-left: 2px solid var(--accent);
  color: var(--ink-blue);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.82rem);
  font-weight: 580;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 10px 18px;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.94rem;
  font-weight: 560;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.button-primary {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #000000;
}

.button-secondary {
  color: var(--ink);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--paper-soft);
}

.legal-page {
  display: block;
  width: min(760px, calc(100% - 56px));
  max-width: 760px;
  margin: 0 auto;
}

.legal-page h1 {
  max-width: none;
}

.legal-page h2 {
  margin-top: 42px;
  margin-bottom: 12px;
  font-size: clamp(1.34rem, 2vw, 1.72rem);
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

.legal-page ul {
  padding-left: 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 38px 0 46px;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-weight: 560;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

.button:focus-visible,
.nav-button:focus-visible,
.footer-button:focus-visible,
.text-link:focus-visible,
.product-card a:focus-visible {
  border-color: rgba(16, 16, 16, 0.34);
  box-shadow: 0 0 0 5px rgba(16, 16, 16, 0.08);
}

@keyframes card-wave {
  0% {
    background-position:
      0 0,
      58% 44%;
    opacity: 0.56;
  }

  100% {
    background-position:
      0 0,
      62% 48%;
    opacity: 0.7;
  }
}

@keyframes product-stage-drift {
  0% {
    background-position:
      0 0,
      50% 36%;
    opacity: 0.66;
  }

  100% {
    background-position:
      0 0,
      56% 42%;
    opacity: 0.82;
  }
}

@keyframes company-visual-drift {
  0% {
    object-position: 48% 48%;
    transform: scale(1.035);
  }

  100% {
    object-position: 58% 52%;
    transform: scale(1.08);
  }
}

@keyframes system-wave {
  0% {
    background-position:
      0 0,
      48% 48%;
  }

  100% {
    background-position:
      0 0,
      55% 51%;
  }
}

@keyframes node-float {
  0% {
    transform: translate3d(0, -3px, 0);
  }

  100% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes pulse-route {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0.7;
  }

  45% {
    transform: translate(-50%, -50%) scale(1.28);
    opacity: 1;
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.product-card.reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.product-card.reveal-on-scroll:nth-child(2),
.workflow-row.reveal-on-scroll:nth-child(2) {
  transition-delay: 80ms;
}

.workflow-row.reveal-on-scroll:nth-child(3) {
  transition-delay: 150ms;
}

@media (max-width: 960px) {
  .hero-copy {
    max-width: 720px;
    margin-left: 0;
    transform: translateY(72px);
  }

  .hero-shell {
    padding-right: 0;
    padding-left: 0;
  }

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

  .section-shell {
    gap: 14px;
  }

  .company-label {
    position: static;
  }

  .company-label > span {
    max-width: none;
    margin-top: 8px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .product-card-grid {
    gap: 18px;
  }

  .product-index-head,
  .operating-system {
    grid-template-columns: 1fr;
  }

  .operating-system {
    gap: 28px;
  }

  .company-visual {
    min-height: 320px;
  }

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

  .system-motion {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 48px;
  }

  .site-header,
  .site-footer {
    width: min(100% - 36px, var(--max));
  }

  .product-index,
  .section-shell,
  .legal-page {
    width: min(100% - 36px, var(--max));
  }

  .product-index {
    width: 100%;
    padding: 64px 0 78px;
  }

  .product-index-head,
  .product-card-grid {
    width: min(100% - 36px, var(--max));
  }

  .brand {
    width: 104px;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
  }

  .hero::before {
    inset: -4% -38% -4% -34%;
    height: auto;
    background-position: 50% top;
    background-size: auto 74%;
  }

  .hero::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 38%;
    opacity: 1;
  }

  .hero-shell {
    display: block;
    min-height: 0;
    padding: 164px 0 34px;
  }

  .hero-badges {
    margin-bottom: 20px;
  }

  .hero-mark {
    top: 34px;
    right: -44px;
    width: 96px;
    opacity: 0.15;
  }

  h1 {
    max-width: 12.5ch;
    font-size: clamp(3.05rem, 13.5vw, 4.9rem);
    line-height: 0.98;
  }

  .lead {
    max-width: 560px;
    font-size: 1rem;
  }

  .hero-side-link {
    display: inline-flex;
    margin: 26px 0 0;
  }

  .hero-copy {
    margin-bottom: 18px;
    transform: translateY(64px);
  }

  .hero-product-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
    margin-top: 84px;
    font-size: 0.98rem;
  }

  .capability-item {
    justify-content: center;
  }

  .capability-visual {
    width: 40px;
    height: 25px;
  }

  .product-card-grid {
    grid-template-columns: 1fr;
  }

  .product-index-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-index-head h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .product-index-head p:not(.eyebrow) {
    font-size: 1rem;
  }

  .company-content h2 {
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .company-section {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .company-label {
    display: block;
  }

  .company-label > span {
    margin-top: 10px;
  }

  .operating-system {
    margin-top: 36px;
    padding: 34px 0;
  }

  .company-visual {
    min-height: 280px;
    border-radius: 24px;
  }

  .workflow-list {
    grid-template-columns: 1fr;
  }

  .system-motion {
    min-height: 280px;
  }

  .system-node-a {
    top: 44px;
    left: 24px;
  }

  .system-node-b {
    top: 142px;
    left: 20px;
  }

  .system-node-c {
    right: 22px;
    bottom: 62px;
  }

  .system-output {
    top: 48px;
    right: 20px;
  }

  .system-line-a,
  .system-line-b,
  .system-line-c {
    width: 150px;
  }

  .workflow-row {
    min-height: 0;
  }

  .workflow-number {
    margin-bottom: 24px;
  }

  .workflow-product {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 500px) {
  .site-watermark {
    right: -220px;
    width: 520px;
    opacity: 0.015;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
  }

  .hero::before {
    inset: -4% -44% -4% -42%;
    height: auto;
    background-position: 52% top;
    background-size: auto 70%;
  }

  .hero-shell {
    padding-top: 156px;
  }

  .hero-mark {
    top: 30px;
    right: -48px;
    width: 88px;
    opacity: 0.13;
  }

  .product-card {
    min-height: 430px;
    grid-template-rows: 126px minmax(0, 1fr);
  }

  .product-card-visual {
    min-height: 126px;
  }

  .glass-product-frame {
    inset: 22px 24px 18px;
  }

  .glass-product-frame strong {
    font-size: clamp(1.56rem, 7vw, 1.92rem);
  }

  .visual-signal {
    right: 24px;
    transform: scale(0.76);
    transform-origin: top right;
  }

  .visual-pills {
    right: 24px;
    left: 24px;
  }

  .product-card-body {
    padding: 20px;
  }
}

@media (max-width: 430px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
  }

  .button {
    width: 100%;
  }
}

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

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* Hero art direction: a single, cinematic brand scene rather than a SaaS dashboard. */
:root {
  --header-height: 58px;
}

.site-header {
  width: 100%;
  min-height: var(--header-height);
  margin: 0;
  padding-inline: max(28px, calc((100% - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.74);
  background: #030609;
  border-bottom: 1px solid rgba(159, 255, 249, 0.1);
  backdrop-filter: none;
}

/* Let the dark header fill iPhone safe areas instead of exposing Safari's page canvas. */
@supports (padding-top: env(safe-area-inset-top)) {
  .site-header {
    min-height: calc(var(--header-height) + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }
}

.brand {
  width: clamp(110px, 10.8vw, 138px);
}

.site-nav {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-button:hover,
.nav-button:focus-visible {
  color: #ffffff;
}

.site-nav a::after,
.nav-button::after {
  background: var(--accent);
}

.hero {
  min-height: max(600px, calc(100svh - 96px));
  border: 0;
  color: #ffffff;
  background: #020609;
  box-shadow: none;
  isolation: isolate;
}

.hero::before {
  inset: -3% -2%;
  background: url("assets/deqivo-hero-obsidian-v2.png") 58% 50% / cover no-repeat;
  filter: saturate(1.05) contrast(1.07);
  opacity: 1;
  transform: scale(1.035);
}

.hero::after {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(90deg, #020609 0%, rgba(2, 6, 9, 0.92) 20%, rgba(2, 6, 9, 0.63) 43%, rgba(2, 6, 9, 0.1) 72%, rgba(2, 6, 9, 0.34) 100%),
    linear-gradient(180deg, rgba(2, 6, 9, 0.12) 0%, transparent 40%, rgba(2, 6, 9, 0.52) 100%);
}

.hero-shell {
  display: flex;
  width: min(var(--max), calc(100% - 56px));
  align-items: center;
  margin: 0 auto;
  padding: 72px 0 54px;
}

.hero-mark {
  top: -9%;
  right: -2%;
  z-index: 1;
  width: clamp(260px, 33vw, 510px);
  background: linear-gradient(135deg, rgba(116, 255, 247, 0.06), rgba(0, 200, 194, 0.5) 43%, rgba(0, 0, 0, 0.08) 76%);
  filter: drop-shadow(0 0 46px rgba(0, 200, 194, 0.18));
  opacity: 0.3;
}

.hero-copy {
  max-width: 790px;
  margin: 0;
  transform: translateY(30px);
}

.hero h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(3.75rem, 6.3vw, 6.7rem);
  font-weight: 680;
  line-height: 0.96;
  text-wrap: balance;
}

.hero h1 span {
  color: #79fff6;
  background: none;
}

.hero .lead {
  max-width: 565px;
  color: rgba(241, 255, 254, 0.74);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.hero-side-link {
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(121, 255, 246, 0.62);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 680;
}

.hero-side-link:hover,
.hero-side-link:focus-visible {
  border-color: #ffffff;
  color: #79fff6;
}

.hero-badges,
.hero-product-strip {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --header-height: 54px;
  }

  .site-header {
    width: 100%;
    min-height: var(--header-height);
    padding-inline: 18px;
  }

  .site-nav {
    gap: 20px;
  }

  .hero {
    min-height: max(610px, calc(100svh - 74px));
  }

  .hero::before {
    inset: 0 -44% 0 -78%;
    background-position: 68% 50%;
    background-size: auto 100%;
    transform: none;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(2, 6, 9, 0.96) 0%, rgba(2, 6, 9, 0.84) 50%, rgba(2, 6, 9, 0.26) 100%),
      linear-gradient(180deg, rgba(2, 6, 9, 0.08), rgba(2, 6, 9, 0.58));
  }

  .hero-shell {
    width: min(100% - 36px, var(--max));
    min-height: inherit;
    padding: 82px 0 68px;
  }

  .hero-mark {
    top: 6%;
    right: -18%;
    width: 230px;
    opacity: 0.2;
  }

  .hero-copy {
    transform: translateY(18px);
  }

  .hero h1 {
    max-width: 10ch;
    margin-bottom: 20px;
    font-size: clamp(3.25rem, 14vw, 4.65rem);
    line-height: 0.98;
  }

  .hero .lead {
    max-width: 30rem;
    font-size: 1rem;
  }

  .hero-side-link {
    margin-top: 25px;
  }
}

@media (max-width: 430px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding-block: 0;
  }

  .site-nav {
    width: auto;
  }
}

/* Lock the hero typography into two intentional lines at every desktop width. */
.hero-copy,
.hero h1 {
  max-width: 930px;
}

.hero h1 .hero-title-line {
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
}

.hero h1 .hero-title-line em {
  color: #79fff6;
  font-style: normal;
}

/* Product stage: dark, quiet glass rather than a second bright illustrated surface. */
.product-index {
  padding: clamp(38px, 4.6vw, 60px) 0 clamp(82px, 8vw, 122px);
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 200, 194, 0.17), transparent 28%),
    radial-gradient(circle at 16% 86%, rgba(29, 102, 108, 0.12), transparent 30%),
    #020609;
}

.product-index::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 9, 0.36), rgba(2, 6, 9, 0.84) 78%, #020609),
    linear-gradient(90deg, rgba(2, 6, 9, 0.32), transparent 56%),
    url("assets/deqivo-hero-obsidian-v2.png") 66% 42% / cover no-repeat;
  filter: saturate(0.86) contrast(1.06);
  opacity: 0.58;
  animation: none;
}

.product-index::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.12) 0.52px, transparent 0.82px),
    linear-gradient(90deg, transparent, rgba(0, 200, 194, 0.12), transparent);
  background-size:
    19px 19px,
    auto;
  opacity: 0.16;
}

.product-index-head {
  /* The nav should land on the product content rather than the stage padding. */
  scroll-margin-top: -16px;
  max-width: 760px;
  margin-bottom: clamp(34px, 4vw, 52px);
}

.product-index-head h2 {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 4.35vw, 4.35rem);
  font-weight: 680;
  line-height: 0.98;
}

.product-index-head p:not(.eyebrow) {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.7);
}

.product-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: clamp(18px, 2vw, 28px);
}

.product-card {
  min-height: 438px;
  border: 1px solid rgba(177, 255, 250, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 220, 210, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.03) 48%, rgba(0, 200, 194, 0.055)),
    rgba(3, 10, 14, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.28),
    0 0 52px rgba(0, 200, 194, 0.08);
  backdrop-filter: blur(22px);
}

.product-card::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 9, 0.06), rgba(2, 6, 9, 0.44) 78%),
    url("assets/deqivo-hero-obsidian-v2.png") 68% 48% / 238% auto no-repeat;
  filter: saturate(0.86) contrast(1.08);
  opacity: 0.46;
  animation: none;
}

.product-card-secondary::before {
  background-position:
    0 0,
    36% 52%;
}

.product-card-tertiary::before {
  background-position:
    0 0,
    78% 50%;
}

.product-card::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 24% 76%, rgba(255, 255, 255, 0.055)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 10px);
  opacity: 0.26;
}

.product-card-body {
  padding: clamp(32px, 3.35vw, 42px);
}

.product-card-body::before {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02) 50%, rgba(0, 200, 194, 0.035)),
    radial-gradient(circle at 84% 10%, rgba(0, 200, 194, 0.09), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.product-logo {
  margin-bottom: 28px;
}

.product-card .product-logo {
  max-width: 15ch;
  color: #ffffff;
  font-size: clamp(1.46rem, 1.8vw, 1.98rem);
  line-height: 1.08;
}

.product-logo img {
  width: min(100%, 208px);
}

.product-card .product-tagline {
  margin-bottom: 13px;
  color: rgba(248, 255, 255, 0.96);
  font-size: 1rem;
}

.product-card .product-description {
  max-width: 34ch;
  margin-bottom: 24px;
  color: rgba(238, 255, 254, 0.78);
  font-size: 0.92rem;
  line-height: 1.58;
  text-transform: none;
}

.company-contact-link {
  display: inline-flex;
  margin-top: 30px;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(121, 255, 246, 0.28);
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 220, 210, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.035) 48%, rgba(0, 200, 194, 0.07)),
    rgba(3, 10, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 34px 82px rgba(0, 0, 0, 0.34),
    0 0 64px rgba(0, 200, 194, 0.14);
  transform: translateY(-3px);
}

@media (max-width: 900px) and (min-width: 761px) {
  .product-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .product-card {
    min-height: 430px;
  }

  .product-card .product-card-body {
    padding: 26px;
  }

  .product-card .product-logo {
    max-width: 13ch;
    font-size: clamp(1.22rem, 2.2vw, 1.48rem);
  }

  .product-card .product-tagline {
    font-size: 0.9rem;
  }

  .product-card .product-description {
    font-size: 0.86rem;
    line-height: 1.52;
  }
}

@media (max-width: 760px) {
  .hero h1 {
    max-width: none;
    font-size: clamp(2rem, 10.3vw, 2.65rem);
    line-height: 1;
  }

  .hero h1 .hero-title-line {
    white-space: nowrap;
  }

  .product-index {
    padding: 40px 0 72px;
  }

  .product-index-head {
    scroll-margin-top: -10px;
  }

  .product-index-head h2 {
    font-size: clamp(2.2rem, 10.4vw, 3.2rem);
  }

  .product-card-grid {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    justify-content: start;
    gap: 14px;
    padding-bottom: 10px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .product-card {
    min-height: 390px;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .product-card .product-card-body {
    padding: 22px;
  }

  .product-card .product-logo {
    max-width: 12ch;
    font-size: 1.12rem;
  }

  .product-card .product-tagline {
    font-size: 0.84rem;
  }

  .product-card .product-description {
    font-size: 0.8rem;
    line-height: 1.48;
  }
}

@media (min-width: 681px) and (max-width: 760px) {
  .product-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .product-card {
    min-height: 390px;
  }

  .product-card .product-card-body {
    padding: 22px;
  }

  .product-card .product-logo {
    max-width: 12ch;
    font-size: 1.12rem;
  }

  .product-card .product-tagline {
    font-size: 0.84rem;
  }

  .product-card .product-description {
    font-size: 0.8rem;
    line-height: 1.48;
  }
}

/* Company close: one quiet brand statement rather than a separate feature page. */
.company-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: clamp(80px, 9vw, 132px) 0 clamp(36px, 5vw, 64px);
  border: 0;
  border-top: 1px solid rgba(177, 255, 250, 0.12);
  background: #020609;
}

.company-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    radial-gradient(circle at 84% 28%, rgba(0, 200, 194, 0.13), transparent 26%),
    #020609;
  filter: none;
  mask-image: none;
  opacity: 1;
}

.company-section::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: auto;
  height: 42%;
  aspect-ratio: auto;
  border-radius: 0;
  background: linear-gradient(0deg, #020609 0%, rgba(2, 6, 9, 0.72) 42%, transparent 100%);
  filter: none;
  opacity: 1;
}

.company-art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(68vw, 980px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%, #000 100%);
  pointer-events: none;
}

.company-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #020609 0%, rgba(2, 6, 9, 0.76) 24%, rgba(2, 6, 9, 0.06) 74%, rgba(2, 6, 9, 0.44) 100%),
    linear-gradient(180deg, rgba(2, 6, 9, 0.16), rgba(2, 6, 9, 0.56));
  content: "";
}

.company-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 56%;
  filter: saturate(0.98) contrast(1.08);
}

.company-shell {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(var(--max), calc(100% - 56px));
  min-height: clamp(430px, 39vw, 550px);
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}

.company-content {
  max-width: 680px;
  scroll-margin-top: -16px;
}

.company-content .eyebrow {
  margin-bottom: 24px;
  color: rgba(151, 255, 249, 0.74);
}

.company-content h2 {
  max-width: 12ch;
  margin-bottom: 22px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.1vw, 5.4rem);
  font-weight: 680;
  line-height: 0.96;
}

.company-content .company-lead {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(238, 255, 254, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.62;
}

.contact-signals {
  display: grid;
  gap: 12px;
  max-width: 560px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-signals li {
  position: relative;
  padding-left: 18px;
  color: rgba(238, 255, 254, 0.78);
  font-size: 0.94rem;
  line-height: 1.5;
}

.contact-signals li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(121, 255, 246, 0.78);
  content: "";
}

.company-traits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin-top: clamp(78px, 11vw, 138px);
  border-top: 1px solid rgba(177, 255, 250, 0.2);
  border-bottom: 1px solid rgba(177, 255, 250, 0.12);
}

.company-traits span {
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-traits span:first-child {
  padding-left: 0;
}

.company-traits span + span {
  border-left: 1px solid rgba(177, 255, 250, 0.16);
}

.site-footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(177, 255, 250, 0.1);
  color: rgba(238, 255, 254, 0.55);
  background: #020609;
  font-size: 0.84rem;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 34px;
}

.site-footer strong {
  margin-bottom: 4px;
  color: #ffffff;
  font-weight: 620;
}

.site-footer p {
  color: rgba(238, 255, 254, 0.54);
}

.site-footer a,
.footer-button {
  color: rgba(238, 255, 254, 0.66);
}

.site-footer a:hover,
.site-footer a:focus-visible,
.footer-button:hover,
.footer-button:focus-visible {
  color: #79fff6;
}

@media (max-width: 760px) {
  .company-section {
    padding: 64px 0 28px;
  }

  .company-section::before {
    background: radial-gradient(circle at 90% 20%, rgba(0, 200, 194, 0.12), transparent 32%), #020609;
  }

  .company-art {
    top: 5%;
    right: -34%;
    width: 128%;
    opacity: 0.72;
  }

  .company-shell,
  .site-footer-inner {
    width: min(100% - 36px, var(--max));
  }

  .company-shell {
    min-height: 0;
  }

  .company-content {
    scroll-margin-top: -10px;
  }

  .company-content h2 {
    max-width: 11ch;
    font-size: clamp(2.5rem, 12vw, 3.55rem);
  }

  .company-traits {
    grid-template-columns: 1fr;
    margin-top: 74px;
  }

  .company-traits span,
  .company-traits span:first-child {
    padding: 15px 0;
  }

  .company-traits span + span {
    border-top: 1px solid rgba(177, 255, 250, 0.14);
    border-left: 0;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 0 30px;
  }

  .site-footer nav {
    justify-content: flex-start;
    gap: 16px 20px;
  }
}

/* Viewport-fit benefit stage: complete on common laptop and desktop heights. */
.product-index {
  display: flex;
  min-height: calc(100svh - var(--header-height));
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 52px;
}

.product-index .product-index-head {
  display: grid;
  max-width: var(--max);
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 24px;
}

.product-index .product-index-head .eyebrow {
  margin: 6px 0 0;
}

.product-index .product-index-head > div {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.product-index .product-index-head h2 {
  max-width: 14ch;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
}

.product-index .product-index-head p:not(.eyebrow) {
  max-width: 48ch;
  margin: 2px 0 0;
  font-size: 0.92rem;
  line-height: 1.48;
}

.product-index .product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  justify-content: start;
  gap: 20px;
  overflow: visible;
}

.product-index .product-card {
  min-height: 0;
  height: clamp(340px, 42svh, 520px);
  scroll-snap-align: start;
  transform: none;
}

.product-index .product-card .product-card-body {
  min-height: 0;
  padding: 26px;
}

.product-index .product-card .product-logo {
  max-width: 17ch;
  margin-bottom: 18px;
  font-size: 1.42rem;
  line-height: 1.08;
}

.product-index .product-card .product-tagline {
  margin-bottom: 10px;
  font-size: 0.88rem;
  line-height: 1.4;
}

.product-index .product-card .product-description {
  margin-bottom: 16px;
  font-size: 0.82rem;
  line-height: 1.44;
}

.product-index .product-card .product-text-link {
  font-size: 0.82rem;
}

@media (min-width: 1101px) and (min-height: 900px) {
  .product-index .product-index-head {
    margin-bottom: 32px;
  }

  .product-index .product-index-head h2 {
    font-size: 3.35rem;
  }

  .product-index .product-index-head p:not(.eyebrow) {
    font-size: 0.98rem;
  }

  .product-index .product-card .product-card-body {
    padding: 32px;
  }

  .product-index .product-card .product-logo {
    font-size: 1.58rem;
  }

  .product-index .product-card .product-tagline {
    font-size: 0.94rem;
  }

  .product-index .product-card .product-description {
    font-size: 0.88rem;
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .product-index .product-index-head > div {
    grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr);
    gap: 32px;
  }

  .product-index .product-index-head h2 {
    font-size: 2.45rem;
  }

  .product-index .product-card {
    height: 370px;
  }

  .product-index .product-card .product-card-body {
    padding: 24px;
  }

  .product-index .product-card .product-logo {
    font-size: 1.28rem;
  }

  .product-index .product-card .product-tagline {
    font-size: 0.82rem;
  }

  .product-index .product-card .product-description {
    font-size: 0.77rem;
    line-height: 1.42;
  }
}

@media (min-width: 761px) and (max-height: 700px) {
  .product-index {
    padding: 22px 0 28px;
  }

  .product-index .product-index-head {
    margin-bottom: 16px;
  }

  .product-index .product-index-head h2 {
    font-size: 2.3rem;
  }

  .product-index .product-index-head p:not(.eyebrow) {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .product-index .product-card {
    height: 320px;
  }

  .product-index .product-card .product-card-body {
    padding: 22px;
  }

  .product-index .product-card .product-logo {
    margin-bottom: 14px;
    font-size: 1.22rem;
  }

  .product-index .product-card .product-tagline {
    font-size: 0.8rem;
  }

  .product-index .product-card .product-description {
    margin-bottom: 12px;
    font-size: 0.74rem;
    line-height: 1.38;
  }
}

@media (max-width: 760px) {
  .product-index {
    padding: 26px 0 34px;
  }

  .product-index .product-index-head {
    display: block;
    margin-bottom: 18px;
  }

  .product-index .product-index-head .eyebrow {
    margin: 0 0 9px;
  }

  .product-index .product-index-head > div {
    display: block;
  }

  .product-index .product-index-head h2 {
    max-width: 15ch;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .product-index .product-index-head p:not(.eyebrow) {
    max-width: 58ch;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .product-index .product-card-grid {
    grid-template-columns: repeat(3, minmax(270px, 82vw)) !important;
    grid-auto-columns: minmax(270px, 82vw);
    gap: 14px;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .product-index .product-card-grid::-webkit-scrollbar {
    display: none;
  }

  .product-index .product-card {
    height: 320px;
    border-radius: 20px;
  }

  .product-index .product-card .product-card-body {
    padding: 20px;
  }

  .product-index .product-card .product-logo {
    max-width: 17ch;
    margin-bottom: 14px;
    font-size: 1.18rem;
  }

  .product-index .product-card .product-tagline {
    font-size: 0.8rem;
  }

  .product-index .product-card .product-description {
    margin-bottom: 12px;
    font-size: 0.75rem;
    line-height: 1.38;
  }
}

@media (max-width: 760px) and (max-height: 700px) {
  .product-index {
    padding: 12px 0 14px;
  }

  .product-index .product-index-head {
    margin-bottom: 10px;
  }

  .product-index .product-index-head .eyebrow {
    display: none;
  }

  .product-index .product-index-head h2 {
    margin-bottom: 7px;
    font-size: 1.58rem;
  }

  .product-index .product-index-head p:not(.eyebrow) {
    font-size: 0.68rem;
    line-height: 1.24;
  }

  .product-index .product-card {
    height: 270px;
  }

  .product-index .product-card .product-card-body {
    padding: 14px;
  }

  .product-index .product-card .product-logo {
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .product-index .product-card .product-tagline {
    margin-bottom: 6px;
    font-size: 0.7rem;
  }

  .product-index .product-card .product-description {
    margin-bottom: 6px;
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .product-index .product-card .product-text-link {
    font-size: 0.7rem;
  }
}

.product-dropdown,
.language-dropdown {
  position: relative;
  line-height: 1;
}

.product-dropdown summary {
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  color: inherit;
  cursor: pointer;
  list-style: none;
  transition: color 160ms ease;
}

.product-dropdown summary::-webkit-details-marker {
  display: none;
}

.product-dropdown summary::after {
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.product-dropdown summary:hover,
.product-dropdown summary:focus-visible,
.product-dropdown[open] summary {
  color: #ffffff;
  outline: none;
}

.product-dropdown[open] summary::after {
  transform: translateY(1px) rotate(225deg);
}

.product-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: 310px;
  gap: 3px;
  border: 1px solid rgba(159, 255, 249, 0.14);
  border-radius: 8px;
  padding: 6px;
  background: rgba(3, 6, 9, 0.985);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.3);
  transform: translateX(-50%);
}

.site-nav .product-dropdown-item {
  display: grid;
  gap: 7px;
  border-radius: 6px;
  padding: 12px;
  color: rgba(238, 255, 254, 0.62);
  font-size: 0.74rem;
  line-height: 1.38;
}

.site-nav .product-dropdown-item::after {
  content: none;
}

.site-nav a.product-dropdown-item:hover,
.site-nav a.product-dropdown-item:focus-visible {
  color: rgba(238, 255, 254, 0.78);
  background: rgba(121, 255, 246, 0.08);
}

.product-dropdown-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-dropdown-heading strong {
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 690;
}

.product-status {
  color: rgba(238, 255, 254, 0.48);
  font-size: 0.64rem;
  font-weight: 650;
}

.product-status-live {
  color: #79fff6;
}

.product-dropdown-item-disabled {
  opacity: 0.72;
}

.language-dropdown summary {
  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(159, 255, 249, 0.18);
  border-radius: 999px;
  padding: 4px 10px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.language-dropdown summary::-webkit-details-marker {
  display: none;
}

.language-dropdown summary::after {
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-1px) rotate(45deg);
}

.language-dropdown summary:hover,
.language-dropdown summary:focus-visible,
.language-dropdown[open] summary {
  border-color: rgba(121, 255, 246, 0.34);
  color: #ffffff;
  background: rgba(121, 255, 246, 0.08);
  outline: none;
}

.language-dropdown-current {
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0;
}

.language-dropdown-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 168px;
  border: 1px solid rgba(159, 255, 249, 0.14);
  border-radius: 8px;
  padding: 6px;
  background: rgba(3, 6, 9, 0.98);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
}

.site-nav .language-dropdown-menu a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
  border-radius: 6px;
  padding: 8px 10px;
  color: rgba(238, 255, 254, 0.68);
  font-size: 0.78rem;
}

.site-nav .language-dropdown-menu a::after {
  content: none;
}

.site-nav .language-dropdown-menu a:hover,
.site-nav .language-dropdown-menu a:focus-visible,
.site-nav .language-dropdown-menu a[aria-current="page"] {
  color: #ffffff;
  background: rgba(121, 255, 246, 0.08);
}

.language-code {
  color: #79fff6;
  font-weight: 720;
}

.language-name {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .site-nav {
    gap: 12px;
  }
}

@media (max-width: 600px) {
  .nav-secondary-link {
    display: none;
  }

  .product-dropdown-menu {
    position: fixed;
    top: calc(var(--header-height) + 8px);
    right: 12px;
    left: 12px;
    width: auto;
    transform: none;
  }
}

@media (max-width: 430px) {
  .brand {
    width: 92px;
  }

  .site-nav {
    gap: 8px;
    font-size: 0.74rem;
  }

  .language-dropdown summary {
    min-width: 38px;
    min-height: 26px;
    padding: 3px 8px;
  }

  .language-dropdown-current {
    font-size: 0.68rem;
  }
}

@media (max-width: 370px) {
  .site-header {
    padding-inline: 12px;
  }

  .brand {
    width: 82px;
  }

  .site-nav {
    gap: 6px;
    font-size: 0.68rem;
  }

  .language-dropdown summary {
    min-width: 34px;
    padding-inline: 7px;
  }

  .language-dropdown summary::after {
    margin-left: 5px;
  }
}

/* Anchor alignment and the persistent return-to-top control. */
.product-index {
  scroll-margin-top: 0 !important;
}

.scroll-to-top {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 15;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(121, 255, 246, 0.28);
  border-radius: 50%;
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(3, 8, 12, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    visibility 160ms ease,
    transform 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.scroll-to-top span {
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(-1px);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  border-color: rgba(121, 255, 246, 0.62);
  color: #79fff6;
  background: rgba(5, 18, 22, 0.94);
  outline: none;
}

@media (max-width: 600px) {
  .scroll-to-top {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    transition: none;
  }
}
