/* ══════════════════════════════════════════════
   BRANDTHINKS — clean stylesheet
   ══════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #1A5CFF;
  --blue-soft: rgba(26, 92, 255, .42);
  --blue-faint: rgba(26, 92, 255, .07);
  --dark: #141618;
  --dark2: #181C22;
  --dark3: #1C2028;
  --dark4: #202430;
  --white: #E8EDF8;
  --grey: #8A92A0;
  --grey2: #3A4248;
}

html { scroll-behavior: smooth; }
body {
  background: var(--dark);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  cursor: none;
}
/* Devices without precise hover (mobile/tablet): restore native cursor */
@media (hover: none), (pointer: coarse) {
  body { cursor: auto; }
  #C, #CR { display: none !important; }
}

/* ──────────────────────────────────────────────
   Accessibility primitives
   ────────────────────────────────────────────── */
.skip-link {
  position: fixed; top: -100px; left: 16px;
  z-index: 10000;
  background: var(--blue); color: #fff;
  padding: 12px 22px; border-radius: 6px;
  font-size: 13px; font-weight: 500; letter-spacing: 1px;
  text-transform: uppercase; text-decoration: none;
  transition: top .25s;
}
.skip-link:focus { top: 16px; outline: 2px solid #fff; outline-offset: 2px; }

*:focus-visible {
  outline: 2px solid var(--blue) !important;
  outline-offset: 3px !important;
  border-radius: 4px;
}
button:focus-visible, .bp:focus-visible, .bs:focus-visible, .ncta:focus-visible,
.c-ql:focus-visible, .fsub:focus-visible {
  outline-offset: 4px !important;
}

/* Cursor */
#C  { position: fixed; width: 8px; height: 8px; background: var(--blue); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); }
#CR { position: fixed; width: 32px; height: 32px; border: 1px solid rgba(26,92,255,.5); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); transition: width .35s, height .35s; }
#CR.big { width: 54px; height: 54px; }

::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--blue); }

/* Background canvas */
#bgC { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .38; }

/* Scroll progress bar */
#scrollBar {
  position: fixed; top: 0; left: 0; height: 2px;
  background: var(--blue); z-index: 9999;
  width: 0; transition: width .1s linear;
  box-shadow: 0 0 8px var(--blue);
}

/* ══════════ NAV ══════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 60px; transition: all .4s;
}
nav.sc {
  background: rgba(20, 22, 24, .93);
  backdrop-filter: blur(28px);
  padding: 12px 60px;
  border-bottom: 1px solid rgba(26, 92, 255, .09);
}
.logo-txt {
  text-decoration: none; font-family: 'DM Serif Display', serif;
  font-size: 24px; color: var(--white); letter-spacing: 1px;
  line-height: 1; display: flex; align-items: center; gap: 10px;
}
.logo-img {
  height: 56px; width: auto; display: block;
  transition: transform .35s ease, filter .35s ease;
  filter: drop-shadow(0 0 18px rgba(26, 92, 255, .25));
}
.logo-txt:hover .logo-img { transform: scale(1.04); filter: drop-shadow(0 0 28px rgba(26, 92, 255, .55)); }
.logo-fallback { display: none; flex-direction: column; align-items: flex-start; }
.logo-fallback .lt-main { display: block; font-style: italic; font-weight: 700; }
.logo-fallback .lt-sub {
  display: block; font-family: 'Inter', sans-serif;
  font-size: 9px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--blue); font-weight: 400; margin-top: 2px;
}
.nl { display: flex; gap: 40px; list-style: none; }
.nl a {
  text-decoration: none; color: var(--grey);
  font-size: 11px; font-weight: 400; letter-spacing: 2.5px;
  text-transform: uppercase; transition: color .3s; position: relative;
}
.nl a::after {
  content: ""; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--blue); transition: width .3s;
}
.nl a:hover { color: var(--white); }
.nl a:hover::after { width: 100%; }
.ncta {
  border: 1px solid rgba(26, 92, 255, .45) !important;
  color: var(--blue) !important;
  padding: 9px 26px; border-radius: 100px;
  transition: all .3s !important;
}
.ncta:hover {
  background: var(--blue) !important; color: var(--white) !important;
  box-shadow: 0 0 24px var(--blue-soft) !important;
}
.ncta::after { display: none !important; }

/* ══════════ HERO ══════════ */
#hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding: 100px 60px 60px;
  position: relative; overflow: hidden; z-index: 1; gap: 40px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 55% 80% at 78% 50%, rgba(26,92,255,.11) 0%, transparent 65%),
    radial-gradient(ellipse 30% 35% at 12% 70%, rgba(26,92,255,.06) 0%, transparent 55%);
}
.hgrid {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(26,92,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,92,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 0%, transparent 75%);
}
.hlines { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hlines i {
  position: absolute; display: block; width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(26,92,255,.55), transparent);
  animation: lf 5s ease-in-out infinite;
  top: -100%; opacity: 0;
}
.hlines i:nth-child(1) { left: 16%; height: 260px; animation-delay: 0s;   animation-duration: 3.8s; }
.hlines i:nth-child(2) { left: 38%; height: 180px; animation-delay: 1.1s; animation-duration: 4.3s; }
.hlines i:nth-child(3) { left: 60%; height: 300px; animation-delay: 2.3s; animation-duration: 3.6s; }
.hlines i:nth-child(4) { left: 80%; height: 200px; animation-delay: .6s;  animation-duration: 5s;   }
.hlines i:nth-child(5) { left: 92%; height: 160px; animation-delay: 1.8s; animation-duration: 4.5s; }
@keyframes lf {
  0%   { top: -30%; opacity: 0; }
  25%  { opacity: 1; }
  75%  { opacity: .8; }
  100% { top: 115%; opacity: 0; }
}

.orb {
  position: absolute; border-radius: 50%;
  filter: blur(90px); animation: orbF 10s ease-in-out infinite;
  z-index: 0; pointer-events: none;
}
.o1 { width: 700px; height: 700px; right: -180px; top: -180px;  background: radial-gradient(circle, rgba(26,92,255,.17), transparent 65%); }
.o2 { width: 380px; height: 380px; left: -80px;  bottom: -80px; background: radial-gradient(circle, rgba(26,92,255,.09), transparent 65%); animation-delay: -6s; }
.o3 { width: 200px; height: 200px; left: 30%;    top: 20%;      background: radial-gradient(circle, rgba(26,92,255,.05), transparent 65%); animation-delay: -3s; }
@keyframes orbF {
  0%, 100% { transform: translateY(0)   scale(1); }
  50%      { transform: translateY(-28px) scale(1.05); }
}

.hero-left { position: relative; z-index: 2; }

/* Lightweight hero KPI visual */
.hero-viz {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: 18px;
  opacity: 0; animation: fU 1s ease forwards 1.6s;
}
.hv-panel {
  background: rgba(20, 24, 34, .72);
  border: 1px solid rgba(26, 92, 255, .18);
  border-radius: 8px;
  padding: 18px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative; overflow: hidden;
}
.hv-panel::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 0%, rgba(26, 92, 255, .12), transparent 65%);
  pointer-events: none;
}
.hv-head {
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--grey); margin-bottom: 14px;
}
.hv-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(26, 92, 255, .6);
  animation: hvDotPulse 1.8s ease-out infinite;
  flex-shrink: 0;
}
@keyframes hvDotPulse {
  0%   { box-shadow: 0 0 0 0 rgba(26, 92, 255, .6); }
  70%  { box-shadow: 0 0 0 10px rgba(26, 92, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(26, 92, 255, 0); }
}
.hv-title { color: var(--white); font-weight: 500; flex: 1; }
.hv-time { color: var(--blue); font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 1.5px; }
.hv-chart {
  height: 110px; margin: 4px -6px 14px;
  position: relative;
}
.hv-chart svg { width: 100%; height: 100%; overflow: visible; }
.hv-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(26, 92, 255, .12);
}
.hv-cell { display: flex; flex-direction: column; gap: 2px; }
.hv-cl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); }
.hv-cv { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--white); line-height: 1; letter-spacing: 1px; }
.hv-cv:after { content: ''; }

.hv-ticker {
  display: flex; flex-direction: column;
  background: rgba(18, 22, 30, .6);
  border: 1px solid rgba(26, 92, 255, .1);
  border-radius: 6px;
  padding: 8px 16px;
  height: 38px; overflow: hidden;
  position: relative;
}
.hv-tk {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; color: var(--grey);
  letter-spacing: 1px; height: 22px; line-height: 22px;
  white-space: nowrap;
  transition: transform .55s cubic-bezier(.77, 0, .175, 1), opacity .35s ease;
}
.hv-tk b {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue); flex-shrink: 0;
  box-shadow: 0 0 8px var(--blue);
}
.htag {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(26,92,255,.28); border-radius: 100px;
  padding: 7px 18px; margin-bottom: 28px;
  opacity: 0; animation: fU .8s ease forwards .2s;
}
.hdot { width: 5px; height: 5px; background: var(--blue); border-radius: 50%; animation: pp 2s ease infinite; }
@keyframes pp {
  0%, 100% { box-shadow: 0 0 0 0  rgba(26,92,255,.6); }
  50%      { box-shadow: 0 0 0 7px rgba(26,92,255,0); }
}
.htxt { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); }

.ht { font-family: 'Bebas Neue', sans-serif; font-size: clamp(62px, 8.5vw, 136px); line-height: .88; letter-spacing: 3px; }
.ht .ln { display: block; opacity: 0; transform: translateY(52px); transition: opacity .7s ease, transform .7s ease; }
.ht .bl { color: var(--blue); }
.ht .gh { -webkit-text-stroke: 1.5px rgba(240,244,255,.16); color: transparent; }

.hser {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: clamp(17px, 1.9vw, 27px); font-weight: 700;
  color: var(--grey); margin-top: 18px;
  opacity: 0; animation: fU .8s ease forwards .9s;
}
.hsub {
  font-size: 14px; font-weight: 300; color: var(--grey);
  max-width: 440px; line-height: 1.9; margin-top: 14px;
  opacity: 0; animation: fU .8s ease forwards 1.1s;
}
.hact {
  display: flex; gap: 14px; margin-top: 36px;
  opacity: 0; animation: fU .8s ease forwards 1.3s; flex-wrap: wrap;
}
.bp {
  background: var(--blue); color: var(--white); padding: 13px 34px;
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  border-radius: 100px; text-decoration: none; border: none; cursor: pointer;
  transition: box-shadow .3s, transform .2s;
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Inter', sans-serif;
}
.bp:hover { box-shadow: 0 0 46px var(--blue-soft); transform: translateY(-2px); }
.bs {
  border: 1px solid rgba(240,244,255,.13); color: var(--white);
  padding: 13px 34px; font-size: 11px; font-weight: 400;
  letter-spacing: 2.5px; text-transform: uppercase;
  border-radius: 100px; text-decoration: none;
  font-family: 'Inter', sans-serif;
  transition: border-color .3s, background .3s;
  display: inline-flex; align-items: center; gap: 9px;
}
.bs:hover { border-color: rgba(26,92,255,.5); background: var(--blue-faint); }

.hero-right {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: 20px;
  opacity: 0; animation: fU 1s ease forwards 1.5s;
}
.hstat {
  border: 1px solid rgba(26,92,255,.12);
  border-radius: 4px; padding: 28px 32px;
  background: rgba(28,32,40,.55); position: relative; overflow: hidden;
  transition: border-color .4s, transform .4s cubic-bezier(.16,1,.3,1);
  cursor: default;
}
.hstat::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,92,255,.08), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.hstat:hover { border-color: rgba(26,92,255,.4); transform: translateX(-6px); }
.hstat:hover::before { opacity: 1; }
.hstat-num { font-family: 'Bebas Neue', sans-serif; font-size: 64px; color: var(--blue); line-height: 1; letter-spacing: 1px; position: relative; z-index: 1; }
.hstat-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--grey); margin-top: 4px; position: relative; z-index: 1; }
.hstat-bar { position: absolute; bottom: 0; left: 0; height: 2px; background: var(--blue); width: 0; transition: width 1.5s cubic-bezier(.16,1,.3,1); }
.hstat:hover .hstat-bar { width: 100%; }
.hstat-glow { position: absolute; right: -20px; bottom: -20px; width: 80px; height: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(26,92,255,.15), transparent); filter: blur(20px); }

.scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 2; opacity: 0; animation: fU 1s ease forwards 2s;
}
.si-line { width: 1px; height: 48px; background: linear-gradient(to bottom, transparent, var(--blue)); animation: siPulse 1.8s ease-in-out infinite; }
.si-text { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--grey); }
@keyframes siPulse {
  0%   { opacity: .3; transform: scaleY(.7); }
  50%  { opacity: 1;  transform: scaleY(1); }
  100% { opacity: .3; transform: scaleY(.7); }
}

/* ══════════ MARQUEE ══════════ */
.mqs { background: var(--blue); padding: 14px 0; overflow: hidden; position: relative; z-index: 1; }
.mqi { display: flex; white-space: nowrap; --mq-dur: 48s; animation: mqa 48s linear infinite; }
.mqi span {
  font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 0 36px; border-right: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.7); flex-shrink: 0;
}
@keyframes mqa {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.mqs:hover .mqi { animation-play-state: paused; }

/* ══════════ SECTION DIVIDER ══════════ */
.sec-divider {
  height: 1px; background: rgba(26,92,255,.08);
  position: relative; overflow: hidden; margin: 0;
}
.sec-divider::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(to right, transparent, var(--blue), transparent);
  animation: divSweep 3s ease-in-out infinite;
}
@keyframes divSweep {
  0%   { left: -100%; }
  100% { left: 100%; }
}

/* ══════════ SECTIONS ══════════ */
section { padding: 112px 60px; position: relative; z-index: 1; scroll-margin-top: 80px; }

.sl {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px;
  display: flex; align-items: center; gap: 14px;
}
.sl::before {
  content: ""; display: block; width: 24px; height: 1px;
  background: var(--blue);
  animation: slLine 2s ease-in-out infinite alternate;
}
@keyframes slLine {
  0%   { width: 22px; opacity: .6; }
  100% { width: 36px; opacity: 1; }
}
.sh {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 4.8vw, 80px); line-height: .93; letter-spacing: 2px;
}
.sh .b { color: var(--blue); }
.sh .s { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 700; }

/* Scroll-reveal classes */
.zoom-reveal { opacity: 0; transform: scale(.93); transition: opacity 1s ease, transform 1.2s cubic-bezier(.16,1,.3,1); }
.zoom-reveal.vis { opacity: 1; transform: scale(1); }
.slide-up { opacity: 0; transform: translateY(55px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.slide-up.vis { opacity: 1; transform: translateY(0); }
.sm-zoom { opacity: 0; transform: scale(.92); transition: opacity .95s ease, transform 1.1s cubic-bezier(.16,1,.3,1); }
.sm-zoom.vis { opacity: 1; transform: scale(1); }
.sm-up { opacity: 0; transform: translateY(44px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.sm-up.vis { opacity: 1; transform: translateY(0); }
.sm-left { opacity: 0; transform: translateX(-36px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.sm-left.vis { opacity: 1; transform: translateX(0); }
.sm-fade { opacity: 0; transition: opacity 1s ease; }
.sm-fade.vis { opacity: 1; }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; }
.sm-d1 { transition-delay: .08s; }
.sm-d2 { transition-delay: .16s; }
.sm-d3 { transition-delay: .24s; }
.sm-d4 { transition-delay: .32s; }

/* ══════════ ABOUT ══════════ */
#about { background: linear-gradient(180deg, var(--dark) 0%, var(--dark2) 100%); }
.alay { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 52px; }
.atxt p { font-size: 15px; font-weight: 300; color: var(--grey); line-height: 2; margin-bottom: 18px; }
.atxt strong { color: var(--white); font-weight: 400; }
.pils { display: flex; flex-direction: column; gap: 2px; margin-top: 28px; }
.pil {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px; border: 1px solid rgba(26,92,255,.09);
  border-radius: 3px; background: rgba(28,32,40,.4);
  transition: background .3s, border-color .3s; cursor: default;
}
.pil:hover { background: rgba(26,92,255,.06); border-color: rgba(26,92,255,.28); }
.pn { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: var(--blue); line-height: 1; min-width: 32px; }
.pt { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; margin-bottom: 4px; }
.pd { font-size: 12px; color: var(--grey); line-height: 1.75; }

.ar-motion-col { display: flex; flex-direction: column; gap: 24px; }
.aqt {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 700;
  font-size: clamp(21px, 2.2vw, 36px); line-height: 1.4; color: var(--white);
  border-left: 2px solid var(--blue); padding-left: 28px;
}

.orbit-universe {
  position: relative; width: 100%; height: 360px;
  display: flex; align-items: center; justify-content: center; margin: 8px 0;
}
#orbitCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit-center {
  position: absolute; display: flex; flex-direction: column;
  align-items: center; justify-content: center; z-index: 2; pointer-events: none;
  gap: 12px;
}
.oc-disc {
  position: relative;
  width: 96px; height: 96px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(26, 92, 255, .55), rgba(20, 24, 34, .95) 70%);
  border: 1px solid rgba(26, 92, 255, .45);
  box-shadow:
    inset 0 0 24px rgba(26, 92, 255, .25),
    0 0 32px rgba(26, 92, 255, .25),
    0 0 80px rgba(26, 92, 255, .15);
}
.oc-mark {
  font-family: 'DM Serif Display', serif; font-style: italic; font-weight: 700;
  font-size: 56px; line-height: 1; color: #fff;
  text-shadow: 0 0 16px rgba(255, 255, 255, .35);
  z-index: 2;
}
.oc-ring {
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(26, 92, 255, .35);
  animation: ocRing 12s linear infinite;
}
.oc-ring-2 {
  inset: -20px;
  border: 1px solid rgba(26, 92, 255, .14);
  animation-duration: 24s;
  animation-direction: reverse;
}
@keyframes ocRing {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.oc-label {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--white);
  text-shadow: 0 0 18px rgba(26, 92, 255, .4);
}
.oc-meta {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--grey);
  padding: 5px 12px;
  border: 1px solid rgba(26, 92, 255, .22);
  border-radius: 100px;
  background: rgba(18, 22, 30, .7);
  backdrop-filter: blur(6px);
}
.oc-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
  animation: hvDotPulse 1.8s ease-out infinite;
}

.typewriter-wrap {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  padding: 16px 0; border-top: 1px solid rgba(26,92,255,.1);
  border-bottom: 1px solid rgba(26,92,255,.1);
}
.tw-prefix { font-size: 13px; font-weight: 300; color: var(--grey); letter-spacing: .5px; }
.tw-word { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 800; color: var(--blue); letter-spacing: .5px; min-width: 180px; display: inline-block; }
.tw-cursor { font-size: 18px; color: var(--blue); animation: blink .7s step-end infinite; }
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0; }
}

.float-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.fp-pill {
  font-size: 11px; font-weight: 500; letter-spacing: 1px;
  border: 1px solid rgba(26,92,255,.2); color: var(--grey);
  padding: 8px 16px; border-radius: 100px;
  background: rgba(26,92,255,.04);
  opacity: 0; transform: translateY(16px) scale(.95);
  transition: opacity .5s ease, transform .5s ease, background .3s, border-color .3s, color .3s;
  transition-delay: var(--delay, 0s);
  cursor: default;
}
.fp-pill.shown { opacity: 1; transform: translateY(0) scale(1); }
.fp-pill:hover { background: rgba(26,92,255,.12); border-color: rgba(26,92,255,.5); color: var(--white); }

/* ══════════ SERVICES ══════════ */
#services { background: rgba(20, 22, 24, .97); }
.shdr { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 48px; }
.sint { font-size: 14px; font-weight: 300; color: var(--grey); max-width: 320px; line-height: 1.9; }
.sg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.sv {
  background: rgba(24,28,34,.8); border: 1px solid rgba(26,92,255,.07);
  padding: 38px 26px; position: relative; overflow: hidden;
  cursor: default; transition: background .4s, border-color .4s, transform .4s;
}
.sv::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,92,255,.09) 0%, transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.sv:hover { background: rgba(26,92,255,.05); border-color: rgba(26,92,255,.2); transform: translateY(-4px); }
.sv:hover::before { opacity: 1; }
.svn { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: rgba(26,92,255,.1); line-height: 1; margin-bottom: 18px; display: block; transition: color .3s; }
.sv:hover .svn { color: rgba(26,92,255,.28); }
.svi { font-size: 20px; margin-bottom: 10px; display: block; }
.svt { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .5px; margin-bottom: 8px; }
.svd { font-size: 12px; color: var(--grey); line-height: 1.75; }
.sva {
  position: absolute; bottom: 16px; right: 16px;
  width: 28px; height: 28px; border: 1px solid rgba(26,92,255,.18);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--blue);
  opacity: 0; transform: translateY(8px); transition: all .3s;
}
.sv:hover .sva { opacity: 1; transform: translateY(0); }

/* ══════════ WHY ══════════ */
#why { background: rgba(22, 24, 28, .98); }
.wg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.wc {
  padding: 42px 30px; border: 1px solid rgba(26,92,255,.09);
  border-radius: 3px; background: rgba(28,32,40,.6);
  position: relative; overflow: hidden;
  transition: transform .45s cubic-bezier(.16,1,.3,1), border-color .4s, box-shadow .4s;
  cursor: default;
}
.wc:hover { transform: translateY(-10px); border-color: rgba(26,92,255,.38); box-shadow: 0 20px 50px rgba(26,92,255,.15); }
.wc::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--blue);
  transform: scaleX(0); transform-origin: left; transition: transform .55s;
}
.wc:hover::after { transform: scaleX(1); }
.wb { font-family: 'Bebas Neue', sans-serif; font-size: 70px; color: rgba(26,92,255,.07); line-height: 1; position: absolute; top: 12px; right: 14px; transition: color .3s; }
.wc:hover .wb { color: rgba(26,92,255,.16); }
.wi { font-size: 28px; margin-bottom: 14px; display: block; }
.wt { font-family: 'Syne', sans-serif; font-size: 19px; font-weight: 800; letter-spacing: .5px; margin-bottom: 11px; }
.wd { font-size: 13px; color: var(--grey); line-height: 1.85; }

/* ══════════ RESULTS / CASE STUDIES ══════════ */
#results { background: rgba(20, 22, 24, .97); }
.rtop { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.rl { font-size: 14px; font-weight: 300; color: var(--grey); line-height: 1.95; padding-top: 18px; }
.cases { display: flex; flex-direction: column; gap: 2px; }
.case {
  display: grid; grid-template-columns: 190px 1fr 210px;
  border: 1px solid rgba(26,92,255,.1); border-radius: 3px; overflow: hidden;
  transition: transform .4s cubic-bezier(.16,1,.3,1), border-color .4s, box-shadow .4s;
  cursor: default;
}
.case:hover { border-color: rgba(26,92,255,.38); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,92,255,.12); }
.case:hover .cl-p { background: rgba(26,92,255,.12); }
.case:hover .mv { text-shadow: 0 0 20px rgba(26,92,255,.5); }
.cl-p { background: rgba(26,92,255,.07); padding: 40px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(26,92,255,.1); transition: background .4s; }
.ctag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.cnum { font-family: 'Bebas Neue', sans-serif; font-size: 84px; color: rgba(26,92,255,.13); line-height: .9; letter-spacing: 2px; }
.cind { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); margin-top: 12px; }
.cm-p { padding: 40px 36px; border-right: 1px solid rgba(26,92,255,.1); background: rgba(28,32,40,.5); }
.ctx { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.cds { font-size: 13px; color: var(--grey); line-height: 1.88; margin-bottom: 20px; }
.cch { font-size: 12px; color: rgba(240,244,255,.55); line-height: 1.8; padding: 12px; background: rgba(26,92,255,.05); border-left: 2px solid rgba(26,92,255,.35); border-radius: 2px; margin-bottom: 18px; }
.ctp { display: flex; flex-wrap: wrap; gap: 6px; }
.ctg { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; border: 1px solid rgba(26,92,255,.22); color: var(--blue); padding: 4px 11px; border-radius: 100px; }
.cr-p { padding: 40px 28px; background: rgba(24,28,34,.9); display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.mt { display: flex; flex-direction: column; gap: 3px; padding-bottom: 18px; border-bottom: 1px solid rgba(26,92,255,.09); }
.mt:last-child { border-bottom: none; padding-bottom: 0; }
.mv { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--blue); letter-spacing: 1px; line-height: 1; transition: text-shadow .3s; }
.ml { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--grey); }
.md { font-size: 11px; color: rgba(240,244,255,.4); line-height: 1.55; margin-top: 2px; }

/* ══════════ PROCESS ══════════ */
#process { background: rgba(22, 26, 32, .98); }
.ptop { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-bottom: 64px; align-items: center; }
.pl { font-size: 15px; font-weight: 300; color: var(--grey); line-height: 1.95; }
.steps { display: flex; flex-direction: column; }
.sr {
  display: flex; align-items: flex-start; gap: 32px;
  padding: 28px 0; border-bottom: 1px solid rgba(26,92,255,.08);
  position: relative; overflow: hidden; cursor: default;
  transition: padding-left .35s cubic-bezier(.16,1,.3,1);
}
.sr:hover { padding-left: 14px; }
.sr::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--blue);
  transform: scaleY(0); transform-origin: top;
  transition: transform .4s cubic-bezier(.16,1,.3,1); border-radius: 2px;
}
.sr:hover::before { transform: scaleY(1); }
.sn { font-family: 'Bebas Neue', sans-serif; font-size: 46px; color: var(--blue); line-height: 1; min-width: 54px; transition: text-shadow .3s; }
.sr:hover .sn { text-shadow: 0 0 28px rgba(26,92,255,.6); }
.sb { padding-top: 5px; }
.snm { font-family: 'Syne', sans-serif; font-size: 19px; font-weight: 800; margin-bottom: 7px; color: var(--white); }
.stx { font-size: 14px; color: var(--grey); line-height: 1.8; }

/* ══════════ INDUSTRIES ══════════ */
#industries { background: rgba(20, 22, 24, .97); }
.ind-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 52px; }
.ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ic {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; border: 1px solid rgba(26,92,255,.09);
  border-radius: 4px; background: rgba(28,32,40,.55);
  transition: background .3s, border-color .3s, transform .35s cubic-bezier(.16,1,.3,1);
  cursor: default;
}
.ic:hover { background: rgba(26,92,255,.07); border-color: rgba(26,92,255,.3); transform: translateX(6px); }
.ii { font-size: 22px; flex-shrink: 0; width: 38px; text-align: center; }
.in { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .5px; margin-bottom: 1px; }
.is { font-size: 11px; color: var(--grey); letter-spacing: .5px; }

/* ══════════ CLIENTS ══════════ */
#clients { background: rgba(22, 24, 28, .98); padding-bottom: 80px; }
.ci-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 48px; }
.cl-note { font-size: 14px; font-weight: 300; color: var(--grey); line-height: 1.95; }
.feat-note { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-top: 10px; opacity: .75; }
.cm-wrap { overflow: hidden; position: relative; padding: 40px 0; }
.cm-wrap::before, .cm-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 110px; z-index: 2; pointer-events: none;
}
.cm-wrap::before { left: 0; background: linear-gradient(to right, rgba(24,28,34,1), transparent); }
.cm-wrap::after { right: 0; background: linear-gradient(to left, rgba(24,28,34,1), transparent); }
.cm-row { display: flex; margin-bottom: 14px; }
.cm-row.r2 { margin-bottom: 0; }
.cm-track { display: flex; white-space: nowrap; --mq-dur: 60s; animation: cmR 60s linear infinite; }
.cm-track.rev { --mq-dur: 70s; animation-direction: reverse; animation-duration: 70s; }
.cm-item { display: flex; align-items: center; padding: 12px 36px; border-right: 1px solid rgba(26,92,255,.1); flex-shrink: 0; }
.cm-name { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); transition: color .3s; }
.cm-item:hover .cm-name { color: var(--white); }
@keyframes cmR {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.cm-wrap:hover .cm-track { animation-play-state: paused; }

/* ══════════ TESTIMONIALS ══════════ */
#testi { background: rgba(20, 22, 24, .97); overflow: hidden; }
.tsw { margin-top: 52px; position: relative; }
.tso { overflow: hidden; border-radius: 6px; }
.ts { display: flex; transition: transform .75s cubic-bezier(.77, 0, .175, 1); }
.tsl {
  min-width: 100%; padding: 56px 64px;
  background: rgba(24,28,38,.75);
  border: 1px solid rgba(26,92,255,.12);
  position: relative; overflow: hidden;
}
.tsl::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 45% at 50% 0%, rgba(26,92,255,.07), transparent);
}
.tmk {
  font-family: 'Cormorant Garamond', serif; font-size: 88px;
  color: rgba(26,92,255,.12); line-height: .7; display: block;
  margin-bottom: 8px; animation: tmkP 4s ease-in-out infinite;
}
@keyframes tmkP {
  0%, 100% { opacity: .12; }
  50%      { opacity: .22; }
}
.tq {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.2vw, 30px);
  font-style: italic; font-weight: 700; line-height: 1.55;
  color: var(--white); max-width: 860px; margin-bottom: 28px;
  position: relative; z-index: 1;
}
.ta { display: flex; align-items: center; gap: 16px; position: relative; z-index: 1; }
.tnm { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .5px; color: var(--white); }
.trl { font-size: 11px; color: var(--blue); letter-spacing: 2px; text-transform: uppercase; margin-top: 3px; }
.tdts { display: flex; gap: 10px; justify-content: center; margin-top: 24px; }
.tdt {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(26,92,255,.25); cursor: pointer;
  transition: background .3s, transform .3s;
  border: none; padding: 0;
}
.tdt.active { background: var(--blue); transform: scale(1.35); }
.tar {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border: 1px solid rgba(26,92,255,.3);
  border-radius: 50%; background: rgba(18,22,32,.85); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .3s; z-index: 10;
  font-size: 16px; font-weight: 300;
}
.tar:hover { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 0 20px rgba(26,92,255,.4); }
.tar-l { left: 12px; }
.tar-r { right: 12px; }

/* ══════════ CONTACT ══════════ */
#contact { background: rgba(22, 26, 32, .98); border-top: 1px solid rgba(26,92,255,.1); }
.c-quick { display: flex; gap: 16px; flex-wrap: wrap; margin: 20px 0 32px; }
.c-ql {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 12px 22px; border: 1px solid rgba(26,92,255,.18);
  border-radius: 100px; text-decoration: none;
  font-size: 12px; font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--blue);
  transition: all .3s; background: rgba(26,92,255,.04);
}
.c-ql:hover { background: var(--blue); color: #fff; border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(26,92,255,.3); }
.c-ql svg { flex-shrink: 0; transition: transform .3s; }
.c-ql:hover svg { transform: translateX(3px); }

.clay { display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; margin-top: 52px; align-items: start; }
.cinfo { display: flex; flex-direction: column; }
.ci2 { display: flex; align-items: flex-start; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.cion { width: 42px; height: 42px; border: 1px solid rgba(26,92,255,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.cik { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--grey); margin-bottom: 4px; }
.civ { font-size: 15px; font-weight: 300; color: var(--white); }
.civ a { color: var(--white); text-decoration: none; transition: color .3s; }
.civ a:hover { color: var(--blue); }

.cform { background: rgba(24,28,36,.8); border: 1px solid rgba(26,92,255,.1); border-radius: 6px; padding: 44px; }
.fr { margin-bottom: 20px; }
.fr label { display: block; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--grey); margin-bottom: 9px; }
.fr input, .fr textarea, .fr select {
  width: 100%; background: rgba(255,255,255,.03);
  border: 1px solid rgba(26,92,255,.12);
  border-radius: 4px; color: var(--white);
  padding: 13px 17px; font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 300;
  transition: border-color .3s, background .3s;
  outline: none; -webkit-appearance: none;
}
.fr input:focus, .fr textarea:focus, .fr select:focus { border-color: var(--blue); background: rgba(26,92,255,.05); }
.fr textarea { height: 108px; resize: vertical; }
.fr select option { background: #1C2028; }
.fsub {
  width: 100%; background: var(--blue); border: none; color: #fff;
  padding: 15px; font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; border-radius: 100px; cursor: pointer;
  transition: box-shadow .3s, transform .2s;
}
.fsub:hover { box-shadow: 0 0 36px rgba(26,92,255,.45); transform: translateY(-1px); }

/* ══════════ FOOTER ══════════ */
footer {
  background: var(--dark); padding: 38px 60px;
  border-top: 1px solid rgba(26,92,255,.07);
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; position: relative; z-index: 1;
  gap: 30px;
}
.fl-logo {
  text-decoration: none; font-family: 'DM Serif Display', serif;
  font-size: 20px; font-weight: 700; color: var(--white);
  letter-spacing: 1px; font-style: italic;
  transition: color .3s;
  display: inline-flex; align-items: center;
}
.fl-logo-img {
  height: 44px; width: auto; display: block;
  filter: drop-shadow(0 0 14px rgba(26, 92, 255, .18));
  transition: filter .35s ease;
}
.fl-logo:hover .fl-logo-img { filter: drop-shadow(0 0 22px rgba(26, 92, 255, .45)); }
.fl-logo-fallback { display: none; }
.fl-logo:hover { color: var(--blue); }
.fm { text-align: center; }
.fm-tag { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--grey2); margin-bottom: 10px; }
.fm-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.fm-links a { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey2); text-decoration: none; transition: color .3s; }
.fm-links a:hover { color: var(--blue); }
.fr2 { text-align: right; font-size: 11px; color: var(--grey2); }
.partner-badges { display: flex; align-items: center; gap: 12px; justify-content: flex-end; margin-bottom: 7px; }
.pb { display: flex; align-items: center; gap: 6px; padding: 4px 11px; border: 1px solid rgba(26,92,255,.18); border-radius: 100px; background: rgba(26,92,255,.04); }
.pb-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.pb-dot.meta { background: #0082FB; }
.pb-dot.google { background: #4285F4; }
.pb-txt { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey); font-weight: 500; }

/* ══════════ AMBIENT ORBS (per-section) ══════════ */
.amb-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px); pointer-events: none; z-index: 0;
  animation: ambOrb 12s ease-in-out infinite;
}
@keyframes ambOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30px, -20px) scale(1.05); }
  66%      { transform: translate(-20px, 15px) scale(.96); }
}

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

/* ══════════ MOBILE ══════════ */
@media (max-width: 900px) {
  body { cursor: auto; }
  #C, #CR { display: none; }

  nav { padding: 16px 24px; }
  nav.sc { padding: 10px 24px; }
  .nl { display: none; }

  section { padding: 68px 24px; }
  #hero { grid-template-columns: 1fr; padding: 110px 24px 68px; gap: 48px; }
  .hero-right { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hstat { padding: 22px 20px; }
  .hstat-num { font-size: 44px; }
  .scroll-indicator { display: none; }

  .alay, .ptop, .rtop, .clay, .ci-top, .ind-layout, .shdr { grid-template-columns: 1fr; gap: 40px; }
  .sg { grid-template-columns: 1fr 1fr; }
  .wg { grid-template-columns: 1fr; }

  .case { grid-template-columns: 1fr; }
  .cl-p { border-right: none; border-bottom: 1px solid rgba(26,92,255,.1); }
  .cm-p { border-right: none; border-bottom: 1px solid rgba(26,92,255,.1); }

  .tsl { padding: 36px 24px; }
  .tar { display: none; }

  .cform { padding: 28px; }

  footer { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .fr2, .partner-badges { text-align: center; justify-content: center; }

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

/* ══════════════════════════════════════════════
   EXTRA MOTION LAYER
   ══════════════════════════════════════════════ */

/* Lenis smooth-scroll */
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* Word-by-word scroll reveal for big headings (.sh) */
.sh .word {
  display: inline-block; overflow: hidden; vertical-align: top;
  padding-right: .18em;
}
.sh .word > span {
  display: inline-block;
  transform: translateY(110%) rotate(6deg);
  opacity: 0;
  transition:
    transform .9s cubic-bezier(.16, 1, .3, 1),
    opacity .7s ease;
}
.sh.word-vis .word > span { transform: translateY(0) rotate(0); opacity: 1; }

/* 3D tilt cards */
.tilt {
  transform-style: preserve-3d;
  transition: transform .25s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}
.tilt > * { transform: translateZ(0); }
.tilt-shine {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle 220px at var(--mx, 50%) var(--my, 50%),
              rgba(26, 92, 255, .18), transparent 60%);
  opacity: 0; transition: opacity .3s ease;
  border-radius: inherit; mix-blend-mode: screen;
}
.tilt:hover .tilt-shine { opacity: 1; }

/* Section parallax — drift floor for ambient elements */
.par-y { will-change: transform; }

/* Velocity-reactive marquee — ONLY the blue hero marquee (.mqi).
   Clientele rows stay at constant slow speed. */
.mqi {
  animation-duration: calc(var(--mq-dur, 48s) / var(--vel, 1));
}

/* Scroll-velocity skew on hero text */
.ht .ln { transition: opacity .7s ease, transform .7s ease, filter .25s ease; }
.skew-on-scroll { transform: skewY(var(--skew, 0deg)); transition: transform .2s ease; }

/* Glitch flash on heading hover */
.sh .gl-hover { display: inline-block; transition: text-shadow .25s ease; }
.sh:hover .gl-hover { text-shadow: 2px 0 var(--blue), -2px 0 rgba(255, 50, 80, .5); }

/* Service card 3D-lift extra */
.sv { transform-style: preserve-3d; }
.wc { transform-style: preserve-3d; }
.case { transform-style: preserve-3d; }

/* Spotlight follow-cursor on hero */
.hero-spot {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(circle 380px at var(--sx, 30%) var(--sy, 50%),
              rgba(26, 92, 255, .14), transparent 70%);
  opacity: 0; transition: opacity .6s ease;
  mix-blend-mode: screen;
}
#hero:hover .hero-spot { opacity: 1; }

/* Floating decorative orb that follows scroll progress (vertical) */
.scroll-blob {
  position: fixed; right: 38px; top: 50%;
  width: 1px; height: 0; z-index: 60;
  background: linear-gradient(to bottom, transparent, var(--blue), transparent);
  pointer-events: none; opacity: .55;
  transform-origin: top center;
}

/* Bigger glow on hero stat numbers */
.hstat-num { transition: text-shadow .3s ease; }
.hstat:hover .hstat-num { text-shadow: 0 0 30px rgba(26, 92, 255, .7); }

@media (max-width: 900px) {
  #hero3d { opacity: .55; }
  .logo-img { height: 30px; }
  .fl-logo-img { height: 26px; }
}

/* ══════════════════════════════════════════════
   HERO MINI-STATS (under live panel)
   ══════════════════════════════════════════════ */
.hv-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border: 1px solid rgba(26, 92, 255, .12);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(20, 24, 34, .55);
}
.hv-stat {
  padding: 14px 14px;
  background: rgba(28, 32, 40, .55);
  display: flex; flex-direction: column; gap: 2px;
  transition: background .3s, transform .3s;
}
.hv-stat:hover { background: rgba(26, 92, 255, .1); }
.hv-sn { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--blue); line-height: 1; letter-spacing: 1px; }
.hv-sl { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--grey); }

/* ══════════════════════════════════════════════
   SERVICES — BENTO LAYOUT
   ══════════════════════════════════════════════ */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}
.bn {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, rgba(28, 34, 46, .65), rgba(22, 26, 36, .82));
  border: 1px solid rgba(26, 92, 255, .12);
  border-radius: 8px; padding: 22px;
  display: flex; flex-direction: column; justify-content: space-between;
  grid-column: span 2; grid-row: span 1;
  cursor: default;
  transition: border-color .35s, background .35s, transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s;
}
.bn:hover {
  border-color: rgba(26, 92, 255, .35);
  background: linear-gradient(150deg, rgba(26, 92, 255, .08), rgba(22, 26, 36, .85));
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(26, 92, 255, .15);
}
.bn-feature {
  grid-column: span 4; grid-row: span 2;
  padding: 36px 40px;
  background: linear-gradient(140deg, rgba(26, 92, 255, .14), rgba(22, 26, 36, .85) 65%);
}
.bn-wide {
  grid-column: span 4;
  display: grid; grid-template-columns: 1.4fr 1fr;
  align-items: center; gap: 24px;
}
.bn-dark {
  grid-column: span 2;
  background: linear-gradient(150deg, rgba(20, 26, 40, .92), rgba(14, 18, 28, .95));
}

.bn-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 20px;
  color: rgba(26, 92, 255, .55); letter-spacing: 3px; line-height: 1;
  display: flex; align-items: center; gap: 10px;
}
.bn-num::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(to right, rgba(26, 92, 255, .35), transparent);
  max-width: 60px;
}
.bn-feature .bn-num { font-size: 28px; }
.bn-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.bn-title {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 22px; letter-spacing: .5px;
  color: var(--white); line-height: 1.15; margin-bottom: 10px;
}
.bn-feature .bn-title { font-size: 38px; line-height: 1.05; margin-bottom: 14px; }
.bn-title.sm { font-size: 16px; margin-top: 14px; margin-bottom: 6px; }
.bn-desc {
  font-size: 13px; font-weight: 300; color: var(--grey);
  line-height: 1.75; max-width: 460px;
}
.bn-desc.sm { font-size: 12px; line-height: 1.65; }
.bn-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.bn-tags span {
  font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  border: 1px solid rgba(26, 92, 255, .25); color: var(--blue);
  padding: 4px 10px; border-radius: 100px;
}
.bn-body { position: relative; z-index: 1; }
.bn-arrow {
  position: absolute; right: 16px; bottom: 14px;
  width: 28px; height: 28px;
  border: 1px solid rgba(26, 92, 255, .25); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--blue);
  transition: transform .3s, background .3s, color .3s;
}
.bn:hover .bn-arrow { transform: translate(-2px, -2px); background: var(--blue); color: #fff; }

/* Bento art elements */
.bn-art { position: absolute; right: 20px; bottom: 18px; pointer-events: none; }
.bn-feature .bn-art { right: 36px; bottom: 36px; top: 36px; left: auto; display: flex; align-items: flex-end; }
.bn-wide .bn-art { position: relative; right: auto; bottom: auto; }
.ba-mark {
  font-family: 'DM Serif Display', serif; font-style: italic; font-weight: 700;
  font-size: 260px; line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(26, 92, 255, .35);
  user-select: none; opacity: .85;
}
.ba-grid {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(26, 92, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 92, 255, .08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 60% 60% at 70% 60%, black, transparent 75%);
}
.ba-window {
  width: 180px; height: 110px;
  border: 1px solid rgba(26, 92, 255, .3); border-radius: 6px;
  background: rgba(20, 26, 36, .75);
  padding: 10px; display: flex; flex-direction: column; gap: 10px;
}
.ba-dots { display: flex; gap: 5px; }
.ba-dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(26, 92, 255, .35); display: block; }
.ba-bars { display: flex; align-items: flex-end; gap: 6px; flex: 1; padding: 4px; }
.ba-bars i {
  flex: 1; background: linear-gradient(to top, var(--blue), rgba(26, 92, 255, .25));
  border-radius: 2px;
  animation: baBar 2.4s ease-in-out infinite;
}
.ba-bars i:nth-child(1) { height: 38%; animation-delay: 0s; }
.ba-bars i:nth-child(2) { height: 68%; animation-delay: .15s; }
.ba-bars i:nth-child(3) { height: 52%; animation-delay: .3s; }
.ba-bars i:nth-child(4) { height: 82%; animation-delay: .45s; }
@keyframes baBar { 0%, 100% { transform: scaleY(.85); } 50% { transform: scaleY(1.08); } }

.bn-art-ai {
  position: absolute; right: 16px; bottom: 16px;
  width: 60px; height: 60px;
}
.ai-pulse {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(26, 92, 255, .35);
  animation: aiPulse 2.4s ease-out infinite;
}
.ai-pulse:nth-child(2) { animation-delay: .8s; }
.ai-pulse:nth-child(3) { animation-delay: 1.6s; }
@keyframes aiPulse {
  0%   { transform: scale(.4); opacity: .9; }
  100% { transform: scale(1.4); opacity: 0; }
}
.bn-art-perf { width: 130px; opacity: .9; }
.bn-art-perf svg { width: 100%; height: auto; display: block; }

/* ══════════════════════════════════════════════
   PROCESS — HORIZONTAL TIMELINE
   ══════════════════════════════════════════════ */
.timeline {
  position: relative;
  overflow-x: auto;
  padding: 20px 0 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.timeline::-webkit-scrollbar { display: none; }

.tl-track {
  position: relative;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  min-width: 100%;
}
.tl-line {
  position: absolute; top: 24px; left: 6%; right: 6%;
  height: 1px; background: rgba(26, 92, 255, .14); z-index: 0;
}
.tl-line-fill {
  display: block; height: 100%;
  background: linear-gradient(to right, var(--blue), rgba(107, 176, 255, .8));
  width: 0; transition: width 1.2s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 0 14px rgba(26, 92, 255, .6);
}

.tl-step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; gap: 18px;
}
.tl-pill {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px 10px 10px;
  background: rgba(18, 22, 30, .95);
  border: 1px solid rgba(26, 92, 255, .22);
  border-radius: 100px;
  position: relative;
  width: max-content;
}
.tl-pill::before {
  content: ''; position: absolute; left: -2px; top: 50%; transform: translateY(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(26, 92, 255, .15), 0 0 16px var(--blue);
}
.tl-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 18px;
  color: var(--blue); letter-spacing: 2px; padding-left: 16px;
}
.tl-name {
  font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--white);
}
.tl-card {
  border: 1px solid rgba(26, 92, 255, .1);
  background: linear-gradient(160deg, rgba(28, 32, 42, .72), rgba(20, 24, 34, .85));
  border-radius: 8px;
  padding: 22px 22px 18px;
  transition: border-color .35s, transform .45s cubic-bezier(.16, 1, .3, 1), background .35s, box-shadow .4s;
  flex: 1;
}
.tl-step:hover .tl-card {
  transform: translateY(-6px);
  border-color: rgba(26, 92, 255, .35);
  background: linear-gradient(160deg, rgba(26, 92, 255, .08), rgba(20, 24, 34, .9));
  box-shadow: 0 22px 50px rgba(26, 92, 255, .15);
}
.tl-step:hover .tl-pill::before { box-shadow: 0 0 0 6px rgba(26, 92, 255, .25), 0 0 24px var(--blue); }
.tl-headline {
  font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 800;
  margin-bottom: 8px; color: var(--white); letter-spacing: .3px;
}
.tl-card p { font-size: 13px; color: var(--grey); line-height: 1.7; margin-bottom: 14px; }
.tl-out {
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--blue); padding-top: 12px;
  border-top: 1px solid rgba(26, 92, 255, .12);
}

/* ══════════════════════════════════════════════
   INDUSTRIES — CHIP CLOUD
   ══════════════════════════════════════════════ */
.ind-top {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: end; margin-bottom: 56px;
}
.ind-lead { font-size: 14px; font-weight: 300; color: var(--grey); line-height: 1.95; padding-bottom: 6px; max-width: 460px; }
.ind-lead strong { color: var(--white); font-weight: 400; }
.chips {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
  padding: 30px 0 48px;
  position: relative;
}
.chips::before, .chips::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 80%; height: 1px; background: linear-gradient(to right, transparent, rgba(26, 92, 255, .15), transparent);
}
.chips::before { top: 0; }
.chips::after  { bottom: 0; }
.chip {
  font-family: 'Syne', sans-serif; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(28, 32, 42, .8);
  border: 1px solid rgba(26, 92, 255, .14);
  padding: 12px 22px;
  border-radius: 100px;
  cursor: default;
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .35s, border-color .35s, color .35s, transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s;
}
.chip.sm { font-size: 11px; padding: 10px 18px; opacity: .75; }
.chip.md { font-size: 13px; padding: 12px 22px; }
.chip.lg { font-size: 16px; padding: 14px 26px; }
.chip.xl { font-size: 19px; padding: 16px 30px; border-color: rgba(26, 92, 255, .3); }
.chip .ch-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--blue);
  box-shadow: 0 0 10px var(--blue);
}
.chip.active, .chip:hover {
  background: var(--blue); color: #fff;
  border-color: var(--blue);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 32px rgba(26, 92, 255, .4);
}
.chip:hover .ch-dot { background: #fff; box-shadow: 0 0 12px #fff; }

.ind-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border: 1px solid rgba(26, 92, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(20, 24, 34, .55);
  margin-top: 28px;
}
.is-cell {
  padding: 32px 28px;
  background: rgba(28, 32, 40, .65);
  display: flex; flex-direction: column; gap: 4px;
  transition: background .35s;
}
.is-cell:hover { background: rgba(26, 92, 255, .08); }
.is-n { font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: var(--blue); line-height: 1; letter-spacing: 2px; }
.is-l { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--grey); }

/* ══════════════════════════════════════════════
   MOBILE for new sections
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
  .bn, .bn-feature, .bn-wide, .bn-dark { grid-column: span 2; grid-row: auto; min-height: 170px; }
  .bn-feature { padding: 26px; }
  .bn-feature .bn-title { font-size: 28px; }
  .bn-wide { grid-template-columns: 1fr; }
  .ba-mark { font-size: 180px; }

  .tl-track { grid-template-columns: 1fr; gap: 8px; }
  .tl-line { display: none; }
  .tl-pill { padding-right: 18px; }

  .ind-top { grid-template-columns: 1fr; gap: 30px; }
  .chips { padding: 22px 0 36px; }
  .ind-stats { grid-template-columns: 1fr 1fr; }
  .is-n { font-size: 44px; }

  .hv-stats { grid-template-columns: 1fr 1fr; }
  .hv-sn { font-size: 26px; }
}

/* ══════════════════════════════════════════════
   BRAND SCROLL-ZOOM REVEAL (between hero and about)
   ══════════════════════════════════════════════ */
.brand-reveal {
  position: relative;
  height: 140vh;
  background: linear-gradient(180deg, var(--dark) 0%, #0d1018 50%, var(--dark) 100%);
  padding: 0;
  z-index: 2;
  overflow: hidden;
}
.br-pin {
  position: sticky; top: 0;
  height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  overflow: hidden;
}
.br-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 50%, rgba(26, 92, 255, .14), transparent 65%),
    radial-gradient(ellipse 30% 30% at 20% 80%, rgba(26, 92, 255, .07), transparent 55%);
  opacity: var(--brBg, 0);
  transition: opacity .4s ease;
}
.br-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 14vw, 280px);
  line-height: .85;
  letter-spacing: var(--brLs, 4px);
  background: linear-gradient(180deg, #fff 0%, #6BB0FF 50%, var(--blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: scale(var(--brScale, .15));
  opacity: var(--brOp, 0);
  text-align: center;
  white-space: nowrap;
  filter: drop-shadow(0 0 60px rgba(26, 92, 255, .35));
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
}
.br-sub {
  margin-top: 24px;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--grey);
  opacity: var(--brSubOp, 0);
  transform: translateY(var(--brSubY, 20px));
  transition: opacity .4s, transform .4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .brand-reveal { height: 130vh; }
  .br-text { font-size: clamp(48px, 18vw, 120px); }
}

/* ══════════════════════════════════════════════
   BENTO — balanced 6-col explicit grid
   ══════════════════════════════════════════════ */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 14px;
}
.bn-big { padding: 36px 40px; background: linear-gradient(140deg, rgba(26, 92, 255, .14), rgba(22, 26, 36, .85) 65%); }
.bn-big .bn-title { font-size: 38px; line-height: 1.05; margin-bottom: 14px; }
.bn-tall .bn-title.md { font-size: 26px; line-height: 1.1; margin-top: 14px; margin-bottom: 10px; }
.bn-tall { padding: 28px 30px; background: linear-gradient(150deg, rgba(26, 92, 255, .1), rgba(22, 26, 36, .85) 70%); position: relative; }

/* Social bubbles art */
.bn-art-social {
  position: absolute; inset: 0; pointer-events: none;
}
.ba-bubble {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(26, 92, 255, .35);
  background: radial-gradient(circle, rgba(26, 92, 255, .25), rgba(26, 92, 255, 0));
  animation: bubbleFloat 6s ease-in-out infinite;
}
.b1 { width: 76px; height: 76px; right: 18px;  top: 20%; animation-delay: 0s; }
.b2 { width: 48px; height: 48px; right: 88px;  top: 42%; animation-delay: -1.5s; }
.b3 { width: 36px; height: 36px; right: 28px;  bottom: 18%; animation-delay: -3s; }
.b4 { width: 60px; height: 60px; right: 100px; bottom: 28%; animation-delay: -4.5s; }
@keyframes bubbleFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

/* Web window art tweak for new placement */
.bn-art-web { position: absolute; right: 24px; bottom: 24px; }
.bn-art-perf { position: absolute; right: 18px; bottom: 14px; width: 130px; opacity: .85; }
.bn-art-perf svg { width: 100%; height: auto; display: block; }
.bn-art-ai { position: absolute; right: 16px; bottom: 16px; width: 50px; height: 50px; }

/* Reels — play button with pulse rings */
.bn-art-reels {
  position: absolute; right: 24px; bottom: 24px;
  width: 54px; height: 54px;
}
.art-play {
  position: absolute; inset: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #6BB0FF);
  box-shadow: 0 0 18px rgba(26, 92, 255, .45);
}
.art-play::after {
  content: ''; position: absolute;
  top: 50%; left: 55%; transform: translate(-50%, -50%);
  width: 0; height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.art-play-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(26, 92, 255, .5);
  animation: artPulse 2.2s ease-out infinite;
}
.art-play-ring.r2 { animation-delay: 1.1s; }
@keyframes artPulse {
  0%   { transform: scale(.55); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* PR & Influencer — megaphone + broadcast waves */
.bn-art-pr {
  position: absolute; right: 22px; bottom: 22px;
  width: 60px; height: 50px;
}
.art-mega {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  background: var(--blue);
  clip-path: polygon(0 25%, 60% 25%, 100% 0, 100% 100%, 60% 75%, 0 75%);
  box-shadow: 0 0 14px rgba(26, 92, 255, .5);
}
.art-wave {
  position: absolute; left: 24px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  border: 1.5px solid var(--blue); border-radius: 50%;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  opacity: 0;
  animation: artBroadcast 1.8s ease-out infinite;
}
.art-wave.w2 { width: 38px; height: 38px; animation-delay: .3s; opacity: 0; }
.art-wave.w3 { width: 48px; height: 48px; animation-delay: .6s; opacity: 0; }
@keyframes artBroadcast {
  0%   { transform: translateY(-50%) scale(.6); opacity: .85; }
  100% { transform: translateY(-50%) scale(1.1); opacity: 0; }
}

/* Printing — stacked sheets */
.bn-art-print {
  position: absolute; right: 24px; bottom: 24px;
  width: 50px; height: 60px;
}
.art-sheet {
  position: absolute;
  width: 42px; height: 52px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .55));
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(26, 92, 255, .15);
  animation: artSheet 3.4s cubic-bezier(.6, 0, .4, 1) infinite;
  transform-origin: 50% 100%;
}
.art-sheet::before, .art-sheet::after {
  content: ''; position: absolute; left: 6px; right: 6px;
  height: 2px; background: rgba(26, 92, 255, .25); border-radius: 1px;
}
.art-sheet::before { top: 10px; }
.art-sheet::after  { top: 18px; width: 60%; }
.art-sheet    { bottom: 0; right: 0;  animation-delay: 0s; }
.art-sheet.s2 { bottom: 4px; right: 4px; animation-delay: -1.1s; opacity: .8; }
.art-sheet.s3 { bottom: 8px; right: 8px; animation-delay: -2.2s; opacity: .55; }
@keyframes artSheet {
  0%, 80%, 100% { transform: translateY(0) rotate(0); }
  20%           { transform: translateY(-8px) rotate(-3deg); }
  40%           { transform: translateY(0) rotate(0); }
}

/* ══════════════════════════════════════════════
   INDUSTRIES — animated ring stats
   ══════════════════════════════════════════════ */
.is-cell {
  padding: 28px 24px;
  background: rgba(28, 32, 40, .65);
  display: flex; align-items: center; gap: 18px;
  transition: background .35s, transform .35s;
  position: relative;
}
.is-cell:hover { background: rgba(26, 92, 255, .08); transform: translateY(-2px); }
.is-ring {
  width: 64px; height: 64px; flex-shrink: 0;
  transform: rotate(-90deg);
}
.is-ring-bg {
  fill: none; stroke: rgba(26, 92, 255, .12); stroke-width: 4;
}
.is-ring-fg {
  fill: none; stroke: var(--blue); stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
  transition: stroke-dashoffset 1.6s cubic-bezier(.16, 1, .3, 1);
  filter: drop-shadow(0 0 6px rgba(26, 92, 255, .5));
}
.is-text { display: flex; flex-direction: column; gap: 2px; }
.is-cell .is-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; color: var(--blue); line-height: 1;
  letter-spacing: 2px;
}
.is-cell .is-l {
  font-size: 11px; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--grey);
}

/* IMPORTANT: re-apply --p from inline style to children */
.is-ring-fg { stroke-dashoffset: 176; }
.is-cell.vis .is-ring-fg { stroke-dashoffset: calc(176 * (1 - var(--p))); }

/* ══════════════════════════════════════════════
   CASE STUDY — metric rolls + meter bars
   ══════════════════════════════════════════════ */
.mt { position: relative; padding-bottom: 18px; border-bottom: 1px solid rgba(26, 92, 255, .09); }
.mv { display: inline-block; transition: text-shadow .4s; }
.mv::before { content: attr(data-pre); }
.case.vis .mv { text-shadow: 0 0 14px rgba(26, 92, 255, .35); }
.mbar {
  height: 3px; background: rgba(26, 92, 255, .1);
  border-radius: 2px; overflow: hidden;
  margin-top: 12px;
}
.mbar i {
  display: block; height: 100%; width: 0;
  background: linear-gradient(to right, var(--blue), #6BB0FF);
  border-radius: 2px;
  transition: width 1.6s cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 0 12px rgba(26, 92, 255, .4);
}
.case.vis .mbar i { width: var(--w, 70%); transition-delay: .25s; }

/* Case row entry stagger */
.case.vis .mt { animation: mtIn .6s cubic-bezier(.16,1,.3,1) both; }
.case.vis .mt:nth-child(1) { animation-delay: .1s; }
.case.vis .mt:nth-child(2) { animation-delay: .25s; }
.case.vis .mt:nth-child(3) { animation-delay: .4s; }
@keyframes mtIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Mobile fallback for bento — drop grid-area, use auto flow */
@media (max-width: 900px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
  .bento .bn { grid-area: auto !important; min-height: 170px; padding: 22px; }
  .bento .bn-big { grid-column: span 2 !important; padding: 26px; }
  .bento .bn-big .bn-title { font-size: 26px; }
  .bento .bn-tall { grid-column: span 2 !important; }
  .bento .bn-tall .bn-title.md { font-size: 22px; }
}

/* ══════════════════════════════════════════════
   PERF: skip rendering for off-screen sections
   ══════════════════════════════════════════════ */
section,
.brand-reveal,
.mqs,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
#hero { content-visibility: visible; }  /* keep hero always rendered */

/* ══════════════════════════════════════════════
   MOBILE perf: drop expensive backdrop blurs
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  nav.sc            { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(20, 22, 24, .97); }
  .hv-panel         { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .oc-meta          { backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* ══════════════════════════════════════════════
   MOBILE perf: simpler shadows + no tilts left over
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .bn:hover, .wc:hover, .case:hover, .tl-card:hover { box-shadow: none; }
}

/* ══════════════════════════════════════════════
   HAMBURGER (mobile nav)
   ══════════════════════════════════════════════ */
.nav-toggle {
  display: none;
  background: transparent; border: none; cursor: pointer;
  width: 38px; height: 38px;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; padding: 0;
  position: relative; z-index: 510;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--white); transition: transform .35s, opacity .25s;
  border-radius: 2px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════════════
   STICKY MOBILE CTA
   ══════════════════════════════════════════════ */
.sticky-cta {
  display: none;
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 400;
  background: var(--blue); color: #fff;
  padding: 14px 26px; border-radius: 100px;
  font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; text-decoration: none;
  box-shadow: 0 12px 32px rgba(26, 92, 255, .5);
  align-items: center; gap: 10px;
  transition: opacity .3s, transform .3s;
}

/* ══════════════════════════════════════════════
   FORM enhancements
   ══════════════════════════════════════════════ */
.fr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fr .opt { color: var(--grey2); font-weight: 400; }
.form-note {
  font-size: 11px; color: var(--grey); margin-top: 14px; letter-spacing: .3px;
}
.form-note a { color: var(--blue); text-decoration: none; }
.form-note a:hover { text-decoration: underline; }

/* ══════════════════════════════════════════════
   FOOTER LEGAL
   ══════════════════════════════════════════════ */
.footer-legal {
  margin-top: 6px; font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--grey2);
}
.footer-legal a { color: var(--grey2); text-decoration: none; transition: color .25s; }
.footer-legal a:hover { color: var(--blue); }

/* ══════════════════════════════════════════════
   MOBILE: hamburger menu + sticky CTA + 16px inputs
   ══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .sticky-cta { display: inline-flex; }

  nav { padding: 14px 20px; }
  nav.sc { padding: 10px 20px; }

  /* Full-screen overlay menu */
  .nl {
    display: flex !important;
    position: fixed; top: 0; right: 0;
    width: 100%; height: 100vh;
    background: rgba(14, 16, 22, .97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column; justify-content: center; align-items: center;
    gap: 36px; padding: 80px 24px 40px;
    transform: translateX(100%);
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
    z-index: 505; margin: 0;
  }
  .nl.open { transform: translateX(0); }
  .nl li { list-style: none; }
  .nl a {
    font-size: 22px !important; letter-spacing: 2px !important;
    color: var(--white) !important;
    font-family: 'Bebas Neue', sans-serif !important;
  }
  .nl a::after { display: none; }
  .ncta { padding: 14px 32px !important; font-size: 14px !important; }

  body.menu-open { overflow: hidden; }

  /* 16px to prevent iOS zoom on focus */
  .fr input, .fr textarea, .fr select { font-size: 16px !important; }
  .fr-row { grid-template-columns: 1fr; }

  /* Make footer not get covered by sticky CTA */
  footer { padding-bottom: 90px; }
  .sticky-cta.hidden { opacity: 0; pointer-events: none; transform: translate(-50%, 30px); }
}

/* ══════════════════════════════════════════════
   PRINT — clean version
   ══════════════════════════════════════════════ */
@media print {
  #bgC, #C, #CR, .sticky-cta, .nav-toggle, .scroll-indicator, .mqs, .cm-wrap,
  .hero-spot, .orb, .amb-orb, .hlines, .hgrid, .hero-viz, #scrollBar { display: none !important; }
  body { background: white; color: black; cursor: auto; }
  section { padding: 30px; }
}
