/* ============================================================
   DASH MÍDIA 2026 — Design System
   Dark #141515 · Accent #eb2059 · Violet #7b2ff7 · Cyan #16e0ff
   ============================================================ */

:root {
  --bg: #0d0d0f;
  --bg-soft: #141518;
  --bg-card: #1a1b20;
  --ink: #f5f4f6;
  --ink-dim: #9b9aa3;
  --accent: #eb2059;
  --accent-2: #7b2ff7;
  --cyan: #16e0ff;
  --gradient: linear-gradient(100deg, #eb2059 0%, #7b2ff7 60%, #16e0ff 120%);
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --radius: 20px;
  --nav-h: 76px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

@media (pointer: fine) {
  body { cursor: none; }
  body a, body button { cursor: none; }
}

::selection { background: var(--accent); color: #fff; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.text-accent { color: var(--accent); }
.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============ PRELOADER ============ */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
  transition: opacity .6s ease, visibility .6s;
}
.preloader--done { opacity: 0; visibility: hidden; }
.preloader__logo {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: .28em;
  display: flex; align-items: center;
}
.preloader__letter {
  opacity: 0; transform: translateY(24px);
  animation: letterIn .6s cubic-bezier(.2,.8,.2,1) forwards;
}
.preloader__letter:nth-child(1) { animation-delay: .05s; }
.preloader__letter:nth-child(2) { animation-delay: .13s; }
.preloader__letter:nth-child(3) { animation-delay: .21s; }
.preloader__letter:nth-child(4) { animation-delay: .29s; }
.preloader__dot {
  width: .5em; height: .5em; border-radius: 50%;
  background: var(--accent); margin-left: .3em;
  animation: dotPulse 1s ease infinite .5s;
}
@keyframes letterIn { to { opacity: 1; transform: none; } }
@keyframes dotPulse { 50% { transform: scale(1.5); box-shadow: 0 0 24px var(--accent); } }
.preloader__bar { width: min(260px, 60vw); height: 2px; background: #2a2b31; border-radius: 2px; overflow: hidden; }
.preloader__bar-fill { height: 100%; width: 0; background: var(--gradient); transition: width .3s ease; }

/* ============ CURSOR ============ */
.cursor, .cursor-follower {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 999;
  border-radius: 50%;
  display: none;
}
@media (pointer: fine) { .cursor, .cursor-follower { display: block; } }
.cursor {
  width: 8px; height: 8px; background: var(--accent);
  transform: translate(-50%, -50%);
}
.cursor-follower {
  width: 42px; height: 42px;
  border: 1.5px solid rgba(235, 32, 89, .55);
  transform: translate(-50%, -50%);
  transition: width .3s, height .3s, background .3s, border-color .3s;
  display: none; align-items: center; justify-content: center;
}
@media (pointer: fine) { .cursor-follower { display: flex; } }
.cursor-follower--hover {
  width: 72px; height: 72px;
  background: rgba(235, 32, 89, .12);
  border-color: var(--accent);
}
.cursor-follower--label {
  width: 86px; height: 86px;
  background: var(--accent); border-color: var(--accent);
}
.cursor-follower__label {
  font-size: .72rem; font-weight: 600; color: #fff;
  font-family: var(--font-display);
  opacity: 0; transition: opacity .2s;
  text-align: center; line-height: 1.1; padding: 4px;
}
.cursor-follower--label .cursor-follower__label { opacity: 1; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 56px);
  transition: background .4s, backdrop-filter .4s, box-shadow .4s;
}
.nav--scrolled {
  background: rgba(13, 13, 15, .72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav__logo {
  font-family: var(--font-display); font-weight: 700;
  letter-spacing: .18em; font-size: 1.05rem;
}
.nav__logo-dot { color: var(--accent); font-size: .7em; vertical-align: middle; }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); }
.nav__link {
  font-size: .92rem; color: var(--ink-dim); font-weight: 400;
  position: relative; transition: color .3s;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 100%; height: 1.5px; background: var(--gradient);
  transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.nav__link:hover { color: var(--ink); }
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__badge {
  font-size: .58rem; font-weight: 700; text-transform: uppercase;
  background: var(--gradient); color: #fff;
  padding: 2px 7px; border-radius: 20px; margin-left: 4px;
  vertical-align: middle; letter-spacing: .08em;
  animation: badgeGlow 2.4s ease infinite;
}
@keyframes badgeGlow { 50% { box-shadow: 0 0 14px rgba(235,32,89,.8); } }
.nav__cta {
  font-size: .9rem; font-weight: 500;
  padding: 10px 22px; border-radius: 40px;
  border: 1px solid rgba(255,255,255,.18);
  transition: border-color .3s, background .3s;
}
.nav__cta:hover { border-color: var(--accent); background: rgba(235,32,89,.1); }
.nav__burger { display: none; background: none; border: none; width: 36px; height: 30px; position: relative; z-index: 102; }
.nav__burger span {
  position: absolute; left: 4px; right: 4px; height: 2px; background: var(--ink);
  transition: transform .35s, top .35s;
}
.nav__burger span:nth-child(1) { top: 10px; }
.nav__burger span:nth-child(2) { top: 18px; }
.nav__burger--open span:nth-child(1) { top: 14px; transform: rotate(45deg); }
.nav__burger--open span:nth-child(2) { top: 14px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 101;
  background: rgba(13,13,15,.97);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8vh;
  clip-path: circle(0 at calc(100% - 44px) 38px);
  transition: clip-path .6s cubic-bezier(.6,.05,.3,1);
  visibility: hidden;
}
.mobile-menu--open { clip-path: circle(150% at calc(100% - 44px) 38px); visibility: visible; }
.mobile-menu__link { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__gradient {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 50% 110%, rgba(235,32,89,.18), transparent 70%),
    radial-gradient(40% 40% at 85% 10%, rgba(123,47,247,.14), transparent 70%),
    linear-gradient(to bottom, transparent 60%, var(--bg) 98%);
}
.hero__content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 24px; max-width: 1000px;
}
.hero__tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-dim);
  border: 1px solid rgba(255,255,255,.12);
  padding: 9px 20px; border-radius: 40px;
  backdrop-filter: blur(6px);
  margin-bottom: 34px;
}
.hero__tag-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
  animation: pulse 1.8s ease infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(235,32,89,.6); }
  50% { box-shadow: 0 0 0 8px rgba(235,32,89,0); }
}
.hero__title {
  font-size: clamp(3rem, 9.5vw, 7.2rem);
  letter-spacing: -.02em;
  margin-bottom: 30px;
}
.hero__line { display: block; overflow: hidden; }
.hero__word { display: inline-block; transform: translateY(110%); }
.hero__word--accent {
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-style: italic; padding-right: .06em;
}
.hero__sub {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: var(--ink-dim); max-width: 620px; margin: 0 auto 42px;
}
.hero__sub strong { color: var(--ink); font-weight: 500; }
.hero__actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero__scroll-hint {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-dim);
}
.hero__scroll-line {
  width: 1px; height: 48px; background: rgba(255,255,255,.2);
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%; background: var(--accent);
  animation: scrollDrop 1.8s cubic-bezier(.65,0,.35,1) infinite;
}
@keyframes scrollDrop { to { top: 110%; } }

/* ============ BOTÕES ============ */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem;
  padding: 16px 34px; border-radius: 50px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, border-color .3s;
  overflow: hidden;
}
.btn--big { padding: 20px 44px; font-size: 1.05rem; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { box-shadow: 0 12px 44px rgba(235,32,89,.45); }
.btn__glow {
  position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.35) 50%, transparent 80%);
  transform: translateX(-120%);
}
.btn--primary:hover .btn__glow { animation: btnShine .9s ease; }
@keyframes btnShine { to { transform: translateX(120%); } }
.btn--ghost {
  border: 1px solid rgba(255,255,255,.22); color: var(--ink);
}
.btn--ghost:hover { border-color: var(--accent); background: rgba(235,32,89,.08); }

/* ============ MARQUEE ============ */
.marquee {
  overflow: hidden; padding: 26px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: var(--bg-soft);
}
.marquee__track {
  display: flex; gap: 44px; width: max-content;
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 500;
  color: var(--ink-dim); white-space: nowrap;
  will-change: transform;
}
.marquee__track span { transition: color .3s; }
.marquee__track span:hover { color: var(--accent); }
.marquee__track i { color: var(--accent); font-style: normal; font-size: .7em; align-self: center; }

/* ============ MANIFESTO ============ */
.manifesto { padding: clamp(90px, 14vw, 180px) clamp(24px, 8vw, 120px); }
.manifesto__text {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.6vw, 2.8rem);
  font-weight: 500; line-height: 1.35; max-width: 1050px;
}
.manifesto__text em { font-style: normal; color: var(--accent); }
.manifesto__text .word { opacity: .14; transition: opacity .4s ease; }
.manifesto__text .word--lit { opacity: 1; }
.manifesto__stats {
  display: flex; gap: clamp(40px, 8vw, 110px); flex-wrap: wrap;
  margin-top: clamp(60px, 8vw, 100px);
}
.stat__number, .stat__plus {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
}
.stat__plus { color: var(--accent); }
.stat__label { display: block; color: var(--ink-dim); font-size: .92rem; margin-top: 2px; }

/* ============ SECTION HEAD ============ */
.section-head { padding: 0 clamp(24px, 8vw, 120px); margin-bottom: clamp(48px, 6vw, 80px); }
.section-head__eyebrow {
  display: inline-block; font-size: .78rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); font-weight: 600; margin-bottom: 18px;
}
.section-head__title { font-size: clamp(2.2rem, 5.5vw, 4.2rem); letter-spacing: -.02em; }

/* ============ SERVIÇOS ============ */
.services { padding: clamp(40px, 6vw, 80px) 0 clamp(90px, 12vw, 160px); }
.services__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 22px; padding: 0 clamp(24px, 8vw, 120px);
}
.service-card {
  position: relative; background: var(--bg-card);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius); padding: 40px 34px 34px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color .35s, transform .2s ease-out;
}
.service-card__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(235,32,89,.14), transparent 65%);
  opacity: 0; transition: opacity .35s;
}
.service-card:hover .service-card__glow { opacity: 1; }
.service-card:hover { border-color: rgba(235,32,89,.4); }
.service-card__num {
  position: absolute; top: 26px; right: 30px;
  font-family: var(--font-display); font-size: .82rem; color: var(--ink-dim);
  letter-spacing: .1em;
}
.service-card__icon { font-size: 2rem; margin-bottom: 22px; filter: grayscale(.2); }
.service-card h3 { font-size: 1.32rem; margin-bottom: 12px; }
.service-card p { color: var(--ink-dim); font-size: .95rem; }
.service-card__arrow {
  display: inline-block; margin-top: 22px; font-size: 1.3rem; color: var(--accent);
  transform: translateX(-6px); opacity: 0; transition: transform .35s, opacity .35s;
}
.service-card:hover .service-card__arrow { transform: none; opacity: 1; }

/* ============ I.A. ============ */
.ai {
  position: relative; padding: clamp(100px, 13vw, 180px) clamp(24px, 8vw, 120px);
  background: var(--bg-soft); overflow: hidden;
}
.ai__bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(70% 70% at 50% 50%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(70% 70% at 50% 50%, #000 30%, transparent 100%);
}
.ai__inner {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(48px, 7vw, 110px); align-items: center; max-width: 1300px; margin: 0 auto;
}
.ai__desc { color: var(--ink-dim); font-size: 1.08rem; margin: 24px 0 30px; max-width: 520px; }
.ai__desc strong { color: var(--ink); font-weight: 500; }
.ai__features { list-style: none; margin-bottom: 40px; display: grid; gap: 14px; }
.ai__features li { display: flex; align-items: center; gap: 14px; font-size: 1rem; }
.ai__check {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: rgba(235,32,89,.15); color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 700;
}

/* Chat demo */
.ai__demo { position: relative; }
.chat {
  position: relative; z-index: 2;
  background: rgba(20, 21, 26, .9);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,.5), 0 0 80px rgba(235,32,89,.08);
  backdrop-filter: blur(10px);
}
.chat__header {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.chat__avatar {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 1.1rem;
}
.chat__avatar-ring {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(235,32,89,.5);
  animation: pulse 2s ease infinite;
}
.chat__header strong { font-family: var(--font-display); font-size: .98rem; display: block; }
.chat__status { font-size: .76rem; color: #4ade80; display: flex; align-items: center; gap: 6px; }
.chat__status i { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.chat__ai-tag {
  margin-left: auto; font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  background: var(--gradient); padding: 4px 12px; border-radius: 20px;
}
.chat__body {
  height: 340px; padding: 22px; overflow: hidden;
  display: flex; flex-direction: column; gap: 12px; justify-content: flex-end;
}
.chat__msg {
  max-width: 82%; padding: 12px 16px; border-radius: 18px;
  font-size: .88rem; line-height: 1.45;
  opacity: 0; transform: translateY(14px) scale(.96);
  animation: msgIn .45s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes msgIn { to { opacity: 1; transform: none; } }
.chat__msg--user {
  align-self: flex-end; background: var(--accent); color: #fff;
  border-bottom-right-radius: 6px;
}
.chat__msg--bot {
  align-self: flex-start; background: rgba(255,255,255,.08);
  border-bottom-left-radius: 6px;
}
.chat__typing {
  align-self: flex-start; display: flex; gap: 5px; padding: 14px 18px;
  background: rgba(255,255,255,.08); border-radius: 18px; border-bottom-left-radius: 6px;
}
.chat__typing i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ink-dim);
  animation: typing 1.1s ease infinite;
}
.chat__typing i:nth-child(2) { animation-delay: .18s; }
.chat__typing i:nth-child(3) { animation-delay: .36s; }
@keyframes typing { 30% { transform: translateY(-5px); background: var(--ink); } }
.chat__input {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 22px; border-top: 1px solid rgba(255,255,255,.08);
  color: var(--ink-dim); font-size: .88rem;
}
.chat__send {
  width: 38px; height: 38px; border-radius: 50%; border: none;
  background: var(--accent); color: #fff; font-size: .9rem;
}
.ai__orbit {
  position: absolute; border-radius: 50%; pointer-events: none;
  border: 1px dashed rgba(235,32,89,.25);
}
.ai__orbit--1 { inset: -40px; animation: spin 26s linear infinite; }
.ai__orbit--2 { inset: -80px; border-color: rgba(123,47,247,.18); animation: spin 40s linear infinite reverse; }
.ai__orbit--1::after, .ai__orbit--2::after {
  content: ""; position: absolute; top: 50%; left: -5px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 16px var(--accent);
}
.ai__orbit--2::after { background: var(--accent-2); box-shadow: 0 0 16px var(--accent-2); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============ AVATAR / HOLOGRAMA ============ */
.avatar { padding: clamp(100px, 13vw, 190px) clamp(24px, 8vw, 120px); overflow: hidden; }
.avatar__inner {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 7vw, 110px); align-items: center;
  max-width: 1300px; margin: 0 auto;
}
.avatar__text > p { color: var(--ink-dim); font-size: 1.08rem; margin: 24px 0 36px; }
.avatar__text > p strong { color: var(--ink); font-weight: 500; }
.avatar__cases { display: grid; gap: 14px; margin-bottom: 40px; }
.avatar__case {
  padding: 18px 22px; border-radius: 14px;
  background: var(--bg-card); border: 1px solid rgba(255,255,255,.07);
  border-left: 3px solid var(--accent);
  transition: transform .3s, border-color .3s;
}
.avatar__case:hover { transform: translateX(8px); border-left-color: var(--cyan); }
.avatar__case strong { font-family: var(--font-display); display: block; margin-bottom: 2px; }
.avatar__case span { color: var(--ink-dim); font-size: .88rem; }

.holo { position: relative; width: min(400px, 88vw); margin: 0 auto; perspective: 900px; }
.holo__frame {
  position: relative; border-radius: 24px;
  transform-style: preserve-3d;
  transition: transform .25s ease-out;
}
.holo__img-wrap {
  position: relative; border-radius: 24px; overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, #17181d, #0e0e12);
  border: 1px solid rgba(235,32,89,.3);
  box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 70px rgba(235,32,89,.14), inset 0 0 60px rgba(123,47,247,.08);
}
.holo__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
}
.holo__img--main { filter: contrast(1.06) saturate(1.05); }
.holo__img--r { mix-blend-mode: screen; filter: sepia(1) hue-rotate(-45deg) saturate(5); opacity: .45; animation: glitchR 6s steps(1) infinite; }
.holo__img--g { mix-blend-mode: screen; filter: sepia(1) hue-rotate(140deg) saturate(5); opacity: .4; animation: glitchG 6s steps(1) infinite; }
@keyframes glitchR {
  0%, 88%, 100% { transform: none; }
  90% { transform: translateX(-7px); }
  93% { transform: translateX(4px) skewX(2deg); }
  96% { transform: translateX(-3px); }
}
@keyframes glitchG {
  0%, 88%, 100% { transform: none; }
  91% { transform: translateX(6px); }
  94% { transform: translateX(-5px) skewX(-2deg); }
  97% { transform: translateX(2px); }
}
.holo--fallback .holo__img { display: none; }
.holo__fallback-face { display: none; position: absolute; inset: 0; padding: 12%; }
.holo--fallback .holo__fallback-face { display: block; }
.holo__fallback-face svg { width: 100%; height: 100%; opacity: .9; }
.holo__scanline {
  position: absolute; left: 0; right: 0; height: 34%;
  background: linear-gradient(to bottom, transparent, rgba(22,224,255,.12) 45%, rgba(22,224,255,.35) 50%, rgba(22,224,255,.12) 55%, transparent);
  animation: scan 4.4s cubic-bezier(.45,0,.55,1) infinite;
  mix-blend-mode: screen;
}
@keyframes scan { 0% { top: -35%; } 100% { top: 110%; } }
.holo__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(22,224,255,.07) 1px, transparent 1px);
  background-size: 100% 5px;
  mix-blend-mode: overlay;
}
.holo__corner { position: absolute; width: 26px; height: 26px; z-index: 3; }
.holo__corner::before, .holo__corner::after { content: ""; position: absolute; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.holo__corner::before { width: 100%; height: 2px; }
.holo__corner::after { width: 2px; height: 100%; }
.holo__corner--tl { top: -8px; left: -8px; }
.holo__corner--tr { top: -8px; right: -8px; transform: scaleX(-1); }
.holo__corner--bl { bottom: -8px; left: -8px; transform: scaleY(-1); }
.holo__corner--br { bottom: -8px; right: -8px; transform: scale(-1); }
.holo__data {
  position: absolute; z-index: 4;
  font-family: var(--font-display); font-size: .66rem; letter-spacing: .14em;
  color: var(--cyan); text-transform: uppercase;
  background: rgba(13,13,15,.8); border: 1px solid rgba(22,224,255,.35);
  padding: 7px 12px; border-radius: 8px;
  backdrop-filter: blur(6px);
  animation: floatData 5s ease-in-out infinite;
}
.holo__data b { color: var(--ink); font-weight: 600; }
.holo__data--1 { top: 8%; right: -14%; animation-delay: 0s; }
.holo__data--2 { bottom: 26%; left: -18%; animation-delay: 1.4s; }
.holo__data--3 { bottom: -4%; right: -8%; animation-delay: 2.6s; }
@keyframes floatData { 50% { transform: translateY(-10px); } }
.holo__base {
  position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%);
  width: 82%; height: 22px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(22,224,255,.4), rgba(235,32,89,.15) 55%, transparent 75%);
  filter: blur(6px);
  animation: basePulse 3.4s ease infinite;
}
@keyframes basePulse { 50% { opacity: .5; transform: translateX(-50%) scaleX(.92); } }

/* ============ CLIENTES ============ */
.clients { padding: clamp(90px, 12vw, 160px) 0; background: var(--bg-soft); }
.clients__row {
  display: flex; flex-wrap: wrap; gap: 14px;
  padding: 0 clamp(24px, 8vw, 120px); margin-bottom: clamp(50px, 7vw, 90px);
}
.client-pill {
  font-family: var(--font-display); font-weight: 500; font-size: .95rem;
  padding: 14px 28px; border-radius: 50px;
  border: 1px solid rgba(255,255,255,.12); color: var(--ink-dim);
  transition: all .35s;
  opacity: 0; transform: translateY(16px);
}
.client-pill--in { opacity: 1; transform: none; }
.client-pill:hover {
  border-color: var(--accent); color: var(--ink);
  background: rgba(235,32,89,.08); transform: translateY(-4px);
}
.testimonials {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px; padding: 0 clamp(24px, 8vw, 120px);
}
.testimonial {
  background: var(--bg-card); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius); padding: 38px 34px;
}
.testimonial blockquote {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 500;
  line-height: 1.45; margin-bottom: 22px;
}
.testimonial blockquote { color: var(--ink); }
.testimonial figcaption { color: var(--ink); font-weight: 500; font-size: .92rem; }
.testimonial figcaption span { color: var(--ink-dim); font-weight: 300; }

/* ============ CONTATO ============ */
.contact {
  position: relative; padding: clamp(120px, 16vw, 220px) 24px;
  text-align: center; overflow: hidden;
}
.contact__canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.contact__content { position: relative; z-index: 2; }
.contact__title {
  font-size: clamp(2.6rem, 7.5vw, 5.6rem); letter-spacing: -.02em; margin-bottom: 24px;
}
.contact__title span { display: block; }
.contact__content > p { color: var(--ink-dim); font-size: 1.1rem; margin-bottom: 46px; }
.contact__actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ============ FOOTER ============ */
.footer {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: clamp(50px, 7vw, 80px) clamp(24px, 8vw, 120px) 30px;
  background: var(--bg-soft);
}
.footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 40px; margin-bottom: 60px;
}
.footer__logo { font-family: var(--font-display); font-weight: 700; letter-spacing: .18em; font-size: 1.2rem; }
.footer__brand p { color: var(--ink-dim); margin-top: 14px; font-size: .92rem; max-width: 300px; }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: .92rem; color: var(--ink-dim); }
.footer__col strong { font-family: var(--font-display); color: var(--ink); margin-bottom: 6px; }
.footer__col a { transition: color .3s; }
.footer__col a:hover { color: var(--accent); }
.footer__bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding-top: 26px; border-top: 1px solid rgba(255,255,255,.06);
  color: var(--ink-dim); font-size: .82rem;
}

/* ============ REVEALS ============ */
.reveal-up { opacity: 0; transform: translateY(40px); }

/* ============ RESPONSIVO ============ */
@media (max-width: 960px) {
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .ai__inner, .avatar__inner { grid-template-columns: 1fr; }
  .avatar__visual { order: -1; }
  .holo__data--1 { right: 2%; }
  .holo__data--2 { left: 2%; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
}

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