/*
  ONLIME SYSTEMS - MERGED STYLESHEET
  Contains:
  1. public/styles.css
  2. public/solution-dashboard.css
  3. onlime-tech-consistent.css
  4. operational drag clean patch v5

  Use this as the only stylesheet after the Google Fonts link.
*/

:root {
  color-scheme: dark;
  --bg: #020203;
  --accent: #59d6ff;
  --accent-strong: #2aa8ff;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.075);
  --line: rgba(89, 214, 255, 0.16);
  --line-strong: rgba(89, 214, 255, 0.3);
  --text: #f7f7f5;
  --muted: #a9a9a6;
  --soft: #d7d7d2;
  --dim: #6e6e6b;
  --black: #020203;
  --max: 1180px;
  --solve-ai-seam-p: 0;
  --ai-applied-entry-p: 1;
  --header-anchor-offset: 156px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-anchor-offset);
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 0%, rgba(89, 214, 255, 0.16), transparent 32rem),
    radial-gradient(circle at 18% 32%, rgba(42, 168, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, #050506 0%, #020203 42%, #000 100%);
}

body.portal-transition-active::after {
  position: fixed;
  inset: -12vh -12vw;
  z-index: 120;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(89, 214, 255, 0.3), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(99, 240, 165, 0.16), transparent 46%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  mix-blend-mode: screen;
  animation: portalFlash 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

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

.background-system {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.grid-layer {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.08) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.particle-layer {
  position: absolute;
  inset: -10%;
  opacity: 0.52;
  background-image:
    radial-gradient(circle, rgba(89, 214, 255, 0.82) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.5px);
  background-position:
    0 0,
    38px 62px;
  background-size:
    142px 142px,
    211px 211px;
  animation: particleDrift 26s linear infinite;
}

.scanline {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateY(-100%);
  animation: scan 10s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  width: 100%;
  min-height: 72px;

  margin: 0;
  padding: 14px 24px;

  background: transparent;
  border: none;
  border-radius: 0 0 18px 18px;

  isolation: isolate;
  overflow: visible;
}

/* GLASS BACKGROUND */
.site-header::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -1;
  pointer-events: none;

  border-radius: 0 0 18px 18px;

  background: linear-gradient(
    90deg,
    rgba(5, 5, 6, 0.72) 0%,
    rgba(5, 5, 6, 0.62) 30%,
    rgba(5, 5, 6, 0.42) 55%,
    rgba(5, 5, 6, 0.14) 72%,
    rgba(5, 5, 6, 0.00) 86%
  );

  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.18);

  /* FADE DEL BACKGROUND */
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 68%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 68%,
    rgba(0,0,0,0) 100%
  );
}

/* LINEA INFERIOR */
.site-header::after {
  content: "";

  position: absolute;
  left: clamp(18px, 3vw, 32px);
  bottom: 0;

  width: min(92%, 1200px);
  height: 2px;

  pointer-events: none;

  background: linear-gradient(
    90deg,
    rgba(89, 214, 255, 0.85) 0%,
    rgba(89, 214, 255, 0.45) 35%,
    rgba(89, 214, 255, 0.18) 62%,
    rgba(89, 214, 255, 0.00) 100%
  );

  /* IMPORTANTE */
  filter: none;

  clip-path: polygon(
    0 0,
    100% 35%,
    100% 100%,
    0 100%
  );

  /* EL FADE REAL */
  -webkit-mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 58%,
    rgba(0,0,0,0) 100%
  );

  mask-image: linear-gradient(
    90deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 58%,
    rgba(0,0,0,0) 100%
  );
}

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

.brand-logo {
  display: block;
  width: min(30vw, 140px);
  max-width: 140px;
  max-height: 64px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
}


.solution-panel,
.use-card,
.metric-card,
.process-step,
.workflow-node,
.faq-item,
.lead-form {
  box-shadow: 0 0 0 1px rgba(89, 214, 255, 0.03), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.028);
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.82rem;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding-right: 8px;
}

.language-select {
  height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.86);
  outline: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 750;
}

.language-select:focus {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.language-select option {
  color: #111;
  background: #fff;
}

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

.section-shell {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

/* Anchor offset: prevents sticky header from covering sections after clicking nav/footer links. */
main [id],
.site-footer [id] {
  scroll-margin-top: var(--header-anchor-offset);
}

@media (max-width: 760px) {
  :root {
    --header-anchor-offset: 124px;
  }
}

#method-title,
#lead-form,
#audit {
  scroll-margin-top: var(--header-anchor-offset);
}

.hero {
  display: grid;
  gap: 42px;
  min-height: calc(100svh - 72px);
  padding: 78px 0 74px;
  align-items: center;
  justify-items: center;
  text-align: center;
  grid-template-columns: 1fr;
}

.hero-copy {
  max-width: 760px;
  margin: 0 auto;
}

.hero-featured {
  position: relative;
  gap: 18px;
  padding-top: 62px;
  padding-bottom: clamp(250px, 34vh, 360px);
  overflow: visible;
}

.hero-copy--featured {
  position: relative;
  z-index: 2;
  max-width: 1000px;
}

.hero-featured-eyebrow {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}

.hero-featured-title {
  max-width: 18ch;
  margin: 0 auto 10px;
  font-size: clamp(2.8rem, 6vw, 4.9rem);
  line-height: 0.92;
  text-wrap: balance;
}

.hero-featured .hero-subtitle {
  max-width: 17ch;
  margin: 0 auto 18px;
  color: transparent;
  background: linear-gradient(90deg, #57c0ff 0%, #6cb8ff 38%, #6f67ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(1.25rem, 2.8vw, 1.95rem);
  font-weight: 700;
  line-height: 1.03;
}

.hero-featured-detail {
  max-width: 38ch;
  margin: 0 auto 10px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-featured-note {
  max-width: 30ch;
  margin: 6px auto 0;
  color: var(--dim);
  font-size: 0.82rem;
  line-height: 1.45;
}

.impact-transition {
  --green: #2fc3ff;
  --red: #ff4545;
  --impact-bleed: 16px;
  --impact-line-top: clamp(18px, 3vh, 34px);
  --impact-line-height: clamp(138px, 18vh, 210px);
  --impact-line-p: 0;
  --impact-dot-y: var(--impact-line-top);
  --impact-dot-opacity: 0;
  --impact-dot-scale: 0.72;
  --impact-horizontal-p: 0;
  --impact-horizontal-opacity: 0;
  --impact-core-opacity: 0;
  --impact-core-scale: 0;
  --impact-glow-p: 0;
  --impact-glow-opacity: 0;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: clamp(6px, 2vh, 18px);
  width: min(calc(100% + var(--impact-bleed) * 2), 100dvw);
  height: clamp(240px, 30vh, 320px);
  transform: translateX(-50%);
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}

.impact-system {
  position: relative;
  height: 100%;
  min-height: 240px;
  overflow: visible;
}

.vertical-line {
  position: absolute;
  left: 50%;
  top: var(--impact-line-top);
  width: 1px;
  height: var(--impact-line-height);
  opacity: var(--impact-line-p);
  transform: translateX(-50%) scaleY(var(--impact-line-p));
  transform-origin: 50% 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(47, 195, 255, 0.92) 18%,
    rgba(47, 195, 255, 0.56) 42%,
    rgba(255, 69, 69, 0.75) 72%,
    transparent 100%
  );
  box-shadow:
    0 0 22px rgba(47, 195, 255, 0.28),
    0 0 26px rgba(255, 69, 69, 0.28);
  transition:
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.falling-circle {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: var(--impact-dot-y);
  width: 13px;
  height: 13px;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(var(--impact-dot-scale));
  background: var(--green);
  box-shadow:
    0 0 18px rgba(47, 195, 255, 0.8),
    0 0 34px rgba(47, 195, 255, 0.35);
  opacity: var(--impact-dot-opacity);
  transition:
    top 160ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: top, opacity, transform;
}

.horizontal-impact {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: calc(var(--impact-line-top) + var(--impact-line-height));
  width: min(920px, 86vw);
  height: 1px;
  transform: translateX(-50%) scaleX(var(--impact-horizontal-p));
  transform-origin: center;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 69, 69, 0.12) 12%,
    rgba(255, 69, 69, 0.95) 50%,
    rgba(255, 69, 69, 0.12) 88%,
    transparent 100%
  );
  box-shadow:
    0 0 18px rgba(255, 69, 69, 0.5),
    0 0 42px rgba(255, 69, 69, 0.2);
  opacity: var(--impact-horizontal-opacity);
  transition:
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.impact-core {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: calc(var(--impact-line-top) + var(--impact-line-height));
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(var(--impact-core-scale));
  background: var(--red);
  box-shadow:
    0 0 20px rgba(255, 69, 69, 0.95),
    0 0 46px rgba(255, 69, 69, 0.45);
  opacity: var(--impact-core-opacity);
  transition:
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.impact-glow {
  position: absolute;
  left: 50%;
  top: calc(var(--impact-line-top) + var(--impact-line-height));
  width: 420px;
  height: 90px;
  border-radius: 999px;
  transform: translate(-50%, -50%) scaleX(calc(0.16 + var(--impact-glow-p) * 1.18));
  background: radial-gradient(
    ellipse at center,
    rgba(255, 69, 69, 0.24) 0%,
    rgba(255, 69, 69, 0.08) 38%,
    transparent 72%
  );
  filter: blur(12px);
  opacity: var(--impact-glow-opacity);
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.hero-secondary {
  position: relative;
  isolation: isolate;
  min-height: auto;
  padding: 118px 0 122px;
  overflow-x: clip;
  overflow-y: visible;
  align-items: center;
  justify-items: center;
  text-align: center;
}

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

.hero-secondary::before {
  inset: 22px -8vw 14px;
  background:
    radial-gradient(ellipse at 50% 32%, rgba(116, 229, 255, 0.16), transparent 42%),
    radial-gradient(ellipse at 42% 50%, rgba(198, 126, 255, 0.09), transparent 36%),
    radial-gradient(ellipse at 58% 58%, rgba(118, 255, 186, 0.1), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0 112px, rgba(116, 229, 255, 0.06) 112px 113px, transparent 113px 224px);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, black 48%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, black 0%, black 48%, transparent 78%);
}

.hero-secondary::after {
  right: 8%;
  bottom: 36px;
  left: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(116, 229, 255, 0.42), rgba(198, 126, 255, 0.24), rgba(118, 255, 186, 0.34), transparent);
  box-shadow:
    0 -34px 98px rgba(116, 229, 255, 0.12),
    0 20px 72px rgba(118, 255, 186, 0.08);
}

.hero-secondary__copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.hero-secondary__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #74e5ff;
  font-size: 0.74rem;
}

.hero-secondary__eyebrow::after,
.hero-secondary__eyebrow::before {
  width: 42px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #74e5ff, #76ffba);
  box-shadow: 0 0 18px rgba(116, 229, 255, 0.32);
}

.hero-secondary__eyebrow::after {
  background: linear-gradient(90deg, #c67eff, #74e5ff);
}

.hero-secondary h1 {
  max-width: 11ch;
  margin-bottom: 28px;
  font-size: 6.15rem;
  line-height: 0.88;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 0 34px rgba(116, 229, 255, 0.1),
    0 0 92px rgba(198, 126, 255, 0.08);
}

.hero-secondary .hero-subtitle {
  max-width: 700px;
  margin: 0 auto 34px;
  color: rgba(223, 235, 243, 0.86);
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-secondary .hero-actions {
  align-items: center;
  justify-content: center;
}

.hero-secondary .availability {
  color: rgba(191, 206, 214, 0.74);
}

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

.hero-secondary__copy::before {
  top: -34px;
  left: 50%;
  width: min(620px, 86vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 229, 255, 0.58), rgba(198, 126, 255, 0.34), transparent);
  box-shadow: 0 0 34px rgba(116, 229, 255, 0.18);
  transform: translateX(-50%);
}

.hero-secondary__copy::after {
  right: 12%;
  bottom: -26px;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 255, 186, 0.34), rgba(116, 229, 255, 0.38), transparent);
}

@media (max-width: 620px) {
  .hero-secondary {
    padding: 74px 0 84px;
  }

  .hero-secondary::before {
    inset: 22px 0 14px;
  }

  .hero-secondary__eyebrow {
    gap: 10px;
    font-size: 0.68rem;
  }

  .hero-secondary__eyebrow::before,
  .hero-secondary__eyebrow::after {
    width: 24px;
  }

  .hero-secondary h1 {
    max-width: 10ch;
    font-size: 3rem;
    line-height: 0.96;
  }

  .hero-secondary .hero-subtitle {
    margin-bottom: 28px;
    font-size: 1rem;
  }

  .hero-secondary .hero-actions {
    gap: 14px;
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  color: var(--text);
  font-size: clamp(3.15rem, 12vw, 7.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.9;
}

h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: clamp(2rem, 7vw, 4.4rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.98;
}

h3 {
  color: var(--text);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.2;
}

.hero-subtitle,
.section-heading p,
.solution-panel p,
.cta-section p,
.form-intro p,
.use-card p,
.metric-card p,
.process-step p {
  color: var(--muted);
}

.method-pills,
.cta-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.method-pills span,
.cta-notes span {
  padding: 10px 14px;
  border: 1px solid rgba(89, 214, 255, 0.2);
  border-radius: 999px;
  color: var(--soft);
  background: linear-gradient(145deg, rgba(89, 214, 255, 0.1), rgba(255, 255, 255, 0.02));
  font-size: 0.8rem;
}

.hero-subtitle {
  max-width: 680px;
  margin: 0 auto 32px;
  font-size: clamp(1.08rem, 3vw, 1.36rem);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  cursor: pointer;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 50px rgba(0, 0, 0, 0.42);
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.button::after {
  width: 16px;
  height: 1px;
  margin-left: 12px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.105);
  transform: translateY(-1px);
}

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

.button-primary {
  color: #04111a;
  background: linear-gradient(180deg, #c9f3ff, #55c8f3);
  border-color: rgba(89, 214, 255, 0.6);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(180deg, #e4f9ff, #7cdfff);
}

.button-primary-pill {
  position: relative;
  overflow: hidden;
  min-height: 58px;
  padding: 7px 56px 7px 26px;
  border: 0;
  border-radius: 999px;
  color: #031116;
  background: linear-gradient(135deg, #8ef5ff 0%, #43dcff 48%, #79ffe1 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.38) inset,
    0 16px 42px rgba(49, 216, 255, 0.26),
    0 0 62px rgba(94, 233, 255, 0.2);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.025em;
  transition:
    transform 0.18s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.button-primary-pill::before {
  content: "";
  position: absolute;
  top: -90%;
  bottom: -90%;
  left: -58%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(18deg);
  animation: onlCtaShine 3.8s ease-in-out infinite;
}

.button-primary-pill::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  border-radius: 50%;
  background: rgba(3, 17, 22, 0.14);
  box-shadow:
    0 0 0 1px rgba(3, 17, 22, 0.16) inset,
    0 0 18px rgba(255, 255, 255, 0.18);
  color: currentColor;
  content: "\2192";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background 0.22s ease;
}

.button-primary-pill:hover,
.button-primary-pill:focus-visible {
  border-color: transparent;
  background: linear-gradient(135deg, #8ef5ff 0%, #43dcff 48%, #79ffe1 100%);
  filter: brightness(1.05) saturate(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.46) inset,
    0 20px 54px rgba(49, 216, 255, 0.36),
    0 0 82px rgba(94, 233, 255, 0.28);
}

.button-primary-pill:hover::after,
.button-primary-pill:focus-visible::after {
  background: rgba(3, 17, 22, 0.22);
  transform: translateY(-50%) translateX(3px);
}

.availability {
  color: var(--dim);
  font-size: 0.86rem;
}

.solve-it {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 8vw 0;
}

.solve-it-copy {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(100%, 760px);
  padding: 34px 28px 28px;
  text-align: center;
}

.solve-it-copy strong {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.solve-it-main {
  max-width: 18ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.9rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

.solve-it-subtitle {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.35;
}

.solve-it-highlight {
  background: linear-gradient(90deg, #4be2a5 0%, #57c7ff 50%, #6f67ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.solve-ai-seam-zone {
  position: relative;
  z-index: 2;
  height: 125vh;
  margin-top: -34vh;
  margin-bottom: -64vh;
  pointer-events: none;
}

.solve-ai-seam-stage {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  height: 100vh;
  overflow: hidden;
}

.solve-ai-seam-line {
  position: absolute;
  top: -8%;
  left: 50%;
  width: 1px;
  height: 92%;
  background: linear-gradient(transparent, rgba(56, 223, 255, 0.9), rgba(77, 255, 155, 0.9), transparent);
  box-shadow: 0 0 22px rgba(56, 223, 255, 0.7);
  opacity: calc(0.15 + var(--solve-ai-seam-p) * 0.85);
  transform: translateX(-50%);
}

.solve-ai-seam-line::before,
.solve-ai-seam-line::after {
  position: absolute;
  top: 50%;
  width: calc(var(--solve-ai-seam-p) * 46vw);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(56, 223, 255, 0.8));
  box-shadow: 0 0 20px rgba(56, 223, 255, 0.55);
}

.solve-ai-seam-line::before {
  right: 0;
}

.solve-ai-seam-line::after {
  left: 0;
  transform: scaleX(-1);
}

.solve-ai-split-word {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--text);
  font-size: clamp(2.375rem, 8vw, 7.5rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 0 36px rgba(2, 2, 3, 0.88);
  transform: translate(-50%, -50%);
}

.solve-ai-split-word .left,
.solve-ai-split-word .right {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.solve-ai-split-word .left {
  opacity: calc(1 - var(--solve-ai-seam-p) * 0.78);
  filter: blur(calc(var(--solve-ai-seam-p) * 7px));
  transform: translateX(calc(var(--solve-ai-seam-p) * -18vw));
}

.solve-ai-split-word .right {
  opacity: calc(1 - var(--solve-ai-seam-p) * 0.78);
  filter: blur(calc(var(--solve-ai-seam-p) * 7px));
  transform: translateX(calc(var(--solve-ai-seam-p) * 18vw));
}

/* AI applied module */
.ai-applied-section {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 0 56px;
}

.ai-applied-frame {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 22px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(89, 214, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(4, 7, 10, 0.86);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: calc((var(--ai-applied-entry-p) - 0.25) * 1.8);
  filter: blur(calc((1 - var(--ai-applied-entry-p)) * 14px));
  transform: translateY(calc((1 - var(--ai-applied-entry-p)) * 120px)) scale(calc(0.88 + var(--ai-applied-entry-p) * 0.12));
  will-change: transform, opacity, filter;
}

.ai-applied-header {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ai-applied-header .section-kicker {
  margin-bottom: 0;
  color: var(--accent);
}

.ai-applied-header h2 {
  max-width: 15ch;
  margin: 0 auto;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.ai-applied-header h2 em {
  font-style: normal;
  color: #63f0a5;
}

.ai-applied-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.ai-applied-tabs {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 7px;
  display: flex;
  gap: 6px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  overflow-x: auto;
  scrollbar-width: none;
}

.ai-applied-tabs::-webkit-scrollbar {
  display: none;
}

.ai-applied-tab {
  border: 0;
  padding: 11px 16px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.ai-applied-tab:hover,
.ai-applied-tab:focus-visible,
.ai-applied-tab.is-active {
  color: #031018;
  background: linear-gradient(90deg, #59d6ff, #63f0a5);
  box-shadow: 0 10px 26px rgba(89, 214, 255, 0.18);
  transform: translateY(-1px);
}

.ai-applied-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(240px, 1.02fr) minmax(0, 0.92fr);
  gap: 16px;
  padding: 18px;
}

.ai-applied-copy,
.ai-applied-result-col,
.ai-applied-center {
  min-height: 342px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.22);
}

.ai-applied-copy,
.ai-applied-result-col {
  padding: 20px;
}

.ai-applied-kicker {
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ai-applied-copy h3 {
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.ai-applied-copy h3 em {
  font-style: normal;
  color: #63f0a5;
}

.ai-applied-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ai-applied-pain,
.ai-applied-result {
  padding: 16px;
  border-radius: 16px;
}

.ai-applied-pain {
  margin-top: 18px;
  border: 1px solid rgba(255, 74, 74, 0.80);
  background: rgba(255, 95, 95, 0.07);
}

.ai-applied-result {
  margin-bottom: 14px;
  border: 1px solid rgba(99, 240, 165, 0.80);
  background: rgba(99, 240, 165, 0.08);
}

.ai-applied-pain span,
.ai-applied-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ai-applied-pain strong,
.ai-applied-result strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.4;
}

.ai-applied-center {
  display: grid;
  place-items: center;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(89, 214, 255, 0.12), transparent 38%),
    rgba(0, 0, 0, 0.22);
}

.ai-applied-screen {
  width: 100%;
  max-width: 390px;
  min-height: 310px;
  padding: 14px;
  border: 1px solid rgba(89, 214, 255, 0.16);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, rgba(99, 240, 165, 0.12), transparent 28%),
    linear-gradient(145deg, #05252a, #031419 66%, #02080b);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 54px rgba(0, 0, 0, 0.28);
}

.ai-applied-screen-inner {
  display: grid;
  gap: 10px;
}

.ai-applied-screen-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #bfffe0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-applied-live {
  color: #63f0a5;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.ai-applied-panel {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.ai-applied-panel-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.ai-applied-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #63f0a5;
  color: #02100a;
  font-size: 0.76rem;
  font-weight: 900;
}

.ai-applied-panel-title {
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
}

.ai-applied-panel-subtitle {
  color: #9eb7b8;
  font-size: 0.7rem;
  line-height: 1.35;
}

.ai-applied-score-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: conic-gradient(#63f0a5 0 82%, rgba(255, 255, 255, 0.12) 82% 100%);
  color: #63f0a5;
  font-size: 0.82rem;
  font-weight: 900;
}

.ai-applied-score-ring::after {
  position: absolute;
  inset: 5px;
  content: "";
  border-radius: 50%;
  background: #052028;
}

.ai-applied-score-ring span {
  position: relative;
  z-index: 1;
}

.ai-applied-bars {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.ai-applied-bar-row {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 12px;
  align-items: center;
  color: #dce7ec;
  font-size: 0.72rem;
}

.ai-applied-bar-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.ai-applied-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #63f0a5, #59d6ff);
}

.ai-applied-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.ai-applied-chip {
  padding: 7px 9px;
  border: 1px solid rgba(99, 240, 165, 0.18);
  border-radius: 999px;
  background: rgba(99, 240, 165, 0.08);
  color: #cffff0;
  font-size: 0.68rem;
  font-weight: 800;
}

.ai-applied-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.ai-applied-stat {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.ai-applied-stat strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1;
}

.ai-applied-stat span {
  color: #9eb7b8;
  font-size: 0.66rem;
}

.ai-applied-step-list,
.ai-applied-chat-list,
.ai-applied-scale-list {
  display: grid;
  gap: 9px;
}

.ai-applied-step {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ai-applied-step strong,
.ai-applied-playbook strong {
  display: block;
  font-size: 0.76rem;
}

.ai-applied-step span,
.ai-applied-playbook small {
  color: #9eb7b8;
  font-size: 0.66rem;
  line-height: 1.3;
}

.ai-applied-status {
  color: #63f0a5;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-applied-proposal {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(99, 240, 165, 0.18);
  border-radius: 16px;
  background: rgba(99, 240, 165, 0.08);
  color: #cffff0;
  font-size: 0.74rem;
  font-weight: 800;
}

.ai-applied-message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.72rem;
  line-height: 1.4;
}

.ai-applied-message--user {
  background: rgba(255, 255, 255, 0.08);
  color: #eaf4f6;
}

.ai-applied-message--ai {
  margin-left: auto;
  border: 1px solid rgba(99, 240, 165, 0.18);
  background: rgba(99, 240, 165, 0.11);
  color: #cffff0;
}

.ai-applied-sentiment {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 11px;
  border: 1px solid rgba(255, 190, 60, 0.2);
  border-radius: 14px;
  background: rgba(255, 190, 60, 0.08);
  color: #ffe0a3;
  font-size: 0.7rem;
}

.ai-applied-sentiment strong {
  font-size: 0.9rem;
}

.ai-applied-money-hero {
  padding: 15px;
  border: 1px solid rgba(99, 240, 165, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(99, 240, 165, 0.12), rgba(89, 214, 255, 0.07));
}

.ai-applied-money-hero small {
  color: #9eb7b8;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-applied-money-hero strong {
  display: block;
  margin: 6px 0;
  font-size: 1.8rem;
  letter-spacing: -0.04em;
}

.ai-applied-money-hero span {
  color: #63f0a5;
  font-size: 0.74rem;
  font-weight: 900;
}

.ai-applied-sparkline {
  height: 48px;
  margin-top: 12px;
  border-radius: 12px;
  background:
    linear-gradient(160deg, transparent 47%, rgba(99, 240, 165, 0.9) 48%, rgba(99, 240, 165, 0.9) 52%, transparent 53%),
    linear-gradient(180deg, transparent 60%, rgba(99, 240, 165, 0.08));
  border-bottom: 1px solid rgba(99, 240, 165, 0.25);
}

.ai-applied-money-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ai-applied-money-box {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.ai-applied-money-box strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.1;
}

.ai-applied-money-box span {
  color: #9eb7b8;
  font-size: 0.7rem;
}

.ai-applied-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #9eb7b8;
  font-size: 0.72rem;
}

.ai-applied-playbook {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.ai-applied-playbook-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(89, 214, 255, 0.12);
  color: #59d6ff;
  font-size: 0.72rem;
  font-weight: 900;
}

.ai-applied-playbook-status {
  color: #63f0a5;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-applied-checks {
  display: grid;
  gap: 10px;
}

.ai-applied-check {
  display: flex;
  gap: 10px;
  padding: 13px;
}

.ai-applied-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #63f0a5;
  color: #02100a;
  box-shadow: 0 0 0 1px rgba(99, 240, 165, 0.18), 0 6px 14px rgba(99, 240, 165, 0.18);
}

.ai-applied-check-icon svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateX(0.5px);
}

.ai-applied-check-copy {
  color: #dce7ec;
  font-size: 0.8rem;
  line-height: 1.4;
}

.ai-applied-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ai-applied-metric {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.ai-applied-metric strong {
  display: block;
  margin-bottom: 7px;
  color: var(--text);
  font-size: 1.15rem;
  line-height: 1;
}

.ai-applied-metric span {
  color: #9eb0ba;
  font-size: 0.76rem;
}

.ai-applied-fade {
  animation: aiAppliedFade 320ms ease both;
}

@keyframes aiAppliedFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
}

.hero-visual::before {
  position: absolute;
  inset: 6%;
  content: "";
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 50%;
  background:
    linear-gradient(transparent 49.8%, rgba(89, 214, 255, 0.16) 50%, transparent 50.2%),
    linear-gradient(90deg, transparent 49.8%, rgba(89, 214, 255, 0.16) 50%, transparent 50.2%);
  box-shadow: inset 0 0 80px rgba(89, 214, 255, 0.05);
  animation: pulseRing 5s ease-in-out infinite;
}

.orbit-glow {
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 214, 255, 0.18), transparent 62%);
  filter: blur(18px);
}

.system-orbit {
  position: relative;
  width: min(78vw, 430px);
  aspect-ratio: 1;
}

.system-orbit::before,
.system-orbit::after {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 50%;
}

.system-orbit::after {
  inset: 25%;
  border-style: dashed;
  opacity: 0.6;
  animation: rotateSlow 26s linear infinite;
}

.core-node,
.orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(145deg, rgba(89, 214, 255, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.72);
  box-shadow:
    inset 0 0 26px rgba(255, 255, 255, 0.05),
    0 20px 80px rgba(0, 0, 0, 0.45);
}

.core-node {
  top: 50%;
  left: 50%;
  width: 132px;
  height: 132px;
  border-radius: 18px;
  transform: translate(-50%, -50%);
}

.core-node span {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

.core-node small {
  color: var(--muted);
  font-size: 0.72rem;
}

.orbit-node {
  width: 76px;
  height: 40px;
  border-radius: 999px;
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.orbit-node {
  gap: 6px;
  padding: 0 10px;
}

.orbit-node .node-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
}

.node-a {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.node-b {
  top: 48%;
  right: 0;
}

.node-c {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.node-d {
  top: 48%;
  left: 0;
}

.signal-line {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  transform-origin: left center;
  animation: signal 2.8s ease-in-out infinite;
}

.line-one {
  width: 42%;
  transform: rotate(0deg);
}

.line-two {
  width: 36%;
  transform: rotate(90deg);
  animation-delay: 0.55s;
}

.line-three {
  width: 42%;
  transform: rotate(180deg);
  animation-delay: 1.1s;
}

.automation-banner {
  margin-top: 18px;
  margin-bottom: 48px;
}

.automation-banner-frame {
  position: relative;
  overflow: hidden;
  padding: 28px;
  
}

.automation-banner-frame::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.18;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  pointer-events: none;
}

.automation-banner-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 30px;
  align-items: center;
}

.automation-banner-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.automation-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.automation-banner-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(89, 214, 255, 0.9);
}

.automation-banner-title {
  max-width: min(100%, 12.6ch);
  margin: 0;
  color: var(--text);
  font-size: clamp(2.65rem, 5.9vw, 5.05rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

html[lang="es"] .automation-banner-title {
  max-width: min(100%, 12.3ch);
  font-size: clamp(2.45rem, 5.25vw, 4.55rem);
}

html[lang="et"] .automation-banner-title {
  max-width: min(100%, 12.9ch);
  font-size: clamp(2.25rem, 4.65vw, 4rem);
  letter-spacing: -0.045em;
}

html[lang="it"] .automation-banner-title {
  max-width: min(100%, 12.4ch);
  font-size: clamp(2.4rem, 5vw, 4.35rem);
}

.automation-banner-title span {
  display: block;
}

.automation-banner-title span:last-child {
  color: transparent;
  background: linear-gradient(90deg, #56d3ff 0%, #5f7cff 44%, #9b6bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.automation-banner-subtitle {
  max-width: 540px;
  color: var(--soft);
  font-size: 1.05rem;
}

.automation-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.automation-banner-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.automation-banner-note::before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: #9b6bff;
  box-shadow: 0 0 12px rgba(155, 107, 255, 0.8);
}

.automation-banner-diagram {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.automation-diagram-stage {
  position: relative;
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 39%, rgba(78, 167, 255, 0.10), transparent 35%),
    radial-gradient(circle at 72% 48%, rgba(55, 255, 158, 0.08), transparent 32%),
    linear-gradient(rgba(80, 170, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 170, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 7, 13, 0.98), rgba(3, 5, 10, 0.92));
  background-size: auto, auto, 28px 28px, 28px 28px, auto;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 26px 90px rgba(0, 0, 0, 0.28);
}

.automation-diagram-stage::before {
  position: absolute;
  inset: 8%;
  content: "";
  background-image: radial-gradient(rgba(80, 180, 255, 0.34) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.32;
  mask-image: radial-gradient(circle at 50% 44%, black 0 18%, transparent 55%);
  pointer-events: none;
}

.automation-diagram-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at var(--diagram-pointer-x, 50%) var(--diagram-pointer-y, 42%), rgba(78, 167, 255, 0.22), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(78, 167, 255, 0.08), transparent 44%);
  opacity: 0.78;
  mix-blend-mode: screen;
}

.automation-diagram-links {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.automation-diagram-line {
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-dasharray: 9 12;
  animation: automationDiagramDash 3.2s linear infinite;
}

.automation-diagram-line--left {
  stroke: url(#automationBlueLine);
  filter: url(#automationGlowBlue);
}

.automation-diagram-line--right {
  stroke: url(#automationGreenLine);
  filter: url(#automationGlowGreen);
}

.automation-diagram-point {
  animation: automationPointPulse 2.8s ease-in-out infinite;
}

.automation-diagram-point--left {
  fill: #5ad5ff;
}

.automation-diagram-point--right {
  fill: #63f0a5;
}

.automation-diagram-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 205px) minmax(240px, 1fr) minmax(0, 205px);
  gap: 18px;
  align-items: center;
  min-height: 350px;
}

.automation-banner-stack {
  display: grid;
  gap: 17px;
  align-content: start;
  width: 100%;
  max-width: 205px;
}

.automation-banner-stack-left {
  justify-self: start;
}

.automation-banner-stack-right {
  justify-self: end;
}

.automation-node-card {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 63px;
  padding: 12px 14px;
  border: 1px solid rgba(89, 214, 255, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(16, 34, 52, 0.84), rgba(7, 18, 29, 0.78));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.automation-node-card:hover {
  transform: translateY(-2px);
}

.automation-node-card--blue {
  border-color: rgba(89, 214, 255, 0.16);
}

.automation-node-card--green {
  border-color: rgba(99, 240, 165, 0.16);
}

.automation-node-card--blue .automation-node-icon {
  color: var(--accent);
  border-color: rgba(89, 214, 255, 0.24);
  background: rgba(89, 214, 255, 0.09);
  box-shadow: 0 0 22px rgba(78, 167, 255, 0.12);
}

.automation-node-card--green .automation-node-icon {
  color: #63f0a5;
  border-color: rgba(99, 240, 165, 0.24);
  background: rgba(99, 240, 165, 0.1);
  box-shadow: 0 0 22px rgba(63, 245, 155, 0.12);
}

.automation-node-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border: 1px solid;
  border-radius: 8px;
}

.automation-node-icon svg {
  width: 17px;
  height: 17px;
}

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

.automation-node-card strong {
  margin-bottom: 2px;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.automation-node-card small {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.automation-banner-center {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.automation-core-card {
  width: min(100%, 180px);
  min-height: 180px;
  display: grid;
  gap: 10px;
  place-items: center;
  padding: 18px 15px 15px;
  text-align: center;
  border: 1px solid rgba(89, 214, 255, 0.22);
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 30%, rgba(78, 167, 255, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(13, 35, 55, 0.92), rgba(5, 16, 29, 0.95));
  box-shadow:
    0 0 0 1px rgba(58, 152, 255, 0.2),
    0 0 50px rgba(57, 151, 255, 0.44),
    inset 0 0 42px rgba(60, 159, 255, 0.13);
}

.automation-core-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(89, 214, 255, 0.3);
  border-radius: 18px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
  box-shadow: inset 0 0 16px rgba(89, 214, 255, 0.08);
}

.automation-core-icon svg {
  width: 30px;
  height: 30px;
}

.automation-core-card strong {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
}

.automation-core-card small {
  max-width: 14ch;
  color: var(--muted);
  font-size: 0.64rem;
  text-align: center;
}

.automation-engine-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 19px 24px 23px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 13px;
  background:
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(13, 30, 43, 0.9), rgba(5, 15, 25, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.33);
}

.automation-engine-panel strong {
  display: block;
  margin-bottom: 19px;
  color: var(--text);
  text-align: center;
  font-size: 0.95rem;
}

.automation-engine-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.automation-engine-grid > .automation-engine-step {
  min-width: 0;
  padding: 0 14px;
  text-align: center;
  border-right: 1px solid rgba(126, 190, 255, 0.11);
}

.automation-engine-grid > .automation-engine-step:last-child {
  border-right: none;
}

.automation-engine-step {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 12px 10px 10px;
}

.automation-step-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(89, 214, 255, 0.2);
  border-radius: 999px;
  color: #a4d5ff;
  background: rgba(69, 154, 255, 0.08);
}

.automation-step-icon svg {
  width: 22px;
  height: 22px;
}

.automation-engine-step strong {
  font-size: 0.84rem;
  font-weight: 750;
}

.automation-engine-step small {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.15;
}

.automation-banner-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  padding: 14px 0;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.08), transparent 38%),
    rgba(5, 8, 11, 0.62);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.automation-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 6px 22px;
  background: transparent;
  box-shadow: none;
}

.automation-stat-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
}

.automation-stat-icon svg {
  width: 24px;
  height: 24px;
}

.automation-stat-number {
  display: block;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 0.9;
}

.automation-stat small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.84rem;
}

.stat-blue {
  --stat-color: #5ad5ff;
}

.stat-purple {
  --stat-color: #9b6bff;
}

.stat-cyan {
  --stat-color: #7fd0ff;
}

.stat-green {
  --stat-color: #63f0a5;
}

.stat-blue .automation-stat-icon {
  color: var(--stat-color);
  border-color: rgba(90, 213, 255, 0.24);
  background: rgba(90, 213, 255, 0.08);
}

.stat-purple .automation-stat-icon {
  color: var(--stat-color);
  border-color: rgba(155, 107, 255, 0.24);
  background: rgba(155, 107, 255, 0.08);
}

.stat-cyan .automation-stat-icon {
  color: var(--stat-color);
  border-color: rgba(127, 208, 255, 0.24);
  background: rgba(127, 208, 255, 0.08);
}

.stat-green .automation-stat-icon {
  color: var(--stat-color);
  border-color: rgba(99, 240, 165, 0.24);
  background: rgba(99, 240, 165, 0.08);
}

.automation-stat:not(:last-child) {
  border-right: 1px solid rgba(89, 214, 255, 0.12);
}

.problem-section,
.solution-section,
.workflow-section,
.faq-section,
.form-section {
  padding-top: 86px;
}

.problem-section {
  margin-bottom: 54px;
}

.solution-section {
  --solution-entry-p: 1;
  position: relative;
  margin-top: 0;
  margin-bottom: 52px;
  padding-top: 10px;
  opacity: var(--solution-entry-p);
  filter: blur(calc((1 - var(--solution-entry-p)) * 10px));
  transform: translate3d(0, calc((1 - var(--solution-entry-p)) * 28px), 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.solution-section::before,
.solution-section::after {
  position: absolute;
  left: 50%;
  content: "";
  pointer-events: none;
}

@media (max-width: 760px) {
  .hero-featured {
    padding-bottom: clamp(186px, 24vh, 248px);
  }

  .impact-transition {
    --impact-bleed: 16px;
    --impact-line-top: clamp(14px, 2.6vh, 26px);
    --impact-line-height: clamp(102px, 14vh, 148px);
    bottom: clamp(2px, 1vh, 10px);
    height: clamp(190px, 24vh, 236px);
  }

  .horizontal-impact {
    width: 78vw;
  }

  .impact-glow {
    width: 280px;
  }

  .solution-section {
    padding-top: 6px;
  }
}

#use-cases {
  position: relative;
  isolation: isolate;
  padding-top: 26px;
  margin-top: 18px;
  overflow-anchor: none;
}

#use-cases::before,
#use-cases::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
}

#use-cases::before {
  inset: 4% -4% auto;
  height: 540px;
  background:
    radial-gradient(circle at 18% 24%, rgba(89, 214, 255, 0.16), transparent 28%),
    radial-gradient(circle at 58% 12%, rgba(71, 220, 255, 0.10), transparent 24%),
    radial-gradient(circle at 84% 34%, rgba(99, 240, 165, 0.09), transparent 26%);
  filter: blur(16px);
  opacity: 0.95;
}

#use-cases::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at 50% 24%, black 0%, transparent 74%);
  opacity: 0.34;
}

#use-cases .section-heading {
  position: relative;
  z-index: 1;
}

#use-cases .section-heading p {
  color: rgba(221, 236, 244, 0.84);
}

.section-heading {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 560px;
  font-size: 1rem;
}

.problem-layout,
.solution-layout {
  display: grid;
  gap: 24px;
}

.problem-layout {
  align-items: center;
  margin-top: 8px;
}

.problem-copy h2 {
  max-width: 12ch;
}

.problem-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 1rem;
}

.problem-orbit {
  position: relative;
  min-height: 320px;
  border-radius: 32px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  background:
    radial-gradient(circle at center, rgba(89, 214, 255, 0.12), transparent 40%),
    linear-gradient(145deg, rgba(89, 214, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.68);
  overflow: hidden;
}

.problem-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 168px;
  height: 168px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(89, 214, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(89, 214, 255, 0.18), rgba(0, 0, 0, 0.45) 62%),
    rgba(5, 5, 6, 0.82);
  box-shadow:
    inset 0 0 40px rgba(89, 214, 255, 0.1),
    0 0 80px rgba(89, 214, 255, 0.08);
}

.problem-core span {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-core small {
  color: var(--muted);
  font-size: 0.72rem;
}

.problem-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(89, 214, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
}

.pill-a { top: 14%; left: 20%; }
.pill-b { top: 20%; right: 16%; }
.pill-c { bottom: 18%; left: 12%; }
.pill-d { bottom: 16%; right: 18%; }

.problem-ring {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(89, 214, 255, 0.08);
  border-radius: 50%;
}

.ring-b { inset: 24%; }
.ring-c { inset: 36%; }

.problem-metrics {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.problem-metric {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(89, 214, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.68);
}

.problem-metric h3 {
  margin-bottom: 6px;
}

.problem-metric p {
  margin: 0;
  color: var(--muted);
}

.metric-number {
  color: var(--accent);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.solution-layout {
  align-items: start;
}

.solution-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.solution-copy h2 {
  max-width: 11ch;
}

.solution-copy p {
  max-width: 560px;
}

.solution-panel {
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
}

.solution-cta .button {
  justify-self: start;
}

.dashboard-shell {
  display: grid;
  gap: 16px;
  padding: 20px;
  min-height: 420px;
  background:
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.14), transparent 42%),
    linear-gradient(145deg, rgba(89, 214, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.82);
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--soft);
  font-size: 0.86rem;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.live-dot::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #63f0a5;
  box-shadow: 0 0 18px rgba(99, 240, 165, 0.65);
}

.dashboard-chart {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.dashboard-chart::before,
.dashboard-chart::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.32;
}

.chart-line {
  position: absolute;
  left: 6%;
  right: 6%;
  height: 2px;
  border-radius: 999px;
  filter: drop-shadow(0 0 18px currentColor);
}

.line-green {
  top: 35%;
  color: #63f0a5;
  background: linear-gradient(90deg, transparent, #63f0a5 40%, #8df5c0 100%);
  box-shadow:
    0 0 24px rgba(99, 240, 165, 0.5),
    0 0 42px rgba(99, 240, 165, 0.18);
  clip-path: path("M 0 70 C 15 58, 24 40, 36 44 C 48 48, 54 70, 66 56 C 76 44, 84 18, 98 22 C 110 26, 118 58, 136 52 C 150 48, 160 16, 176 22 C 188 26, 196 38, 212 32 C 224 28, 236 8, 260 18");
}

.line-blue {
  top: 62%;
  color: var(--accent);
  background: linear-gradient(90deg, transparent, rgba(89, 214, 255, 0.7) 40%, #8ee7ff 100%);
  box-shadow:
    0 0 24px rgba(89, 214, 255, 0.34),
    0 0 42px rgba(89, 214, 255, 0.14);
  clip-path: path("M 0 50 C 18 54, 32 64, 46 60 C 58 56, 66 46, 82 52 C 96 58, 108 72, 124 68 C 140 64, 152 40, 168 44 C 184 48, 198 72, 216 66 C 228 62, 242 38, 260 44");
}

.chart-badge {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 16px;
  background: rgba(8, 10, 12, 0.76);
  color: var(--soft);
  font-size: 0.78rem;
}

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

.badge-a {
  top: 22%;
  right: 14%;
}

.badge-b {
  bottom: 20%;
  right: 14%;
}

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

.dashboard-grid article {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.dashboard-grid span {
  color: var(--muted);
  font-size: 0.78rem;
}

.dashboard-grid strong {
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 900;
}

.dashboard-grid small {
  color: var(--dim);
}

.solution-cta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.08), transparent 45%),
    rgba(5, 5, 6, 0.72);
}

.solution-cta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.solution-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.solution-cta-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
}

.solution-grid {
  display: grid;
  gap: 24px;
  align-items: start;
}

.solution-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.solution-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(99, 240, 165, 0.2);
  border-radius: 999px;
  color: #baf7cf;
  background: rgba(99, 240, 165, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.solution-kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #63f0a5;
  box-shadow: 0 0 18px rgba(99, 240, 165, 0.9);
}

.solution-copy h2 {
  max-width: 11ch;
}

.solution-copy p {
  max-width: 540px;
  color: var(--soft);
  font-size: 1.02rem;
}

.solution-rows {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.solution-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(99, 240, 165, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(99, 240, 165, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.72);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.solution-row:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 240, 165, 0.34);
  background:
    linear-gradient(145deg, rgba(99, 240, 165, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(5, 5, 6, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.solution-row-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(99, 240, 165, 0.24);
  border-radius: 16px;
  color: #63f0a5;
  background: rgba(99, 240, 165, 0.08);
  box-shadow: inset 0 0 18px rgba(99, 240, 165, 0.08);
}

.solution-row-icon svg {
  width: 24px;
  height: 24px;
}

.solution-row-copy h3 {
  margin-bottom: 6px;
}

.solution-row-copy p {
  margin: 0;
  max-width: none;
  color: var(--muted);
  font-size: 0.95rem;
}

.solution-row-metric {
  display: grid;
  gap: 4px;
  justify-items: end;
  min-width: 118px;
  text-align: right;
}

.solution-row-metric strong {
  color: #63f0a5;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.solution-row-metric small {
  color: #8df5c0;
  font-size: 0.72rem;
}

.solution-dashboard {
  position: relative;
}

.solution-dashboard-shell {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 76% 14%, rgba(99, 240, 165, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(89, 214, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.82);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.solution-dashboard-shell:hover {
  transform: translateY(-2px);
  border-color: rgba(89, 214, 255, 0.3);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(99, 240, 165, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.solution-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--soft);
  font-size: 0.88rem;
}

.solution-dashboard-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.solution-dashboard-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.solution-rail {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}

.rail-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(5, 5, 6, 0.55);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.rail-icon svg {
  width: 20px;
  height: 20px;
}

.rail-icon:hover,
.rail-icon.is-active {
  color: #63f0a5;
  border-color: rgba(99, 240, 165, 0.38);
  background: rgba(99, 240, 165, 0.1);
  box-shadow: 0 0 0 1px rgba(99, 240, 165, 0.04), 0 0 24px rgba(99, 240, 165, 0.16);
  transform: translateY(-1px);
}

.solution-stage {
  position: relative;
  min-height: 360px;
  padding: 12px 12px 16px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.solution-stage:hover {
  border-color: rgba(89, 214, 255, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(99, 240, 165, 0.04),
    0 0 36px rgba(99, 240, 165, 0.08);
}

.solution-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.28;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  pointer-events: none;
}

.solution-chart {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 252px;
}

.solution-chart-grid {
  fill: none;
  stroke: rgba(89, 214, 255, 0.18);
  stroke-width: 1;
}

.solution-chart-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: drawLine 3.2s ease forwards;
}

.path-green {
  stroke: url(#solutionGreenLine);
  filter: url(#solutionGlowGreen);
}

.path-blue {
  stroke: url(#solutionBlueLine);
  filter: url(#solutionGlowBlue);
  animation-delay: 120ms;
}

.solution-node {
  stroke: rgba(0, 0, 0, 0.35);
  stroke-width: 1.5;
}

.node-green {
  fill: #63f0a5;
  filter: drop-shadow(0 0 10px rgba(99, 240, 165, 0.55));
}

.node-blue {
  fill: #59d6ff;
  filter: drop-shadow(0 0 10px rgba(89, 214, 255, 0.5));
}

.solution-chart-chip {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(89, 214, 255, 0.14);
  border-radius: 16px;
  background: rgba(8, 10, 12, 0.82);
  color: var(--soft);
  font-size: 0.78rem;
  backdrop-filter: blur(12px);
}

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

.chip-a {
  top: 26px;
  right: 24px;
}

.chip-b {
  right: 24px;
  bottom: 22px;
}

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

.solution-stat {
  display: grid;
  gap: 4px;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.solution-stat:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 240, 165, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.solution-stat span {
  color: var(--muted);
  font-size: 0.78rem;
}

.solution-stat strong {
  color: var(--text);
  font-size: 1.55rem;
  font-weight: 900;
}

.solution-stat small {
  color: var(--dim);
}

.stat-spark {
  width: 100%;
  height: 28px;
  margin-top: auto;
}

.solution-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(89, 214, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(89, 214, 255, 0.08), transparent 45%),
    rgba(5, 5, 6, 0.72);
}

.solution-cta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}

.solution-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.solution-cta-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 14px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
}

.solution-cta-mark svg {
  width: 18px;
  height: 18px;
}

.solution-cta .button {
  justify-self: end;
}

.solution-cta .button-secondary {
  color: #63f0a5;
  border-color: rgba(99, 240, 165, 0.34);
  background: rgba(99, 240, 165, 0.08);
}

.solution-cta .button-secondary:hover,
.solution-cta .button-secondary:focus-visible {
  border-color: rgba(99, 240, 165, 0.52);
  background: rgba(99, 240, 165, 0.14);
}

.solution-drag {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.solution-drag-top {
  display: grid;
  grid-column: 1 / -1;
  width: 100%;
  gap: 24px;
  align-items: start;
}

.solution-drag-copy {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.solution-drag-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 14px;
  color: #2fc3ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.solution-drag-kicker::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #38f0bd;
  box-shadow: 0 0 18px rgba(255, 77, 77, 0.92);
}

.solution-drag-copy h2 {
  max-width: 10ch;
}

.solution-drag-copy h2 span {
  color: #ff4d4d;
}

.solution-drag-copy p {
  max-width: 560px;
  color: var(--soft);
  font-size: 1.02rem;
}

.solution-drag-metrics {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.solution-drag-metrics .solution-drag-metric {
  min-width: 0;
  width: 100%;
}

.solution-drag-metric {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
  min-height: 165px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.72);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.solution-drag-metric:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 74, 74, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 74, 74, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(5, 5, 6, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.solution-drag-metric-lead {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.solution-drag-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 74, 74, 0.28);
  border-radius: 14px;
  color: #ff6b6b;
  background: rgba(255, 74, 74, 0.08);
  box-shadow: inset 0 0 18px rgba(255, 74, 74, 0.08);
}

.solution-drag-icon svg {
  width: 24px;
  height: 24px;
}

.solution-drag-metric .metric-number {
  color: #ff4d4d;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.solution-drag-metric-copy {
  min-width: 0;
}

.solution-drag-metric-copy h3 {
  margin-bottom: 6px;
  font-size: 0.98rem;
  line-height: 1.15;
}

.solution-drag-metric-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.solution-drag-orbit {
  position: relative;
  min-height: 460px;
  border: 1px solid rgba(255, 74, 74, 0.14);
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  background:
    radial-gradient(circle at center, rgba(255, 77, 77, 0.16), transparent 20%),
    radial-gradient(circle at center, rgba(255, 77, 77, 0.08), transparent 42%),
    linear-gradient(145deg, rgba(255, 74, 74, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(5, 5, 6, 0.7);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 24px 90px rgba(0, 0, 0, 0.34);
}

.solution-drag-orbit::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 77, 77, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 77, 77, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.22;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
  pointer-events: none;
}

.solution-drag-orbit::after {
  content: none;
  display: none;
}

.solution-drag-cta {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(5, 5, 6, 0.72);
  grid-column: 1 / -1;
}

.solution-drag-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 74, 74, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 74, 74, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(5, 5, 6, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.solution-drag-cta strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.solution-drag-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.solution-drag-cta-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 74, 74, 0.24);
  border-radius: 14px;
  color: #ff6464;
  background: rgba(255, 74, 74, 0.08);
}

.solution-drag-cta-mark svg {
  width: 18px;
  height: 18px;
}

.solution-drag-cta .button {
  justify-self: end;
}

.solution-drag-cta .button-secondary {
  color: #63f0a5;
  border-color: rgba(99, 240, 165, 0.34);
  background: rgba(99, 240, 165, 0.08);
}

.solution-drag-cta .button-secondary:hover,
.solution-drag-cta .button-secondary:focus-visible {
  border-color: rgba(99, 240, 165, 0.52);
  background: rgba(99, 240, 165, 0.14);
}

.solution-drag-orbit.overload-section {
  --stroke: rgba(255, 95, 74, 0.28);
  --danger: #ff6b5d;
  --orange: #ffb15a;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
  cursor: default;
}

.solution-drag-orbit.overload-section::before,
.solution-drag-orbit.overload-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: clamp(18px, 2vw, 30px);
}

.solution-drag-orbit.overload-section::before {
  inset: 0;
  padding: 1px;
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(47, 195, 255, 0.96) 0deg,
      rgba(92, 199, 255, 0.92) 70deg,
      rgba(255, 104, 92, 0.9) 140deg,
      rgba(255, 84, 84, 0.95) 180deg,
      rgba(255, 104, 92, 0.9) 220deg,
      rgba(92, 199, 255, 0.92) 290deg,
      rgba(47, 195, 255, 0.96) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(47, 195, 255, 0.95), rgba(47, 195, 255, 0.72) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(47, 195, 255, 0.95), rgba(47, 195, 255, 0.72) 18%, transparent 34%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0.95;
  z-index: 3;
}

.solution-drag-orbit.overload-section::after {
  inset: -10px;
  background:
    radial-gradient(circle at 2% 50%, rgba(47, 195, 255, 0.22), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(47, 195, 255, 0.22), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(47, 195, 255, 0.2), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(47, 195, 255, 0.24), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(47, 195, 255, 0.22), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 84, 84, 0.14), transparent 28%);
  filter: blur(18px);
  opacity: 0.95;
  z-index: 0;
}

.overload-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;

  border-radius: clamp(18px, 2vw, 30px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 52% 47%, rgba(255, 79, 56, 0.16), transparent 31%),
    radial-gradient(circle at 28% 72%, rgba(255, 92, 50, 0.09), transparent 25%),
    linear-gradient(145deg, #050609 0%, #090608 44%, #030405 100%);
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 0 0 2px rgba(255, 101, 101, 0.05),
    inset 0 0 80px rgba(255, 74, 74, 0.08),
    inset 0 0 96px rgba(47, 195, 255, 0.06),
    0 50px 130px rgba(0, 0, 0, 0.75);
}

.overload-scene:focus-visible {
  outline: 2px solid rgba(255, 111, 82, 0.8);
  outline-offset: 5px;
}

.overload-scene::before,
.overload-scene::after {
  position: absolute;
  inset: -20%;
  content: "";
  pointer-events: none;
  z-index: 0;
}

.overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(255, 88, 55, 0.12), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(255, 94, 60, 0.17), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(255, 121, 65, 0.12), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(255, 64, 42, 0.12), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(255, 105, 66, 0.1), transparent 3px);
  opacity: 0.7;
  animation: overloadFloatDust 14s linear infinite;
}

.overload-scene::after {
  z-index: 20;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(0, 0, 0, 0.62) 100%);
}

.overload-section .noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.overload-section .wires {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 0 8px rgba(255, 84, 57, 0.38));
}

.overload-section .wire {
  fill: none;
  stroke: var(--wire, rgba(255, 95, 72, 0.82));
  stroke-width: var(--sw, 1.6);
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.overload-section .wire.soft { --wire: rgba(255, 89, 66, 0.34); --sw: 1.1; }
.overload-section .wire.hot { --wire: rgba(255, 102, 72, 0.92); --sw: 2.0; }
.overload-section .wire.gold { --wire: rgba(255, 180, 78, 0.82); --sw: 1.8; }
.overload-section .wire.dash { stroke-dasharray: 0.04 0.035; }

.overload-scene.run .wire {
  animation: overloadDrawWire 1.15s var(--ease) forwards, overloadWireBreath 3s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 1.2s);
}

.overload-section .node {
  fill: rgba(255, 103, 76, 0.95);
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(255, 77, 55, 0.9));
}

.overload-section .node.gold { fill: rgba(255, 188, 84, 0.96); }
.overload-section .node.dim { fill: rgba(255, 98, 70, 0.54); }

.overload-scene.run .node {
  animation: overloadNodeIn 0.32s var(--ease) forwards, overloadNodePulse 2.6s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 0.35s);
}

.overload-section .glow-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42%;
  aspect-ratio: 1;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 78, 57, 0.28), rgba(255, 78, 57, 0.08) 38%, transparent 66%);
  filter: blur(7px);
  z-index: 2;
  opacity: 0;
  transform: scale(0.45);
}

.overload-scene.run .glow-core {
  animation: overloadCoreIn 1.1s var(--ease) 0.18s forwards, overloadCorePulse 4s ease-in-out 1.2s infinite;
}

.overload-section .pile {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 31%;
  aspect-ratio: 1.22 / 1;
  translate: -50% -50%;
  z-index: 4;
  pointer-events: none;
}

.overload-section .layer {
  position: absolute;
  inset: 6% 6%;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(33, 22, 24, 0.76), rgba(12, 11, 13, 0.7));
  border: 1px solid rgba(255, 99, 76, 0.2);
  box-shadow: 0 0 32px rgba(255, 75, 53, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: translateY(22px) scale(0.76) rotate(var(--r));
  filter: blur(7px);
}

.overload-section .layer::before,
.overload-section .layer::after {
  position: absolute;
  height: 7%;
  content: "";
  border-radius: 999px;
  background: rgba(255, 91, 70, 0.45);
  box-shadow: 0 0 15px rgba(255, 83, 58, 0.28);
}

.overload-section .layer::before { width: 34%; left: 12%; top: 22%; }
.overload-section .layer::after { width: 52%; left: 12%; top: 42%; opacity: 0.45; }

.overload-section .layer:nth-child(1) { --r: -16deg; translate: -12% -10%; }
.overload-section .layer:nth-child(2) { --r: 13deg; translate: 13% -6%; }
.overload-section .layer:nth-child(3) { --r: -7deg; translate: -16% 13%; }
.overload-section .layer:nth-child(4) { --r: 18deg; translate: 18% 17%; }
.overload-section .layer:nth-child(5) { --r: 3deg; translate: 0 -19%; }

.overload-scene.run .layer {
  animation: overloadLayerIn 0.85s var(--ease) forwards;
  animation-delay: calc(0.42s + var(--n) * 0.08s);
}

.overload-section .center-card,
.overload-section .card,
.overload-section .mini,
.overload-section .chip {
  position: absolute;
  color: var(--text);
  border: 1px solid var(--stroke);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, rgba(31, 24, 27, 0.88), rgba(8, 9, 12, 0.78));
  box-shadow:
    var(--shadow),
    0 0 26px rgba(255, 83, 57, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(var(--from-x, 0), var(--from-y, 24px), 0) scale(0.78) rotate(calc(var(--r, 0deg) - 7deg));
}

.overload-section .center-card {
  z-index: 8;
  left: 41.7%;
  top: 37.8%;
  width: 18.5%;
  aspect-ratio: 1.18 / 1;
  border-radius: clamp(15px, 1.8vw, 24px);
  display: grid;
  place-items: center;
  text-align: center;
  border-color: rgba(255, 109, 82, 0.44);
  background:
    radial-gradient(circle at 50% 13%, rgba(255, 85, 62, 0.22), transparent 45%),
    linear-gradient(150deg, rgba(47, 27, 28, 0.93), rgba(11, 10, 13, 0.86));
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 48px rgba(255, 75, 52, 0.33),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --from-y: 0;
  --from-x: 0;
  transform: scale(0.65) rotate(-3deg);
}

.overload-scene.run .center-card {
  animation: overloadCenterIn 0.85s var(--ease) 0.04s forwards, overloadGentleFloat 5.8s ease-in-out 1.1s infinite;
}

.overload-section .center-card::before {
  position: absolute;
  inset: 12% 13% auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 104, 82, 0.7), transparent);
  opacity: 0.55;
}

.overload-section .center-label {
  margin-bottom: 2.5%;
  color: var(--danger);
  font-size: clamp(9px, 1.36vw, 18px);
  font-weight: 790;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(255, 91, 71, 0.34);
}

.overload-section .center-number {
  line-height: 0.9;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 860;
  letter-spacing: -0.045em;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.12), 0 0 36px rgba(255, 80, 56, 0.22);
}

.overload-section .center-sub {
  margin-top: 7%;
  color: rgba(255, 242, 238, 0.82);
  font-size: clamp(12px, 1.45vw, 18px);
}

.overload-section .overload-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 9%;
  padding: 0.38em 0.8em;
  border: 1px solid rgba(255, 98, 77, 0.22);
  border-radius: 999px;
  background: rgba(255, 81, 60, 0.1);
  color: #ff796d;
  font-size: clamp(9px, 1.15vw, 14px);
  font-weight: 740;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 18px rgba(255, 86, 61, 0.15);
}

.overload-section .card {
  z-index: 9;
  min-height: 8.7%;
  border-radius: clamp(13px, 1.6vw, 22px);
  display: grid;
  grid-template-columns: 22% 1fr auto;
  align-items: center;
  gap: 5%;
  padding: 2.15% 2.2%;
}

.overload-scene.run .card {
  animation: overloadCardIn 0.78s var(--ease) forwards, overloadCardDrift 7s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 0.9s);
}

.overload-section .card.compact {
  grid-template-columns: 20% 1fr;
  padding: 1.7% 2%;
  gap: 5%;
}

.overload-section .card.no-icon { grid-template-columns: 1fr; }

.overload-section .card-title {
  color: rgba(255, 248, 245, 0.91);
  font-size: clamp(10px, 1.25vw, 17px);
  font-weight: 770;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.overload-section .card-copy {
  margin-top: 0.33em;
  color: var(--muted);
  font-size: clamp(9px, 1.05vw, 15px);
  line-height: 1.38;
  white-space: nowrap;
}

.overload-section .card-copy strong {
  color: var(--text);
  font-weight: 680;
}

.overload-section .danger { color: var(--danger); }
.overload-section .gold { color: var(--orange); }
.overload-section .purple { color: #cb92ff; }
.overload-section .blue { color: #62b2ff; }

.overload-section .icon-box {
  width: 100%;
  aspect-ratio: 1;
  min-width: 34px;
  border-radius: 28%;
  display: grid;
  place-items: center;
  color: rgba(255, 232, 225, 0.92);
  border: 1px solid rgba(255, 105, 82, 0.18);
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.1), transparent 46%),
    rgba(255, 83, 61, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 20px rgba(255, 85, 60, 0.12);
}

.overload-section .icon-box svg { width: 52%; height: 52%; }
.overload-section .icon-box.green { color: #d3ffe4; background: rgba(34, 208, 102, 0.15); border-color: rgba(54, 219, 118, 0.25); }
.overload-section .icon-box.purple { color: #ded0ff; background: rgba(129, 82, 255, 0.16); border-color: rgba(164, 118, 255, 0.26); }
.overload-section .icon-box.gold { color: #fff2c9; background: rgba(255, 169, 63, 0.13); border-color: rgba(255, 181, 74, 0.26); }
.overload-section .icon-box.blue { color: #d4ecff; background: rgba(58, 145, 255, 0.15); border-color: rgba(86, 166, 255, 0.28); }
.overload-section .icon-box.purple-hot { color: #ead7ff; background: rgba(177, 90, 255, 0.16); border-color: rgba(198, 119, 255, 0.32); }

.overload-section .slack-mark {
  position: relative;
  width: 58%;
  height: 58%;
}

.overload-section .slack-mark i {
  position: absolute;
  width: 38%;
  height: 38%;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.12);
}

.overload-section .slack-mark i:nth-child(1) { left: 0; top: 31%; background: #36c5f0; }
.overload-section .slack-mark i:nth-child(2) { left: 31%; top: 0; background: #2eb67d; }
.overload-section .slack-mark i:nth-child(3) { right: 0; top: 31%; background: #ecb22e; }
.overload-section .slack-mark i:nth-child(4) { left: 31%; bottom: 0; background: #e01e5a; }

.overload-section .badge {
  position: absolute;
  right: 5.6%;
  top: 11%;
  min-width: 2.2em;
  height: 2.2em;
  padding: 0 0.48em;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff6f4;
  background: linear-gradient(180deg, rgba(255, 109, 91, 0.92), rgba(153, 30, 29, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 22px rgba(255, 75, 53, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: clamp(10px, 1.15vw, 15px);
  font-weight: 800;
}

.overload-section .tag {
  justify-self: end;
  align-self: center;
  padding: 0.42em 0.74em;
  border-radius: 9px;
  border: 1px solid currentColor;
  background: color-mix(in srgb, currentColor 10%, transparent);
  font-size: clamp(9px, 0.95vw, 13px);
  font-weight: 740;
  white-space: nowrap;
  opacity: 0.95;
}

.overload-section .mini,
.overload-section .chip {
  z-index: 3;
  border-radius: 13px;
  pointer-events: none;
  background: rgba(16, 14, 17, 0.48);
  border-color: rgba(255, 92, 67, 0.17);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 18px rgba(255, 83, 58, 0.08);
}

.overload-section .mini {
  width: 8.8%;
  aspect-ratio: 1.12 / 1;
  padding: 1%;
}

.overload-section .mini::before,
.overload-section .mini::after {
  display: block;
  height: 8%;
  content: "";
  border-radius: 99px;
  background: rgba(255, 92, 70, 0.48);
  margin: 18% 13% 0;
  box-shadow: 0 0 11px rgba(255, 82, 57, 0.24);
}

.overload-section .mini::after { width: 47%; margin-top: 12%; opacity: 0.45; }

.overload-section .mini.warning::before {
  width: 22%;
  height: 22%;
  margin: 19% auto 0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  border-radius: 0;
  background: rgba(255, 86, 61, 0.72);
}

.overload-section .chip {
  width: 4.8%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: rgba(255, 103, 80, 0.78);
}

.overload-section .chip svg { width: 48%; height: 48%; }

.overload-scene.run .mini,
.overload-scene.run .chip {
  animation: overloadScrapIn 0.72s var(--ease) forwards, overloadScrapDrift 8s ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) + 0.75s);
}

.overload-section .card.email { left: 11%; top: 12%; width: 24.6%; --r: 4deg; --from-x: -56px; --from-y: -24px; --delay: 1.12s; }
.overload-section .card.crm { left: 3.6%; top: 29.2%; width: 24%; --r: -2deg; --from-x: -60px; --from-y: 4px; --delay: 1.48s; }
.overload-section .card.slack { left: 11.8%; top: 46.5%; width: 23.8%; --r: -8deg; --from-x: -48px; --from-y: 18px; --delay: 1.82s; }
.overload-section .card.sheets { left: 18%; top: 61.1%; width: 24%; --r: -9deg; --from-x: -34px; --from-y: 32px; --delay: 2.14s; }
.overload-section .card.invoices { left: 11.6%; top: 76.4%; width: 24%; --r: -10deg; --from-x: -42px; --from-y: 38px; --delay: 2.42s; }

.overload-section .card.lead { left: 42.5%; top: 10%; width: 21%; --r: 6deg; --from-x: 5px; --from-y: -56px; --delay: 2.68s; }
.overload-section .card.follow-top { left: 63%; top: 9.2%; width: 21%; --r: -8deg; --from-x: 30px; --from-y: -58px; --delay: 2.9s; }
.overload-section .card.quote { left: 76.6%; top: 19.1%; width: 21.5%; --r: -8deg; --from-x: 56px; --from-y: -28px; --delay: 3.16s; }
.overload-section .card.missing { left: 70%; top: 36.2%; width: 22.5%; --r: 7deg; --from-x: 58px; --from-y: -4px; --delay: 3.38s; }
.overload-section .card.match { left: 78.4%; top: 51.1%; width: 21.6%; --r: -3deg; --from-x: 62px; --from-y: 8px; --delay: 3.62s; }
.overload-section .card.follow-bottom { left: 78.6%; top: 67%; width: 20%; --r: -1deg; --from-x: 58px; --from-y: 34px; --delay: 3.88s; }
.overload-section .card.tasks { left: 43.5%; top: 76%; width: 21.5%; --r: 7deg; --from-x: 0px; --from-y: 54px; --delay: 4.08s; }
.overload-section .card.others { left: 64%; top: 65.1%; width: 21%; --r: -2deg; --from-x: 28px; --from-y: 54px; --delay: 4.26s; }

.overload-section .mini.m1 { left: 3%; top: 19%; --r: 12deg; --delay: 0.78s; }
.overload-section .mini.m2 { left: 35%; top: 15%; --r: -13deg; --delay: 0.92s; }
.overload-section .mini.m3 { left: 37%; top: 34%; --r: -11deg; --delay: 1.1s; }
.overload-section .mini.m4 { left: 62%; top: 34%; --r: 11deg; --delay: 1.26s; }
.overload-section .mini.m5 { left: 92%; top: 23%; --r: -7deg; --delay: 1.34s; }
.overload-section .mini.m6 { left: 3%; top: 56%; --r: -17deg; --delay: 1.58s; }
.overload-section .mini.m7 { left: 34%; top: 80%; --r: -10deg; --delay: 1.86s; }
.overload-section .mini.m8 { left: 83%; top: 78%; --r: 14deg; --delay: 2.18s; }
.overload-section .mini.m9 { left: 54%; top: 29%; --r: 5deg; --delay: 2.36s; }

.overload-section .chip.c1 { left: 38.2%; top: 22.6%; --r: 10deg; --delay: 1.22s; }
.overload-section .chip.c2 { left: 71%; top: 23.5%; --r: -14deg; --delay: 1.6s; }
.overload-section .chip.c3 { left: 67%; top: 45%; --r: 8deg; --delay: 1.84s; }
.overload-section .chip.c4 { left: 16%; top: 65%; --r: -8deg; --delay: 2.06s; }
.overload-section .chip.c5 { left: 57%; top: 70.3%; --r: 8deg; --delay: 2.28s; }
.overload-section .chip.c6 { left: 88%; top: 41.4%; --r: -5deg; --delay: 2.52s; }
.overload-section .chip.c7 { left: 26.8%; top: 50.2%; --r: 14deg; --delay: 2.72s; }
.overload-section .chip.c8 { left: 39.4%; top: 67%; --r: -14deg; --delay: 2.94s; }

.overload-section .overload-scene.run .center-card,
.overload-section .overload-scene.run .card,
.overload-section .overload-scene.run .mini,
.overload-section .overload-scene.run .chip {
  opacity: 1;
}

.overload-section .overload-scene.run .card,
.overload-section .overload-scene.run .mini,
.overload-section .overload-scene.run .chip {
  animation-fill-mode: both;
}

.overload-section .overload-scene.run .card,
.overload-section .overload-scene.run .mini,
.overload-section .overload-scene.run .chip {
  will-change: transform, opacity, filter;
}

.overload-section .overload-scene.run .center-card,
.overload-section .overload-scene.run .layer,
.overload-section .overload-scene.run .glow-core {
  will-change: transform, opacity, filter;
}

@keyframes overloadCenterIn {
  0% { opacity: 0; transform: scale(0.58) rotate(-6deg); filter: blur(12px); }
  70% { opacity: 1; transform: scale(1.035) rotate(0.7deg); filter: blur(0); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); filter: blur(0); }
}

@keyframes overloadCardIn {
  0% { opacity: 0; transform: translate3d(var(--from-x), var(--from-y), 0) scale(0.72) rotate(calc(var(--r) - 10deg)); filter: blur(9px); }
  72% { opacity: 1; transform: translate3d(0, 0, 0) scale(1.035) rotate(calc(var(--r) + 1.5deg)); filter: blur(0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(var(--r)); filter: blur(0); }
}

@keyframes overloadLayerIn {
  0% { opacity: 0; transform: translateY(30px) scale(0.68) rotate(calc(var(--r) - 18deg)); filter: blur(10px); }
  100% { opacity: 0.86; transform: translateY(0) scale(1) rotate(var(--r)); filter: blur(0); }
}

@keyframes overloadScrapIn {
  0% { opacity: 0; transform: translate3d(0, 24px, 0) scale(0.6) rotate(calc(var(--r) - 16deg)); filter: blur(8px); }
  100% { opacity: 0.78; transform: translate3d(0, 0, 0) scale(1) rotate(var(--r)); filter: blur(0); }
}

@keyframes overloadDrawWire {
  0% { opacity: 0; stroke-dashoffset: 1; }
  15% { opacity: 0.72; }
  100% { opacity: 0.92; stroke-dashoffset: 0; }
}

@keyframes overloadWireBreath {
  0%, 100% { opacity: 0.48; filter: drop-shadow(0 0 4px rgba(255, 83, 58, 0.16)); }
  50% { opacity: 0.95; filter: drop-shadow(0 0 10px rgba(255, 83, 58, 0.36)); }
}

@keyframes overloadNodeIn {
  from { opacity: 0; transform: scale(0.3); }
  to { opacity: 0.96; transform: scale(1); }
}

@keyframes overloadNodePulse {
  0%, 100% { opacity: 0.52; r: 4; }
  50% { opacity: 1; r: 6; }
}

@keyframes overloadCoreIn {
  to { opacity: 1; transform: scale(1); }
}

@keyframes overloadCorePulse {
  0%, 100% { opacity: 0.72; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes overloadGentleFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -4px; }
}

@keyframes overloadCardDrift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -5px; }
}

@keyframes overloadScrapDrift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 8px; }
}

@keyframes overloadFloatDust {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(2%, -2%, 0) rotate(1turn); }
}

@media (max-width: 760px) {
  .overload-scene {
    border-radius: 18px;
  }

  .overload-section .card {
    padding: 1.7% 1.8%;
  }

  .overload-section .icon-box {
    min-width: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .overload-section *,
  .overload-section *::before,
  .overload-section *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.sector-hero {
  max-width: 900px;
  margin: 0 auto 34px;
  padding: 28px 28px 26px;
  text-align: center;
}

.sector-hero h2 {
  max-width: 11ch;
  margin: 0 auto 18px;
}

.sector-hero .section-kicker {
  margin-bottom: 18px;
}

.sector-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--soft);
  font-size: 1.02rem;
}

.sector-hero-note {
  max-width: 620px !important;
  margin-top: 16px !important;
  color: rgba(154, 173, 183, 0.86) !important;
  font-size: 0.88rem !important;
  line-height: 1.55;
}

.sector-hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.sector-hero-link:hover,
.sector-hero-link:focus-visible {
  color: var(--key);
  transform: translateY(2px);
}

.problem-grid,
.benefit-grid,
.use-case-grid,
.process-grid {
  display: grid;
  gap: 12px;
}

.use-case-grid {
  margin-top: 16px;
}

.usecases-toolbar {
  position: relative;
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
  width: 100%;
}

.usecases-tabs-hint {
  margin: 0;
  color: rgba(154, 173, 183, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.usecases-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  padding: 10px;
  overflow-x: auto;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(10, 24, 33, 0.84), rgba(5, 13, 20, 0.92)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 54px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(89, 214, 255, 0.04);
  backdrop-filter: blur(12px);
  scrollbar-width: none;
}

.usecases-tabs::-webkit-scrollbar {
  display: none;
}

.usecase-tab {
  flex: 1 0 auto;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  color: rgba(228, 239, 244, 0.88);
  background: transparent;
  cursor: pointer;
  font-weight: 650;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.usecase-tab:hover,
.usecase-tab:focus-visible,
.usecase-tab.is-active {
  color: #04111a;
  background: linear-gradient(135deg, #9af3ff 0%, #59d6ff 52%, #7dffd6 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 12px 28px rgba(89, 214, 255, 0.20),
    0 0 32px rgba(99, 240, 165, 0.12);
}

.usecase-summary {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(216, 231, 239, 0.82);
  font-size: 0.92rem;
  line-height: 1.4;
}

.usecase-summary strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  min-height: 2.55rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(89, 214, 255, 0.26);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(154, 243, 255, 0.98), rgba(89, 214, 255, 0.92) 58%, rgba(125, 255, 214, 0.88));
  box-shadow:
    0 14px 34px rgba(89, 214, 255, 0.20),
    0 0 24px rgba(99, 240, 165, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  color: #04111a;
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.usecase-footer-note {
  margin-top: 16px;
  color: rgba(154, 173, 183, 0.82);
  font-size: 0.9rem;
}

.sector-icon,
.card-icon,
.workflow-badge,
.process-icon,
.metric-icon {
  position: relative;
  overflow: hidden;
}

.sector-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  border: 1px solid rgba(89, 214, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(89, 214, 255, 0.20), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 0 10px rgba(89, 214, 255, 0.08),
    0 0 0 1px rgba(89, 214, 255, 0.05);
  color: #59d6ff;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sector-icon::before,
.use-card-icon::before {
  display: block;
  content: "";
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.sector-icon::before {
  width: 13px;
  height: 13px;
}

.use-card-icon::before {
  width: 20px;
  height: 20px;
}

.sector-icon--medical::before,
.use-card-icon--medical::before {
  mask-image: url("/assets/icons/use-cases/medical.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/medical.svg");
}

.sector-icon--real-estate::before,
.use-card-icon--real-estate::before {
  mask-image: url("/assets/icons/use-cases/real-estate.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/real-estate.svg");
}

.sector-icon--ecommerce::before,
.use-card-icon--ecommerce::before {
  mask-image: url("/assets/icons/use-cases/ecommerce.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/ecommerce.svg");
}

.sector-icon--construction::before,
.use-card-icon--construction::before {
  mask-image: url("/assets/icons/use-cases/construction.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/construction.svg");
}

.sector-icon--financial::before,
.use-card-icon--financial::before {
  mask-image: url("/assets/icons/use-cases/financial.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/financial.svg");
}

.sector-icon--operations::before,
.use-card-icon--operations::before {
  mask-image: url("/assets/icons/use-cases/operations.svg");
  -webkit-mask-image: url("/assets/icons/use-cases/operations.svg");
}

.usecase-tab:hover .sector-icon,
.usecase-tab:focus-visible .sector-icon,
.usecase-tab.is-active .sector-icon {
  color: #04111a;
  box-shadow:
    inset 0 0 12px rgba(89, 214, 255, 0.18),
    0 0 16px rgba(89, 214, 255, 0.2);
  transform: scale(1.06);
  background:
    linear-gradient(180deg, rgba(89, 214, 255, 0.32), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.04);
}

.ai-bridge {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 18px 0 46px;
  isolation: isolate;
  overflow: visible;
}

.ai-bridge::before,
.ai-bridge::after {
  position: absolute;
  left: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
  border-radius: 999px;
  z-index: 0;
}

.ai-bridge::before {
  top: 52%;
  width: min(108vw, 1080px);
  height: 330px;
  background:
    radial-gradient(ellipse at 42% 48%, rgba(89, 214, 255, 0.24), transparent 38%),
    radial-gradient(ellipse at 62% 52%, rgba(103, 255, 177, 0.18), transparent 42%),
    linear-gradient(118deg, transparent 22%, rgba(89, 214, 255, 0.1) 38%, transparent 52%),
    linear-gradient(62deg, transparent 28%, rgba(103, 255, 177, 0.09) 48%, transparent 66%);
  filter: blur(28px) saturate(1.18);
  opacity: 0.72;
  transform: translate(-50%, -50%);
  animation: bridgeAurora 8s ease-in-out infinite;
  mask-image: radial-gradient(ellipse at center, black 0 38%, rgba(0, 0, 0, 0.66) 55%, transparent 82%);
}

.ai-bridge::after {
  top: 53%;
  width: min(84vw, 820px);
  height: 210px;
  background:
    radial-gradient(circle, rgba(89, 214, 255, 0.5) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(103, 255, 177, 0.38) 0 1px, transparent 1.8px);
  background-position:
    0 0,
    34px 18px;
  background-size:
    92px 54px,
    118px 70px;
  filter: blur(0.2px);
  opacity: 0.28;
  transform: translate(-50%, -50%);
  animation: bridgeDataMist 12s linear infinite;
  mask-image: radial-gradient(ellipse at center, black 0 30%, rgba(0, 0, 0, 0.62) 48%, transparent 76%);
}

.ai-bridge-panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(30px, 3.4vw, 48px) clamp(20px, 3vw, 30px) clamp(32px, 3.8vw, 52px);
  z-index: 1;
}

.ai-bridge-panel::before,
.ai-bridge-panel::after {
  position: absolute;
  left: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 0;
}

.ai-bridge-panel::before {
  top: 51%;
  width: min(82%, 700px);
  height: 190px;
  border-radius: 999px;
  background:
    linear-gradient(112deg, transparent 12%, rgba(89, 214, 255, 0.18) 36%, transparent 58%),
    linear-gradient(68deg, transparent 18%, rgba(103, 255, 177, 0.14) 46%, transparent 70%),
    radial-gradient(ellipse at center, rgba(89, 214, 255, 0.08), transparent 64%);
  filter: blur(12px);
  opacity: 0.7;
  transform: translate(-50%, -50%);
  animation: bridgeRibbon 6.8s ease-in-out infinite;
  mask-image: linear-gradient(90deg, transparent, black 24%, black 76%, transparent);
}

.ai-bridge-panel::after {
  top: 52%;
  width: min(72%, 620px);
  height: 130px;
  background:
    radial-gradient(circle at 30% 50%, rgba(89, 214, 255, 0.42) 0 2px, transparent 4px),
    radial-gradient(circle at 44% 42%, rgba(89, 214, 255, 0.26) 0 1.5px, transparent 3px),
    radial-gradient(circle at 56% 58%, rgba(103, 255, 177, 0.3) 0 1.5px, transparent 3px),
    radial-gradient(circle at 72% 50%, rgba(103, 255, 177, 0.42) 0 2px, transparent 4px);
  filter: blur(0.6px);
  opacity: 0.58;
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: bridgeSparkDrift 5.6s ease-in-out infinite;
}

.ai-bridge-panel > * {
  position: relative;
  z-index: 2;
}

.ai-bridge-text {
  max-width: 52ch;
  margin: 0;
  color: #c9d9dd;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.5;
  text-align: center;
  text-shadow:
    0 0 18px rgba(89, 214, 255, 0.16),
    0 1px 0 rgba(0, 0, 0, 0.38);
}

.ai-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.ai-bridge-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 22px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(89, 214, 255, 0.4);
  border-radius: 999px;
  color: #eafcff;
  background: linear-gradient(180deg, rgba(8, 21, 28, 0.86), rgba(6, 12, 16, 0.74));
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.ai-bridge-button::before {
  position: absolute;
  inset: 1px;
  content: "";
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.62) 50%, transparent 80%);
  opacity: 0;
  transform: translateX(-58%);
  transition:
    opacity 220ms ease,
    transform 420ms ease;
  mix-blend-mode: screen;
}

.ai-bridge-button::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.ai-bridge-button:hover,
.ai-bridge-button:focus-visible {
  border-color: rgba(163, 244, 255, 0.72);
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(89, 214, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ai-bridge-button:hover::before,
.ai-bridge-button:focus-visible::before {
  opacity: 1;
  transform: translateX(58%);
}

.ai-bridge-button--primary {
  color: #04111a;
  border-color: rgba(134, 233, 255, 0.94);
  background: linear-gradient(180deg, #dffcff 0%, #72e1fc 44%, #35bef2 100%);
  box-shadow:
    0 18px 42px rgba(34, 173, 217, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ai-bridge-button--primary::before {
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.75) 50%, transparent 82%);
}

.ai-bridge-button--primary .ai-bridge-button__icon {
  color: #04111a;
  border-color: rgba(4, 17, 26, 0.28);
  background: rgba(4, 17, 26, 0.12);
}

.ai-bridge-button--portal {
  border-color: rgba(103, 255, 177, 0.38);
  background:
    linear-gradient(180deg, rgba(8, 21, 28, 0.8), rgba(5, 11, 14, 0.7)),
    radial-gradient(circle at 80% 20%, rgba(103, 255, 177, 0.12), transparent 42%);
}

.ai-bridge-button--portal::before {
  background: linear-gradient(120deg, transparent 22%, rgba(103, 255, 177, 0.42) 48%, rgba(89, 214, 255, 0.24) 62%, transparent 82%);
}

.ai-bridge-button--portal .ai-bridge-button__icon {
  color: #67ffb1;
  border-color: rgba(103, 255, 177, 0.36);
  background: rgba(103, 255, 177, 0.08);
}

.ai-bridge-button__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(89, 214, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.ai-bridge-button__icon svg {
  width: 14px;
  height: 14px;
}

.ai-bridge-button:hover .ai-bridge-button__icon,
.ai-bridge-button:focus-visible .ai-bridge-button__icon {
  transform: translateX(2px);
}

.ai-bridge-trace {
  position: relative;
  width: min(100%, 220px);
  height: 54px;
  margin-top: 2px;
}

.ai-bridge-trace::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 104px;
  height: 104px;
  content: "";
  border-radius: 999px;
  background:
    conic-gradient(from 16deg, transparent 0 30%, rgba(89, 214, 255, 0.44) 36%, transparent 43% 62%, rgba(103, 255, 177, 0.62) 68%, transparent 76% 100%);
  box-shadow:
    0 0 18px rgba(89, 214, 255, 0.16),
    inset 0 0 24px rgba(103, 255, 177, 0.06);
  filter: blur(0.2px);
  opacity: 0.5;
  transform: translate(-50%, -50%);
  animation: bridgeOrbit 6.2s linear infinite;
  mask-image: radial-gradient(circle at center, transparent 0 48%, black 50% 52%, transparent 55%);
}

.ai-bridge-trace::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: 42px;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(103, 255, 177, 0.78) 0 4px, transparent 5px),
    radial-gradient(circle at 24% 45%, rgba(89, 214, 255, 0.34) 0 2px, transparent 3px),
    radial-gradient(circle at 76% 55%, rgba(89, 214, 255, 0.3) 0 2px, transparent 3px),
    radial-gradient(ellipse at center, rgba(103, 255, 177, 0.12), transparent 64%);
  filter: blur(0.8px);
  opacity: 0.82;
  transform: translate(-50%, -50%);
  animation: bridgeCoreFloat 3.8s ease-in-out infinite;
}

.ai-bridge-trace span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #67ffb1;
  box-shadow:
    0 0 0 10px rgba(99, 240, 165, 0.05),
    0 0 28px rgba(99, 240, 165, 0.72);
  transform: translate(-50%, -50%);
  animation: bridgePulse 2.8s ease-in-out infinite;
}

.onl-next-step {
  --mx: 50%;
  --my: 50%;
  --cyan: #5ee9ff;
  --cyan-strong: #31d8ff;
  --mint: #55ffc8;
  --text: #f5fbff;
  --muted: rgba(245, 251, 255, 0.62);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(12px, 2vw, 126px) 20px clamp(78px, 12vw, 132px);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.onl-next-step::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -4;
  transition: background 0.18s ease;
}

.onl-next-step::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 48%, black 0%, transparent 72%);
  opacity: 0.6;
}

.onl-next-step__ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 24%, rgba(94, 233, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 22% 69%, rgba(94, 233, 255, 0.44) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 28%, rgba(94, 233, 255, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 62%, rgba(85, 255, 200, 0.46) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 40%, rgba(255, 255, 255, 0.32) 0 1px, transparent 2px);
  opacity: 0.65;
}

.onl-next-step__inner {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.onl-next-step__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: -1;
  width: min(760px, 90vw);
  height: 300px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(94, 233, 255, 0.14), transparent 62%);
  filter: blur(10px);
  opacity: 0.9;
  pointer-events: none;
}

.onl-next-step__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(94, 233, 255, 0.52);
}

.onl-next-step__eyebrow::before,
.onl-next-step__eyebrow::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
  opacity: 0.72;
}

.onl-next-step__eyebrow::after {
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.onl-next-step__text {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.055em;
  text-wrap: balance;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 38%, #dff9ff 64%, #72eaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 16px 40px rgba(94, 233, 255, 0.08));
}

.onl-next-step__text span {
  display: block;
  margin-top: 10px;
  font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.025em;
  background: linear-gradient(180deg, #eaffff 0%, #8ef5ff 38%, #5ee9ff 68%, #55ffc8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.95;
}

.onl-next-step__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.onl-next-step__primary,
.onl-next-step__secondary {
  appearance: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.onl-next-step__primary {
  --push-x: 0px;
  --push-y: 0px;

  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 58px;
  padding: 7px 7px 7px 26px;
  border-radius: 999px;
  color: #031116;
  background: linear-gradient(135deg, #8ef5ff 0%, #43dcff 48%, #79ffe1 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.38) inset,
    0 16px 42px rgba(49, 216, 255, 0.26),
    0 0 62px rgba(94, 233, 255, 0.2);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: -0.025em;
  transform: translate3d(var(--push-x), var(--push-y), 0);
  transition:
    transform 0.18s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.onl-next-step__primary::before {
  content: "";
  position: absolute;
  top: -90%;
  bottom: -90%;
  left: -58%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(18deg);
  animation: onlCtaShine 3.8s ease-in-out infinite;
}

.onl-next-step__primary:hover {
  filter: brightness(1.05) saturate(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.46) inset,
    0 20px 54px rgba(49, 216, 255, 0.36),
    0 0 82px rgba(94, 233, 255, 0.28);
}

.onl-next-step__primary span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.onl-next-step__arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(3, 17, 22, 0.14);
  box-shadow:
    0 0 0 1px rgba(3, 17, 22, 0.16) inset,
    0 0 18px rgba(255, 255, 255, 0.18);
  transition: transform 0.22s ease, background 0.22s ease;
}

.onl-next-step__primary:hover .onl-next-step__arrow {
  transform: translateX(3px);
  background: rgba(3, 17, 22, 0.22);
}

.onl-next-step__primary svg,
.onl-next-step__secondary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.onl-next-step__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  color: rgba(245, 251, 255, 0.78);
  background: rgba(3, 13, 15, 0.28);
  border: 1px solid rgba(85, 255, 200, 0.26);
  box-shadow:
    0 0 26px rgba(85, 255, 200, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  font-size: 15px;
  font-weight: 850;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.onl-next-step__secondary:hover {
  color: var(--mint);
  border-color: rgba(85, 255, 200, 0.48);
  background: rgba(8, 28, 26, 0.42);
  transform: translateY(-1px);
}

.onl-next-step__secondary svg {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.onl-next-step__secondary:hover svg {
  transform: translateX(3px);
}

.onl-next-step__micro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.onl-next-step__micro-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.onl-next-step__micro-item i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan-strong);
  box-shadow:
    0 0 0 5px rgba(49, 216, 255, 0.1),
    0 0 16px rgba(49, 216, 255, 0.95);
}

.onl-next-step__divider {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(94, 233, 255, 0.45);
  box-shadow: 0 0 12px rgba(94, 233, 255, 0.6);
}

.onl-next-step__line {
  position: relative;
  width: min(520px, 74%);
  height: 78px;
  margin: 28px auto -72px;
}

.onl-next-step__line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(94, 233, 255, 0.5), transparent);
}

.onl-next-step__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(85, 255, 200, 0.5), transparent);
}

.onl-next-step__line span {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--mint);
  box-shadow:
    0 0 0 8px rgba(85, 255, 200, 0.08),
    0 0 28px rgba(85, 255, 200, 0.78);
  animation: onlPulse 2.4s ease-in-out infinite;
}

@media (max-width: 640px) {
  .onl-next-step {
    padding-inline: 16px;
  }

  .onl-next-step__text {
    font-size: clamp(24px, 7vw, 34px);
  }

  .onl-next-step__actions {
    gap: 12px;
  }

  .onl-next-step__primary,
  .onl-next-step__secondary {
    width: 100%;
  }

  .onl-next-step__primary {
    padding-left: 22px;
  }

  .onl-next-step__primary span:first-child {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .onl-next-step__primary,
  .onl-next-step__secondary,
  .onl-next-step__arrow,
  .onl-next-step__secondary svg {
    transition: none;
  }

  .onl-next-step__primary::before,
  .onl-next-step__line span {
    animation: none;
  }
}

.methodology-section {
  margin-top: 18px;
  margin-bottom: 42px;
}

.methodology-section.portal-target-focus .methodology-surface {
  animation: portalLanding 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.methodology-surface {
  position: relative;
  overflow: hidden;
  padding:
    clamp(50px, 4.6vw, 70px)
    clamp(18px, 1.8vw, 21px)
    clamp(54px, 5vw, 78px);
}

.methodology-surface::before {
  position: absolute;
  inset: 0;
  content: "";
  mask-image: radial-gradient(circle at 50% 30%, black, transparent 72%);
  pointer-events: none;
}

.methodology-surface::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(circle, rgba(49, 231, 255, 0.65) 1px, transparent 1.5px);
  background-size: 164px 148px;
  opacity: 0.28;
  pointer-events: none;
}

.methodology__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.methodology__top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 42px;
}

.methodology__top .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.methodology__top h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

.methodology__top h2 em {
  font-style: normal;
  background: linear-gradient(90deg, #67ffb1 0%, #31e7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.methodology__intro {
  max-width: 430px;
  margin: 0;
  color: #c3cbd1;
  font-size: clamp(13px, 1.45vw, 15px);
  line-height: 1.48;
}

.methodology__intro strong {
  color: #67ffb1;
  font-weight: 800;
}

.process {
  position: relative;
  display: grid;
  gap: 0;
}

.process::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 92px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(103, 255, 177, 0.72), transparent);
  box-shadow: 0 0 22px rgba(103, 255, 177, 0.35);
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 72px 74px minmax(0, 1fr) 56px minmax(176px, 228px);
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.step:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.step__number {
  color: #fff;
  font-size: clamp(24px, 2.8vw, 35px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.step__dot {
  position: relative;
  justify-self: center;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #67ffb1;
  box-shadow: 0 0 24px rgba(103, 255, 177, 0.85), 0 0 80px rgba(49, 231, 255, 0.18);
}

.step__dot::before {
  position: absolute;
  inset: -8px;
  content: "";
  border: 1px solid rgba(103, 255, 177, 0.18);
  border-radius: inherit;
}

.step__icon {
  display: block;
  width: 42px;
  height: 42px;
  color: #67ffb1;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 14px rgba(103, 255, 177, 0.28));
}

.icon-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step__main {
  min-width: 0;
}

.step__main h3 {
  margin: 0 0 8px;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.step__main p {
  margin: 0;
  max-width: 630px;
  color: #c7d0d6;
  font-size: clamp(12px, 1.18vw, 15px);
  line-height: 1.46;
}

.step__arrow {
  color: #67ffb1;
  font-size: 28px;
  line-height: 1;
  justify-self: center;
  transform: translateY(-2px);
}

.deliverable {
  padding-left: 15px;
  border-left: 1px solid rgba(103, 255, 177, 0.16);
}

.deliverable span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: #31e7ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.deliverable span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #67ffb1;
  box-shadow: 0 0 14px rgba(103, 255, 177, 0.7);
}

.deliverable strong {
  display: block;
  color: #e9f3f5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.32;
}

.outcomes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.outcome {
  padding: 0 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.outcome:first-child {
  padding-left: 0;
  border-left: 0;
}

.outcome__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #67ffb1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.outcome__label::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: #67ffb1;
  box-shadow: 0 0 12px rgba(103, 255, 177, 0.75);
}

.outcome p {
  margin: 0;
  color: #aebbc5;
  font-size: 12px;
  line-height: 1.42;
}

@media (max-width: 1020px) {
  .ai-bridge {
    margin-top: 6px;
    padding-bottom: 20px;
  }

  .ai-bridge-panel {
    gap: 12px;
    padding: 24px 20px 28px;
  }

  .ai-bridge h2 {
    max-width: 14ch;
  }

  .ai-bridge-text {
    max-width: 34ch;
  }

  .ai-bridge-actions {
    gap: 14px;
  }

  .methodology__top {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 31px;
  }

  .methodology__intro {
    max-width: 720px;
  }

  .step {
    grid-template-columns: 56px 46px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 0;
  }

  .process::before {
    left: 78px;
  }

  .step__arrow {
    display: none;
  }

  .deliverable {
    grid-column: 3 / -1;
    margin-top: -4px;
    padding-left: 0;
    border-left: 0;
  }

  .outcomes {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 0;
  }

  .outcome:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .ai-bridge {
    margin-top: 4px;
    padding-bottom: 16px;
  }

  .ai-bridge-panel {
    gap: 10px;
    padding: 22px 16px 24px;
    border-radius: 26px;
  }

  .ai-bridge h2 {
    max-width: 13ch;
    font-size: clamp(1.9rem, 8vw, 3rem);
  }

  .ai-bridge-text {
    max-width: 28ch;
    font-size: 0.98rem;
  }

  .ai-bridge-actions {
    width: 100%;
    gap: 12px;
  }

  .ai-bridge-button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  .ai-bridge-trace {
    width: min(100%, 360px);
  }

  .methodology-section {
    margin-bottom: 32px;
  }

  .methodology-surface {
    border-radius: 26px;
  }

  .methodology__top h2 {
    font-size: clamp(1.8rem, 6.9vw, 2.7rem);
    letter-spacing: -0.06em;
  }

  .methodology__top .eyebrow {
    margin-bottom: 12px;
  }

  .step {
    grid-template-columns: 40px 34px minmax(0, 1fr);
    gap: 10px;
  }

  .process::before {
    left: 57px;
  }

  .step__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .step__dot {
    width: 10px;
    height: 10px;
  }

  .step__main h3 {
    margin-bottom: 7px;
  }

  .deliverable {
    grid-column: 1 / -1;
    margin-left: 52px;
  }

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

  .outcome,
  .outcome:nth-child(odd) {
    padding: 0 0 15px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .outcome:last-child {
    border-bottom: 0;
  }
}

.line-card,
.metric-card,
.use-card,
.process-step,
.workflow-node,
.lead-form,
.solution-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(89, 214, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(5, 5, 6, 0.76);
}

.line-card::before,
.metric-card::before,
.use-card::before,
.process-step::before,
.workflow-node::before,
.lead-form::before,
.solution-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.line-card {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.line-card:hover,
.use-card:hover,
.use-card.is-selected,
.metric-card:hover,
.process-step:hover {
  border-color: rgba(89, 214, 255, 0.32);
  background:
    linear-gradient(145deg, rgba(89, 214, 255, 0.12), rgba(255, 255, 255, 0.032)),
    rgba(5, 5, 6, 0.84);
  transform: translateY(-2px);
}

.use-card.is-selected {
  border-color: rgba(89, 214, 255, 0.48);
  box-shadow:
    0 0 0 1px rgba(89, 214, 255, 0.12),
    0 20px 54px rgba(0, 0, 0, 0.34);
}

.line-card h3 {
  margin: 0;
  text-align: right;
}

.card-index,
.workflow-node span,
.process-step span {
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 800;
}

.solution-panel {
  display: grid;
  gap: 30px;
  padding: 26px;
}

.solution-panel h2 {
  font-size: clamp(2rem, 6vw, 4rem);
}

.metric-card,
.use-card,
.process-step {
  min-height: 162px;
  padding: 20px;
}

.metric-card {
  border-radius: 24px 24px 24px 8px;
}

.metric-card:nth-child(2n) {
  border-radius: 8px 24px 24px 24px;
}

.metric-icon,
.card-icon,
.workflow-badge,
.process-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(89, 214, 255, 0.22);
  background: linear-gradient(180deg, rgba(89, 214, 255, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 16px rgba(89, 214, 255, 0.06);
}

.card-icon {
  box-shadow:
    inset 0 0 16px rgba(89, 214, 255, 0.06),
    0 0 0 1px rgba(89, 214, 255, 0.06);
}

.card-icon {
  display: block;
  object-fit: contain;
  padding: 8px;
}

.metric-icon {
  padding: 8px;
  object-fit: contain;
  flex: 0 0 auto;
}

.use-card {
  border-radius: 26px;
  padding: 20px;
  border-color: rgba(89, 214, 255, 0.15);
  background:
    radial-gradient(circle at top left, rgba(89, 214, 255, 0.08), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(99, 240, 165, 0.05), transparent 22%),
    linear-gradient(155deg, rgba(13, 26, 35, 0.92), rgba(5, 14, 21, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 52px rgba(0, 0, 0, 0.20);
}

.use-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.use-card-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.use-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(89, 214, 255, 0.26);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(89, 214, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(89, 214, 255, 0.08);
  color: #64ddff;
}

.use-card-icon img,
.use-card-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(89, 214, 255, 0.22));
}

.use-card-area {
  color: #64ddff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.15;
  text-shadow: 0 0 18px rgba(89, 214, 255, 0.18);
}

.use-card-score {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

.use-card-score strong {
  color: #f8fcff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 24px rgba(89, 214, 255, 0.08);
}

.use-card-score span {
  color: rgba(201, 220, 229, 0.74);
  font-size: 0.82rem;
  text-transform: lowercase;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px 8px 10px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 999px;
  color: rgba(235, 244, 248, 0.92);
  background:
    linear-gradient(180deg, rgba(17, 35, 46, 0.94), rgba(8, 18, 26, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 10px 22px rgba(0, 0, 0, 0.14),
    0 0 18px rgba(89, 214, 255, 0.05);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.tag-row span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  content: "";
  background: linear-gradient(180deg, #8cefff, #54d8ff 55%, #79ffe1);
  box-shadow: 0 0 0 3px rgba(89, 214, 255, 0.12);
}

.card-number {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 0.72rem;
  border: 1px solid rgba(89, 214, 255, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(16, 41, 56, 0.94), rgba(8, 19, 27, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.18),
    0 0 22px rgba(89, 214, 255, 0.06);
  color: #64ddff;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
}

.card-number strong {
  font-size: 0.84rem;
  font-variant-numeric: tabular-nums;
}

.metric-card h3,
.use-card h3,
.process-step h3 {
  margin-bottom: 10px;
}

.use-card p {
  font-size: 0.92rem;
  line-height: 1.48;
}

.use-card {
  min-height: 162px;
  border-radius: 24px;
}

.use-card::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 110px;
  height: 110px;
  content: "";
  border-right: 1px solid rgba(89, 214, 255, 0.22);
  border-bottom: 1px solid rgba(89, 214, 255, 0.22);
  border-radius: 50%;
  clip-path: ellipse(42% 44% at 50% 50%);
  opacity: 0.9;
}

.workflow-diagram {
  display: grid;
  gap: 18px;
}

.workflow-node {
  min-height: 118px;
  padding: 22px;
  border-radius: 24px;
}

.workflow-node:nth-child(odd) {
  border-radius: 24px 12px 24px 24px;
}

.workflow-node:nth-child(even) {
  border-radius: 12px 24px 24px 24px;
}

.workflow-node h3 {
  max-width: 220px;
  margin: 22px 0 0;
}

.workflow-node:not(:last-child)::after {
  position: absolute;
  bottom: -18px;
  left: 36px;
  z-index: 2;
  width: 1px;
  height: 18px;
  content: "";
  background: linear-gradient(180deg, var(--line-strong), transparent);
}


.process-step {
  min-height: 196px;
  border-radius: 28px;
}

.process-step:nth-child(odd) {
  transform: translateY(6px);
}

.process-step:nth-child(even) {
  transform: translateY(-6px);
}

.process-step span {
  display: inline-block;
  margin-bottom: 30px;
}

.faq-section {
  --bg: #030607;
  --panel: rgba(8, 17, 22, 0.78);
  --panel-strong: rgba(12, 27, 34, 0.92);
  --text: #f6fbff;
  --muted: #a8bbc5;
  --soft: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #47d7ff;
  --mint: #38f0bd;
  --violet: #a78bfa;
  --blue: #6ba8ff;
  --indigo: #7c9cff;
  --aqua: #60f7ff;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --max: 1180px;
  --sticky-offset: 96px;
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: clamp(76px, 9vw, 132px) 20px;
  background:
    radial-gradient(circle at 14% 18%, rgba(71, 215, 255, 0.18), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(56, 240, 189, 0.12), transparent 32%),
    radial-gradient(circle at 77% 78%, rgba(167, 139, 250, 0.13), transparent 36%),
    linear-gradient(180deg, #050809 0%, #020303 62%, #030607 100%);
  color: var(--text);
}

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

.faq-section::before {
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.faq-section::after {
  background-image: radial-gradient(circle, rgba(77, 226, 255, 0.9) 1px, transparent 1.2px);
  background-size: 142px 142px;
  opacity: 0.26;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}

.faq-shell {
  width: min(var(--max), 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 58px);
}

.faq-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.faq-section .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 24px rgba(56, 240, 189, 0.9);
}

.faq-title {
  margin: 0;
  max-width: 860px;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.93;
  letter-spacing: -0.075em;
}

.faq-title span {
  background: linear-gradient(90deg, #ffffff 0%, #dff7ff 40%, #b9fff0 76%, #e5ddff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.faq-intro-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.08), rgba(56, 240, 189, 0.04) 48%, rgba(167, 139, 250, 0.08)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 90px rgba(0, 0, 0, 0.22);
}

.faq-intro-card p {
  margin: 0;
  color: #d6e6ed;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
}

.faq-intro-card strong {
  color: #ffffff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: start;
}

.faq-side-slot {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.faq-side {
  position: sticky;
  top: var(--sticky-offset);
  align-self: start;
  height: fit-content;
  min-height: 360px;
  max-height: calc(100vh - var(--sticky-offset) - 24px);
  overflow: auto;
  scrollbar-width: none;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 0% 0%, rgba(71, 215, 255, 0.16), transparent 42%),
    radial-gradient(circle at 100% 100%, rgba(56, 240, 189, 0.13), transparent 40%),
    rgba(7, 13, 17, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.faq-side::-webkit-scrollbar {
  display: none;
}

.faq-side::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 78px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(7, 13, 17, 0.96));
  opacity: 0.72;
}

.faq-main {
  position: relative;
  padding: clamp(12px, 1.6vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: calc(var(--radius-xl) + 8px);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.055), rgba(167, 139, 250, 0.04) 52%, rgba(56, 240, 189, 0.04)),
    rgba(255, 255, 255, 0.026);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.faq-main::before {
  content: "";
  position: absolute;
  inset: 0 18px auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.58), rgba(56, 240, 189, 0.44), transparent);
  opacity: 0.75;
}

.faq-side h3 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.faq-side p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.approach-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.approach-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.approach-step:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(56, 240, 189, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.approach-step:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(167, 139, 250, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.step-icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #061014;
  background: linear-gradient(135deg, var(--cyan), var(--mint));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 30px rgba(71, 215, 255, 0.22);
}

.step-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.approach-step:nth-child(2) .step-icon {
  background: linear-gradient(135deg, var(--mint), var(--aqua));
  box-shadow: 0 0 30px rgba(56, 240, 189, 0.18);
}

.approach-step:nth-child(3) .step-icon {
  color: #ffffff;
  background: linear-gradient(135deg, var(--violet), var(--blue));
  box-shadow: 0 0 30px rgba(167, 139, 250, 0.2);
}

.approach-step b {
  display: block;
  margin-bottom: 4px;
  color: white;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.approach-step small {
  display: block;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.pulse-line {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 28px 0 0;
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.55), rgba(56, 240, 189, 0.52), transparent);
  overflow: hidden;
}

.pulse-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: white;
  filter: blur(3px);
  animation: scan 3.6s ease-in-out infinite;
}

@keyframes scan {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  18% {
    opacity: 0.65;
  }

  100% {
    transform: translateX(430%);
    opacity: 0;
  }
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  --accent: var(--cyan);
  --accent-2: var(--mint);
  position: relative;
  overflow: clip;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 13%, transparent), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    rgba(5, 12, 16, 0.86);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.faq-item:nth-child(1) {
  --accent: var(--cyan);
  --accent-2: var(--mint);
}

.faq-item:nth-child(2) {
  --accent: var(--violet);
  --accent-2: var(--blue);
}

.faq-item:nth-child(3) {
  --accent: var(--mint);
  --accent-2: var(--aqua);
}

.faq-item:nth-child(4) {
  --accent: var(--blue);
  --accent-2: var(--mint);
}

.faq-item:nth-child(5) {
  --accent: var(--indigo);
  --accent-2: var(--cyan);
}

.faq-item:nth-child(6) {
  --accent: var(--aqua);
  --accent-2: var(--violet);
}

.faq-item:nth-child(7) {
  --accent: var(--mint);
  --accent-2: var(--blue);
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: 0.85;
}

.faq-item::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at var(--x, 92%) 50%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 34%);
  opacity: 0.85;
  transition: opacity 220ms ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 38%, rgba(255, 255, 255, 0.14));
}

.faq-question {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  padding: clamp(18px, 2.5vw, 26px);
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-number {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 34%, transparent), color-mix(in srgb, var(--accent-2) 16%, transparent)),
    rgba(255, 255, 255, 0.07);
  border: 1px solid color-mix(in srgb, var(--accent) 45%, rgba(255, 255, 255, 0.15));
  box-shadow: 0 0 34px color-mix(in srgb, var(--accent) 24%, transparent);
}

.faq-question-text {
  min-width: 0;
}

.faq-question-text h4 {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.faq-question-text small {
  display: block;
  margin-top: 7px;
  color: color-mix(in srgb, var(--accent) 70%, #ffffff 30%);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-icon {
  width: 42px;
  height: 42px;
  position: relative;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid color-mix(in srgb, var(--accent) 46%, rgba(255, 255, 255, 0.18));
  box-shadow: 0 0 28px color-mix(in srgb, var(--accent) 23%, transparent);
  flex: 0 0 auto;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  transition: transform 240ms ease;
}

.faq-icon::after {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon::after {
  transform: rotate(0deg);
}

.faq-answer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-content {
  margin: 0 clamp(18px, 2.5vw, 26px) clamp(20px, 2.6vw, 28px) clamp(78px, 7vw, 94px);
  padding: 18px 20px;
  border-left: 1px solid color-mix(in srgb, var(--accent) 35%, rgba(255, 255, 255, 0.1));
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
  color: #c6d8df;
  font-size: 15.5px;
  line-height: 1.72;
}

.faq-answer-content p {
  margin: 0;
}

.faq-answer-content strong {
  color: white;
  font-weight: 800;
}

.faq-cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 0%, rgba(71, 215, 255, 0.16), transparent 35%),
    radial-gradient(circle at 90% 90%, rgba(56, 240, 189, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.faq-cta h3 {
  margin: 0;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.faq-cta p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 620px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  color: #031012;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  box-shadow: 0 14px 38px rgba(56, 240, 189, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(71, 215, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.cta-button svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .faq-heading,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-side-slot {
    align-self: auto;
  }

  .faq-side {
    position: relative;
    top: auto;
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .faq-main {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .faq-main::before {
    display: none;
  }

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

@media (max-width: 680px) {
  .faq-section {
    padding-inline: 14px;
  }

  .faq-title {
    letter-spacing: -0.06em;
  }

  .faq-question {
    grid-template-columns: auto 1fr;
  }

  .faq-icon {
    grid-column: 1 / -1;
    justify-self: start;
    width: 38px;
    height: 38px;
    margin-left: 60px;
  }

  .faq-answer-content {
    margin-left: 18px;
  }

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

  .faq-cta {
    align-items: flex-start;
  }
}

.cta-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 34px;
  margin-top: 88px;
  padding: 96px 0 90px;
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

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

.cta-section::before {
  top: 32px;
  right: -7vw;
  left: -7vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(116, 229, 255, 0.34), rgba(198, 126, 255, 0.24), rgba(118, 255, 186, 0.28), transparent);
  box-shadow:
    0 28px 90px rgba(116, 229, 255, 0.16),
    0 80px 130px rgba(118, 255, 186, 0.08);
}

.cta-section::after {
  right: -7vw;
  bottom: 18px;
  left: -7vw;
  height: 220px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(116, 229, 255, 0.1) 18%, rgba(198, 126, 255, 0.08) 48%, rgba(118, 255, 186, 0.1) 76%, transparent 100%),
    repeating-linear-gradient(90deg, transparent 0 82px, rgba(116, 229, 255, 0.12) 82px 83px, transparent 83px 164px);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 28%, black 68%, transparent);
  mask-image: linear-gradient(180deg, transparent, black 28%, black 68%, transparent);
  opacity: 0.86;
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.cta-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #76ffba;
}

.cta-section .section-kicker::before {
  width: 34px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #74e5ff, #76ffba);
  box-shadow: 0 0 18px rgba(118, 255, 186, 0.28);
}

.cta-section h2 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: 4.7rem;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow:
    0 0 42px rgba(116, 229, 255, 0.1),
    0 0 84px rgba(198, 126, 255, 0.08);
}

.cta-section p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(224, 236, 243, 0.84);
  font-size: 1.06rem;
  line-height: 1.62;
}

.cta-section .cta-notes {
  gap: 24px;
  margin-top: 30px;
}

.cta-section .cta-notes span {
  position: relative;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 0;
  color: rgba(218, 234, 242, 0.82);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 650;
}

.cta-section .cta-notes span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #74e5ff;
  box-shadow: 0 0 14px rgba(116, 229, 255, 0.42);
  transform: translateY(-50%);
}

.cta-section .cta-notes span:nth-child(2)::before {
  background: #c67eff;
  box-shadow: 0 0 14px rgba(198, 126, 255, 0.42);
}

.cta-section .cta-notes span:nth-child(3)::before {
  background: #76ffba;
  box-shadow: 0 0 14px rgba(118, 255, 186, 0.42);
}

.cta-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 16px;
  width: fit-content;
  min-height: 58px;
  padding: 8px 0;
  border: 0;
  color: #fbfdff;
  background: transparent;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
}

.cta-link::after {
  position: absolute;
  right: 64px;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #74e5ff, #c67eff 48%, #76ffba);
  box-shadow: 0 0 24px rgba(116, 229, 255, 0.22);
  transform-origin: left;
  transition: transform 220ms ease, opacity 220ms ease;
}

.cta-link__arrow {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #031116;
  background: linear-gradient(135deg, #74e5ff 0%, #76ffba 54%, #c67eff 100%);
  box-shadow:
    0 16px 36px rgba(116, 229, 255, 0.2),
    0 0 44px rgba(118, 255, 186, 0.16);
  font-size: 1.45rem;
  line-height: 1;
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
}

.cta-link:hover::after,
.cta-link:focus-visible::after {
  opacity: 0.72;
  transform: scaleX(0.72);
}

.cta-link:hover .cta-link__arrow,
.cta-link:focus-visible .cta-link__arrow {
  filter: brightness(1.08) saturate(1.08);
  box-shadow:
    0 18px 42px rgba(116, 229, 255, 0.26),
    0 0 58px rgba(118, 255, 186, 0.2);
  transform: translateX(6px);
}

.cta-link:focus-visible {
  outline: 2px solid rgba(116, 229, 255, 0.72);
  outline-offset: 8px;
}

.cta-signal {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: -1;
  display: grid;
  gap: 16px;
  width: min(38%, 460px);
  transform: translateY(-50%);
  pointer-events: none;
}

.cta-signal span {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(116, 229, 255, 0.72), rgba(198, 126, 255, 0.54), transparent);
  box-shadow: 0 0 24px rgba(116, 229, 255, 0.18);
  animation: ctaSignalSweep 4.6s ease-in-out infinite;
}

.cta-signal span:nth-child(2) {
  width: 72%;
  margin-left: auto;
  background: linear-gradient(90deg, transparent, rgba(118, 255, 186, 0.68), rgba(116, 229, 255, 0.44), transparent);
  animation-delay: 0.45s;
}

.cta-signal span:nth-child(3) {
  width: 54%;
  margin-left: 18%;
  background: linear-gradient(90deg, transparent, rgba(198, 126, 255, 0.58), rgba(118, 255, 186, 0.5), transparent);
  animation-delay: 0.9s;
}

@media (max-width: 899px) {
  .cta-section {
    gap: 30px;
    margin-top: 72px;
    padding: 78px 0 76px;
  }

  .cta-section h2 {
    max-width: 690px;
    font-size: 3.35rem;
  }

  .cta-signal {
    top: auto;
    right: 0;
    bottom: 32px;
    width: min(76%, 420px);
    opacity: 0.62;
    transform: none;
  }
}

@media (max-width: 560px) {
  .cta-section {
    margin-top: 58px;
    padding: 66px 0 68px;
  }

  .cta-section h2 {
    font-size: 2.42rem;
    line-height: 1;
  }

  .cta-section p {
    font-size: 1rem;
  }

  .cta-section .cta-notes {
    gap: 12px 18px;
  }

  .cta-link {
    font-size: 0.98rem;
  }

  .cta-link__arrow {
    width: 48px;
    height: 48px;
  }

  .cta-signal {
    width: 100%;
    opacity: 0.42;
  }
}

.form-section {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 34px;
  padding-bottom: 104px;
  overflow-x: clip;
  overflow-y: visible;
}

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

.form-section::before {
  top: 56px;
  left: -90px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(89, 214, 255, 0.17) 0%, rgba(89, 214, 255, 0.08) 32%, transparent 74%);
  filter: blur(18px);
}

.form-section::after {
  right: -120px;
  bottom: 24px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(103, 255, 177, 0.1) 0%, rgba(89, 214, 255, 0.08) 30%, transparent 76%);
  filter: blur(24px);
  animation: formHaloDrift 15s ease-in-out infinite;
}

@media (max-width: 760px) {
  .form-section::before {
    top: 40px;
    left: 50%;
    width: min(280px, 74vw);
    height: min(280px, 74vw);
    transform: translateX(-72%);
  }

  .form-section::after {
    right: auto;
    bottom: 18px;
    left: 50%;
    width: min(320px, 82vw);
    height: min(320px, 82vw);
    transform: translateX(-18%);
  }
}

.form-intro {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding-top: 12px;
}

.form-intro .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 28, 39, 0.86), rgba(7, 16, 23, 0.9)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 26px rgba(0, 0, 0, 0.18);
}

.form-intro h2 {
  max-width: 720px;
  margin: 18px 0 18px;
  font-size: clamp(3.2rem, 7vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(89, 214, 255, 0.08);
}

.form-intro p {
  max-width: 500px;
  margin: 0;
  color: rgba(214, 225, 232, 0.84);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.form-intro-badges {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.form-intro-badges span {
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(142, 245, 255, 0.9), rgba(67, 220, 255, 0.72) 60%, rgba(121, 255, 225, 0.44));
  box-shadow:
    0 0 18px rgba(89, 214, 255, 0.16),
    0 0 36px rgba(99, 240, 165, 0.08);
  animation: formSignalPulse 3.9s ease-in-out infinite;
}

.form-intro-badges span:nth-child(2) {
  width: 30px;
  animation-delay: 0.32s;
}

.form-intro-badges span:nth-child(3) {
  width: 72px;
  animation-delay: 0.64s;
}

.lead-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(8, 20, 28, 0.96), rgba(5, 12, 18, 0.98)),
    rgba(5, 5, 6, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(89, 214, 255, 0.03),
    0 26px 70px rgba(0, 0, 0, 0.32),
    0 0 54px rgba(89, 214, 255, 0.08);
  --mx: 50%;
  --my: 32%;
}

.lead-form::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(89, 214, 255, 0.17), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(99, 240, 165, 0.08), transparent 18%),
    linear-gradient(rgba(89, 214, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.04) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    26px 26px,
    26px 26px;
  opacity: 0.96;
  mask-image: radial-gradient(circle at center, black 0%, rgba(0, 0, 0, 0.92) 68%, transparent 100%);
}

.lead-form::after {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(168, 237, 255, 0.82), rgba(124, 255, 202, 0.42), transparent);
}

.lead-form__chrome {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
}

.lead-form__chrome span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8ef5ff, #43dcff 58%, #79ffe1);
  box-shadow:
    0 0 12px rgba(89, 214, 255, 0.28),
    0 0 24px rgba(99, 240, 165, 0.14);
  animation: formSignalPulse 3.5s ease-in-out infinite;
}

.lead-form__chrome span:nth-child(2) {
  animation-delay: 0.24s;
}

.lead-form__chrome span:nth-child(3) {
  animation-delay: 0.48s;
}

.form-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.field {
  display: grid;
  gap: 10px;
}

.field label {
  color: #eef7fb;
  font-size: 0.84rem;
  font-weight: 780;
  letter-spacing: -0.01em;
}

.field label span {
  color: #9ff6ff;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(109, 235, 255, 0.14);
  border-radius: 16px;
  color: #f7fbfd;
  background:
    linear-gradient(180deg, rgba(23, 33, 41, 0.88), rgba(18, 26, 34, 0.9)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(89, 214, 255, 0.02);
  outline: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.field input,
.field select {
  height: 56px;
  padding: 0 18px;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
  padding: 16px 18px;
}

.field select {
  appearance: none;
  padding-right: 50px;
  color: rgba(236, 245, 248, 0.9);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25 7 9.25l4-4' stroke='%239fefff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(23, 33, 41, 0.88), rgba(18, 26, 34, 0.9));
  background-repeat: no-repeat, no-repeat;
  background-position: right 18px center, center;
  background-size: 14px 14px, auto;
}

.field select option {
  color: #111;
  background: #fff;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: rgba(118, 237, 255, 0.22);
  transform: translateY(-1px);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(131, 243, 255, 0.44);
  background:
    linear-gradient(180deg, rgba(19, 35, 44, 0.98), rgba(15, 25, 33, 0.98)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 4px rgba(89, 214, 255, 0.08),
    0 0 34px rgba(89, 214, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(141, 154, 163, 0.84);
}

.form-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
}

.form-submit {
  min-width: 232px;
}

.form-status {
  min-height: 26px;
  margin: 0;
  color: rgba(223, 235, 241, 0.88);
  font-size: 0.92rem;
}

.form-status:not(:empty) {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(89, 214, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(13, 27, 37, 0.9), rgba(8, 16, 24, 0.92)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.form-status.error {
  color: #ffd0d0;
  border-color: rgba(255, 110, 110, 0.24);
}

.form-status.success {
  color: #d7fff0;
  border-color: rgba(99, 240, 165, 0.24);
}

@media (min-width: 980px) {
  .form-section {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 44px;
    align-items: start;
  }

  .form-intro {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 760px) {
  .form-section {
    gap: 26px;
    padding-bottom: 86px;
  }

  .form-intro h2 {
    margin: 14px 0 16px;
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 0.94;
  }

  .lead-form {
    padding: 20px;
    border-radius: 26px;
  }

  .lead-form__chrome {
    margin-bottom: 16px;
  }

  .field input,
  .field select {
    height: 52px;
    padding: 0 16px;
  }

  .field textarea {
    min-height: 136px;
    padding: 15px 16px;
  }

  .form-submit {
    width: 100%;
    min-width: 0;
  }
}

@keyframes formSignalPulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.78;
    filter: saturate(0.96);
  }

  50% {
    transform: translateY(-2px);
    opacity: 1;
    filter: saturate(1.12);
  }
}

@keyframes formHaloDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(-12px, -14px, 0) scale(1.06);
    opacity: 1;
  }
}

@keyframes ctaSignalSweep {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-18px) scaleX(0.88);
  }

  48% {
    opacity: 0.9;
    transform: translateX(14px) scaleX(1);
  }
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--text);
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer__utility {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer__links a,
.site-footer__utility a,
.site-footer__action {
  color: var(--muted);
  font: inherit;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-footer__action {
  padding: 8px 14px;
  border: 1px solid rgba(170, 236, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.site-footer__action:hover,
.site-footer__action:focus-visible {
  border-color: rgba(157, 239, 255, 0.24);
  background: rgba(157, 239, 255, 0.08);
  transform: translateY(-1px);
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible,
.site-footer__utility a:hover,
.site-footer__utility a:focus-visible,
.site-footer__action:hover,
.site-footer__action:focus-visible {
  color: var(--text);
}

.form-legal-note {
  margin: 16px 0 0;
  max-width: 620px;
  color: rgba(214, 227, 238, 0.72);
  font-size: 0.85rem;
  line-height: 1.65;
}

.form-legal-note a {
  color: #9defff;
}

.consent-ui-open {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  width: min(1040px, calc(100vw - 32px));
  transform: translateX(-50%);
}

.cookie-banner__shell,
.cookie-modal__dialog,
.cookie-category {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(168, 226, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(92, 232, 255, 0.12), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(164, 244, 214, 0.08), transparent 20%),
    linear-gradient(135deg, rgba(5, 10, 14, 0.96), rgba(7, 15, 22, 0.94) 58%, rgba(9, 24, 28, 0.8)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 32px 90px rgba(0, 0, 0, 0.42),
    0 0 50px rgba(92, 232, 255, 0.05);
  backdrop-filter: blur(24px);
}

.cookie-banner__shell {
  display: grid;
  gap: 18px;
  padding: 30px 32px 24px;
}

.cookie-banner__shell::before,
.cookie-modal__dialog::before,
.cookie-category::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(104, 236, 255, 0.14), transparent 28%),
    linear-gradient(315deg, rgba(132, 255, 197, 0.08), transparent 26%);
}

.cookie-banner__shell::after,
.cookie-modal__dialog::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  content: "";
  pointer-events: none;
}

.cookie-banner__content,
.cookie-banner__layout,
.cookie-banner__footer,
.cookie-modal__top,
.cookie-modal__intro,
.cookie-modal__categories,
.cookie-modal__actions,
.cookie-category__head {
  position: relative;
  z-index: 3;
}

.cookie-banner__eyebrow {
  margin: 0 0 12px;
  color: #18e5bf;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cookie-banner__title,
.cookie-modal__title {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.04em;
}

.cookie-banner__title {
  max-width: 7.4ch;
  font-size: clamp(2.3rem, 4.1vw, 3.95rem);
  line-height: 0.9;
  text-wrap: balance;
}

.cookie-banner__text,
.cookie-modal__intro,
.cookie-category__description {
  margin: 0;
  color: rgba(226, 237, 245, 0.76);
  line-height: 1.7;
}

.cookie-banner__text {
  margin-top: 14px;
  max-width: 33ch;
  font-size: 0.95rem;
  line-height: 1.52;
}

.cookie-banner__layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.88fr) minmax(460px, 1.12fr);
  gap: 28px;
  align-items: stretch;
}

.cookie-banner__content {
  display: grid;
  align-content: start;
}

.cookie-banner__content::after {
  position: absolute;
  top: 2px;
  right: -14px;
  bottom: 2px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(130, 205, 232, 0.18), transparent);
}

.cookie-banner__hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 81px;
  margin-bottom: 10px;
  color: #19f0d7;
}

.cookie-banner__hero-icon::before {
  width: 100%;
  height: 100%;
  content: "";
}

.cookie-banner__benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 12px 14px;
  margin-top: 22px;
}

.cookie-banner__benefit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.cookie-banner__benefit strong {
  display: block;
  margin: 0 0 2px;
  color: rgba(240, 247, 251, 0.96);
  font-size: 0.92rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.cookie-banner__benefit small {
  display: block;
  color: rgba(192, 208, 217, 0.7);
  font-size: 0.78rem;
  line-height: 1.36;
}

.cookie-banner__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.cookie-banner__benefit-icon::before {
  width: 100%;
  height: 100%;
  content: "";
}

.cookie-banner__reasons {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 2px;
  min-height: 100%;
}

.cookie-banner__reason {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  align-content: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cookie-banner__reason:last-child {
  border-bottom: 0;
}

.cookie-banner__reason h3 {
  margin: 0 0 4px;
  color: #f5fbff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cookie-banner__reason p {
  margin: 0;
  color: rgba(205, 221, 230, 0.74);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cookie-banner__reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(170, 236, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cookie-banner__reason-icon::before {
  width: 20px;
  height: 20px;
  content: "";
}

.cookie-banner__pill {
  align-self: start;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(24, 229, 191, 0.14);
  color: #18e5bf;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cookie-banner__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.85fr) minmax(260px, 1.15fr);
  gap: 14px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-banner__manage {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(23, 234, 199, 0.94);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.cookie-banner__manage:hover,
.cookie-banner__manage:focus-visible {
  color: #f5fdff;
  transform: translateY(-1px);
}

.cookie-banner__manage-icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.cookie-banner__manage-icon::before {
  width: 100%;
  height: 100%;
  content: "";
}

.cookie-banner__links {
  display: none;
}

.cookie-banner__hero-icon::before,
.cookie-banner__benefit-icon::before,
.cookie-banner__reason-icon::before,
.cookie-banner__manage-icon::before {
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.cookie-banner__hero-icon--privacy {
  color: transparent;
}

.cookie-banner__hero-icon--privacy::before {
  background: center / contain no-repeat url("/assets/icons/cookie-consent/privacy-shield.svg");
  mask-image: none;
  -webkit-mask-image: none;
}

.cookie-banner__benefit-icon--secure {
  color: #19f0d7;
}

.cookie-banner__benefit-icon--secure::before {
  mask-image: url("/assets/icons/cookie-consent/secure-shield.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/secure-shield.svg");
}

.cookie-banner__benefit-icon--performance {
  color: #20bcff;
}

.cookie-banner__benefit-icon--performance::before {
  mask-image: url("/assets/icons/cookie-consent/performance-bars.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/performance-bars.svg");
}

.cookie-banner__benefit-icon--experience {
  color: #b86bff;
}

.cookie-banner__benefit-icon--experience::before {
  mask-image: url("/assets/icons/cookie-consent/experience-user.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/experience-user.svg");
}

.cookie-banner__reason-icon--essential {
  background: radial-gradient(circle at 50% 38%, rgba(25, 240, 215, 0.16), rgba(255, 255, 255, 0.02));
  color: #19f0d7;
}

.cookie-banner__reason-icon--essential::before {
  mask-image: url("/assets/icons/cookie-consent/essential-lock.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/essential-lock.svg");
}

.cookie-banner__reason-icon--data {
  background: radial-gradient(circle at 50% 38%, rgba(32, 188, 255, 0.16), rgba(255, 255, 255, 0.02));
  color: #20bcff;
}

.cookie-banner__reason-icon--data::before {
  mask-image: url("/assets/icons/cookie-consent/data-shield.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/data-shield.svg");
}

.cookie-banner__reason-icon--control {
  background: radial-gradient(circle at 50% 38%, rgba(184, 107, 255, 0.16), rgba(255, 255, 255, 0.02));
  color: #b86bff;
}

.cookie-banner__reason-icon--control::before {
  mask-image: url("/assets/icons/cookie-consent/control-sliders.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/control-sliders.svg");
}

.cookie-banner__manage-icon {
  color: currentColor;
}

.cookie-banner__manage-icon::before {
  mask-image: url("/assets/icons/cookie-consent/external-link.svg");
  -webkit-mask-image: url("/assets/icons/cookie-consent/external-link.svg");
}

.cookie-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.consent-pending > *:not(.cookie-banner):not(.cookie-modal) {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
  transition: filter 220ms ease, opacity 220ms ease;
}

body.consent-pending::before {
  position: fixed;
  inset: 0;
  z-index: 115;
  content: "";
  background:
    radial-gradient(circle at 50% 50%, rgba(6, 18, 24, 0.18), rgba(2, 8, 12, 0.34)),
    rgba(1, 5, 8, 0.18);
  pointer-events: none;
}

.cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(173, 227, 255, 0.2);
  font: inherit;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
  pointer-events: auto;
}

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

.cookie-button--primary,
.cookie-button--secondary {
  flex: 1 1 180px;
}

.cookie-button--primary {
  color: #041018;
  background: linear-gradient(135deg, #72efff, #9ff6cb);
  box-shadow: 0 14px 30px rgba(114, 239, 255, 0.18);
}

.cookie-button--secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.cookie-button--ghost {
  color: rgba(220, 232, 241, 0.86);
  background: transparent;
}

.cookie-banner .cookie-button--primary,
.cookie-banner .cookie-button--secondary {
  width: 100%;
  min-width: 0;
  flex: 0 1 auto;
  min-height: 48px;
  border-radius: 18px;
}

.cookie-banner .cookie-button--primary {
  color: #ecffff;
  background: linear-gradient(135deg, #23dbab 0%, #1eaef9 100%);
  border-color: rgba(108, 238, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 34px rgba(33, 193, 247, 0.24),
    0 0 40px rgba(41, 226, 189, 0.08);
}

.cookie-banner .cookie-button--secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cookie-banner .cookie-button--primary:hover,
.cookie-banner .cookie-button--primary:focus-visible,
.cookie-banner .cookie-button--secondary:hover,
.cookie-banner .cookie-button--secondary:focus-visible {
  border-color: rgba(157, 239, 255, 0.26);
  background: rgba(157, 239, 255, 0.08);
}

.cookie-banner .cookie-button--primary:hover,
.cookie-banner .cookie-button--primary:focus-visible {
  background: linear-gradient(135deg, #2ae8b5 0%, #25bbff 100%);
  border-color: rgba(108, 238, 255, 0.42);
}

.cookie-banner .cookie-button--secondary:hover,
.cookie-banner .cookie-button--secondary:focus-visible {
  background: rgba(157, 239, 255, 0.08);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  width: min(968px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.cookie-modal::backdrop {
  background: rgba(1, 4, 7, 0.72);
  backdrop-filter: blur(14px);
}

.cookie-modal[open] {
  display: block;
}

.cookie-modal .cookie-modal__dialog {
  isolation: isolate;
  max-height: min(860px, calc(100dvh - 48px));
  overflow: auto;
}

.cookie-modal .cookie-modal__dialog::-webkit-scrollbar {
  width: 10px;
}

.cookie-modal .cookie-modal__dialog::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(157, 239, 255, 0.18);
  background-clip: padding-box;
}

.cookie-modal .cookie-modal__dialog::-webkit-scrollbar-track {
  background: transparent;
}

.cookie-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 32px;
}

.cookie-modal__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.cookie-modal__title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 0.94;
}

.cookie-modal__intro {
  margin-top: 16px;
  max-width: 72ch;
}

.cookie-modal__close {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(173, 227, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 4;
}

.cookie-modal__close span {
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(45deg);
}

.cookie-modal__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.cookie-category {
  min-height: 100%;
  padding: 22px;
  border-radius: 26px;
}

.cookie-category__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.cookie-category__title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.cookie-category__meta {
  display: grid;
  justify-items: end;
  gap: 12px;
  color: rgba(198, 217, 228, 0.82);
  font-size: 0.82rem;
  white-space: nowrap;
}

.cookie-category__meta span {
  padding: 6px 10px;
  border: 1px solid rgba(170, 236, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.cookie-category--compact {
  grid-column: 1 / -1;
}

.cookie-category[data-consent-category="necessary"] {
  border-color: rgba(150, 244, 205, 0.16);
}

.cookie-category[data-consent-category="analytics"] {
  border-color: rgba(157, 239, 255, 0.16);
}

.cookie-category[data-consent-category="marketing"] {
  border-color: rgba(255, 203, 133, 0.14);
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 196, 112, 0.08), transparent 26%),
    linear-gradient(135deg, rgba(5, 10, 14, 0.96), rgba(7, 15, 22, 0.94) 58%, rgba(9, 24, 28, 0.8)),
    rgba(255, 255, 255, 0.03);
}

.cookie-category[data-consent-category="preferences"] {
  border-color: rgba(208, 220, 232, 0.12);
}

.cookie-toggle {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 34px;
  pointer-events: auto;
  z-index: 4;
}

.cookie-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.cookie-toggle__track {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(175, 226, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.cookie-toggle__track::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(232, 240, 246, 0.9);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
  content: "";
  transition: transform 180ms ease, background 180ms ease;
}

.cookie-toggle input:checked + .cookie-toggle__track {
  border-color: rgba(129, 239, 221, 0.55);
  background: linear-gradient(135deg, rgba(77, 236, 255, 0.42), rgba(129, 239, 221, 0.52));
  box-shadow: inset 0 0 18px rgba(83, 233, 255, 0.18);
}

.cookie-toggle input:checked + .cookie-toggle__track::after {
  transform: translateX(24px);
  background: #061116;
}

.cookie-toggle--locked .cookie-toggle__track {
  border-color: rgba(166, 229, 255, 0.3);
  background: linear-gradient(135deg, rgba(74, 231, 255, 0.38), rgba(147, 245, 205, 0.38));
}

.cookie-toggle--locked .cookie-toggle__track::after {
  transform: translateX(24px);
  background: #061116;
}

@media (max-width: 720px) {
  .cookie-banner {
    left: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    transform: none;
  }

  .cookie-banner__shell,
  .cookie-modal__dialog {
    padding: 22px;
    border-radius: 24px;
  }

  .cookie-modal {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .cookie-banner__shell {
    gap: 20px;
  }

  .cookie-banner__layout,
  .cookie-banner__footer {
    grid-template-columns: 1fr;
  }

  .cookie-banner__content::after {
    display: none;
  }

  .cookie-banner__benefits {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cookie-banner__reasons {
    grid-template-rows: none;
    min-height: 0;
  }

  .cookie-banner__benefit {
    width: 100%;
  }

  .cookie-banner__footer {
    justify-items: stretch;
  }

  .cookie-banner__manage {
    justify-self: start;
  }

  .cookie-banner__reason {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .cookie-banner__pill {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }

  .cookie-category__head,
  .cookie-modal__top {
    flex-direction: column;
  }

  .cookie-category__meta {
    justify-items: start;
    white-space: normal;
  }

  .cookie-button--primary,
  .cookie-button--secondary,
  .cookie-button--ghost {
    flex-basis: 100%;
  }

  .cookie-banner .cookie-button--primary,
  .cookie-banner .cookie-button--secondary {
    width: 100%;
  }

  .cookie-modal__categories {
    grid-template-columns: 1fr;
  }
}

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

.animations-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

.animations-ready .solution-section.reveal .solution-drag-copy,
.animations-ready .solution-section.reveal .solution-drag-kicker,
.animations-ready .solution-section.reveal .solution-drag-copy h2,
.animations-ready .solution-section.reveal .solution-drag-copy p,
.animations-ready .solution-section.reveal .solution-drag-orbit,
.animations-ready .solution-section.reveal .solution-drag-metric,
.animations-ready .solution-section.reveal .solution-drag-cta {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
  will-change: opacity, transform;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0ms;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-kicker {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 100ms;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-copy h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 180ms;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-copy p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 260ms;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-orbit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 340ms;
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-metric {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animations-ready .solution-section.reveal.is-visible .solution-drag-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animations-ready .solution-section.reveal .solution-drag-metric:nth-child(1) {
  transition-delay: 1210ms;
}

.animations-ready .solution-section.reveal .solution-drag-metric:nth-child(2) {
  transition-delay: 1290ms;
}

.animations-ready .solution-section.reveal .solution-drag-metric:nth-child(3) {
  transition-delay: 1370ms;
}

.animations-ready .solution-section.reveal .solution-drag-metric:nth-child(4) {
  transition-delay: 1450ms;
}

.animations-ready .solution-section.reveal .solution-drag-cta {
  transition-delay: 1540ms;
}

@keyframes particleDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-120px, 90px, 0);
  }
}

@keyframes scan {
  0%,
  68% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes rotateSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseRing {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bridgePulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94);
  }

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

@keyframes bridgeAurora {
  0%,
  100% {
    opacity: 0.56;
    transform: translate(-52%, -50%) scaleX(0.96);
  }

  50% {
    opacity: 0.76;
    transform: translate(-48%, -50%) scaleX(1.04);
  }
}

@keyframes bridgeDataMist {
  0%,
  100% {
    background-position:
      0 0,
      34px 18px;
    opacity: 0.22;
  }

  50% {
    background-position:
      48px 22px,
      4px 54px;
    opacity: 0.34;
  }
}

@keyframes bridgeRibbon {
  0%,
  100% {
    opacity: 0.52;
    transform: translate(-52%, -50%) skewX(-6deg);
  }

  50% {
    opacity: 0.82;
    transform: translate(-48%, -50%) skewX(6deg);
  }
}

@keyframes bridgeSparkDrift {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-51%, -48%) scale(0.96);
  }

  50% {
    opacity: 0.72;
    transform: translate(-49%, -53%) scale(1.04);
  }
}

@keyframes bridgeOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0.42;
  }

  50% {
    opacity: 0.72;
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.42;
  }
}

@keyframes bridgeCoreFloat {
  0%,
  100% {
    opacity: 0.68;
    transform: translate(-50%, -52%) scale(0.96);
  }

  50% {
    opacity: 0.98;
    transform: translate(-50%, -48%) scale(1.06);
  }
}

@keyframes onlCtaShine {
  0%,
  48% {
    transform: translateX(-180%) rotate(18deg);
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  78%,
  100% {
    transform: translateX(360%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes onlPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.85;
  }

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

@keyframes portalFlash {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  18% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes portalLanding {
  0% {
    filter: brightness(1.15) saturate(1.15);
    transform: translateY(20px) scale(0.988);
  }

  42% {
    filter: brightness(1.05) saturate(1.08);
    transform: translateY(0) scale(1.01);
  }

  100% {
    filter: none;
    transform: none;
  }
}

@keyframes signal {
  0%,
  100% {
    opacity: 0.18;
  }

  50% {
    opacity: 0.74;
  }
}

@keyframes drawLine {
  from {
    stroke-dashoffset: 1;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes automationDiagramDash {
  to {
    stroke-dashoffset: -42;
  }
}

@keyframes automationPointPulse {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes chaosSweep {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -160;
  }
}

@keyframes chaosPulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.72;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (min-width: 620px) {
  .brand-logo {
    width: min(20vw, 150px);
    max-width: 150px;
    max-height: 64px;
  }

  .site-nav {
    display: inline-flex;
  }

  .hero-actions,
  .form-footer {
    flex-direction: row;
    align-items: center;
  }

  .problem-grid,
  .benefit-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-wide {
    grid-column: 1 / -1;
  }

  .lead-form {
    padding: 24px;
  }
}

@media (min-width: 900px) {
  .brand-logo {
    width: min(15vw, 160px);
    max-width: 160px;
    max-height: 68px;
  }

  .automation-banner-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 36px;
  }

  .automation-diagram-stage {
    min-height: 450px;
    padding: 16px;
  }

  .automation-diagram-grid {
    grid-template-columns: minmax(0, 165px) minmax(190px, 1fr) minmax(0, 165px);
    gap: 13px;
    min-height: 360px;
  }

  .automation-banner-stack {
    max-width: 165px;
    gap: 13px;
  }

  .automation-core-card {
    width: 168px;
    min-height: 146px;
  }

  .automation-banner-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
  }

  .automation-engine-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero {
    padding-top: 54px;
  }

  .problem-layout,
  .solution-layout {
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  }

  .solution-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 30px;
  }

  .solution-drag {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .solution-drag-metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 8px;
  }

  .solution-drag-orbit {
    min-height: 460px;
  }

  .solution-drag-top {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
    gap: 32px;
  }

  .problem-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    align-items: end;
  }

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

  .solution-panel {
    padding: 34px;
  }

  .solution-dashboard-shell {
    padding: 22px;
  }

  .solution-stage {
    min-height: 392px;
  }

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

  .workflow-diagram {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .workflow-node {
    min-height: 168px;
    border-radius: 0;
  }

  .workflow-node:first-child {
    border-radius: 8px 0 0 8px;
  }

  .workflow-node:last-child {
    border-radius: 0 8px 8px 0;
  }

  .workflow-node:not(:last-child) {
    border-right: 0;
  }

  .workflow-node:not(:last-child)::after {
    top: 50%;
    right: -34px;
    bottom: auto;
    left: auto;
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: translateY(-50%);
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cta-section {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
    min-height: 430px;
    padding: 100px 0 94px;
  }

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

  .form-section {
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
    align-items: start;
  }
}

@media (max-width: 899px) {
  .hero-secondary {
    padding: 88px 0 96px;
  }

  .hero-secondary h1 {
    max-width: 9.8ch;
    font-size: 4.05rem;
  }

  .hero-secondary .hero-subtitle {
    font-size: 1.08rem;
  }

  .problem-orbit {
    min-height: 280px;
  }

  .automation-banner-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .automation-diagram-stage {
    min-height: 350px;
    padding: 12px 10px;
    border-radius: 26px;
  }

  .automation-diagram-grid {
    grid-template-columns: minmax(0, 92px) minmax(148px, 1fr) minmax(0, 92px);
    gap: 12px;
    min-height: 420px;
  }

  .automation-banner-stack {
    max-width: 92px;
    gap: 12px;
  }

  .automation-node-card {
    min-height: 50px;
    padding: 9px 8px;
    justify-content: center;
    gap: 0;
    border-radius: 11px;
  }

  .automation-node-card div:not(.automation-node-icon) {
    display: none;
  }

  .automation-node-icon {
    width: 31px;
    height: 31px;
    border-radius: 8px;
  }

  .automation-node-icon svg {
    width: 16px;
    height: 16px;
  }

  .automation-core-card {
    width: 110px;
    min-height: 102px;
    padding: 8px;
    border-radius: 18px;
  }

  .automation-core-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .automation-core-icon svg {
    width: 22px;
    height: 22px;
  }

  .automation-core-card strong {
    font-size: 0.68rem;
  }

  .automation-core-card small {
    font-size: 0.50rem;
  }

  .automation-banner-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .automation-banner-stats .automation-stat {
    border-right: 0;
    border-bottom: 0;
  }

  .automation-banner-stats .automation-stat:nth-child(odd) {
    border-right: 1px solid rgba(89, 214, 255, 0.12);
  }

  .automation-banner-stats .automation-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(89, 214, 255, 0.12);
  }

  .automation-engine-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-drag {
    grid-template-columns: 1fr;
  }

  .solution-drag-top {
    grid-template-columns: 1fr;
  }

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

  .solution-drag-orbit {
    min-height: 410px;
  }

  .solution-drag-metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-drag-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .solution-drag-cta .button {
    justify-self: start;
  }

  .solution-dashboard-body {
    grid-template-columns: 1fr;
  }

  .solution-rail {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .solution-stage {
    min-height: 300px;
  }

  .solution-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .solution-cta .button {
    justify-self: start;
  }

  .dashboard-shell {
    min-height: 360px;
  }

  .solution-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .solution-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .solution-row-metric {
    grid-column: 2;
    justify-items: start;
    margin-left: 62px;
    min-width: 0;
    text-align: left;
  }

  .ai-applied-section {
    padding: 0 0 46px;
  }

  .ai-applied-frame {
    gap: 18px;
    padding: 18px;
    border-radius: 28px;
  }

  .ai-applied-header {
    margin: 0;
    text-align: left;
  }

  .ai-applied-header h2 {
    margin: 0;
  }

  .ai-applied-header p {
    margin: 0;
  }

  .ai-applied-tabs {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
  }

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

  .ai-applied-copy,
  .ai-applied-result-col,
  .ai-applied-center {
    min-height: auto;
  }

  .ai-applied-center {
    min-height: 330px;
  }

  .ai-applied-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-applied-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 619px) {
  .automation-banner-frame {
    padding: 18px;
    border-radius: 28px;
  }

  .automation-banner-grid {
    gap: 18px;
  }

  .solve-it {
    min-height: 92svh;
    padding: 16vw 0 10vw;
  }

  .solve-it-copy {
    width: min(100%, 560px);
    padding: 24px 18px 20px;
    border-radius: 22px;
  }

  .solve-it-main {
    max-width: 16ch;
  }

  .solve-it-subtitle {
    max-width: 26ch;
  }

  .solve-ai-seam-zone {
    height: 118vh;
    margin-top: -30vh;
    margin-bottom: -58vh;
  }

  .solve-ai-seam-line::before,
  .solve-ai-seam-line::after {
    width: calc(var(--solve-ai-seam-p) * 58vw);
  }

  .solve-ai-split-word {
    font-size: clamp(2.375rem, 14vw, 4.75rem);
  }

  .ai-applied-section {
    padding: 0 0 34px;
  }

  .ai-applied-frame {
    gap: 16px;
    padding: 16px;
    border-radius: 26px;
  }

  .ai-applied-header {
    text-align: left;
  }

  .ai-applied-tabs {
    width: 100%;
    padding: 6px;
    justify-content: flex-start;
  }

  .ai-applied-tab {
    padding: 10px 14px;
    font-size: 0.68rem;
  }

  .ai-applied-card {
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
  }

  .ai-applied-copy,
  .ai-applied-result-col {
    padding: 16px;
  }

  .ai-applied-center {
    min-height: 300px;
    padding: 12px;
  }

  .ai-applied-screen {
    min-height: 280px;
    padding: 12px;
  }

  .ai-applied-panel-head {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .ai-applied-score-ring {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 6px;
  }

  .ai-applied-bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ai-applied-chip-row {
    gap: 7px;
  }

  .ai-applied-step,
  .ai-applied-playbook {
    grid-template-columns: 1fr auto;
  }

  .ai-applied-money-grid {
    grid-template-columns: 1fr;
  }

  .ai-applied-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ai-applied-metric {
    min-width: 0;
    padding: 13px 12px;
  }

  .ai-applied-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .ai-applied-stat {
    padding: 9px 8px;
    min-width: 0;
  }

  .ai-applied-stat strong {
    font-size: 0.86rem;
  }

  .ai-applied-stat span {
    font-size: 0.6rem;
    line-height: 1.15;
  }

  .use-card {
    min-height: auto;
    padding: 18px;
  }

  .use-card-top {
    margin-bottom: 12px;
  }

  .use-card-heading {
    gap: 10px;
  }

  .use-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .use-card-icon img,
  .use-card-icon svg {
    width: 18px;
    height: 18px;
  }

  .card-number {
    min-width: 36px;
    min-height: 36px;
    border-radius: 12px;
    padding: 0 0.62rem;
  }

  .card-number strong {
    font-size: 0.73rem;
  }

  .use-card-score strong {
    font-size: 1.84rem;
  }

  .use-card p {
    font-size: 0.9rem;
  }

  .tag-row {
    gap: 6px;
    margin-top: 12px;
  }

  .tag-row span {
    padding: 6px 8px;
    font-size: 0.66rem;
  }

  .usecase-summary strong {
    min-width: 2.6rem;
    min-height: 2.2rem;
    padding: 0 0.72rem;
    font-size: 0.92rem;
  }

  .ai-applied-check {
    padding: 12px;
  }

  .ai-applied-message {
    max-width: 92%;
  }

  .automation-banner-title {
    font-size: clamp(2.25rem, 9.2vw, 3.55rem);
    max-width: 100%;
  }

  html[lang="es"] .automation-banner-title,
  html[lang="it"] .automation-banner-title {
    font-size: clamp(2.1rem, 8.8vw, 3.25rem);
  }

  html[lang="et"] .automation-banner-title {
    font-size: clamp(1.95rem, 8.1vw, 2.95rem);
  }

  .automation-banner-subtitle {
    font-size: 0.98rem;
  }

  .automation-diagram-stage {
    min-height: 410px;
    padding: 14px 14px;
    border-radius: 26px;
  }

  .automation-diagram-grid {
    grid-template-columns: minmax(0, 74px) minmax(148px, 1fr) minmax(0, 74px);
    gap: 10px;
    min-height: 380px;
  }

  .automation-banner-stack {
    width: 74px;
    max-width: 74px;
    gap: 10px;
  }

  .automation-node-card {
    min-height: 45px;
    padding: 7px;
    border-radius: 11px;
  }

  .automation-core-card {
    width: 148px;
    min-height: 130px;
    padding: 8px;
    border-radius: 18px;
  }

  .automation-core-card strong {
    font-size: 0.76rem;
  }

  .automation-core-card small {
    font-size: 0.62rem;
  }

  .automation-engine-panel {
    padding: 12px;
    border-radius: 14px;
  }

  .automation-engine-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .automation-engine-step {
    padding: 9px 8px 8px;
  }

  .automation-engine-step small {
    display: none;
  }

  .automation-step-icon {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .automation-step-icon svg {
    width: 16px;
    height: 16px;
  }

  .automation-engine-step strong {
    font-size: 0.7rem;
  }

  .automation-engine-step small {
    font-size: 0.58rem;
  }

  .automation-banner-stats {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .automation-banner-stats .automation-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(89, 214, 255, 0.12);
  }

  .automation-banner-stats .automation-stat:last-child {
    border-bottom: 0;
  }

  .automation-stat {
    padding: 16px;
    gap: 12px;
  }

  .automation-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .automation-stat-icon svg {
    width: 20px;
    height: 20px;
  }

  .automation-stat-number {
    font-size: 1.9rem;
  }

  .problem-metric {
    padding: 16px;
  }

  .problem-core {
    width: 150px;
    height: 150px;
  }

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

  .chart-badge {
    transform: scale(0.92);
    transform-origin: top right;
  }

  .solution-drag-orbit {
    min-height: 320px;
    border-radius: 28px;
  }

  .solution-drag-copy {
    gap: 12px;
  }

  .solution-drag-kicker {
    padding: 7px 12px;
    font-size: 0.68rem;
  }

  .solution-drag-copy h2 {
    max-width: 11ch;
    font-size: clamp(2rem, 8.8vw, 2.8rem);
    line-height: 0.92;
  }

  .solution-drag-copy p {
    max-width: 30ch;
    font-size: 0.9rem;
  }

  .solution-drag-metric {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 12px 12px 14px;
  }

  .solution-drag-metric-lead {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .solution-drag-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 13px;
  }

  .solution-drag-icon svg {
    width: 20px;
    height: 20px;
  }

  .solution-drag-metric .metric-number {
    font-size: 1.35rem;
    line-height: 1;
  }

  .solution-drag-metric-copy h3 {
    margin-bottom: 4px;
    font-size: 0.92rem;
    line-height: 1.18;
  }

  .solution-drag-metric-copy p {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .solution-drag-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .solution-drag-cta {
    padding: 16px;
  }

  .solution-row {
    gap: 14px;
    padding: 16px;
  }

  .solution-row-metric {
    margin-left: 0;
  }

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

  .solution-chart {
    height: 220px;
  }

  .solution-stage {
    min-height: 260px;
    padding: 10px;
  }

  .solution-cta {
    padding: 16px;
  }
}

@media (min-width: 1160px) {
  .hero {
    min-height: calc(100svh - 72px);
  }
}

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

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

  .animations-ready .solution-section.reveal .solution-drag-copy,
  .animations-ready .solution-section.reveal .solution-drag-kicker,
  .animations-ready .solution-section.reveal .solution-drag-copy h2,
  .animations-ready .solution-section.reveal .solution-drag-copy p,
  .animations-ready .solution-section.reveal .solution-drag-orbit,
  .animations-ready .solution-section.reveal .solution-drag-metric,
  .animations-ready .solution-section.reveal .solution-drag-cta {
    opacity: 1;
    transform: none;
  }

  .solve-ai-seam-zone {
    display: none;
  }

  .ai-applied-frame {
    opacity: 1;
    filter: none;
    transform: none;
  }

}

/* ========================================================================
   ONLIME SYSTEMS - FAQ PALETTE V2
   Direction: keep the original FAQ palette, make the accents stronger,
   avoid the monochrome look, and reserve red for pain/friction states.
   Palette source: FAQ section variables already present in this file.
   ======================================================================== */

:root {
  color-scheme: dark;
  --bg: #030607;
  --black: #020303;
  --panel: rgba(8, 17, 22, 0.78);
  --panel-strong: rgba(12, 27, 34, 0.92);
  --text: #f6fbff;
  --soft: #d6e6ed;
  --muted: #a8bbc5;
  --dim: #71848f;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(71, 215, 255, 0.34);
  --accent: #47d7ff;
  --accent-strong: #6ba8ff;
  --cyan: #47d7ff;
  --mint: #38f0bd;
  --violet: #a78bfa;
  --blue: #6ba8ff;
  --indigo: #7c9cff;
  --aqua: #60f7ff;
  --danger: #ff5b57;
  --orange: #ffb15a;
}

html,
body {
  background: #030607;
}

body::before {
  background:
    radial-gradient(circle at 18% 7%, rgba(71, 215, 255, 0.22), transparent 31rem),
    radial-gradient(circle at 82% 14%, rgba(56, 240, 189, 0.14), transparent 28rem),
    radial-gradient(circle at 72% 52%, rgba(167, 139, 250, 0.12), transparent 33rem),
    radial-gradient(circle at 28% 82%, rgba(107, 168, 255, 0.08), transparent 27rem),
    linear-gradient(180deg, #050809 0%, #020303 48%, #030607 100%);
}

body.portal-transition-active::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(71, 215, 255, 0.34), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(56, 240, 189, 0.22), transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(167, 139, 250, 0.18), transparent 58%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.grid-layer {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(71, 215, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 215, 255, 0.075) 1px, transparent 1px);
}

.particle-layer {
  opacity: 0.58;
  background-image:
    radial-gradient(circle, rgba(96, 247, 255, 0.78) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(167, 139, 250, 0.34) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(56, 240, 189, 0.3) 0 1px, transparent 1.5px);
  background-position:
    0 0,
    38px 62px,
    84px 24px;
  background-size:
    142px 142px,
    211px 211px,
    263px 263px;
}

.scanline {
  opacity: 0.14;
  background: linear-gradient(180deg, transparent, rgba(71, 215, 255, 0.16), rgba(56, 240, 189, 0.1), transparent);
}

.site-header::before {
  background: linear-gradient(
    90deg,
    rgba(3, 6, 7, 0.88) 0%,
    rgba(5, 10, 12, 0.74) 32%,
    rgba(8, 15, 18, 0.42) 60%,
    rgba(5, 8, 9, 0.1) 84%,
    rgba(5, 8, 9, 0) 100%
  );
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
}

.site-header::after {
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(71, 215, 255, 0.95) 0%,
    rgba(56, 240, 189, 0.72) 36%,
    rgba(167, 139, 250, 0.46) 68%,
    rgba(167, 139, 250, 0) 100%
  );
}

.site-nav,
.language-select {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.08), rgba(167, 139, 250, 0.055), rgba(56, 240, 189, 0.04)),
    rgba(5, 11, 14, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.language-select:focus {
  color: #ffffff;
  border-color: rgba(71, 215, 255, 0.36);
  background: rgba(71, 215, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(71, 215, 255, 0.08);
}

.eyebrow,
.section-kicker,
.hero-featured-eyebrow,
.automation-banner-kicker,
.solution-drag-kicker,
.ai-applied-kicker,
.form-intro .section-kicker,
.methodology__top .eyebrow {
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(71, 215, 255, 0.22);
}

h1,
h2,
h3 {
  color: var(--text);
}

.hero-subtitle,
.section-heading p,
.solution-panel p,
.cta-section p,
.form-intro p,
.use-card p,
.metric-card p,
.process-step p {
  color: var(--muted);
}

.button {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(71, 215, 255, 0.055), rgba(167, 139, 250, 0.035)),
    rgba(7, 13, 17, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.26);
}

.button-primary,
.button-primary-pill,
.cta-button,
.form-submit {
  color: #031012;
  border-color: rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, #47d7ff 0%, #60f7ff 36%, #38f0bd 72%, #b9fff0 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 18px 46px rgba(71, 215, 255, 0.26),
    0 0 72px rgba(56, 240, 189, 0.2);
}

.button-primary::after,
.button-primary-pill::after,
.cta-button::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-primary-pill:hover,
.button-primary-pill:focus-visible,
.cta-button:hover,
.cta-button:focus-visible,
.form-submit:hover,
.form-submit:focus-visible {
  background: linear-gradient(135deg, #b9fff0 0%, #60f7ff 31%, #47d7ff 66%, #a78bfa 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42) inset,
    0 22px 56px rgba(71, 215, 255, 0.32),
    0 0 86px rgba(167, 139, 250, 0.24);
}

.button-secondary,
.solution-drag-cta .button-secondary {
  color: var(--mint);
  border-color: rgba(56, 240, 189, 0.34);
  background:
    linear-gradient(135deg, rgba(56, 240, 189, 0.12), rgba(71, 215, 255, 0.055)),
    rgba(7, 13, 17, 0.78);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.solution-drag-cta .button-secondary:hover,
.solution-drag-cta .button-secondary:focus-visible {
  border-color: rgba(56, 240, 189, 0.6);
  background:
    linear-gradient(135deg, rgba(56, 240, 189, 0.18), rgba(71, 215, 255, 0.09)),
    rgba(7, 13, 17, 0.92);
  box-shadow: 0 16px 42px rgba(56, 240, 189, 0.12);
}

.line-card,
.metric-card,
.use-card,
.process-step,
.workflow-node,
.solution-panel,
.ai-applied-copy,
.ai-applied-result-col,
.ai-applied-center,
.ai-applied-metric,
.ai-applied-step,
.ai-applied-playbook,
.ai-applied-money-box,
.ai-applied-stat {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.08), rgba(167, 139, 250, 0.05) 52%, rgba(56, 240, 189, 0.04)),
    rgba(5, 12, 16, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 58px rgba(0, 0, 0, 0.24);
}

.line-card::before,
.metric-card::before,
.use-card::before,
.process-step::before,
.workflow-node::before,
.solution-panel::before {
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.6), rgba(56, 240, 189, 0.42), rgba(167, 139, 250, 0.34), transparent);
}

.line-card:hover,
.use-card:hover,
.use-card.is-selected,
.metric-card:hover,
.process-step:hover,
.workflow-node:hover {
  border-color: rgba(71, 215, 255, 0.34);
  background:
    radial-gradient(circle at 14% 0%, rgba(71, 215, 255, 0.16), transparent 32%),
    radial-gradient(circle at 86% 100%, rgba(167, 139, 250, 0.11), transparent 30%),
    rgba(7, 15, 19, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 64px rgba(0, 0, 0, 0.32),
    0 0 54px rgba(71, 215, 255, 0.08);
}

/* Hero and top automation system */
.automation-banner-frame {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 15%, rgba(71, 215, 255, 0.16), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(167, 139, 250, 0.14), transparent 32%),
    radial-gradient(circle at 78% 84%, rgba(56, 240, 189, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 17, 22, 0.86), rgba(3, 6, 7, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 34px 100px rgba(0, 0, 0, 0.34),
    0 0 80px rgba(71, 215, 255, 0.06);
}

.automation-banner-frame::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  opacity: 0.34;
}

.automation-banner-kicker {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.12), rgba(167, 139, 250, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.automation-banner-kicker span {
  background: var(--mint);
  box-shadow: 0 0 22px rgba(56, 240, 189, 0.82);
}

.automation-banner-title span:last-child,
.hero-featured .hero-subtitle,
.hero-secondary h1,
.methodology__top h2 em,
.ai-applied-header h2 em,
.ai-applied-copy h3 em {
  color: transparent;
  background: linear-gradient(90deg, #ffffff 0%, #dff7ff 32%, #47d7ff 52%, #38f0bd 72%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.automation-banner-note::before {
  background: var(--violet);
  box-shadow: 0 0 16px rgba(167, 139, 250, 0.88);
}

.automation-diagram-stage {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 50% 39%, rgba(71, 215, 255, 0.16), transparent 35%),
    radial-gradient(circle at 74% 48%, rgba(56, 240, 189, 0.12), transparent 32%),
    radial-gradient(circle at 28% 62%, rgba(167, 139, 250, 0.1), transparent 30%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 10, 13, 0.98), rgba(3, 6, 8, 0.94));
  background-size: auto, auto, auto, 28px 28px, 28px 28px, auto;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 28px 92px rgba(0, 0, 0, 0.32),
    0 0 64px rgba(71, 215, 255, 0.08);
}

.automation-diagram-stage::before {
  background-image: radial-gradient(rgba(96, 247, 255, 0.34) 1px, transparent 1px);
}

.automation-diagram-stage::after {
  background:
    radial-gradient(circle at var(--diagram-pointer-x, 50%) var(--diagram-pointer-y, 42%), rgba(96, 247, 255, 0.24), transparent 26%),
    radial-gradient(circle at 50% 50%, rgba(167, 139, 250, 0.08), transparent 44%);
}

#automationBlueLine stop:nth-child(1) { stop-color: #47d7ff !important; }
#automationBlueLine stop:nth-child(2) { stop-color: #60f7ff !important; }
#automationBlueLine stop:nth-child(3) { stop-color: #6ba8ff !important; }
#automationGreenLine stop:nth-child(1) { stop-color: #38f0bd !important; }
#automationGreenLine stop:nth-child(2) { stop-color: #60f7ff !important; }
#automationGreenLine stop:nth-child(3) { stop-color: #a78bfa !important; }

.automation-diagram-point--left { fill: var(--cyan) !important; }
.automation-diagram-point--right { fill: var(--mint) !important; }

.automation-node-card,
.automation-engine-panel,
.automation-banner-stats {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(145deg, rgba(71, 215, 255, 0.08), rgba(167, 139, 250, 0.055) 56%, rgba(56, 240, 189, 0.045)),
    rgba(6, 13, 17, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 46px rgba(0, 0, 0, 0.3);
}

.automation-node-card--blue {
  border-color: rgba(71, 215, 255, 0.24);
}

.automation-node-card--green {
  border-color: rgba(56, 240, 189, 0.24);
}

.automation-node-card--blue .automation-node-icon,
.automation-core-icon,
.automation-step-icon {
  color: var(--cyan);
  border-color: rgba(71, 215, 255, 0.36);
  background: rgba(71, 215, 255, 0.12);
  box-shadow: 0 0 28px rgba(71, 215, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.automation-node-card--green .automation-node-icon {
  color: var(--mint);
  border-color: rgba(56, 240, 189, 0.36);
  background: rgba(56, 240, 189, 0.12);
  box-shadow: 0 0 28px rgba(56, 240, 189, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.automation-core-card {
  border-color: rgba(96, 247, 255, 0.34);
  background:
    radial-gradient(circle at 50% 28%, rgba(71, 215, 255, 0.26), transparent 48%),
    radial-gradient(circle at 82% 76%, rgba(167, 139, 250, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(10, 31, 41, 0.94), rgba(4, 13, 18, 0.97));
  box-shadow:
    0 0 0 1px rgba(96, 247, 255, 0.16),
    0 0 58px rgba(71, 215, 255, 0.34),
    0 0 92px rgba(167, 139, 250, 0.12),
    inset 0 0 42px rgba(96, 247, 255, 0.12);
}

.stat-blue { --stat-color: var(--cyan); }
.stat-purple { --stat-color: var(--violet); }
.stat-cyan { --stat-color: var(--aqua); }
.stat-green { --stat-color: var(--mint); }

.stat-blue .automation-stat-icon {
  color: var(--cyan);
  border-color: rgba(71, 215, 255, 0.32);
  background: rgba(71, 215, 255, 0.11);
}

.stat-purple .automation-stat-icon {
  color: var(--violet);
  border-color: rgba(167, 139, 250, 0.34);
  background: rgba(167, 139, 250, 0.11);
}

.stat-cyan .automation-stat-icon {
  color: var(--aqua);
  border-color: rgba(96, 247, 255, 0.34);
  background: rgba(96, 247, 255, 0.1);
}

.stat-green .automation-stat-icon {
  color: var(--mint);
  border-color: rgba(56, 240, 189, 0.34);
  background: rgba(56, 240, 189, 0.1);
}

.automation-stat:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.1);
}

/* Hidden cost / pain areas: red is intentionally reserved here. */
.impact-transition {
  --green: var(--cyan);
  --red: var(--danger);
}

.vertical-line {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(71, 215, 255, 0.92) 18%,
    rgba(56, 240, 189, 0.62) 44%,
    rgba(255, 91, 87, 0.78) 72%,
    transparent 100%
  );
  box-shadow:
    0 0 24px rgba(71, 215, 255, 0.3),
    0 0 28px rgba(255, 91, 87, 0.24);
}

.falling-circle {
  background: var(--cyan);
  box-shadow:
    0 0 20px rgba(71, 215, 255, 0.82),
    0 0 38px rgba(96, 247, 255, 0.34);
}

.horizontal-impact,
.impact-core,
.impact-glow {
  --red: var(--danger);
}

.solution-section::before {
  filter:
    drop-shadow(0 0 12px rgba(255, 91, 87, 0.34))
    drop-shadow(0 0 16px rgba(71, 215, 255, 0.18));
}

.solution-drag-kicker {
  color: var(--cyan);
}

.solution-drag-kicker::before {
  background: var(--danger);
  box-shadow: 0 0 22px rgba(255, 91, 87, 0.84);
}

.solution-drag-copy h2 span {
  color: var(--danger);
  text-shadow: 0 0 28px rgba(255, 91, 87, 0.16);
}

.solution-drag-metric,
.solution-drag-cta {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 91, 87, 0.07), rgba(71, 215, 255, 0.035), rgba(255, 255, 255, 0.02)),
    rgba(5, 10, 13, 0.76);
}

.solution-drag-metric:hover,
.solution-drag-cta:hover {
  border-color: rgba(255, 91, 87, 0.42);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 91, 87, 0.14), transparent 36%),
    rgba(8, 12, 15, 0.88);
}

.solution-drag-icon,
.solution-drag-cta-mark {
  color: var(--danger);
  border-color: rgba(255, 91, 87, 0.34);
  background: rgba(255, 91, 87, 0.11);
  box-shadow: inset 0 0 18px rgba(255, 91, 87, 0.08), 0 0 22px rgba(255, 91, 87, 0.1);
}

.solution-drag-metric .metric-number {
  color: var(--danger);
}

.solution-drag-orbit.overload-section {
  --stroke: rgba(255, 103, 92, 0.28);
  --danger: #ff6b5d;
  --orange: #ffb15a;
}

.solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(71, 215, 255, 0.95) 0deg,
      rgba(96, 247, 255, 0.92) 70deg,
      rgba(255, 103, 92, 0.92) 140deg,
      rgba(255, 91, 87, 0.98) 180deg,
      rgba(255, 103, 92, 0.92) 220deg,
      rgba(96, 247, 255, 0.92) 290deg,
      rgba(71, 215, 255, 0.95) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(71, 215, 255, 0.95), rgba(71, 215, 255, 0.72) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(71, 215, 255, 0.95), rgba(71, 215, 255, 0.72) 18%, transparent 34%);
}

.overload-scene {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 52% 47%, rgba(255, 79, 56, 0.18), transparent 31%),
    radial-gradient(circle at 72% 18%, rgba(71, 215, 255, 0.08), transparent 28%),
    radial-gradient(circle at 28% 72%, rgba(255, 92, 50, 0.1), transparent 25%),
    linear-gradient(145deg, #050609 0%, #090608 44%, #030405 100%);
}

.overload-section .danger,
.form-status.error {
  color: var(--danger);
}

.overload-section .blue {
  color: var(--blue);
}

.overload-section .purple {
  color: var(--violet);
}

.overload-section .gold {
  color: var(--orange);
}

/* AI applied: FAQ palette across the system, red only for the pain box. */
.ai-applied-frame {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    radial-gradient(circle at 16% 6%, rgba(71, 215, 255, 0.16), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(167, 139, 250, 0.12), transparent 32%),
    radial-gradient(circle at 72% 82%, rgba(56, 240, 189, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(7, 15, 19, 0.92), rgba(3, 6, 7, 0.92));
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.36),
    0 0 92px rgba(71, 215, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ai-applied-tab:hover,
.ai-applied-tab:focus-visible,
.ai-applied-tab.is-active,
.usecase-tab:hover,
.usecase-tab:focus-visible,
.usecase-tab.is-active {
  color: #031012;
  background: linear-gradient(135deg, #47d7ff 0%, #60f7ff 40%, #38f0bd 76%, #b9fff0 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 14px 34px rgba(71, 215, 255, 0.24),
    0 0 42px rgba(56, 240, 189, 0.14);
}

.ai-applied-tabs,
.usecases-tabs {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.08), rgba(167, 139, 250, 0.06), rgba(56, 240, 189, 0.04)),
    rgba(5, 12, 16, 0.78);
}

.ai-applied-pain {
  border-color: rgba(255, 91, 87, 0.72);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 91, 87, 0.17), transparent 42%),
    rgba(255, 91, 87, 0.07);
  box-shadow: 0 0 34px rgba(255, 91, 87, 0.1);
}

.ai-applied-pain span {
  color: #ff9a91;
}

.ai-applied-result,
.ai-applied-proposal,
.ai-applied-message--ai,
.ai-applied-money-hero {
  border-color: rgba(56, 240, 189, 0.36);
  background:
    radial-gradient(circle at 0% 0%, rgba(56, 240, 189, 0.16), transparent 42%),
    rgba(56, 240, 189, 0.08);
  color: #d7fff0;
}

.ai-applied-status,
.ai-applied-playbook-status,
.ai-applied-money-hero span,
.live-dot::before {
  color: var(--mint);
}

.ai-applied-check-icon,
.live-dot::before {
  background: var(--mint);
  box-shadow: 0 0 0 1px rgba(56, 240, 189, 0.2), 0 6px 18px rgba(56, 240, 189, 0.24), 0 0 26px rgba(56, 240, 189, 0.18);
}

.ai-applied-screen,
.solution-dashboard-shell,
.dashboard-shell {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 80% 0%, rgba(56, 240, 189, 0.13), transparent 28%),
    radial-gradient(circle at 15% 0%, rgba(71, 215, 255, 0.12), transparent 32%),
    linear-gradient(145deg, #071419, #041016 66%, #020507);
}

.ai-applied-bar-fill,
.line-green {
  background: linear-gradient(90deg, transparent, #38f0bd 38%, #60f7ff 100%);
  box-shadow: 0 0 24px rgba(56, 240, 189, 0.38), 0 0 42px rgba(96, 247, 255, 0.14);
}

.line-blue {
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.84) 40%, #a78bfa 100%);
  box-shadow: 0 0 24px rgba(71, 215, 255, 0.36), 0 0 42px rgba(167, 139, 250, 0.16);
}

/* Methodology and use cases get multiple FAQ accents so the site is not monochromatic. */
.methodology-surface {
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(71, 215, 255, 0.15), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(167, 139, 250, 0.12), transparent 34%),
    radial-gradient(circle at 76% 78%, rgba(56, 240, 189, 0.12), transparent 36%),
    rgba(4, 9, 12, 0.78);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.methodology-surface::before {
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.07), rgba(167, 139, 250, 0.05) 52%, rgba(56, 240, 189, 0.05)),
    rgba(255, 255, 255, 0.02);
}

.methodology-surface::after {
  background-image: radial-gradient(circle, rgba(96, 247, 255, 0.62) 1px, transparent 1.5px);
}

.process::before {
  background: linear-gradient(180deg, transparent, rgba(71, 215, 255, 0.62), rgba(56, 240, 189, 0.62), rgba(167, 139, 250, 0.42), transparent);
  box-shadow: 0 0 22px rgba(71, 215, 255, 0.28);
}

.step__dot,
.deliverable span::before,
.outcome__label::before {
  background: var(--mint);
  box-shadow: 0 0 24px rgba(56, 240, 189, 0.74), 0 0 72px rgba(71, 215, 255, 0.14);
}

.step__icon,
.step__arrow,
.outcome__label,
.methodology__intro strong {
  color: var(--mint);
}

.step:nth-child(2) .step__icon,
.step:nth-child(2) .step__arrow,
.step:nth-child(2) .step__dot,
.outcome:nth-child(2) .outcome__label {
  color: var(--cyan);
}

.step:nth-child(3) .step__icon,
.step:nth-child(3) .step__arrow,
.step:nth-child(3) .step__dot,
.outcome:nth-child(3) .outcome__label {
  color: var(--violet);
}

.step:nth-child(4) .step__icon,
.step:nth-child(4) .step__arrow,
.step:nth-child(4) .step__dot,
.outcome:nth-child(4) .outcome__label {
  color: var(--blue);
}

.deliverable span {
  color: var(--cyan);
}

#use-cases::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(71, 215, 255, 0.18), transparent 28%),
    radial-gradient(circle at 58% 12%, rgba(167, 139, 250, 0.12), transparent 24%),
    radial-gradient(circle at 84% 34%, rgba(56, 240, 189, 0.12), transparent 26%);
}

#use-cases::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
}

.sector-icon,
.use-card-icon,
.card-number,
.tag-row span {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.13), rgba(167, 139, 250, 0.09)),
    rgba(255, 255, 255, 0.035);
  color: var(--cyan);
}

.use-card:nth-child(3n + 1) {
  --card-accent: var(--cyan);
}

.use-card:nth-child(3n + 2) {
  --card-accent: var(--violet);
}

.use-card:nth-child(3n) {
  --card-accent: var(--mint);
}

.use-card:nth-child(3n + 1) .use-card-icon,
.use-card:nth-child(3n + 1) .use-card-area,
.use-card:nth-child(3n + 1) .card-number {
  color: var(--cyan);
}

.use-card:nth-child(3n + 2) .use-card-icon,
.use-card:nth-child(3n + 2) .use-card-area,
.use-card:nth-child(3n + 2) .card-number {
  color: var(--violet);
}

.use-card:nth-child(3n) .use-card-icon,
.use-card:nth-child(3n) .use-card-area,
.use-card:nth-child(3n) .card-number {
  color: var(--mint);
}

.use-card::after {
  border-right-color: rgba(71, 215, 255, 0.24);
  border-bottom-color: rgba(167, 139, 250, 0.2);
}

.tag-row span::before {
  background: linear-gradient(180deg, #47d7ff, #60f7ff 55%, #38f0bd);
  box-shadow: 0 0 0 3px rgba(71, 215, 255, 0.12);
}

.usecase-summary strong {
  color: #031012;
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #47d7ff, #60f7ff 48%, #38f0bd 100%);
  box-shadow:
    0 16px 38px rgba(71, 215, 255, 0.24),
    0 0 30px rgba(56, 240, 189, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

/* Secondary hero keeps the same FAQ palette, with violet as the visual twist. */
.hero-secondary::before {
  background:
    radial-gradient(ellipse at 50% 32%, rgba(71, 215, 255, 0.18), transparent 42%),
    radial-gradient(ellipse at 42% 50%, rgba(167, 139, 250, 0.13), transparent 36%),
    radial-gradient(ellipse at 58% 58%, rgba(56, 240, 189, 0.12), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0 112px, rgba(71, 215, 255, 0.055) 112px 113px, transparent 113px 224px);
}

.hero-secondary::after,
.hero-secondary__copy::before,
.hero-secondary__copy::after {
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.52), rgba(167, 139, 250, 0.34), rgba(56, 240, 189, 0.34), transparent);
}

.hero-secondary__eyebrow {
  color: var(--cyan);
}

.hero-secondary__eyebrow::before {
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  box-shadow: 0 0 18px rgba(71, 215, 255, 0.32);
}

.hero-secondary__eyebrow::after {
  background: linear-gradient(90deg, var(--violet), var(--cyan));
  box-shadow: 0 0 18px rgba(167, 139, 250, 0.28);
}

/* Form area */
.form-section::before {
  background: radial-gradient(circle, rgba(71, 215, 255, 0.2) 0%, rgba(71, 215, 255, 0.09) 32%, transparent 74%);
}

.form-section::after {
  background: radial-gradient(circle, rgba(56, 240, 189, 0.14) 0%, rgba(167, 139, 250, 0.08) 30%, transparent 76%);
}

.form-intro .section-kicker,
.form-intro-badges span,
.lead-form__chrome span {
  background: linear-gradient(90deg, rgba(71, 215, 255, 0.95), rgba(96, 247, 255, 0.78) 60%, rgba(56, 240, 189, 0.58));
}

.lead-form {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(71, 215, 255, 0.11), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(167, 139, 250, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(8, 20, 28, 0.96), rgba(5, 12, 18, 0.98)),
    rgba(5, 5, 6, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(71, 215, 255, 0.035),
    0 28px 74px rgba(0, 0, 0, 0.34),
    0 0 64px rgba(71, 215, 255, 0.08);
}

.lead-form::before {
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(71, 215, 255, 0.19), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(167, 139, 250, 0.1), transparent 18%),
    radial-gradient(circle at 16% 86%, rgba(56, 240, 189, 0.08), transparent 21%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    auto,
    26px 26px,
    26px 26px;
}

.lead-form::after {
  background: linear-gradient(90deg, transparent, rgba(71, 215, 255, 0.82), rgba(167, 139, 250, 0.52), rgba(56, 240, 189, 0.42), transparent);
}

.field input,
.field select,
.field textarea {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 31, 39, 0.9), rgba(13, 22, 29, 0.92)),
    rgba(255, 255, 255, 0.045);
}

.field input:hover,
.field select:hover,
.field textarea:hover,
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(71, 215, 255, 0.46);
  box-shadow:
    0 0 0 4px rgba(71, 215, 255, 0.08),
    0 0 34px rgba(167, 139, 250, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.field label span {
  color: var(--aqua);
}

.form-status.success {
  color: #d7fff0;
  border-color: rgba(56, 240, 189, 0.3);
}

.form-status.error {
  color: #ffd0d0;
  border-color: rgba(255, 91, 87, 0.32);
}

/* Keep FAQ exactly on its original stronger palette. */
.faq-section {
  --bg: #030607;
  --panel: rgba(8, 17, 22, 0.78);
  --panel-strong: rgba(12, 27, 34, 0.92);
  --text: #f6fbff;
  --muted: #a8bbc5;
  --soft: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #47d7ff;
  --mint: #38f0bd;
  --violet: #a78bfa;
  --blue: #6ba8ff;
  --indigo: #7c9cff;
  --aqua: #60f7ff;
}

.faq-section .cta-button {
  background: linear-gradient(90deg, var(--cyan), var(--mint));
}

@media (max-width: 760px) {
  .automation-banner-frame,
  .ai-applied-frame,
  .methodology-surface,
  .lead-form {
    border-radius: 26px;
  }
}

/* Extra accent differentiation for methodology markers. */
.step:nth-child(1) .step__dot,
.outcome:nth-child(1) .outcome__label::before {
  background: var(--mint);
  box-shadow: 0 0 24px rgba(56, 240, 189, 0.74), 0 0 72px rgba(71, 215, 255, 0.14);
}

.step:nth-child(2) .step__dot,
.outcome:nth-child(2) .outcome__label::before {
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(71, 215, 255, 0.74), 0 0 72px rgba(96, 247, 255, 0.14);
}

.step:nth-child(3) .step__dot,
.outcome:nth-child(3) .outcome__label::before {
  background: var(--violet);
  box-shadow: 0 0 24px rgba(167, 139, 250, 0.66), 0 0 72px rgba(167, 139, 250, 0.14);
}

.step:nth-child(4) .step__dot,
.outcome:nth-child(4) .outcome__label::before {
  background: var(--blue);
  box-shadow: 0 0 24px rgba(107, 168, 255, 0.66), 0 0 72px rgba(71, 215, 255, 0.12);
}

.outcome:nth-child(5) .outcome__label,
.outcome:nth-child(5) .outcome__label::before {
  color: var(--aqua);
  background: var(--aqua);
}

.outcome:nth-child(5) .outcome__label {
  color: var(--aqua);
  background: transparent;
}

.outcome:nth-child(5) .outcome__label::before {
  background: var(--aqua);
  box-shadow: 0 0 24px rgba(96, 247, 255, 0.66), 0 0 72px rgba(71, 215, 255, 0.12);
}

/* === Onlime FAQ palette v3 - stronger green highlights, reduced red dominance ===
   Keeps the original FAQ palette, removes multicolor title gradients,
   and limits red to small pain/warning moments inside the overload diagram.
*/
:root {
  --mint-strong: #44ff9b;
  --danger-soft: #ff7b70;
  --danger-muted: rgba(255, 91, 87, 0.16);
}

/* Title highlights: no rainbow/multicolor text gradients. */
.automation-banner-title span:last-child,
.hero-featured .hero-subtitle,
.solve-it-highlight,
.hero-secondary h1,
.methodology__top h2 em,
.ai-applied-header h2 em,
.ai-applied-copy h3 em,
.faq-title span,
.onl-next-step__text,
.onl-next-step__text span {
  background: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  filter: none;
}

.automation-banner-title span:last-child,
.solve-it-highlight,
.methodology__top h2 em,
.ai-applied-header h2 em,
.solution-drag-copy h2 span {
  color: var(--mint-strong) !important;
  text-shadow: 0 0 26px rgba(68, 255, 155, 0.18), 0 0 54px rgba(56, 240, 189, 0.08);
}

.hero-featured .hero-subtitle,
.ai-applied-copy h3 em {
  color: var(--cyan) !important;
  text-shadow: 0 0 24px rgba(71, 215, 255, 0.16);
}

.hero-secondary h1,
.onl-next-step__text {
  color: var(--text) !important;
}

.onl-next-step__text span,
.faq-title span {
  color: var(--aqua) !important;
  text-shadow: 0 0 26px rgba(96, 247, 255, 0.16);
}

/* Pain section: return it to the web palette and keep red as a controlled accent. */
.solution-section::before {
  filter:
    drop-shadow(0 0 12px rgba(71, 215, 255, 0.22))
    drop-shadow(0 0 18px rgba(167, 139, 250, 0.14)) !important;
}

.horizontal-impact,
.impact-core,
.impact-glow {
  --red: var(--mint-strong) !important;
}

.solution-drag-kicker::before {
  background: var(--mint-strong) !important;
  box-shadow: 0 0 22px rgba(68, 255, 155, 0.72), 0 0 44px rgba(56, 240, 189, 0.18) !important;
}

.solution-drag-metric,
.solution-drag-cta {
  --metric-accent: var(--cyan);
  border-color: rgba(255, 255, 255, 0.115) !important;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--metric-accent) 15%, transparent), transparent 36%),
    linear-gradient(145deg, rgba(71, 215, 255, 0.055), rgba(167, 139, 250, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(5, 11, 14, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 42px rgba(0, 0, 0, 0.26),
    0 0 32px color-mix(in srgb, var(--metric-accent) 10%, transparent) !important;
}

.solution-drag-metric:nth-child(2) { --metric-accent: var(--violet); }
.solution-drag-metric:nth-child(3) { --metric-accent: var(--blue); }
.solution-drag-metric:nth-child(4) { --metric-accent: var(--mint-strong); }

.solution-drag-metric:hover,
.solution-drag-cta:hover {
  border-color: color-mix(in srgb, var(--metric-accent) 38%, rgba(255, 255, 255, 0.1)) !important;
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--metric-accent) 20%, transparent), transparent 38%),
    rgba(7, 14, 17, 0.92) !important;
}

.solution-drag-icon,
.solution-drag-cta-mark {
  color: var(--metric-accent) !important;
  border-color: color-mix(in srgb, var(--metric-accent) 32%, rgba(255, 255, 255, 0.08)) !important;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.1), transparent 48%),
    color-mix(in srgb, var(--metric-accent) 13%, transparent) !important;
  box-shadow:
    inset 0 0 18px color-mix(in srgb, var(--metric-accent) 10%, transparent),
    0 0 22px color-mix(in srgb, var(--metric-accent) 12%, transparent) !important;
}

.solution-drag-metric .metric-number {
  color: var(--metric-accent) !important;
  text-shadow: 0 0 22px color-mix(in srgb, var(--metric-accent) 18%, transparent);
}

.solution-drag-cta {
  --metric-accent: var(--mint-strong);
}

.solution-drag-cta .button-secondary {
  color: var(--aqua) !important;
  border-color: rgba(96, 247, 255, 0.32) !important;
  background: rgba(96, 247, 255, 0.08) !important;
}

/* Overload diagram: purple/cyan system shell; red only for internal pain warnings. */
.solution-drag-orbit.overload-section {
  --stroke: rgba(167, 139, 250, 0.24) !important;
  --danger: var(--danger-soft) !important;
  --orange: #ffb15a;
}

.solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(71, 215, 255, 0.92) 0deg,
      rgba(96, 247, 255, 0.9) 72deg,
      rgba(167, 139, 250, 0.86) 142deg,
      rgba(124, 156, 255, 0.84) 188deg,
      rgba(56, 240, 189, 0.82) 246deg,
      rgba(96, 247, 255, 0.88) 304deg,
      rgba(71, 215, 255, 0.92) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(96, 247, 255, 0.78), rgba(96, 247, 255, 0.46) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(167, 139, 250, 0.78), rgba(167, 139, 250, 0.44) 18%, transparent 34%) !important;
  opacity: 0.82 !important;
}

.solution-drag-orbit.overload-section::after {
  background:
    radial-gradient(circle at 2% 50%, rgba(71, 215, 255, 0.18), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(167, 139, 250, 0.16), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(96, 247, 255, 0.16), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(56, 240, 189, 0.15), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(124, 156, 255, 0.15), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 91, 87, 0.055), transparent 28%) !important;
  opacity: 0.8 !important;
}

.overload-scene {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(71, 215, 255, 0.13), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(167, 139, 250, 0.12), transparent 30%),
    radial-gradient(circle at 54% 55%, rgba(255, 91, 87, 0.055), transparent 27%),
    radial-gradient(circle at 30% 74%, rgba(56, 240, 189, 0.08), transparent 28%),
    linear-gradient(145deg, #04080b 0%, #070b11 48%, #030405 100%) !important;
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.045),
    inset 0 0 74px rgba(71, 215, 255, 0.065),
    inset 0 0 88px rgba(167, 139, 250, 0.045),
    0 50px 130px rgba(0, 0, 0, 0.72) !important;
}

.overload-scene:focus-visible {
  outline-color: rgba(96, 247, 255, 0.78) !important;
}

.overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(96, 247, 255, 0.12), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(167, 139, 250, 0.13), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(56, 240, 189, 0.1), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(255, 91, 87, 0.08), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(71, 215, 255, 0.1), transparent 3px) !important;
}

.overload-section .wires {
  filter: drop-shadow(0 0 8px rgba(167, 139, 250, 0.32)) drop-shadow(0 0 12px rgba(71, 215, 255, 0.12)) !important;
}

.overload-section .wire { --wire: rgba(167, 139, 250, 0.68); }
.overload-section .wire.soft { --wire: rgba(96, 247, 255, 0.28); --sw: 1.1; }
.overload-section .wire.hot { --wire: rgba(255, 91, 87, 0.74); --sw: 1.85; }
.overload-section .wire.gold { --wire: rgba(255, 177, 90, 0.72); --sw: 1.7; }

.overload-section .node {
  fill: rgba(167, 139, 250, 0.92) !important;
  filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.72)) !important;
}

.overload-section .node.gold { fill: rgba(255, 188, 84, 0.9) !important; }
.overload-section .node.dim { fill: rgba(255, 91, 87, 0.48) !important; }

.overload-section .glow-core {
  background: radial-gradient(circle, rgba(167, 139, 250, 0.24), rgba(71, 215, 255, 0.08) 38%, transparent 66%) !important;
}

.overload-section .layer {
  border-color: rgba(167, 139, 250, 0.2) !important;
  background: linear-gradient(145deg, rgba(20, 19, 34, 0.76), rgba(8, 11, 16, 0.72)) !important;
  box-shadow: 0 0 30px rgba(167, 139, 250, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.overload-section .layer::before,
.overload-section .layer::after {
  background: rgba(96, 247, 255, 0.35) !important;
  box-shadow: 0 0 14px rgba(96, 247, 255, 0.18) !important;
}

.overload-section .center-card,
.overload-section .card,
.overload-section .mini,
.overload-section .chip {
  border-color: rgba(167, 139, 250, 0.22) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    linear-gradient(145deg, rgba(13, 18, 28, 0.9), rgba(5, 8, 12, 0.78)) !important;
  box-shadow:
    var(--shadow),
    0 0 24px rgba(167, 139, 250, 0.1),
    0 0 28px rgba(71, 215, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

.overload-section .center-card {
  border-color: rgba(167, 139, 250, 0.42) !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(167, 139, 250, 0.22), transparent 45%),
    radial-gradient(circle at 82% 88%, rgba(71, 215, 255, 0.12), transparent 42%),
    linear-gradient(150deg, rgba(17, 18, 34, 0.95), rgba(8, 10, 15, 0.88)) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 46px rgba(167, 139, 250, 0.22),
    0 0 36px rgba(71, 215, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.overload-section .center-card::before {
  background: linear-gradient(90deg, transparent, rgba(96, 247, 255, 0.54), transparent) !important;
}

.overload-section .center-label {
  color: var(--danger) !important;
  text-shadow: 0 0 12px rgba(255, 91, 87, 0.24) !important;
}

.overload-section .center-number {
  color: #f8fffb !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.1), 0 0 30px rgba(68, 255, 155, 0.12) !important;
}

.overload-section .overload-badge,
.overload-section .badge {
  color: #fff3f0 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: linear-gradient(180deg, rgba(255, 123, 112, 0.68), rgba(139, 45, 55, 0.62)) !important;
  box-shadow: 0 0 18px rgba(255, 91, 87, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.overload-section .danger,
.form-status.error {
  color: var(--danger) !important;
}

.overload-section .gold { color: var(--orange) !important; }
.overload-section .purple { color: var(--violet) !important; }
.overload-section .blue { color: var(--cyan) !important; }

.overload-section .icon-box {
  color: #e8e0ff !important;
  border-color: rgba(167, 139, 250, 0.22) !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.1), transparent 46%),
    rgba(167, 139, 250, 0.11) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 18px rgba(167, 139, 250, 0.12) !important;
}

.overload-section .icon-box.green { color: #d3ffe4 !important; background: rgba(56, 240, 189, 0.13) !important; border-color: rgba(56, 240, 189, 0.24) !important; }
.overload-section .icon-box.purple { color: #ded0ff !important; background: rgba(167, 139, 250, 0.15) !important; border-color: rgba(167, 139, 250, 0.27) !important; }
.overload-section .icon-box.gold { color: #fff2c9 !important; background: rgba(255, 177, 90, 0.12) !important; border-color: rgba(255, 177, 90, 0.24) !important; }
.overload-section .icon-box.blue { color: #d4f8ff !important; background: rgba(71, 215, 255, 0.13) !important; border-color: rgba(71, 215, 255, 0.26) !important; }
.overload-section .icon-box.purple-hot { color: #ead7ff !important; background: rgba(167, 139, 250, 0.15) !important; border-color: rgba(198, 119, 255, 0.28) !important; }

.overload-section .card-title {
  color: rgba(247, 251, 255, 0.92) !important;
}

.overload-section .card-copy strong {
  color: #f6fbff !important;
}

.overload-section .mini,
.overload-section .chip {
  background: rgba(10, 13, 20, 0.54) !important;
  border-color: rgba(167, 139, 250, 0.18) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 18px rgba(167, 139, 250, 0.08) !important;
}

.overload-section .mini::before,
.overload-section .mini::after {
  background: rgba(96, 247, 255, 0.36) !important;
  box-shadow: 0 0 11px rgba(96, 247, 255, 0.16) !important;
}

.overload-section .mini.warning::before {
  background: rgba(255, 91, 87, 0.68) !important;
}

.overload-section .chip {
  color: rgba(167, 139, 250, 0.78) !important;
}

/* AI pain box stays red, but quieter. */
.ai-applied-pain {
  border-color: rgba(255, 91, 87, 0.38) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 91, 87, 0.1), transparent 42%),
    rgba(255, 91, 87, 0.045) !important;
  box-shadow: 0 0 24px rgba(255, 91, 87, 0.055) !important;
}

.ai-applied-pain span {
  color: #ffaaa3 !important;
}

/* ===== MERGED: solution-dashboard.css ===== */

.solution-system-section {
  display: grid;
  justify-items: center;
  gap: clamp(22px, 3vw, 34px);
  padding-top: clamp(78px, 6vw, 108px);
  padding-bottom: clamp(72px, 6vw, 96px);
}

.solution-system-dashboard-slot {
  width: 100%;
  min-width: 0;
  justify-self: stretch;
}

.solution-system-section.section-shell {
  width: min(100% - 32px, 800px);
}

.solution-system-intro {
  width: min(100%, 760px);
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.solution-system-intro .section-kicker {
  margin-inline: auto;
}

.solution-system-intro h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.9rem, 4.8vw, 3.15rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.solution-system-intro p {
  width: min(100%, 620px);
  margin: 0;
  color: var(--soft);
  font-size: 0.96rem;
}

.solution-system-dashboard {
  position: relative;
  width: min(100% - 32px, 800px);
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(89, 214, 255, 0.15);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(89, 214, 255, 0.08), transparent 36%),
    radial-gradient(circle at 88% 82%, rgba(99, 240, 165, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(8, 12, 17, 0.96), rgba(3, 5, 8, 0.98));
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
    height: 450px;
    overflow: hidden;
}

.solution-system-dashboard::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(89, 214, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 214, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.18;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.solution-system-dashboard::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at var(--ops-pointer-x, 50%) var(--ops-pointer-y, 34%), rgba(89, 214, 255, 0.16), transparent 20%),
    radial-gradient(circle at 84% 78%, rgba(99, 240, 165, 0.08), transparent 24%);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.solution-system-dashboard > * {
  position: relative;
  z-index: 1;
}

.ops-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2px 4px 2px 0;
}

.ops-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 4px 6px 4px;
}

.ops-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(89, 214, 255, 0.22);
  border-radius: 12px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
  box-shadow: inset 0 0 16px rgba(89, 214, 255, 0.08);
}

.ops-brand-mark svg {
  width: 18px;
  height: 18px;
}

.ops-brand strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ops-brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.66rem;
}

.ops-nav {
  display: grid;
  gap: 5px;
}

.ops-nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  font-size: 0.78rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.ops-nav-item:hover,
.ops-nav-item:focus-visible,
.ops-nav-item.is-active {
  color: var(--text);
  border-color: rgba(89, 214, 255, 0.18);
  background: rgba(89, 214, 255, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(89, 214, 255, 0.06),
    0 12px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.ops-nav-icon {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--accent);
}

.ops-nav-icon svg {
  width: 16px;
  height: 16px;
}

.ops-help {
  margin-top: auto;
  padding: 12px 12px 14px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.ops-help strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ops-help p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.ops-help .button {
  width: 100%;
  justify-content: center;
}

.ops-main {
  min-width: 0;
  display: grid;
  gap: 12px;
  overflow-y: auto
}

.ops-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ops-head-label {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ops-head-title {
  margin: 6px 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.ops-head-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.ops-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.ops-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--soft);
  font-size: 0.68rem;
}

.ops-chip svg {
  width: 13px;
  height: 13px;
}

.ops-avatar {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 50%;
  background: rgba(89, 214, 255, 0.16);
  color: #dffbff;
  font-size: 0.65rem;
  font-weight: 800;
}

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

.ops-kpis .ops-kpi:last-child {
  display: none;
}

.ops-kpi {
  position: relative;
  min-height: 96px;
  padding: 11px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.ops-kpi:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 240, 165, 0.2);
  background: rgba(99, 240, 165, 0.04);
}

.ops-kpi-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 9px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
}

.ops-kpi-icon svg {
  width: 16px;
  height: 16px;
}

.ops-kpi small {
  color: var(--muted);
  font-size: 0.66rem;
}

.ops-kpi strong {
  display: block;
  margin-top: 6px;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ops-change {
  margin-left: 6px;
  color: #63f0a5;
  font-size: 0.66rem;
  font-weight: 800;
}

.ops-spark {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 20px;
}

.ops-spark path {
  fill: none;
  stroke: #63f0a5;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(99, 240, 165, 0.45));
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 10px;
  align-items: start;
}

.ops-card {
  overflow: hidden;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.ops-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
}

.ops-card-head span {
  color: #63f0a5;
  font-size: 0.68rem;
  font-weight: 700;
}

.ops-table {
  padding: 8px 12px 12px;
}

.ops-table-head,
.ops-table-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 0.65fr 0.6fr 0.5fr;
  gap: 8px;
  align-items: center;
}

.ops-table-head {
  padding: 8px 0;
  color: var(--dim);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ops-table-row {
  min-height: 40px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.72rem;
}

.ops-card:first-child .ops-table-row:nth-of-type(n + 5) {
  display: none;
}

.ops-table-row strong {
  color: var(--text);
  font-size: 0.76rem;
}

.ops-flow-time {
  color: var(--dim);
  font-size: 0.64rem;
}

.ops-state {
  color: #63f0a5;
  font-weight: 800;
}

.ops-tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.ops-tag {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(99, 240, 165, 0.14);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  font-style: normal;
}

.ops-activity {
  padding: 6px 12px 12px;
}

.ops-activity-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.72rem;
}

.ops-card:last-child .ops-activity-row:nth-of-type(n + 5) {
  display: none;
}

.ops-activity-row:first-child {
  border-top: 0;
}

.ops-activity-row strong {
  color: var(--text);
}

.ops-activity-row span {
  display: block;
  margin-top: 2px;
  color: var(--dim);
  font-size: 0.62rem;
}

.ops-activity-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(99, 240, 165, 0.16);
  border-radius: 8px;
  color: #63f0a5;
  background: rgba(99, 240, 165, 0.1);
}

.ops-activity-icon svg {
  width: 12px;
  height: 12px;
}

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

.ops-mini {
  min-height: 120px;
  padding: 11px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.ops-mini-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.66rem;
}

.ops-mini strong {
  font-size: 1.05rem;
}

.ops-mini-value {
  margin-left: 6px;
  color: #63f0a5;
  font-weight: 800;
}

.ops-mini-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.7rem;
}

.ops-mini-line .ops-mini-bar {
  grid-column: 1 / -1;
}

.ops-mini-bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ops-mini-fill {
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  transform-origin: left;
  transform: scaleX(0);
  animation: opsFill 0.9s ease forwards;
  background: linear-gradient(90deg, #63f0a5, #59d6ff);
  box-shadow: 0 0 18px rgba(99, 240, 165, 0.34);
}

.ops-tools {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
}

.ops-tools-panel,
.ops-status {
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.ops-tools-panel {
  display: none;
}

.ops-tools-title {
  min-width: 100px;
  color: var(--dim);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ops-tool {
  display: grid;
  gap: 2px;
  min-width: 70px;
}

.ops-tool strong {
  font-size: 0.82rem;
  font-weight: 750;
}

.ops-tool small {
  color: #63f0a5;
  font-size: 0.62rem;
  font-weight: 700;
}

.ops-status {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px;
}

.ops-status strong {
  font-size: 0.76rem;
}

.ops-status span {
  color: #63f0a5;
  font-size: 0.7rem;
  line-height: 1.4;
}

.ops-mobile-shell {
  display: none;
}

.ops-mobile-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ops-mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ops-mobile-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(89, 214, 255, 0.22);
  border-radius: 11px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
  box-shadow: inset 0 0 16px rgba(89, 214, 255, 0.08);
}

.ops-mobile-brand-mark svg {
  width: 18px;
  height: 18px;
}

.ops-mobile-brand strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ops-mobile-overview {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 14px;
  background: rgba(89, 214, 255, 0.08);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
}

.ops-mobile-overview svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.ops-mobile-summary {
  display: grid;
  gap: 6px;
  padding: 2px 0 0;
}

.ops-mobile-label {
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ops-mobile-summary h4 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ops-mobile-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

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

.ops-mobile-metric {
  position: relative;
  min-height: 102px;
  padding: 12px;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.ops-mobile-metric-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border: 1px solid rgba(89, 214, 255, 0.18);
  border-radius: 10px;
  color: var(--accent);
  background: rgba(89, 214, 255, 0.08);
}

.ops-mobile-metric-icon svg {
  width: 16px;
  height: 16px;
}

.ops-mobile-metric small {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

.ops-mobile-metric strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 1.34rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.ops-mobile-metric span {
  display: inline-block;
  margin-top: 2px;
  color: #63f0a5;
  font-size: 0.68rem;
  font-weight: 800;
}

.ops-mobile-list-card {
  overflow: hidden;
  border: 1px solid rgba(89, 214, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
}

.ops-mobile-list-title {
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
}

.ops-mobile-list-item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.ops-mobile-list-item strong {
  color: var(--text);
  font-size: 0.9rem;
}

.ops-mobile-list-item span {
  color: var(--dim);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ops-mobile-status {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 2px;
  color: #63f0a5;
  font-size: 0.78rem;
  font-weight: 700;
}

.solution-system-section .solution-rows,
.solution-system-section .solution-cta {
  width: min(100%, 1100px);
  margin-inline: auto;
}

.solution-system-section .solution-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.solution-system-section .solution-cta {
  margin-top: 6px;
}

@keyframes opsFill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1180px) {
  .ops-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ops-lower {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .solution-system-section.section-shell {
    width: min(100% - 24px, 800px);
  }

  .solution-system-dashboard {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 28px;
    height: 450px;
    overflow: hidden;
  }

  .ops-sidebar {
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(89, 214, 255, 0.12);
  }

  .ops-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .ops-nav::-webkit-scrollbar {
    display: none;
  }

  .ops-nav-item {
    min-width: 140px;
    flex: 0 0 auto;
  }

  .ops-help {
    width: min(100%, 520px);
  }

  .ops-head {
    flex-direction: column;
  }

  .ops-controls {
    justify-content: flex-start;
  }

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

  .ops-tools {
    grid-template-columns: 1fr;
  }

  .solution-system-section .solution-rows,
  .solution-system-section .solution-cta {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .ops-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ops-table-head {
    display: none;
  }

  .ops-table-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "flow state"
      "desc desc"
      "tools tools"
      "time time";
    gap: 8px 10px;
    padding: 14px 0;
  }

  .ops-table-row strong {
    grid-area: flow;
  }

  .ops-flow-desc {
    grid-area: desc;
  }

  .ops-tags {
    grid-area: tools;
  }

  .ops-flow-time {
    grid-area: time;
  }

  .ops-state {
    grid-area: state;
    justify-self: end;
  }

  .ops-activity-row {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .ops-activity-row time {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .solution-system-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .solution-system-intro {
    width: 100%;
    gap: 10px;
  }

  .solution-system-intro h2 {
    max-width: 13ch;
    font-size: clamp(1.85rem, 10vw, 2.75rem);
  }

  .solution-system-intro p {
    font-size: 0.95rem;
  }

  .solution-system-dashboard {
    gap: 12px;
    padding: 12px;
    border-radius: 22px;
  }

  .solution-system-dashboard {
    grid-template-columns: 1fr;
  }

  .ops-sidebar,
  .ops-head,
  .ops-kpis,
  .ops-grid,
  .ops-lower,
  .ops-tools {
    display: none;
  }

  .ops-main {
    gap: 0;
  }

  .ops-mobile-shell {
    display: grid;
    gap: 12px;
    width: 100%;
  }

  .solution-system-section .solution-rows {
    gap: 12px;
  }

  .solution-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
  }

  .solution-row-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .solution-row-icon svg {
    width: 20px;
    height: 20px;
  }

  .solution-row-metric {
    grid-column: 2;
    justify-items: start;
    margin-left: 52px;
    min-width: 0;
    text-align: left;
  }

  .ops-head {
    gap: 10px;
  }

  .ops-head-label {
    font-size: 0.66rem;
  }

  .ops-head-title {
    font-size: 1.18rem;
  }

  .ops-head-subtitle {
    margin-top: 6px;
    font-size: 0.8rem;
  }

  .ops-controls {
    display: none;
  }

  .ops-card-head {
    padding: 11px 12px;
    font-size: 0.84rem;
  }

  .ops-card-head span {
    display: none;
  }

  .ops-table {
    padding: 8px 12px 12px;
  }

  .ops-table-head {
    display: none;
  }

  .ops-table-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "flow state"
      "desc desc";
    gap: 6px 10px;
    padding: 12px 0;
    min-height: 0;
  }

  .ops-card:first-child .ops-table-row:nth-of-type(n + 4) {
    display: none;
  }

  .ops-flow-name {
    grid-area: flow;
  }

  .ops-flow-desc {
    grid-area: desc;
  }

  .ops-tags,
  .ops-flow-time {
    display: none;
  }

  .ops-state {
    grid-area: state;
    justify-self: end;
  }

  .ops-activity {
    padding: 6px 12px 12px;
  }

  .ops-activity-row {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    min-height: 40px;
    padding: 10px 0;
  }

  .ops-card:last-child .ops-activity-row:nth-of-type(n + 4) {
    display: none;
  }

  .ops-activity-row time {
    display: none;
  }

  .ops-activity-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .ops-activity-icon svg {
    width: 13px;
    height: 13px;
  }

  .solution-system-section .solution-rows {
    gap: 10px;
  }

  .solution-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
  }

  .solution-row-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .solution-row-icon svg {
    width: 18px;
    height: 18px;
  }

  .solution-row-copy h3 {
    margin-bottom: 4px;
    font-size: 0.95rem;
    line-height: 1.15;
  }

  .solution-row-copy p {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .solution-row-metric {
    grid-column: auto;
    justify-items: start;
    margin-left: 0;
    min-width: 0;
    text-align: left;
  }

  .solution-row-metric strong {
    font-size: 1.08rem;
  }

  .solution-row-metric small {
    font-size: 0.64rem;
  }
}

/* ===== MERGED: onlime-tech-consistent.css ===== */

/* Onlime Systems - Tech Consistency Override
   Load this file AFTER /styles.css and /solution-dashboard.css
   Palette goal: serious B2B tech, mostly black/navy + cyan, green for key wins,
   purple only as a tiny secondary accent, red only for pain/error states. */

:root {
  color-scheme: dark;
  --bg: #020406;
  --bg-2: #050a0f;
  --surface: rgba(7, 17, 25, 0.88);
  --surface-2: rgba(10, 24, 34, 0.94);
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.07);
  --text: #f4f8fb;
  --soft: #d1dee6;
  --muted: #8fa0aa;
  --dim: #5a6872;
  --accent: #2edbff;
  --accent-strong: #12bde8;
  --key: #34f5a3;
  --key-2: #23ca82;
  --violet: #826cff;
  --danger: #e84d5b;
  --warning: #c89157;
  --line: rgba(46, 219, 255, 0.14);
  --line-strong: rgba(46, 219, 255, 0.28);
}

html,
body {
  background: var(--bg) !important;
}

body::before {
  background:
    radial-gradient(circle at 50% -8%, rgba(46, 219, 255, 0.13), transparent 34rem),
    radial-gradient(circle at 86% 10%, rgba(52, 245, 163, 0.045), transparent 26rem),
    linear-gradient(180deg, #05090d 0%, #020406 44%, #000203 100%) !important;
}

.grid-layer {
  opacity: 0.24 !important;
  background-image:
    linear-gradient(rgba(46, 219, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 219, 255, 0.055) 1px, transparent 1px) !important;
}

.particle-layer {
  opacity: 0.28 !important;
  background-image:
    radial-gradient(circle, rgba(46, 219, 255, 0.58) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 1px, transparent 1.5px) !important;
}

.scanline {
  opacity: 0.10 !important;
}

.site-header::after,
.lead-form::after,
.faq-main::before,
.pulse-line {
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.66), rgba(52, 245, 163, 0.36), transparent) !important;
  box-shadow: 0 0 22px rgba(46, 219, 255, 0.12) !important;
}

.solve-ai-seam-line {
  background: linear-gradient(180deg, transparent, rgba(46, 219, 255, 0.82), rgba(52, 245, 163, 0.64), transparent) !important;
  box-shadow: 0 0 20px rgba(46, 219, 255, 0.38) !important;
}

.solve-ai-seam-line::before,
.solve-ai-seam-line::after {
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.72)) !important;
  box-shadow: 0 0 18px rgba(46, 219, 255, 0.32) !important;
}

/* Typography and highlights: no rainbow text. */
.hero-featured .hero-subtitle,
.automation-banner-title span:last-child,
.solve-it-highlight,
.solution-drag-copy h2 span,
.ai-applied-header h2 em,
.ai-applied-copy h3 em,
.methodology__top h2 em,
.faq-title span,
.onl-next-step__text span,
.cta-section h2 em,
.form-intro h2 em {
  color: var(--key) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: 0 0 24px rgba(52, 245, 163, 0.16) !important;
}

h1,
h2,
h3,
.hero-featured-title,
.automation-banner-title,
.hero-secondary h1,
.faq-title {
  letter-spacing: -0.055em;
  text-shadow: 0 0 32px rgba(46, 219, 255, 0.06) !important;
}

.eyebrow,
.section-kicker,
.hero-featured-eyebrow,
.hero-secondary__eyebrow,
.automation-banner-kicker,
.solution-drag-kicker,
.ai-applied-kicker,
.ai-applied-header .section-kicker,
.form-intro .section-kicker,
.faq-section .eyebrow,
.onl-next-step__eyebrow {
  color: var(--accent) !important;
}

/* Buttons and CTAs: one premium action style. */
.button-primary,
.button-primary-pill,
.onl-next-step__primary,
.cta-button,
.cta-link__arrow {
  color: #021013 !important;
  border-color: rgba(52, 245, 163, 0.34) !important;
  background: linear-gradient(135deg, #65ffd0 0%, #34f5a3 48%, #2edbff 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 18px 44px rgba(46, 219, 255, 0.14),
    0 0 54px rgba(52, 245, 163, 0.10) !important;
}

.button-primary:hover,
.button-primary-pill:hover,
.onl-next-step__primary:hover,
.cta-button:hover,
.cta-link:hover .cta-link__arrow {
  filter: brightness(1.04) saturate(1.02) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.32) inset,
    0 22px 54px rgba(46, 219, 255, 0.18),
    0 0 64px rgba(52, 245, 163, 0.14) !important;
}

.button-secondary,
.onl-next-step__secondary,
.solution-cta .button-secondary,
.solution-drag-cta .button-secondary {
  color: var(--key) !important;
  border-color: rgba(52, 245, 163, 0.30) !important;
  background: rgba(52, 245, 163, 0.075) !important;
}

.button-secondary:hover,
.onl-next-step__secondary:hover,
.solution-cta .button-secondary:hover,
.solution-drag-cta .button-secondary:hover {
  border-color: rgba(52, 245, 163, 0.46) !important;
  background: rgba(52, 245, 163, 0.12) !important;
}

/* Shared surfaces: darker, less neon, more consistent. */
.automation-diagram-stage,
.ai-applied-frame,
.solution-dashboard-shell,
.solution-stage,
.usecases-tabs,
.use-card,
.faq-main,
.faq-side,
.faq-intro-card,
.faq-cta,
.lead-form,
.cookie-banner__shell,
.cookie-modal__dialog,
.cookie-category {
  border-color: rgba(46, 219, 255, 0.13) !important;
  background:
    radial-gradient(circle at 72% 0%, rgba(46, 219, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(8, 19, 28, 0.95), rgba(3, 9, 14, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 26px 72px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(46, 219, 255, 0.035) !important;
}

.solution-panel,
.use-card,
.metric-card,
.process-step,
.workflow-node,
.faq-item,
.lead-form,
.solution-row,
.solution-drag-metric,
.ai-applied-copy,
.ai-applied-result-col,
.ai-applied-center,
.ai-applied-panel,
.ai-applied-stat,
.ai-applied-metric {
  box-shadow:
    0 0 0 1px rgba(46, 219, 255, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.30) !important;
}

/* Hero dashboard / automation module: blue + green only. */
.automation-banner-title span:last-child {
  display: block;
}

.automation-banner-kicker span,
.automation-banner-note::before,
.automation-diagram-point--right,
.live-dot::before,
.solution-kicker::before,
.form-intro-badges span,
.lead-form__chrome span {
  background: var(--key) !important;
  box-shadow: 0 0 18px rgba(52, 245, 163, 0.46) !important;
}

.automation-diagram-line--left,
.automation-diagram-line--right {
  opacity: 0.78 !important;
}

.automation-node-card,
.automation-engine-panel,
.automation-banner-stats,
.automation-core-card {
  background: linear-gradient(180deg, rgba(10, 28, 42, 0.86), rgba(4, 13, 21, 0.92)) !important;
  border-color: rgba(46, 219, 255, 0.13) !important;
}

.automation-node-card--green .automation-node-icon,
.automation-stat-icon,
.solution-row-icon,
.rail-icon.is-active,
.rail-icon:hover {
  color: var(--key) !important;
  border-color: rgba(52, 245, 163, 0.26) !important;
  background: rgba(52, 245, 163, 0.075) !important;
  box-shadow: 0 0 22px rgba(52, 245, 163, 0.10) !important;
}

.automation-node-card--blue .automation-node-icon,
.automation-core-icon,
.automation-step-icon,
.solution-cta-mark,
.solution-cta-icon,
.rail-icon,
.use-card-icon,
.sector-icon,
.card-number,
.ai-applied-playbook-icon {
  color: var(--accent) !important;
  border-color: rgba(46, 219, 255, 0.22) !important;
  background: rgba(46, 219, 255, 0.075) !important;
  box-shadow: 0 0 20px rgba(46, 219, 255, 0.09) !important;
}

.stat-blue,
.stat-cyan {
  --stat-color: var(--accent) !important;
}

.stat-green {
  --stat-color: var(--key) !important;
}

.stat-purple {
  --stat-color: var(--violet) !important;
}

.stat-blue .automation-stat-icon,
.stat-cyan .automation-stat-icon,
.stat-green .automation-stat-icon,
.stat-purple .automation-stat-icon {
  background: color-mix(in srgb, var(--stat-color) 8%, transparent) !important;
  border-color: color-mix(in srgb, var(--stat-color) 22%, transparent) !important;
  color: var(--stat-color) !important;
}

/* Problem / pain section: keep the message sharp, but make the shell tech/cyan.
   Red is reserved for alert copy, badges, and the loss numbers only. */
.impact-transition {
  --green: var(--accent);
  --red: var(--danger);
}

.vertical-line {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(46, 219, 255, 0.82) 22%,
    rgba(52, 245, 163, 0.45) 54%,
    rgba(46, 219, 255, 0.28) 78%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 20px rgba(46, 219, 255, 0.18),
    0 0 26px rgba(52, 245, 163, 0.08) !important;
}

.horizontal-impact,
.impact-core,
.impact-glow {
  filter: saturate(0.72) brightness(0.84) hue-rotate(168deg) !important;
}

.solution-section::before,
.solution-section::after {
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.60), rgba(52, 245, 163, 0.24), transparent) !important;
  filter: drop-shadow(0 0 12px rgba(46, 219, 255, 0.16)) !important;
}

.solution-drag-kicker::before {
  background: var(--key) !important;
  box-shadow: 0 0 18px rgba(52, 245, 163, 0.48) !important;
}

.solution-drag-copy h2 span {
  color: var(--key) !important;
  text-shadow: 0 0 26px rgba(52, 245, 163, 0.14) !important;
}

/* Metrics: red only on the number. Cards, borders and icon containers stay tech. */
.solution-drag-metric,
.solution-drag-cta {
  border-color: rgba(46, 219, 255, 0.14) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(46, 219, 255, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(10, 22, 31, 0.88), rgba(4, 9, 14, 0.92)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 48px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(46, 219, 255, 0.035) !important;
}

.solution-drag-metric:hover,
.solution-drag-cta:hover {
  border-color: rgba(52, 245, 163, 0.24) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(52, 245, 163, 0.075), transparent 34%),
    linear-gradient(145deg, rgba(10, 24, 34, 0.94), rgba(4, 10, 16, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 52px rgba(0, 0, 0, 0.32),
    0 0 32px rgba(52, 245, 163, 0.045) !important;
}

.solution-drag-icon,
.solution-drag-cta-mark {
  color: var(--accent) !important;
  border-color: rgba(46, 219, 255, 0.24) !important;
  background: rgba(46, 219, 255, 0.075) !important;
  box-shadow:
    inset 0 0 18px rgba(46, 219, 255, 0.045),
    0 0 20px rgba(46, 219, 255, 0.08) !important;
}

.solution-drag-metric .metric-number {
  color: var(--danger) !important;
  text-shadow: 0 0 22px rgba(232, 77, 91, 0.18) !important;
}

.solution-drag-metric-copy h3,
.solution-drag-cta strong {
  color: var(--text) !important;
}

/* Diagram frame: no red glow/border. Red remains only inside specific alert elements. */
.solution-drag-orbit.overload-section {
  --stroke: rgba(46, 219, 255, 0.18) !important;
  --danger: #e84d5b !important;
  --orange: #34f5a3 !important;
  --wire-tech: rgba(46, 219, 255, 0.62) !important;
  --wire-hot: rgba(52, 245, 163, 0.70) !important;
  --wire-soft: rgba(46, 219, 255, 0.26) !important;
}

.solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(46, 219, 255, 0.78) 0deg,
      rgba(46, 219, 255, 0.58) 82deg,
      rgba(52, 245, 163, 0.42) 142deg,
      rgba(130, 108, 255, 0.28) 180deg,
      rgba(52, 245, 163, 0.42) 218deg,
      rgba(46, 219, 255, 0.58) 290deg,
      rgba(46, 219, 255, 0.78) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(46, 219, 255, 0.70), rgba(46, 219, 255, 0.34) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(46, 219, 255, 0.64), rgba(46, 219, 255, 0.30) 18%, transparent 34%) !important;
  opacity: 0.72 !important;
}

.solution-drag-orbit.overload-section::after {
  background:
    radial-gradient(circle at 2% 50%, rgba(46, 219, 255, 0.15), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(46, 219, 255, 0.16), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(52, 245, 163, 0.11), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(46, 219, 255, 0.16), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(46, 219, 255, 0.15), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(130, 108, 255, 0.07), transparent 28%) !important;
  filter: blur(20px) saturate(0.82) !important;
  opacity: 0.56 !important;
}

.overload-scene {
  background:
    linear-gradient(rgba(46, 219, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 219, 255, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 52% 47%, rgba(46, 219, 255, 0.105), transparent 31%),
    radial-gradient(circle at 28% 72%, rgba(52, 245, 163, 0.045), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(130, 108, 255, 0.045), transparent 26%),
    linear-gradient(145deg, #04070b 0%, #071019 46%, #020506 100%) !important;
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 92px rgba(46, 219, 255, 0.055),
    inset 0 0 104px rgba(52, 245, 163, 0.018),
    0 50px 130px rgba(0, 0, 0, 0.72) !important;
}

.overload-scene:focus-visible {
  outline: 2px solid rgba(46, 219, 255, 0.78) !important;
  outline-offset: 5px !important;
}

.overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(46, 219, 255, 0.10), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(52, 245, 163, 0.12), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(46, 219, 255, 0.08), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(130, 108, 255, 0.06), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(46, 219, 255, 0.08), transparent 3px) !important;
  opacity: 0.50 !important;
}

.overload-scene::after {
  background: radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, 0.66) 100%) !important;
}

.overload-section .wires {
  filter: drop-shadow(0 0 8px rgba(46, 219, 255, 0.22)) !important;
}

.overload-section .wire {
  stroke: var(--wire, var(--wire-tech)) !important;
}

.overload-section .wire.soft { --wire: var(--wire-soft) !important; --sw: 1.1 !important; }
.overload-section .wire.hot { --wire: var(--wire-hot) !important; --sw: 1.8 !important; }
.overload-section .wire.gold { --wire: rgba(130, 108, 255, 0.46) !important; --sw: 1.5 !important; }

.overload-section .node {
  fill: rgba(46, 219, 255, 0.84) !important;
  filter: drop-shadow(0 0 10px rgba(46, 219, 255, 0.50)) !important;
}

.overload-section .node.gold { fill: rgba(52, 245, 163, 0.82) !important; }
.overload-section .node.dim { fill: rgba(46, 219, 255, 0.36) !important; }

.overload-section .glow-core {
  background: radial-gradient(circle, rgba(46, 219, 255, 0.19), rgba(52, 245, 163, 0.055) 38%, transparent 66%) !important;
  filter: blur(8px) !important;
}

.overload-section .layer {
  border-color: rgba(46, 219, 255, 0.18) !important;
  background: linear-gradient(145deg, rgba(9, 30, 42, 0.70), rgba(8, 11, 15, 0.74)) !important;
  box-shadow:
    0 0 28px rgba(46, 219, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

.overload-section .layer::before,
.overload-section .layer::after {
  background: rgba(46, 219, 255, 0.36) !important;
  box-shadow: 0 0 14px rgba(46, 219, 255, 0.16) !important;
}

.overload-section .center-card,
.overload-section .card,
.overload-section .mini,
.overload-section .chip {
  border-color: rgba(46, 219, 255, 0.16) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(9, 22, 31, 0.88), rgba(7, 9, 12, 0.82)) !important;
  box-shadow:
    var(--shadow, 0 18px 48px rgba(0, 0, 0, 0.42)),
    0 0 22px rgba(46, 219, 255, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.overload-section .center-card {
  border-color: rgba(52, 245, 163, 0.24) !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(52, 245, 163, 0.12), transparent 45%),
    linear-gradient(150deg, rgba(8, 28, 31, 0.93), rgba(7, 10, 13, 0.88)) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(46, 219, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.overload-section .center-card::before {
  background: linear-gradient(90deg, transparent, rgba(52, 245, 163, 0.52), transparent) !important;
  opacity: 0.50 !important;
}

.overload-section .center-label {
  color: var(--key) !important;
  text-shadow: 0 0 16px rgba(52, 245, 163, 0.18) !important;
}

.overload-section .center-number {
  color: var(--text) !important;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.11), 0 0 34px rgba(46, 219, 255, 0.16) !important;
}

.overload-section .center-sub {
  color: rgba(215, 230, 236, 0.82) !important;
}

.overload-section .overload-badge,
.overload-section .danger,
.overload-section .badge {
  color: var(--danger) !important;
}

.overload-section .overload-badge {
  border-color: rgba(232, 77, 91, 0.24) !important;
  background: rgba(232, 77, 91, 0.075) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 0 16px rgba(232, 77, 91, 0.10) !important;
}

.overload-section .badge {
  color: #fff4f5 !important;
  background: linear-gradient(180deg, rgba(232, 77, 91, 0.86), rgba(118, 30, 40, 0.88)) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 0 18px rgba(232, 77, 91, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.overload-section .gold {
  color: #c9d7dd !important;
}

.overload-section .purple {
  color: #cfc8ff !important;
}

.overload-section .blue {
  color: var(--accent) !important;
}

.overload-section .icon-box,
.overload-section .icon-box.green,
.overload-section .icon-box.blue,
.overload-section .icon-box.gold {
  color: var(--accent) !important;
  background: rgba(46, 219, 255, 0.075) !important;
  border-color: rgba(46, 219, 255, 0.18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 0 18px rgba(46, 219, 255, 0.08) !important;
}

.overload-section .icon-box.purple,
.overload-section .icon-box.purple-hot {
  color: #dcd7ff !important;
  background: rgba(130, 108, 255, 0.085) !important;
  border-color: rgba(130, 108, 255, 0.18) !important;
}

.overload-section .slack-mark i:nth-child(1),
.overload-section .slack-mark i:nth-child(2),
.overload-section .slack-mark i:nth-child(3),
.overload-section .slack-mark i:nth-child(4) {
  background: var(--accent) !important;
  opacity: 0.78 !important;
}

.overload-section .mini,
.overload-section .chip {
  background: rgba(8, 18, 26, 0.56) !important;
  border-color: rgba(46, 219, 255, 0.15) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 18px rgba(46, 219, 255, 0.05) !important;
}

.overload-section .mini::before,
.overload-section .mini::after {
  background: rgba(46, 219, 255, 0.34) !important;
  box-shadow: 0 0 11px rgba(46, 219, 255, 0.14) !important;
}

.overload-section .mini.warning::before {
  background: rgba(232, 77, 91, 0.66) !important;
}

.overload-section .chip {
  color: rgba(46, 219, 255, 0.72) !important;
}

@keyframes overloadWireBreath {
  0%, 100% { opacity: 0.45; filter: drop-shadow(0 0 4px rgba(46, 219, 255, 0.14)); }
  50% { opacity: 0.88; filter: drop-shadow(0 0 10px rgba(52, 245, 163, 0.20)); }
}

@keyframes overloadCorePulse {
  0%, 100% { opacity: 0.68; transform: scale(0.94); }
  50% { opacity: 0.95; transform: scale(1.055); }
}

/* AI applied module. */
.ai-applied-tabs,
.usecases-tabs {
  background: rgba(255, 255, 255, 0.035) !important;
}

.ai-applied-tab:hover,
.ai-applied-tab:focus-visible,
.ai-applied-tab.is-active,
.usecase-tab:hover,
.usecase-tab:focus-visible,
.usecase-tab.is-active {
  color: #031012 !important;
  background: linear-gradient(135deg, #65ffd0 0%, var(--key) 45%, var(--accent) 100%) !important;
  box-shadow: 0 12px 28px rgba(46, 219, 255, 0.16), 0 0 30px rgba(52, 245, 163, 0.10) !important;
}

.ai-applied-pain {
  border-color: rgba(232, 77, 91, 0.34) !important;
  background: rgba(232, 77, 91, 0.055) !important;
}

.ai-applied-result,
.ai-applied-proposal,
.ai-applied-message--ai,
.ai-applied-chip,
.ai-applied-money-hero,
.ai-applied-check-icon,
.ai-applied-avatar {
  border-color: rgba(52, 245, 163, 0.22) !important;
  background: rgba(52, 245, 163, 0.075) !important;
  color: #cffff0 !important;
}

.ai-applied-check-icon,
.ai-applied-avatar {
  background: var(--key) !important;
  color: #02100a !important;
}

.ai-applied-live,
.ai-applied-status,
.ai-applied-playbook-status,
.ai-applied-money-hero span,
.ai-applied-score-ring,
.ai-applied-result strong {
  color: var(--key) !important;
}

.ai-applied-bar-fill,
.ai-applied-sparkline,
.line-green,
.path-green {
  filter: saturate(0.92) brightness(0.96) !important;
}

.ai-applied-sentiment {
  border-color: rgba(200, 145, 87, 0.20) !important;
  background: rgba(200, 145, 87, 0.065) !important;
  color: #ead8b8 !important;
}

/* Use cases: all sectors share one visual language. */
#use-cases::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(46, 219, 255, 0.12), transparent 28%),
    radial-gradient(circle at 84% 34%, rgba(52, 245, 163, 0.055), transparent 28%) !important;
  opacity: 0.78 !important;
}

#use-cases::after {
  opacity: 0.22 !important;
}

.usecase-summary strong {
  color: #021013 !important;
  border-color: rgba(52, 245, 163, 0.28) !important;
  background: linear-gradient(135deg, #65ffd0, var(--key) 54%, var(--accent)) !important;
  box-shadow: 0 14px 34px rgba(46, 219, 255, 0.14), 0 0 24px rgba(52, 245, 163, 0.08) !important;
}

.use-card {
  background:
    radial-gradient(circle at top left, rgba(46, 219, 255, 0.065), transparent 27%),
    linear-gradient(155deg, rgba(9, 22, 31, 0.94), rgba(4, 11, 17, 0.98)) !important;
}

.use-card:hover,
.use-card.is-selected {
  border-color: rgba(52, 245, 163, 0.22) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(52, 245, 163, 0.055) !important;
}

.use-card-area,
.card-number,
.use-card-icon,
.sector-icon {
  color: var(--accent) !important;
}

.tag-row span::before {
  background: var(--key) !important;
  box-shadow: 0 0 0 3px rgba(52, 245, 163, 0.10) !important;
}

/* FAQ: no multi-color/rainbow list. */
.faq-section {
  --cyan: var(--accent) !important;
  --mint: var(--key) !important;
  --violet: #826cff !important;
  --blue: var(--accent) !important;
  --indigo: var(--accent) !important;
  --aqua: var(--accent) !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(46, 219, 255, 0.12), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(52, 245, 163, 0.07), transparent 32%),
    linear-gradient(180deg, #050809 0%, #020303 62%, #030607 100%) !important;
}

.faq-item,
.faq-item:nth-child(1),
.faq-item:nth-child(2),
.faq-item:nth-child(3),
.faq-item:nth-child(4),
.faq-item:nth-child(5),
.faq-item:nth-child(6),
.faq-item:nth-child(7) {
  --accent: #2edbff !important;
  --accent-2: #34f5a3 !important;
}

.faq-item:nth-child(3n) {
  --accent: #826cff !important;
  --accent-2: #2edbff !important;
}

.faq-intro-card,
.faq-side,
.approach-step,
.faq-main,
.faq-cta {
  background:
    radial-gradient(circle at 0% 0%, rgba(46, 219, 255, 0.09), transparent 42%),
    rgba(7, 13, 17, 0.78) !important;
}

.approach-step:nth-child(2),
.approach-step:nth-child(3) {
  background:
    radial-gradient(circle at 0% 0%, rgba(46, 219, 255, 0.075), transparent 42%),
    rgba(7, 13, 17, 0.78) !important;
}

.step-icon,
.approach-step:nth-child(2) .step-icon {
  color: #021013 !important;
  background: linear-gradient(135deg, var(--accent), var(--key)) !important;
}

.approach-step:nth-child(3) .step-icon {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--violet), var(--accent)) !important;
}

/* Methodology and next-step bands. */
.onl-next-step {
  --cyan: var(--accent) !important;
  --cyan-strong: var(--accent-strong) !important;
  --mint: var(--key) !important;
}

.onl-next-step__ambient,
.ai-bridge::before,
.ai-bridge::after,
.ai-bridge-panel::before,
.ai-bridge-panel::after {
  filter: saturate(0.78) brightness(0.86) !important;
  opacity: 0.48 !important;
}

.onl-next-step__eyebrow::before,
.onl-next-step__eyebrow::after,
.hero-secondary__eyebrow::before,
.hero-secondary__eyebrow::after,
.cta-section .section-kicker::before,
.cta-link::after {
  background: linear-gradient(90deg, var(--accent), var(--key)) !important;
  box-shadow: 0 0 18px rgba(46, 219, 255, 0.16) !important;
}

.onl-next-step__line::before,
.onl-next-step__line::after,
.cta-signal span,
.cta-signal span:nth-child(2),
.cta-signal span:nth-child(3) {
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.58), rgba(52, 245, 163, 0.30), transparent) !important;
  box-shadow: 0 0 22px rgba(46, 219, 255, 0.12) !important;
}

.methodology-surface {
  border-color: rgba(46, 219, 255, 0.12) !important;
  background:
    radial-gradient(circle at top right, rgba(46, 219, 255, 0.07), transparent 35%),
    linear-gradient(180deg, rgba(8, 19, 28, 0.94), rgba(3, 9, 14, 0.98)) !important;
}

.outcome__label::before {
  background: var(--key) !important;
  box-shadow: 0 0 14px rgba(52, 245, 163, 0.32) !important;
}

/* Form: clean terminal panel. */
.form-section::before {
  background: radial-gradient(circle, rgba(46, 219, 255, 0.12) 0%, rgba(46, 219, 255, 0.055) 32%, transparent 74%) !important;
}

.form-section::after {
  background: radial-gradient(circle, rgba(52, 245, 163, 0.07) 0%, rgba(46, 219, 255, 0.05) 30%, transparent 76%) !important;
}

.field input,
.field select,
.field textarea {
  border-color: rgba(46, 219, 255, 0.13) !important;
  background:
    linear-gradient(180deg, rgba(17, 27, 35, 0.90), rgba(13, 21, 29, 0.92)),
    rgba(255, 255, 255, 0.035) !important;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(52, 245, 163, 0.38) !important;
  box-shadow: 0 0 0 4px rgba(52, 245, 163, 0.075), 0 0 34px rgba(46, 219, 255, 0.10) !important;
}

.field label span,
.form-legal-note a {
  color: var(--key) !important;
}

/* Utility: any leftover rainbow gradients become blue/green only. */
.cta-section::before,
.cta-section::after,
.hero-secondary::after,
.hero-secondary__copy::before,
.hero-secondary__copy::after {
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.30), rgba(52, 245, 163, 0.18), transparent) !important;
}

.hero-secondary::before {
  background:
    radial-gradient(ellipse at 50% 32%, rgba(46, 219, 255, 0.11), transparent 42%),
    radial-gradient(ellipse at 58% 58%, rgba(52, 245, 163, 0.055), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0 112px, rgba(46, 219, 255, 0.035) 112px 113px, transparent 113px 224px) !important;
}

@media (prefers-reduced-motion: reduce) {
  .particle-layer,
  .scanline,
  .button-primary-pill::before,
  .onl-next-step__primary::before,
  .cta-signal span,
  .form-intro-badges span,
  .lead-form__chrome span {
    animation: none !important;
  }
}

/* =====================================================================
   ONLIME DRAG SECTION FIX V3
   Purpose: remove red from the section system, timeline effect, shells,
   borders and icon containers. Red stays only in alert text/badges inside
   the diagram and the loss metric numbers.
   ===================================================================== */

/* Scroll impact / transition line: no red effect. */
html body .impact-transition {
  --green: #34f5a3 !important;
  --red: #34f5a3 !important;
}

html body .impact-transition .vertical-line {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(46, 219, 255, 0.86) 18%,
    rgba(52, 245, 163, 0.56) 52%,
    rgba(46, 219, 255, 0.32) 78%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 22px rgba(46, 219, 255, 0.24),
    0 0 34px rgba(52, 245, 163, 0.10) !important;
}

html body .impact-transition .falling-circle {
  background: #34f5a3 !important;
  box-shadow:
    0 0 20px rgba(52, 245, 163, 0.74),
    0 0 38px rgba(46, 219, 255, 0.18) !important;
}

html body .impact-transition .horizontal-impact {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(46, 219, 255, 0.08) 12%,
    rgba(46, 219, 255, 0.62) 32%,
    rgba(52, 245, 163, 0.76) 50%,
    rgba(46, 219, 255, 0.62) 68%,
    rgba(46, 219, 255, 0.08) 88%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 18px rgba(46, 219, 255, 0.32),
    0 0 44px rgba(52, 245, 163, 0.14) !important;
  filter: none !important;
}

html body .impact-transition .impact-core {
  background: #34f5a3 !important;
  box-shadow:
    0 0 20px rgba(52, 245, 163, 0.74),
    0 0 46px rgba(46, 219, 255, 0.24) !important;
  filter: none !important;
}

html body .impact-transition .impact-glow {
  background: radial-gradient(
    ellipse at center,
    rgba(46, 219, 255, 0.18) 0%,
    rgba(52, 245, 163, 0.10) 38%,
    transparent 72%
  ) !important;
  filter: blur(12px) !important;
}

/* Section dividers/glow: tech, not warning. */
html body .solution-section::before,
html body .solution-section::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(46, 219, 255, 0.64) 34%,
    rgba(52, 245, 163, 0.34) 50%,
    rgba(46, 219, 255, 0.64) 66%,
    transparent 100%
  ) !important;
  filter: drop-shadow(0 0 14px rgba(46, 219, 255, 0.20)) !important;
}

html body .solution-drag-kicker::before {
  background: #34f5a3 !important;
  box-shadow:
    0 0 20px rgba(52, 245, 163, 0.58),
    0 0 34px rgba(46, 219, 255, 0.16) !important;
}

html body .solution-drag-copy h2 span {
  color: #34f5a3 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: 0 0 28px rgba(52, 245, 163, 0.16) !important;
}

/* Metric cards: red only on the numeric values, not cards, borders or icons. */
html body .solution-drag-metrics .solution-drag-metric,
html body .solution-drag-cta {
  --metric-accent: #2edbff !important;
  border-color: rgba(46, 219, 255, 0.18) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(46, 219, 255, 0.075), transparent 34%),
    radial-gradient(circle at 94% 10%, rgba(52, 245, 163, 0.035), transparent 30%),
    linear-gradient(145deg, rgba(9, 20, 29, 0.90), rgba(3, 8, 13, 0.94)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 48px rgba(0, 0, 0, 0.30),
    0 0 34px rgba(46, 219, 255, 0.045) !important;
}

html body .solution-drag-metrics .solution-drag-metric:hover,
html body .solution-drag-cta:hover {
  border-color: rgba(52, 245, 163, 0.28) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 245, 163, 0.08), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(46, 219, 255, 0.06), transparent 30%),
    linear-gradient(145deg, rgba(9, 22, 31, 0.94), rgba(3, 9, 14, 0.97)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 52px rgba(0, 0, 0, 0.33),
    0 0 34px rgba(52, 245, 163, 0.06) !important;
}

html body .solution-drag-metrics .solution-drag-icon,
html body .solution-drag-cta .solution-drag-cta-mark {
  color: #2edbff !important;
  border-color: rgba(46, 219, 255, 0.28) !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(46, 219, 255, 0.075) !important;
  box-shadow:
    inset 0 0 18px rgba(46, 219, 255, 0.06),
    0 0 20px rgba(46, 219, 255, 0.10) !important;
}

html body .solution-drag-metrics .metric-number {
  color: #e84d5b !important;
  text-shadow: 0 0 18px rgba(232, 77, 91, 0.16) !important;
}

html body .solution-drag-metric-copy h3,
html body .solution-drag-cta strong {
  color: #f4f8fb !important;
}

html body .solution-drag-metric-copy p,
html body .solution-drag-cta p {
  color: #9eb4c0 !important;
}

/* Diagram shell: cyan/green frame; no red/purple dominance. */
html body .solution-drag-orbit.overload-section {
  --stroke: rgba(46, 219, 255, 0.18) !important;
  --danger: #e84d5b !important;
  --orange: #34f5a3 !important;
  --wire-tech: rgba(46, 219, 255, 0.62) !important;
  --wire-hot: rgba(52, 245, 163, 0.66) !important;
  --wire-soft: rgba(46, 219, 255, 0.26) !important;
}

html body .solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(46, 219, 255, 0.74) 0deg,
      rgba(46, 219, 255, 0.58) 86deg,
      rgba(52, 245, 163, 0.46) 142deg,
      rgba(46, 219, 255, 0.34) 180deg,
      rgba(52, 245, 163, 0.46) 220deg,
      rgba(46, 219, 255, 0.58) 292deg,
      rgba(46, 219, 255, 0.74) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(46, 219, 255, 0.62), rgba(46, 219, 255, 0.28) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(52, 245, 163, 0.46), rgba(52, 245, 163, 0.20) 18%, transparent 34%) !important;
  opacity: 0.66 !important;
  filter: none !important;
}

html body .solution-drag-orbit.overload-section::after {
  background:
    radial-gradient(circle at 2% 50%, rgba(46, 219, 255, 0.14), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(46, 219, 255, 0.14), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(52, 245, 163, 0.10), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(46, 219, 255, 0.13), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(46, 219, 255, 0.13), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(52, 245, 163, 0.05), transparent 28%) !important;
  filter: blur(20px) saturate(0.80) !important;
  opacity: 0.54 !important;
}

html body .overload-scene {
  background:
    linear-gradient(rgba(46, 219, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 219, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 48% 45%, rgba(46, 219, 255, 0.10), transparent 31%),
    radial-gradient(circle at 28% 72%, rgba(52, 245, 163, 0.045), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(46, 219, 255, 0.055), transparent 26%),
    linear-gradient(145deg, #04070b 0%, #071019 46%, #020506 100%) !important;
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 92px rgba(46, 219, 255, 0.055),
    inset 0 0 104px rgba(52, 245, 163, 0.018),
    0 50px 130px rgba(0, 0, 0, 0.72) !important;
}

html body .overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(46, 219, 255, 0.10), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(52, 245, 163, 0.10), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(46, 219, 255, 0.08), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(52, 245, 163, 0.055), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(46, 219, 255, 0.08), transparent 3px) !important;
  opacity: 0.48 !important;
}

html body .overload-scene::after {
  background: radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, 0.68) 100%) !important;
}

html body .overload-section .wires {
  filter: drop-shadow(0 0 8px rgba(46, 219, 255, 0.20)) !important;
}

html body .overload-section .wire,
html body .overload-section .wire.hot,
html body .overload-section .wire.gold,
html body .overload-section .wire.soft {
  stroke: var(--wire, rgba(46, 219, 255, 0.54)) !important;
}

html body .overload-section .wire { --wire: rgba(46, 219, 255, 0.54) !important; }
html body .overload-section .wire.hot { --wire: rgba(52, 245, 163, 0.60) !important; --sw: 1.7 !important; }
html body .overload-section .wire.gold { --wire: rgba(46, 219, 255, 0.34) !important; --sw: 1.4 !important; }
html body .overload-section .wire.soft { --wire: rgba(46, 219, 255, 0.22) !important; --sw: 1.1 !important; }

html body .overload-section .node {
  fill: rgba(46, 219, 255, 0.82) !important;
  filter: drop-shadow(0 0 10px rgba(46, 219, 255, 0.44)) !important;
}

html body .overload-section .node.gold {
  fill: rgba(52, 245, 163, 0.78) !important;
}

html body .overload-section .node.dim {
  fill: rgba(46, 219, 255, 0.34) !important;
}

html body .overload-section .glow-core {
  background: radial-gradient(circle, rgba(46, 219, 255, 0.18), rgba(52, 245, 163, 0.05) 38%, transparent 66%) !important;
  filter: blur(8px) !important;
}

html body .overload-section .layer {
  border-color: rgba(46, 219, 255, 0.16) !important;
  background: linear-gradient(145deg, rgba(9, 30, 42, 0.68), rgba(8, 11, 15, 0.74)) !important;
  box-shadow:
    0 0 28px rgba(46, 219, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

html body .overload-section .layer::before,
html body .overload-section .layer::after {
  background: rgba(46, 219, 255, 0.34) !important;
  box-shadow: 0 0 14px rgba(46, 219, 255, 0.14) !important;
}

html body .overload-section .center-card,
html body .overload-section .card,
html body .overload-section .mini,
html body .overload-section .chip {
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
  border-color: rgba(46, 219, 255, 0.16) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(9, 22, 31, 0.88), rgba(7, 9, 12, 0.82)) !important;
  box-shadow:
    var(--shadow),
    0 0 22px rgba(46, 219, 255, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

html body .overload-section .center-card {
  border-color: rgba(52, 245, 163, 0.24) !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(52, 245, 163, 0.12), transparent 45%),
    linear-gradient(150deg, rgba(8, 28, 31, 0.93), rgba(7, 10, 13, 0.88)) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(46, 219, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

html body .overload-section .center-card::before {
  background: linear-gradient(90deg, transparent, rgba(52, 245, 163, 0.50), transparent) !important;
  opacity: 0.46 !important;
}

html body .overload-section .center-label {
  color: #34f5a3 !important;
  text-shadow: 0 0 16px rgba(52, 245, 163, 0.16) !important;
}

html body .overload-section .center-number {
  color: #f4f8fb !important;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.11),
    0 0 34px rgba(46, 219, 255, 0.14) !important;
}

html body .overload-section .center-sub {
  color: rgba(215, 230, 236, 0.82) !important;
}

/* Internal warnings: still red, but less loud and less glowing. */
html body .overload-section .danger {
  color: #ff6f7a !important;
  text-shadow: none !important;
}

html body .overload-section .overload-badge {
  color: #ff8790 !important;
  border-color: rgba(232, 77, 91, 0.22) !important;
  background: rgba(232, 77, 91, 0.070) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 0 12px rgba(232, 77, 91, 0.07) !important;
}

html body .overload-section .badge {
  color: #fff4f5 !important;
  background: linear-gradient(180deg, rgba(232, 77, 91, 0.72), rgba(118, 30, 40, 0.74)) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  box-shadow:
    0 0 12px rgba(232, 77, 91, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

html body .overload-section .card-title {
  color: rgba(247, 251, 255, 0.92) !important;
}

html body .overload-section .card-copy {
  color: rgba(143, 160, 170, 0.92) !important;
}

html body .overload-section .card-copy strong {
  color: #f4f8fb !important;
}

html body .overload-section .gold,
html body .overload-section .purple,
html body .overload-section .blue {
  color: #2edbff !important;
}

html body .overload-section .icon-box,
html body .overload-section .icon-box.green,
html body .overload-section .icon-box.blue,
html body .overload-section .icon-box.gold,
html body .overload-section .icon-box.purple,
html body .overload-section .icon-box.purple-hot {
  color: #2edbff !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 46%),
    rgba(46, 219, 255, 0.075) !important;
  border-color: rgba(46, 219, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(46, 219, 255, 0.08) !important;
}

html body .overload-section .slack-mark i:nth-child(1),
html body .overload-section .slack-mark i:nth-child(2),
html body .overload-section .slack-mark i:nth-child(3),
html body .overload-section .slack-mark i:nth-child(4) {
  background: #2edbff !important;
  opacity: 0.76 !important;
}

html body .overload-section .mini,
html body .overload-section .chip {
  background: rgba(8, 18, 26, 0.56) !important;
  border-color: rgba(46, 219, 255, 0.14) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(46, 219, 255, 0.05) !important;
}

html body .overload-section .mini::before,
html body .overload-section .mini::after {
  background: rgba(46, 219, 255, 0.32) !important;
  box-shadow: 0 0 11px rgba(46, 219, 255, 0.12) !important;
}

html body .overload-section .mini.warning::before {
  background: rgba(232, 77, 91, 0.56) !important;
}

html body .overload-section .chip {
  color: rgba(46, 219, 255, 0.72) !important;
}

html body .overload-scene.run .center-card,
html body .overload-scene.run .card,
html body .overload-scene.run .mini,
html body .overload-scene.run .chip {
  filter: blur(0) !important;
}
/* =====================================================================
   ONLIME - Operational Drag section clean tech fix v4
   Paste this block at the VERY END of public/onlime-tech-consistent.css
   or at the VERY END of public/styles.css.

   Goal:
   - No red on section effects, card shells, borders, icons, or diagram frame.
   - Red stays only on loss numbers and internal alert/warning labels.
   ===================================================================== */

/* ---------- 1) Scroll impact line above the section: cyan/green only ---------- */
html body .impact-transition {
  --green: #34f5a3 !important;
  --red: #34f5a3 !important;
}

html body .vertical-line,
html body .impact-transition .vertical-line {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(47, 215, 255, 0.9) 18%,
    rgba(52, 245, 163, 0.7) 48%,
    rgba(47, 215, 255, 0.38) 76%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 22px rgba(47, 215, 255, 0.28),
    0 0 32px rgba(52, 245, 163, 0.16) !important;
}

html body .falling-circle,
html body .impact-transition .falling-circle,
html body .impact-core,
html body .impact-transition .impact-core {
  background: #34f5a3 !important;
  box-shadow:
    0 0 20px rgba(52, 245, 163, 0.72),
    0 0 44px rgba(47, 215, 255, 0.24) !important;
}

html body .horizontal-impact,
html body .impact-transition .horizontal-impact {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 215, 255, 0.08) 10%,
    rgba(47, 215, 255, 0.52) 34%,
    rgba(52, 245, 163, 0.72) 50%,
    rgba(47, 215, 255, 0.52) 66%,
    rgba(47, 215, 255, 0.08) 90%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 18px rgba(47, 215, 255, 0.32),
    0 0 46px rgba(52, 245, 163, 0.16) !important;
}

html body .impact-glow,
html body .impact-transition .impact-glow {
  background: radial-gradient(
    ellipse at center,
    rgba(47, 215, 255, 0.18) 0%,
    rgba(52, 245, 163, 0.1) 38%,
    transparent 72%
  ) !important;
  filter: blur(12px) !important;
}

/* ---------- 2) Section shell: remove red glow/divider ---------- */
html body .section-shell.solution-section::before,
html body .section-shell.solution-section::after,
html body .solution-section::before,
html body .solution-section::after {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 215, 255, 0.58) 32%,
    rgba(52, 245, 163, 0.38) 50%,
    rgba(47, 215, 255, 0.58) 68%,
    transparent 100%
  ) !important;
  filter: drop-shadow(0 0 14px rgba(47, 215, 255, 0.22)) !important;
}

html body .solution-section .solution-drag-kicker {
  color: #2edbff !important;
}

html body .solution-section .solution-drag-kicker::before {
  background: #34f5a3 !important;
  box-shadow:
    0 0 18px rgba(52, 245, 163, 0.64),
    0 0 34px rgba(47, 215, 255, 0.18) !important;
}

html body .solution-section .solution-drag-copy h2 span {
  color: #34f5a3 !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: 0 0 28px rgba(52, 245, 163, 0.18) !important;
}

/* ---------- 3) Bottom metric cards: tech containers, red only on numbers ---------- */
html body .solution-section .solution-drag-metrics > .solution-drag-metric,
html body .solution-section article.solution-drag-metric {
  border-color: rgba(47, 215, 255, 0.2) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(47, 215, 255, 0.075), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(52, 245, 163, 0.04), transparent 34%),
    linear-gradient(145deg, rgba(8, 19, 27, 0.92), rgba(3, 8, 12, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 48px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(47, 215, 255, 0.045) !important;
}

html body .solution-section .solution-drag-metrics > .solution-drag-metric:hover,
html body .solution-section article.solution-drag-metric:hover {
  border-color: rgba(52, 245, 163, 0.3) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(52, 245, 163, 0.09), transparent 34%),
    radial-gradient(circle at 90% 12%, rgba(47, 215, 255, 0.065), transparent 32%),
    linear-gradient(145deg, rgba(8, 22, 31, 0.96), rgba(3, 9, 14, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 52px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(52, 245, 163, 0.07) !important;
}

html body .solution-section .solution-drag-icon,
html body .solution-section .solution-drag-cta-mark {
  color: #2edbff !important;
  border-color: rgba(47, 215, 255, 0.3) !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(47, 215, 255, 0.08) !important;
  box-shadow:
    inset 0 0 18px rgba(47, 215, 255, 0.07),
    0 0 20px rgba(47, 215, 255, 0.1) !important;
}

html body .solution-section .solution-drag-metric .metric-number {
  color: #e84d5b !important;
  text-shadow: 0 0 16px rgba(232, 77, 91, 0.14) !important;
}

html body .solution-section .solution-drag-metric-copy h3 {
  color: #f4f8fb !important;
}

html body .solution-section .solution-drag-metric-copy p {
  color: #9eb4c0 !important;
}

/* ---------- 4) Diagram frame and scene: no red/purple shell ---------- */
html body .solution-section .solution-drag-orbit.overload-section {
  --stroke: rgba(47, 215, 255, 0.18) !important;
  --danger: #e84d5b !important;
  --orange: #34f5a3 !important;
}

html body .solution-section .solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(47, 215, 255, 0.76) 0deg,
      rgba(47, 215, 255, 0.58) 85deg,
      rgba(52, 245, 163, 0.48) 140deg,
      rgba(47, 215, 255, 0.34) 180deg,
      rgba(52, 245, 163, 0.48) 220deg,
      rgba(47, 215, 255, 0.58) 292deg,
      rgba(47, 215, 255, 0.76) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(47, 215, 255, 0.62), rgba(47, 215, 255, 0.28) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(52, 245, 163, 0.46), rgba(52, 245, 163, 0.2) 18%, transparent 34%) !important;
  opacity: 0.72 !important;
  filter: none !important;
}

html body .solution-section .solution-drag-orbit.overload-section::after {
  background:
    radial-gradient(circle at 2% 50%, rgba(47, 215, 255, 0.13), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(47, 215, 255, 0.12), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(52, 245, 163, 0.1), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(47, 215, 255, 0.12), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(47, 215, 255, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(52, 245, 163, 0.05), transparent 28%) !important;
  filter: blur(20px) saturate(0.85) !important;
  opacity: 0.56 !important;
}

html body .solution-section .overload-scene {
  background:
    linear-gradient(rgba(47, 215, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 215, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 48% 45%, rgba(47, 215, 255, 0.11), transparent 31%),
    radial-gradient(circle at 28% 72%, rgba(52, 245, 163, 0.045), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(47, 215, 255, 0.055), transparent 26%),
    linear-gradient(145deg, #04070b 0%, #071019 46%, #020506 100%) !important;
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 92px rgba(47, 215, 255, 0.055),
    inset 0 0 104px rgba(52, 245, 163, 0.018),
    0 50px 130px rgba(0, 0, 0, 0.72) !important;
}

html body .solution-section .overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(47, 215, 255, 0.1), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(52, 245, 163, 0.1), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(47, 215, 255, 0.08), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(52, 245, 163, 0.055), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(47, 215, 255, 0.08), transparent 3px) !important;
  opacity: 0.5 !important;
}

html body .solution-section .overload-scene::after {
  background: radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, 0.68) 100%) !important;
}

/* ---------- 5) Diagram internals: tech structure, red only for alert content ---------- */
html body .solution-section .overload-section .wires {
  filter: drop-shadow(0 0 8px rgba(47, 215, 255, 0.2)) !important;
}

html body .solution-section .overload-section .wire,
html body .solution-section .overload-section .wire.hot,
html body .solution-section .overload-section .wire.gold,
html body .solution-section .overload-section .wire.soft {
  stroke: var(--wire, rgba(47, 215, 255, 0.54)) !important;
}

html body .solution-section .overload-section .wire { --wire: rgba(47, 215, 255, 0.54) !important; }
html body .solution-section .overload-section .wire.hot { --wire: rgba(52, 245, 163, 0.6) !important; --sw: 1.7 !important; }
html body .solution-section .overload-section .wire.gold { --wire: rgba(47, 215, 255, 0.34) !important; --sw: 1.4 !important; }
html body .solution-section .overload-section .wire.soft { --wire: rgba(47, 215, 255, 0.22) !important; --sw: 1.1 !important; }

html body .solution-section .overload-section .node {
  fill: rgba(47, 215, 255, 0.82) !important;
  filter: drop-shadow(0 0 10px rgba(47, 215, 255, 0.44)) !important;
}

html body .solution-section .overload-section .node.gold {
  fill: rgba(52, 245, 163, 0.78) !important;
}

html body .solution-section .overload-section .node.dim {
  fill: rgba(47, 215, 255, 0.34) !important;
}

html body .solution-section .overload-section .glow-core {
  background: radial-gradient(circle, rgba(47, 215, 255, 0.18), rgba(52, 245, 163, 0.05) 38%, transparent 66%) !important;
  filter: blur(8px) !important;
}

html body .solution-section .overload-section .layer {
  border-color: rgba(47, 215, 255, 0.16) !important;
  background: linear-gradient(145deg, rgba(9, 30, 42, 0.68), rgba(8, 11, 15, 0.74)) !important;
  box-shadow:
    0 0 28px rgba(47, 215, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

html body .solution-section .overload-section .layer::before,
html body .solution-section .overload-section .layer::after {
  background: rgba(47, 215, 255, 0.34) !important;
  box-shadow: 0 0 14px rgba(47, 215, 255, 0.14) !important;
}

html body .solution-section .overload-section .center-card,
html body .solution-section .overload-section .card,
html body .solution-section .overload-section .mini,
html body .solution-section .overload-section .chip {
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
  border-color: rgba(47, 215, 255, 0.16) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(9, 22, 31, 0.88), rgba(7, 9, 12, 0.82)) !important;
  box-shadow:
    var(--shadow),
    0 0 22px rgba(47, 215, 255, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

html body .solution-section .overload-section .center-card {
  border-color: rgba(52, 245, 163, 0.24) !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(52, 245, 163, 0.12), transparent 45%),
    linear-gradient(150deg, rgba(8, 28, 31, 0.93), rgba(7, 10, 13, 0.88)) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(47, 215, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

html body .solution-section .overload-section .center-card::before {
  background: linear-gradient(90deg, transparent, rgba(52, 245, 163, 0.5), transparent) !important;
  opacity: 0.46 !important;
}

html body .solution-section .overload-section .center-label {
  color: #34f5a3 !important;
  text-shadow: 0 0 16px rgba(52, 245, 163, 0.16) !important;
}

html body .solution-section .overload-section .center-number {
  color: #f4f8fb !important;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.11),
    0 0 34px rgba(47, 215, 255, 0.14) !important;
}

html body .solution-section .overload-section .center-sub,
html body .solution-section .overload-section .card-copy {
  color: rgba(143, 160, 170, 0.92) !important;
}

html body .solution-section .overload-section .card-title,
html body .solution-section .overload-section .card-copy strong {
  color: rgba(247, 251, 255, 0.94) !important;
}

html body .solution-section .overload-section .gold,
html body .solution-section .overload-section .purple,
html body .solution-section .overload-section .blue {
  color: #2edbff !important;
}

html body .solution-section .overload-section .icon-box,
html body .solution-section .overload-section .icon-box.green,
html body .solution-section .overload-section .icon-box.blue,
html body .solution-section .overload-section .icon-box.gold,
html body .solution-section .overload-section .icon-box.purple,
html body .solution-section .overload-section .icon-box.purple-hot {
  color: #2edbff !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 46%),
    rgba(47, 215, 255, 0.075) !important;
  border-color: rgba(47, 215, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(47, 215, 255, 0.08) !important;
}

html body .solution-section .overload-section .slack-mark i:nth-child(1),
html body .solution-section .overload-section .slack-mark i:nth-child(2),
html body .solution-section .overload-section .slack-mark i:nth-child(3),
html body .solution-section .overload-section .slack-mark i:nth-child(4) {
  background: #2edbff !important;
  opacity: 0.76 !important;
}

html body .solution-section .overload-section .mini,
html body .solution-section .overload-section .chip {
  background: rgba(8, 18, 26, 0.56) !important;
  border-color: rgba(47, 215, 255, 0.14) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(47, 215, 255, 0.05) !important;
}

html body .solution-section .overload-section .mini::before,
html body .solution-section .overload-section .mini::after {
  background: rgba(47, 215, 255, 0.32) !important;
  box-shadow: 0 0 11px rgba(47, 215, 255, 0.12) !important;
}

html body .solution-section .overload-section .chip {
  color: rgba(47, 215, 255, 0.72) !important;
}

/* Red is allowed only here: internal alert text, badges and warning triangle. */
html body .solution-section .overload-section .danger {
  color: #e84d5b !important;
  text-shadow: none !important;
}

html body .solution-section .overload-section .badge,
html body .solution-section .overload-section .overload-badge {
  color: #fff4f5 !important;
  border-color: rgba(232, 77, 91, 0.2) !important;
  background: rgba(232, 77, 91, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 12px rgba(232, 77, 91, 0.1) !important;
}

html body .solution-section .overload-section .mini.warning::before {
  background: rgba(232, 77, 91, 0.56) !important;
}

/* ===== MERGED: operational drag clean patch v5 ===== */

/* ONLIME SYSTEMS - Operational Drag clean tech style v5
   Paste this block at the VERY END of public/styles.css.
   It removes red from containers/effects and keeps red only for warning values/text. */

/* Transition line above the section: no red */
html body .impact-transition .horizontal-impact,
html body #impactTransition .horizontal-impact,
html body .horizontal-impact {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 215, 255, 0.08) 10%,
    rgba(47, 215, 255, 0.58) 34%,
    rgba(52, 245, 163, 0.82) 50%,
    rgba(47, 215, 255, 0.58) 66%,
    rgba(47, 215, 255, 0.08) 90%,
    transparent 100%
  ) !important;
  box-shadow:
    0 0 18px rgba(47, 215, 255, 0.38),
    0 0 46px rgba(52, 245, 163, 0.18) !important;
}

html body .impact-transition .impact-core,
html body #impactTransition .impact-core,
html body .impact-core,
html body .impact-transition .falling-circle,
html body #impactTransition .falling-circle,
html body .falling-circle {
  background: #34f5a3 !important;
  box-shadow:
    0 0 20px rgba(52, 245, 163, 0.78),
    0 0 46px rgba(47, 215, 255, 0.25) !important;
}

html body .impact-transition .impact-glow,
html body #impactTransition .impact-glow,
html body .impact-glow {
  background: radial-gradient(
    ellipse at center,
    rgba(47, 215, 255, 0.18) 0%,
    rgba(52, 245, 163, 0.10) 38%,
    transparent 72%
  ) !important;
  box-shadow: none !important;
}

/* Section divider and headline */
html body section.solution-section::before,
html body .section-shell.solution-section::before {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 215, 255, 0.55) 32%,
    rgba(52, 245, 163, 0.42) 50%,
    rgba(47, 215, 255, 0.55) 68%,
    transparent 100%
  ) !important;
  filter:
    drop-shadow(0 0 12px rgba(47, 215, 255, 0.28))
    drop-shadow(0 0 18px rgba(52, 245, 163, 0.12)) !important;
}

html body section.solution-section::after,
html body .section-shell.solution-section::after {
  background: linear-gradient(90deg, transparent, rgba(47, 215, 255, 0.28), rgba(52, 245, 163, 0.22), transparent) !important;
  filter: blur(1px) !important;
}

html body .solution-section .solution-drag-kicker {
  color: #2edbff !important;
}

html body .solution-section .solution-drag-kicker::before {
  background: #34f5a3 !important;
  box-shadow:
    0 0 18px rgba(52, 245, 163, 0.72),
    0 0 34px rgba(47, 215, 255, 0.18) !important;
}

html body .solution-section .solution-drag-copy h2 span {
  color: #34f5a3 !important;
  background: none !important;
  -webkit-text-fill-color: #34f5a3 !important;
  text-shadow: 0 0 28px rgba(52, 245, 163, 0.18) !important;
}

/* Metric cards: tech containers. Red remains only on the numeric loss values. */
html body .solution-section .solution-drag-metrics .solution-drag-metric,
html body .solution-section article.solution-drag-metric,
html body .solution-drag-metrics .solution-drag-metric,
html body article.solution-drag-metric {
  --metric-accent: #2edbff !important;
  border-color: rgba(47, 215, 255, 0.22) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(47, 215, 255, 0.08), transparent 36%),
    radial-gradient(circle at 92% 10%, rgba(52, 245, 163, 0.045), transparent 34%),
    linear-gradient(145deg, rgba(8, 19, 27, 0.92), rgba(3, 8, 12, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 48px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(47, 215, 255, 0.045) !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:hover,
html body .solution-section article.solution-drag-metric:hover,
html body .solution-drag-metrics .solution-drag-metric:hover,
html body article.solution-drag-metric:hover {
  border-color: rgba(52, 245, 163, 0.34) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(52, 245, 163, 0.095), transparent 36%),
    radial-gradient(circle at 90% 12%, rgba(47, 215, 255, 0.07), transparent 32%),
    linear-gradient(145deg, rgba(8, 22, 31, 0.96), rgba(3, 9, 14, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 20px 52px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(52, 245, 163, 0.07) !important;
}

html body .solution-section .solution-drag-icon,
html body .solution-drag-icon,
html body .solution-section .solution-drag-cta-mark,
html body .solution-drag-cta-mark {
  color: #2edbff !important;
  border-color: rgba(47, 215, 255, 0.32) !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(47, 215, 255, 0.08) !important;
  box-shadow:
    inset 0 0 18px rgba(47, 215, 255, 0.07),
    0 0 20px rgba(47, 215, 255, 0.10) !important;
}

html body .solution-section .solution-drag-metric .metric-number,
html body .solution-drag-metric .metric-number {
  color: #e84d5b !important;
  text-shadow: 0 0 16px rgba(232, 77, 91, 0.14) !important;
}

html body .solution-section .solution-drag-metric-copy h3,
html body .solution-drag-metric-copy h3 {
  color: #f4f8fb !important;
}

html body .solution-section .solution-drag-metric-copy p,
html body .solution-drag-metric-copy p {
  color: #9eb4c0 !important;
}

/* Diagram shell: cyan/green frame, no red shell glow */
html body .solution-section .solution-drag-orbit.overload-section,
html body .solution-drag-orbit.overload-section,
html body .overload-section {
  --stroke: rgba(47, 215, 255, 0.18) !important;
  --danger: #e84d5b !important;
  --orange: #34f5a3 !important;
}

html body .solution-section .solution-drag-orbit.overload-section::before,
html body .solution-drag-orbit.overload-section::before {
  background:
    conic-gradient(
      from 270deg at 50% 50%,
      rgba(47, 215, 255, 0.74) 0deg,
      rgba(47, 215, 255, 0.55) 86deg,
      rgba(52, 245, 163, 0.48) 146deg,
      rgba(47, 215, 255, 0.34) 186deg,
      rgba(52, 245, 163, 0.48) 226deg,
      rgba(47, 215, 255, 0.55) 300deg,
      rgba(47, 215, 255, 0.74) 360deg
    ),
    radial-gradient(circle at 92% 8%, rgba(47, 215, 255, 0.62), rgba(47, 215, 255, 0.28) 18%, transparent 34%),
    radial-gradient(circle at 8% 8%, rgba(52, 245, 163, 0.46), rgba(52, 245, 163, 0.20) 18%, transparent 34%) !important;
  opacity: 0.72 !important;
  filter: none !important;
}

html body .solution-section .solution-drag-orbit.overload-section::after,
html body .solution-drag-orbit.overload-section::after {
  background:
    radial-gradient(circle at 2% 50%, rgba(47, 215, 255, 0.12), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(47, 215, 255, 0.12), transparent 30%),
    radial-gradient(circle at 50% 2%, rgba(52, 245, 163, 0.10), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(47, 215, 255, 0.12), transparent 30%),
    radial-gradient(circle at 98% 50%, rgba(47, 215, 255, 0.12), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(52, 245, 163, 0.05), transparent 28%) !important;
  filter: blur(20px) saturate(0.85) !important;
  opacity: 0.56 !important;
}

html body .solution-section .overload-scene,
html body .overload-scene {
  background:
    linear-gradient(rgba(47, 215, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 215, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 48% 45%, rgba(47, 215, 255, 0.11), transparent 31%),
    radial-gradient(circle at 28% 72%, rgba(52, 245, 163, 0.045), transparent 25%),
    radial-gradient(circle at 74% 18%, rgba(47, 215, 255, 0.055), transparent 26%),
    linear-gradient(145deg, #04070b 0%, #071019 46%, #020506 100%) !important;
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 0 92px rgba(47, 215, 255, 0.055),
    inset 0 0 104px rgba(52, 245, 163, 0.018),
    0 50px 130px rgba(0, 0, 0, 0.72) !important;
}

html body .solution-section .overload-scene::before,
html body .overload-scene::before {
  background:
    radial-gradient(circle at 26% 16%, rgba(47, 215, 255, 0.10), transparent 3px),
    radial-gradient(circle at 60% 7%, rgba(52, 245, 163, 0.10), transparent 2px),
    radial-gradient(circle at 78% 62%, rgba(47, 215, 255, 0.08), transparent 3px),
    radial-gradient(circle at 16% 72%, rgba(52, 245, 163, 0.055), transparent 2px),
    radial-gradient(circle at 90% 28%, rgba(47, 215, 255, 0.08), transparent 3px) !important;
  opacity: 0.50 !important;
}

html body .solution-section .overload-scene::after,
html body .overload-scene::after {
  background: radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, 0.68) 100%) !important;
}

/* Diagram internals: cyan/green system, red only for alert text/badges */
html body .solution-section .overload-section .wires,
html body .overload-section .wires {
  filter: drop-shadow(0 0 8px rgba(47, 215, 255, 0.20)) !important;
}

html body .solution-section .overload-section .wire,
html body .solution-section .overload-section .wire.hot,
html body .solution-section .overload-section .wire.gold,
html body .solution-section .overload-section .wire.soft,
html body .overload-section .wire,
html body .overload-section .wire.hot,
html body .overload-section .wire.gold,
html body .overload-section .wire.soft {
  stroke: var(--wire, rgba(47, 215, 255, 0.54)) !important;
}

html body .overload-section .wire { --wire: rgba(47, 215, 255, 0.54) !important; }
html body .overload-section .wire.hot { --wire: rgba(52, 245, 163, 0.60) !important; --sw: 1.7 !important; }
html body .overload-section .wire.gold { --wire: rgba(47, 215, 255, 0.34) !important; --sw: 1.4 !important; }
html body .overload-section .wire.soft { --wire: rgba(47, 215, 255, 0.22) !important; --sw: 1.1 !important; }

html body .solution-section .overload-section .node,
html body .overload-section .node {
  fill: rgba(47, 215, 255, 0.82) !important;
  filter: drop-shadow(0 0 10px rgba(47, 215, 255, 0.44)) !important;
}

html body .solution-section .overload-section .node.gold,
html body .overload-section .node.gold {
  fill: rgba(52, 245, 163, 0.78) !important;
}

html body .solution-section .overload-section .node.dim,
html body .overload-section .node.dim {
  fill: rgba(47, 215, 255, 0.34) !important;
}

html body .solution-section .overload-section .glow-core,
html body .overload-section .glow-core {
  background: radial-gradient(circle, rgba(47, 215, 255, 0.18), rgba(52, 245, 163, 0.05) 38%, transparent 66%) !important;
  filter: blur(8px) !important;
}

html body .solution-section .overload-section .layer,
html body .overload-section .layer {
  border-color: rgba(47, 215, 255, 0.16) !important;
  background: linear-gradient(145deg, rgba(9, 30, 42, 0.68), rgba(8, 11, 15, 0.74)) !important;
  box-shadow:
    0 0 28px rgba(47, 215, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;
}

html body .solution-section .overload-section .layer::before,
html body .solution-section .overload-section .layer::after,
html body .overload-section .layer::before,
html body .overload-section .layer::after {
  background: rgba(47, 215, 255, 0.34) !important;
  box-shadow: 0 0 14px rgba(47, 215, 255, 0.14) !important;
}

html body .solution-section .overload-section .center-card,
html body .solution-section .overload-section .card,
html body .solution-section .overload-section .mini,
html body .solution-section .overload-section .chip,
html body .overload-section .center-card,
html body .overload-section .card,
html body .overload-section .mini,
html body .overload-section .chip {
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.42) !important;
  border-color: rgba(47, 215, 255, 0.16) !important;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    linear-gradient(145deg, rgba(9, 22, 31, 0.88), rgba(7, 9, 12, 0.82)) !important;
  box-shadow:
    var(--shadow),
    0 0 22px rgba(47, 215, 255, 0.065),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

html body .solution-section .overload-section .center-card,
html body .overload-section .center-card {
  border-color: rgba(52, 245, 163, 0.24) !important;
  background:
    radial-gradient(circle at 50% 13%, rgba(52, 245, 163, 0.12), transparent 45%),
    linear-gradient(150deg, rgba(8, 28, 31, 0.93), rgba(7, 10, 13, 0.88)) !important;
  box-shadow:
    0 24px 74px rgba(0, 0, 0, 0.58),
    0 0 42px rgba(47, 215, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

html body .solution-section .overload-section .center-card::before,
html body .overload-section .center-card::before {
  background: linear-gradient(90deg, transparent, rgba(52, 245, 163, 0.50), transparent) !important;
  opacity: 0.46 !important;
}

html body .solution-section .overload-section .center-label,
html body .overload-section .center-label {
  color: #34f5a3 !important;
  text-shadow: 0 0 16px rgba(52, 245, 163, 0.16) !important;
}

html body .solution-section .overload-section .center-number,
html body .overload-section .center-number {
  color: #f4f8fb !important;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.11),
    0 0 34px rgba(47, 215, 255, 0.14) !important;
}

html body .solution-section .overload-section .center-sub,
html body .solution-section .overload-section .card-copy,
html body .overload-section .center-sub,
html body .overload-section .card-copy {
  color: rgba(143, 160, 170, 0.92) !important;
}

html body .solution-section .overload-section .card-title,
html body .solution-section .overload-section .card-copy strong,
html body .overload-section .card-title,
html body .overload-section .card-copy strong {
  color: rgba(247, 251, 255, 0.94) !important;
}

html body .solution-section .overload-section .gold,
html body .solution-section .overload-section .purple,
html body .solution-section .overload-section .blue,
html body .overload-section .gold,
html body .overload-section .purple,
html body .overload-section .blue {
  color: #2edbff !important;
}

html body .solution-section .overload-section .icon-box,
html body .solution-section .overload-section .icon-box.green,
html body .solution-section .overload-section .icon-box.blue,
html body .solution-section .overload-section .icon-box.gold,
html body .solution-section .overload-section .icon-box.purple,
html body .solution-section .overload-section .icon-box.purple-hot,
html body .overload-section .icon-box,
html body .overload-section .icon-box.green,
html body .overload-section .icon-box.blue,
html body .overload-section .icon-box.gold,
html body .overload-section .icon-box.purple,
html body .overload-section .icon-box.purple-hot {
  color: #2edbff !important;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.08), transparent 46%),
    rgba(47, 215, 255, 0.075) !important;
  border-color: rgba(47, 215, 255, 0.18) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(47, 215, 255, 0.08) !important;
}

html body .solution-section .overload-section .slack-mark i,
html body .overload-section .slack-mark i {
  background: #2edbff !important;
  opacity: 0.76 !important;
}

html body .solution-section .overload-section .mini,
html body .solution-section .overload-section .chip,
html body .overload-section .mini,
html body .overload-section .chip {
  background: rgba(8, 18, 26, 0.56) !important;
  border-color: rgba(47, 215, 255, 0.14) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(47, 215, 255, 0.05) !important;
}

html body .solution-section .overload-section .mini::before,
html body .solution-section .overload-section .mini::after,
html body .overload-section .mini::before,
html body .overload-section .mini::after {
  background: rgba(47, 215, 255, 0.32) !important;
  box-shadow: 0 0 11px rgba(47, 215, 255, 0.12) !important;
}

html body .solution-section .overload-section .chip,
html body .overload-section .chip {
  color: rgba(47, 215, 255, 0.72) !important;
}

/* Keep red only where it communicates pain/alerts. */
html body .solution-section .overload-section .danger,
html body .overload-section .danger,
html body .form-status.error {
  color: #e84d5b !important;
  text-shadow: none !important;
}

html body .solution-section .overload-section .badge,
html body .solution-section .overload-section .overload-badge,
html body .overload-section .badge,
html body .overload-section .overload-badge {
  color: #fff4f5 !important;
  border-color: rgba(232, 77, 91, 0.20) !important;
  background: rgba(232, 77, 91, 0.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 12px rgba(232, 77, 91, 0.10) !important;
}

html body .solution-section .overload-section .mini.warning::before,
html body .overload-section .mini.warning::before {
  background: rgba(232, 77, 91, 0.56) !important;
}

@media (max-width: 619px) {
  #use-cases {
    padding-inline: 14px;
  }

  #use-cases .usecases-toolbar {
    margin: 0 auto 18px;
  }

  #use-cases .usecases-tabs-hint {
    padding-left: 2px;
    color: rgba(154, 173, 183, 0.78);
    font-size: 0.78rem;
  }

  #use-cases .usecases-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    padding: 10px;
    overflow: visible;
    border-radius: 12px;
    border: 1px solid rgba(46, 219, 255, 0.18) !important;
    background:
      linear-gradient(180deg, rgba(4, 13, 19, 0.96), rgba(2, 8, 13, 0.98)),
      rgba(255, 255, 255, 0.025) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 0 0 1px rgba(52, 245, 163, 0.035),
      0 18px 46px rgba(0, 0, 0, 0.34),
      0 0 34px rgba(46, 219, 255, 0.055) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  #use-cases .usecase-tab {
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 12px 12px;
    border: 1px solid rgba(46, 219, 255, 0.14);
    border-radius: 8px;
    color: rgba(220, 232, 238, 0.82);
    background:
      linear-gradient(180deg, rgba(13, 29, 39, 0.78), rgba(5, 15, 24, 0.92)),
      rgba(255, 255, 255, 0.025);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 10px 22px rgba(0, 0, 0, 0.22);
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.1;
    white-space: nowrap;
  }

  #use-cases .usecase-tab span:not(.sector-icon) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #use-cases .usecase-tab:hover,
  #use-cases .usecase-tab:focus-visible,
  #use-cases .usecase-tab.is-active {
    color: #021013 !important;
    border-color: rgba(101, 255, 208, 0.44);
    background: linear-gradient(135deg, #34f5a3 0%, #20e0d6 52%, #2edbff 100%) !important;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.24) inset,
      0 12px 28px rgba(46, 219, 255, 0.22),
      0 0 30px rgba(52, 245, 163, 0.16) !important;
    transform: translateY(-1px);
  }

  #use-cases .sector-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #2edbff !important;
    border-color: rgba(46, 219, 255, 0.28);
    background:
      radial-gradient(circle at 50% 35%, rgba(46, 219, 255, 0.20), transparent 58%),
      rgba(46, 219, 255, 0.055);
    box-shadow:
      inset 0 0 10px rgba(46, 219, 255, 0.10),
      0 0 16px rgba(46, 219, 255, 0.10);
  }

  #use-cases .sector-icon::before {
    width: 14px;
    height: 14px;
  }

  #use-cases .usecase-tab:hover .sector-icon,
  #use-cases .usecase-tab:focus-visible .sector-icon,
  #use-cases .usecase-tab.is-active .sector-icon {
    color: #021013 !important;
    border-color: rgba(2, 16, 19, 0.22);
    background: rgba(255, 255, 255, 0.16) !important;
    box-shadow:
      inset 0 0 10px rgba(255, 255, 255, 0.14),
      0 0 16px rgba(255, 255, 255, 0.16) !important;
  }

  #use-cases .usecase-summary {
    margin-top: 2px;
  }
}

/* Centered section labels: matching side lines across the page. */
.sector-hero .section-kicker,
.hero-featured-eyebrow,
.solution-drag-kicker,
.solve-it-copy strong,
.ai-applied-header .section-kicker,
.form-intro .section-kicker,
.faq-section .eyebrow,
.hero-secondary__eyebrow,
.onl-next-step__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: fit-content !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--accent) !important;
  font-size: 0.74rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.sector-hero .section-kicker::before,
.sector-hero .section-kicker::after,
.hero-featured-eyebrow::before,
.hero-featured-eyebrow::after,
.solution-drag-kicker::before,
.solution-drag-kicker::after,
.solve-it-copy strong::before,
.solve-it-copy strong::after,
.ai-applied-header .section-kicker::before,
.ai-applied-header .section-kicker::after,
.form-intro .section-kicker::before,
.form-intro .section-kicker::after,
.faq-section .eyebrow::before,
.faq-section .eyebrow::after,
.hero-secondary__eyebrow::before,
.hero-secondary__eyebrow::after,
.onl-next-step__eyebrow::before,
.onl-next-step__eyebrow::after {
  display: block !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 1px !important;
  content: "" !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, var(--accent)) !important;
  box-shadow: none !important;
  opacity: 0.82 !important;
}

.sector-hero .section-kicker::after,
.hero-featured-eyebrow::after,
.solution-drag-kicker::after,
.solve-it-copy strong::after,
.ai-applied-header .section-kicker::after,
.form-intro .section-kicker::after,
.faq-section .eyebrow::after,
.hero-secondary__eyebrow::after,
.onl-next-step__eyebrow::after {
  background: linear-gradient(90deg, var(--accent), transparent) !important;
}

.hero-secondary {
  padding: clamp(58px, 7vw, 84px) 0 clamp(64px, 7vw, 92px) !important;
}

.hero-secondary__copy {
  max-width: 980px !important;
}

.hero-secondary h2 {
  max-width: 14.5ch;
  margin: 0 auto 22px;
  color: var(--text) !important;
  font-size: clamp(2.85rem, 6.4vw, 4.45rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: 0 !important;
  text-wrap: balance;
  text-shadow: 0 0 32px rgba(46, 219, 255, 0.06) !important;
}

.hero-secondary .hero-subtitle {
  max-width: 760px !important;
  margin-bottom: 28px !important;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem) !important;
}

@media (max-width: 620px) {
  .sector-hero .section-kicker,
  .hero-featured-eyebrow,
  .solution-drag-kicker,
  .solve-it-copy strong,
  .ai-applied-header .section-kicker,
  .form-intro .section-kicker,
  .faq-section .eyebrow,
  .hero-secondary__eyebrow,
  .onl-next-step__eyebrow {
    gap: 10px !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.14em !important;
  }

  .sector-hero .section-kicker::before,
  .sector-hero .section-kicker::after,
  .hero-featured-eyebrow::before,
  .hero-featured-eyebrow::after,
  .solution-drag-kicker::before,
  .solution-drag-kicker::after,
  .solve-it-copy strong::before,
  .solve-it-copy strong::after,
  .ai-applied-header .section-kicker::before,
  .ai-applied-header .section-kicker::after,
  .form-intro .section-kicker::before,
  .form-intro .section-kicker::after,
  .faq-section .eyebrow::before,
  .faq-section .eyebrow::after,
  .hero-secondary__eyebrow::before,
  .hero-secondary__eyebrow::after,
  .onl-next-step__eyebrow::before,
  .onl-next-step__eyebrow::after {
    flex-basis: 22px !important;
    width: 22px !important;
  }

  .hero-secondary h2 {
    max-width: 11.5ch;
    font-size: clamp(2.4rem, 12vw, 3.25rem);
    line-height: 1;
  }
}

/* Simple before/after sequence for the AI applied section. */
.ai-applied-pain {
  position: relative;
  isolation: isolate;
  overflow: visible !important;
}

.ai-applied-pain::before {
  position: absolute;
  inset: -24px;
  z-index: -1;
  pointer-events: none;
  content: "";
  border-radius: 24px;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 76, 92, 0.72), transparent 58%),
    radial-gradient(circle at 16% 10%, rgba(255, 76, 92, 0.64), transparent 42%);
  filter: blur(18px);
  transform: scale(0.88);
}

.ai-applied-pain > * {
  position: relative;
  z-index: 1;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain {
  animation: aiAppliedBeforePulse 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain::before {
  animation: aiAppliedBeforeGlow 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.ai-applied-section.is-before-after-sequence .ai-applied-result {
  animation: aiAppliedAfterPulse 680ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes aiAppliedBeforeGlow {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }

  42% {
    opacity: 1;
    transform: scale(1.08);
  }

  100% {
    opacity: 0.18;
    transform: scale(1);
  }
}

@keyframes aiAppliedBeforePulse {
  0% {
    border-color: rgba(232, 77, 91, 0.58);
    background:
      radial-gradient(circle at 18% 0%, rgba(232, 77, 91, 0.12), transparent 58%),
      rgba(232, 77, 91, 0.075);
    box-shadow: 0 0 22px rgba(232, 77, 91, 0.16);
    transform: translateY(0) scale(1);
  }

  42% {
    border-color: rgba(255, 76, 92, 1);
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 76, 92, 0.58), transparent 58%),
      radial-gradient(circle at 52% 48%, rgba(232, 77, 91, 0.24), transparent 62%),
      rgba(232, 77, 91, 0.22);
    box-shadow:
      0 0 0 1px rgba(255, 160, 170, 0.30) inset,
      0 0 26px rgba(255, 76, 92, 0.55),
      0 0 72px rgba(232, 77, 91, 0.34),
      0 0 118px rgba(232, 77, 91, 0.18);
    transform: translateY(-2px) scale(1.015);
  }

  100% {
    border-color: rgba(232, 77, 91, 0.68);
    background:
      radial-gradient(circle at 18% 0%, rgba(232, 77, 91, 0.18), transparent 58%),
      rgba(232, 77, 91, 0.09);
    box-shadow: 0 0 30px rgba(232, 77, 91, 0.18);
    transform: translateY(0) scale(1);
  }
}

@keyframes aiAppliedAfterPulse {
  0% {
    border-color: rgba(52, 245, 163, 0.30);
    background: rgba(52, 245, 163, 0.045);
    box-shadow: none;
    transform: translateY(0) scale(1);
  }

  48% {
    border-color: rgba(52, 245, 163, 1);
    background:
      radial-gradient(circle at 16% 0%, rgba(52, 245, 163, 0.28), transparent 52%),
      rgba(52, 245, 163, 0.14);
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.16) inset,
      0 0 34px rgba(52, 245, 163, 0.30);
    transform: translateY(-2px) scale(1.015);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-applied-section.is-before-after-sequence .ai-applied-pain,
  .ai-applied-section.is-before-after-sequence .ai-applied-pain::before,
  .ai-applied-section.is-before-after-sequence .ai-applied-result {
    animation: none !important;
  }
}

/* Final page-level override for the operational drag CTA. Keep this at EOF. */
html body #solve-it-title {
  scroll-margin-top: var(--header-anchor-offset);
}

html body .solution-section .solution-drag-cta,
html body .solution-drag-cta {
  --drag-cta-mint: #34f5a3;
  --drag-cta-cyan: #2edbff;
  --drag-cta-coral: #ff6b74;
  --drag-cta-violet: #a78bfa;
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 4vw, 34px) !important;
  align-items: center !important;
  padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3.4vw, 34px) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(116deg, rgba(4, 11, 15, 0.95) 0%, rgba(12, 28, 29, 0.94) 32%, rgba(32, 23, 48, 0.91) 68%, rgba(45, 18, 23, 0.90) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.20), rgba(46, 219, 255, 0.14), rgba(167, 139, 250, 0.16), rgba(255, 107, 116, 0.18)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(52, 245, 163, 0.09),
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(255, 107, 116, 0.075),
    0 0 46px rgba(52, 245, 163, 0.07) !important;
}

html body .solution-drag-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(52, 245, 163, 0.34), rgba(46, 219, 255, 0.08), rgba(167, 139, 250, 0.18), rgba(255, 107, 116, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
  opacity: 0.35;
  mix-blend-mode: screen;
}

html body .solution-section .solution-drag-cta:hover,
html body .solution-drag-cta:hover {
  border-color: rgba(255, 107, 116, 0.38) !important;
  background:
    linear-gradient(116deg, rgba(5, 14, 17, 0.97) 0%, rgba(13, 34, 32, 0.96) 30%, rgba(39, 25, 56, 0.94) 68%, rgba(56, 22, 28, 0.93) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.24), rgba(46, 219, 255, 0.16), rgba(167, 139, 250, 0.20), rgba(255, 107, 116, 0.24)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 62px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(255, 107, 116, 0.11),
    0 0 52px rgba(52, 245, 163, 0.09) !important;
}

html body .solution-section .solution-drag-cta-mark,
html body .solution-drag-cta-mark {
  display: none !important;
}

html body .solution-section .solution-drag-cta strong,
html body .solution-drag-cta strong {
  color: #ffffff !important;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
}

html body .solution-section .solution-drag-cta p,
html body .solution-drag-cta p {
  max-width: 760px;
  color: #b7cad1 !important;
}

html body .solution-drag-cta-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 178px;
  color: #041012 !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(135deg, var(--drag-cta-mint) 0%, var(--drag-cta-cyan) 52%, var(--drag-cta-violet) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 14px 34px rgba(46, 219, 255, 0.20),
    0 0 34px rgba(255, 107, 116, 0.10) !important;
}

html body .solution-drag-cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body .solution-drag-cta-button::after {
  position: relative;
  z-index: 1;
}

html body .solution-drag-cta-button:hover,
html body .solution-drag-cta-button:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, #d9fff5 0%, var(--drag-cta-mint) 30%, var(--drag-cta-cyan) 68%, var(--drag-cta-coral) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 18px 42px rgba(46, 219, 255, 0.25),
    0 0 46px rgba(255, 107, 116, 0.16) !important;
}

html body .solution-drag-cta-button:hover::before,
html body .solution-drag-cta-button:focus-visible::before {
  transform: translateX(120%);
}

html body .solution-drag-cta-button span,
html body .solution-drag-cta-button {
  white-space: nowrap;
}

@media (max-width: 760px) {
  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
  }

  html body .solution-drag-cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* Final drag CTA treatment: no left mark, richer non-monotone banner. */
html body #solve-it-title {
  scroll-margin-top: var(--header-anchor-offset);
}

html body .solution-section .solution-drag-cta,
html body .solution-drag-cta {
  --drag-cta-mint: #34f5a3;
  --drag-cta-cyan: #2edbff;
  --drag-cta-coral: #ff6b74;
  --drag-cta-violet: #a78bfa;
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 4vw, 34px) !important;
  align-items: center !important;
  padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3.4vw, 34px) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(116deg, rgba(4, 11, 15, 0.95) 0%, rgba(12, 28, 29, 0.94) 32%, rgba(32, 23, 48, 0.91) 68%, rgba(45, 18, 23, 0.90) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.20), rgba(46, 219, 255, 0.14), rgba(167, 139, 250, 0.16), rgba(255, 107, 116, 0.18)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(52, 245, 163, 0.09),
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(255, 107, 116, 0.075),
    0 0 46px rgba(52, 245, 163, 0.07) !important;
}

html body .solution-drag-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(52, 245, 163, 0.34), rgba(46, 219, 255, 0.08), rgba(167, 139, 250, 0.18), rgba(255, 107, 116, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
  opacity: 0.35;
  mix-blend-mode: screen;
}

html body .solution-section .solution-drag-cta:hover,
html body .solution-drag-cta:hover {
  border-color: rgba(255, 107, 116, 0.38) !important;
  background:
    linear-gradient(116deg, rgba(5, 14, 17, 0.97) 0%, rgba(13, 34, 32, 0.96) 30%, rgba(39, 25, 56, 0.94) 68%, rgba(56, 22, 28, 0.93) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.24), rgba(46, 219, 255, 0.16), rgba(167, 139, 250, 0.20), rgba(255, 107, 116, 0.24)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 62px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(255, 107, 116, 0.11),
    0 0 52px rgba(52, 245, 163, 0.09) !important;
}

html body .solution-section .solution-drag-cta-mark,
html body .solution-drag-cta-mark {
  display: none !important;
}

html body .solution-section .solution-drag-cta strong,
html body .solution-drag-cta strong {
  color: #ffffff !important;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
}

html body .solution-section .solution-drag-cta p,
html body .solution-drag-cta p {
  max-width: 760px;
  color: #b7cad1 !important;
}

html body .solution-drag-cta-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 178px;
  color: #041012 !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(135deg, var(--drag-cta-mint) 0%, var(--drag-cta-cyan) 52%, var(--drag-cta-violet) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 14px 34px rgba(46, 219, 255, 0.20),
    0 0 34px rgba(255, 107, 116, 0.10) !important;
}

html body .solution-drag-cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body .solution-drag-cta-button::after {
  position: relative;
  z-index: 1;
}

html body .solution-drag-cta-button:hover,
html body .solution-drag-cta-button:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, #d9fff5 0%, var(--drag-cta-mint) 30%, var(--drag-cta-cyan) 68%, var(--drag-cta-coral) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 18px 42px rgba(46, 219, 255, 0.25),
    0 0 46px rgba(255, 107, 116, 0.16) !important;
}

html body .solution-drag-cta-button:hover::before,
html body .solution-drag-cta-button:focus-visible::before {
  transform: translateX(120%);
}

html body .solution-drag-cta-button span,
html body .solution-drag-cta-button {
  white-space: nowrap;
}

@media (max-width: 760px) {
  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
  }

  html body .solution-drag-cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* ==========================================================
   FINAL FIX: AI Applied BEFORE glow
   Same behavior as the green AFTER block, but protected from
   earlier !important rules and without the old ::before glow.
   ========================================================== */

@property --ai-pain-glow {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --ai-pain-lift {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.ai-applied-copy {
  position: relative;
  overflow: visible !important;
}

.ai-applied-pain {
  --ai-pain-glow: 0;
  --ai-pain-lift: 0;

  position: relative !important;
  isolation: auto !important;
  overflow: visible !important;

  border-color: rgb(
    calc(232 + (255 - 232) * var(--ai-pain-glow))
    calc(77 + (76 - 77) * var(--ai-pain-glow))
    calc(91 + (92 - 91) * var(--ai-pain-glow))
    / calc(0.34 + 0.66 * var(--ai-pain-glow))
  ) !important;

  background:
    radial-gradient(
      circle at 16% 0%,
      rgb(255 76 92 / calc(0.28 * var(--ai-pain-glow))),
      transparent 52%
    ),
    rgb(232 77 91 / calc(0.055 + 0.085 * var(--ai-pain-glow))) !important;

  box-shadow:
    0 0 0 1px rgb(255 255 255 / calc(0.16 * var(--ai-pain-glow))) inset,
    0 0 calc(34px * var(--ai-pain-glow)) rgb(255 76 92 / calc(0.30 * var(--ai-pain-glow))) !important;

  transform:
    translateY(calc(-2px * var(--ai-pain-lift)))
    scale(calc(1 + 0.015 * var(--ai-pain-lift))) !important;

  will-change: transform, box-shadow, background, border-color;
}

.ai-applied-pain::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain {
  animation: aiAppliedBeforeSameAsGreen 680ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain::before {
  animation: none !important;
}

@keyframes aiAppliedBeforeSameAsGreen {
  0% {
    --ai-pain-glow: 0;
    --ai-pain-lift: 0;
  }

  48% {
    --ai-pain-glow: 1;
    --ai-pain-lift: 1;
  }

  100% {
    --ai-pain-glow: 0;
    --ai-pain-lift: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-applied-section.is-before-after-sequence .ai-applied-pain,
  .ai-applied-section.is-before-after-sequence .ai-applied-pain::before {
    animation: none !important;
  }
}

/* ==========================================================
   FINAL FIX: AI Applied AFTER green glow
   Makes the green AFTER card use the same glow system, intensity,
   border light, inner light and lift behavior as the red BEFORE card.
   ========================================================== */

@property --ai-result-glow {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --ai-result-lift {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.ai-applied-result-col,
.ai-applied-copy,
.ai-applied-result {
  overflow: visible !important;
}

.ai-applied-result {
  --ai-result-glow: 0;
  --ai-result-lift: 0;

  position: relative !important;
  isolation: auto !important;
  overflow: visible !important;

  border-color: rgb(52 245 163 / calc(0.34 + 0.66 * var(--ai-result-glow))) !important;

  background:
    radial-gradient(
      circle at 16% 0%,
      rgb(52 245 163 / calc(0.28 * var(--ai-result-glow))),
      transparent 52%
    ),
    rgb(52 245 163 / calc(0.055 + 0.085 * var(--ai-result-glow))) !important;

  box-shadow:
    0 0 0 1px rgb(255 255 255 / calc(0.16 * var(--ai-result-glow))) inset,
    0 0 calc(34px * var(--ai-result-glow)) rgb(52 245 163 / calc(0.30 * var(--ai-result-glow))) !important;

  transform:
    translateY(calc(-2px * var(--ai-result-lift)))
    scale(calc(1 + 0.015 * var(--ai-result-lift))) !important;

  will-change: transform, box-shadow, background, border-color;
}

.ai-applied-section.is-before-after-sequence .ai-applied-result {
  animation: aiAppliedAfterSameAsRed 680ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

@keyframes aiAppliedAfterSameAsRed {
  0% {
    --ai-result-glow: 0;
    --ai-result-lift: 0;
  }

  48% {
    --ai-result-glow: 1;
    --ai-result-lift: 1;
  }

  100% {
    --ai-result-glow: 0;
    --ai-result-lift: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-applied-section.is-before-after-sequence .ai-applied-result {
    animation: none !important;
  }
}

/* ==========================================================
   FINAL REQUEST OVERRIDE: AI Applied tab glows
   - Green: keeps the outside glow, but the card border also lights up.
   - Red: keeps the border/outside glow, but removes the light inside the card.
   ========================================================== */

@property --ai-final-green-glow {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --ai-final-green-lift {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --ai-final-red-glow {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

@property --ai-final-red-lift {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.ai-applied-copy,
.ai-applied-result-col,
.ai-applied-pain,
.ai-applied-result {
  overflow: visible !important;
}

/* RED: no inner/card fill glow. Only border + outside light. */
.ai-applied-pain {
  --ai-final-red-glow: 0;
  --ai-final-red-lift: 0;

  position: relative !important;
  isolation: auto !important;

  border-color: rgb(232 77 91 / calc(0.34 + 0.66 * var(--ai-final-red-glow))) !important;

  /* Fixed background: this removes the red light inside the card. */
  background: rgb(232 77 91 / 0.055) !important;

  box-shadow:
    0 0 0 1px rgb(255 255 255 / calc(0.13 * var(--ai-final-red-glow))) inset,
    0 0 calc(34px * var(--ai-final-red-glow)) rgb(255 76 92 / calc(0.34 * var(--ai-final-red-glow))) !important;

  transform:
    translateY(calc(-2px * var(--ai-final-red-lift)))
    scale(calc(1 + 0.015 * var(--ai-final-red-lift))) !important;

  will-change: transform, box-shadow, border-color;
}

.ai-applied-pain::before {
  display: none !important;
  content: none !important;
  animation: none !important;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain {
  animation: aiAppliedFinalRedGlow 680ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

.ai-applied-section.is-before-after-sequence .ai-applied-pain::before {
  animation: none !important;
}

@keyframes aiAppliedFinalRedGlow {
  0% {
    --ai-final-red-glow: 0;
    --ai-final-red-lift: 0;
  }

  48% {
    --ai-final-red-glow: 1;
    --ai-final-red-lift: 1;
  }

  100% {
    --ai-final-red-glow: 0;
    --ai-final-red-lift: 0;
  }
}

/* GREEN: outside glow remains, and now the card border also switches on. */
.ai-applied-result {
  --ai-final-green-glow: 0;
  --ai-final-green-lift: 0;

  position: relative !important;
  isolation: auto !important;

  border-color: rgb(52 245 163 / calc(0.34 + 0.66 * var(--ai-final-green-glow))) !important;

  /* Fixed background: the effect reads as border + glow, not a fill flash. */
  background: rgb(52 245 163 / 0.055) !important;

  box-shadow:
    0 0 0 1px rgb(255 255 255 / calc(0.13 * var(--ai-final-green-glow))) inset,
    0 0 calc(34px * var(--ai-final-green-glow)) rgb(52 245 163 / calc(0.34 * var(--ai-final-green-glow))) !important;

  transform:
    translateY(calc(-2px * var(--ai-final-green-lift)))
    scale(calc(1 + 0.015 * var(--ai-final-green-lift))) !important;

  will-change: transform, box-shadow, border-color;
}

.ai-applied-section.is-before-after-sequence .ai-applied-result {
  animation: aiAppliedFinalGreenGlow 680ms 620ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
}

@keyframes aiAppliedFinalGreenGlow {
  0% {
    --ai-final-green-glow: 0;
    --ai-final-green-lift: 0;
  }

  48% {
    --ai-final-green-glow: 1;
    --ai-final-green-lift: 1;
  }

  100% {
    --ai-final-green-glow: 0;
    --ai-final-green-lift: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-applied-section.is-before-after-sequence .ai-applied-pain,
  .ai-applied-section.is-before-after-sequence .ai-applied-pain::before,
  .ai-applied-section.is-before-after-sequence .ai-applied-result {
    animation: none !important;
  }
}

/* Final page-level override for the operational drag CTA. Keep this at EOF. */
html body #solve-it-title {
  scroll-margin-top: var(--header-anchor-offset);
}

html body .solution-section .solution-drag-cta,
html body .solution-drag-cta {
  --drag-cta-mint: #34f5a3;
  --drag-cta-cyan: #2edbff;
  --drag-cta-coral: #ff6b74;
  --drag-cta-violet: #a78bfa;
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 4vw, 34px) !important;
  align-items: center !important;
  padding: clamp(22px, 2.8vw, 30px) clamp(22px, 3.4vw, 34px) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  background:
    linear-gradient(116deg, rgba(4, 11, 15, 0.95) 0%, rgba(12, 28, 29, 0.94) 32%, rgba(32, 23, 48, 0.91) 68%, rgba(45, 18, 23, 0.90) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.20), rgba(46, 219, 255, 0.14), rgba(167, 139, 250, 0.16), rgba(255, 107, 116, 0.18)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(52, 245, 163, 0.09),
    0 22px 56px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(255, 107, 116, 0.075),
    0 0 46px rgba(52, 245, 163, 0.07) !important;
}

html body .solution-drag-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(52, 245, 163, 0.34), rgba(46, 219, 255, 0.08), rgba(167, 139, 250, 0.18), rgba(255, 107, 116, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%);
  opacity: 0.35;
  mix-blend-mode: screen;
}

html body .solution-section .solution-drag-cta:hover,
html body .solution-drag-cta:hover {
  border-color: rgba(255, 107, 116, 0.38) !important;
  background:
    linear-gradient(116deg, rgba(5, 14, 17, 0.97) 0%, rgba(13, 34, 32, 0.96) 30%, rgba(39, 25, 56, 0.94) 68%, rgba(56, 22, 28, 0.93) 100%),
    linear-gradient(90deg, rgba(52, 245, 163, 0.24), rgba(46, 219, 255, 0.16), rgba(167, 139, 250, 0.20), rgba(255, 107, 116, 0.24)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 62px rgba(0, 0, 0, 0.36),
    0 0 48px rgba(255, 107, 116, 0.11),
    0 0 52px rgba(52, 245, 163, 0.09) !important;
}

html body .solution-section .solution-drag-cta-mark,
html body .solution-drag-cta-mark {
  display: none !important;
}

html body .solution-section .solution-drag-cta strong,
html body .solution-drag-cta strong {
  color: #ffffff !important;
  text-shadow: 0 0 26px rgba(255, 255, 255, 0.08);
}

html body .solution-section .solution-drag-cta p,
html body .solution-drag-cta p {
  max-width: 760px;
  color: #b7cad1 !important;
}

html body .solution-drag-cta-button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 178px;
  color: #041012 !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  background:
    linear-gradient(135deg, var(--drag-cta-mint) 0%, var(--drag-cta-cyan) 52%, var(--drag-cta-violet) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 14px 34px rgba(46, 219, 255, 0.20),
    0 0 34px rgba(255, 107, 116, 0.10) !important;
}

html body .solution-drag-cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.62) 48%, transparent 100%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

html body .solution-drag-cta-button::after {
  position: relative;
  z-index: 1;
}

html body .solution-drag-cta-button:hover,
html body .solution-drag-cta-button:focus-visible {
  transform: translateY(-2px) !important;
  background:
    linear-gradient(135deg, #d9fff5 0%, var(--drag-cta-mint) 30%, var(--drag-cta-cyan) 68%, var(--drag-cta-coral) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 18px 42px rgba(46, 219, 255, 0.25),
    0 0 46px rgba(255, 107, 116, 0.16) !important;
}

html body .solution-drag-cta-button:hover::before,
html body .solution-drag-cta-button:focus-visible::before {
  transform: translateX(120%);
}

html body .solution-drag-cta-button span,
html body .solution-drag-cta-button {
  white-space: nowrap;
}

@media (max-width: 760px) {
  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    grid-template-columns: 1fr !important;
    justify-items: start !important;
  }

  html body .solution-drag-cta-button {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   ONLIME SYSTEMS - Operations loss banner final cool patch
   Replaces the previous warm/red CTA with a dark premium
   cyan/green/violet banner and a stronger persuasive button.
   ========================================================= */
html body .solution-section .solution-drag-cta,
html body .solution-drag-cta {
  --ops-banner-green: #34f5a3;
  --ops-banner-mint: #73ffd8;
  --ops-banner-cyan: #2edbff;
  --ops-banner-blue: #477cff;
  --ops-banner-violet: #826cff;
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(20px, 3.2vw, 44px) !important;
  align-items: center !important;
  margin-top: clamp(24px, 3vw, 34px) !important;
  padding: clamp(26px, 3vw, 38px) clamp(22px, 4vw, 46px) !important;
  border: 1px solid rgba(46, 219, 255, 0.24) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(52, 245, 163, 0.20), transparent 34%),
    radial-gradient(circle at 80% 5%, rgba(46, 219, 255, 0.18), transparent 36%),
    radial-gradient(circle at 72% 118%, rgba(130, 108, 255, 0.22), transparent 46%),
    linear-gradient(132deg, rgba(3, 12, 16, 0.97) 0%, rgba(7, 25, 29, 0.95) 34%, rgba(14, 17, 38, 0.95) 72%, rgba(3, 9, 15, 0.98) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -1px 0 rgba(52, 245, 163, 0.10),
    0 26px 72px rgba(0, 0, 0, 0.42),
    0 0 60px rgba(46, 219, 255, 0.08),
    0 0 64px rgba(52, 245, 163, 0.07) !important;
  transform: translateZ(0) !important;
}

html body .solution-section .solution-drag-cta::before,
html body .solution-drag-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(52, 245, 163, 0.32), transparent 26%, rgba(46, 219, 255, 0.20) 54%, transparent 74%, rgba(130, 108, 255, 0.24)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 48%),
    linear-gradient(rgba(46, 219, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 219, 255, 0.045) 1px, transparent 1px) !important;
  background-size: auto, auto, 36px 36px, 36px 36px !important;
  opacity: 0.48 !important;
  mix-blend-mode: screen !important;
  transform: none !important;
}

html body .solution-section .solution-drag-cta::after,
html body .solution-drag-cta::after {
  content: "" !important;
  position: absolute !important;
  inset: auto -8% -42% 34% !important;
  z-index: -1 !important;
  width: 54%;
  height: 78%;
  pointer-events: none !important;
  background: radial-gradient(circle, rgba(52, 245, 163, 0.18), rgba(46, 219, 255, 0.10) 34%, transparent 68%) !important;
  filter: blur(18px);
  opacity: 0.86 !important;
}

html body .solution-section .solution-drag-cta:hover,
html body .solution-drag-cta:hover {
  border-color: rgba(52, 245, 163, 0.40) !important;
  background:
    radial-gradient(circle at 12% 14%, rgba(52, 245, 163, 0.24), transparent 34%),
    radial-gradient(circle at 80% 5%, rgba(46, 219, 255, 0.22), transparent 36%),
    radial-gradient(circle at 72% 118%, rgba(130, 108, 255, 0.25), transparent 46%),
    linear-gradient(132deg, rgba(4, 15, 18, 0.98) 0%, rgba(7, 31, 34, 0.96) 34%, rgba(17, 19, 45, 0.96) 72%, rgba(3, 10, 16, 0.99) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(52, 245, 163, 0.12),
    0 30px 82px rgba(0, 0, 0, 0.46),
    0 0 74px rgba(46, 219, 255, 0.11),
    0 0 80px rgba(52, 245, 163, 0.10) !important;
}

html body .solution-section .solution-drag-cta > div,
html body .solution-drag-cta > div {
  position: relative !important;
  z-index: 1 !important;
  max-width: 820px !important;
}

html body .solution-section .solution-drag-cta strong,
html body .solution-drag-cta strong {
  max-width: 980px !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  font-size: clamp(1.55rem, 2.45vw, 2.28rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.045em !important;
  text-shadow:
    0 0 22px rgba(46, 219, 255, 0.11),
    0 0 18px rgba(52, 245, 163, 0.08) !important;
}

html body .solution-section .solution-drag-cta p,
html body .solution-drag-cta p {
  max-width: 740px !important;
  color: #b8cbd2 !important;
  font-size: clamp(0.94rem, 1.15vw, 1.05rem) !important;
  line-height: 1.48 !important;
}

html body .solution-section .solution-drag-cta p + p,
html body .solution-drag-cta p + p {
  color: #d4f8ef !important;
  opacity: 0.84 !important;
}

html body .solution-section .solution-drag-cta-button,
html body .solution-drag-cta-button {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  overflow: hidden !important;
  min-width: 0 !important;
  min-height: 56px !important;
  padding: 0 20px 0 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 999px !important;
  color: #021014 !important;
  background:
    linear-gradient(135deg, #9dffe8 0%, var(--ops-banner-green) 42%, var(--ops-banner-cyan) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.24) inset,
    0 16px 36px rgba(46, 219, 255, 0.22),
    0 0 46px rgba(52, 245, 163, 0.14) !important;
  font-size: 0 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

html body .solution-section .solution-drag-cta-button::before,
html body .solution-drag-cta-button::before {
  content: "Reveal the hidden cost" !important;
  position: relative !important;
  inset: auto !important;
  z-index: 1 !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: currentColor !important;
  font-size: 0.94rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transform: none !important;
  transition: none !important;
}

html:lang(es) body .solution-drag-cta-button::before {
  content: "Descubrir mi coste oculto" !important;
}

html:lang(et) body .solution-drag-cta-button::before {
  content: "Leia peidetud kulu" !important;
}

html:lang(it) body .solution-drag-cta-button::before {
  content: "Scopri il costo nascosto" !important;
}

html body .solution-section .solution-drag-cta-button::after,
html body .solution-drag-cta-button::after {
  content: "\2192" !important;
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: 0 !important;
  border-radius: 999px !important;
  color: #021014 !important;
  background: rgba(2, 16, 20, 0.16) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: none !important;
  transition: transform 180ms ease, background 180ms ease !important;
}

html body .solution-section .solution-drag-cta-button:hover,
html body .solution-section .solution-drag-cta-button:focus-visible,
html body .solution-drag-cta-button:hover,
html body .solution-drag-cta-button:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 255, 255, 0.52) !important;
  background:
    linear-gradient(135deg, #ddfff6 0%, #73ffd8 28%, var(--ops-banner-green) 56%, var(--ops-banner-cyan) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.34) inset,
    0 20px 46px rgba(46, 219, 255, 0.28),
    0 0 58px rgba(52, 245, 163, 0.18) !important;
}

html body .solution-section .solution-drag-cta-button:hover::before,
html body .solution-section .solution-drag-cta-button:focus-visible::before,
html body .solution-drag-cta-button:hover::before,
html body .solution-drag-cta-button:focus-visible::before {
  transform: none !important;
}

html body .solution-section .solution-drag-cta-button:hover::after,
html body .solution-section .solution-drag-cta-button:focus-visible::after,
html body .solution-drag-cta-button:hover::after,
html body .solution-drag-cta-button:focus-visible::after {
  background: rgba(2, 16, 20, 0.22) !important;
  transform: translateX(3px) !important;
}

@media (max-width: 900px) {
  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 20px !important;
  }

  html body .solution-section .solution-drag-cta-button,
  html body .solution-drag-cta-button {
    width: 100% !important;
  }
}

@media (max-width: 540px) {
  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    border-radius: 24px !important;
    padding: 22px 18px !important;
  }

  html body .solution-section .solution-drag-cta strong,
  html body .solution-drag-cta strong {
    font-size: clamp(1.35rem, 8vw, 1.78rem) !important;
  }

  html body .solution-section .solution-drag-cta-button,
  html body .solution-drag-cta-button {
    min-height: 54px !important;
    padding-inline: 18px !important;
  }

  html body .solution-section .solution-drag-cta-button::before,
  html body .solution-drag-cta-button::before {
    font-size: 0.88rem !important;
  }
}


/* =====================================================================
   ONLIME SYSTEMS - Operational Drag section refinement v7
   Goal:
   - Remove the purple cast from the bottom banner.
   - Make metric cards and CTA feel like one connected dark-tech module.
   - Add a more premium/cool CTA button without forcing button text.
   ===================================================================== */

html body .solution-section .solution-drag-metrics,
html body .solution-drag-metrics {
  position: relative !important;
  isolation: isolate !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

html body .solution-section .solution-drag-metrics::before,
html body .solution-drag-metrics::before {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  top: 50% !important;
  height: 1px !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(46, 219, 255, 0.18) 18%,
    rgba(52, 245, 163, 0.18) 50%,
    rgba(46, 219, 255, 0.18) 82%,
    transparent 100%
  ) !important;
  box-shadow: 0 0 22px rgba(46, 219, 255, 0.10) !important;
  opacity: 0.75 !important;
}

html body .solution-section .solution-drag-metrics::after,
html body .solution-drag-metrics::after {
  content: "" !important;
  position: absolute !important;
  inset: -18px -22px -24px !important;
  z-index: 0 !important;
  pointer-events: none !important;
  border-radius: 32px !important;
  background:
    radial-gradient(ellipse at 16% 10%, rgba(46, 219, 255, 0.08), transparent 32%),
    radial-gradient(ellipse at 86% 100%, rgba(52, 245, 163, 0.055), transparent 34%) !important;
  filter: blur(16px) !important;
  opacity: 0.72 !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric,
html body .solution-drag-metrics .solution-drag-metric,
html body .solution-section article.solution-drag-metric,
html body article.solution-drag-metric {
  --card-accent: #2edbff;
  --card-accent-soft: rgba(46, 219, 255, 0.12);
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  isolation: isolate !important;
  min-height: 174px !important;
  padding: 20px 20px 22px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(46, 219, 255, 0.15) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 13% 0%, var(--card-accent-soft), transparent 35%),
    radial-gradient(circle at 100% 92%, rgba(52, 245, 163, 0.040), transparent 36%),
    linear-gradient(150deg, rgba(6, 17, 22, 0.98), rgba(2, 7, 10, 0.995)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -1px 0 rgba(255, 255, 255, 0.018),
    0 24px 56px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(46, 219, 255, 0.045) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:nth-child(1),
html body .solution-drag-metrics .solution-drag-metric:nth-child(1) {
  --card-accent: #2edbff;
  --card-accent-soft: rgba(46, 219, 255, 0.13);
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:nth-child(2),
html body .solution-drag-metrics .solution-drag-metric:nth-child(2) {
  --card-accent: #5ee9ff;
  --card-accent-soft: rgba(94, 233, 255, 0.11);
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:nth-child(3),
html body .solution-drag-metrics .solution-drag-metric:nth-child(3) {
  --card-accent: #37c8ff;
  --card-accent-soft: rgba(55, 200, 255, 0.11);
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:nth-child(4),
html body .solution-drag-metrics .solution-drag-metric:nth-child(4) {
  --card-accent: #34f5a3;
  --card-accent-soft: rgba(52, 245, 163, 0.10);
}

html body .solution-section .solution-drag-metrics .solution-drag-metric::before,
html body .solution-drag-metrics .solution-drag-metric::before {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  top: 0 !important;
  height: 1px !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, transparent, var(--card-accent), transparent) !important;
  opacity: 0.62 !important;
  box-shadow: 0 0 18px color-mix(in srgb, var(--card-accent) 18%, transparent) !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric::after,
html body .solution-drag-metrics .solution-drag-metric::after {
  content: "" !important;
  position: absolute !important;
  right: -76px !important;
  bottom: -92px !important;
  width: 210px !important;
  height: 210px !important;
  z-index: -1 !important;
  pointer-events: none !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, color-mix(in srgb, var(--card-accent) 16%, transparent), transparent 68%) !important;
  opacity: 0.60 !important;
  filter: blur(2px) !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:hover,
html body .solution-drag-metrics .solution-drag-metric:hover,
html body .solution-section article.solution-drag-metric:hover,
html body article.solution-drag-metric:hover {
  transform: translateY(-5px) !important;
  border-color: color-mix(in srgb, var(--card-accent) 32%, rgba(255, 255, 255, 0.10)) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 13% 0%, color-mix(in srgb, var(--card-accent) 16%, transparent), transparent 36%),
    radial-gradient(circle at 100% 92%, rgba(52, 245, 163, 0.055), transparent 38%),
    linear-gradient(150deg, rgba(7, 21, 27, 0.99), rgba(3, 9, 13, 0.998)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 28px 66px rgba(0, 0, 0, 0.42),
    0 0 44px color-mix(in srgb, var(--card-accent) 13%, transparent) !important;
}

html body .solution-section .solution-drag-metrics .solution-drag-metric:hover::before,
html body .solution-drag-metrics .solution-drag-metric:hover::before {
  opacity: 0.95 !important;
}

html body .solution-section .solution-drag-icon,
html body .solution-drag-icon {
  color: var(--card-accent, #2edbff) !important;
  border-color: color-mix(in srgb, var(--card-accent, #2edbff) 32%, rgba(255, 255, 255, 0.08)) !important;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.09), transparent 48%),
    color-mix(in srgb, var(--card-accent, #2edbff) 10%, rgba(3, 12, 17, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    inset 0 0 18px color-mix(in srgb, var(--card-accent, #2edbff) 7%, transparent),
    0 0 22px color-mix(in srgb, var(--card-accent, #2edbff) 11%, transparent) !important;
}

html body .solution-section .solution-drag-metric .metric-number,
html body .solution-drag-metric .metric-number {
  color: #ef5666 !important;
  text-shadow:
    0 0 18px rgba(239, 86, 102, 0.15),
    0 0 30px rgba(239, 86, 102, 0.055) !important;
}

html body .solution-section .solution-drag-metric-copy h3,
html body .solution-drag-metric-copy h3 {
  color: #f7fbff !important;
  letter-spacing: -0.025em !important;
}

html body .solution-section .solution-drag-metric-copy p,
html body .solution-drag-metric-copy p {
  color: #a5b8c2 !important;
}

/* CTA banner: darker teal/cyan system panel, no purple cast. */
html body .solution-section .solution-drag-cta,
html body .solution-drag-cta {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 30px !important;
  margin-top: 34px !important;
  padding: 32px 36px !important;
  border-radius: 30px !important;
  border: 1px solid rgba(46, 219, 255, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.030), rgba(255, 255, 255, 0) 19%),
    radial-gradient(circle at 9% 22%, rgba(52, 245, 163, 0.105), transparent 28%),
    radial-gradient(circle at 80% 38%, rgba(46, 219, 255, 0.115), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(52, 245, 163, 0.040), transparent 34%),
    linear-gradient(150deg, #04120f 0%, #041018 52%, #02070a 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -1px 0 rgba(255, 255, 255, 0.018),
    0 30px 78px rgba(0, 0, 0, 0.43),
    0 0 44px rgba(46, 219, 255, 0.055) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease !important;
}

html body .solution-section .solution-drag-cta::before,
html body .solution-drag-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(52, 245, 163, 0.13), transparent 25%),
    repeating-linear-gradient(90deg, transparent 0 96px, rgba(46, 219, 255, 0.028) 96px 97px, transparent 97px 194px),
    repeating-linear-gradient(0deg, transparent 0 64px, rgba(255, 255, 255, 0.015) 64px 65px, transparent 65px 130px) !important;
  opacity: 0.72 !important;
}

html body .solution-section .solution-drag-cta::after,
html body .solution-drag-cta::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: -30% !important;
  width: 30% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.08), transparent) !important;
  transform: skewX(-18deg) !important;
  opacity: 0 !important;
}

html body .solution-section .solution-drag-cta:hover,
html body .solution-drag-cta:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(52, 245, 163, 0.25) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 9% 22%, rgba(52, 245, 163, 0.125), transparent 30%),
    radial-gradient(circle at 80% 38%, rgba(46, 219, 255, 0.135), transparent 36%),
    radial-gradient(circle at 100% 100%, rgba(52, 245, 163, 0.052), transparent 36%),
    linear-gradient(150deg, #041511 0%, #04131b 52%, #02080b 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.065),
    0 34px 84px rgba(0, 0, 0, 0.48),
    0 0 52px rgba(46, 219, 255, 0.07),
    0 0 40px rgba(52, 245, 163, 0.035) !important;
}

html body .solution-section .solution-drag-cta:hover::after,
html body .solution-drag-cta:hover::after {
  animation: onlimeCtaScanV7 900ms cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

html body .solution-section .solution-drag-cta > div,
html body .solution-drag-cta > div,
html body .solution-section .solution-drag-cta-button,
html body .solution-drag-cta-button {
  position: relative !important;
  z-index: 1 !important;
}

html body .solution-section .solution-drag-cta strong,
html body .solution-drag-cta strong {
  display: block !important;
  margin-bottom: 10px !important;
  max-width: 760px !important;
  font-size: clamp(1.78rem, 2.65vw, 2.9rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
  color: #f7fbff !important;
  text-shadow: 0 0 24px rgba(46, 219, 255, 0.07) !important;
}

html body .solution-section .solution-drag-cta p,
html body .solution-drag-cta p {
  color: #a7b9c3 !important;
}

/* CTA button: dark glass, animated scan, glowing arrow. Text is still controlled by HTML/i18n. */
html body .solution-section .solution-drag-cta-button,
html body .solution-drag-cta-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 58px !important;
  padding: 0 74px 0 28px !important;
  border-radius: 999px !important;
  border: 1px solid transparent !important;
  color: #eefefa !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  background:
    linear-gradient(180deg, rgba(6, 23, 20, 0.97), rgba(3, 13, 16, 0.995)) padding-box,
    linear-gradient(135deg, rgba(52, 245, 163, 0.95), rgba(46, 219, 255, 0.86)) border-box !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(46, 219, 255, 0.13),
    0 0 22px rgba(52, 245, 163, 0.055) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease,
    filter 240ms ease !important;
}

html body .solution-section .solution-drag-cta-button::before,
html body .solution-drag-cta-button::before {
  content: "" !important;
  position: absolute !important;
  inset: -42% !important;
  z-index: -1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 20% 50%, rgba(52, 245, 163, 0.16), transparent 26%),
    linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.20) 50%, transparent 64%) !important;
  transform: translateX(-58%) rotate(8deg) !important;
  opacity: 0 !important;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease !important;
}

html body .solution-section .solution-drag-cta-button::after,
html body .solution-drag-cta-button::after {
  content: "→" !important;
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: #021414 !important;
  background: linear-gradient(135deg, #72ffd3 0%, #34f5a3 46%, #2edbff 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.20) inset,
    0 8px 18px rgba(46, 219, 255, 0.24),
    0 0 22px rgba(52, 245, 163, 0.16) !important;
  transform: translateY(-50%) !important;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease !important;
  animation: onlimeArrowPulseV7 2200ms ease-in-out infinite !important;
}

html body .solution-section .solution-drag-cta-button:hover,
html body .solution-section .solution-drag-cta-button:focus-visible,
html body .solution-drag-cta-button:hover,
html body .solution-drag-cta-button:focus-visible {
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.015) !important;
  filter: saturate(1.05) brightness(1.02) !important;
  outline: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 50px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(46, 219, 255, 0.17),
    0 0 48px rgba(52, 245, 163, 0.10) !important;
}

html body .solution-section .solution-drag-cta-button:hover::before,
html body .solution-section .solution-drag-cta-button:focus-visible::before,
html body .solution-drag-cta-button:hover::before,
html body .solution-drag-cta-button:focus-visible::before {
  opacity: 1 !important;
  transform: translateX(92%) rotate(8deg) !important;
}

html body .solution-section .solution-drag-cta-button:hover::after,
html body .solution-section .solution-drag-cta-button:focus-visible::after,
html body .solution-drag-cta-button:hover::after,
html body .solution-drag-cta-button:focus-visible::after {
  transform: translateY(-50%) translateX(4px) scale(1.05) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 10px 24px rgba(46, 219, 255, 0.30),
    0 0 30px rgba(52, 245, 163, 0.20) !important;
}

@keyframes onlimeCtaScanV7 {
  0% {
    left: -32%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    left: 116%;
    opacity: 0;
  }
}

@keyframes onlimeArrowPulseV7 {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.20) inset,
      0 8px 18px rgba(46, 219, 255, 0.22),
      0 0 20px rgba(52, 245, 163, 0.14);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.24) inset,
      0 10px 24px rgba(46, 219, 255, 0.30),
      0 0 32px rgba(52, 245, 163, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .solution-section .solution-drag-cta:hover::after,
  html body .solution-drag-cta:hover::after,
  html body .solution-section .solution-drag-cta-button::after,
  html body .solution-drag-cta-button::after {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  html body .solution-section .solution-drag-metrics,
  html body .solution-drag-metrics {
    gap: 12px !important;
  }

  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    grid-template-columns: 1fr !important;
    padding: 26px 22px !important;
    gap: 22px !important;
  }

  html body .solution-section .solution-drag-cta-button,
  html body .solution-drag-cta-button {
    width: 100% !important;
  }
}

@media (max-width: 540px) {
  html body .solution-section .solution-drag-metrics::before,
  html body .solution-drag-metrics::before,
  html body .solution-section .solution-drag-metrics::after,
  html body .solution-drag-metrics::after {
    display: none !important;
  }

  html body .solution-section .solution-drag-metrics .solution-drag-metric,
  html body .solution-drag-metrics .solution-drag-metric,
  html body .solution-section article.solution-drag-metric,
  html body article.solution-drag-metric {
    min-height: 0 !important;
    border-radius: 22px !important;
    padding: 18px !important;
  }

  html body .solution-section .solution-drag-cta,
  html body .solution-drag-cta {
    border-radius: 26px !important;
    padding: 22px 18px !important;
  }

  html body .solution-section .solution-drag-cta strong,
  html body .solution-drag-cta strong {
    font-size: clamp(1.42rem, 8.4vw, 2rem) !important;
  }

  html body .solution-section .solution-drag-cta-button,
  html body .solution-drag-cta-button {
    min-height: 54px !important;
    padding: 0 64px 0 18px !important;
    font-size: 0.92rem !important;
  }

  html body .solution-section .solution-drag-cta-button::after,
  html body .solution-drag-cta-button::after {
    width: 34px !important;
    height: 34px !important;
    right: 8px !important;
  }
}

/* =====================================================================
   ONLIME SYSTEMS - Operational Drag contained ambient haze
   The atmosphere is painted as a background, so it cannot widen the page.
   ===================================================================== */

section.section-shell.solution-section.solution-section {
  position: relative !important;
  isolation: isolate !important;
  overflow-x: clip !important;
  background: transparent !important;
}

section.section-shell.solution-section.solution-section .solution-drag {
  position: relative !important;
  isolation: isolate !important;
  overflow-x: clip !important;
  background:
    radial-gradient(ellipse 72% 42% at 50% 50%,
      rgba(46, 219, 255, 0.105) 0%,
      rgba(46, 219, 255, 0.050) 28%,
      rgba(46, 219, 255, 0.016) 52%,
      transparent 78%),
    radial-gradient(ellipse 46% 34% at 34% 62%,
      rgba(52, 245, 163, 0.050) 0%,
      rgba(52, 245, 163, 0.020) 34%,
      transparent 72%),
    radial-gradient(ellipse 44% 36% at 68% 40%,
      rgba(46, 219, 255, 0.050) 0%,
      rgba(46, 219, 255, 0.018) 36%,
      transparent 74%),
    radial-gradient(ellipse 88% 52% at 50% 58%,
      rgba(14, 79, 96, 0.052) 0%,
      rgba(14, 79, 96, 0.018) 42%,
      transparent 80%) !important;
  background-repeat: no-repeat !important;
  background-size:
    118% 82%,
    92% 72%,
    90% 74%,
    122% 86% !important;
  background-position:
    50% 50%,
    36% 62%,
    66% 40%,
    50% 58% !important;
  background-blend-mode: screen !important;
  animation: onlimeOpsContainedHaze 28s ease-in-out infinite alternate !important;
}

section.section-shell.solution-section.solution-section .solution-drag::before,
section.section-shell.solution-section.solution-section .solution-drag::after,
section.section-shell.solution-section.solution-section .solution-drag-metrics::before,
section.section-shell.solution-section.solution-section .solution-drag-metrics::after {
  content: none !important;
  display: none !important;
}

section.section-shell.solution-section.solution-section .solution-drag-top,
section.section-shell.solution-section.solution-section .solution-drag-copy,
section.section-shell.solution-section.solution-section .solution-drag-orbit,
section.section-shell.solution-section.solution-section .solution-drag-metrics,
section.section-shell.solution-section.solution-section .solution-drag-metric,
section.section-shell.solution-section.solution-section .solution-drag-cta {
  position: relative !important;
  z-index: 1 !important;
}

@keyframes onlimeOpsContainedHaze {
  0% {
    background-position:
      49% 52%,
      33% 64%,
      69% 39%,
      50% 60%;
    background-size:
      114% 80%,
      88% 70%,
      86% 72%,
      118% 84%;
  }

  50% {
    background-position:
      51% 48%,
      38% 59%,
      63% 43%,
      49% 56%;
    background-size:
      124% 86%,
      96% 76%,
      94% 78%,
      128% 90%;
  }

  100% {
    background-position:
      50% 51%,
      35% 62%,
      67% 40%,
      51% 58%;
    background-size:
      118% 82%,
      92% 72%,
      90% 74%,
      122% 86%;
  }
}

@media (max-width: 900px) {
  section.section-shell.solution-section.solution-section .solution-drag {
    background-size:
      124% 78%,
      100% 68%,
      98% 70%,
      128% 80% !important;
    background-position:
      50% 48%,
      38% 62%,
      66% 42%,
      50% 58% !important;
  }
}

@media (max-width: 540px) {
  section.section-shell.solution-section.solution-section .solution-drag {
    background:
      radial-gradient(ellipse 86% 38% at 50% 44%,
        rgba(46, 219, 255, 0.078) 0%,
        rgba(46, 219, 255, 0.030) 34%,
        transparent 78%),
      radial-gradient(ellipse 74% 34% at 42% 64%,
        rgba(52, 245, 163, 0.034) 0%,
        rgba(52, 245, 163, 0.012) 38%,
        transparent 76%) !important;
    background-size:
      118% 70%,
      104% 58% !important;
    background-position:
      50% 42%,
      42% 64% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  section.section-shell.solution-section.solution-section .solution-drag {
    animation: none !important;
  }
}

/* =========================================================
   Landing Footer v4 - compact conversion footer
   ========================================================= */
.site-footer.footer-landing {
  --footer-cyan: #2edbff;
  --footer-mint: #34f5a3;
  --footer-mint-soft: #85ffd7;
  --footer-panel: rgba(3, 10, 15, 0.92);
  --footer-line: rgba(46, 219, 255, 0.16);
  --footer-line-strong: rgba(52, 245, 163, 0.34);
  --footer-x: 74%;
  --footer-y: 24%;

  position: relative;
  display: block;
  width: min(100% - 36px, var(--max));
  margin: clamp(34px, 5vw, 68px) auto 22px;
  padding: 0;
  border: 0;
  color: var(--muted);
  isolation: isolate;
}

.site-footer.footer-landing::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -76px;
  z-index: -3;
  width: 100vw;
  max-width: none;
  height: 210px;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(52, 245, 163, 0.16), transparent 58%),
    radial-gradient(ellipse at 50% 58%, rgba(46, 219, 255, 0.10), transparent 68%),
    linear-gradient(90deg, transparent 0%, rgba(52, 245, 163, 0.05) 24%, rgba(46, 219, 255, 0.065) 50%, rgba(52, 245, 163, 0.045) 76%, transparent 100%);
  filter: blur(38px);
  opacity: 0.74;
  transform: translateX(-50%);
  pointer-events: none;
}

.site-footer.footer-landing::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  z-index: -4;
  width: 100vw;
  max-width: none;
  height: 180px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(46, 219, 255, 0.085), transparent 62%),
    radial-gradient(ellipse at 50% 0%, rgba(52, 245, 163, 0.09), transparent 70%);
  filter: blur(34px);
  opacity: 0.66;
  transform: translateX(-50%);
  pointer-events: none;
}

.site-footer__ambient {
  position: absolute;
  inset: -92px calc(50% - 50vw) -54px;
  z-index: -1;
  overflow: hidden;
  border-radius: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(ellipse at 50% 34%, rgba(52, 245, 163, 0.085), transparent 48%),
    radial-gradient(circle at 12% 28%, rgba(52, 245, 163, 0.06), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(46, 219, 255, 0.06), transparent 26%),
    linear-gradient(90deg, transparent 0%, rgba(46, 219, 255, 0.022) 18%, rgba(52, 245, 163, 0.026) 50%, rgba(46, 219, 255, 0.022) 82%, transparent 100%),
    linear-gradient(180deg, transparent, rgba(46, 219, 255, 0.018), transparent);
}

.site-footer__ambient::before,
.site-footer__ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(52, 245, 163, 0.42) 0 1px, transparent 1.8px);
  background-size: 40px 40px;
  opacity: 0.18;
  mask-image: radial-gradient(circle at 10% 20%, black 0 110px, transparent 245px);
  animation: footerParticleDrift 20s linear infinite;
}

.site-footer__ambient::after {
  background-image: radial-gradient(circle, rgba(46, 219, 255, 0.32) 0 1px, transparent 1.8px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 92% 16%, black 0 118px, transparent 255px);
  animation-duration: 26s;
  animation-direction: reverse;
}

.site-footer__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(245px, 1.05fr) minmax(285px, 0.95fr) minmax(245px, 0.82fr);
  gap: clamp(20px, 3vw, 42px);
  padding: clamp(22px, 3.6vw, 36px) clamp(20px, 4vw, 40px) clamp(18px, 3vw, 26px);
  overflow: hidden;
  border: 1px solid rgba(46, 219, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--footer-x) var(--footer-y), rgba(52, 245, 163, 0.105), transparent 24%),
    radial-gradient(circle at 16% 14%, rgba(46, 219, 255, 0.065), transparent 30%),
    linear-gradient(180deg, rgba(8, 19, 28, 0.94), rgba(2, 7, 11, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.052),
    inset 0 0 0 1px rgba(255, 255, 255, 0.016),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 54px rgba(46, 219, 255, 0.038);
}

.site-footer__panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(52, 245, 163, 0.38), rgba(46, 219, 255, 0.06) 32%, rgba(167, 139, 250, 0.14) 62%, rgba(52, 245, 163, 0.24));
  opacity: 0.6;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.site-footer__panel::after {
  content: "";
  position: absolute;
  left: -35%;
  right: -35%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 245, 163, 0.82), rgba(46, 219, 255, 0.45), transparent);
  opacity: 0.78;
  animation: footerSignalSweep 6.2s ease-in-out infinite;
  pointer-events: none;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__start {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.site-footer__nav,
.site-footer__start {
  padding-left: clamp(18px, 2.7vw, 34px);
  border-left: 1px solid rgba(46, 219, 255, 0.11);
}

.site-footer__brand-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer__orb {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(52, 245, 163, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(52, 245, 163, 0.23), transparent 48%),
    rgba(46, 219, 255, 0.035);
  box-shadow:
    inset 0 0 18px rgba(46, 219, 255, 0.10),
    0 0 20px rgba(52, 245, 163, 0.16);
}

.site-footer__orb::before,
.site-footer__orb::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.site-footer__orb::before {
  inset: -6px;
  border: 1px solid rgba(46, 219, 255, 0.11);
  opacity: 0.66;
}

.site-footer__orb::after {
  inset: 8px;
  background: radial-gradient(circle, var(--footer-mint-soft), var(--footer-mint) 58%, transparent 60%);
  filter: drop-shadow(0 0 10px rgba(52, 245, 163, 0.75));
  animation: footerOrbPulse 3.8s ease-in-out infinite;
}

.site-footer__orb span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(46, 219, 255, 0.78);
  box-shadow: 0 0 10px rgba(46, 219, 255, 0.5);
  transform: translate(11px, -14px);
  animation: footerOrbit 6.4s linear infinite;
}

.site-footer__brand strong,
.site-footer__nav h2,
.site-footer__start h2 {
  display: block;
  margin: 0;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.site-footer__brand strong {
  font-size: clamp(1.18rem, 1.9vw, 1.44rem);
  line-height: 1.02;
}

.site-footer__brand-head > div > span {
  display: block;
  margin-top: 2px;
  color: rgba(214, 227, 238, 0.66);
  font-size: clamp(0.82rem, 1.12vw, 0.94rem);
}

.site-footer__brand p,
.site-footer__start p {
  max-width: 350px;
  margin: 18px 0 0;
  color: rgba(214, 227, 238, 0.73);
  font-size: clamp(0.86rem, 1.16vw, 0.95rem);
  line-height: 1.55;
}

.site-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  margin-top: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(52, 245, 163, 0.24);
  border-radius: 999px;
  color: var(--footer-mint);
  background:
    radial-gradient(circle at 18% 50%, rgba(52, 245, 163, 0.16), transparent 34%),
    rgba(52, 245, 163, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 0 22px rgba(52, 245, 163, 0.07);
}

.site-footer__badge span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #04110f;
  background: var(--footer-mint);
  box-shadow: 0 0 15px rgba(52, 245, 163, 0.38);
  font-size: 0.62rem;
}

.site-footer__badge strong {
  color: var(--footer-mint);
  font-size: 0.8rem;
  letter-spacing: -0.02em;
}

.site-footer__nav h2,
.site-footer__start h2 {
  margin-bottom: 9px;
  font-size: clamp(0.95rem, 1.45vw, 1.08rem);
}

.site-footer__nav > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 31px;
  padding: 2px 0 2px 17px;
  color: rgba(214, 227, 238, 0.70);
  font-size: 0.9rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--footer-mint);
  box-shadow: 0 0 12px rgba(52, 245, 163, 0.5);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-footer__nav > a > span:last-child {
  color: rgba(214, 227, 238, 0.6);
  font-size: 1.18rem;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease;
}

.site-footer__nav > a:hover,
.site-footer__nav > a:focus-visible {
  color: var(--text);
  transform: translateX(3px);
}

.site-footer__nav > a:hover::before,
.site-footer__nav > a:focus-visible::before {
  transform: translateY(-50%) scale(1.4);
  box-shadow: 0 0 16px rgba(52, 245, 163, 0.7);
}

.site-footer__nav > a:hover > span:last-child,
.site-footer__nav > a:focus-visible > span:last-child {
  color: var(--footer-mint);
  transform: translateX(4px);
}

.site-footer__legal-inline {
  margin-top: 9px;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 219, 255, 0.09);
}

.site-footer__legal-inline small {
  display: block;
  margin-bottom: 6px;
  color: rgba(214, 227, 238, 0.56);
  font-size: 0.78rem;
}

.site-footer__legal-inline div,
.site-footer__bottom-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 9px;
}

.site-footer__legal-inline a,
.site-footer__bottom-links a,
.site-footer__action {
  color: rgba(214, 227, 238, 0.7);
  font: inherit;
  font-size: 0.84rem;
  line-height: 1.25;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-footer__legal-inline i,
.site-footer__bottom-links i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--footer-mint);
  box-shadow: 0 0 9px rgba(52, 245, 163, 0.48);
}

.site-footer__action {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-footer__legal-inline a:hover,
.site-footer__bottom-links a:hover,
.site-footer__action:hover,
.site-footer__legal-inline a:focus-visible,
.site-footer__bottom-links a:focus-visible,
.site-footer__action:focus-visible {
  color: var(--footer-mint);
}

.site-footer__start p {
  margin-top: 0;
  max-width: 310px;
  font-size: 0.88rem;
}

.site-footer__cta-card {
  position: relative;
  margin-top: 18px;
  padding: clamp(12px, 2vw, 16px);
  overflow: hidden;
  border: 1px solid rgba(52, 245, 163, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(52, 245, 163, 0.10), transparent 42%),
    linear-gradient(180deg, rgba(12, 34, 42, 0.45), rgba(5, 14, 20, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(52, 245, 163, 0.045);
}

.site-footer__cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 16%, rgba(255, 255, 255, 0.065) 34%, transparent 52%);
  opacity: 0;
  transform: translateX(-58%);
  transition: opacity 220ms ease;
  animation: footerCardShine 6s ease-in-out infinite;
  pointer-events: none;
}

.site-footer__cta-card:hover::before {
  opacity: 1;
}

.site-footer__audit-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 46px;
  padding: 8px 17px;
  border-radius: 999px;
  color: #031012;
  background: linear-gradient(135deg, #65ffd0 0%, #34f5a3 50%, #b9fff0 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.32) inset,
    0 14px 32px rgba(52, 245, 163, 0.18),
    0 0 46px rgba(46, 219, 255, 0.10);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: -0.035em;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.site-footer__audit-button:hover,
.site-footer__audit-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04) saturate(1.03);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42) inset,
    0 18px 46px rgba(52, 245, 163, 0.24),
    0 0 66px rgba(46, 219, 255, 0.16);
}

.site-footer__audit-button span:last-child {
  margin-left: auto;
  font-size: 1.12rem;
  transition: transform 180ms ease;
}

.site-footer__audit-button:hover span:last-child,
.site-footer__audit-button:focus-visible span:last-child {
  transform: translateX(4px);
}

.site-footer__calendar {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.site-footer__calendar::before,
.site-footer__calendar::after {
  content: "";
  position: absolute;
  inset: 3px 2px 2px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.site-footer__calendar::after {
  inset: 0 5px auto;
  height: 7px;
  border-width: 0 2px;
  border-radius: 0;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: clamp(8px, 1.9vw, 16px);
  padding-top: 16px;
  border-top: 1px solid rgba(214, 227, 238, 0.13);
}

.site-footer__bottom p,
.site-footer__domain {
  margin: 0;
  color: rgba(214, 227, 238, 0.56);
  font-size: 0.78rem;
  line-height: 1.35;
}

.site-footer__domain {
  justify-self: center;
  color: rgba(52, 245, 163, 0.82);
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__domain:hover,
.site-footer__domain:focus-visible {
  color: var(--footer-mint);
  transform: translateY(-1px);
}

.site-footer__tagline {
  justify-self: end;
  text-align: right;
}

.site-footer__tagline span,
.site-footer__tagline strong {
  display: inline;
}

.site-footer__tagline strong {
  color: var(--accent);
  font-weight: 800;
}

@keyframes footerParticleDrift {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(38px, 38px, 0); }
}

@keyframes footerSignalSweep {
  0%, 100% { transform: translateX(-16%); opacity: 0.28; }
  45% { transform: translateX(16%); opacity: 0.88; }
}

@keyframes footerOrbPulse {
  0%, 100% { transform: scale(0.78); opacity: 0.86; }
  50% { transform: scale(1); opacity: 1; }
}

@keyframes footerOrbit {
  0% { transform: rotate(0deg) translateX(17px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(17px) rotate(-360deg); }
}

@keyframes footerCardShine {
  0%, 60%, 100% { opacity: 0; transform: translateX(-58%); }
  70% { opacity: 0.74; }
  84% { opacity: 0; transform: translateX(58%); }
}

@media (max-width: 980px) {
  .site-footer__panel {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__brand p {
    max-width: 620px;
  }

  .site-footer__nav {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer__start {
    padding-left: clamp(18px, 3.4vw, 30px);
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer__domain,
  .site-footer__tagline {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .site-footer.footer-landing {
    width: min(100% - 22px, var(--max));
    margin-top: 44px;
  }

  .site-footer__panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 17px 20px;
    border-radius: 22px;
  }

  .site-footer__nav,
  .site-footer__start {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer__brand-head {
    align-items: flex-start;
  }

  .site-footer__orb {
    width: 42px;
    height: 42px;
  }

  .site-footer__brand p {
    margin-top: 16px;
    font-size: 0.86rem;
    line-height: 1.52;
  }

  .site-footer__badge {
    margin-top: 18px;
    padding: 8px 12px;
  }

  .site-footer__nav > a {
    min-height: 34px;
    font-size: 0.88rem;
  }

  .site-footer__legal-inline div,
  .site-footer__bottom-links {
    flex-wrap: wrap;
  }

  .site-footer__cta-card {
    margin-top: 14px;
    padding: 12px;
  }

  .site-footer__audit-button {
    min-height: 44px;
    padding: 8px 14px;
    gap: 9px;
  }

  .site-footer__audit-button span:last-child {
    margin-left: 0;
  }

  .site-footer__bottom {
    gap: 8px;
    padding-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer.footer-landing *,
  .site-footer.footer-landing *::before,
  .site-footer.footer-landing *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* Form trust upgrade: clearer blue section label + reassurance notes. Keep this at the end. */
html body .form-intro .section-kicker {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--accent) !important;
  background: transparent !important;
  box-shadow: none !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 0 20px rgba(46, 219, 255, 0.24) !important;
}

html body .form-intro-badges {
  margin-top: 26px !important;
}

/* Remove side lines from section title labels. Keep this at the end of the file. */
html body .sector-hero .section-kicker::before,
html body .sector-hero .section-kicker::after,
html body .hero-featured-eyebrow::before,
html body .hero-featured-eyebrow::after,
html body .solution-drag-kicker::before,
html body .solution-drag-kicker::after,
html body .solve-it-copy strong::before,
html body .solve-it-copy strong::after,
html body #solve-it-title::before,
html body #solve-it-title::after,
html body .ai-applied-header .section-kicker::before,
html body .ai-applied-header .section-kicker::after,
html body .form-intro .section-kicker::before,
html body .form-intro .section-kicker::after,
html body .faq-section .eyebrow::before,
html body .faq-section .eyebrow::after,
html body .hero-secondary__eyebrow::before,
html body .hero-secondary__eyebrow::after,
html body .onl-next-step__eyebrow::before,
html body .onl-next-step__eyebrow::after,
html body .cta-section .section-kicker::before,
html body .cta-section .section-kicker::after {
  display: none !important;
  flex: 0 0 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  content: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* Operational diagnosis form copy update. Keep this at the end. */
html body .form-intro h2 {
  max-width: 760px !important;
}

html body .form-intro p + p {
  margin-top: 14px !important;
}

html body .lead-form__intro {
  position: relative;
  z-index: 1;
  margin: -2px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(46, 219, 255, 0.15);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 0%, rgba(46, 219, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(46, 219, 255, 0.075), rgba(52, 245, 163, 0.035)),
    rgba(7, 17, 24, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 14px 34px rgba(0, 0, 0, 0.16);
}

html body .lead-form__intro p {
  max-width: 620px;
  margin: 0;
  color: rgba(231, 244, 250, 0.9);
  font-size: clamp(0.94rem, 1.2vw, 1.02rem);
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

html body .lead-form__intro span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(46, 219, 255, 0.2);
}

html body .lead-form__intro span::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: var(--key);
  box-shadow:
    0 0 0 4px rgba(52, 245, 163, 0.1),
    0 0 16px rgba(52, 245, 163, 0.35);
}

html body .form-intro-badges {
  display: none !important;
}

@media (max-width: 760px) {
  html body .lead-form__intro {
    margin-bottom: 18px;
    padding: 14px 15px;
    border-radius: 18px;
  }

  html body .lead-form__intro span {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }
}

/* Form title size fix: keep the diagnostic headline strong without breaking the layout. */
html body .form-intro h2 {
  max-width: 560px !important;
  font-size: clamp(2.45rem, 3.35vw, 3.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  margin: 16px 0 18px !important;
  text-wrap: balance;
}

@media (min-width: 980px) {
  html body .form-intro {
    max-width: 500px !important;
  }
}

@media (max-width: 760px) {
  html body .form-intro h2 {
    max-width: 100% !important;
    font-size: clamp(2.05rem, 9.6vw, 2.85rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.052em !important;
    margin: 14px 0 15px !important;
  }
}

/* Compact proof checks under the form: privacy + no obligation. */
html body .form-proof-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(46, 219, 255, 0.12);
  list-style: none;
}

html body .form-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(215, 240, 246, 0.86);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

html body .form-proof-list li::before {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 999px;
  color: rgba(0, 14, 17, 0.94);
  content: "✓";
  background: var(--key);
  box-shadow:
    0 0 0 4px rgba(52, 245, 163, 0.10),
    0 0 18px rgba(52, 245, 163, 0.28);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

@media (max-width: 620px) {
  html body .form-proof-list {
    gap: 9px 12px;
    margin-top: 16px;
  }

  html body .form-proof-list li {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }
}

/* Compact lead form + inline proof checks beside the submit button. Keep this at the end. */
html body .lead-form {
  max-width: 680px !important;
  justify-self: end !important;
  padding: 22px !important;
  border-radius: 30px !important;
}

html body .lead-form__chrome {
  margin-bottom: 14px !important;
}

html body .lead-form__intro {
  margin: -2px 0 18px !important;
  padding: 13px 16px !important;
  border-radius: 18px !important;
}

html body .lead-form__intro p {
  font-size: clamp(0.9rem, 1vw, 0.98rem) !important;
  line-height: 1.42 !important;
}

html body .lead-form__intro span {
  margin-top: 10px !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.12em !important;
}

html body .form-grid {
  gap: 14px 16px !important;
}

html body .field {
  gap: 8px !important;
}

html body .field label {
  font-size: 0.78rem !important;
}

html body .field input,
html body .field select {
  height: 50px !important;
  padding: 0 16px !important;
  border-radius: 14px !important;
}

html body .field textarea {
  min-height: 128px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
}

html body .form-footer {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px 16px !important;
  margin-top: 18px !important;
}

html body .form-submit {
  min-width: 214px !important;
}

html body .form-proof-list {
  display: flex !important;
  flex: 1 1 210px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px 12px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
}

html body .form-proof-list li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgba(215, 240, 246, 0.72) !important;
  font-size: 0.58rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body .form-proof-list li::before {
  display: inline-grid !important;
  place-items: center !important;
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  border-radius: 999px !important;
  color: rgba(0, 14, 17, 0.94) !important;
  content: "✓" !important;
  background: var(--key) !important;
  box-shadow:
    0 0 0 3px rgba(52, 245, 163, 0.08),
    0 0 12px rgba(52, 245, 163, 0.18) !important;
  font-size: 0.48rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

html body .form-status {
  flex: 1 0 100% !important;
  min-height: 0 !important;
}

@media (min-width: 980px) {
  html body .form-section {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.08fr) !important;
    gap: 40px !important;
  }
}

@media (max-width: 760px) {
  html body .lead-form {
    max-width: 100% !important;
    justify-self: stretch !important;
    padding: 18px !important;
    border-radius: 24px !important;
  }

  html body .lead-form__intro {
    margin-bottom: 16px !important;
    padding: 12px 14px !important;
  }

  html body .form-grid {
    gap: 13px !important;
  }

  html body .field input,
  html body .field select {
    height: 48px !important;
  }

  html body .field textarea {
    min-height: 118px !important;
  }

  html body .form-footer {
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    margin-top: 16px !important;
  }

  html body .form-submit {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body .form-proof-list {
    flex: 0 0 auto !important;
    justify-content: center !important;
    margin: 2px 0 0 !important;
  }
}



/* Automation hero alignment: keep the left headline block aligned with the top of the diagram on desktop. */
@media (min-width: 900px) {
  html body .automation-banner-grid {
    align-items: start !important;
  }

  html body .automation-banner-copy,
  html body .automation-banner-diagram {
    align-self: start !important;
  }
}

/* Automation hero copy emphasis and cleaner diagram dots. */
html body .automation-banner-subtitle {
  display: grid !important;
  gap: 10px !important;
  max-width: 600px !important;
}

html body .automation-banner-subtitle strong {
  color: var(--text) !important;
  font-weight: 850 !important;
}

html body .automation-banner-subtitle-divider {
  display: block !important;
  width: 68px !important;
  height: 1px !important;
  margin: 1px 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(52, 245, 163, 0.85), rgba(89, 214, 255, 0.35), transparent) !important;
}

html body .automation-diagram-point {
  display: none !important;
}

@media (max-width: 760px) {
  html body .automation-banner-subtitle {
    gap: 9px !important;
    max-width: 100% !important;
  }

  html body .automation-banner-subtitle-divider {
    width: 54px !important;
  }
}


/* Section title scale and spacing refinement. Keep this at the end. */
html body #use-cases .sector-hero {
  max-width: 920px !important;
  margin: 0 auto clamp(38px, 4.2vw, 58px) !important;
  padding: clamp(42px, 5vw, 64px) 28px clamp(40px, 5vw, 62px) !important;
}

html body #use-cases .sector-hero h2 {
  max-width: 12.5ch !important;
  margin-bottom: clamp(18px, 2vw, 24px) !important;
  font-size: clamp(2.55rem, 5.4vw, 3.85rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}

html body #use-cases .sector-hero p {
  max-width: 740px !important;
}

html body .hero-secondary {
  padding: clamp(74px, 8.2vw, 112px) 0 clamp(82px, 8.6vw, 120px) !important;
}

html body .hero-secondary h2 {
  max-width: 15ch !important;
  margin-bottom: clamp(22px, 2.3vw, 28px) !important;
  font-size: clamp(2.75rem, 5.65vw, 4.05rem) !important;
  line-height: 0.99 !important;
  letter-spacing: -0.045em !important;
}

@media (max-width: 760px) {
  html body #use-cases .sector-hero {
    padding: clamp(34px, 9vw, 46px) 14px clamp(34px, 9vw, 48px) !important;
    margin-bottom: 34px !important;
  }

  html body #use-cases .sector-hero h2 {
    max-width: 11.5ch !important;
    font-size: clamp(2.25rem, 12vw, 3.05rem) !important;
    line-height: 1.01 !important;
  }

  html body .hero-secondary {
    padding: clamp(66px, 14vw, 88px) 0 clamp(72px, 14vw, 96px) !important;
  }

  html body .hero-secondary h2 {
    max-width: 11.5ch !important;
    font-size: clamp(2.25rem, 11.5vw, 3.05rem) !important;
    line-height: 1.02 !important;
  }
}

/* Compact header navigation and language menu */
.header-actions {
  gap: 8px;
  padding-right: clamp(2px, 0.8vw, 8px);
}

.site-nav {
  gap: 2px;
  padding: 3px;
  min-height: 36px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.10);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.075), rgba(56, 240, 189, 0.04)),
    rgba(5, 12, 15, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 12px 26px rgba(0, 0, 0, 0.20);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px 0 20px;
  border-radius: 999px;
  color: rgba(214, 227, 238, 0.78);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: -0.025em;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--footer-mint, #34f5a3);
  box-shadow: 0 0 10px rgba(52, 245, 163, 0.52);
  transform: translateY(-50%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #ffffff;
  background: rgba(71, 215, 255, 0.08);
  transform: translateY(-1px);
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  transform: translateY(-50%) scale(1.35);
  box-shadow: 0 0 14px rgba(52, 245, 163, 0.74);
}

.language-menu {
  position: relative;
  z-index: 160;
  display: inline-flex;
  align-items: center;
}

.language-menu__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34px;
  min-width: 58px;
  padding: 0 9px 0 12px;
  border: 1px solid rgba(71, 215, 255, 0.30);
  border-radius: 999px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.12), rgba(56, 240, 189, 0.05)),
    rgba(4, 17, 22, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(56, 240, 189, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.02em;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.language-menu__trigger svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.82;
  transition: transform 180ms ease;
}

.language-menu__trigger:hover,
.language-menu__trigger:focus-visible,
.language-menu.is-open .language-menu__trigger {
  border-color: rgba(56, 240, 189, 0.48);
  background:
    linear-gradient(135deg, rgba(71, 215, 255, 0.16), rgba(56, 240, 189, 0.08)),
    rgba(5, 23, 28, 0.96);
  box-shadow:
    0 0 0 4px rgba(71, 215, 255, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.30);
  transform: translateY(-1px);
}

.language-menu.is-open .language-menu__trigger svg {
  transform: rotate(180deg);
}

.language-menu__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 68px;
  padding: 5px;
  border: 1px solid rgba(71, 215, 255, 0.20);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(71, 215, 255, 0.08), rgba(56, 240, 189, 0.045)),
    rgba(4, 10, 12, 0.96);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.language-menu.is-open .language-menu__list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.language-menu__option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 25px;
  padding: 0 8px 0 17px;
  border: 0;
  border-radius: 9px;
  color: rgba(214, 227, 238, 0.76);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.01em;
  text-align: left;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.language-menu__option::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(52, 245, 163, 0.24);
  transform: translateY(-50%);
}

.language-menu__option:hover,
.language-menu__option:focus-visible {
  color: #ffffff;
  background: rgba(71, 215, 255, 0.10);
  outline: none;
}

.language-menu__option[aria-selected="true"] {
  color: #ffffff;
  background: rgba(52, 245, 163, 0.13);
}

.language-menu__option[aria-selected="true"]::before {
  background: var(--footer-mint, #34f5a3);
  box-shadow: 0 0 10px rgba(52, 245, 163, 0.58);
}

@media (max-width: 920px) {
  .site-nav a {
    padding-right: 8px;
    padding-left: 18px;
    font-size: 0.72rem;
  }

  .site-nav a::before {
    left: 8px;
  }
}

@media (max-width: 700px) {
  .header-actions {
    gap: 6px;
  }

  .language-menu__trigger {
    min-width: 54px;
    height: 32px;
    padding-right: 8px;
    padding-left: 10px;
  }
}

/* Final header menu correction: restored items, compact spacing, language dot */
.site-nav {
  gap: 1px;
  padding: 3px 4px;
  min-height: 34px;
}

.site-nav a {
  min-height: 27px;
  padding: 0 8px 0 18px;
  font-size: 0.72rem;
  letter-spacing: -0.03em;
}

.site-nav a::before {
  left: 8px;
  width: 4px;
  height: 4px;
}

.language-menu__trigger {
  position: relative;
  min-width: 62px;
  height: 34px;
  padding: 0 8px 0 20px;
}

.language-menu__trigger::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--footer-mint, #34f5a3);
  box-shadow: 0 0 10px rgba(52, 245, 163, 0.58);
  transform: translateY(-50%);
}

.language-menu__list {
  width: 62px;
  padding: 4px;
}

.language-menu__option {
  height: 24px;
  padding: 0 7px 0 17px;
  font-size: 0.72rem;
}

@media (max-width: 1080px) {
  .site-nav a {
    padding-right: 7px;
    padding-left: 16px;
    font-size: 0.68rem;
  }

  .site-nav a::before {
    left: 7px;
  }

  .language-menu__trigger {
    min-width: 58px;
    padding-left: 18px;
  }

  .language-menu__trigger::before {
    left: 9px;
  }
}

/* Final nav/footer dot color correction */
.site-nav a::before,
.site-footer__nav > a::before {
  background: #2edbff !important;
  box-shadow: 0 0 12px rgba(46, 219, 255, 0.56) !important;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-footer__nav > a:hover::before,
.site-footer__nav > a:focus-visible::before {
  box-shadow: 0 0 16px rgba(46, 219, 255, 0.78) !important;
}

/* Booking automation modal */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(83, 255, 184, .16), transparent 34%),
    radial-gradient(circle at 85% 0%, rgba(130, 101, 255, .18), transparent 36%),
    rgba(2, 4, 12, .76);
  backdrop-filter: blur(18px);
}

.booking-modal__panel {
  position: relative;
  width: min(960px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  border: 1px solid rgba(169, 255, 220, .18);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(12, 18, 35, .98), rgba(7, 9, 18, .98)),
    var(--surface, #070912);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .54), 0 0 70px rgba(83, 255, 184, .10);
}

.booking-modal__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(83, 255, 184, .16), transparent 28%, rgba(130, 101, 255, .14));
  mask: linear-gradient(#000, transparent 44%);
}

.booking-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(248, 251, 255, .86);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.booking-modal__header,
.booking-modal__body {
  position: relative;
  z-index: 1;
}

.booking-modal__header {
  padding: clamp(28px, 4vw, 46px) clamp(22px, 5vw, 58px) 18px;
}

.booking-modal__kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #53ffb8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.booking-modal__header h2 {
  margin: 0;
  max-width: 760px;
  color: #f8fbff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .95;
  letter-spacing: -.05em;
}

.booking-modal__header p {
  margin: 16px 0 0;
  max-width: 760px;
  color: rgba(248, 251, 255, .72);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.55;
}

.booking-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.booking-modal__meta span,
.booking-modal__timezone {
  border: 1px solid rgba(83, 255, 184, .18);
  border-radius: 999px;
  background: rgba(83, 255, 184, .07);
  color: rgba(248, 251, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.booking-modal__meta span {
  padding: 8px 12px;
}

.booking-modal__body {
  padding: 4px clamp(22px, 5vw, 58px) clamp(28px, 4vw, 50px);
}

.booking-modal__timezone {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 13px;
}

.booking-slots {
  display: grid;
  gap: 16px;
}

.booking-day {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background: rgba(255, 255, 255, .045);
}

.booking-day h3 {
  margin: 0;
  color: rgba(248, 251, 255, .90);
  font-size: 15px;
  letter-spacing: -.01em;
}

.booking-day__slots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-slot {
  min-width: 102px;
  border: 1px solid rgba(83, 255, 184, .26);
  border-radius: 999px;
  background: rgba(83, 255, 184, .08);
  color: #f8fbff;
  cursor: pointer;
  font-weight: 800;
  padding: 12px 16px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.booking-slot:hover,
.booking-slot:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(83, 255, 184, .72);
  background: rgba(83, 255, 184, .16);
  box-shadow: 0 14px 34px rgba(83, 255, 184, .12);
}

.booking-slot:disabled {
  cursor: progress;
  opacity: .58;
  transform: none;
}

.booking-state {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background: rgba(255, 255, 255, .045);
  color: rgba(248, 251, 255, .76);
  line-height: 1.6;
}

.booking-state strong {
  color: #f8fbff;
}

.booking-state a {
  color: #53ffb8;
  font-weight: 800;
}

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

@media (max-width: 680px) {
  .booking-modal {
    padding: 12px;
  }

  .booking-modal__panel {
    border-radius: 24px;
  }

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

  .booking-day__slots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-slot {
    width: 100%;
    min-width: 0;
  }
}

/* Friendly booking calendar upgrade */
.booking-modal__panel {
  width: min(1080px, 100%);
}

.booking-modal__header {
  padding-top: clamp(34px, 4.5vw, 58px);
  padding-bottom: 22px;
}

.booking-modal__body {
  padding-bottom: clamp(36px, 5vw, 64px);
}

.booking-window-notice {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(46, 219, 255, .20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 20%, rgba(83, 255, 184, .12), transparent 38%),
    linear-gradient(145deg, rgba(46, 219, 255, .09), rgba(83, 255, 184, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 18px 45px rgba(0, 0, 0, .18);
}

.booking-window-notice strong {
  color: #f8fbff;
  font-size: 14px;
  letter-spacing: .02em;
}

.booking-window-notice p {
  margin: 0;
  max-width: 820px;
  color: rgba(248, 251, 255, .72);
  line-height: 1.55;
}

.booking-days {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.booking-day {
  min-height: 100%;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 255, 184, .08), transparent 42%),
    rgba(255, 255, 255, .045);
}

.booking-day h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.booking-day h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #53ffb8;
  box-shadow: 0 0 16px rgba(83, 255, 184, .72);
}

.booking-day__slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-slot {
  min-width: 0;
  width: 100%;
  text-align: center;
}

.booking-future-panel {
  margin-top: 6px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(130, 101, 255, .26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(46, 219, 255, .14), transparent 34%),
    radial-gradient(circle at 96% 0%, rgba(83, 255, 184, .10), transparent 38%),
    linear-gradient(145deg, rgba(15, 22, 44, .78), rgba(7, 9, 18, .74));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.booking-future-panel--collapsed {
  align-items: start;
}

.booking-future-panel__top h3 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1;
  letter-spacing: -.04em;
}

.booking-future-panel__top p {
  margin: 10px 0 0;
  max-width: 800px;
  color: rgba(248, 251, 255, .74);
  line-height: 1.6;
}

.booking-future-toggle,
.booking-future-submit {
  justify-self: start;
  border: 1px solid rgba(83, 255, 184, .38);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(83, 255, 184, .20), rgba(46, 219, 255, .13));
  color: #f8fbff;
  cursor: pointer;
  font-weight: 900;
  padding: 13px 18px;
  box-shadow: 0 18px 42px rgba(46, 219, 255, .10);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.booking-future-toggle:hover,
.booking-future-submit:hover {
  transform: translateY(-1px);
  border-color: rgba(83, 255, 184, .72);
  box-shadow: 0 22px 48px rgba(46, 219, 255, .14), 0 0 26px rgba(83, 255, 184, .10);
}

.booking-future-form {
  display: grid;
  gap: 16px;
}

.booking-future-form[hidden],
.booking-future-toggle[hidden] {
  display: none !important;
}

.booking-future-form__head {
  display: flex;
  gap: 18px;
  align-items: start;
  justify-content: space-between;
  padding-top: 4px;
}

.booking-future-form__head h4 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: -.03em;
}

.booking-future-form__head p {
  margin: 6px 0 0;
  max-width: 720px;
  color: rgba(248, 251, 255, .68);
  line-height: 1.55;
}

.booking-future-back {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: rgba(83, 255, 184, .92);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  padding: 7px 0;
  text-decoration: underline;
  text-decoration-color: rgba(83, 255, 184, .32);
  text-underline-offset: 5px;
}

.booking-future-back:hover {
  color: #ffffff;
  text-decoration-color: rgba(83, 255, 184, .82);
}

.booking-future-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.booking-future-option {
  min-width: 0;
  cursor: pointer;
}

.booking-future-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-future-option__card {
  min-height: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .032));
  color: rgba(248, 251, 255, .82);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.booking-future-option__marker {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(0, 0, 0, .24);
  box-shadow: inset 0 0 0 4px rgba(7, 9, 18, .7);
}

.booking-future-option__content {
  display: grid;
  gap: 5px;
}

.booking-future-option__content strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
}

.booking-future-option__content small {
  color: rgba(220, 232, 239, .68);
  font-size: 12.5px;
  line-height: 1.45;
}

.booking-future-option:hover .booking-future-option__card {
  transform: translateY(-1px);
  border-color: rgba(46, 219, 255, .32);
  background: linear-gradient(145deg, rgba(46, 219, 255, .08), rgba(255, 255, 255, .045));
}

.booking-future-option input:checked + .booking-future-option__card {
  border-color: rgba(83, 255, 184, .72);
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 255, 184, .14), transparent 34%),
    linear-gradient(145deg, rgba(83, 255, 184, .12), rgba(46, 219, 255, .055));
  box-shadow: 0 0 0 1px rgba(83, 255, 184, .08), 0 18px 44px rgba(83, 255, 184, .08);
}

.booking-future-option input:checked + .booking-future-option__card .booking-future-option__marker {
  border-color: rgba(83, 255, 184, .9);
  background: #53ffb8;
  box-shadow: inset 0 0 0 5px rgba(7, 24, 18, .92), 0 0 20px rgba(83, 255, 184, .32);
}

.booking-future-note {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 96px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(0, 0, 0, .22);
  color: #f8fbff;
  font: inherit;
  line-height: 1.5;
  padding: 14px 16px;
  outline: none;
}

.booking-future-note:focus {
  border-color: rgba(46, 219, 255, .48);
  box-shadow: 0 0 0 4px rgba(46, 219, 255, .08);
}

.booking-future-message {
  margin: 0;
  color: rgba(248, 251, 255, .72);
}

.booking-future-message.error {
  color: #ff9fba;
}

@media (max-width: 780px) {
  .booking-future-options {
    grid-template-columns: 1fr;
  }

  .booking-future-form__head {
    display: grid;
  }

  .booking-future-back {
    justify-self: start;
  }
}

.booking-state.success.compact {
  padding: 18px;
  border-color: rgba(83, 255, 184, .24);
  background: rgba(83, 255, 184, .08);
}

@media (max-width: 680px) {
  .booking-days,
  .booking-day__slots {
    grid-template-columns: 1fr;
  }

  .booking-future-panel {
    padding: 18px;
    border-radius: 24px;
  }
}

/* Visitor timezone selector for booking calendar */
.booking-timezone-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(46, 219, 255, .22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(83, 255, 184, .10), transparent 42%),
    linear-gradient(135deg, rgba(46, 219, 255, .08), rgba(83, 255, 184, .05));
  color: rgba(248, 251, 255, .82);
}

.booking-timezone-control__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.booking-timezone-control__copy span,
.booking-timezone-control__select span {
  color: rgba(248, 251, 255, .56);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-timezone-control__copy strong {
  color: #f8fbff;
  font-size: 15px;
  line-height: 1.2;
}

.booking-timezone-control__copy small {
  color: rgba(248, 251, 255, .58);
  font-size: 12px;
  line-height: 1.35;
}

.booking-timezone-control__select {
  display: grid;
  gap: 7px;
  min-width: min(430px, 100%);
}

.booking-timezone-control__select select {
  width: 100%;
  border: 1px solid rgba(83, 255, 184, .28);
  border-radius: 999px;
  background: rgba(5, 10, 18, .84);
  color: #f8fbff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  outline: none;
  padding: 11px 38px 11px 14px;
}

.booking-timezone-control__select select:focus {
  border-color: rgba(83, 255, 184, .68);
  box-shadow: 0 0 0 4px rgba(83, 255, 184, .10);
}

@media (max-width: 760px) {
  .booking-timezone-control {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-timezone-control__select {
    min-width: 0;
  }
}

/* Weekly booking calendar UX patch */
.booking-modal__panel {
  width: min(1180px, calc(100vw - 28px));
}

.booking-modal__header {
  padding-bottom: 16px;
}

.booking-modal__header h2 {
  font-size: clamp(30px, 4.2vw, 54px);
}

.booking-modal__header p {
  max-width: 860px;
}

.booking-slots {
  gap: 14px;
}

.booking-window-notice {
  grid-template-columns: minmax(0, 1fr);
  padding: 14px 16px;
  border-radius: 20px;
}

.booking-calendar {
  display: grid;
  gap: 14px;
}

.booking-week-toolbar {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 0%, rgba(83, 255, 184, .10), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.booking-week-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(83, 255, 184, .22);
  border-radius: 16px;
  background: rgba(83, 255, 184, .075);
  color: #f8fbff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.booking-week-arrow:hover:not(:disabled),
.booking-week-arrow:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(83, 255, 184, .60);
  background: rgba(83, 255, 184, .14);
}

.booking-week-arrow:disabled {
  cursor: default;
  opacity: .35;
}

.booking-week-title {
  display: grid;
  gap: 3px;
  justify-items: center;
  text-align: center;
  min-width: 0;
}

.booking-week-title strong {
  color: #f8fbff;
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: -.03em;
}

.booking-week-title span {
  color: rgba(248, 251, 255, .58);
  font-size: 13px;
  line-height: 1.35;
}

.booking-week-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}

.booking-week-tab {
  flex: 0 0 auto;
  display: grid;
  gap: 2px;
  min-width: 138px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: rgba(248, 251, 255, .72);
  cursor: pointer;
  padding: 10px 12px;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.booking-week-tab span {
  color: inherit;
  font-size: 13px;
  font-weight: 900;
}

.booking-week-tab small {
  color: rgba(248, 251, 255, .50);
  font-size: 12px;
  font-weight: 700;
}

.booking-week-tab.is-active {
  border-color: rgba(83, 255, 184, .48);
  background: linear-gradient(135deg, rgba(83, 255, 184, .15), rgba(46, 219, 255, .08));
  color: #f8fbff;
  box-shadow: 0 14px 34px rgba(83, 255, 184, .08);
}

.booking-week-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.booking-week-day {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  min-height: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(83, 255, 184, .08), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}

.booking-week-day__header {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.booking-week-day__header h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #f8fbff;
  font-size: 14px;
  letter-spacing: -.01em;
  line-height: 1.2;
}

.booking-week-day__header h3::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #53ffb8;
  box-shadow: 0 0 14px rgba(83, 255, 184, .72);
}

.booking-week-day__header span {
  color: rgba(248, 251, 255, .48);
  font-size: 12px;
  font-weight: 800;
}

.booking-week-day__slots {
  display: grid;
  align-content: start;
  gap: 8px;
  max-height: min(40vh, 330px);
  overflow: auto;
  padding-right: 2px;
  scrollbar-width: thin;
}

.booking-week-slot {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(83, 255, 184, .24);
  border-radius: 14px;
  background: rgba(83, 255, 184, .08);
  color: #f8fbff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  padding: 9px 10px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.booking-week-slot:hover,
.booking-week-slot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(83, 255, 184, .72);
  background: rgba(83, 255, 184, .16);
  box-shadow: 0 14px 30px rgba(83, 255, 184, .10);
  outline: none;
}

.booking-week-slot:disabled {
  cursor: progress;
  opacity: .58;
  transform: none;
}

@media (min-width: 980px) {
  .booking-week-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .booking-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .booking-modal__panel {
    width: 100%;
    max-height: 92vh;
  }

  .booking-week-toolbar {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .booking-week-arrow {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .booking-week-title span {
    display: none;
  }

  .booking-week-tab {
    min-width: 126px;
  }

  .booking-week-grid {
    grid-template-columns: 1fr;
  }

  .booking-week-day {
    border-radius: 20px;
  }

  .booking-week-day__slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-height: none;
  }
}

@media (max-width: 420px) {
  .booking-week-day__slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Refined AI diagnostic picker inside the lead form. */
html body .diagnostic-picker {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 2px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(46, 219, 255, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 219, 255, 0.12), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(52, 245, 163, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(8, 24, 32, 0.88), rgba(5, 13, 20, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 42px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(46, 219, 255, 0.035);
}

html body .diagnostic-picker::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(rgba(46, 219, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 219, 255, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.45;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 76%);
}

html body .diagnostic-picker__header,
html body .diagnostic-picker__group,
html body .diagnostic-picker__note {
  position: relative;
  z-index: 1;
}

html body .diagnostic-picker__header {
  display: grid;
  gap: 5px;
  padding-bottom: 2px;
}

html body .diagnostic-picker__kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 7px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

html body .diagnostic-picker__kicker::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  content: "";
  background: var(--key);
  box-shadow:
    0 0 0 4px rgba(52, 245, 163, 0.09),
    0 0 16px rgba(52, 245, 163, 0.3);
}

html body .diagnostic-picker__header h3 {
  max-width: 540px;
  margin: 0;
  color: rgba(248, 252, 255, 0.96);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

html body .diagnostic-picker__header p {
  max-width: 540px;
  margin: 0;
  color: rgba(190, 214, 224, 0.82);
  font-size: 0.82rem;
  font-weight: 560;
  line-height: 1.45;
}

html body .diagnostic-picker__group {
  display: grid;
  gap: 12px;
}

html body .diagnostic-picker__group-head {
  display: grid;
  gap: 3px;
}

html body .diagnostic-picker__group-head h4 {
  margin: 0;
  color: rgba(248, 252, 255, 0.94);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

html body .diagnostic-picker__group-head h4 span[aria-hidden="true"] {
  color: var(--key);
}

html body .diagnostic-picker__group-head > span {
  color: rgba(52, 245, 163, 0.9);
  font-size: 0.72rem;
  font-weight: 780;
  line-height: 1.2;
}

html body .diagnostic-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html body .diagnostic-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(46, 219, 255, 0.24);
  border-radius: 999px;
  color: rgba(235, 246, 251, 0.88);
  background:
    linear-gradient(180deg, rgba(20, 35, 45, 0.9), rgba(12, 23, 32, 0.94)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.1;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

html body .diagnostic-chip::before {
  display: inline-grid;
  place-items: center;
  width: 0;
  height: 18px;
  overflow: hidden;
  flex: 0 0 0;
  color: rgba(0, 18, 22, 0.94);
  content: "✓";
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
  opacity: 0;
  transition:
    width 160ms ease,
    opacity 160ms ease;
}

html body .diagnostic-chip:hover {
  border-color: rgba(72, 235, 255, 0.4);
  color: #fff;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 14px 24px rgba(0, 0, 0, 0.16),
    0 0 18px rgba(46, 219, 255, 0.08);
}

html body .diagnostic-chip.is-selected,
html body .diagnostic-chip[aria-pressed="true"] {
  border-color: rgba(87, 255, 218, 0.72);
  color: rgba(0, 18, 20, 0.96);
  background:
    linear-gradient(135deg, #36f5bf, #41e6ff),
    var(--key);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 0 0 1px rgba(87, 255, 218, 0.2),
    0 10px 22px rgba(0, 0, 0, 0.16),
    0 0 26px rgba(52, 245, 163, 0.26);
}

html body .diagnostic-chip.is-selected::before,
html body .diagnostic-chip[aria-pressed="true"]::before {
  width: 18px;
  flex-basis: 18px;
  opacity: 1;
}

html body .diagnostic-picker__divider {
  position: relative;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(46, 219, 255, 0.18), rgba(52, 245, 163, 0.14), transparent);
}

html body .diagnostic-picker__group.is-invalid .diagnostic-picker__group-head h4 {
  color: #ffd5d5;
}

html body .diagnostic-picker__group.is-invalid .diagnostic-chip-grid {
  padding: 10px;
  margin: -10px;
  border: 1px solid rgba(255, 110, 110, 0.22);
  border-radius: 18px;
  background: rgba(255, 110, 110, 0.035);
}

html body .diagnostic-picker__note {
  margin-top: 0;
}

html body .diagnostic-picker__optional {
  color: rgba(175, 198, 208, 0.72) !important;
  font-weight: 650;
}

html body .diagnostic-picker__optional::before {
  content: "(";
}

html body .diagnostic-picker__optional::after {
  content: ")";
}

html body .diagnostic-picker__note textarea {
  min-height: 78px !important;
  resize: vertical;
}

html body .diagnostic-hidden-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

@media (max-width: 760px) {
  html body .diagnostic-picker {
    gap: 16px;
    padding: 15px;
    border-radius: 20px;
  }

  html body .diagnostic-picker__header h3 {
    font-size: 1rem;
  }

  html body .diagnostic-chip-grid {
    gap: 9px;
  }

  html body .diagnostic-chip {
    min-height: 36px;
    padding: 0 13px;
    font-size: 0.74rem;
  }
}

/* Two-step AI audit form flow. */
html body .lead-form[data-form-step="details"] .form-submit,
html body .lead-form[data-form-step="details"] .form-proof-list {
  display: none;
}

html body .form-stepper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 18px 0 18px;
}

html body .form-stepper__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(46, 219, 255, 0.16);
  border-radius: 999px;
  color: rgba(187, 211, 221, 0.72);
  background: rgba(9, 22, 31, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

html body .form-stepper__item span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 999px;
  color: rgba(195, 221, 231, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.72rem;
  font-weight: 900;
}

html body .form-stepper__item strong {
  overflow: hidden;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .form-stepper__item.is-active,
html body .form-stepper__item.is-complete {
  border-color: rgba(52, 245, 163, 0.38);
  color: rgba(242, 255, 250, 0.96);
  background: linear-gradient(180deg, rgba(19, 62, 58, 0.56), rgba(7, 24, 31, 0.76));
  box-shadow: 0 0 24px rgba(52, 245, 163, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

html body .form-stepper__item.is-active span,
html body .form-stepper__item.is-complete span {
  color: rgba(0, 24, 26, 0.94);
  background: linear-gradient(135deg, #36f5bf, #41e6ff);
}

html body .form-stepper__line {
  height: 1px;
  background: linear-gradient(90deg, rgba(46, 219, 255, 0.08), rgba(52, 245, 163, 0.4), rgba(46, 219, 255, 0.08));
}

html body .form-step-panel {
  display: grid;
  gap: 18px;
  animation: formStepIn 220ms ease both;
}

html body .form-step-panel[hidden] {
  display: none !important;
}

html body .form-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(46, 219, 255, 0.14);
  border-radius: 20px;
  background: rgba(9, 22, 31, 0.58);
}

html body .form-step-actions p {
  max-width: 390px;
  margin: 0;
  color: rgba(190, 214, 224, 0.82);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

html body .form-step-next {
  min-width: 220px;
  min-height: 48px;
  padding-inline: 22px;
  white-space: nowrap;
}

html body .form-step-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(52, 245, 163, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 34, 35, 0.74), rgba(7, 18, 25, 0.78));
}

html body .form-step-summary div {
  display: grid;
  gap: 3px;
}

html body .form-step-summary span {
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

html body .form-step-summary strong {
  color: rgba(244, 252, 255, 0.94);
  font-size: 0.86rem;
  font-weight: 780;
  line-height: 1.3;
}

html body .form-step-edit {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(46, 219, 255, 0.22);
  border-radius: 999px;
  color: rgba(235, 246, 251, 0.88);
  background: rgba(12, 24, 34, 0.7);
  cursor: pointer;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 850;
  white-space: nowrap;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

html body .form-step-edit:hover {
  border-color: rgba(65, 230, 255, 0.42);
  color: #fff;
  transform: translateY(-1px);
}

html body .lead-form[data-form-step="diagnostic"] .diagnostic-picker {
  margin-top: 0;
}

html body .lead-form[data-form-step="details"] .form-status:empty {
  display: none;
}

@keyframes formStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  html body .form-stepper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  html body .form-stepper__line {
    display: none;
  }

  html body .form-step-actions,
  html body .form-step-summary {
    align-items: stretch;
    flex-direction: column;
  }

  html body .form-step-next,
  html body .form-step-edit {
    width: 100%;
  }
}

/* Two-step form polish fixes. */
html body .form-step-next.button-primary-pill {
  min-width: 236px;
  padding-right: 76px;
  padding-left: 28px;
  text-align: left;
}

html body .form-stepper__item {
  position: relative;
}

html body .form-stepper__edit {
  display: none;
  min-height: 28px;
  margin-left: auto;
  padding: 0 11px;
  border: 1px solid rgba(46, 219, 255, 0.22);
  border-radius: 999px;
  color: rgba(235, 246, 251, 0.88);
  background: rgba(12, 24, 34, 0.66);
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
}

html body .lead-form[data-form-step="diagnostic"] .form-stepper__item.is-complete .form-stepper__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html body .form-stepper__edit:hover,
html body .form-stepper__edit:focus-visible {
  border-color: rgba(65, 230, 255, 0.42);
  color: #fff;
  background: rgba(16, 34, 45, 0.82);
  transform: translateY(-1px);
}

html body .form-step-summary {
  padding: 0 2px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html body .form-step-summary strong {
  max-width: 560px;
}

html body .diagnostic-picker__group-head h4 {
  color: var(--key);
}

html body .diagnostic-picker__group-head > span {
  display: none;
}

@media (max-width: 760px) {
  html body .form-step-next.button-primary-pill {
    width: 100%;
    text-align: center;
  }

  html body .form-stepper__item {
    min-height: 46px;
  }
}


/* Trust badge and step button refinements. */
html body .form-step-next.button-primary-pill {
  min-width: 282px;
  padding-left: 30px;
  padding-right: 88px;
}

html body .form-step-actions {
  gap: 18px;
}

html body .form-proof-list {
  flex-basis: 310px !important;
  gap: 7px 10px !important;
}

html body .form-proof-list li {
  font-size: 0.56rem !important;
  letter-spacing: 0.085em !important;
}

@media (max-width: 760px) {
  html body .form-step-next.button-primary-pill {
    min-width: 0;
    padding-left: 28px;
    padding-right: 82px;
    text-align: left;
  }

  html body .form-proof-list {
    flex-basis: 100% !important;
    justify-content: flex-start !important;
  }
}
