:root {
  --bg: #f4f7fb;
  --ink: #07111f;
  --muted: #64748b;
  --card: #ffffff;
  --line: #dbe5f1;
  --blue: #1d4ed8;
  --blue-2: #2563eb;
  --navy: #0b1630;
  --cyan: #38bdf8;
  --teal: #2dd4bf;
  --green: #22c55e;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #ffffff 0, var(--bg) 34%, #eef4ff 100%);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  z-index: -1;
  background-image: linear-gradient(rgba(15,23,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(15,23,42,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.page-glow {
  position: fixed;
  width: 460px;
  height: 460px;
  border-radius: 999px;
  filter: blur(76px);
  opacity: 0.22;
  pointer-events: none;
  z-index: -2;
  animation: floatGlow 9s ease-in-out infinite alternate;
}
.page-glow-one { top: 80px; right: -140px; background: var(--cyan); }
.page-glow-two { bottom: 180px; left: -180px; background: var(--blue); animation-delay: 1.4s; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(244, 247, 251, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219, 229, 241, 0.9);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.scrolled { box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08); background: rgba(255,255,255,0.9); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -0.03em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: linear-gradient(135deg, var(--ink), #19315f); color: #fff; box-shadow: 0 12px 26px rgba(15, 23, 42, .22); transition: transform .25s ease; }
.brand:hover .brand-mark { transform: rotate(-8deg) scale(1.06); }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .94rem; color: #334155; }
.nav-links a { transition: color .2s ease, transform .2s ease; }
.nav-links a:hover { color: var(--blue); transform: translateY(-1px); }
.nav-cta { padding: 10px 16px; border-radius: 999px; color: #fff !important; background: var(--ink); box-shadow: 0 12px 28px rgba(15,23,42,.16); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; }

.hero { padding: 84px 0 74px; position: relative; overflow: hidden; }
.equation-ribbon { position: absolute; left: 0; right: 0; top: 24px; overflow: hidden; opacity: .72; }
.equation-track { display: flex; gap: 14px; width: max-content; animation: ribbonMove 74s linear infinite; }
.equation-track span { font-family: "JetBrains Mono", monospace; font-size: .78rem; color: #35608c; border: 1px solid rgba(29, 78, 216, .14); background: rgba(255,255,255,.56); border-radius: 999px; padding: 7px 12px; white-space: nowrap; }

.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.eyebrow { color: var(--blue); text-transform: uppercase; font-weight: 900; letter-spacing: .14em; font-size: .74rem; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.75rem, 6.1vw, 5.55rem); line-height: .92; letter-spacing: -.075em; margin-bottom: 25px; max-width: 790px; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1; letter-spacing: -.058em; margin-bottom: 18px; }
h3 { letter-spacing: -.032em; margin-bottom: 8px; }
.hero-text { max-width: 680px; color: #4b5f78; font-size: 1.16rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 32px 0 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 21px; border-radius: 999px; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #133a97); color: #fff; box-shadow: 0 16px 38px rgba(29, 78, 216, .30); }
.btn-primary:hover { box-shadow: 0 20px 48px rgba(29, 78, 216, .40); }
.btn-secondary { background: rgba(255,255,255,.82); border: 1px solid var(--line); color: var(--ink); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; color: #475569; }
.trust-row span { background: rgba(255,255,255,.72); border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; font-size: .88rem; transition: transform .22s ease, border-color .22s ease; }
.trust-row span:hover { transform: translateY(-3px); border-color: #b4c7e8; }

.hero-lab {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(231,240,255,.90));
  border: 1px solid #d7e4f7;
  border-radius: 34px;
  padding: 26px;
  box-shadow: var(--shadow);
  animation: cardFloat 5.6s ease-in-out infinite;
  overflow: hidden;
}
.hero-lab::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 8%, rgba(56,189,248,.28), transparent 33%); pointer-events: none; }
.lab-header, .metric-row, .lab-grid, .formula-card { position: relative; }
.lab-header { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 20px; }
.lab-header small, .metric-row small { display: block; color: var(--muted); margin-bottom: 4px; }
.lab-header strong { font-size: 1.2rem; letter-spacing: -.04em; }
.status-pill { padding: 7px 10px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: .78rem; font-weight: 800; }
.formula-card { background: #0b1630; color: #e0f2fe; border-radius: 22px; padding: 18px; margin-bottom: 16px; overflow: hidden; }
.mono { font-family: "JetBrains Mono", monospace; font-size: clamp(.76rem, 1.4vw, .93rem); }
.formula-line { height: 2px; width: 42%; margin-top: 14px; background: linear-gradient(90deg, var(--cyan), transparent); animation: scanLine 2.5s ease-in-out infinite; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 15px; }
.metric-row div { padding: 17px; background: rgba(255,255,255,.72); border: 1px solid rgba(219,229,241,.8); border-radius: 20px; }
.metric-row strong { font-size: 1.95rem; letter-spacing: -.055em; }
.lab-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 14px; }
.mini-chart { height: 162px; display: flex; align-items: end; gap: 9px; padding: 14px; background: var(--navy); border-radius: 22px; }
.mini-chart span { flex: 1; border-radius: 999px 999px 5px 5px; background: linear-gradient(180deg, var(--cyan), var(--blue-2)); transform-origin: bottom; animation: growBar 1s ease both; }
.mini-chart span:nth-child(2) { animation-delay: .08s; }
.mini-chart span:nth-child(3) { animation-delay: .16s; }
.mini-chart span:nth-child(4) { animation-delay: .24s; }
.mini-chart span:nth-child(5) { animation-delay: .32s; }
.mini-chart span:nth-child(6) { animation-delay: .40s; }
.mini-chart span:nth-child(7) { animation-delay: .48s; }
.diagnostics { display: grid; gap: 10px; }
.diagnostics p { display: flex; align-items: center; gap: 9px; margin: 0; padding: 13px; border-radius: 17px; background: #fff; border: 1px solid var(--line); color: #46566e; font-size: .9rem; }
.diagnostics span { width: 9px; height: 9px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 5px rgba(34,197,94,.12); flex: 0 0 auto; }

.section { padding: 88px 0; }
.section-heading { max-width: 800px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow), .muted-large { color: var(--muted); font-size: 1.04rem; max-width: 720px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 25px; padding: 24px; box-shadow: 0 10px 32px rgba(15, 23, 42, .05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; position: relative; overflow: hidden; }
.service-card::after { content: ""; position: absolute; inset: auto 18px 0 18px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 22px 48px rgba(15, 23, 42, .12); border-color: #bfd2ee; }
.service-card:hover::after { transform: scaleX(1); }
.service-card p, .steps p, .cta-card p { color: var(--muted); margin-bottom: 0; }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: #eff6ff; color: var(--blue); font-weight: 900; margin-bottom: 20px; font-size: 1.1rem; }

.methods-section { padding-top: 36px; }
.methods-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: center; }
.method-panel { background: var(--ink); color: #fff; border-radius: 30px; padding: 20px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08); }
.method-row { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); margin-bottom: 11px; transition: transform .22s ease, background .22s ease; }
.method-row:last-child { margin-bottom: 0; }
.method-row:hover { transform: translateX(4px); background: rgba(56,189,248,.12); }
.method-row span { color: var(--cyan); font-weight: 900; font-family: "JetBrains Mono", monospace; }
.method-row strong { display: block; letter-spacing: -.02em; }
.method-row em { grid-column: 2; color: #b8c7da; font-style: normal; margin-top: -6px; font-size: .92rem; }

.section-dark { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; inset: -140px auto auto -120px; width: 390px; height: 390px; border-radius: 999px; background: rgba(56,189,248,.16); filter: blur(46px); }
.section-dark::after { content: ""; position: absolute; right: -180px; bottom: -160px; width: 420px; height: 420px; border-radius: 999px; background: rgba(37,99,235,.16); filter: blur(52px); }
.section-dark .eyebrow { color: var(--cyan); }
.dark-muted { color: #b7c5d8; }
.split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 42px; align-items: start; position: relative; z-index: 1; }
.sticky-copy { position: sticky; top: 110px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.case-item { border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: rgba(255,255,255,.052); overflow: hidden; transition: background .25s ease, border-color .25s ease, transform .22s ease; }
.case-item:hover { transform: translateY(-3px); border-color: rgba(56,189,248,.28); }
.case-item.open { background: rgba(255,255,255,.09); border-color: rgba(56,189,248,.45); }
.case-toggle { width: 100%; display: grid; grid-template-columns: 38px 1fr 25px; gap: 12px; align-items: start; padding: 17px; color: inherit; background: transparent; border: 0; text-align: left; cursor: pointer; font: inherit; }
.case-toggle span { color: var(--cyan); font-weight: 900; font-family: "JetBrains Mono", monospace; font-size: .86rem; }
.case-toggle h3 { margin-bottom: 3px; font-size: 1rem; }
.case-toggle p { color: #b7c5d8; margin-bottom: 0; font-size: .86rem; line-height: 1.35; }
.case-toggle b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 999px; background: rgba(255,255,255,.12); color: var(--cyan); transition: transform .25s ease; line-height: 1; }
.case-item.open .case-toggle b { transform: rotate(45deg); }
.case-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.case-content p { overflow: hidden; padding: 0 17px; margin: 0; color: #d8e2ef; font-size: .9rem; line-height: 1.5; }
.case-item.open .case-content { grid-template-rows: 1fr; }
.case-item.open .case-content p { padding-bottom: 17px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps div { background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 24px; padding: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.steps div:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(15, 23, 42, .09); }
.steps strong { display: grid; place-items: center; width: 38px; height: 38px; background: #eff6ff; color: var(--blue); border-radius: 12px; margin-bottom: 18px; }
.cta-section { padding: 32px 0 88px; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 34px; background: rgba(255,255,255,.83); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .92rem; }
.footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@keyframes growBar { from { transform: scaleY(.12); opacity: .35; } to { transform: scaleY(1); opacity: 1; } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes floatGlow { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(28px,-18px,0) scale(1.08); } }
@keyframes ribbonMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes scanLine { 0%,100% { width: 28%; opacity: .45; } 50% { width: 96%; opacity: 1; } }

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

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 72px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .methods-grid { grid-template-columns: 1fr; }
  .service-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .sticky-copy { position: static; }
  .cta-card, .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero { padding-top: 64px; }
  .service-grid, .steps, .case-grid, .lab-grid { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  h1 { font-size: 3rem; }
  .case-toggle { grid-template-columns: 34px 1fr 25px; gap: 10px; padding: 15px; }
}

/* ===== UI Enhancement Pass ===== */
.cursor-spotlight {
  position: fixed;
  left: var(--mx, 50%);
  top: var(--my, 42%);
  width: 520px;
  height: 520px;
  border-radius: 999px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(56,189,248,.16), rgba(37,99,235,.07) 38%, transparent 67%);
  filter: blur(10px);
  z-index: -1;
  opacity: .82;
  transition: opacity .25s ease;
}

.site-header {
  backdrop-filter: blur(18px) saturate(1.15);
  background: rgba(248, 250, 252, .70);
}

.nav {
  border: 1px solid rgba(226, 232, 240, .72);
  border-radius: 999px;
  margin-top: 12px;
  padding-inline: 18px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 12px 40px rgba(15,23,42,.05);
}

.site-header.scrolled .nav {
  box-shadow: 0 18px 55px rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
}

.brand-mark {
  background: conic-gradient(from 160deg, #0f172a, #2563eb, #38bdf8, #0f172a);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 10px 26px rgba(37,99,235,.25);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 80px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,.22), transparent);
}

.hero-grid { align-items: center; }
.hero-copy { position: relative; }
.hero-copy::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -42px;
  font-family: "JetBrains Mono", monospace;
  font-size: .72rem;
  letter-spacing: .22em;
  color: rgba(37,99,235,.18);
  font-weight: 800;
}

h1 {
  background: linear-gradient(135deg, #0f172a 10%, #172554 55%, #2563eb 115%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.audience-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}
.audience-switch div {
  padding: 15px 16px;
  border: 1px solid rgba(37,99,235,.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(239,246,255,.62));
  box-shadow: 0 12px 32px rgba(15,23,42,.055);
}
.audience-switch strong { display:block; font-size:.95rem; letter-spacing:-.02em; }
.audience-switch small { display:block; color:var(--muted); margin-top:4px; line-height:1.35; }

.hero-lab {
  transform-style: preserve-3d;
  border: 1px solid rgba(37,99,235,.17);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(239,246,255,.82));
}
.hero-lab::before {
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(120deg, transparent 0 35%, rgba(255,255,255,.62) 45%, transparent 56%),
    radial-gradient(circle at 20% 0%, rgba(56,189,248,.14), transparent 32%);
  opacity:.72;
  pointer-events:none;
}
.hero-lab > * { position: relative; z-index: 1; }
.status-pill { display:inline-flex; align-items:center; gap:8px; }
.status-pill i {
  width:8px; height:8px; border-radius:999px; background:var(--green);
  box-shadow: 0 0 0 0 rgba(34,197,94,.52);
  animation: pulseDot 1.8s ease infinite;
}

.model-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 14px 0 10px;
}
.model-tab {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  border-radius: 999px;
  padding: 9px 10px;
  color: var(--muted);
  font: 800 .78rem "JetBrains Mono", monospace;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.model-tab:hover { transform: translateY(-2px); border-color: rgba(37,99,235,.32); }
.model-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.model-note {
  min-height: 40px;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(15,23,42,.04);
  border: 1px dashed rgba(37,99,235,.22);
  color: #42526a;
  font-size: .88rem;
  line-height: 1.45;
}

.service-card {
  isolation: isolate;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,.80));
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 0%), rgba(37,99,235,.12), transparent 34%);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: -1;
}
.service-card:hover::before { opacity: 1; }
.service-tags, .case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.service-tags span {
  font: 800 .72rem "JetBrains Mono", monospace;
  color: #2563eb;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 6px 8px;
}

.method-panel { position: relative; overflow: hidden; }
.panel-sheen {
  position:absolute;
  inset:-40% auto auto -50%;
  width:70%;
  height:180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  transform: rotate(18deg);
  animation: panelSheen 7s ease-in-out infinite;
}

.case-item {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 14px 34px rgba(0,0,0,.11);
}
.case-toggle h3 { letter-spacing: -.025em; }
.case-tags {
  color: #7dd3fc;
  font: 800 .72rem "JetBrains Mono", monospace;
  padding-top: 10px;
  opacity: .9;
}
.case-content p { display:block; }

.steps div {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,250,252,.78));
}
.steps div::after {
  content:"";
  position:absolute;
  right:-30px;
  top:-30px;
  width:100px;
  height:100px;
  border-radius:999px;
  background: rgba(37,99,235,.07);
}

.cta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(239,246,255,.88));
}
.cta-card::before {
  content:"";
  position:absolute;
  inset:auto -80px -130px auto;
  width:280px;
  height:280px;
  background: radial-gradient(circle, rgba(37,99,235,.18), transparent 66%);
}
.cta-card > * { position:relative; z-index:1; }

@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,.52); }
  70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
@keyframes panelSheen {
  0%, 32% { transform: translateX(-20%) rotate(18deg); opacity:0; }
  42%, 58% { opacity:1; }
  72%, 100% { transform: translateX(250%) rotate(18deg); opacity:0; }
}

@media (max-width: 680px) {
  .nav { border-radius: 22px; }
  .audience-switch { grid-template-columns: 1fr; }
  .cursor-spotlight { display: none; }
}

/* ===== Content revision: logo cloud + clearer project card ===== */
.analysis-flow {
  position: relative;
  display: grid;
  gap: 10px;
  background: #0b1630;
  color: #e0f2fe;
  border-radius: 22px;
  padding: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}
.analysis-flow::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 32px;
  bottom: 32px;
  width: 1px;
  background: linear-gradient(180deg, var(--cyan), rgba(56,189,248,.08));
}
.analysis-flow div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 12px;
  row-gap: 2px;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
}
.analysis-flow span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  background: rgba(56,189,248,.14);
  border: 1px solid rgba(125,211,252,.30);
  color: #7dd3fc;
  font: 900 .72rem "JetBrains Mono", monospace;
}
.analysis-flow strong { font-size: .95rem; letter-spacing: -.02em; }
.analysis-flow small { color: #b8c7da; line-height: 1.35; }

.clients-section {
  padding: 46px 0 18px;
}
.clients-inner {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 32px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(215,228,247,.9);
  border-radius: 30px;
  background: rgba(255,255,255,.70);
  box-shadow: 0 18px 55px rgba(15,23,42,.07);
}
.clients-inner h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.5rem);
  margin-bottom: 12px;
}
.clients-inner p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 0;
}
.logo-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.client-logo {
  min-height: 74px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px dashed rgba(37,99,235,.22);
  background: linear-gradient(180deg, rgba(248,250,252,.92), rgba(239,246,255,.76));
  color: #64748b;
  font: 900 .72rem "JetBrains Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.client-logo:hover {
  transform: translateY(-4px);
  border-color: rgba(37,99,235,.40);
  background: #fff;
}

@media (max-width: 980px) {
  .clients-inner { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .logo-cloud { grid-template-columns: repeat(2, 1fr); }
  .clients-inner { padding: 20px; }
}


/* ===== Latest refinements: slower banner + compact workflow timeline ===== */
.workflow-card {
  position: relative;
  background: #0b1630;
  color: #e0f2fe;
  border-radius: 22px;
  padding: 16px 16px 18px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(125,211,252,.18);
}
.workflow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(56,189,248,.22), transparent 34%);
  pointer-events: none;
}
.workflow-line {
  position: relative;
  margin: 0 0 14px;
  color: #eaf6ff;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.workflow-timeline {
  --progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding-top: 18px;
}
.workflow-timeline::before,
.workflow-timeline::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 5px;
  height: 2px;
  border-radius: 999px;
}
.workflow-timeline::before { background: rgba(255,255,255,.16); }
.workflow-timeline::after {
  right: auto;
  width: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--teal));
  transform-origin: left;
  animation: workflowLine 7.2s steps(6) infinite;
}
.workflow-timeline span {
  position: relative;
  display: block;
  min-width: 0;
  padding-top: 8px;
  color: #a8c4df;
  font: 800 .62rem "JetBrains Mono", monospace;
  text-align: center;
  white-space: nowrap;
}
.workflow-timeline span::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #20314d;
  border: 2px solid rgba(125,211,252,.38);
  z-index: 2;
  animation: workflowDot 7.2s infinite;
}
.workflow-timeline span::after { content: attr(data-step); }
.workflow-timeline span:nth-child(1)::before { animation-delay: 0s; }
.workflow-timeline span:nth-child(2)::before { animation-delay: 1.2s; }
.workflow-timeline span:nth-child(3)::before { animation-delay: 2.4s; }
.workflow-timeline span:nth-child(4)::before { animation-delay: 3.6s; }
.workflow-timeline span:nth-child(5)::before { animation-delay: 4.8s; }
.workflow-timeline span:nth-child(6)::before { animation-delay: 6s; }
.compact-lab-grid { grid-template-columns: .9fr 1.1fr; }
.compact-lab-grid .mini-chart { height: 118px; border-radius: 18px; }
.compact-diagnostics { gap: 8px; }
.compact-diagnostics p { padding: 10px 11px; font-size: .84rem; border-radius: 14px; }
.hero-lab { padding: 22px; }
.lab-header { margin-bottom: 14px; }

@keyframes workflowLine {
  0% { transform: scaleX(0); }
  16% { transform: scaleX(.18); }
  32% { transform: scaleX(.36); }
  48% { transform: scaleX(.55); }
  64% { transform: scaleX(.73); }
  80%, 100% { transform: scaleX(1); }
}
@keyframes workflowDot {
  0%, 12% { background: var(--cyan); box-shadow: 0 0 0 5px rgba(56,189,248,.14); border-color: rgba(224,242,254,.95); }
  13%, 100% { background: #20314d; box-shadow: none; border-color: rgba(125,211,252,.38); }
}

@media (max-width: 680px) {
  .workflow-timeline { gap: 4px; }
  .workflow-timeline span { font-size: .54rem; }
  .compact-lab-grid { grid-template-columns: 1fr; }
}

/* SEO FAQ section */
.faq-section {
  background: rgba(255,255,255,0.62);
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.faq-card {
  padding: 22px;
  border: 1px solid rgba(18, 28, 45, 0.12);
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 18px 45px rgba(18, 28, 45, 0.06);
}
.faq-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}
.faq-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 760px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== Workflow card update ===== */
.focus-workflow {
  padding: 18px 18px 16px;
  margin-bottom: 0;
}
.workflow-support {
  position: relative;
  margin: 18px 0 0;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(125,211,252,.16);
  color: #cfe6f8;
  font-size: .9rem;
  line-height: 1.45;
}
.workflow-timeline-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.workflow-timeline-seven::after {
  animation: workflowLineSeven 9.8s steps(7) infinite;
}
.workflow-timeline-seven span::before {
  animation: workflowDotSeven 9.8s infinite;
}
.workflow-timeline-seven span:nth-child(1)::before { animation-delay: 0s; }
.workflow-timeline-seven span:nth-child(2)::before { animation-delay: 1.4s; }
.workflow-timeline-seven span:nth-child(3)::before { animation-delay: 2.8s; }
.workflow-timeline-seven span:nth-child(4)::before { animation-delay: 4.2s; }
.workflow-timeline-seven span:nth-child(5)::before { animation-delay: 5.6s; }
.workflow-timeline-seven span:nth-child(6)::before { animation-delay: 7s; }
.workflow-timeline-seven span:nth-child(7)::before { animation-delay: 8.4s; }
@keyframes workflowLineSeven {
  0% { transform: scaleX(0); }
  14% { transform: scaleX(.15); }
  28% { transform: scaleX(.31); }
  42% { transform: scaleX(.47); }
  56% { transform: scaleX(.63); }
  70% { transform: scaleX(.79); }
  84%, 100% { transform: scaleX(1); }
}
@keyframes workflowDotSeven {
  0%, 10% { background: var(--cyan); box-shadow: 0 0 0 5px rgba(56,189,248,.14); border-color: rgba(224,242,254,.95); }
  11%, 100% { background: #20314d; box-shadow: none; border-color: rgba(125,211,252,.38); }
}
@media (max-width: 680px) {
  .workflow-line { font-size: .95rem; }
  .workflow-timeline-seven span { font-size: .48rem; }
  .workflow-support { font-size: .82rem; }
}

/* ===== Workflow timeline refinement: smoother line + retained highlights ===== */
.workflow-card.focus-workflow {
  padding: 22px 18px 18px;
}
.workflow-card.focus-workflow .workflow-line {
  display: none;
}
.workflow-timeline.workflow-timeline-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px;
  padding-top: 22px;
  margin-top: 2px;
}
.workflow-timeline.workflow-timeline-seven::before,
.workflow-timeline.workflow-timeline-seven::after {
  left: 6px;
  right: 6px;
  top: 7px;
}
.workflow-timeline.workflow-timeline-seven::after {
  width: calc(100% - 12px);
  animation: workflowLineSmooth 10.8s cubic-bezier(.38, 0, .14, 1) infinite;
}
.workflow-timeline.workflow-timeline-seven span {
  font-size: .55rem;
  letter-spacing: -.04em;
}
.workflow-timeline.workflow-timeline-seven span::before {
  top: -20px;
  animation: none !important;
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.workflow-timeline.workflow-timeline-seven span.is-complete::before {
  background: var(--cyan);
  border-color: rgba(224,242,254,.96);
  box-shadow: 0 0 0 5px rgba(56,189,248,.15), 0 0 18px rgba(45,212,191,.32);
  transform: translateX(-50%) scale(1.08);
}
.workflow-timeline.workflow-timeline-seven span.is-complete::after {
  color: #eaf6ff;
}
.workflow-support {
  margin-top: 20px;
  text-align: center;
}
@keyframes workflowLineSmooth {
  0% { transform: scaleX(0); opacity: .9; }
  86% { transform: scaleX(1); opacity: 1; }
  94% { transform: scaleX(1); opacity: 1; }
  95% { transform: scaleX(0); opacity: 0; }
  100% { transform: scaleX(0); opacity: 0; }
}
@media (max-width: 680px) {
  .workflow-timeline.workflow-timeline-seven { gap: 3px; }
  .workflow-timeline.workflow-timeline-seven span { font-size: .46rem; }
}


/* ===== Client logo + timeline sync update ===== */
.brand-with-logo {
  min-width: 178px;
}
.brand-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 178px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #07111d, #0f2438 58%, #0d3348);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, .22), 0 14px 30px rgba(15, 23, 42, .12);
  overflow: hidden;
}
.brand-logo {
  display: block;
  width: 148px;
  max-height: 32px;
  object-fit: contain;
}

.logo-cloud {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.client-logo {
  min-height: 92px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(203, 213, 225, .82);
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 36px rgba(15,23,42,.06);
  text-transform: none;
  letter-spacing: normal;
}
.client-logo img {
  display: block;
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(.96) contrast(1.02);
}
.client-logo:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.30);
  background: #fff;
  box-shadow: 0 20px 48px rgba(15,23,42,.10);
}

.workflow-timeline.workflow-timeline-seven::after {
  width: calc(100% - 12px);
  transform-origin: left center;
  transform: scaleX(var(--workflow-progress, 0));
  animation: none !important;
  opacity: var(--workflow-line-opacity, 1);
  transition: none;
}
.workflow-timeline.workflow-timeline-seven span::before {
  animation: none !important;
}
.workflow-timeline.workflow-timeline-seven span.is-complete::before {
  background: var(--cyan);
  border-color: rgba(224,242,254,.96);
  box-shadow: 0 0 0 5px rgba(56,189,248,.15), 0 0 18px rgba(45,212,191,.32);
  transform: translateX(-50%) scale(1.08);
}
.workflow-timeline.workflow-timeline-seven span.is-complete::after {
  color: #eaf6ff;
}

@media (max-width: 760px) {
  .brand-with-logo { min-width: auto; }
  .brand-logo-shell { min-width: 136px; height: 38px; padding-inline: 10px; }
  .brand-logo { width: 116px; }
  .logo-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo { min-height: 82px; padding: 14px; }
  .client-logo img { max-height: 46px; }
}

/* ===== Latest clean-up: logo, workflow header, service cards ===== */
.brand-logo-shell {
  min-width: 190px;
  height: 46px;
  padding: 5px 14px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(203, 213, 225, .72);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
}
.brand-logo {
  width: 168px;
  max-height: 38px;
}
.lab-header {
  align-items: center;
  margin-bottom: 10px;
}
.lab-header strong {
  font-size: .98rem;
}
.workflow-card.focus-workflow {
  padding-top: 18px;
}
.service-card {
  min-height: 0;
}
.service-card p {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .brand-logo-shell { min-width: 148px; height: 40px; }
  .brand-logo { width: 132px; max-height: 32px; }
}

/* ===== Requested edits: larger borderless logo + snaking workflow ===== */
.brand-with-logo {
  min-width: 245px;
}
.brand-logo-shell {
  min-width: 245px !important;
  height: 62px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.brand-logo {
  width: 230px !important;
  max-height: 58px !important;
  object-fit: contain;
}

.hero-lab {
  align-self: stretch;
}
.workflow-card.workflow-card-snake {
  padding: 20px 18px 18px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snake-workflow {
  position: relative;
  width: 100%;
  min-height: 205px;
  display: grid;
  place-items: center;
}
.snake-svg {
  width: 100%;
  max-width: 420px;
  height: auto;
  overflow: visible;
}
.snake-track-base,
.snake-track-progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.snake-track-base {
  stroke: rgba(255,255,255,.14);
  stroke-width: 5;
}
.snake-track-progress {
  stroke: url(#workflowGradient);
  stroke: var(--cyan);
  stroke-width: 5;
  filter: drop-shadow(0 0 12px rgba(56,189,248,.35));
}
.snake-step circle {
  fill: #182334;
  stroke: rgba(255,255,255,.30);
  stroke-width: 3;
  transition: fill .18s linear, stroke .18s linear, r .18s linear, filter .18s linear;
}
.snake-step text {
  font-size: 13px;
  font-weight: 800;
  fill: rgba(226,232,240,.72);
  text-anchor: middle;
  letter-spacing: -.02em;
  transition: fill .18s linear;
}
.snake-step.is-complete circle {
  fill: var(--cyan);
  stroke: rgba(224,242,254,.96);
  r: 9;
  filter: drop-shadow(0 0 12px rgba(45,212,191,.42));
}
.snake-step.is-complete text {
  fill: #f8fcff;
}
.workflow-support {
  margin-top: 4px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .brand-with-logo { min-width: 190px; }
  .brand-logo-shell { min-width: 190px !important; height: 52px !important; }
  .brand-logo { width: 178px !important; max-height: 48px !important; }
  .workflow-card.workflow-card-snake { min-height: 270px; padding: 18px 14px; }
  .snake-step text { font-size: 11px; }
}

/* ===== Circular workflow replacement ===== */
.workflow-card.workflow-card-circle {
  padding: 18px 18px 16px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.circle-workflow {
  position: relative;
  width: 100%;
  min-height: 290px;
  display: grid;
  place-items: center;
}
.circle-svg {
  width: min(100%, 340px);
  height: auto;
  overflow: visible;
}
.circle-track-base,
.circle-track-progress {
  fill: none;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 170px 170px;
}
.circle-track-base {
  stroke: rgba(255,255,255,.14);
  stroke-width: 5;
}
.circle-track-progress {
  stroke: var(--cyan);
  stroke-width: 5;
  filter: drop-shadow(0 0 12px rgba(56,189,248,.36));
}
.circle-step circle {
  fill: #182334;
  stroke: rgba(255,255,255,.30);
  stroke-width: 3;
  transition: fill .14s linear, stroke .14s linear, r .14s linear, filter .14s linear;
}
.circle-step text {
  font-size: 13px;
  font-weight: 800;
  fill: rgba(226,232,240,.70);
  text-anchor: middle;
  letter-spacing: -.02em;
  transition: fill .14s linear, opacity .14s linear;
}
.circle-step.is-complete circle {
  fill: var(--cyan);
  stroke: rgba(224,242,254,.96);
  r: 9;
  filter: drop-shadow(0 0 12px rgba(45,212,191,.42));
}
.circle-step.is-complete text {
  fill: #f8fcff;
  opacity: 1;
}
.circle-centre {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 138px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 18px;
  background: radial-gradient(circle at 50% 18%, rgba(255,255,255,.12), rgba(15,23,42,.78) 58%, rgba(2,6,23,.88));
  border: 1px solid rgba(148,163,184,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 45px rgba(0,0,0,.22);
}
.circle-centre span {
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(226,232,240,.58);
  font-weight: 800;
}
.circle-centre strong {
  margin-top: 6px;
  color: #fff;
  font-size: 1.08rem;
  letter-spacing: -.04em;
}

@media (max-width: 760px) {
  .workflow-card.workflow-card-circle { min-height: 330px; padding: 16px 12px; }
  .circle-workflow { min-height: 270px; }
  .circle-step text { font-size: 11px; }
  .circle-centre { width: 118px; height: 118px; }
  .circle-centre strong { font-size: .95rem; }
}

/* ===== Carousel workflow replacement ===== */
.workflow-card.workflow-card-carousel {
  min-height: 350px;
  padding: 18px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.workflow-carousel {
  position: relative;
  width: 100%;
  min-height: 255px;
  perspective: 900px;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.carousel-orbit {
  position: absolute;
  left: 50%;
  top: 53%;
  width: min(82%, 290px);
  height: 118px;
  transform: translate(-50%, -50%) rotateX(62deg);
  border: 1px solid rgba(148,163,184,.22);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(56,189,248,.10), transparent 58%),
    linear-gradient(90deg, transparent, rgba(56,189,248,.16), transparent);
  box-shadow: inset 0 0 25px rgba(56,189,248,.08);
  z-index: 0;
}
.carousel-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.24);
  background: rgba(15,23,42,.70);
  color: rgba(226,232,240,.74);
  font-weight: 850;
  font-size: .78rem;
  letter-spacing: -.02em;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  opacity: .55;
  will-change: transform, opacity, filter, background, color;
  transition: background .16s linear, color .16s linear, border-color .16s linear, box-shadow .16s linear;
  z-index: var(--z, 1);
}
.carousel-stage.is-focus {
  background: linear-gradient(135deg, rgba(56,189,248,.98), rgba(37,99,235,.96));
  color: #fff;
  border-color: rgba(224,242,254,.95);
  box-shadow: 0 20px 48px rgba(37,99,235,.34), 0 0 0 6px rgba(56,189,248,.10);
}
.workflow-card-carousel .workflow-support {
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .workflow-card.workflow-card-carousel { min-height: 320px; padding: 16px 12px; }
  .workflow-carousel { min-height: 235px; }
  .carousel-stage { min-width: 72px; height: 34px; font-size: .7rem; padding: 0 11px; }
  .carousel-orbit { width: 88%; height: 104px; }
}


/* ===== Clean carousel pass ===== */
.hero-lab {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
.hero-lab::before { display: none !important; }

.workflow-card.workflow-card-carousel.workflow-card-bare {
  min-height: 330px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

.workflow-carousel {
  position: relative;
  width: 100%;
  min-height: 240px;
  perspective: 1000px;
  transform-style: preserve-3d;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.carousel-orbit {
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(84%, 310px);
  height: 112px;
  transform: translate(-50%, -50%) rotateX(64deg);
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 999px;
  background: none;
  box-shadow: none;
  z-index: 0;
}
.carousel-orbit::before,
.carousel-orbit::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  pointer-events: none;
}
.carousel-orbit::before {
  inset: 0;
  border: 1px dashed rgba(148,163,184,.10);
}
.carousel-orbit::after {
  background: radial-gradient(ellipse at center, rgba(37,99,235,.06), transparent 62%);
  filter: blur(10px);
}

.carousel-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(15,23,42,.46);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: -.025em;
  line-height: 1;
  box-shadow: none;
  opacity: .46;
  text-shadow: none;
  will-change: transform, opacity, filter, color;
  transition: color .2s linear, opacity .2s linear;
  z-index: var(--z, 1);
  white-space: nowrap;
}
.carousel-stage.is-focus {
  background: transparent;
  color: #0f172a;
  border: 0;
  box-shadow: none;
  opacity: 1;
  text-shadow: 0 12px 28px rgba(15,23,42,.12);
}

.workflow-card-carousel .workflow-support {
  max-width: 28rem;
  margin: 12px auto 0;
  padding-top: 10px;
  text-align: center;
  color: #475569;
  font-size: .95rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .workflow-card.workflow-card-carousel.workflow-card-bare {
    min-height: 286px;
  }
  .workflow-carousel {
    min-height: 205px;
  }
  .carousel-orbit {
    width: 92%;
    height: 96px;
  }
  .carousel-stage {
    font-size: .84rem;
  }
  .workflow-card-carousel .workflow-support {
    margin-top: 8px;
    font-size: .88rem;
  }
}


/* ===== Final transparent carousel fix ===== */
.hero-lab,
.hero-lab.reveal,
.hero-lab.delay-1 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible !important;
}
.hero-lab::before,
.hero-lab::after {
  display: none !important;
  opacity: 0 !important;
}

.workflow-card.workflow-card-carousel,
.workflow-card.workflow-card-carousel.workflow-card-bare,
.workflow-card-bare {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 300px !important;
  overflow: visible !important;
}
.workflow-card.workflow-card-carousel::before,
.workflow-card.workflow-card-carousel::after,
.workflow-card-bare::before,
.workflow-card-bare::after {
  display: none !important;
  opacity: 0 !important;
}

.workflow-carousel {
  background: transparent !important;
  min-height: 250px !important;
}
.workflow-carousel::before,
.workflow-carousel::after {
  display: none !important;
  opacity: 0 !important;
}

.carousel-orbit,
.carousel-orbit::before,
.carousel-orbit::after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.workflow-support {
  display: none !important;
}

.carousel-stage {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(15, 23, 42, .48) !important;
  font-weight: 760 !important;
}
.carousel-stage.is-focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #0f172a !important;
  font-weight: 900 !important;
  text-shadow: 0 16px 34px rgba(15, 23, 42, .10) !important;
}

@media (max-width: 760px) {
  .workflow-card.workflow-card-carousel,
  .workflow-card.workflow-card-carousel.workflow-card-bare,
  .workflow-card-bare {
    min-height: 255px !important;
  }
  .workflow-carousel { min-height: 220px !important; }
}


/* ===== Carousel sizing pass ===== */
.workflow-card.workflow-card-carousel,
.workflow-card.workflow-card-carousel.workflow-card-bare,
.workflow-card-bare {
  min-height: 340px !important;
}
.workflow-carousel {
  min-height: 290px !important;
  margin-top: 16px !important;
}
.carousel-stage {
  font-size: 1.08rem !important;
}
.carousel-stage.is-focus {
  text-shadow: 0 18px 38px rgba(15, 23, 42, .12) !important;
}
@media (max-width: 760px) {
  .workflow-card.workflow-card-carousel,
  .workflow-card.workflow-card-carousel.workflow-card-bare,
  .workflow-card-bare {
    min-height: 280px !important;
  }
  .workflow-carousel {
    min-height: 236px !important;
    margin-top: 10px !important;
  }
  .carousel-stage {
    font-size: .92rem !important;
  }
}

/* ===== Mobile-only fix: remove workflow carousel from phone/tablet layout ===== */
@media (max-width: 760px) {
  .hero-lab,
  .workflow-card.workflow-card-carousel,
  .workflow-card.workflow-card-carousel.workflow-card-bare,
  .workflow-card-bare,
  .workflow-carousel,
  [data-workflow-carousel] {
    display: none !important;
  }

  .hero-grid {
    display: block !important;
  }
}

.email-display {
  background: #ffffff !important;
  color: #07111f !important;
  border: 1px solid #b8c7da !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
  user-select: text;
  cursor: text;
}

.email-display:hover {
  transform: none !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08) !important;
}