:root {
  color-scheme: light;
  --ink: #0f172a;
  --muted: #475569;
  --cyan: #38bdf8;
  --deep: #ffffff;
  --violet: #6d5df6;
  --violet-strong: #8b5cf6;
  --lavender: #8b5cf6;
  --panel: #f8fafc;
  --panel-soft: #f3f0ff;
  --night: #0b1020;
  --border-violet: rgba(109, 93, 246, 0.18);
  --shadow-violet: rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #f8fafc;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 78% 6%, rgba(109, 93, 246, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f8ff 32%, #f8fafc 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 72% 46%, rgba(109, 93, 246, 0.14), transparent 34%),
    radial-gradient(ellipse at 88% 38%, rgba(56, 189, 248, 0.12), transparent 31%),
    radial-gradient(ellipse at 16% 18%, rgba(139, 92, 246, 0.08), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7f5ff 48%, #eef4ff 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: clamp(4.5rem, 9vh, 7.5rem);
  content: "";
  background:
    radial-gradient(ellipse at 58% 78%, rgba(56, 189, 248, 0.06), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 250, 252, 0.58) 100%);
  pointer-events: none;
}

.hero-image,
.shade,
.bio-backdrop,
.fluid-flow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-image {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  filter: brightness(1.06) contrast(1.08) saturate(0.98) hue-rotate(24deg);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.88) 45%, #000000 51%, #000000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.88) 45%, #000000 51%, #000000 100%);
  mix-blend-mode: normal;
}

.shade {
  z-index: -1;
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.12) 0 0.58px, transparent 0.9px),
    radial-gradient(circle, rgba(56, 189, 248, 0.1) 0 0.5px, transparent 0.82px),
    radial-gradient(ellipse at 72% 46%, rgba(109, 93, 246, 0.14), rgba(56, 189, 248, 0.08) 31%, transparent 58%),
    radial-gradient(ellipse at 18% 30%, rgba(139, 92, 246, 0.06), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.84) 28%, rgba(255, 255, 255, 0.16) 42%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background-size: 18px 18px, 31px 31px, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 11px 7px, 0 0, 0 0, 0 0;
}

.bio-backdrop {
  z-index: 0;
  overflow: hidden;
}

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

.bio-backdrop::before {
  top: 12%;
  left: 2%;
  width: min(42vw, 38rem);
  height: min(62vh, 34rem);
  border-radius: 999px;
  background:
    radial-gradient(circle at 26% 28%, rgba(109, 93, 246, 0.1), transparent 21%),
    radial-gradient(circle at 70% 68%, rgba(56, 189, 248, 0.1), transparent 24%);
  filter: blur(3px);
  opacity: 0.86;
}

.bio-backdrop::after {
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(247, 244, 255, 0.2) 45%, transparent);
}

.bio-helix,
.bio-molecule,
.bio-sequence {
  position: absolute;
  color: #6d5df6;
  opacity: 0.14;
}

.bio-helix {
  display: none;
}

.bio-strand,
.bio-rung,
.bio-molecule path,
.bio-molecule circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bio-strand {
  stroke-width: 2.1;
  stroke-dasharray: 10 18;
}

.bio-strand-two {
  color: #38bdf8;
}

.bio-rung {
  stroke-width: 1.2;
  opacity: 0.62;
}

.bio-molecule {
  width: clamp(7.5rem, 12vw, 11rem);
  height: auto;
}

.bio-molecule path {
  stroke-width: 1.6;
}

.bio-molecule circle {
  fill: rgba(255, 255, 255, 0.66);
  stroke-width: 1.4;
}

.bio-molecule-one {
  top: 16%;
  left: clamp(20rem, 31vw, 32rem);
  transform: rotate(10deg);
  opacity: 0.17;
}

.bio-molecule-two {
  bottom: 14%;
  left: clamp(4rem, 13vw, 13rem);
  transform: rotate(-14deg);
  opacity: 0.14;
}

.bio-sequence {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(0.74rem, 1.2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

.bio-sequence::before,
.bio-sequence::after {
  position: absolute;
  top: 50%;
  width: 2.6rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, currentColor);
  opacity: 0.42;
}

.bio-sequence::before {
  right: calc(100% + 0.55rem);
}

.bio-sequence::after {
  left: calc(100% + 0.55rem);
  background: linear-gradient(90deg, currentColor, transparent);
}

.bio-sequence-one {
  top: 11%;
  left: clamp(14rem, 23vw, 25rem);
}

.bio-sequence-two {
  top: 52%;
  left: clamp(2rem, 8vw, 8rem);
  color: #38bdf8;
  opacity: 0.06;
}

.bio-sequence-three {
  bottom: 23%;
  left: clamp(18rem, 31vw, 33rem);
  color: #94a3b8;
  opacity: 0.1;
}

.site-header {
  position: fixed;
  top: 0.85rem;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(92rem, calc(100vw - 2rem));
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.55rem 0.45rem 0.45rem;
  border: 1px solid rgba(226, 232, 240, 0.82);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.brand-mark {
  position: static;
  display: inline-flex;
  width: clamp(18rem, 27vw, 23rem);
  height: clamp(3.8rem, 5.2vw, 4.6rem);
  min-height: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0f172a;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark:hover,
.brand-mark:focus-visible {
  outline: none;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(109, 93, 246, 0.16));
}

.tlc-logo {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tlc-shell,
.tlc-line {
  fill: none;
  stroke: url("#logoStrokeLight");
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tlc-shell {
  stroke-width: 5.8;
}

.tlc-line {
  stroke-width: 4.6;
}

.tlc-node {
  fill: url("#logoTubeLight");
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.2;
  filter: drop-shadow(0 0 9px rgba(109, 93, 246, 0.38));
}

.tlc-main-node {
  fill: rgba(255, 255, 255, 0.35);
  stroke: url("#logoStrokeLight");
  stroke-width: 4;
}

.tlc-tube-glass {
  fill: url("#logoGlassLight");
  stroke: url("#logoStrokeLight");
  stroke-width: 1.8;
}

.tlc-tube-liquid {
  fill: url("#logoTubeLight");
  opacity: 0.76;
  filter: drop-shadow(0 0 7px rgba(139, 92, 246, 0.38));
}

.tlc-meniscus {
  fill: url("#logoMeniscusLight");
  stroke: rgba(56, 189, 248, 0.52);
  stroke-width: 0.55;
}

.tlc-glass-shine {
  fill: none;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-linecap: round;
  stroke-width: 1.05;
  opacity: 0.96;
}

.tlc-word {
  font-family: Inter, system-ui, sans-serif;
  font-size: 45px;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.tlc-word-main {
  fill: #0b1020;
}

.tlc-word-accent {
  fill: url("#logoTextLight");
}

.tlc-tagline {
  fill: rgba(71, 85, 105, 0.78);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.36em;
}

.tlc-logo-dark .tlc-shell,
.tlc-logo-dark .tlc-line {
  stroke: url("#logoStrokeDark");
  filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.48));
}

.tlc-logo-dark .tlc-node,
.tlc-logo-dark .tlc-tube-liquid {
  fill: url("#logoTubeDark");
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.44));
}

.tlc-logo-dark .tlc-main-node {
  fill: rgba(11, 16, 32, 0.7);
  stroke: url("#logoStrokeDark");
}

.tlc-logo-dark .tlc-tube-glass {
  fill: url("#logoGlassDark");
  stroke: url("#logoStrokeDark");
}

.tlc-logo-dark .tlc-meniscus {
  fill: url("#logoMeniscusDark");
  stroke: rgba(192, 132, 252, 0.64);
}

.tlc-logo-dark .tlc-word-main,
.tlc-logo-dark .tlc-word-accent {
  fill: #ffffff;
}

.tlc-logo-dark .tlc-tagline {
  fill: rgba(192, 132, 252, 0.86);
}

.brand-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  overflow: visible;
  filter: drop-shadow(0 10px 18px rgba(109, 93, 246, 0.18));
}

.brand-shell,
.brand-line {
  fill: none;
  stroke: url("#brandStroke");
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-shell {
  stroke-width: 4.6;
}

.brand-line {
  stroke-width: 4.1;
}

.brand-tube-glass {
  fill: rgba(255, 255, 255, 0.18);
  stroke: url("#brandStroke");
  stroke-width: 1.65;
}

.brand-tube-liquid {
  fill: url("#brandTube");
  fill-opacity: 0.76;
  filter: drop-shadow(0 0 5px rgba(109, 93, 246, 0.34));
}

.brand-tube-meniscus {
  fill: rgba(248, 250, 252, 0.82);
  stroke: rgba(56, 189, 248, 0.48);
  stroke-width: 0.42;
}

.brand-tube-reflection {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-linecap: round;
  stroke-width: 0.64;
  opacity: 0.86;
}

.brand-node {
  fill: #ffffff;
  stroke: url("#brandStroke");
  stroke-width: 3;
}

.brand-corner {
  fill: url("#brandStroke");
  stroke: #ffffff;
  stroke-width: 1.2;
}

.brand-node-core {
  fill: rgba(109, 93, 246, 0.18);
}

.brand-copy {
  display: grid;
  gap: 0.13rem;
  min-width: 0;
}

.brand-name {
  display: block;
  color: #0b1020;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.16rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.035em;
}

.brand-name span {
  color: transparent;
  background: linear-gradient(120deg, #312e81 0%, #6d5df6 52%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-tagline {
  display: block;
  color: rgba(49, 46, 129, 0.68);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.fluid-flow {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: normal;
  opacity: 0.94;
}

.fluid-unit {
  --fill-scale: 0;
  --surface-offset: 0px;
  --fill-duration: 1800ms;
}

#liquidColumn stop:nth-child(1) {
  stop-color: #6d5df6;
  stop-opacity: 0.46;
}

#liquidColumn stop:nth-child(2) {
  stop-color: #e0f2fe;
  stop-opacity: 0.92;
}

#liquidColumn stop:nth-child(3) {
  stop-color: #38bdf8;
  stop-opacity: 0.6;
}

#reactorPanel stop:nth-child(1) {
  stop-color: #1e1b4b;
  stop-opacity: 0.86;
}

#reactorPanel stop:nth-child(2) {
  stop-color: #0b1020;
  stop-opacity: 0.82;
}

#reactorPanel stop:nth-child(3) {
  stop-color: #1d4ed8;
  stop-opacity: 0.62;
}

#reactorCoreGlow stop:nth-child(1) {
  stop-color: #f8fafc;
  stop-opacity: 0.88;
}

#reactorCoreGlow stop:nth-child(2) {
  stop-color: #38bdf8;
  stop-opacity: 0.46;
}

#reactorCoreGlow stop:nth-child(3) {
  stop-color: #6d5df6;
  stop-opacity: 0;
}

.fluid-path,
.fluid-pulse,
.collector-hose,
.collector-hose-pulse,
.fluid-droplet,
.collector-droplet,
.bottle-glass,
.microwave-wave,
.reactor-flash-ray,
.reactor-flash-wave,
.liquid-surface,
.reactor-port-stem {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: url("#fluidGlow");
}

.fluid-path {
  stroke: rgba(56, 189, 248, 0.54);
  stroke-width: 2.35;
  stroke-dasharray: 11 42;
  animation: liquid-run 2.5s linear infinite;
  opacity: 0.24;
  transition: opacity 420ms ease;
}

.fluid-unit.is-flowing .fluid-path {
  opacity: 0.46;
}

.top-row-path {
  stroke: rgba(109, 93, 246, 0.58);
  stroke-width: 2.2;
  opacity: 0.36;
}

.fluid-unit.is-flowing .top-row-path {
  opacity: 0.7;
}

.collector-hose {
  stroke: rgba(56, 189, 248, 0.64);
  stroke-width: 2.15;
  stroke-dasharray: 10 34;
  opacity: 0.34;
  animation: liquid-run 3.15s linear infinite;
  transition: opacity 420ms ease;
}

.fluid-unit.is-flowing .collector-hose {
  opacity: 0.64;
}

.fluid-pulse {
  stroke: rgba(224, 242, 254, 0.98);
  stroke-width: 4.1;
  stroke-dasharray: 0 118 16 560;
  opacity: 0;
}

.fluid-unit.is-flowing .fluid-pulse {
  animation: pulse-run 3.8s ease-in-out infinite;
}

.top-row-pulse {
  stroke-width: 3.7;
  stroke-dasharray: 0 78 14 360;
}

.collector-hose-pulse {
  stroke: rgba(224, 242, 254, 0.98);
  stroke-width: 3.75;
  stroke-dasharray: 0 148 20 650;
  opacity: 0;
}

.fluid-unit.is-flowing .collector-hose-pulse {
  animation: collector-pulse-run 4.25s ease-in-out infinite;
}

.fluid-droplet {
  fill: rgba(224, 242, 254, 0.96);
  stroke: rgba(109, 93, 246, 0.58);
  stroke-width: 1.5;
  opacity: 0;
  transition: opacity 360ms ease;
}

.fluid-unit.is-flowing .fluid-droplet {
  opacity: 0;
}

.collector-droplet {
  fill: rgba(224, 242, 254, 0.9);
  stroke: rgba(109, 93, 246, 0.54);
  stroke-width: 1.1;
  opacity: 0;
  transition: opacity 360ms ease;
}

.fluid-unit.is-flowing .collector-droplet {
  opacity: 0.82;
}

.bottle-glass {
  stroke: rgba(148, 163, 184, 0.34);
  stroke-width: 1.2;
  opacity: 0;
}

.collector-glass {
  stroke-width: 1.9;
  opacity: 0;
}

.reactor-backplate {
  fill: url("#reactorPanel");
  stroke: rgba(56, 189, 248, 0.32);
  stroke-width: 1.4;
  filter: url("#fluidGlow");
  opacity: 0.98;
}

.reactor-window {
  fill: rgba(0, 12, 28, 0.62);
  stroke: rgba(56, 189, 248, 0.48);
  stroke-width: 1.6;
  filter: url("#fluidGlow");
}

.reactor-port-rail {
  fill: rgba(4, 19, 36, 0.82);
  stroke: rgba(109, 93, 246, 0.38);
  stroke-width: 1;
  filter: url("#fluidGlow");
}

.reactor-port {
  fill: rgba(224, 242, 254, 0.84);
  stroke: rgba(109, 93, 246, 0.66);
  stroke-width: 0.55;
  filter: url("#fluidGlow");
  opacity: 0.72;
}

.reactor-port-flare {
  fill: rgba(224, 242, 254, 0.84);
  filter: url("#fluidGlow");
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: connector-flare 2.7s ease-in-out infinite;
}

.reactor-port-stem {
  stroke: rgba(56, 189, 248, 0.46);
  stroke-width: 0.85;
  opacity: 0.34;
}

.reactor-core-halo {
  fill: url("#reactorCoreGlow");
  opacity: 0.24;
}

.microwave-wave {
  stroke: rgba(56, 189, 248, 0.42);
  stroke-width: 1.7;
  stroke-dasharray: 7 14;
  opacity: 0.34;
  animation: microwave-shimmer 2.8s ease-in-out infinite alternate;
}

.wave-two {
  animation-delay: -1.25s;
}

.bottle-fill {
  filter: url("#fluidGlow");
  opacity: 0.88;
}

.cylinder-fill {
  opacity: 0.9;
}

.bottle-liquid {
  fill: url("#liquidColumn");
  transform: scaleY(var(--fill-scale));
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: transform var(--fill-duration) cubic-bezier(0.28, 0, 0.22, 1);
}

.bottle-liquid-core {
  fill: rgba(224, 242, 254, 0.74);
  animation: fill-shimmer 1.7s ease-in-out infinite alternate;
  transform: scaleY(var(--fill-scale));
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: transform var(--fill-duration) cubic-bezier(0.28, 0, 0.22, 1);
}

.liquid-surface {
  fill: rgba(248, 250, 252, 0.96);
  stroke: rgba(56, 189, 248, 0.86);
  stroke-width: 1.6;
  opacity: 0;
  transform: translateY(var(--surface-offset));
  transition:
    opacity 360ms ease,
    transform var(--fill-duration) cubic-bezier(0.28, 0, 0.22, 1);
}

.fluid-unit.is-flowing .liquid-surface {
  opacity: 0.68;
}

.fluid-unit.is-flowing .cylinder-fill .liquid-surface {
  opacity: 0.62;
}

.cylinder-fill .bottle-liquid-core {
  fill: rgba(224, 242, 254, 0.82);
}

.collector-unit {
  opacity: 0.98;
}

.collector-unit .bottle-liquid-core {
  opacity: 0.95;
}

.reactor-liquid-pool,
.reactor-liquid-core {
  filter: url("#fluidGlow");
  transform-box: fill-box;
  transform-origin: center;
}

.reactor-liquid-pool {
  fill: rgba(109, 93, 246, 0.16);
  stroke: rgba(56, 189, 248, 0.62);
  stroke-width: 1.25;
  opacity: 0.52;
  animation: reactor-pool-breathe 5.2s ease-in-out infinite alternate;
}

.reactor-liquid-core {
  fill: rgba(224, 242, 254, 0.56);
  opacity: 0.56;
  animation: reactor-core-breathe 3.4s ease-in-out infinite alternate;
}

.reactor-flash {
  filter: url("#fluidGlow");
  pointer-events: none;
}

.reactor-flash-beam {
  fill: rgba(236, 232, 255, 0.68);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center bottom;
}

.reactor-flash-wave {
  stroke: rgba(56, 189, 248, 0.72);
  stroke-width: 1.2;
  opacity: 0;
}

.reactor-flash-wave-secondary {
  stroke: rgba(251, 207, 232, 0.42);
  stroke-width: 0.9;
}

.reactor-flash-ray {
  stroke: rgba(224, 242, 254, 0.78);
  stroke-width: 1.05;
  stroke-dasharray: 3 10;
  opacity: 0;
}

.collector-unit.is-reacting .reactor-flash-beam {
  animation: reactor-flash-beam 1.2s ease-out both;
}

.collector-unit.is-reacting .reactor-flash-wave {
  animation: reactor-flash-wave 1.2s ease-out both;
}

.collector-unit.is-reacting .reactor-flash-ray {
  animation: reactor-flash-ray 1.05s ease-out both;
}

@keyframes fill-shimmer {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 1;
  }
}

@keyframes reactor-pool-breathe {
  from {
    opacity: 0.38;
    transform: scaleX(0.9);
  }

  to {
    opacity: 0.68;
    transform: scaleX(1.02);
  }
}

@keyframes reactor-core-breathe {
  from {
    opacity: 0.48;
    transform: scale(0.84);
  }

  to {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes reactor-flash-beam {
  0% {
    opacity: 0;
    transform: scaleY(0.18) scaleX(0.58);
  }

  24% {
    opacity: 0.76;
    transform: scaleY(1.05) scaleX(0.82);
  }

  68% {
    opacity: 0.34;
    transform: scaleY(1.16) scaleX(0.64);
  }

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

@keyframes reactor-flash-wave {
  0% {
    opacity: 0;
    stroke-dasharray: 0 160;
    stroke-dashoffset: 120;
  }

  34% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    stroke-dasharray: 110 160;
    stroke-dashoffset: -80;
  }
}

@keyframes reactor-flash-ray {
  0% {
    opacity: 0;
    stroke-dashoffset: 36;
  }

  35% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: -42;
  }
}

@keyframes liquid-run {
  to {
    stroke-dashoffset: -112;
  }
}

@keyframes pulse-run {
  0% {
    stroke-dashoffset: 150;
    opacity: 0;
  }

  18%,
  72% {
    opacity: 0.74;
  }

  100% {
    stroke-dashoffset: -520;
    opacity: 0;
  }
}

@keyframes collector-pulse-run {
  0% {
    stroke-dashoffset: 180;
    opacity: 0;
  }

  22%,
  76% {
    opacity: 0.82;
  }

  100% {
    stroke-dashoffset: -560;
    opacity: 0;
  }
}

@keyframes microwave-shimmer {
  from {
    stroke-dashoffset: 0;
    opacity: 0.28;
  }

  to {
    stroke-dashoffset: -28;
    opacity: 0.76;
  }
}

@keyframes connector-flare {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.72);
  }

  42% {
    opacity: 0.86;
    transform: scale(1.18);
  }
}

@keyframes peptide-send {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--seq-y), 0) scale(var(--seq-scale));
  }

  12% {
    opacity: 0.56;
  }

  50% {
    opacity: 0.72;
    transform: translate3d(var(--seq-mid-distance), calc(var(--seq-y) - var(--seq-mid-lift)), 0) scale(calc(var(--seq-scale) * 1.5));
  }

  82% {
    opacity: 0.5;
    transform: translate3d(var(--seq-near-distance), calc(var(--seq-y) - var(--seq-near-lift)), 0) scale(calc(var(--seq-scale) * 1.12));
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--seq-distance), calc(var(--seq-y) - var(--seq-drift)), 0) scale(var(--seq-scale));
  }
}

.copy {
  position: absolute;
  z-index: 2;
  left: clamp(1.5rem, 5vw, 4.75rem);
  bottom: clamp(2rem, 8vh, 5.75rem);
  width: min(42rem, calc(100vw - 3rem));
}

.site-nav {
  position: static;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.site-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  backdrop-filter: blur(14px);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: rgba(109, 93, 246, 0.26);
  outline: none;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.site-nav a[href="#contact"] {
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(135deg, #6d5df6, #8b5cf6);
  box-shadow: 0 14px 34px rgba(109, 93, 246, 0.22);
}

.site-nav a[href="#contact"]:hover,
.site-nav a[href="#contact"]:focus-visible {
  background: linear-gradient(135deg, #7667ff, #9768ff);
  box-shadow: 0 18px 44px rgba(109, 93, 246, 0.28);
}

.kicker,
.cta,
.remote-symbol,
.process-line {
  text-transform: uppercase;
}

.remote-orchestrator {
  position: relative;
  display: inline-block;
  margin: 0 0 1rem;
}

.peptide-stream {
  --seq-distance: clamp(22rem, 44vw, 39rem);
  --seq-mid-distance: clamp(11rem, 22vw, 19.5rem);
  --seq-near-distance: clamp(19rem, 38vw, 33.5rem);
  position: absolute;
  z-index: 4;
  top: -3.05rem;
  left: -0.1rem;
  width: min(47rem, calc(100vw - 2rem));
  height: 4.4rem;
  overflow: visible;
  pointer-events: none;
}

.peptide-stream.is-static {
  top: -1.7rem;
  left: 1rem;
  width: auto;
  height: auto;
  color: #6d5df6;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 24px rgba(56, 189, 248, 0.36);
}

.peptide-sequence {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  color: #6d5df6;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(0.62rem, 0.95vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  white-space: nowrap;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.92),
    0 0 22px rgba(56, 189, 248, 0.38),
    0 0 42px rgba(109, 93, 246, 0.18);
  opacity: 0;
  animation: peptide-send 4.2s cubic-bezier(0.18, 0.68, 0.22, 1) forwards;
}

.peptide-sequence::before,
.peptide-sequence::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.45rem);
  width: 1.55rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.56));
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.34);
}

.peptide-sequence::after {
  right: auto;
  left: calc(100% + 0.5rem);
  width: 3.8rem;
  background: linear-gradient(90deg, rgba(109, 93, 246, 0.46), transparent);
}

.remote-symbol {
  display: inline-flex;
  min-height: 82px;
  align-items: center;
  gap: 1.05rem;
  margin: 0;
  padding: 0.44rem 1rem 0.44rem 0.48rem;
  border: 1px solid rgba(109, 93, 246, 0.14);
  border-radius: 24px;
  color: #1e1b4b;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
  font-size: 0.89rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.remote-symbol svg {
  width: 108px;
  height: 80px;
  flex: 0 0 auto;
  overflow: visible;
}

.symbol-link,
.symbol-body,
.symbol-screen,
.symbol-base {
  fill: none;
  stroke: rgba(109, 93, 246, 0.78);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.symbol-link {
  stroke-dasharray: 5 8;
  animation: liquid-run 2.6s linear infinite;
}

.symbol-link-two {
  animation-duration: 1.9s;
}

.symbol-head,
.symbol-node {
  fill: rgba(238, 244, 255, 0.92);
  stroke: rgba(56, 189, 248, 0.76);
  stroke-width: 1.4;
}

.symbol-screen {
  fill: rgba(255, 255, 255, 0.68);
}

.kicker {
  margin: 0 0 1.1rem;
  color: var(--violet);
  font-size: clamp(0.74rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.22em;
}

h1 {
  display: grid;
  gap: 0.08em;
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(3.2rem, 6.6vw, 6.2rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0;
  color: #0f172a;
  text-shadow: none;
}

h1 span:last-child {
  width: fit-content;
  color: transparent;
  background: linear-gradient(135deg, #6d5df6, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
}

.subline {
  max-width: 32rem;
  margin: 1.3rem 0 1rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(135deg, #6d5df6, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
}

.value-stack {
  display: grid;
  max-width: 34rem;
  gap: 0.55rem;
  margin: 0 0 0.95rem;
}

.value-stack p {
  margin: 0;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(109, 93, 246, 0.28);
  color: #475569;
  font-size: clamp(0.78rem, 1vw, 0.94rem);
  line-height: 1.45;
}

.value-stack strong {
  color: #0f172a;
  font-weight: 800;
}

.process-line {
  max-width: 33rem;
  margin: 0 0 1.25rem;
  color: #6d5df6;
  font-size: clamp(0.62rem, 0.85vw, 0.74rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.55;
}

.cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border: 1px solid rgba(109, 93, 246, 0.18);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #6d5df6, #8b5cf6);
  box-shadow: 0 18px 44px rgba(109, 93, 246, 0.24);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.cta:hover,
.cta:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #7667ff, #9768ff);
  box-shadow: 0 22px 54px rgba(109, 93, 246, 0.3);
  transform: translateY(-2px);
}

.detail-section {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4.75rem);
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #f8fafc 100%);
}

.detail-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.13) 0 0.62px, transparent 0.95px),
    radial-gradient(circle, rgba(56, 189, 248, 0.11) 0 0.52px, transparent 0.85px),
    radial-gradient(circle at 74% 6%, rgba(56, 189, 248, 0.08), transparent 22%),
    radial-gradient(circle at 14% 26%, rgba(109, 93, 246, 0.06), transparent 24%);
  background-size: 19px 19px, 31px 31px, 100% 100%, 100% 100%;
  background-position: 0 0, 9px 13px, 0 0, 0 0;
  background-blend-mode: normal, normal, normal, normal;
  mask-image: linear-gradient(180deg, transparent, black 14%, black 86%, transparent);
  opacity: 0.42;
  pointer-events: none;
}

.detail-section::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(109, 93, 246, 0.025), transparent 34%, rgba(56, 189, 248, 0.018) 70%, transparent);
  opacity: 0.58;
  pointer-events: none;
}

.pricing-section {
  color: #f8fafc;
  padding-top: clamp(9rem, 14vw, 13rem);
  padding-bottom: clamp(6rem, 10vw, 9rem);
  margin-top: 0;
  background:
    linear-gradient(180deg, #f8fafc 0%, #f8fafc 2.5rem, #2a176b 8.5rem, #0b1020 18rem, #111827 100%);
}

.pricing-section::before {
  background:
    radial-gradient(circle, rgba(224, 242, 254, 0.14) 0 0.56px, transparent 0.88px),
    radial-gradient(circle, rgba(192, 132, 252, 0.16) 0 0.48px, transparent 0.82px),
    repeating-linear-gradient(14deg, transparent 0 54px, rgba(109, 93, 246, 0.08) 54px 55px, transparent 55px 170px),
    repeating-linear-gradient(166deg, transparent 0 68px, rgba(56, 189, 248, 0.07) 68px 69px, transparent 69px 190px),
    repeating-linear-gradient(92deg, transparent 0 88px, rgba(224, 242, 254, 0.035) 88px 89px, transparent 89px 220px);
  background-size: 20px 20px, 34px 34px, 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 9px 13px, 0 0, 0 0, 0 0;
  background-blend-mode: normal, normal, normal, normal, normal;
  mask-image: none;
  opacity: 0.58;
}

.pricing-section::after {
  display: block;
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 19% 18%, rgba(56, 189, 248, 0.18) 0 1px, transparent 1.7px),
    radial-gradient(circle at 31% 34%, rgba(192, 132, 252, 0.15) 0 0.85px, transparent 1.5px),
    radial-gradient(circle at 63% 22%, rgba(224, 242, 254, 0.13) 0 0.9px, transparent 1.6px),
    radial-gradient(circle at 78% 48%, rgba(56, 189, 248, 0.15) 0 1px, transparent 1.7px),
    radial-gradient(circle at 86% 72%, rgba(192, 132, 252, 0.14) 0 0.9px, transparent 1.6px),
    linear-gradient(14deg, transparent 0%, transparent 44%, rgba(56, 189, 248, 0.09) 44.2%, transparent 44.8%, transparent 100%),
    linear-gradient(166deg, transparent 0%, transparent 50%, rgba(192, 132, 252, 0.08) 50.2%, transparent 50.8%, transparent 100%);
  opacity: 0.54;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

.pricing-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.pricing-bg span {
  position: absolute;
  color: rgba(224, 242, 254, 0.15);
  font-size: clamp(0.72rem, 1vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.pricing-bg span:nth-child(1) {
  top: 9%;
  left: 7%;
  transform: rotate(-12deg);
}

.pricing-bg span:nth-child(2) {
  top: 24%;
  right: -3%;
  transform: rotate(9deg);
}

.pricing-bg span:nth-child(3) {
  top: 53%;
  left: -2%;
  transform: rotate(8deg);
}

.pricing-bg span:nth-child(4) {
  right: 10%;
  bottom: 19%;
  transform: rotate(-10deg);
}

.pricing-bg span:nth-child(5) {
  bottom: 7%;
  left: 31%;
  transform: rotate(4deg);
}

.light-peptide-wave {
  position: absolute;
  right: -7%;
  top: clamp(9rem, 16vw, 15rem);
  bottom: auto;
  left: -7%;
  width: 114%;
  height: clamp(20rem, 34vw, 34rem);
  opacity: 0.78;
  mix-blend-mode: screen;
}

.wave-line,
.network-line,
.network-pulse,
.network-grid-lines path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wave-line-soft,
.network-line-soft {
  stroke: rgba(56, 189, 248, 0.13);
  stroke-width: 0.72;
}

.wave-line-main,
.network-line-main {
  stroke: url("#lightDataLine");
  stroke-width: 0.95;
}

.wave-line-dash,
.network-line-cyan {
  stroke: rgba(56, 189, 248, 0.2);
  stroke-width: 0.86;
}

.network-pulse {
  stroke: rgba(109, 93, 246, 0.22);
  stroke-width: 0.92;
  stroke-dasharray: 2 13;
}

.network-pulse-two {
  stroke: rgba(56, 189, 248, 0.18);
  stroke-dasharray: 1 12;
}

.network-grid-lines path {
  stroke: rgba(224, 242, 254, 0.1);
  stroke-width: 0.72;
}

.peptide-flow path,
.network-grid-lines path,
.transition-lines path,
.dark-network-grid path {
  vector-effect: non-scaling-stroke;
}

.wave-nodes circle,
.network-dots circle {
  fill: rgba(255, 255, 255, 0.78);
  stroke: rgba(56, 189, 248, 0.2);
  stroke-width: 0.68;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.26));
}

.network-particles circle {
  fill: rgba(255, 255, 255, 0.84);
  stroke: rgba(109, 93, 246, 0.32);
  stroke-width: 0.8;
  filter: drop-shadow(0 0 12px rgba(109, 93, 246, 0.34));
}

.wave-peptides text,
.network-sequences text {
  fill: rgba(224, 242, 254, 0.2);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  transform: rotate(-8deg);
  transform-box: fill-box;
  transform-origin: center;
}

.data-transition {
  position: relative;
  height: clamp(280px, 28vw, 390px);
  margin-bottom: -2px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #111827 0%, #0b1020 46%, #120a3a 72%, #0b1020 100%);
}

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

.data-transition::before {
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.05) 0 0.55px, transparent 0.9px),
    radial-gradient(circle, rgba(56, 189, 248, 0.04) 0 0.48px, transparent 0.78px),
    repeating-linear-gradient(13deg, transparent 0 46px, rgba(109, 93, 246, 0.035) 46px 47px, transparent 47px 170px),
    repeating-linear-gradient(167deg, transparent 0 60px, rgba(56, 189, 248, 0.032) 60px 61px, transparent 61px 190px);
  background-position: 0 0, 12px 9px, 0 0, 0 0;
  background-size: 18px 18px, 31px 31px, 100% 100%, 100% 100%;
  mask-image: linear-gradient(180deg, black 0%, black 54%, rgba(0, 0, 0, 0.56) 76%, transparent 100%);
  opacity: 0.72;
}

.data-transition::after {
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.18) 0 0.62px, transparent 1px),
    radial-gradient(circle, rgba(56, 189, 248, 0.15) 0 0.52px, transparent 0.86px),
    repeating-linear-gradient(18deg, transparent 0 54px, rgba(192, 132, 252, 0.07) 54px 55px, transparent 55px 148px),
    repeating-linear-gradient(162deg, transparent 0 66px, rgba(56, 189, 248, 0.065) 66px 67px, transparent 67px 172px);
  background-position: 0 0, 14px 10px, 0 0, 0 0;
  background-size: 15px 15px, 24px 24px, 100% 100%, 100% 100%;
  background-blend-mode: normal, normal, normal, normal;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.58) 72%, black 100%);
  opacity: 0.62;
}

.data-transition svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
}

.data-transition span {
  position: absolute;
  z-index: 1;
  color: rgba(224, 242, 254, 0.2);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(0.72rem, 1.1vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  pointer-events: none;
}

.data-transition span:nth-child(1) {
  top: 23%;
  left: 12%;
  transform: rotate(-7deg);
}

.data-transition span:nth-child(2) {
  top: 48%;
  left: 45%;
  color: rgba(109, 93, 246, 0.18);
  transform: rotate(-5deg);
}

.data-transition span:nth-child(3) {
  right: 10%;
  bottom: 16%;
  color: rgba(224, 242, 254, 0.28);
  transform: rotate(6deg);
}

.transition-lines path {
  fill: none;
  stroke: url("#transitionDataLine");
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.82;
}

.transition-lines path:nth-child(n+4) {
  stroke: rgba(148, 163, 184, 0.13);
  stroke-width: 0.68;
}

.transition-dots circle {
  fill: rgba(255, 255, 255, 0.74);
  stroke: rgba(56, 189, 248, 0.24);
  stroke-width: 0.58;
}

.transition-dots circle:nth-child(n+8) {
  fill: rgba(224, 242, 254, 0.86);
  stroke: rgba(109, 93, 246, 0.36);
}

.transition-particles circle {
  fill: url("#transitionParticle");
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.18));
}

.stats-section {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.2rem) clamp(1.25rem, 5vw, 4.75rem);
  padding-top: clamp(2.4rem, 5vw, 4.2rem);
  margin-top: 0;
  color: #f8fafc;
  background:
    linear-gradient(135deg, #0b1020 0%, #111827 54%, #0b1020 100%);
}

.stats-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(224, 242, 254, 0.14) 0 0.62px, transparent 0.98px),
    radial-gradient(circle, rgba(192, 132, 252, 0.14) 0 0.5px, transparent 0.86px),
    repeating-linear-gradient(15deg, transparent 0 60px, rgba(109, 93, 246, 0.065) 60px 61px, transparent 61px 180px),
    repeating-linear-gradient(165deg, transparent 0 74px, rgba(56, 189, 248, 0.055) 74px 75px, transparent 75px 200px);
  background-size: 23px 23px, 37px 37px, 100% 100%, 100% 100%;
  background-position: 0 0, 15px 8px, 0 0, 0 0;
  background-blend-mode: normal, normal, normal, normal;
  opacity: 0.44;
  pointer-events: none;
}

.stats-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1120px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
}

.stats-inner article {
  padding: clamp(1.1rem, 2.3vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
}

.stats-inner span {
  display: block;
  margin-bottom: 0.5rem;
  color: transparent;
  background: linear-gradient(135deg, #8b5cf6, #38bdf8);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
}

.stats-inner strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-size: 0.95rem;
}

.stats-inner p {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
  line-height: 1.55;
}

.contact-section {
  padding-top: clamp(6rem, 9vw, 9rem);
  padding-top: calc(clamp(6rem, 9vw, 9rem) + 6rem);
  margin-top: -6rem;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 2.6rem, black 6rem, black 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 2.6rem, black 6rem, black 100%);
  color: #f8fafc;
  background:
    linear-gradient(180deg, #0b1020 0%, #111827 48%, #0b1020 100%);
}

.contact-section::before {
  background:
    radial-gradient(circle, rgba(224, 242, 254, 0.12) 0 0.62px, transparent 1px),
    radial-gradient(circle, rgba(139, 92, 246, 0.14) 0 0.54px, transparent 0.9px),
    linear-gradient(180deg, rgba(56, 189, 248, 0.035) 0%, rgba(7, 0, 24, 0) 9rem);
  background-size: 22px 22px, 35px 35px, 100% 100%;
  background-position: 0 0, 12px 16px, 0 0;
  background-blend-mode: normal, normal, normal;
  mask-image: none;
  opacity: 0.34;
}

.dark-peptide-field {
  position: absolute;
  inset: auto -6% 0 -6%;
  z-index: 0;
  width: 112%;
  height: min(34rem, 52vw);
  min-height: 22rem;
  opacity: 0.86;
  pointer-events: none;
}

.dark-wave,
.dark-network-line,
.dark-network-pulse,
.dark-network-grid path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dark-wave-one,
.dark-network-main {
  stroke: url("#darkDataA");
  stroke-width: 0.96;
}

.dark-wave-two,
.dark-network-cyan {
  stroke: rgba(56, 189, 248, 0.23);
  stroke-width: 0.86;
}

.dark-network-soft {
  stroke: rgba(192, 132, 252, 0.22);
  stroke-width: 0.74;
}

.dark-wave-dash,
.dark-network-pulse {
  stroke: rgba(192, 132, 252, 0.36);
  stroke-width: 0.9;
  stroke-dasharray: 2 12;
}

.dark-network-pulse-two {
  stroke: rgba(56, 189, 248, 0.32);
  stroke-dasharray: 1 13;
}

.dark-network-grid path {
  stroke: rgba(224, 242, 254, 0.09);
  stroke-width: 0.68;
}

.dark-wave-nodes circle,
.dark-network-nodes circle {
  fill: url("#darkNode");
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.54));
}

.dark-network-particles circle {
  fill: rgba(224, 242, 254, 0.9);
  stroke: rgba(192, 132, 252, 0.52);
  stroke-width: 0.72;
  filter: drop-shadow(0 0 14px rgba(192, 132, 252, 0.44));
}

.dark-wave-sequences text,
.dark-network-sequences text {
  fill: rgba(224, 242, 254, 0.22);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  transform: rotate(-8deg);
  transform-box: fill-box;
  transform-origin: center;
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.pricing-section .section-inner {
  overflow: hidden;
  width: min(1180px, 100%);
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: clamp(28px, 3vw, 36px);
  background:
    radial-gradient(circle at 14% 0%, rgba(109, 93, 246, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 243, 255, 0.88) 100%);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: none;
}

.pricing-section .section-inner::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.09) 0 0.48px, transparent 0.82px),
    radial-gradient(circle, rgba(56, 189, 248, 0.075) 0 0.42px, transparent 0.74px),
    repeating-linear-gradient(13deg, transparent 0 38px, rgba(109, 93, 246, 0.04) 38px 39px, transparent 39px 152px),
    repeating-linear-gradient(166deg, transparent 0 54px, rgba(56, 189, 248, 0.036) 54px 55px, transparent 55px 178px);
  background-size: 16px 16px, 29px 29px, 100% 100%, 100% 100%;
  background-position: 0 0, 10px 8px, 0 0, 0 0;
  opacity: 0.5;
  pointer-events: none;
}

.pricing-section .section-inner > * {
  position: relative;
  z-index: 1;
}

.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pricing-section .section-kicker {
  color: #6d5df6;
}

.contact-section .section-kicker {
  color: #7dd3fc;
}

.detail-section h2 {
  max-width: 52rem;
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.pricing-section h2 {
  max-width: 58rem;
  color: #0f172a;
  text-shadow: none;
}

.price-grid {
  counter-reset: price-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
}

.price-grid article {
  counter-increment: price-card;
  position: relative;
  min-height: 13.6rem;
  padding: clamp(1.25rem, 2.2vw, 1.75rem);
  border: 1px solid rgba(109, 93, 246, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.055);
  backdrop-filter: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.price-grid article::before {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(109, 93, 246, 0.16);
  border-radius: 15px;
  color: #6d5df6;
  background:
    radial-gradient(circle at 72% 28%, rgba(56, 189, 248, 0.26), transparent 36%),
    linear-gradient(135deg, rgba(238, 244, 255, 0.96), rgba(255, 255, 255, 0.94));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  content: counter(price-card, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.price-grid article:hover {
  border-color: rgba(109, 93, 246, 0.28);
  box-shadow: 0 22px 60px rgba(109, 93, 246, 0.13);
  transform: translateY(-3px);
}

.price-grid h3 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: 1.05rem;
}

.price-grid p {
  color: #475569;
  line-height: 1.62;
}

.section-copy {
  color: rgba(207, 227, 248, 0.82);
  line-height: 1.62;
}

.price-grid p {
  margin: 0 0 1.35rem;
}

.price-grid strong {
  color: #6d5df6;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.equipment-panel {
  display: grid;
  grid-template-columns: minmax(14rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(1.2rem, 3vw, 2.5rem);
  margin-top: 1rem;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(109, 93, 246, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.055);
  backdrop-filter: none;
}

.equipment-panel h3 {
  margin: 0;
  color: #0f172a;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.equipment-list {
  display: grid;
  gap: 0.8rem;
}

.equipment-list article {
  padding: 0 0 0.9rem;
  border-bottom: 1px solid #e5e7eb;
}

.equipment-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.equipment-list span {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-weight: 900;
}

.equipment-list p {
  margin: 0;
  color: #475569;
  line-height: 1.58;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(19rem, 0.7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.section-copy {
  max-width: 36rem;
  margin: 1.2rem 0 1.5rem;
  font-size: 1.05rem;
}

.email-link {
  display: inline-flex;
  color: #7dd3fc;
  font-weight: 800;
}

.contact-logo-card {
  width: min(100%, 31rem);
  margin: clamp(1.6rem, 3vw, 2.5rem) 0 0;
  padding: 0;
  background: transparent;
}

.contact-logo-card .tlc-logo {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 22px 32px rgba(0, 0, 0, 0.26))
    drop-shadow(0 0 30px rgba(109, 93, 246, 0.22));
}

.contact-form {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  color: #e0f2fe;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form .contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  letter-spacing: 0;
}

.contact-form input {
  min-height: 44px;
  padding: 0 0.8rem;
}

.contact-form textarea {
  resize: vertical;
  min-height: 8rem;
  padding: 0.75rem 0.8rem;
}

.contact-turnstile {
  min-height: 70px;
}

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

.contact-form button {
  min-height: 46px;
  border: 1px solid rgba(109, 93, 246, 0.18);
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #6d5df6, #8b5cf6);
  box-shadow: 0 18px 44px rgba(109, 93, 246, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #7667ff, #9768ff);
  box-shadow: 0 22px 52px rgba(109, 93, 246, 0.28);
  transform: translateY(-2px);
}

@media (min-width: 761px) and (max-width: 1500px) {
  .copy {
    width: min(35rem, calc(100vw - 3rem));
  }

  .subline,
  .value-stack,
  .process-line {
    max-width: 29.5rem;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .equipment-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html,
  body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header {
    top: 0.55rem;
    width: calc(100vw - 1rem);
    min-height: 44px;
    padding: 0.28rem;
    border-radius: 18px;
  }

  .hero {
    height: 100vh;
    height: 100dvh;
    min-height: 0;
  }

  .site-nav {
    gap: 0.36rem;
  }

  .brand-mark {
    width: clamp(9.8rem, 42vw, 13.25rem);
    height: 38px;
    min-height: 0;
    gap: 0;
    padding: 0.14rem;
  }

  .brand-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  .site-nav a {
    min-height: 30px;
    padding: 0 0.58rem;
    font-size: 0.56rem;
    letter-spacing: 0.11em;
  }

  .hero-image {
    object-position: center;
    -webkit-mask-image: linear-gradient(180deg, #000000 0%, #000000 58%, rgba(0, 0, 0, 0.52) 73%, transparent 100%);
    mask-image: linear-gradient(180deg, #000000 0%, #000000 58%, rgba(0, 0, 0, 0.52) 73%, transparent 100%);
  }

  .fluid-flow {
    opacity: 0.9;
  }

  .fluid-unit:nth-of-type(-n + 4) {
    opacity: 0.72;
  }

  .collector-unit {
    opacity: 0.82;
  }

  .shade {
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(238, 244, 255, 0.1) 72%, rgba(238, 244, 255, 0.02) 100%),
      radial-gradient(circle at 64% 30%, rgba(109, 93, 246, 0.07) 0 22%, transparent 56%);
    background-size: 100% 100%;
  }

  .bio-backdrop {
    opacity: 0.72;
  }

  .bio-backdrop::before {
    top: 4%;
    left: -18%;
    width: 72vw;
    height: 38vh;
  }

  .bio-backdrop::after,
  .bio-molecule-two,
  .bio-sequence-two,
  .bio-sequence-three {
    display: none;
  }

  .bio-helix {
    top: 5%;
    left: -2.2rem;
    width: 8.5rem;
    opacity: 0.16;
  }

  .bio-molecule-one {
    top: 38%;
    left: 0.4rem;
    width: 6.4rem;
    opacity: 0.1;
  }

  .bio-sequence-one {
    top: 45%;
    left: 5.2rem;
    font-size: 0.58rem;
    opacity: 0.12;
  }

  .copy {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.15rem calc(1.15rem + env(safe-area-inset-bottom));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 72%, rgba(255, 255, 255, 0));
  }

  .remote-symbol {
    min-height: 58px;
    padding: 0.25rem 0.58rem 0.25rem 0.26rem;
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .remote-symbol svg {
    width: 76px;
    height: 58px;
  }

  .remote-orchestrator {
    margin-bottom: 0.6rem;
  }

  .peptide-stream {
    --seq-distance: clamp(13rem, 68vw, 22rem);
    --seq-mid-distance: clamp(6.5rem, 34vw, 11rem);
    --seq-near-distance: clamp(11.2rem, 58vw, 19rem);
    top: -3rem;
    left: 0;
    height: 3.8rem;
  }

  .peptide-sequence {
    top: 1.05rem;
    left: 0.6rem;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .peptide-sequence::before {
    width: 0.9rem;
  }

  .peptide-sequence::after {
    width: 2.2rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 11.4vw, 3.55rem);
    line-height: 0.9;
    word-break: normal;
    overflow-wrap: normal;
  }

  .subline {
    max-width: 22rem;
    margin: 0.75rem 0 0.72rem;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .value-stack {
    gap: 0.38rem;
    margin-bottom: 0.68rem;
  }

  .value-stack p {
    padding-left: 0.58rem;
    font-size: 0.64rem;
    line-height: 1.32;
  }

  .value-stack p:nth-child(2) {
    display: none;
  }

  .process-line {
    max-width: 22rem;
    margin-bottom: 0.75rem;
    font-size: 0.53rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }

  .kicker {
    margin-bottom: 0.62rem;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .cta {
    min-height: 44px;
    font-size: 0.68rem;
  }

  .detail-section {
    padding: 3.2rem 1.15rem;
  }

  .price-grid,
  .contact-layout,
  .equipment-panel {
    grid-template-columns: 1fr;
  }

  .price-grid article {
    min-height: 0;
  }

  .pricing-section {
    padding-top: 8rem;
    padding-bottom: 4.2rem;
    margin-top: 0;
  }

  .data-transition {
    height: 280px;
  }

  .contact-section {
    padding-top: calc(7.6rem + 4rem);
    margin-top: -4rem;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 2rem, black 4rem, black 100%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 2rem, black 4rem, black 100%);
  }

  .stats-section {
    padding: 2.2rem 1.15rem;
    padding-top: 2.2rem;
    margin-top: 0;
  }

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

  .stats-inner article {
    border-radius: 22px;
  }

  .pricing-bg span {
    font-size: 1.05rem;
  }

  .equipment-panel {
    margin-top: 0.85rem;
  }

  .detail-section h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  html,
  body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .site-header {
    top: 0.55rem;
    min-height: 42px;
    padding: 0.22rem;
  }

  .hero {
    height: 100vh;
    height: 100dvh;
    min-height: 0;
  }

  .site-nav {
    gap: 0.32rem;
  }

  .brand-mark {
    width: 9.25rem;
    height: 34px;
    min-height: 0;
    padding: 0.1rem;
    font-size: 0.62rem;
  }

  .brand-icon {
    width: 28px;
    height: 28px;
  }

  .site-nav a {
    min-height: 30px;
    padding: 0 0.56rem;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  .hero-image {
    object-position: center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.74) 42%, #000000 58%, #000000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 24%, rgba(0, 0, 0, 0.74) 42%, #000000 58%, #000000 100%);
  }

  .fluid-flow {
    opacity: 0.86;
  }

  .shade {
    background:
      radial-gradient(circle at 68% 42%, rgba(109, 93, 246, 0.06) 0 22%, transparent 58%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.6) 32%, rgba(238, 244, 255, 0.08) 68%, rgba(238, 244, 255, 0) 100%);
    background-size: 100% 100%;
  }

  .bio-backdrop {
    opacity: 0.55;
  }

  .bio-helix {
    top: 3%;
    left: 2%;
    width: 6.5rem;
  }

  .bio-molecule-one,
  .bio-molecule-two,
  .bio-sequence-two,
  .bio-sequence-three {
    display: none;
  }

  .bio-sequence-one {
    top: 14%;
    left: 14rem;
    font-size: 0.54rem;
  }

  .copy {
    left: clamp(1.25rem, 5vw, 2.6rem);
    top: clamp(0.7rem, 3vh, 1.1rem);
    bottom: auto;
    width: min(21rem, 46vw);
  }

  .remote-orchestrator {
    margin-bottom: 0.35rem;
  }

  .remote-symbol {
    min-height: 42px;
    gap: 0.5rem;
    padding: 0.16rem 0.5rem 0.16rem 0.22rem;
    font-size: 0.5rem;
    letter-spacing: 0.11em;
  }

  .remote-symbol svg {
    width: 54px;
    height: 40px;
  }

  .peptide-stream {
    --seq-distance: clamp(10rem, 42vw, 18rem);
    --seq-mid-distance: clamp(5rem, 21vw, 9rem);
    --seq-near-distance: clamp(8.6rem, 36vw, 15.5rem);
    top: -2.35rem;
    height: 3rem;
  }

  .peptide-sequence {
    top: 0.9rem;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .kicker {
    margin-bottom: 0.36rem;
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  h1 {
    font-size: clamp(2rem, 6.2vw, 2.9rem);
    line-height: 0.84;
  }

  .subline {
    max-width: 18.5rem;
    margin: 0.48rem 0 0.5rem;
    font-size: 0.68rem;
    line-height: 1.3;
  }

  .value-stack {
    max-width: 18.5rem;
    gap: 0.28rem;
    margin-bottom: 0.42rem;
  }

  .value-stack p {
    padding-left: 0.5rem;
    font-size: 0.54rem;
    line-height: 1.24;
  }

  .value-stack p:nth-child(2) {
    display: none;
  }

  .process-line {
    max-width: 18.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.46rem;
    letter-spacing: 0.08em;
    line-height: 1.28;
  }

  .cta {
    min-height: 34px;
    padding: 0 0.76rem;
    font-size: 0.54rem;
  }
}

@media (max-width: 380px) and (max-height: 620px) {
  .copy {
    padding: 0 1rem calc(0.8rem + env(safe-area-inset-bottom));
  }

  .remote-symbol {
    min-height: 50px;
    gap: 0.46rem;
    padding-right: 0.46rem;
    font-size: 0.58rem;
  }

  .remote-symbol svg {
    width: 64px;
    height: 48px;
  }

  .remote-orchestrator {
    margin-bottom: 0.4rem;
  }

  .peptide-stream {
    top: -1.58rem;
    height: 3.1rem;
  }

  .peptide-sequence {
    top: 1.15rem;
    font-size: 0.52rem;
  }

  .kicker {
    margin-bottom: 0.42rem;
    font-size: 0.52rem;
  }

  h1 {
    font-size: clamp(2.15rem, 10.6vw, 2.55rem);
    line-height: 0.88;
  }

  .subline {
    margin: 0.55rem 0 0.52rem;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .value-stack {
    margin-bottom: 0.48rem;
  }

  .value-stack p {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  .process-line {
    margin-bottom: 0.52rem;
    font-size: 0.49rem;
    line-height: 1.25;
  }

  .cta {
    min-height: 40px;
    font-size: 0.62rem;
  }
}

@media (max-width: 380px) and (min-height: 680px) {
  .hero-image {
    object-position: center;
    -webkit-mask-image: linear-gradient(180deg, #000000 0%, #000000 58%, rgba(0, 0, 0, 0.52) 73%, transparent 100%);
    mask-image: linear-gradient(180deg, #000000 0%, #000000 58%, rgba(0, 0, 0, 0.52) 73%, transparent 100%);
  }


  h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .subline {
    font-size: 0.9rem;
  }
}

/* OrderDock reset: keep the instrument animation, remove decorative background experiments. */
body {
  background: #f8fafc;
}

html,
body {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
}

html {
  overflow-y: auto !important;
}

body {
  overflow-y: visible !important;
}

.hero {
  background:
    radial-gradient(circle at 72% 42%, rgba(109, 93, 246, 0.16), transparent 30%),
    radial-gradient(circle at 84% 34%, rgba(56, 189, 248, 0.13), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f5ff 48%, #eef4ff 100%);
}

.hero::after {
  height: clamp(4rem, 9vh, 7rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f8fafc 92%);
}

.hero-image {
  opacity: 0.97;
  filter: brightness(1.04) contrast(1.08) saturate(1.02) hue-rotate(24deg);
}

.shade {
  background:
    radial-gradient(ellipse at 73% 46%, rgba(109, 93, 246, 0.16), rgba(56, 189, 248, 0.08) 30%, transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 28%, rgba(255, 255, 255, 0.18) 42%, transparent 58%);
  background-size: 100% 100%;
}

.bio-backdrop,
.pricing-bg,
.light-peptide-wave,
.data-transition,
.dark-peptide-field {
  display: none !important;
}

.bio-backdrop::before,
.bio-backdrop::after,
.detail-section::before,
.detail-section::after,
.pricing-section::before,
.pricing-section::after,
.stats-section::before,
.contact-section::before {
  display: none !important;
  content: none !important;
}

.tlc-monogram-frame {
  fill: #0b1020;
  stroke: url("#logoStrokeLight");
  stroke-width: 6;
  filter:
    drop-shadow(0 16px 26px rgba(15, 23, 42, 0.2))
    drop-shadow(0 0 16px rgba(109, 93, 246, 0.22));
}

.tlc-monogram-circuit {
  fill: none;
  stroke: url("#logoStrokeLight");
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.4;
  filter: drop-shadow(0 0 8px rgba(109, 93, 246, 0.24));
}

.tlc-monogram-node {
  fill: url("#logoTubeLight");
  stroke: rgba(255, 255, 255, 0.72);
  stroke-width: 1.1;
  filter: drop-shadow(0 0 9px rgba(56, 189, 248, 0.44));
}

.tlc-monogram-node-core {
  fill: rgba(11, 16, 32, 0.82);
  stroke: url("#logoStrokeLight");
  stroke-width: 3.5;
}

.tlc-monogram-text {
  fill: #ffffff;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.08em;
  filter: drop-shadow(0 0 9px rgba(139, 92, 246, 0.34));
}

.tlc-logo-dark .tlc-monogram-frame {
  fill: #0b1020;
  stroke: url("#logoStrokeDark");
  filter:
    drop-shadow(0 0 14px rgba(109, 93, 246, 0.42))
    drop-shadow(0 12px 26px rgba(0, 0, 0, 0.25));
}

.tlc-logo-dark .tlc-monogram-circuit {
  stroke: url("#logoStrokeDark");
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.36));
}

.tlc-logo-dark .tlc-monogram-node {
  fill: url("#logoTubeDark");
  stroke: rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.52));
}

.tlc-logo-dark .tlc-monogram-node-core {
  fill: rgba(11, 16, 32, 0.7);
  stroke: url("#logoStrokeDark");
}

.tlc-logo-dark .tlc-monogram-text {
  fill: #ffffff;
  filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.34));
}

.detail-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 56%, #f8fafc 100%);
}

.pricing-section {
  margin-top: 0;
  padding-top: clamp(6rem, 10vw, 9rem);
  padding-bottom: clamp(6rem, 10vw, 9rem);
  color: #f8fafc;
  background:
    radial-gradient(circle at 17% 4%, rgba(109, 93, 246, 0.2), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(56, 189, 248, 0.13), transparent 27%),
    linear-gradient(180deg, #070019 0%, #0b0526 52%, #080414 100%);
}

.pricing-section .section-inner {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 243, 255, 0.92));
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
}

.pricing-section .section-inner::before {
  display: none !important;
  content: none !important;
}

.stats-section,
.contact-section {
  color: #f8fafc;
  background:
    radial-gradient(circle at 18% 0%, rgba(109, 93, 246, 0.2), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(56, 189, 248, 0.12), transparent 28%),
    linear-gradient(180deg, #080414 0%, #0b1020 58%, #050816 100%);
}

.contact-section {
  margin-top: 0;
  padding-top: clamp(6rem, 9vw, 9rem);
  -webkit-mask-image: none;
  mask-image: none;
}

.stats-inner article {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

@media (max-width: 760px) {
  .hero {
    background:
      radial-gradient(circle at 60% 22%, rgba(109, 93, 246, 0.12), transparent 36%),
      linear-gradient(180deg, #ffffff 0%, #f5f1ff 55%, #eef4ff 100%);
  }

  .shade {
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(255, 255, 255, 0.06) 74%, transparent 100%),
      radial-gradient(circle at 64% 30%, rgba(109, 93, 246, 0.08) 0 22%, transparent 56%);
    background-size: 100% 100%;
  }

  .pricing-section {
    padding-top: 4.8rem;
    padding-bottom: 4.5rem;
  }

  .contact-section {
    margin-top: 0;
    padding-top: 4.8rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 760px) {
  html,
  body {
    height: auto !important;
    overflow-x: hidden;
  }

  html {
    overflow-y: auto !important;
  }

  body {
    overflow-y: visible !important;
  }
}

/* Test variant: framed hero canvas, matching the premium module treatment below. */
:root {
  --tlc-module-max: 1320px;
}

body {
  background:
    radial-gradient(circle at 17% 4%, rgba(109, 93, 246, 0.2), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(56, 189, 248, 0.13), transparent 27%),
    linear-gradient(180deg, #070019 0%, #0b0526 52%, #080414 100%);
}

.site-header {
  width: min(var(--tlc-module-max), calc(100vw - 2rem));
}

.hero {
  width: min(var(--tlc-module-max), calc(100vw - 2rem));
  height: calc(100vh - 8.3rem);
  height: calc(100dvh - 8.3rem);
  min-height: 620px;
  margin: clamp(6.9rem, 9.2vh, 7.9rem) auto 0;
  border: 0;
  border-radius: clamp(28px, 3vw, 36px);
  background:
    radial-gradient(circle at 72% 42%, rgba(109, 93, 246, 0.16), transparent 30%),
    radial-gradient(circle at 84% 34%, rgba(56, 189, 248, 0.13), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f5ff 48%, #eef4ff 100%);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(109, 93, 246, 0.18);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.48) 38%, transparent 58%, rgba(109, 93, 246, 0.08) 100%),
    radial-gradient(circle at 78% 58%, rgba(56, 189, 248, 0.12), transparent 28%);
  pointer-events: none;
}

.hero::after {
  border-radius: 0 0 clamp(28px, 3vw, 36px) clamp(28px, 3vw, 36px);
}

.shade {
  background:
    radial-gradient(ellipse at 73% 46%, rgba(109, 93, 246, 0.16), rgba(56, 189, 248, 0.08) 30%, transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 33%, rgba(255, 255, 255, 0.58) 48%, rgba(255, 255, 255, 0.16) 60%, transparent 72%);
  background-size: 100% 100%;
}

.pricing-section {
  margin-top: 0;
  padding-top: clamp(4.5rem, 7vw, 6rem);
}

.pricing-section .section-inner {
  width: min(var(--tlc-module-max), 100%);
}

@media (min-width: 761px) {
  .pricing-section {
    padding-right: 0;
    padding-left: 0;
  }

  .copy {
    left: clamp(2.15rem, 4.2vw, 3.4rem);
    bottom: clamp(2rem, 7vh, 4.75rem);
    width: min(39rem, calc(100vw - 3rem));
  }

  .subline,
  .value-stack,
  .process-line {
    max-width: 28rem;
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, #070019 0%, #0b0526 52%, #080414 100%);
  }

  .site-header {
    width: calc(100vw - 1rem);
  }

  .hero {
    width: calc(100vw - 1rem);
    height: calc(100dvh - 5rem);
    min-height: 760px;
    margin-top: 4.35rem;
    border-radius: 28px;
    box-shadow:
      0 24px 70px rgba(15, 23, 42, 0.16),
      0 0 0 1px rgba(109, 93, 246, 0.16);
  }

  .copy {
    border-radius: 0 0 28px 28px;
  }

  .pricing-section {
    margin-top: 2rem;
    padding-top: 4rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 0 0 0.95rem;
}

.hero-actions .cta {
  margin: 0;
}

.cta-secondary {
  color: #5b4df0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88));
  box-shadow:
    0 16px 38px rgba(15, 23, 42, 0.08),
    inset 0 0 0 1px rgba(109, 93, 246, 0.2);
}

.cta-secondary:hover,
.cta-secondary:focus-visible {
  color: #4f46e5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(243, 240, 255, 0.95));
  box-shadow:
    0 18px 44px rgba(109, 93, 246, 0.17),
    inset 0 0 0 1px rgba(109, 93, 246, 0.3);
}

.reservation-note {
  max-width: 31rem;
  margin: 0;
  color: rgba(71, 85, 105, 0.92);
  font-size: clamp(0.74rem, 0.95vw, 0.88rem);
  font-weight: 650;
  line-height: 1.48;
}

.reservation-note strong {
  display: block;
  margin: 0 0 0.18rem;
  color: #0f172a;
  font-weight: 900;
}

.seo-section {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.4rem) clamp(1.25rem, 5vw, 4.75rem);
  color: #0f172a;
  background:
    radial-gradient(circle at 80% 8%, rgba(56, 189, 248, 0.12), transparent 28%),
    radial-gradient(circle at 12% 36%, rgba(109, 93, 246, 0.08), transparent 26%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 54%, #f8fafc 100%);
}

.seo-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle, rgba(109, 93, 246, 0.11) 0 0.55px, transparent 0.9px),
    radial-gradient(circle, rgba(56, 189, 248, 0.1) 0 0.48px, transparent 0.82px);
  background-position: 0 0, 11px 8px;
  background-size: 18px 18px, 31px 31px;
  opacity: 0.26;
  pointer-events: none;
}

.seo-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seo-section h2 {
  max-width: 58rem;
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3.65rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(1.7rem, 3vw, 2.4rem);
}

.seo-topic-card {
  padding: clamp(1.1rem, 2vw, 1.5rem);
  border: 1px solid rgba(109, 93, 246, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.07);
}

.seo-topic-card h3 {
  margin: 0 0 0.72rem;
  color: #0f172a;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.12;
}

.seo-topic-card p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.58;
}

.seo-keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.seo-keyword-list li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: 999px;
  color: #1d4ed8;
  background: rgba(239, 246, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
}

.equipment-reserve {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(109, 93, 246, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #6d5df6, #8b5cf6);
  box-shadow: 0 14px 32px rgba(109, 93, 246, 0.18);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.equipment-reserve:hover,
.equipment-reserve:focus-visible {
  outline: none;
  background: linear-gradient(135deg, #7667ff, #9768ff);
  box-shadow: 0 18px 38px rgba(109, 93, 246, 0.24);
  transform: translateY(-1px);
}

@media (min-width: 761px) {
  .reservation-note {
    max-width: 28rem;
  }
}

@media (max-width: 760px) {
  .hero-actions {
    gap: 0.65rem;
    margin-bottom: 0.8rem;
  }

  .hero-actions .cta {
    flex: 1 1 9.5rem;
    min-width: 0;
  }

  .hero-actions .cta-demo {
    flex-basis: 100%;
  }

  .reservation-note {
    max-width: 100%;
    font-size: 0.72rem;
  }

  .seo-section {
    padding: 2.75rem 1.15rem;
  }

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

  .seo-section h2 {
    font-size: clamp(1.85rem, 8vw, 2.65rem);
  }
}

@media (max-width: 460px) {
  .hero-actions .cta {
    flex-basis: 100%;
  }
}

/* Keep the remote-session badge and peptide stream visible after adding booking CTAs. */
@media (min-width: 761px) {
  .copy {
    top: clamp(2.8rem, 5.4vh, 4.5rem);
    bottom: auto;
    width: min(34.5rem, 43vw);
  }

  .remote-orchestrator {
    margin-bottom: 0.55rem;
  }

  .remote-symbol {
    min-height: 66px;
    gap: 0.82rem;
    padding: 0.32rem 0.88rem 0.32rem 0.36rem;
    border-radius: 22px;
    font-size: 0.74rem;
    letter-spacing: 0.15em;
  }

  .remote-symbol svg {
    width: 86px;
    height: 64px;
  }

  .peptide-stream {
    z-index: 8;
    top: -2.15rem;
  }

  .kicker {
    margin-bottom: 0.78rem;
  }

  h1 {
    font-size: clamp(3rem, 5.8vw, 5.35rem);
  }

  .subline {
    margin: 1rem 0 0.82rem;
    line-height: 1.48;
  }

  .value-stack {
    gap: 0.42rem;
    margin-bottom: 0.72rem;
  }

  .value-stack p {
    line-height: 1.34;
  }

  .process-line {
    margin-bottom: 0.92rem;
    line-height: 1.4;
  }

  .hero-actions {
    margin-bottom: 0.72rem;
  }

  .reservation-note {
    max-width: 28rem;
    font-size: clamp(0.68rem, 0.82vw, 0.78rem);
    line-height: 1.36;
  }
}

@media (min-width: 761px) and (max-height: 860px) {
  .copy {
    top: clamp(2.2rem, 4.4vh, 3.2rem);
  }

  .remote-symbol {
    min-height: 56px;
    font-size: 0.66rem;
  }

  .remote-symbol svg {
    width: 74px;
    height: 54px;
  }

  .remote-orchestrator {
    margin-bottom: 0.42rem;
  }

  h1 {
    font-size: clamp(2.9rem, 5.35vw, 4.9rem);
  }

  .subline {
    margin-top: 0.82rem;
    font-size: clamp(0.94rem, 1.22vw, 1.08rem);
  }

  .value-stack p {
    font-size: clamp(0.72rem, 0.88vw, 0.84rem);
  }

  .reservation-note {
    font-size: 0.68rem;
  }
}

/* Localized search/value section: match the framed OrderDock-style modules. */
.seo-section {
  padding: clamp(3.2rem, 6vw, 5.5rem) 0;
  scroll-margin-top: 7rem;
  background:
    radial-gradient(circle at 18% 12%, rgba(109, 93, 246, 0.2), transparent 28rem),
    radial-gradient(circle at 84% 58%, rgba(56, 189, 248, 0.1), transparent 24rem),
    linear-gradient(180deg, #08021c 0%, #0b0526 48%, #09031d 100%);
}

.seo-section::before {
  background:
    linear-gradient(rgba(109, 93, 246, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 0.7px, transparent 1px);
  background-size: 72px 72px, 72px 72px, 26px 26px;
  opacity: 0.72;
}

.seo-inner {
  width: min(var(--tlc-module-max), calc(100vw - 2rem));
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(109, 93, 246, 0.16);
  border-radius: clamp(28px, 3vw, 36px);
  background:
    radial-gradient(circle at 84% 18%, rgba(56, 189, 248, 0.11), transparent 18rem),
    radial-gradient(circle at 16% 78%, rgba(109, 93, 246, 0.12), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f7f5ff 52%, #eef4ff 100%);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.seo-inner::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(rgba(109, 93, 246, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 189, 248, 0.04) 1px, transparent 1px),
    radial-gradient(circle, rgba(109, 93, 246, 0.11) 0 0.65px, transparent 1px);
  background-size: 78px 78px, 78px 78px, 24px 24px;
  opacity: 0.62;
  pointer-events: none;
}

.seo-inner > * {
  position: relative;
  z-index: 1;
}

.seo-section .section-kicker {
  color: #6d5df6;
}

.seo-section .section-copy {
  display: block;
  width: fit-content;
  color: #5b3fd4;
  font-weight: 600;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .seo-section .section-copy {
    background: linear-gradient(135deg, #6d5df6, #38bdf8);
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.seo-section h2 {
  max-width: 64rem;
  color: #0f172a;
  font-size: clamp(2.25rem, 4.8vw, 4.6rem);
  line-height: 0.98;
}

.seo-card-grid {
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
}

.seo-topic-card {
  min-height: 100%;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(109, 93, 246, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.seo-topic-card h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
}

.seo-topic-card p {
  color: #475569;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
}

.seo-keyword-list li {
  border-color: rgba(109, 93, 246, 0.16);
  color: #5b4df0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 244, 255, 0.86));
}

@media (max-width: 760px) {
  .seo-section {
    padding: 2rem 0;
    scroll-margin-top: 5.5rem;
  }

  .seo-inner {
    width: calc(100vw - 1rem);
    padding: 1.65rem 1rem;
    border-radius: 28px;
  }

  .seo-section h2 {
    font-size: clamp(2rem, 9vw, 3.1rem);
    line-height: 1.02;
  }

  .seo-topic-card {
    border-radius: 22px;
  }
}

/* Expert landing pages: dark-section typography contrast. */
.detail-section.pricing-section .detail-inner {
  position: relative;
  z-index: 1;
  width: min(72rem, 100%);
  max-width: 100%;
  margin: 0 auto;
  overflow-x: clip;
}

.detail-section.pricing-section .section-kicker {
  color: #a78bfa;
  text-shadow: 0 0 28px rgba(167, 139, 250, 0.34);
}

.detail-section.pricing-section h1 {
  display: block;
  max-width: min(66rem, 100%);
  color: #f8fbff;
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 42%, #a5f3fc 72%, #c4b5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  text-shadow: 0 18px 56px rgba(0, 0, 0, 0.38);
}

.detail-section.pricing-section h1,
.detail-section.pricing-section h1 span {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.detail-section.pricing-section .section-copy {
  width: 100%;
  max-width: 64rem;
  color: rgba(226, 237, 255, 0.9);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.72;
  overflow-wrap: break-word;
}

.detail-section.pricing-section h2 {
  margin-top: clamp(2.6rem, 5vw, 4.4rem);
  color: #f8fbff;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.02;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.32);
}

.detail-section.pricing-section h3 {
  margin: 1.8rem 0 0.6rem;
  color: #dbeafe;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(1.22rem, 2.2vw, 1.7rem);
  line-height: 1.12;
}

.detail-section.pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.6vw, 1.25rem);
  margin: clamp(2rem, 4vw, 3rem) 0;
}

.detail-section.pricing-section .pricing-card {
  min-height: 100%;
  padding: clamp(1.15rem, 2.2vw, 1.65rem);
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.12), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.detail-section.pricing-section .pricing-card h2 {
  margin: 0 0 0.75rem;
  color: #ffffff;
  font-size: clamp(1.16rem, 1.8vw, 1.45rem);
  line-height: 1.12;
  text-shadow: none;
}

.detail-section.pricing-section .pricing-card p {
  margin: 0;
  color: rgba(226, 237, 255, 0.86);
  line-height: 1.58;
}

.detail-section.pricing-section .seo-keyword-list {
  gap: 0.7rem;
  margin: 1.3rem 0 2rem;
}

.detail-section.pricing-section .seo-keyword-list li {
  border-color: rgba(125, 211, 252, 0.22);
  color: #e0f2fe;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(167, 139, 250, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.detail-section.pricing-section .seo-keyword-list a {
  color: #f8fbff;
  text-decoration: underline;
  text-decoration-color: rgba(125, 211, 252, 0.48);
  text-underline-offset: 0.18em;
}

.detail-section.pricing-section .hero-actions {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .detail-section.pricing-section h1 {
    font-size: clamp(2.2rem, 8.4vw, 3.55rem);
    line-height: 1.03;
  }
}

@media (max-width: 760px) {
  .detail-section.pricing-section {
    padding-top: 4.8rem;
    background:
      radial-gradient(circle at 16% 0%, rgba(109, 93, 246, 0.26), transparent 15rem),
      radial-gradient(circle at 88% 16%, rgba(56, 189, 248, 0.14), transparent 15rem),
      linear-gradient(180deg, #070019 0%, #0b0526 54%, #080414 100%);
  }

  .detail-section.pricing-section h1 {
    width: 100%;
    max-width: calc(100vw - 2rem);
    font-size: clamp(1.68rem, 7.2vw, 2.25rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .detail-section.pricing-section .detail-inner,
  .detail-section.pricing-section .section-copy,
  .detail-section.pricing-section .pricing-grid,
  .detail-section.pricing-section .pricing-card,
  .detail-section.pricing-section .seo-keyword-list {
    width: 100%;
    max-width: calc(100vw - 2rem);
  }

  .detail-section.pricing-section .section-copy,
  .detail-section.pricing-section .pricing-card p,
  .detail-section.pricing-section .seo-keyword-list li {
    overflow-wrap: anywhere;
  }

  .detail-section.pricing-section .section-copy {
    color: rgba(232, 240, 255, 0.9);
    font-size: 1rem;
    line-height: 1.62;
  }

  .detail-section.pricing-section .pricing-grid {
    grid-template-columns: 1fr;
  }

  .detail-section.pricing-section .section-kicker {
    color: #b7a6ff;
  }
}

/* Main pricing module: keep headings legible on its light glass surface. */
.pricing-section .section-inner > h2,
.pricing-section .section-inner .price-grid h3,
.pricing-section .section-inner .equipment-panel h3 {
  width: fit-content;
  max-width: 100%;
  color: #5b3fd4;
  text-shadow: none;
}

.pricing-section .section-inner .price-grid h3,
.pricing-section .section-inner .equipment-panel h3 {
  display: inline-block;
}

@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .pricing-section .section-inner > h2,
  .pricing-section .section-inner .price-grid h3,
  .pricing-section .section-inner .equipment-panel h3 {
    background: linear-gradient(135deg, #6d5df6, #38bdf8);
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
