/* ══════════════════════════════════════════════
   TOSH4 — style.css
   Inspired by: dark VFX studio + Instagram
   identity (dark cinema, tool icons, watermark)
   Reference site logic: deep atmospheric orbs,
   glassmorphic floating cards, pill tags, HUD
══════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────── */
:root {
  --or:   #FF7417;
  --cy:   #00A8E1;
  --bk:   #000000;
  --wh:   #F0EBE2;
  --card: rgba(12, 6, 2, 0.78);
  --glass: rgba(255,255,255,0.042);
  --glass-bd: rgba(255,255,255,0.075);
  --bd:   rgba(255,255,255,0.065);
  --ease: cubic-bezier(.16,1,.3,1);
  --ease2: cubic-bezier(.4,0,.2,1);
  --glow-or: 0 0 48px rgba(255,116,23,.38), 0 0 90px rgba(255,116,23,.14);
  --glow-cy: 0 0 48px rgba(0,168,225,.34), 0 0 90px rgba(0,168,225,.12);
}

/* ── RESET ──────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100vw; }
body {
  background: var(--bk);
  color: var(--wh);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}

::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--or), var(--cy)); }
a { text-decoration: none; color: inherit; }
button { background: none; border: none; }
strong { font-weight: 600; color: rgba(240,235,226,.82); }
blockquote { font-style: normal; }

/* ── GRAIN ──────────────────────────────── */
#grain {
  position: fixed; inset: 0; z-index: 9000; pointer-events: none; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='320'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.76' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='320' height='320' filter='url(%23n)'/%3E%3C/svg%3E");
  /* grain animation disabled */
  will-change: transform;
}

/* ── CURSOR ─────────────────────────────── */
/* cursor: seta ciano neon */
/* ── Background arc canvas ── */
#arc-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  overflow: hidden;
}

#cur-outer { display: none; }
#cur-dot   { display: none; }
#spark-canvas { display: none; }
#cur-cross { display: none; }

body {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cfilter id='g'%3E%3CfeGaussianBlur stdDeviation='1.2' result='blur'/%3E%3CfeMerge%3E%3CfeMergeNode in='blur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3Cpolygon filter='url(%23g)' points='3,2 3,18 7,14 10,21 12.5,20 9.5,13 15,13' fill='%2300d4ff' stroke='%23003a44' stroke-width='1' stroke-linejoin='round'/%3E%3C/svg%3E") 3 2, auto;
}


/* ═══ SPLASH LOGO ═══════════════════════════ */
#splash {
  position: fixed; inset: 0; z-index: 99999;
  background: #000;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  transition: opacity .6s ease, visibility .6s ease;
}
#splash.spl-out { opacity: 0; visibility: hidden; pointer-events: none; }
.spl-inner {
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  text-align: center;
}
.spl-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: clamp(4rem, 14vw, 9rem);
  letter-spacing: .1em;
  background: linear-gradient(135deg, var(--or), var(--cy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0; transform: translateY(16px);
  animation: splNameIn .7s cubic-bezier(.16,1,.3,1) .2s forwards;
}
@keyframes splNameIn {
  to { opacity: 1; transform: translateY(0); }
}
.spl-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(.5rem, 1.5vw, .75rem); letter-spacing: .22em;
  color: rgba(240,235,226,.3); text-transform: uppercase;
  opacity: 0;
  animation: splNameIn .5s ease .7s forwards;
}
.spl-line {
  width: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--or), var(--cy), transparent);
  animation: splLineIn .6s ease .9s forwards;
}
@keyframes splLineIn { to { width: 180px; } }

/* ═══ BOTÃO MODO REEL ════════════════════════ */


/* ── LOADER ─────────────────────────────── */
#loader {
  position: fixed; inset: 0; z-index: 8000; background: #000;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 1s var(--ease);
  pointer-events: auto;
}
#loader.done {
  opacity: 0;
  pointer-events: none;
  /* visibility hidden depois da transição — não antes */
  transition: opacity 1s var(--ease), visibility 0s linear 1s;
  visibility: hidden;
}
.ld-box { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ld-name {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(3.5rem,9vw,6rem); letter-spacing: .22em;
  background: linear-gradient(90deg, var(--or), var(--cy), var(--or));
  background-size: 200%; -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  animation: shimmer 3s linear infinite;
}
@keyframes shimmer { from{background-position:200%} to{background-position:-200%} }
.ld-track { width: 180px; height: 1px; background: rgba(255,255,255,.08); overflow: hidden; }
.ld-fill  { height: 100%; width: 0; background: linear-gradient(90deg,var(--or),var(--cy)); }
.ld-pct {
  font-family: 'JetBrains Mono', monospace; font-size: .58rem;
  letter-spacing: .3em; color: rgba(255,255,255,.2);
}

/* ── NAVBAR ─────────────────────────────── */
#nav {
  position: fixed; top: 0; inset-inline: 0; height: 68px; z-index: 500;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.4rem,4vw,3.8rem);
  transition: background .5s, border-color .5s;
}
#nav.scrolled {
  background: rgba(0,0,0,.97);
  border-bottom: 1px solid var(--bd);
}
.nav-brand { display: flex; align-items: center; gap: 8px; }
.nb-t {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: 2rem; letter-spacing: .14em;
  background: linear-gradient(90deg,var(--or),var(--cy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  transition: filter .3s;
}
.nav-brand:hover .nb-t { filter: drop-shadow(0 0 14px rgba(255,116,23,.7)); }
.nb-tag {
  font-family: 'JetBrains Mono', monospace; font-size: .52rem;
  letter-spacing: .12em; color: rgba(0,168,225,.55);
  border: 1px solid rgba(0,168,225,.22); border-radius: 3px; padding: .2rem .45rem;
}
.nav-links { display: flex; gap: 1.8rem; }
.nav-links a {
  font-size: .82rem; font-weight: 500; letter-spacing: .06em;
  color: rgba(240,235,226,.38); position: relative; padding: 3px 0;
  transition: color .3s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px;
  background: var(--or); transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav-links a:hover { color: var(--wh); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  color: #000; background: var(--or);
  padding: .55rem 1.5rem; border-radius: 5px;
  transition: transform .3s, box-shadow .4s;
}
.nav-btn .btn-sweep {
  position: absolute; inset: 0; background: var(--cy);
  transform: translateX(-105%); transition: transform .45s var(--ease); z-index: 0;
  font-style: normal;
}
.nav-btn > *:not(.btn-sweep) { position: relative; z-index: 1; }
.nav-btn:hover .btn-sweep { transform: translateX(0); }
.nav-btn:hover { transform: translateY(-2px); box-shadow: var(--glow-cy); }
.nav-ham { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.nav-ham span { display: block; width: 22px; height: 1.5px; background: var(--wh); transition: .3s; }

/* ── MOBILE NAV ─────────────────────────── */
.mob-nav {
  position: fixed; inset: 0; background: rgba(0,0,0,.97);
  z-index: 490; display: none;
  flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem;
}
.mob-nav.open { display: flex; }
.mob-close {
  position: absolute; top: 22px; right: 24px; font-size: 1.4rem;
  color: rgba(255,255,255,.28); transition: color .3s;
}
.mob-close:hover { color: var(--or); }
.mob-nav a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
  font-size: clamp(2.6rem,8vw,3.5rem); letter-spacing: .1em;
  color: rgba(240,235,226,.5); transition: color .3s;
}
.mob-nav a:hover { color: var(--or); }
.mob-cta-lnk { border: 1px solid var(--or) !important; border-radius: 5px !important; padding: .45rem 2rem !important; color: var(--or) !important; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
  padding: 100px clamp(1.4rem,4vw,3.8rem) 80px;
  overflow: hidden;
  max-width: 100vw;
}
#hero-bg-video {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .28;
  pointer-events: none;
  will-change: transform;
}
#heroCanvas { display: none; }

/* hero content wrapper — explicit stacking above canvas layers */
.hero-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
}

/* atmospheric orbs — restored as visible background glows */
.atm {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  will-change: transform;
}
.a-or-l {
  width: min(720px, 100vw); height: min(720px, 100vw); top: -18%; left: -12%;
  background: radial-gradient(circle, rgba(255,116,23,.2) 0%, transparent 65%);
  animation: atmDrift1 18s ease-in-out infinite;
}
.a-or-b {
  width: min(400px, 80vw); height: min(400px, 80vw); bottom: 5%; left: 30%;
  background: radial-gradient(circle, rgba(255,116,23,.1) 0%, transparent 65%);
  animation: atmDrift3 14s ease-in-out infinite;
}
.a-cy-r {
  width: min(620px, 100vw); height: min(620px, 100vw); top: 15%; right: -14%;
  background: radial-gradient(circle, rgba(0,168,225,.14) 0%, transparent 65%);
  animation: atmDrift2 22s ease-in-out infinite;
}
@keyframes atmDrift1 { 0%,100%{transform:translate(0,0) scale(1)} 33%{transform:translate(4%,3%) scale(1.06)} 66%{transform:translate(-3%,5%) scale(.95)} }
@keyframes atmDrift2 { 0%,100%{transform:translate(0,0) scale(1)} 40%{transform:translate(-3%,-4%) scale(1.08)} 70%{transform:translate(4%,2%) scale(.94)} }
@keyframes atmDrift3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(3%,-4%)} }

/* HUD overlay — like editing software frame */
.hud { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hud-bar {
  position: absolute; top: 76px; left: 0; right: 0;
  display: flex; align-items: center; gap: 0;
  padding: 0 clamp(1.4rem,4vw,3.8rem);
}
.hud-mono {
  font-family: 'JetBrains Mono', monospace; font-size: .5rem; letter-spacing: .25em;
  text-transform: uppercase; color: rgba(255,116,23,.3);
  white-space: nowrap;
}
.hud-line-h {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,116,23,.12) 20%, rgba(255,116,23,.12) 80%, transparent);
  margin: 0 1.2rem;
}
/* HUD corners */
.hud-c { position: absolute; width: 18px; height: 18px; }
.hud-tl { top: 72px; left: clamp(1.4rem,4vw,3.8rem); border-top: 1px solid rgba(255,116,23,.3); border-left: 1px solid rgba(255,116,23,.3); }
.hud-tr { top: 72px; right: clamp(1.4rem,4vw,3.8rem); border-top: 1px solid rgba(0,168,225,.25); border-right: 1px solid rgba(0,168,225,.25); }
.hud-bl { bottom: 40px; left: clamp(1.4rem,4vw,3.8rem); border-bottom: 1px solid rgba(0,168,225,.25); border-left: 1px solid rgba(0,168,225,.25); }
.hud-br { bottom: 40px; right: clamp(1.4rem,4vw,3.8rem); border-bottom: 1px solid rgba(255,116,23,.22); border-right: 1px solid rgba(255,116,23,.22); }

/* Hero copy */
.hero-copy { position: relative; z-index: 3; }
.hero-ey {
  display: flex; align-items: center; gap: 10px; margin-bottom: 1.8rem;
}
.ey-dash { display: block; width: 26px; height: 1px; background: var(--cy); box-shadow: 0 0 8px var(--cy); }
.ey-txt {
  font-family: 'JetBrains Mono', monospace; font-size: .62rem;
  letter-spacing: .2em; text-transform: uppercase; color: rgba(240,235,226,.45);
}
/* Hero title — espaço reservado via ghost span no JS */
.hero-h1 { display: flex; flex-direction: column; align-items: stretch; margin-bottom: 1.6rem; }
.hh {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(5.5rem,13vw,13rem); line-height: .88; letter-spacing: .02em;
  display: block; text-align: left;
  /* Garante que o elemento nunca colapsa para zero */
  min-height: .88em;
}
.hh-or { color: var(--or); text-shadow: 0 0 60px rgba(255,116,23,.28); }
.hh-cy { color: var(--cy); text-shadow: 0 0 60px rgba(0,168,225,.24); }
.hero-sub {
  font-size: clamp(.85rem,1.4vw,1rem); font-weight: 400; line-height: 1.85;
  color: rgba(240,235,226,.42); max-width: 380px; margin-bottom: 2.4rem;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.hero-stats { display: flex; align-items: center; gap: 1.8rem; }
.hsi { text-align: left; }
.hsi-n {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 2.6rem; line-height: 1;
  background: linear-gradient(135deg,var(--or),var(--cy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hsi-s { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.8rem; color: var(--or); }
.hsi-l { display: block; font-size: .55rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(240,235,226,.22); margin-top: .15rem; }
.hsi-sep { width: 1px; height: 38px; background: var(--bd); }

/* Scroll indicator */
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll span { font-family: 'JetBrains Mono', monospace; font-size: .5rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(240,235,226,.18); }
.hs-track { width: 1px; height: 44px; background: rgba(255,255,255,.1); overflow: hidden; }
.hs-thumb { width: 100%; height: 12px; background: linear-gradient(to bottom, var(--or), transparent); animation: scrollThumb 2s ease-in-out infinite; }
@keyframes scrollThumb { from{transform:translateY(-12px)} to{transform:translateY(100%)} }
.hero-fade { position: absolute; bottom: 0; inset-inline: 0; height: 42%; background: linear-gradient(to top,#000,transparent); z-index: 2; pointer-events: none; }

/* ── Projeto Ativo section ── */
.projeto-ativo {
  background: #000;
  padding: 3rem clamp(1.4rem,4vw,4rem);
  position: relative;
  z-index: 2;
}
.pa-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  width: 100%;
  align-items: stretch;
}
.pa-video-card {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
}
.pa-video-card .fcard-prev {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  background: #060108;
  margin-bottom: 1rem;
  position: relative;
  flex-shrink: 0;
}
.pa-video-card .fcp-thumb {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.pa-video-card .fcp-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain;
  border-radius: 10px;
  display: none;
  background: #000;
}
.pa-video-card .fcp-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255,116,23,.75);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(8px);
  transition: background .2s, transform .2s;
  z-index: 4;
}
.pa-video-card .fcp-play:hover { background: rgba(255,116,23,1); transform: translate(-50%,-50%) scale(1.1); }

/* Info card */
.pa-info-card {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
  min-height: 100%;
}
.pai-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: .55rem; letter-spacing: .12em;
  color: var(--cy); border: 1px solid rgba(0,168,225,.3);
  padding: .15rem .45rem; border-radius: 3px;
}
.pai-section { display: flex; flex-direction: column; gap: .6rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.pai-section:first-of-type { padding-top: .4rem; }
.pai-section:last-of-type { border-bottom: none; }
.pai-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: .52rem; letter-spacing: .13em; text-transform: uppercase;
  color: rgba(240,235,226,.28);
}
/* skill bars */
.pai-bars { display: flex; flex-direction: column; gap: .55rem; }
.pai-bar-row { display: flex; align-items: center; gap: .55rem; }
.pai-bar-name { font-family: 'JetBrains Mono', monospace; font-size: .52rem; color: rgba(240,235,226,.45); width: 70px; flex-shrink: 0; }
.pai-bar-track { flex: 1; height: 4px; background: rgba(255,255,255,.07); border-radius: 2px; overflow: hidden; }
.pai-bar-fill { height: 100%; width: var(--w); background: var(--c); border-radius: 2px; transition: width 1.2s var(--ease); }
.pai-bar-pct { font-family: 'JetBrains Mono', monospace; font-size: .52rem; color: rgba(240,235,226,.35); width: 28px; text-align: right; flex-shrink: 0; }
/* bar chart */
.pai-chart {
  display: flex; align-items: flex-end; gap: 6px;
  height: 80px;
}
.pai-col { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; height: 100%; justify-content: flex-end; }
.pai-col-bar { width: 100%; background: var(--c); height: var(--h); border-radius: 3px 3px 0 0; opacity: .7; transition: opacity .2s, height .8s var(--ease); }
.pai-col:hover .pai-col-bar { opacity: 1; }
.pai-col span { font-family: 'JetBrains Mono', monospace; font-size: .44rem; color: rgba(240,235,226,.25); }
/* stats row */
.pai-stats { display: flex; align-items: center; justify-content: space-around; padding: 1rem 0; }
.pai-stat { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.pai-stat-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2rem; color: #f0ebe2; line-height: 1; }
.pai-stat-s { font-size: .75rem; color: var(--or); }
.pai-stat-l { font-family: 'JetBrains Mono', monospace; font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,235,226,.3); }
.pai-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,.07); }
/* tools */
.pai-tools { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.pai-tool {
  width: 32px; height: 32px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .75rem;
  border: 1px solid rgba(255,255,255,.1);
}
.pai-tool.t-ae { background: rgba(0,111,185,.18); color: #00a8ff; border-color: rgba(0,168,255,.25); }
.pai-tool.t-pr { background: rgba(103,65,217,.18); color: #9b59ff; border-color: rgba(103,65,217,.25); }
.pai-tool.t-ps { background: rgba(0,100,210,.18); color: #4ea6ff; border-color: rgba(0,100,210,.25); }
.pai-tool.t-bl { background: rgba(255,116,23,.12); color: var(--or); border-color: rgba(255,116,23,.2); }
.pai-tool-tag {
  font-family: 'JetBrains Mono', monospace; font-size: .52rem; letter-spacing: .08em;
  color: rgba(240,235,226,.35); border: 1px solid rgba(255,255,255,.08);
  padding: .22rem .55rem; border-radius: 3px;
}

/* ── Availability / Contact Card ── */
.pa-avail-card {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
}

/* status badge */
.avl-status {
  display: flex; align-items: center; gap: 5px;
  font-family: 'JetBrains Mono', monospace;
  font-size: .52rem; letter-spacing: .12em; color: #00ff78;
}
.avl-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #00ff78; box-shadow: 0 0 8px #00ff78;
  animation: livePulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* identity */
.avl-identity { display: flex; flex-direction: column; gap: .5rem; }
.avl-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: clamp(2.2rem, 4vw, 3rem);
  letter-spacing: .08em; line-height: 1;
  background: linear-gradient(90deg, var(--or), var(--cy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.avl-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: .58rem; letter-spacing: .1em;
  color: rgba(240,235,226,.45);
}
.avl-sep { color: var(--or); margin: 0 .2rem; }
.avl-tagline {
  font-family: 'Barlow', sans-serif;
  font-size: .82rem; font-style: italic; line-height: 1.55;
  color: rgba(240,235,226,.35);
  border-left: 2px solid rgba(255,116,23,.35);
  padding-left: .75rem; margin-top: .3rem;
}

/* services list */
.avl-services { display: flex; flex-direction: column; gap: .5rem; }
.avl-svc {
  display: flex; align-items: center; gap: .6rem;
  font-family: 'Barlow', sans-serif; font-size: .82rem;
  color: rgba(240,235,226,.6);
}
.avl-svc-dot {
  width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0;
}
.avl-dot-or { background: var(--or); box-shadow: 0 0 6px var(--or); }
.avl-dot-cy { background: var(--cy); box-shadow: 0 0 6px var(--cy); }

/* response time */
.avl-response {
  display: flex; align-items: center; gap: .6rem;
  background: rgba(255,116,23,.06);
  border: 1px solid rgba(255,116,23,.15);
  border-radius: 8px; padding: .65rem .9rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: .54rem; color: rgba(240,235,226,.4);
}
.avl-resp-ico {
  font-size: .9rem;
  display: inline-block;
  animation: lightningPulse 5s ease-in-out infinite;
}
@keyframes lightningPulse {
  0%, 100% { filter: drop-shadow(0 0 3px rgba(255,116,23,.4)) drop-shadow(0 0 8px rgba(255,116,23,.2)); }
  50%       { filter: drop-shadow(0 0 8px rgba(255,210,0,1)) drop-shadow(0 0 20px rgba(255,116,23,.6)); }
}
.avl-resp-txt strong { color: var(--or); font-weight: 600; }

/* action buttons */
.avl-actions { display: flex; gap: .7rem; }
.avl-btn {
  flex: 1; display: flex; align-items: center; justify-content: center;
  gap: .5rem; padding: .75rem 1rem; border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: .9rem; letter-spacing: .06em;
  text-decoration: none; transition: all .25s; cursor: pointer;
  position: relative; overflow: hidden;
}
.avl-btn-wa {
  background: rgba(37,211,102,.12);
  border: 1px solid rgba(37,211,102,.3);
  color: #25d366;
}
.avl-btn-wa:hover {
  background: rgba(37,211,102,.22);
  border-color: rgba(37,211,102,.6);
  box-shadow: 0 0 20px rgba(37,211,102,.2);
  transform: translateY(-1px);
}
.avl-btn-mail {
  background: rgba(0,168,225,.1);
  border: 1px solid rgba(0,168,225,.25);
  color: var(--cy);
}
.avl-btn-mail:hover {
  background: rgba(0,168,225,.2);
  border-color: rgba(0,168,225,.5);
  box-shadow: 0 0 20px rgba(0,168,225,.15);
  transform: translateY(-1px);
}

/* workflow map */
.avl-workflow {
  display: flex; flex-direction: column; gap: .7rem;
  padding: 1rem;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,116,23,.12);
  border-radius: 10px;
  animation: wfBorderPulse 3s ease-in-out infinite;
}
@keyframes wfBorderPulse {
  0%, 100% { border-color: rgba(255,116,23,.10); box-shadow: 0 0 8px rgba(255,116,23,.04); }
  50%       { border-color: rgba(255,116,23,.30); box-shadow: 0 0 20px rgba(255,116,23,.10); }
}
.avl-wf-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(240,235,226,.4);
}
.avl-wf-steps {
  display: flex; align-items: center; justify-content: space-between;
}
.avl-wf-step {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  flex: 1;
  opacity: 0;
  animation: wfStepIn .4s ease forwards;
  animation-delay: calc(var(--si) * 0.15s + 0.3s);
}
@keyframes wfStepIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.avl-wf-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: .52rem; letter-spacing: .08em;
  color: rgba(240,235,226,.2);
}
.avl-wf-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  transition: background .25s, border-color .25s, transform .25s;
}
.avl-wf-step:hover .avl-wf-icon {
  background: rgba(255,116,23,.12);
  border-color: rgba(255,116,23,.3);
  transform: translateY(-3px);
}
.avl-wf-last .avl-wf-icon {
  background: rgba(0,168,225,.1);
  border-color: rgba(0,168,225,.25);
}
.avl-wf-last:hover .avl-wf-icon {
  background: rgba(0,168,225,.2);
  border-color: rgba(0,168,225,.45);
}
.avl-wf-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600; font-size: .82rem; letter-spacing: .04em;
  color: rgba(240,235,226,.55); text-align: center;
}
.avl-wf-step:hover .avl-wf-name { color: rgba(240,235,226,.9); }
.avl-wf-arrow {
  font-size: .7rem; color: rgba(255,116,23,.3);
  flex-shrink: 0; padding: 0 1px; margin-bottom: 18px;
}

/* platforms footer */
.avl-platforms {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  padding-top: .9rem;
  border-top: 1px solid rgba(255,255,255,.05);
}
.avl-plat-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: .48rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(240,235,226,.2);
}
.avl-plat-lnk {
  font-family: 'JetBrains Mono', monospace;
  font-size: .5rem; letter-spacing: .08em;
  color: rgba(240,235,226,.35);
  text-decoration: none; transition: color .2s;
}
.avl-plat-lnk:hover { color: var(--cy); }
.avl-plat-sep { color: rgba(255,255,255,.1); font-size: .6rem; }

/* ── Live Dashboard Card ── */
.dash-online {
  display: flex; align-items: center; gap: 5px;
  font-family: 'JetBrains Mono', monospace;
  font-size: .52rem; letter-spacing: .12em; color: rgba(0,255,120,.8);
}
.dash-status-row {
  display: flex; justify-content: space-between;
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.dash-status-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.dsi-dot {
  width: 7px; height: 7px; border-radius: 50%;
  box-shadow: 0 0 6px currentColor;
}
.dsi-green { background: #00ff78; color: #00ff78; }
.dsi-or    { background: var(--or); color: var(--or); animation: livePulse 2s ease-in-out infinite; }
.dsi-cy    { background: var(--cy); color: var(--cy); }
.dsi-label { font-family: 'JetBrains Mono', monospace; font-size: .46rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,235,226,.28); }
.dsi-val   { font-family: 'JetBrains Mono', monospace; font-size: .58rem; font-weight: 500; color: rgba(240,235,226,.75); }

.dash-block { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.dash-block:last-child { border-bottom: none; padding-bottom: 0; }
.dash-block-hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: .65rem; }
.dash-block-lbl { font-family: 'JetBrains Mono', monospace; font-size: .5rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(240,235,226,.28); }
.dash-block-tag {
  font-family: 'JetBrains Mono', monospace; font-size: .48rem; letter-spacing: .08em;
  color: var(--cy); border: 1px solid rgba(0,168,225,.3);
  padding: .12rem .42rem; border-radius: 3px;
}
.dbt-warn  { color: var(--or); border-color: rgba(255,116,23,.3); }
.dbt-green { color: #00ff78; border-color: rgba(0,255,120,.3); animation: livePulse 2s ease-in-out infinite; }

/* Queue */
.dash-queue { display: flex; flex-direction: column; gap: .6rem; }
.dq-item { display: flex; flex-direction: column; gap: 4px; }
.dq-info { display: flex; justify-content: space-between; align-items: baseline; }
.dq-name { font-family: 'JetBrains Mono', monospace; font-size: .52rem; color: rgba(240,235,226,.55); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 72%; }
.dq-prog-pct { font-family: 'JetBrains Mono', monospace; font-size: .5rem; color: rgba(240,235,226,.35); }
.dq-bar-track { height: 3px; background: rgba(255,255,255,.06); border-radius: 2px; overflow: hidden; }
.dq-bar-fill { height: 100%; border-radius: 2px; transition: width .5s ease; }
.dqf-or { background: linear-gradient(90deg, var(--or), #ffaa44); }
.dqf-cy { background: linear-gradient(90deg, var(--cy), #44eeff); }
.dq-meta { display: flex; justify-content: space-between; }
.dq-status { font-family: 'JetBrains Mono', monospace; font-size: .46rem; }
.dqs-active { color: var(--or); }
.dqs-wait   { color: rgba(240,235,226,.22); }
.dq-eta { font-family: 'JetBrains Mono', monospace; font-size: .46rem; color: rgba(240,235,226,.25); }

/* Metrics */
.dash-metrics { display: flex; flex-direction: column; gap: .55rem; }
.dm-row { display: flex; align-items: center; gap: .6rem; }
.dm-label { font-family: 'JetBrains Mono', monospace; font-size: .5rem; color: rgba(240,235,226,.35); width: 28px; flex-shrink: 0; }
.dm-track { flex: 1; height: 4px; background: rgba(255,255,255,.06); border-radius: 2px; overflow: hidden; }
.dm-fill { height: 100%; border-radius: 2px; transition: width .8s ease; }
.dm-or { background: linear-gradient(90deg, var(--or), #ffaa44); }
.dm-cy { background: linear-gradient(90deg, var(--cy), #44eeff); }
.dm-val { font-family: 'JetBrains Mono', monospace; font-size: .5rem; color: rgba(240,235,226,.4); width: 28px; text-align: right; flex-shrink: 0; }

/* Deadline */
.dash-dl-info { display: flex; flex-direction: column; gap: .5rem; }
.ddl-name { font-family: 'Barlow', sans-serif; font-size: .78rem; font-weight: 500; color: rgba(240,235,226,.7); }
.ddl-meta { display: flex; align-items: baseline; gap: .4rem; }
.ddl-days { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2rem; color: var(--or); line-height: 1; }
.ddl-unit { font-family: 'JetBrains Mono', monospace; font-size: .52rem; color: rgba(240,235,226,.3); }
.ddl-bar-track { height: 3px; background: rgba(255,255,255,.06); border-radius: 2px; overflow: hidden; }
.ddl-bar-fill { height: 100%; background: linear-gradient(90deg, var(--or), var(--cy)); border-radius: 2px; }

/* Log terminal */
.dash-log-body { display: flex; flex-direction: column; gap: 3px; }
.dl-line { display: flex; gap: .6rem; align-items: baseline; }
.dl-time { font-family: 'JetBrains Mono', monospace; font-size: .46rem; color: rgba(240,235,226,.2); flex-shrink: 0; }
.dl-msg  { font-family: 'JetBrains Mono', monospace; font-size: .5rem; }
.dl-ok   { color: rgba(0,255,120,.65); }
.dl-info { color: rgba(0,168,225,.65); }
.dl-warn { color: rgba(255,116,23,.65); }

/* Floating cards (legacy hero zone) */
.hero-card-zone { position: relative; z-index: 3; padding: 2rem 0; }
.fcard {
  background: rgba(12,6,2,.78);
  border: 1px solid var(--glass-bd); border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05);
  will-change: transform;
  animation: dashCardGlow 4s ease-in-out infinite;
  transform-style: preserve-3d;
  transition: box-shadow .3s;
}
@keyframes dashCardGlow {
  0%,100% { box-shadow: 0 24px 60px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05), 0 0 22px rgba(255,116,23,.05), 0 0 55px rgba(255,116,23,.02); }
  50%      { box-shadow: 0 24px 60px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05), 0 0 45px rgba(255,116,23,.16), 0 0 90px rgba(255,116,23,.07); }
}
.fc-main { padding: 1.2rem; animation: floatMain 5s ease-in-out infinite; }
@keyframes floatMain { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.fcard-hd { display: flex; align-items: center; gap: 7px; margin-bottom: 1rem; }
.fcd-dots { display: flex; gap: 5px; }
.fcd-or, .fcd-cy { width: 8px; height: 8px; border-radius: 50%; }
.fcd-or { background: var(--or); box-shadow: 0 0 8px var(--or); }
.fcd-cy { background: var(--cy); box-shadow: 0 0 8px var(--cy); }
.fcd-lbl { font-family: 'JetBrains Mono', monospace; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(240,235,226,.35); flex: 1; }
.fcd-live { display: flex; align-items: center; gap: 5px; font-family: 'JetBrains Mono', monospace; font-size: .52rem; letter-spacing: .15em; color: rgba(0,255,120,.65); }
.fcd-pulse { width: 5px; height: 5px; border-radius: 50%; background: rgba(0,255,120,.8); animation: livePulse 2s ease-in-out infinite; }
@keyframes livePulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.fcard-prev { position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 1rem; background: #060108; }
.fcp-gor { position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(255,116,23,.22), transparent 60%); pointer-events: none; }
.fcp-gcy { position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 50%, rgba(0,168,225,.18), transparent 60%); pointer-events: none; }
.fcp-svg { width: 100%; display: block; }
.fcp-thumb { width: 100%; display: block; border-radius: 8px; object-fit: cover; }

/* ── SLOT VIDEO (projetos em destaque) ───── */
.slot-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.slot-bg-video {
  position: absolute; inset: -12%; width: 124%; height: 124%;
  object-fit: cover;
  filter: blur(28px) saturate(1.6) brightness(.9);
  opacity: .11;
  pointer-events: none;
  z-index: 0;
  transform: scale(1.1);
  border-radius: 0;
  transition: opacity .6s ease;
}
.pcard:hover .slot-bg-video { opacity: .18; }

/* play hint icon */
.slot-play-hint {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.7);
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(0,0,0,.45);
  border: 1.5px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; z-index: 4;
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
.pcard:hover .slot-play-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.slot-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;          /* always rendered — JS controls play/pause */
  background: transparent;
  border-radius: 11px;
  z-index: 1;
  will-change: transform;  /* promote to own GPU layer */
}
.slot-video:-webkit-full-screen { object-fit: contain; border-radius: 0; }
.slot-video:-moz-full-screen    { object-fit: contain; border-radius: 0; }
.slot-video:fullscreen           { object-fit: contain; border-radius: 0; }

/* slot fullscreen overlay */
#slotOverlay {
  position: fixed; inset: 0; z-index: 9998;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}
#slotOverlay.so-open { opacity: 1; visibility: visible; }
#slotOverlayVid {
  max-width: 90vw; max-height: 88vh;
  border-radius: 12px;
  box-shadow: 0 0 80px rgba(0,0,0,.8), 0 0 40px rgba(255,116,23,.06);
  object-fit: contain;
  background: #000;
}
#slotOverlayClose {
  position: absolute; top: 1.4rem; right: 1.4rem;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  color: rgba(240,235,226,.7); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s; z-index: 1;
}
#slotOverlayClose:hover { background: rgba(255,116,23,.15); border-color: var(--or); color: var(--or); }
.slot-play {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.55); border: 2px solid rgba(255,255,255,.28);
  border-radius: 50%;
  transition: background .2s, transform .2s, box-shadow .2s;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(0,0,0,.5);
}
.slot-play:hover { background: rgba(255,116,23,.78); transform: translate(-50%,-50%) scale(1.1); box-shadow: 0 0 32px rgba(255,116,23,.5); }
.fcp-video { width: 100%; max-width: 100%; max-height: 60vw; display: none; border-radius: 8px; object-fit: contain; }
.fcp-play {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.58); border: 2px solid rgba(255,255,255,.28);
  border-radius: 50%;
  transition: background .2s, transform .2s, box-shadow .2s;
  cursor: pointer;
  box-shadow: 0 0 24px rgba(0,0,0,.5);
}
.fcp-play:hover { background: rgba(255,116,23,.78); transform: translate(-50%,-50%) scale(1.1); box-shadow: 0 0 32px rgba(255,116,23,.5); }
.fcard-body {}
.fcb-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: .04em; color: var(--wh); margin-bottom: .2rem; }
.fcb-meta { font-family: 'JetBrains Mono', monospace; font-size: .58rem; color: rgba(240,235,226,.3); margin-bottom: .75rem; }
.fcb-prog { height: 2px; background: rgba(255,255,255,.07); border-radius: 2px; overflow: hidden; margin-bottom: .8rem; }
.fcb-bar { height: 100%; width: var(--p); background: linear-gradient(90deg,var(--or),var(--cy)); box-shadow: 0 0 8px rgba(255,116,23,.4); }
.fcb-foot { display: flex; justify-content: space-between; align-items: center; padding-top: .7rem; border-top: 1px solid rgba(255,255,255,.06); }
.fcb-tag { font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--or); background: rgba(255,116,23,.1); border: 1px solid rgba(255,116,23,.2); padding: .2rem .55rem; border-radius: 100px; }
.fcb-spec { font-family: 'JetBrains Mono', monospace; font-size: .58rem; color: rgba(240,235,226,.28); }
.fc-mini {
  position: absolute; display: flex; align-items: center; gap: .75rem;
  padding: .85rem 1.1rem;
}
.fcm-1 { bottom: -1.2rem; left: -1.4rem; animation: floatMini1 6s ease-in-out infinite 1s; }
.fcm-2 { top: 2.5rem; right: -1.2rem; animation: floatMini1 4s ease-in-out infinite .5s; }
@keyframes floatMini1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
.fcm-ico { font-size: 1.3rem; opacity: .8; }
.fcm-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.7rem; line-height: 1; color: var(--cy); }
.fcm-l { font-size: .58rem; color: rgba(240,235,226,.3); margin-top: .1rem; }

/* Hero animate-in */
.ha { opacity: 0; transform: translateY(22px); animation: fadeUp .9s var(--ease) calc(var(--i) * .12s + .4s) forwards; }
@keyframes fadeUp { to{opacity:1;transform:translateY(0)} }

/* ═══════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════ */
.btn-primary {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: .88rem; letter-spacing: .16em; text-transform: uppercase;
  color: #000; background: var(--or);
  padding: .9rem 2.1rem; border-radius: 6px;
  position: relative; overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s;
}
.btn-primary .btn-sweep {
  position: absolute; inset: 0; background: var(--cy); font-style: normal;
  transform: translateX(-105%); transition: transform .45s var(--ease); z-index: 0;
}
.btn-primary > *:not(.btn-sweep) { position: relative; z-index: 1; }
.btn-primary:hover .btn-sweep { transform: translateX(0); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--glow-cy); }
.btn-primary.btn-lg { padding: 1.05rem 2.6rem; font-size: .96rem; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: .88rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(240,235,226,.52);
  border: 1px solid rgba(240,235,226,.14);
  padding: .9rem 1.7rem; border-radius: 6px;
  transition: color .3s, border-color .3s, transform .3s, background .3s;
}
.bg-play {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,116,23,.15); border: 1px solid rgba(255,116,23,.3);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.btn-ghost:hover { color: var(--wh); border-color: rgba(255,116,23,.42); background: rgba(255,116,23,.06); transform: translateY(-2px); }

/* ═══════════════════════════════════════════
   TICKER
═══════════════════════════════════════════ */
.ticker-wrap {
  overflow: hidden; position: relative; z-index: 2;
  border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); padding: .88rem 0;
}
.ticker-wrap::before, .ticker-wrap::after {
  content: ''; position: absolute; top: 0; width: 12vw; height: 100%; z-index: 2; pointer-events: none;
}
.ticker-wrap::before { left: 0; background: linear-gradient(to right,#000,transparent); }
.ticker-wrap::after  { right: 0; background: linear-gradient(to left,#000,transparent); }
.ticker-track {
  display: flex; align-items: center; gap: 1.8rem;
  width: max-content;
  animation: ticker 28s linear infinite;
  will-change: transform;
}
/* Loop infinito: a track tem 2 cópias idênticas, ao chegar em -50% volta ao início sem salto */
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ticker-track span {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  white-space: nowrap;
}
.ticker-track em { font-style: normal; font-size: .48rem; }

/* Cores do ticker — palavras branco opaco, símbolos mantêm neon */
.tk-cy {
  color: rgba(255,255,255,.22);
  text-shadow: none;
}
.tk-or {
  color: rgba(255,255,255,.22);
  text-shadow: none;
}
/* Símbolos ◆ — mantêm cores neon originais */
.ticker-track em.tk-or { color: var(--or); text-shadow: 0 0 12px rgba(255,116,23,.7), 0 0 28px rgba(255,116,23,.35); }
.ticker-track em.tk-cy { color: var(--cy); text-shadow: 0 0 12px rgba(0,168,225,.7), 0 0 28px rgba(0,168,225,.35); }

/* ═══════════════════════════════════════════
   SECTION COMMONS
═══════════════════════════════════════════ */
.sec { padding: clamp(5rem,9vh,8.5rem) clamp(1.4rem,4vw,3.8rem); position: relative; z-index: 2; }
.sec-hd { margin-bottom: 3.2rem; }
.sec-eye {
  font-family: 'JetBrains Mono', monospace; font-size: .64rem; font-weight: 400;
  letter-spacing: .28em; text-transform: uppercase; color: var(--or);
  display: flex; align-items: center; gap: 10px; margin-bottom: .9rem;
}
.sec-eye::before { content: ''; display: block; width: 22px; height: 1px; background: var(--or); box-shadow: 0 0 7px var(--or); }
.ctr-eye::before { display: none; }
.ctr-eye { justify-content: center; }
.sec-title {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(3rem,6.5vw,6.5rem); line-height: .92; letter-spacing: .03em;
}
.t-or { color: var(--or); }
.t-cy { color: var(--cy); }
.t-stroke { color: transparent; -webkit-text-stroke: 1px rgba(240,235,226,.16); }

/* Reveal */
.rv { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.rv.vis { opacity: 1; transform: translateY(0); }
.rv[data-d] { transition-delay: var(--dd,0s); }
.rvl { display: block; opacity: 0; transform: translateY(30px) skewY(2deg); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rvl.vis { opacity: 1; transform: translateY(0) skewY(0); }
.rvl:nth-child(2) { transition-delay: .12s; }
.rvl:nth-child(3) { transition-delay: .24s; }
.rvl:nth-child(4) { transition-delay: .36s; }
.rvl:nth-child(5) { transition-delay: .48s; }

.hr-rule { width:100%; height:1px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.055) 20%,rgba(255,255,255,.055) 80%,transparent); position:relative; z-index:2; }

/* ═══════════════════════════════════════════
   PROJETOS
═══════════════════════════════════════════ */
#works { background: #000; position: relative; overflow: hidden; }
.proj-filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.pf {
  font-family: 'JetBrains Mono', monospace; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase;
  border: 1px solid rgba(240,235,226,.1); color: rgba(240,235,226,.3);
  padding: .4rem .95rem; border-radius: 5px; transition: all .3s;
}
.pf:hover, .pf.on { border-color: var(--cy); color: var(--cy); background: rgba(0,168,225,.06); box-shadow: 0 0 14px rgba(0,168,225,.1); }
.proj-grid {
  display: grid; grid-template-columns: repeat(12,1fr);
  gap: 1.2rem;
}
.pcard { grid-column: span 4; }
.pc-lg  { grid-column: span 8; }
.pc-tall { grid-column: span 4; }
/* row 1: lg(8) + normal(4)  |  row 2: tall(4) + normal(4) + ... */

.pcard-vis {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 16/10; background: #080408;
  border: 1px solid rgba(255,255,255,.055);
  transform-style: preserve-3d; will-change: transform;
  transition: border-color .4s, box-shadow .4s;
}
.pc-tall .pcard-vis { aspect-ratio: 3/4; }
.pc-lg .pcard-vis { aspect-ratio: 21/9; }
.pv-art { width: 100%; height: 100%; transition: transform .9s var(--ease), filter .9s; }
.pcard:hover .pcard-vis { border-color: rgba(255,116,23,.2); box-shadow: 0 30px 65px rgba(0,0,0,.5), 0 0 50px rgba(255,116,23,.07); }
.pcard:hover .pv-art { transform: scale(1.05); filter: saturate(1.55) brightness(.8); }
/* backgrounds */
.pv-1 { background: radial-gradient(ellipse at 25% 50%, #1e0700 0%, #050414 65%, #000 100%); }
.pv-2 { background: radial-gradient(ellipse at 68% 28%, #001018 0%, #0a0010 65%, #000 100%); }
.pv-3 { background: radial-gradient(ellipse at 50% 17%, #1e0500 0%, #000918 65%, #000 100%); }
.pv-4 { background: radial-gradient(ellipse at 17% 64%, #001218 0%, #0e0800 65%, #000 100%); }
.pv-5 { background: radial-gradient(ellipse at 74% 55%, #080015 0%, #001408 65%, #000 100%); }
.pv-6 { background: radial-gradient(ellipse at 50% 50%, #001618 0%, #140800 65%, #000 100%); }

.pv-scan {
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.036) 2px,rgba(0,0,0,.036) 3px);
}
.pv-spot {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(circle 200px at var(--mx,50%) var(--my,50%), rgba(255,116,23,.07), transparent 70%);
  opacity: 0; transition: opacity .3s;
}
.pcard:hover .pv-spot { opacity: 1; }
.pv-ov {
  position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.2) 44%, transparent 100%);
  opacity: 0; transition: opacity .45s var(--ease);
}
.pcard:hover .pv-ov { opacity: 1; }
.pv-info {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; padding: 1.3rem 1.4rem;
  transform: translateY(8px); opacity: 0; transition: transform .45s var(--ease), opacity .45s var(--ease);
}
.pcard:hover .pv-info { transform: translateY(0); opacity: 1; }
.pvi-top { display: flex; align-items: center; gap: .6rem; margin-bottom: .4rem; }
.pvi-tag {
  font-family: 'JetBrains Mono', monospace; font-size: .57rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cy); background: rgba(0,168,225,.09); border: 1px solid rgba(0,168,225,.2);
  padding: .2rem .58rem; border-radius: 100px;
}
.pvi-yr { font-family: 'JetBrains Mono', monospace; font-size: .56rem; color: rgba(240,235,226,.28); }
.pvi-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: clamp(1.1rem,2vw,1.7rem); letter-spacing: .04em; color: var(--wh); line-height: 1.1; margin-bottom: .48rem; }
.pvi-desc { font-size: .8rem; line-height: 1.65; color: rgba(240,235,226,.36); margin-bottom: .8rem; }
.pvi-cta {
  display: inline-flex; align-items: center; gap: .42rem;
  font-family: 'JetBrains Mono', monospace; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--or); transition: gap .3s;
}
.pvi-cta svg { stroke: var(--or); transition: transform .3s var(--ease); }
.pcard:hover .pvi-cta svg { transform: translate(3px,-3px); }

/* ═══════════════════════════════════════════
   SHOWREEL
═══════════════════════════════════════════ */
.reel-atm {
  position: absolute; top: 30%; left: 50%; transform: translate(-50%,-50%);
  width: min(750px, 100vw); height: min(420px, 60vw);
  background: radial-gradient(ellipse, rgba(0,168,225,.06) 0%, transparent 65%);
  pointer-events: none; filter: blur(70px);
}
.reel-player {
  position: relative; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.07); aspect-ratio: 16/9; background: #050505;
  box-shadow: 0 60px 120px rgba(0,0,0,.75), 0 0 0 1px rgba(0,0,0,.5);
  max-width: 75%; margin: 0 auto;
  will-change: transform; cursor: pointer;
  animation: reelGlowPulse 3s ease-in-out infinite;
}
@keyframes reelGlowPulse {
  0%, 100% {
    box-shadow: 0 60px 120px rgba(0,0,0,.75), 0 0 0 1px rgba(0,0,0,.5),
                0 0 40px rgba(255,116,23,.10), 0 0 80px rgba(255,116,23,.05);
  }
  50% {
    box-shadow: 0 60px 120px rgba(0,0,0,.75), 0 0 0 1px rgba(0,0,0,.5),
                0 0 70px rgba(255,116,23,.35), 0 0 140px rgba(0,168,225,.18),
                0 0 220px rgba(255,116,23,.10);
  }
}
.reel-player video { width: 100%; height: 100%; object-fit: cover; display: block; will-change: transform; }
.reel-ov {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  transition: background .4s;
}
.reel-ov.playing { background: transparent !important; }
.reel-vign {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0,0,0,.22) 0%, rgba(0,0,0,.65) 100%);
}
.reel-playbtn {
  position: relative; z-index: 2; width: 88px; height: 88px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s var(--ease);
}
.reel-playbtn:hover { transform: scale(1.1); }
.rpb-ring { position: absolute; border-radius: 50%; border: 1px solid; }
.rpb-ring.r1 { inset: 0; border-color: rgba(255,116,23,.55); animation: ringPulse 3s ease-in-out infinite; }
.rpb-ring.r2 { inset: -10px; border-color: rgba(0,168,225,.3); animation: ringPulse 3s ease-in-out infinite .5s reverse; }
.rpb-ring.r3 { inset: -22px; border-color: rgba(255,116,23,.1); animation: ringPulse 3s ease-in-out infinite 1s; }
@keyframes ringPulse { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(1.1);opacity:1} }
.rpb-ico { position: relative; z-index: 2; filter: drop-shadow(0 0 14px rgba(255,255,255,.4)); }
/* HUD corners on player */
.rp-c { position: absolute; width: 16px; height: 16px; z-index: 4; }
.rpc-tl { top: 12px; left: 12px; border-top: 1px solid rgba(255,116,23,.45); border-left: 1px solid rgba(255,116,23,.45); }
.rpc-tr { top: 12px; right: 12px; border-top: 1px solid rgba(0,168,225,.38); border-right: 1px solid rgba(0,168,225,.38); }
.rpc-bl { bottom: 12px; left: 12px; border-bottom: 1px solid rgba(0,168,225,.35); border-left: 1px solid rgba(0,168,225,.35); }
.rpc-br { bottom: 12px; right: 12px; border-bottom: 1px solid rgba(255,116,23,.38); border-right: 1px solid rgba(255,116,23,.38); }
.reel-hud {
  position: absolute; bottom: 1.3rem; left: 1.6rem; right: 1.6rem; z-index: 4;
  display: flex; justify-content: space-between; align-items: center;
}
.rh-mono { font-family: 'JetBrains Mono', monospace; font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(240,235,226,.35); }
.rh-chips { display: flex; gap: .5rem; }
.rh-chips span { font-family: 'JetBrains Mono', monospace; font-size: .56rem; letter-spacing: .12em; color: rgba(240,235,226,.35); border: 1px solid rgba(255,255,255,.1); border-radius: 4px; padding: .2rem .5rem; }

/* ═══════════════════════════════════════════
   SOBRE
═══════════════════════════════════════════ */
#sobre { overflow: hidden; }
.sobre-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,4vw,5rem); align-items: start;
  width: 100%;
}
.sobre-title {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(3rem,7.5vw,7.5rem); line-height: .88; letter-spacing: .02em;
  margin: 1.2rem 0 2.2rem;
  word-break: break-word;
}
.sb-left { min-width: 0; overflow: hidden; }
.sb-body p { font-size: clamp(.82rem,.94rem,1rem); line-height: 1.9; color: rgba(240,235,226,.42); margin-bottom: 1.1rem; word-break: break-word; }
/* Skills */
.sb-skills { margin-top: 2.4rem; }
.sk { margin-bottom: 1.25rem; }
.sk-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: .45rem; }
.sk-h > span:first-child { font-family: 'JetBrains Mono', monospace; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(240,235,226,.38); }
.sk-p { font-family: 'JetBrains Mono', monospace; font-size: .6rem; color: var(--or); }
.sk-track { height: 2px; background: rgba(255,255,255,.06); border-radius: 2px; overflow: hidden; }
.sk-fill { height: 100%; width: 0; background: linear-gradient(90deg,var(--or),var(--cy)); box-shadow: 0 0 10px rgba(255,116,23,.35); transition: width 1.3s var(--ease); }
/* Tools */
.sb-tools { margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid var(--bd); }
.sbt-lbl { font-family: 'JetBrains Mono', monospace; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(240,235,226,.22); margin-bottom: .85rem; }
.sbt-grid { display: flex; flex-wrap: wrap; gap: .4rem; }
.sbt-grid span {
  font-size: .68rem; font-weight: 500; letter-spacing: .06em;
  padding: .3rem .78rem; border-radius: 5px;
  border: 1px solid rgba(255,255,255,.08); color: rgba(240,235,226,.34);
  transition: all .3s;
}
.sbt-grid span:hover { border-color: rgba(255,116,23,.38); color: rgba(240,235,226,.72); background: rgba(255,116,23,.05); transform: translateY(-2px); }

/* Identity card — inspired by Instagram post */
.sb-right { position: relative; padding: 2rem 0 4rem; min-width: 0; }
.id-card {
  position: relative; overflow: hidden; border-radius: 18px;
  background: rgba(8,4,2,.96);
  border: 1px solid rgba(255,116,23,.14);
  box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 40px 80px rgba(0,0,0,.55), 0 0 60px rgba(255,116,23,.05);
  padding: .9rem 1.2rem .8rem;
  width: 100%; box-sizing: border-box;
}
.idc-atm-or {
  position: absolute; width: 280px; height: 280px; top: 20%; left: 20%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(255,116,23,.18) 0%, transparent 65%);
  filter: blur(60px); pointer-events: none;
}
.idc-atm-cy {
  position: absolute; width: 200px; height: 200px; bottom: 10%; right: 10%;
  background: radial-gradient(circle, rgba(0,168,225,.14) 0%, transparent 65%);
  filter: blur(50px); pointer-events: none;
}
/* grid overlay — editing software feel */
.idc-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .07;
  background-image:
    linear-gradient(rgba(255,116,23,.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,116,23,.5) 1px, transparent 1px);
  background-size: 32px 32px;
}
.idc-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: .7rem; position: relative; z-index: 1;
}
.idc-brand {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.25rem;
  letter-spacing: .2em; color: var(--or); text-shadow: 0 0 20px rgba(255,116,23,.35);
}
.idc-year { font-family: 'JetBrains Mono', monospace; font-size: .58rem; letter-spacing: .2em; color: rgba(240,235,226,.28); }
/* Tool icons — referencing Instagram post exactly */
.idc-tools {
  display: flex; justify-content: center; gap: .6rem; margin-bottom: .8rem;
  position: relative; z-index: 1;
}
.tool-ic {
  width: 38px; height: 38px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: .85rem;
  letter-spacing: .05em; border: 1px solid rgba(255,255,255,.14);
  transition: transform .3s var(--ease), box-shadow .3s;
}
.tool-ic:hover { transform: translateY(-5px) scale(1.08); }
.t-ae { background: rgba(159,99,218,.18); color: #9f63da; border-color: rgba(159,99,218,.35); box-shadow: 0 0 20px rgba(159,99,218,.12); }
.t-ae:hover { box-shadow: 0 0 35px rgba(159,99,218,.35); }
.t-pr { background: rgba(159,99,218,.14); color: #a07fea; border-color: rgba(100,60,200,.35); box-shadow: 0 0 20px rgba(100,60,200,.1); }
.t-pr:hover { box-shadow: 0 0 35px rgba(100,60,200,.3); }
.t-ps { background: rgba(0,168,225,.18); color: var(--cy); border-color: rgba(0,168,225,.35); box-shadow: 0 0 20px rgba(0,168,225,.12); }
.t-ps:hover { box-shadow: 0 0 35px rgba(0,168,225,.35); }
.t-bl { background: rgba(255,116,23,.18); color: var(--or); border-color: rgba(255,116,23,.35); font-size: 1.4rem; box-shadow: 0 0 20px rgba(255,116,23,.12); }
.t-bl:hover { box-shadow: 0 0 35px rgba(255,116,23,.38); }
.idc-quote {
  font-size: .75rem; font-weight: 400; line-height: 1.6;
  color: rgba(240,235,226,.55); text-align: center;
  border: 1px solid rgba(255,255,255,.07); border-radius: 6px;
  padding: .55rem .9rem; margin-bottom: .7rem; background: rgba(0,0,0,.2);
  position: relative; z-index: 1;
}
.idc-stats {
  display: flex; justify-content: center; align-items: center;
  gap: 1rem; margin-bottom: .6rem; position: relative; z-index: 1;
}
.ids { text-align: center; }
.ids-n {
  display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: 1.4rem; line-height: 1; color: var(--or); text-shadow: 0 0 20px rgba(255,116,23,.3);
}
.ids-l { display: block; font-family: 'JetBrains Mono', monospace; font-size: .54rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(240,235,226,.22); margin-top: .15rem; }
.ids-sep { width: 1px; height: 32px; background: var(--bd); }
/* watermark row — exact reference to Instagram post */
.idc-wm {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: .62rem;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,116,23,.15);
  text-align: center; padding: .8rem 0 0;
  border-top: 1px solid rgba(255,116,23,.08);
  white-space: nowrap; overflow: hidden;
  position: relative; z-index: 1;
}

/* Photo slot below identity card */
.sb-photo-slot {
  margin-top: .7rem;
  width: 100%;
  border-radius: 18px; overflow: visible;
  border: 1px solid rgba(255,116,23,.14);
  box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45);
  background: rgba(8,4,2,.82);
  box-sizing: border-box;
}
.sb-photo-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ─── HERO PARTICLES CANVAS ─────────────── */
#heroPtCanvas {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none; width: 100%; height: 100%;
}

/* ─── WORKS CANVAS DE PARTÍCULAS ─────────── */
#worksCanvas {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; width: 100%; height: 100%;
}
#works > :not(canvas) { position: relative; z-index: 1; }

/* ─── SOBRE CANVAS DE PARTÍCULAS ─────────── */
#sobreCanvas {
  position: absolute; inset: 0; z-index: 0;
  pointer-events: none; width: 100%; height: 100%;
}
.sobre-grid { position: relative; z-index: 1; }

/* ─── SOBRE CARDS — glow pulsante ─────────── */
@keyframes sob-card-glow {
  0%,100% { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 40px 80px rgba(0,0,0,.55), 0 0 30px rgba(255,116,23,.08), 0 0 60px rgba(255,116,23,.04); }
  50%     { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 40px 80px rgba(0,0,0,.55), 0 0 55px rgba(255,116,23,.32), 0 0 110px rgba(255,116,23,.14); }
}
@keyframes sob-photo-glow {
  0%,100% { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45), 0 0 25px rgba(255,116,23,.07), 0 0 55px rgba(255,116,23,.03); }
  50%     { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45), 0 0 45px rgba(255,116,23,.28), 0 0 90px rgba(255,116,23,.11); }
}
.id-card      { will-change: transform; animation: sob-card-glow 8s ease-in-out infinite; }
.sb-photo-slot { will-change: transform; animation: sob-card-glow 6s ease-in-out infinite 1s; }

/* ─── SKILL BARS — glow pulsante ─────────── */
@keyframes sk-bar-glow {
  0%,100% { box-shadow: 0 0 10px rgba(255,116,23,.55), 0 0 22px rgba(255,116,23,.2); }
  50%     { box-shadow: 0 0 10px rgba(0,168,225,.55),  0 0 22px rgba(0,168,225,.2); }
}
.sk-fill { animation: sk-bar-glow 3s ease-in-out infinite; }
.sk-h > span:first-child { transition: color .3s; }
.sk-p   { transition: text-shadow .3s, color .3s; }
.sk-track { transition: background .3s; }

/* ─── SKILL BARS — hover mouse responsivo ─── */
.sk { cursor: default; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.sk:hover { transform: translateX(5px); }
.sk:hover .sk-h > span:first-child { color: rgba(240,235,226,.72); }
.sk:hover .sk-p { text-shadow: 0 0 12px rgba(255,116,23,.7); }
.sk:hover .sk-track { background: rgba(255,255,255,.12); }
.sk:hover .sk-fill  { animation: none; box-shadow: 0 0 18px rgba(255,116,23,.7), 0 0 40px rgba(255,116,23,.3); }

/* ═══════════════════════════════════════════
   STATS
═══════════════════════════════════════════ */
.sec-stats {
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 2.5rem clamp(1.4rem,4vw,4rem);
}
.stats-row {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1rem;
}
.stc {
  padding: 2rem 1.8rem; position: relative;
  border: 1px solid rgba(0,168,225,.18);
  border-radius: 14px;
  background: rgba(0,168,225,.04);
  box-shadow: 0 0 18px rgba(0,168,225,.06), 0 0 40px rgba(0,168,225,.03);
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  cursor: default;
  transition: box-shadow .3s, border-color .3s, transform .1s;
  --sx: 50%; --sy: 50%; --so: 0;
  animation: stcGlowPulse 4s ease-in-out infinite;
}
@keyframes stcGlowPulse {
  0%,100% { box-shadow: 0 0 18px rgba(0,168,225,.06), 0 0 40px rgba(0,168,225,.03); }
  50%      { box-shadow: 0 0 28px rgba(0,168,225,.13), 0 0 60px rgba(0,168,225,.07); }
}
.stc:hover {
  border-color: rgba(0,168,225,.40);
  box-shadow: 0 0 35px rgba(0,168,225,.22), 0 0 70px rgba(0,168,225,.10), inset 0 0 20px rgba(0,168,225,.04);
  animation: none;
}

/* spotlight radial no hover */
.stc::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at var(--sx) var(--sy), rgba(0,168,225,.08) 0%, transparent 65%);
  opacity: var(--so);
  transition: opacity .3s;
  pointer-events: none;
  z-index: 0;
}

/* borda neon sempre visível, intensifica no hover */
.stc::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0,168,225,.35), rgba(255,116,23,.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 1; transition: opacity .4s;
  pointer-events: none;
}
.stc:hover::after {
  background: linear-gradient(135deg, rgba(0,168,225,.7), rgba(255,116,23,.35));
}

/* bolinhas */
.stc-dots {
  display: flex; gap: 5px; align-items: center;
  margin-bottom: 1.4rem; position: relative; z-index: 1;
}
.stc-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
}
.stc-dot-cy {
  background: var(--cy);
  box-shadow: 0 0 6px rgba(0,168,225,.9), 0 0 14px rgba(0,168,225,.4);
  animation: livePulse 2.4s ease-in-out infinite;
}
.stc-dot-or {
  background: var(--or);
  box-shadow: 0 0 6px rgba(255,116,23,.9), 0 0 14px rgba(255,116,23,.4);
  animation: livePulse 2.4s ease-in-out infinite .5s;
}

/* ícone */
.stc-ico {
  font-size: 1.7rem; line-height: 1;
  margin-bottom: .8rem;
  display: block;
  position: relative; z-index: 1;
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), filter .35s;
  filter: drop-shadow(0 0 5px rgba(0,168,225,.25));
}
.stc:hover .stc-ico {
  transform: scale(1.18) translateY(-3px);
  filter: drop-shadow(0 0 12px rgba(0,168,225,.6));
}

.stc-n {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(3rem,5vw,4.5rem); line-height: 1; margin-bottom: .55rem;
  background: linear-gradient(135deg,var(--or),var(--cy));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  position: relative; z-index: 1;
}
.stc-cnt { font-family: inherit; font-weight: 900; font-size: inherit; line-height: 1; -webkit-text-fill-color: transparent; }
.stc-l {
  font-family: 'JetBrains Mono', monospace; font-size: .58rem;
  letter-spacing: .16em; text-transform: uppercase;
  color: rgba(240,235,226,.3);
  position: relative; z-index: 1;
}
/* linha inferior — substitui stc-line */
.stc-line {
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg,var(--cy),var(--or));
  border-radius: 0 2px 2px 0;
  transition: width .5s var(--ease);
}
.stc:hover .stc-line { width: 100%; }

/* ═══════════════════════════════════════════
   CTA FINAL
═══════════════════════════════════════════ */
.sec-cta { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; max-width: 100vw; }
#ctaCanvas { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cta-atm-or {
  position: absolute; width: min(600px, 90vw); height: min(600px, 90vw);
  background: radial-gradient(circle, rgba(255,116,23,.14) 0%, transparent 65%);
  top: 50%; left: 28%; transform: translate(-50%,-50%);
  filter: blur(130px); pointer-events: none;
}
.cta-atm-cy {
  position: absolute; width: min(500px, 80vw); height: min(500px, 80vw);
  background: radial-gradient(circle, rgba(0,168,225,.11) 0%, transparent 65%);
  top: 50%; right: 22%; transform: translate(50%,-50%);
  filter: blur(120px); pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; }
.cta-title {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(4rem,10.5vw,10.5rem); line-height: .88; letter-spacing: .025em;
  margin: 1.6rem 0;
}
.cta-sub { font-size: .95rem; line-height: 1.88; color: rgba(240,235,226,.38); max-width: 400px; margin: 0 auto 3rem; }
.cta-acts { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; margin-bottom: 3rem; }
.cta-mail {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .8rem; font-weight: 500; letter-spacing: .08em;
  color: rgba(240,235,226,.38);
  border-bottom: 1px solid rgba(255,116,23,.22);
  padding-bottom: .3rem; transition: color .3s, border-color .3s;
}
.cta-mail:hover { color: var(--or); border-color: var(--or); }
.cta-socs { display: flex; gap: .7rem; justify-content: center; }
.soc {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(240,235,226,.3); transition: all .3s;
}
.soc svg { width: 16px; height: 16px; }
.soc:hover { border-color: var(--cy); color: var(--cy); box-shadow: 0 0 22px rgba(0,168,225,.22); transform: translateY(-3px); }

/* ── HERO TITLE ALL WHITE — alinhado à esquerda ── */
.hero-h1 { align-items: flex-start; text-align: left; }
.hero-h1 .hh { color: var(--wh) !important; -webkit-text-fill-color: var(--wh) !important; text-shadow: none; }
.hero-sub-center { text-align: left; max-width: 520px; }

/* ── PROJ GRID — 2x 16:9 + 4x 9:16 ─────── */
/* Reset antigos layouts */
.pc-lg  { grid-column: unset; }
.pc-tall { grid-column: unset; }

/* 16:9 wide — ocupa 6 colunas cada (lado a lado) */
.pc-wide { grid-column: span 6; }
.pv-169  { aspect-ratio: 16 / 9 !important; }

/* 9:16 vertical — ocupa 3 colunas cada (4 lado a lado) */
.pc-vert { grid-column: span 3; }
.pv-916  { aspect-ratio: 9 / 16 !important; }

/* stat resolução menor para 4K/FullHD caber */
.stc-n-sm { font-size: clamp(2rem,3.5vw,3.2rem) !important; line-height: 1.1; }

/* Responsive ajustes novos */
@media (max-width: 900px) {
  .pc-wide { grid-column: span 12; }
  .pc-vert { grid-column: span 6; }
}
@media (max-width: 600px) {
  .pc-wide { grid-column: span 12; }
  .pc-vert { grid-column: span 12; }
  .pv-916  { aspect-ratio: 9 / 16 !important; }
}

/* ═══ MARQUEE FINAL ═══════════════════════ */
.end-marquee {
  background: #000;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.04);
  position: relative;
}
.end-marquee::before, .end-marquee::after {
  content: ''; position: absolute; top: 0; width: 8vw; height: 100%;
  z-index: 2; pointer-events: none;
}
.end-marquee::before { left: 0; background: linear-gradient(to right, #000, transparent); }
.end-marquee::after  { right: 0; background: linear-gradient(to left,  #000, transparent); }

.em-row { overflow: hidden; padding: .3rem 0; }

.em-track {
  display: flex; align-items: center; gap: 1.8rem;
  width: max-content;
  animation: emScroll 32s linear infinite;
  will-change: transform;
}
.em-row:hover .em-track { animation-play-state: paused; }

@keyframes emScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* palavras — apagadas por padrão, acendem no hover do container */
.em-track span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: clamp(.68rem, 1.1vw, .9rem);
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(240,235,226,.1);
  transition: color .4s, text-shadow .4s;
}
/* hover no marquee inteiro acende todas as palavras */
.em-row:hover .em-w-or {
  color: var(--or);
  text-shadow: 0 0 10px rgba(255,116,23,.6), 0 0 24px rgba(255,116,23,.3);
}
.em-row:hover .em-w-cy {
  color: var(--cy);
  text-shadow: 0 0 10px rgba(0,168,225,.7), 0 0 24px rgba(0,168,225,.35);
}

/* símbolos ◆ — sempre neon */
.em-sym { font-style: normal; font-size: .45rem; }
.em-sym-cy {
  color: var(--cy);
  text-shadow: 0 0 10px rgba(0,168,225,.8), 0 0 22px rgba(0,168,225,.4);
}
.em-sym-or {
  color: var(--or);
  text-shadow: 0 0 10px rgba(255,116,23,.7), 0 0 22px rgba(255,116,23,.35);
}

#footer {
  position: relative; z-index: 2; border-top: 1px solid var(--bd);
  padding: 2rem clamp(1.4rem,4vw,3.8rem);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.ft-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.6rem; letter-spacing: .15em; background: linear-gradient(90deg,var(--or),var(--cy)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ft-copy { font-family: 'JetBrains Mono', monospace; font-size: .55rem; letter-spacing: .12em; color: rgba(240,235,226,.17); }
.ft-top { display: flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(240,235,226,.22); transition: color .3s; }
.ft-top:hover { color: var(--or); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */

/* ── Tablet grande (≤1200px) ─────────────── */
@media (max-width:1200px) {
  #hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 110px clamp(1.4rem,5vw,3rem) 60px;
  }
  .hero-scroll    { display: none; }
  .hero-ey        { justify-content: center; }
  .hero-h1        { align-items: flex-start; text-align: left; }
  .hero-sub, .hero-sub-center { margin-left: 0; margin-right: auto; text-align: left; }
  .hero-btns      { justify-content: flex-start; }
  .hero-stats     { justify-content: flex-start; }

  .hero-card-zone { display: flex; justify-content: center; padding: 2rem 0 3rem; }
  .fc-mini        { display: none; }
  .fc-main        { width: min(320px, 86vw); animation: none; }

  .pa-inner       { grid-template-columns: 1fr; }
  .pa-info-card   { order: 2; min-height: auto; }
}

/* ── Tablet (≤1024px) ────────────────────── */
@media (max-width:1024px) {
  .sobre-grid    { grid-template-columns: 1fr; gap: 4rem; }
  .sb-right      { padding: 0; margin-top: 0; }
  .id-card       { max-width: 480px; margin: 0 auto; }
  .sb-photo-slot { max-width: 480px; margin: 0 auto; margin-top: 1.5rem; }
  .stats-row     { grid-template-columns: repeat(2,1fr); }

  .pc-wide { grid-column: span 12; }
  .pc-vert { grid-column: span 6; }
}

/* ── Mobile (≤768px) ─────────────────────── */
@media (max-width:768px) {
  .nav-links, .nav-btn { display: none; }
  .nav-ham             { display: flex; }

  .sec { padding: clamp(3rem,6vh,5rem) clamp(1.2rem,5vw,2rem); }

  /* ── Hero: elimina espaço vazio no topo ── */
  #hero {
    padding-top: 72px;
    padding-bottom: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    min-height: 0;
    height: auto;
    display: block;
  }
  .hero-wrap      { padding-top: 0; min-height: 0; align-items: flex-start; }
  .hero-copy      { padding-top: 0; }
  .hero-btns      { flex-direction: column; align-items: flex-start; gap: .85rem; }
  .hero-btns .btn-primary,
  .hero-btns .btn-ghost { width: 100%; justify-content: center; }
  .hero-stats     { gap: 1.2rem; flex-wrap: wrap; justify-content: flex-start; }

  /* ── Seção 2: Projeto Ativo ── */
  .projeto-ativo  { padding: 2rem 1.2rem; }
  .pa-inner       { grid-template-columns: 1fr; gap: 1.2rem; }
  .pa-video-card  { padding: 1rem; }
  .pa-info-card   { padding: 1rem; min-height: auto; order: 2; }
  .pai-stats      { padding: .7rem 0; }
  .pai-stat-n     { font-size: 1.5rem; }
  .pai-chart      { height: 60px; }

  /* Projetos */
  .pc-wide { grid-column: span 12; }
  .pc-vert { grid-column: span 6; }

  .reel-hud { display: none; }

  /* ── Sobre: gap generoso para não encostar ── */
  .sobre-grid    { grid-template-columns: 1fr; gap: 4rem; }
  .sb-left       { width: 100%; }
  .sb-right      { width: 100%; padding: 0; margin-top: 0; }
  .id-card       { max-width: 100%; padding: 1.4rem 1.2rem 1rem; }
  .sb-photo-slot { max-width: 100%; margin-top: 1.5rem; }
  .sobre-title   { font-size: clamp(2.8rem,10vw,4.5rem); }
  .idc-tools     { gap: .7rem; flex-wrap: wrap; justify-content: center; }
  .tool-ic       { width: 44px; height: 44px; font-size: .95rem; }
  .idc-quote     { font-size: .82rem; padding: .8rem; }
  .idc-stats     { gap: 1rem; }
  .ids-n         { font-size: 1.6rem; }

  .stats-row { grid-template-columns: repeat(2,1fr); }
  .stc       { padding: 2rem 1.5rem; }

  .cta-title  { font-size: clamp(2.8rem,12vw,5rem); }
  .cta-sub    { font-size: .88rem; }
  .cta-acts   { width: 100%; padding: 0 1rem; }
  .btn-primary.btn-lg { width: 100%; justify-content: center; }

  #footer { flex-direction: column; text-align: center; gap: .8rem; }
}

/* ── Mobile pequeno (≤480px) ─────────────── */
@media (max-width:480px) {
  #nav { height: 60px; padding: 0 1.2rem; }
  .nb-tag { display: none; }

  /* Hero: padding-top = altura exata do nav */
  #hero {
    padding-top: 64px;
    padding-bottom: 2.5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    min-height: 0;
    height: auto;
    display: block;
  }
  .hero-wrap { padding-top: 0; min-height: 0; }
  .hh        { font-size: clamp(4rem,17vw,7rem); }
  .hero-sub  { font-size: .88rem; }
  .hero-stats { gap: .9rem; }
  .hsi-n     { font-size: 2rem; }
  .hsi-sep   { height: 28px; }
  .hud-c, .hud-bar { display: none; }

  /* Seção 2 mobile pequeno */
  .projeto-ativo  { padding: 1.4rem 1rem; }
  .pa-video-card  { padding: .8rem; }
  .pa-info-card   { padding: .8rem; }
  .pai-bar-name   { width: 55px; font-size: .48rem; }
  .pai-stat-n     { font-size: 1.3rem; }
  .pai-chart      { height: 50px; }

  .pc-wide { grid-column: span 12; }
  .pc-vert { grid-column: span 12; }
  .pv-916  { aspect-ratio: 3/4 !important; }

  .ticker-track { animation-duration: 18s; }
  .proj-grid    { gap: .8rem; }

  /* Sobre */
  .sobre-grid { gap: 3rem; }
  .sb-body p  { font-size: .86rem; }
  .sbt-grid   { gap: .3rem; }
  .sbt-grid span { font-size: .6rem; padding: .22rem .55rem; }
  .sk-h > span:first-child { font-size: .58rem; }
  .idc-quote  { font-size: .78rem; line-height: 1.65; }
  .idc-stats  { gap: .7rem; }
  .ids-n      { font-size: 1.4rem; }
  .ids-l      { font-size: .48rem; }

  /* Stats */
  .stats-row  { grid-template-columns: 1fr 1fr; }
  .stc        { padding: 1.6rem 1rem; }
  .stc-n      { font-size: clamp(2.2rem,9vw,3rem); }
  .stc-l      { font-size: .55rem; }
  .stc-n-sm   { font-size: clamp(1.4rem,6vw,2rem) !important; }

  /* Showreel */
  .reel-player { border-radius: 10px; }
  .rpb-ring.r2, .rpb-ring.r3 { display: none; }

  /* CTA */
  .cta-title  { font-size: clamp(2.4rem,13vw,4rem); }
  .cta-socs   { gap: .5rem; }
  .soc        { width: 38px; height: 38px; }

  /* Cursor custom — desativa no touch */
  #cur-outer, #cur-dot { display: none; }
  body { cursor: auto; }
  button { cursor: pointer; }
  a { cursor: pointer; }
}

/* ═══════════════════════════════════════════
   CLIENTES — ticker infinito, cards simples
   Foco total no depoimento
═══════════════════════════════════════════ */
.sec-clientes {
  overflow: visible;
  position: relative;
}

.cli-ticker-wrap {
  overflow: hidden;
  position: relative;
  margin-left:  calc(-1 * clamp(1.4rem,4vw,3.8rem));
  margin-right: calc(-1 * clamp(1.4rem,4vw,3.8rem));
  mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  padding: 2.4rem 0 2.8rem;
  contain: layout style;
}
.cli-ticker-wrap:hover .cli-ticker { animation-play-state: paused; }

.cli-ticker {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  animation: cliScroll 76s linear infinite;
  will-change: transform;
}
@keyframes cliScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Card — 9:16, 10% menor que os slots */
.cli-card {
  flex: 0 0 auto;
  width: calc(((100vw - 2*clamp(1.4rem,4vw,3.8rem) - 11*1.2rem) / 12 * 3 + 2*1.2rem) * 0.9);
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #07070c;
  border: 1px solid rgba(255,255,255,.07);
  padding: 1.3rem 1.2rem 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  flex-shrink: 0;
  transition: border-color .4s, box-shadow .4s, transform .4s;
  contain: layout style;
}
.cli-card:hover {
  transform: translateY(-5px) scale(1.012);
  border-color: rgba(255,116,23,.25);
  box-shadow: 0 0 50px rgba(255,116,23,.1), 0 20px 40px rgba(0,0,0,.5);
}
.cli-card.cli-accent-cy:hover {
  border-color: rgba(0,168,225,.25);
  box-shadow: 0 0 50px rgba(0,168,225,.1), 0 20px 40px rgba(0,0,0,.5);
}

/* Glow bg sutil */
.cli-glow-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
.cli-card.cli-accent-or .cli-glow-bg {
  background: radial-gradient(ellipse at 30% 0%, rgba(255,116,23,.06) 0%, transparent 60%);
}
.cli-card.cli-accent-cy .cli-glow-bg {
  background: radial-gradient(ellipse at 30% 0%, rgba(0,168,225,.05) 0%, transparent 60%);
}
.cli-card > *:not(.cli-glow-bg):not(.cli-left-bar) { position: relative; z-index: 1; }

/* Borda esquerda neon */
.cli-left-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(to bottom,
    transparent 5%,
    rgba(255,116,23,.7) 30%,
    rgba(255,116,23,.4) 70%,
    transparent 95%);
  z-index: 3;
}
.cli-card.cli-accent-cy .cli-left-bar {
  background: linear-gradient(to bottom,
    transparent 5%,
    rgba(0,168,225,.7) 30%,
    rgba(0,168,225,.4) 70%,
    transparent 95%);
}

/* HUD corners */
.cli-hud { position: absolute; width: 10px; height: 10px; pointer-events: none; z-index: 5; }
.cli-hud-tl { top: 8px; left: 8px; border-top: 1.5px solid rgba(255,116,23,.6); border-left: 1.5px solid rgba(255,116,23,.6); }
.cli-hud-tr { top: 8px; right: 8px; border-top: 1.5px solid rgba(0,168,225,.5); border-right: 1.5px solid rgba(0,168,225,.5); }
.cli-hud-bl { bottom: 8px; left: 8px; border-bottom: 1.5px solid rgba(0,168,225,.45); border-left: 1.5px solid rgba(0,168,225,.45); }
.cli-hud-br { bottom: 8px; right: 8px; border-bottom: 1.5px solid rgba(255,116,23,.5); border-right: 1.5px solid rgba(255,116,23,.5); }

/* Top row: stars + métrica discreta */
.cli-top-row {
  display: flex; justify-content: space-between; align-items: center;
  flex-shrink: 0;
}
.cli-stars {
  font-size: .75rem; letter-spacing: .06em;
  color: #ffb800;
  text-shadow: 0 0 8px rgba(255,184,0,.6);
}
.cli-metric-subtle {
  font-family: 'JetBrains Mono', monospace;
  font-size: .44rem; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  padding: .18rem .45rem; border-radius: 4px;
}

/* Quote — herói do card */
.cli-quote-wrap {
  flex: 1;
  display: flex; flex-direction: column;
  gap: .25rem;
  overflow: hidden;
  min-height: 0;
}
.cli-quote-mark {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem; line-height: .55; font-weight: 800;
  color: rgba(255,116,23,.18);
  flex-shrink: 0;
}
.cli-card.cli-accent-cy .cli-quote-mark { color: rgba(0,168,225,.16); }
.cli-text {
  font-family: 'Barlow', sans-serif;
  font-size: .88rem; line-height: 1.7;
  color: rgba(240,235,226,.78);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}

/* Divider */
.cli-divider {
  height: 1px; flex-shrink: 0;
  background: linear-gradient(to right, rgba(255,116,23,.4), rgba(0,168,225,.25), transparent);
}
.cli-card.cli-accent-cy .cli-divider {
  background: linear-gradient(to right, rgba(0,168,225,.4), rgba(255,116,23,.2), transparent);
}

/* Verified */
.cli-verified {
  display: flex; align-items: center; gap: .3rem;
  flex-shrink: 0;
}
.cli-verified span {
  font-family: 'JetBrains Mono', monospace;
  font-size: .44rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(0,168,225,.7);
}

/* Author */
.cli-author { display: flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.cli-avatar {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace; font-size: .54rem; font-weight: 700;
}
.cli-av-or { background: rgba(255,116,23,.15); color: #ff8c2a; border: 1px solid rgba(255,116,23,.35); }
.cli-av-cy { background: rgba(0,168,225,.12); color: #00c8f0; border: 1px solid rgba(0,168,225,.3); }
.cli-author-info { display: flex; flex-direction: column; gap: .1rem; overflow: hidden; min-width: 0; }
.cli-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: .92rem; letter-spacing: .02em;
  color: rgba(240,235,226,.92);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cli-role {
  font-family: 'Barlow', sans-serif;
  font-size: .65rem; color: rgba(240,235,226,.38);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cli-platform-row {
  display: flex; align-items: center; gap: .3rem; margin-top: .06rem;
}
.cli-platform-row svg { flex-shrink: 0; }
.cli-company {
  font-family: 'JetBrains Mono', monospace;
  font-size: .42rem; letter-spacing: .05em;
  color: rgba(240,235,226,.25);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* Responsive */
@media (max-width: 1024px) { .cli-ticker { animation-duration: 60s; } }
@media (max-width: 768px) {
  .cli-card { width: clamp(260px, 80vw, 320px); aspect-ratio: unset; min-height: 280px; }
  .cli-ticker { animation-duration: 50s; }
  .cli-quote-wrap { overflow: visible; flex: unset; }
  .cli-text { overflow: visible; display: block; -webkit-line-clamp: unset; font-size: .82rem; }
}

/* ═══════════════════════════════════════════
   TCHAN — cursor, scroll bar, grain, scanner
═══════════════════════════════════════════ */

/* ── Cursor personalizado — só em dispositivos com mouse ── */
@media (hover: hover) and (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }
}

#cursor-dot {
  position: fixed; z-index: 99999;
  width: 6px; height: 6px; border-radius: 50%;
  background: #ff7417;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform .08s, background .2s;
  box-shadow: 0 0 8px rgba(255,116,23,.9);
}
#cursor-ring {
  position: fixed; z-index: 99998;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid rgba(0,168,225,.7);
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform .18s cubic-bezier(.16,1,.3,1), width .25s, height .25s, border-color .25s, opacity .25s;
}
body.ch #cursor-ring {
  width: 42px; height: 42px;
  border-color: rgba(255,116,23,.8);
}
body.ch #cursor-dot { background: #00c8f0; }

/* ── Barra de progresso de scroll ── */
#scroll-bar {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%;
  z-index: 9999;
  background: linear-gradient(to right, #ff7417, #00c8f0);
  box-shadow: 0 0 8px rgba(255,116,23,.6);
  transition: width .05s linear;
  pointer-events: none;
}

/* ── Grain canvas ── */
#grain-canvas {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  z-index: 9997;
  pointer-events: none;
  opacity: .032;
  mix-blend-mode: screen;
}

/* ── Scanner line entre seções ── */
.sec-scanner {
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%, rgba(255,116,23,.0) 10%,
    rgba(255,116,23,.7) 40%, rgba(0,168,225,.7) 60%,
    rgba(0,168,225,.0) 90%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
  pointer-events: none; z-index: 3;
}
.sec-scanner.scan-go { transform: scaleX(1); }

/* ── Grain nos cards de depoimento ── */
.cli-card::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 14px;
  pointer-events: none; z-index: 6;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
}

/* ═══════════════════════════════════════════
   TIMELINE — slot direito da seção Sobre
═══════════════════════════════════════════ */
.sb-timeline-slot {
  padding: 1.4rem 0 1.4rem 1.4rem !important;
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  overflow: visible !important;
  height: auto !important;
  animation: timeline-neon-glow 6s ease-in-out infinite 1s !important;
  will-change: box-shadow;
}
@keyframes timeline-neon-glow {
  0%,100% { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45), 0 0 30px rgba(255,116,23,.08), 0 0 60px rgba(255,116,23,.04); }
  50%     { box-shadow: 0 0 0 1px rgba(0,0,0,.5), 0 20px 40px rgba(0,0,0,.45), 0 0 55px rgba(255,116,23,.38), 0 0 110px rgba(255,116,23,.16); }
}

/* Header com nome */
.sbt-header { flex-shrink: 0; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.sbt-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem; font-weight: 900; letter-spacing: .04em;
  color: rgba(240,235,226,.95); line-height: 1;
}
.sbt-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: .52rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(240,235,226,.3); margin-top: .35rem;
}

/* Wrapper da linha + itens */
.sbt-line-wrap {
  position: relative;
  padding-left: 1.4rem;
  display: flex; flex-direction: column; gap: .85rem;
}
.sbt-vline {
  position: absolute;
  left: 4px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(to bottom,
    rgba(255,116,23,.8), rgba(0,168,225,.6), rgba(255,116,23,.2));
  border-radius: 2px;
}

/* Item */
.sbt-item { position: relative; }
.sbt-dot {
  position: absolute;
  left: -1.4rem; top: .28rem;
  width: 10px; height: 10px; border-radius: 50%;
  border: 2px solid #06060a;
  z-index: 2;
}
.sbt-dot-or {
  background: #ff7417;
  box-shadow: 0 0 7px rgba(255,116,23,.9), 0 0 18px rgba(255,116,23,.4);
}
.sbt-dot-cy {
  background: #00c8f0;
  box-shadow: 0 0 7px rgba(0,168,225,.9), 0 0 18px rgba(0,168,225,.4);
}

.sbt-content { display: flex; flex-direction: column; gap: .22rem; }
.sbt-year {
  font-family: 'JetBrains Mono', monospace;
  font-size: .46rem; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,116,23,.65);
}
.sbt-item:nth-child(even) .sbt-year { color: rgba(0,168,225,.65); }
.sbt-role {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem; font-weight: 700; letter-spacing: .02em;
  color: rgba(240,235,226,.9); line-height: 1.15;
}
.sbt-desc {
  font-family: 'Barlow', sans-serif;
  font-size: .72rem; line-height: 1.6;
  color: rgba(240,235,226,.48);
}
.sbt-tags { display: flex; flex-wrap: wrap; gap: .28rem; margin-top: .18rem; }
.sbt-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: .4rem; letter-spacing: .08em; text-transform: uppercase;
  padding: .13rem .38rem; border-radius: 3px;
}
.sbt-or { background: rgba(255,116,23,.1); color: rgba(255,130,40,.9); border: 1px solid rgba(255,116,23,.25); }
.sbt-cy { background: rgba(0,168,225,.08); color: rgba(0,200,240,.9); border: 1px solid rgba(0,168,225,.22); }

/* ── Timeline slot — maior e com foto ── */


.sbt-inner {
  display: flex;
  gap: 0;
  height: auto;
  min-height: 0;
}

.sbt-text-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
  overflow: hidden;
  padding-right: 1rem;
}

/* Photo column — right side, flush to card edge */
.sbt-photo-col {
  flex: 0 0 42%;
  position: relative;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
  margin: -1.4rem -1px -1.4rem 0;
}
.sbt-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% top;
  display: block;
}
/* Fade nas bordas — esquerda, topo e baixo suaves */
.sbt-photo-col::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(8,4,2,1) 0%, rgba(8,4,2,.85) 20%, rgba(8,4,2,.3) 45%, transparent 70%),
    linear-gradient(to bottom, rgba(8,4,2,.9) 0%, transparent 15%, transparent 75%, rgba(8,4,2,.95) 100%);
}

@media (max-width: 768px) {
  .sbt-photo-col { display: none; }
  .sb-timeline-slot { padding: 1.4rem !important; }
}
