/* ============================================================
   TINTA. — Agência de Marketing
   Brutalismo Editorial | Bebas Neue + Source Sans 3
   Paleta: preto tinta + papel + lima elétrico (acento único)
   ============================================================ */

/* === ANTI-FLASH === */
html.lp-loading .js-personalize { visibility: hidden; }

/* === VARIABLES === */
:root {
    --ink: #0A0A0A;
    --paper: #FFFFFF;
    --paper-soft: #F4F4F0;
    --lima: #D8F24E;
    --muted: #6E6E68;
    --muted-dark: #A8A8A0;
    --line: rgba(10, 10, 10, 0.14);
    --line-dark: rgba(255, 255, 255, 0.14);
    --font-display: 'Bebas Neue', 'Arial Narrow', sans-serif;
    --font-body: 'Source Sans 3', -apple-system, sans-serif;
    --pad: clamp(1.25rem, 4.5vw, 5rem);
    --max: 1380px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; }
::selection { background: var(--lima); color: var(--ink); }

.wrap { width: min(100% - (var(--pad) * 2), var(--max)); margin-inline: auto; }

/* ---------- GRAIN ---------- */
.grain {
    position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- CURSOR CUSTOMIZADO (assinatura da agência) ---------- */
.custom-cursor {
    position: fixed; top: 0; left: 0; width: 22px; height: 22px;
    border-radius: 50%; border: 1.5px solid var(--lima);
    pointer-events: none; z-index: 9999; transform: translate(-50%, -50%);
    mix-blend-mode: difference; transition: width .25s var(--ease), height .25s var(--ease), background-color .25s;
}
.custom-cursor.is-hovering { width: 52px; height: 52px; background: rgba(216, 242, 78, 0.12); }
body.has-custom-cursor, body.has-custom-cursor a, body.has-custom-cursor button { cursor: none; }
@media (hover: none), (pointer: coarse) {
    .custom-cursor { display: none; }
    body.has-custom-cursor, body.has-custom-cursor a, body.has-custom-cursor button { cursor: auto; }
}

/* ============================================================
   NAVBAR (desktop: livre — transparente + blur no scroll;
   mobile: pill smart obrigatório)
   ============================================================ */
.navbar-wrapper {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: transparent;
    transition: transform .35s var(--ease), background .35s, border-color .35s;
    border-bottom: 1px solid transparent;
}
.navbar-wrapper.scrolled {
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(14px);
    border-bottom-color: var(--line-dark);
}
.navbar-wrapper.hidden { transform: translateY(-100%); }
.navbar {
    max-width: var(--max);
    margin: 0 auto;
    padding: 14px var(--pad);
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.navbar-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; line-height: 1.05; }
.brand-word {
    font-family: 'Poppins', var(--font-body), sans-serif;
    font-weight: 800; font-size: 22px; letter-spacing: -0.5px;
}
.brand-sales { color: #F87810; }
.brand-up { color: #0098C8; }
.brand-tagline {
    font-size: 8.5px; letter-spacing: 2.6px; text-transform: uppercase;
    color: rgba(255,255,255,0.62); font-weight: 600; font-family: var(--font-body);
}
/* Marca no drawer mobile */
.drawer-brand-word { font-size: 30px; }
/* Marca no rodapé */
.footer-brand-word { font-size: 34px; }
.footer-brand-tagline {
    font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--muted-dark); font-weight: 600; font-family: var(--font-body);
}
.navbar-links { display: flex; align-items: center; gap: 30px; }
.navbar-links > a {
    color: rgba(255,255,255,0.75); font-size: 13.5px; font-weight: 600;
    letter-spacing: 0.5px; text-transform: uppercase; transition: color .2s;
    position: relative;
}
.navbar-links > a::after {
    content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
    background: var(--lima); transition: width .25s var(--ease);
}
.navbar-links > a:hover, .navbar-links > a.active { color: var(--paper); }
.navbar-links > a:hover::after, .navbar-links > a.active::after { width: 100%; }
/* Link do dropdown "Soluções" herda preto do body — precisa do mesmo estilo claro */
.nav-item-solucoes > a {
    color: rgba(255,255,255,0.75); font-size: 13.5px; font-weight: 600;
    letter-spacing: 0.5px; text-transform: uppercase; transition: color .2s;
    position: relative;
}
.nav-item-solucoes > a::after {
    content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
    background: var(--lima); transition: width .25s var(--ease);
}
.nav-item-solucoes > a:hover { color: var(--paper); }
.nav-item-solucoes > a:hover::after { width: 100%; }

/* Dropdown Soluções (mega menu minimal) */
.nav-item-solucoes { position: relative; }
.solucoes-menu {
    position: absolute; top: calc(100% + 18px); left: 50%; transform: translateX(-50%) translateY(8px);
    background: var(--ink); border: 1px solid var(--line-dark);
    min-width: 520px; padding: 10px; opacity: 0; visibility: hidden;
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.nav-item-solucoes:hover .solucoes-menu, .nav-item-solucoes:focus-within .solucoes-menu {
    opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.solucoes-menu a {
    display: flex; align-items: baseline; gap: 14px; padding: 13px 14px;
    color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.5px; transition: background .2s, color .2s;
}
.solucoes-menu a .menu-num { font-family: var(--font-display); color: var(--lima); font-size: 16px; }
.solucoes-menu a:hover { background: rgba(216,242,78,0.08); color: var(--paper); }

.navbar-cta {
    padding: 11px 22px; background: var(--lima); color: var(--ink) !important;
    font-weight: 700; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase;
    border: 1px solid var(--lima); transition: background .2s, transform .2s;
}
.navbar-cta:hover { background: transparent; color: var(--lima) !important; transform: translateY(-2px); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { width: 24px; height: 2px; background: var(--paper); transition: transform .25s; }

/* ============================================================
   DRAWER MOBILE (esquerda, estrutura fixa)
   ============================================================ */
.mobile-drawer-overlay {
    position: fixed; inset: 0; background: rgba(10,10,10,0.7); backdrop-filter: blur(4px);
    opacity: 0; visibility: hidden; transition: opacity .3s; z-index: 1100;
}
.mobile-drawer-overlay.active { opacity: 1; visibility: visible; }
.mobile-drawer {
    position: fixed; top: 0; left: 0; bottom: 0; width: min(340px, 88vw);
    background: var(--ink); border-right: 1px solid var(--line-dark);
    transform: translateX(-100%); transition: transform .35s var(--ease); z-index: 1101;
    display: flex; flex-direction: column; padding: 22px 20px;
    overflow-y: auto; overscroll-behavior: contain;
}
.mobile-drawer.active { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
.drawer-brand { display: flex; align-items: center; gap: 12px; }
.drawer-brand-logo { width: 40px; height: 36px; object-fit: contain; }
.drawer-brand-name { font-family: var(--font-display); font-size: 24px; letter-spacing: 1px; color: var(--paper); line-height: 1.1; }
.drawer-slogan { font-size: 11px; color: var(--muted-dark); letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.drawer-close { color: var(--muted-dark); font-size: 26px; line-height: 1; padding: 4px; }
.drawer-nav { display: flex; flex-direction: column; gap: 2px; margin: 18px 0; }
.drawer-nav a {
    display: flex; align-items: center; gap: 12px; padding: 13px 12px;
    color: rgba(255,255,255,0.82); font-weight: 600; font-size: 15px;
    text-transform: uppercase; letter-spacing: 0.5px; transition: background .2s;
    border-left: 2px solid transparent;
}
.drawer-nav a:hover, .drawer-nav a.active { background: rgba(216,242,78,0.07); color: var(--paper); border-left-color: var(--lima); }
.drawer-icon { width: 20px; text-align: center; color: var(--lima); }
.drawer-contact { border-top: 1px solid var(--line-dark); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: var(--muted-dark); }
.drawer-contact-item { display: flex; align-items: center; gap: 8px; }
.contact-icon { width: 18px; text-align: center; }
.drawer-footer { margin-top: auto; padding-top: 16px; }
.drawer-footer .btn { width: 100%; }

/* ============================================================
   BOTÕES
   ============================================================ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 28px; border: 1px solid transparent;
    font-weight: 700; font-size: 13.5px; letter-spacing: 0.5px;
    text-transform: uppercase; transition: all .25s var(--ease);
}
.btn-primary { background: var(--lima); color: var(--ink); }
.btn-primary:hover { background: var(--ink); color: var(--lima); border-color: var(--lima); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.btn-outline-dark { background: transparent; border-color: var(--line-dark); color: var(--paper); }
.btn-outline-dark:hover { border-color: var(--lima); color: var(--lima); }

/* ============================================================
   HERO (home) — tipografia monumental em fundo preto
   ============================================================ */
.hero {
    min-height: 100vh;
    background: var(--ink); color: var(--paper);
    display: flex; align-items: center;
    padding: 130px var(--pad) 70px;
    position: relative; overflow: hidden;
}
.hero-kicker {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
    color: var(--lima); font-weight: 600; margin-bottom: 30px;
}
.hero-kicker::before { content: ''; width: 42px; height: 1px; background: var(--lima); }
.hero-title {
    font-family: var(--font-display);
    font-size: clamp(4rem, 12.5vw, 13rem);
    line-height: 0.88; letter-spacing: 0.5px; font-weight: 400;
    text-transform: uppercase; max-width: 13ch;
}
.hero-title .dot { color: var(--lima); }
.hero-lead {
    color: rgba(255,255,255,0.7); font-size: 17px; max-width: 480px;
    margin: 34px 0 40px; font-weight: 400;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }
.hero-grid > div:last-child { position: relative; }

/* Caixa de chat da hero (card teaser brutalista) */
.hero-chat-bg {
    position: absolute; inset: -12% -10% -14% -10%;
    z-index: 0; pointer-events: none;
    display: grid; place-items: center;
}
.hero-chat-bg svg { width: 100%; height: 100%; }
.hero-chat-box {
    position: relative; z-index: 1;
    width: min(100%, 420px); margin-left: auto;
    background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 55%, rgba(10,10,10,0.85) 100%);
    border: 1px solid rgba(216,242,78,0.35);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 0 1px rgba(216,242,78,0.08), 0 24px 60px rgba(0,0,0,0.5), 0 0 90px rgba(216,242,78,0.12);
    animation: float-in 1s var(--ease) both;
}
.hero-chat-box::before {
    content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 3px;
    background: linear-gradient(90deg, var(--lima), rgba(216,242,78,0.1));
}
@keyframes float-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.chat-box-header { display: flex; align-items: center; gap: 12px; padding: 18px; border-bottom: 1px solid rgba(216,242,78,0.15); }
.chat-box-avatar {
    width: 48px; height: 48px; border-radius: 50%; object-fit: cover;
    border: 2px solid var(--lima); box-shadow: 0 0 0 4px rgba(216,242,78,0.12);
}
.chat-box-info { flex: 1; min-width: 0; }
.chat-box-name { font-family: var(--font-display); font-size: 21px; letter-spacing: 1px; color: var(--paper); line-height: 1.1; }
.chat-box-role { font-size: 11.5px; color: var(--muted-dark); letter-spacing: 0.5px; }
.chat-box-status { font-size: 11px; color: var(--lima); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }
.online-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--lima); margin-right: 5px; animation: pulse 2s infinite; box-shadow: 0 0 8px rgba(216,242,78,0.8); }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.chat-box-messages { display: flex; flex-direction: column; gap: 10px; padding: 18px; min-height: 170px; }
.chat-bubble { padding: 12px 16px; font-size: 14px; line-height: 1.5; max-width: 88%; }
.chat-bubble.bot {
    background: rgba(255,255,255,0.07); border: 1px solid rgba(216,242,78,0.18);
    color: rgba(255,255,255,0.9); align-self: flex-start;
}
.chat-box-cta { display: flex; padding: 16px 18px; border-top: 1px solid rgba(216,242,78,0.15); }
.chat-box-cta .btn { width: 100%; }

/* ============================================================
   MARQUEE — faixa rolante (costura entre capítulos)
   ============================================================ */
.marquee { background: var(--lima); overflow: hidden; padding: 16px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; animation: marquee-scroll 22s linear infinite; width: max-content; }
.marquee span {
    font-family: var(--font-display); font-size: 26px; letter-spacing: 2px;
    color: var(--ink); text-transform: uppercase; display: inline-flex; align-items: center; gap: 48px;
}
.marquee span::after { content: '✦'; font-size: 18px; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   SEÇÕES GERAIS
   ============================================================ */
.eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 12px; letter-spacing: 4px; text-transform: uppercase;
    color: var(--muted); font-weight: 700; margin-bottom: 22px;
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--ink); }
.eyebrow.on-dark { color: var(--lima); }
.eyebrow.on-dark::before { background: var(--lima); }
.section-title {
    font-family: var(--font-display); font-weight: 400;
    font-size: clamp(2.6rem, 6vw, 6.2rem); line-height: 0.95;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.section-title .accent { color: var(--lima); }
.section-title .accent-ink { color: var(--lima); }
/* Acento em seções de fundo claro: marcador lima com tinta preta (legível + brutalista) */
.services .section-title .accent,
.process .section-title .accent,
.faq-section .section-title .accent,
.manifesto .big-frase .accent { background: var(--lima); color: var(--ink); padding: 0 12px; line-height: 1.05; }

/* ============================================================
   CAPÍTULO 3 — SERVIÇOS (lista numerada editorial, hover expande)
   ============================================================ */
.services { background: var(--paper); padding: var(--pad) 0; }
.services-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 50px; }
.services-head p { max-width: 380px; color: var(--muted); font-size: 16px; }
.service-list { border-top: 2px solid var(--ink); }
.service-item { border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.service-item summary, .service-item-head {
    display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px;
    padding: 26px 8px; cursor: pointer; list-style: none;
}
.service-item summary::-webkit-details-marker { display: none; }
.service-num { font-family: var(--font-display); font-size: 22px; color: var(--lima); letter-spacing: 1px; }
.service-name { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3.6rem); font-weight: 400; text-transform: uppercase; letter-spacing: 1px; line-height: 1; transition: transform .3s var(--ease); }
.service-item:hover .service-name { transform: translateX(8px); }
.service-arrow { font-size: 22px; color: var(--ink); transition: transform .3s var(--ease); }
.service-item[open] .service-arrow { transform: rotate(45deg); color: var(--lima); }
.service-detail { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 0 8px 34px; }
.service-detail p { max-width: 620px; color: var(--muted); font-size: 16px; margin-bottom: 18px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.service-tag {
    border: 1px solid var(--ink); padding: 7px 14px; font-size: 12px;
    font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.service-cta-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; border-bottom: 2px solid var(--lima); padding-bottom: 2px; margin-top: 20px; transition: color .2s; }
.service-cta-link:hover { color: var(--lima); }

/* ============================================================
   CAPÍTULO 4 — MÉTRICAS MONUMENTAIS (full-bleed preto)
   ============================================================ */
.metrics { background: var(--ink); padding: clamp(80px, 12vw, 150px) var(--pad); position: relative; }
.metrics-line {
    display: flex; align-items: baseline; gap: 28px;
    font-family: var(--font-display); font-size: clamp(3rem, 9vw, 9.5rem);
    line-height: 0.9; text-transform: uppercase; color: var(--paper);
    padding: 22px 0; border-bottom: 1px solid var(--line-dark);
}
.metrics-line:first-child { border-top: 1px solid var(--line-dark); }
.metrics-line:nth-child(odd) { justify-content: flex-start; }
.metrics-line:nth-child(even) { justify-content: flex-end; }
.metrics-value { color: var(--lima); }
.metrics-label { font-size: clamp(0.8rem, 1.4vw, 1rem); font-weight: 600; letter-spacing: 3px; color: var(--muted-dark); text-transform: uppercase; }

/* ============================================================
   CAPÍTULO 5 — PROCESSO (timeline vertical numerada)
   ============================================================ */
.process { background: var(--paper-soft); padding: var(--pad) 0; }
.process-head { margin-bottom: 60px; }
.process-list { max-width: 860px; }
.process-step { display: grid; grid-template-columns: 120px 1fr; gap: 34px; padding: 34px 0; border-top: 1px solid var(--line); position: relative; }
.process-step:last-child { border-bottom: 1px solid var(--line); }
.process-num {
    font-family: var(--font-display); font-size: 56px; line-height: 1;
    color: transparent; -webkit-text-stroke: 1.5px var(--ink);
}
.process-step h3 { font-family: var(--font-display); font-size: 26px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.process-step p { color: var(--muted); max-width: 560px; }

/* ============================================================
   CAPÍTULO 6 — FRASE (editorial assimétrico, coluna vazia)
   ============================================================ */
.manifesto { padding: clamp(80px, 12vw, 160px) var(--pad); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.manifesto .big-frase {
    font-family: var(--font-display); font-size: clamp(2.8rem, 6.5vw, 6.8rem);
    line-height: 0.95; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 400;
}
.manifesto .manifesto-note { align-self: end; color: var(--muted); font-size: 16px; max-width: 340px; border-left: 2px solid var(--lima); padding-left: 22px; }

/* ============================================================
   CAPÍTULO 7 — IMAGENS (faixa full-bleed, editorial grayscale)
   ============================================================ */
.img-band {
    width: 100%; height: clamp(320px, 52vw, 620px);
    overflow: hidden; position: relative;
    background: var(--paper-soft);
}
/* Imagem B&W padrão, volta a cor no hover */
.img-band img {
    width: 100%; height: 100%; object-fit: cover;
    filter: grayscale(1) contrast(1.08);
    transition: filter .5s var(--ease);
}
.img-band:hover img { filter: grayscale(0) contrast(1.05); }
.img-band::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,10,10,0.25) 0%, rgba(10,10,10,0) 35%, rgba(10,10,10,0.35) 100%);
}
.img-band figcaption {
    position: absolute; left: var(--pad); bottom: 34px; z-index: 2;
    font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 3rem);
    letter-spacing: 2px; text-transform: uppercase; color: var(--paper);
    display: flex; align-items: baseline; gap: 16px; line-height: 1;
}
.img-band figcaption::before {
    content: '✦'; color: var(--lima); font-size: 0.7em;
}

/* Grid imagem + texto (soluções — diferencial) */
.solution-showcase { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.solution-showcase figure { margin: 0; position: relative; overflow: hidden; }
.solution-showcase figure img {
    width: 100%; height: clamp(280px, 38vw, 480px); object-fit: cover;
    filter: grayscale(1) contrast(1.08);
    transition: filter .5s var(--ease);
}
.solution-showcase figure:hover img { filter: grayscale(0) contrast(1.05); }
.solution-showcase figure::after {
    content: ''; position: absolute; inset: 0; border: 1px solid var(--line); pointer-events: none;
}
.solution-showcase figcaption {
    position: absolute; left: 0; bottom: 0; background: var(--ink); color: var(--lima);
    font-family: var(--font-display); font-size: 14px; letter-spacing: 2px;
    text-transform: uppercase; padding: 10px 18px;
}

/* Imagem editorial na página sobre */
.about-image { margin: 46px 0; position: relative; }
.about-image img {
    width: 100%; height: clamp(260px, 40vw, 480px); object-fit: cover;
    filter: grayscale(1) contrast(1.08);
    transition: filter .5s var(--ease);
}
.about-image:hover img { filter: grayscale(0) contrast(1.05); }
.about-image figcaption {
    display: flex; justify-content: space-between; align-items: center;
    margin-top: 10px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
}
.about-image figcaption span:last-child { color: var(--lima); }

/* Equipe com fotos (sobre) */
.team-photo {
    width: 100%; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 18px;
    filter: grayscale(1) contrast(1.05);
    transition: filter .5s var(--ease);
}
.team-card:hover .team-photo { filter: grayscale(0) contrast(1.05); }

/* ============================================================
   CAPÍTULO 7.5 — CLIENTES (grid editorial, fundo preto)
   ============================================================ */
.clients { background: var(--ink); padding: clamp(70px, 10vw, 130px) var(--pad) clamp(50px, 8vw, 90px); }
.clients-sub {
    text-align: center; color: var(--muted-dark); font-size: 15px;
    max-width: 460px; margin: 0 auto 56px;
}
.clients-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 2px;
    background: var(--line-dark);
    border: 1px solid var(--line-dark);
    max-width: var(--max); margin-inline: auto;
}
.clients-grid img {
    width: 100%; aspect-ratio: 16 / 9; object-fit: contain; padding: 18px;
    background: var(--ink);
    opacity: 0.75; transition: opacity .3s var(--ease);
}
.clients-grid img:hover { opacity: 1; }

/* ============================================================
   CAPÍTULO 7 — FAQ
   ============================================================ */
.faq-section { background: var(--paper); padding: var(--pad) 0; }
.faq-wrap { max-width: 780px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-question {
    width: 100%; padding: 24px 8px; text-align: left;
    font-family: var(--font-display); font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    letter-spacing: 1px; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-question::after { content: '+'; font-family: var(--font-body); font-size: 26px; color: var(--lima); font-weight: 400; transition: transform .3s var(--ease); }
.faq-item.active .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-answer p { padding: 0 8px 26px; color: var(--muted); font-size: 16px; max-width: 640px; }

/* ============================================================
   CAPÍTULO 8 — CTA FINAL (full-bleed preto, grain)
   ============================================================ */
.cta-final { background: var(--ink); padding: clamp(90px, 14vw, 170px) var(--pad); text-align: center; position: relative; overflow: hidden; }
.cta-final::before { content: '✦'; position: absolute; top: 30px; right: 8%; font-size: 60px; color: var(--lima); opacity: 0.5; }
.cta-final h2 {
    font-family: var(--font-display); font-weight: 400;
    font-size: clamp(3.2rem, 9vw, 9.5rem); line-height: 0.9; text-transform: uppercase;
    color: var(--paper); letter-spacing: 1px;
}
.cta-final h2 .accent { color: var(--lima); }
.cta-final p { color: var(--muted-dark); max-width: 460px; margin: 28px auto 40px; font-size: 16px; }
.cta-final .btn { font-size: 15px; padding: 17px 36px; }

/* ============================================================
   PÁGINAS INTERNAS
   ============================================================ */
.page-hero {
    background: var(--ink); color: var(--paper);
    padding: 170px var(--pad) 80px; position: relative;
}
.page-hero .wrap { position: relative; }
.page-hero h1 {
    font-family: var(--font-display); font-weight: 400;
    font-size: clamp(3.2rem, 9vw, 9rem); line-height: 0.9; text-transform: uppercase;
    letter-spacing: 1px; max-width: 14ch;
}
.page-hero h1 .accent { color: var(--lima); }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 17px; max-width: 560px; margin-top: 30px; }
.page-hero .page-hero-num { position: absolute; top: 0; right: 0; font-family: var(--font-display); font-size: clamp(4rem, 10vw, 10rem); color: transparent; -webkit-text-stroke: 1.5px rgba(216,242,78,0.5); }

/* Arte SVG temática na hero das soluções (canto direito) */
.page-hero-art { position: absolute; top: 0; right: 0; text-align: center; }
.page-hero-art svg { width: clamp(120px, 16vw, 200px); height: auto; opacity: 0.9; }
.page-hero-art .page-hero-num { position: static; display: block; font-size: clamp(2.4rem, 6vw, 4.5rem); margin-top: -6px; -webkit-text-stroke: 1.5px rgba(216,242,78,0.6); }

/* Mapa (contato) */
.map-frame { border: 1px solid var(--line); position: relative; margin-top: 46px; overflow: hidden; background: var(--paper-soft); }
.map-frame svg { display: block; width: 100%; height: auto; }
.map-pin-ring { animation: map-ping 2.2s ease-out infinite; transform-origin: center; }
.map-pin-ring:nth-child(2) { animation-delay: 0.7s; }
.map-pin-ring:nth-child(3) { animation-delay: 1.4s; }
@keyframes map-ping { 0% { transform: scale(0.4); opacity: 0.8; } 100% { transform: scale(1.6); opacity: 0; } }
.map-open {
    position: absolute; right: 16px; bottom: 16px; z-index: 2;
    background: var(--ink); color: var(--lima); padding: 11px 20px;
    font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    border: 1px solid var(--lima); transition: all .25s var(--ease);
}
.map-open:hover { background: var(--lima); color: var(--ink); }

.page-content { padding: clamp(50px, 8vw, 90px) var(--pad); }
.content-grid { max-width: 900px; }
.content-grid h2 { font-family: var(--font-display); font-size: 28px; letter-spacing: 1px; text-transform: uppercase; margin: 44px 0 14px; }
.content-grid h2:first-child { margin-top: 0; }
.content-grid p { color: var(--muted); font-size: 16px; margin-bottom: 16px; line-height: 1.7; }
.content-grid strong { color: var(--ink); }

/* Valores (sobre) */
.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line); border: 1px solid var(--line); margin: 40px 0; }
.value-cell { background: var(--paper); padding: 30px; }
.value-cell .value-num { font-family: var(--font-display); color: var(--lima); font-size: 20px; letter-spacing: 1px; display: block; margin-bottom: 10px; }
.value-cell h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.value-cell p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* Equipe (sobre) — sem fotos, tipografia pura */
.team-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); margin: 40px 0; }
.team-card { background: var(--paper); padding: 30px; position: relative; }
.team-card .team-initials { font-family: var(--font-display); font-size: 64px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--ink); margin-bottom: 18px; }
.team-card h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; text-transform: uppercase; }
.team-card .team-role { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--lima); font-weight: 700; margin-bottom: 10px; }
.team-card p { font-size: 13.5px; margin: 0; }

/* Soluções internas */
.solution-hero-mini { background: var(--paper-soft); padding: 60px 0; border-bottom: 2px solid var(--ink); }
.solution-section { padding: 70px 0; border-bottom: 1px solid var(--line); }
.solution-section:last-of-type { border-bottom: none; }
.solution-grid { display: grid; grid-template-columns: 90px 1fr; gap: 28px; }
.solution-num { font-family: var(--font-display); font-size: 26px; color: var(--lima); letter-spacing: 1px; }
.solution-grid h2 { font-family: var(--font-display); font-size: 26px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.solution-grid p { color: var(--muted); max-width: 680px; margin-bottom: 12px; }
.solution-list { list-style: none; margin-top: 8px; }
.solution-list li { padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); position: relative; font-size: 15.5px; }
.solution-list li::before { content: '✦'; position: absolute; left: 0; color: var(--lima); }
.solution-list li:last-child { border-bottom: none; }
.solution-list li strong { display: block; }
.solution-pub { background: var(--ink); color: var(--paper); }
.solution-pub .eyebrow { color: var(--lima); }
.solution-pub .eyebrow::before { background: var(--lima); }
.solution-pub p { color: rgba(255,255,255,0.7); }
.solution-pub .solution-grid h2 { color: var(--paper); }
.solution-pub .solution-list li { border-bottom-color: var(--line-dark); color: rgba(255,255,255,0.85); }
.solution-pub .solution-list li::before { color: var(--lima); }
.solution-pub .solution-list li strong { color: var(--paper); }

/* Contato */
.contact-hero-note { margin-top: 26px; font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; color: var(--lima); }
.contact-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.contact-card { background: var(--paper); padding: 34px; display: flex; flex-direction: column; gap: 8px; }
.contact-card-icon { font-family: var(--font-display); font-size: 26px; color: var(--lima); letter-spacing: 1px; margin-bottom: 8px; }
.contact-card h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; text-transform: uppercase; }
.contact-card p { color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.contact-card a { font-weight: 700; font-size: 14.5px; border-bottom: 2px solid var(--lima); align-self: flex-start; padding-bottom: 2px; transition: color .2s; }
.contact-card a:hover { color: var(--lima); }

/* Legal */
.legal-note { background: var(--paper-soft); border-left: 3px solid var(--lima); padding: 20px 24px; margin-bottom: 30px; font-size: 14px; color: var(--muted); }
.legal-note strong { color: var(--ink); }

/* ============================================================
   BOT FLUTUANTE (abre modal DIRETO)
   ============================================================ */
.floating-bot-container { position: fixed; bottom: 24px; right: 24px; z-index: 1050; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.floating-bot {
    position: relative; width: 62px; height: 62px; border-radius: 50%;
    display: grid; place-items: center; border: 2px solid var(--lima);
    background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,0.35);
    opacity: 0; visibility: hidden; transform: scale(0.5); transition: all .3s var(--ease);
}
.floating-bot.visible { opacity: 1; visibility: visible; transform: scale(1); }
.floating-bot:hover { background: var(--lima); }
.floating-bot img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.floating-pulse { position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--lima); animation: floating-ping 2s infinite; }
.floating-dot { position: absolute; bottom: 3px; right: 3px; width: 11px; height: 11px; border-radius: 50%; background: var(--lima); border: 2px solid var(--ink); }
@keyframes floating-ping { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.35); opacity: 0; } }

/* ============================================================
   MODAL DE CHAT (entra pela DIREITA, full-height)
   ============================================================ */
.chat-modal-overlay { position: fixed; inset: 0; background: rgba(10,10,10,0.75); opacity: 0; visibility: hidden; transition: all .3s; z-index: 1200; }
.chat-modal-overlay.active { opacity: 1; visibility: visible; }
.chat-modal {
    position: fixed; right: 0; top: 0; bottom: 0; width: min(420px, 100vw);
    background: var(--ink); border-left: 1px solid var(--line-dark);
    transform: translateX(100%); transition: transform .4s var(--ease); z-index: 1201;
    display: flex; flex-direction: column; color: var(--paper);
}
.chat-modal.active { transform: translateX(0); }
.chat-modal-header { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,0.03); }
.modal-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.modal-info { flex: 1; min-width: 0; }
.modal-name { font-family: var(--font-display); font-size: 19px; letter-spacing: 1px; line-height: 1.1; }
.modal-role { font-size: 11px; color: var(--muted-dark); }
.modal-status { font-size: 11px; color: var(--lima); font-weight: 600; }
.chat-modal-close { color: var(--muted-dark); font-size: 24px; padding: 4px 6px; transition: color .2s; }
.chat-modal-close:hover { color: var(--lima); }
.chat-modal-body { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 10px; min-height: 220px; }
.chat-modal-body .chat-bubble.bot { background: rgba(255,255,255,0.07); border: 1px solid var(--line-dark); color: rgba(255,255,255,0.85); align-self: flex-start; }
.chat-modal-footer { display: flex; gap: 8px; padding: 14px 16px; border-top: 1px solid var(--line-dark); }
.chat-modal-footer input { flex: 1; padding: 12px 16px; background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); color: var(--paper); outline: none; font-family: inherit; }
.chat-modal-footer input::placeholder { color: var(--muted-dark); }
.send-btn { width: 46px; background: var(--lima); color: var(--ink); font-size: 16px; }
.send-btn:hover { background: var(--paper); }
.typing-dots { display: inline-flex; gap: 4px; padding: 4px 2px; }
.typing-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--lima); animation: typing-bounce 1.2s infinite; }
.typing-dots span:nth-child(2) { animation-delay: 0.15s; }
.typing-dots span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typing-bounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-4px); opacity: 1; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--ink); color: var(--paper); padding: 70px var(--pad) 0; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 50px; }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-brand-name { font-family: var(--font-display); font-size: 30px; letter-spacing: 2px; line-height: 1; }
.footer-brand-name .dot { color: var(--lima); }
.footer-slogan { color: var(--muted-dark); font-size: 13.5px; max-width: 300px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { font-family: var(--font-display); font-size: 15px; letter-spacing: 2px; text-transform: uppercase; color: var(--lima); margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,0.7); font-size: 14px; transition: color .2s, transform .2s; }
.footer-col a:hover { color: var(--lima); transform: translateX(3px); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 20px 0 26px; border-top: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 12.5px; color: var(--muted-dark); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
    border: 1px solid var(--line-dark); font-size: 13px; font-weight: 700; letter-spacing: 1px;
    transition: all .2s;
}
.footer-social a:hover { background: var(--lima); border-color: var(--lima); color: var(--ink); }

/* ============================================================
   REVEAL (scroll animation)
   ============================================================ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 900px) {
    .navbar-wrapper { background: rgba(10,10,10,0.88); backdrop-filter: blur(12px); border-bottom-color: var(--line-dark); }
    .navbar { padding: 12px 18px; }
    .navbar-links { display: none; }
    .navbar-cta { display: none; }
    .hamburger { display: flex; }
    .brand-logo { width: 40px; height: 34px; }
    .brand-name { font-size: 22px; }

    .hero { padding: 130px 22px 60px; align-items: flex-start; }
    .hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .hero-chat-bg { inset: -8% -4%; }
    .hero-title { font-size: clamp(3.4rem, 16vw, 6rem); }
    .hero-lead { margin: 26px 0 32px; }
    .hero-chat-box { margin-left: 0; margin-top: 44px; }

    .services-head { flex-direction: column; align-items: flex-start; gap: 16px; }
    .service-item-head, .service-item summary { grid-template-columns: 50px 1fr auto; gap: 14px; padding: 20px 4px; }
    .service-name { font-size: clamp(1.4rem, 6vw, 2rem); }
    .service-detail { grid-template-columns: 1fr; padding: 0 4px 26px; }

    .metrics-line { flex-direction: column; gap: 6px; padding: 20px 0; }
    .metrics-label { font-size: 11px; letter-spacing: 2px; }

    .process-step { grid-template-columns: 64px 1fr; gap: 18px; }
    .process-num { font-size: 40px; }

    .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
    .manifesto .manifesto-note { border-left: none; border-top: 2px solid var(--lima); padding: 16px 0 0; }

    .solution-showcase { grid-template-columns: 1fr; gap: 28px; }
    .solution-showcase figure img { height: clamp(220px, 60vw, 360px); }
    .img-band figcaption { bottom: 22px; left: 22px; }
    .clients-grid { grid-template-columns: repeat(3, 1fr); }
    .clients-grid img { padding: 14px; }

    .values-list, .contact-channels { grid-template-columns: 1fr; }
    .page-hero { padding: 130px 22px 60px; }
    .page-hero .page-hero-num { font-size: 5rem; }
    .page-hero-art { position: static; text-align: left; margin-top: 34px; }
    .page-hero-art svg { width: 110px; }
    .page-hero-art .page-hero-num { font-size: 2.4rem; }
    .solution-grid { grid-template-columns: 1fr; gap: 12px; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
}
