/* ============================================================
   TRAKTO — Site de produto v3
   Dark #151515 · Outfit (títulos) · DM Sans (corpo)
   Paleta: coral KV #FF4438 (accent) · rosa #EF476F · amarelo #FFD166 · teal #06D6A0 (apoio)
   Linguagem: os slides do rebrand (glow diagonal, contornos
   arredondados sobrepostos, foto, muito respiro). Nunca chrome vazio.
   ============================================================ */

:root {
  --bg: #151515;
  --bg-soft: #1b1b1c;
  --ink: #f3f3f3;
  --dim: rgba(243, 243, 243, 0.72);
  --faint: rgba(243, 243, 243, 0.48);
  --line: rgba(243, 243, 243, 0.14);
  --coral: #ff4438;        /* accent KV (dark) · light: #f03b2e */
  --coral-light: #f03b2e;
  --coral-legacy: #ff6b35;
  --rosa: #ef476f;
  --amarelo: #ffd166;
  --teal: #06d6a0;
  --navy: #1a1c2c;
  --radius-card: 28px;
  --radius-shape: 22%;
  --wrap: 1200px;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { 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-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; display: block; }
ul { list-style: none; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

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

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 500; font-size: 17px;
  padding: 16px 34px; border-radius: 12px; border: 2px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--coral); color: #fff; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(255, 68, 56, 0.45); }
.btn--ghost { border-color: rgba(243, 243, 243, 0.55); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--sm { padding: 10px 22px; font-size: 15px; border-radius: 9px; }
.btn .go { font-weight: 400; transform: translateX(0); transition: transform 0.18s ease; }
.btn:hover .go { transform: translateX(3px); }

/* ---------- topbar ---------- */
.topbar {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}
.topbar.is-scrolled { background: rgba(21, 21, 21, 0.82); backdrop-filter: blur(14px); border-color: var(--line); }
.topbar__in { display: flex; align-items: center; gap: 36px; height: 76px; }
.brand { flex-shrink: 0; }
.brand img { height: 26px; }
.topnav { display: flex; gap: 28px; margin-inline: auto; }
.topnav a { font-size: 15.5px; color: var(--dim); transition: color 0.15s; }
.topnav a:hover { color: var(--ink); }
.topbar__actions { display: flex; align-items: center; gap: 14px; }
.topbar__actions .link-sales { font-size: 15.5px; color: var(--dim); white-space: nowrap; }
.topbar__actions .link-sales:hover { color: var(--ink); }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; text-align: center; padding: 140px 0 90px;
}
/* o glow diagonal do slide 1, em camadas vivas */
.hero__glow {
  position: absolute; inset: -30%; z-index: 0; pointer-events: none;
  background:
    radial-gradient(46% 32% at 22% 72%, rgba(255, 116, 38, 0.95), rgba(255, 116, 38, 0.4) 45%, transparent 72%),
    radial-gradient(48% 32% at 38% 58%, rgba(255, 92, 52, 0.85), rgba(255, 92, 52, 0.35) 48%, transparent 74%),
    radial-gradient(50% 34% at 52% 46%, rgba(255, 120, 45, 0.85), rgba(255, 120, 45, 0.35) 48%, transparent 74%),
    radial-gradient(48% 32% at 66% 33%, rgba(255, 150, 52, 0.8), rgba(255, 150, 52, 0.32) 48%, transparent 74%),
    radial-gradient(40% 28% at 82% 18%, rgba(255, 182, 76, 0.7), rgba(255, 182, 76, 0.28) 48%, transparent 76%),
    radial-gradient(30% 20% at 30% 66%, rgba(239, 71, 111, 0.45), transparent 70%);
  transform: rotate(-14deg) scale(1.18);
  will-change: transform;
}
.hero__vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(21, 21, 21, 0.5) 0%, transparent 24%, transparent 66%, rgba(21, 21, 21, 0.78) 100%),
    radial-gradient(130% 100% at 50% 46%, transparent 52%, rgba(21, 21, 21, 0.5) 100%);
}
.hero > .wrap { position: relative; z-index: 2; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 15px; letter-spacing: 0.04em;
  color: var(--ink); background: rgba(21, 21, 21, 0.35);
  border: 1px solid rgba(243, 243, 243, 0.28); border-radius: 999px;
  padding: 9px 20px; backdrop-filter: blur(6px);
}
.hero__eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.hero h1 {
  font-size: clamp(42px, 8.2vw, 108px); font-weight: 600;
  margin: 34px auto 26px; max-width: 15ch;
  text-shadow: 0 4px 60px rgba(21, 21, 21, 0.35);
}
.hero__sub { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink); opacity: 0.85; max-width: 62ch; margin: 0 auto 44px; }
.hero__ctas { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero__micro { margin-top: 22px; font-size: 14.5px; color: var(--faint); }
.hero__foot {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 28px;
  display: flex; justify-content: space-between; padding: 0 40px;
  font-family: var(--font-display); font-size: 15.5px; color: var(--dim);
}

/* ---------- film (demo real do editor) ---------- */
.film { position: relative; padding: 110px 0 40px; }
.film__frame {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
  background: var(--bg-soft);
}
.film__chrome { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.film__chrome i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.film__chrome i:nth-child(1) { background: var(--rosa); }
.film__chrome i:nth-child(2) { background: var(--amarelo); }
.film__chrome i:nth-child(3) { background: var(--teal); }
.film__chrome span { margin-left: 12px; font-size: 13px; color: var(--faint); font-family: var(--font-display); }
.film video { width: 100%; }
.film__caption { text-align: center; margin-top: 26px; color: var(--dim); font-size: 16px; }
.film__caption strong { color: var(--ink); font-weight: 500; }

/* ---------- seções genéricas ---------- */
.section { position: relative; padding: 130px 0; }
.section__kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 13.5px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: lowercase; margin-bottom: 18px;
}
.section h2 { font-size: clamp(34px, 5vw, 68px); margin-bottom: 16px; }
.section__lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--dim); max-width: 58ch; }

/* ---------- portas ---------- */
.portas { overflow: hidden; }
.portas .section__kicker { color: var(--amarelo); }
.portas__grid { margin-top: 64px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.porta {
  grid-column: span 2;
  border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 34px 32px 30px; min-height: 240px;
  display: flex; flex-direction: column; justify-content: space-between; gap: 22px;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.03), transparent);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.porta:nth-child(4), .porta:nth-child(5) { grid-column: span 3; }
.porta:hover { transform: translateY(-4px); border-color: rgba(243, 243, 243, 0.32); }
.porta__mark { display: block; width: 46px; height: 46px; border: 4px solid var(--c, var(--coral)); border-radius: 14px; }
.porta h3 { font-size: 27px; font-weight: 600; margin-bottom: 8px; }
.porta p { color: var(--dim); font-size: 16px; max-width: 34ch; }
.porta__go { font-family: var(--font-display); font-size: 15px; color: var(--c, var(--coral)); font-weight: 500; }
.porta--design { --c: var(--coral); }
.porta--motion { --c: var(--rosa); }
.porta--links { --c: var(--amarelo); }
.porta--campanhas { --c: var(--teal); }
.porta--mcp { --c: var(--teal); }
.porta--mcp .porta__mark { border-style: dashed; }

/* contornos da marca vazando pela borda (slide 3) */
.shapes { position: absolute; inset: 0; pointer-events: none; overflow: visible; z-index: 0; }
.shape {
  position: absolute; border-radius: 26%;
  border: 30px solid var(--c); opacity: 0.8;
  mix-blend-mode: screen;
}

/* ---------- statement (slide 2) ---------- */
.statement { overflow: hidden; }
.statement .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 70px; align-items: center; }
.statement h2 { font-size: clamp(36px, 5.4vw, 74px); }
.statement h2 em { font-style: normal; color: var(--coral); }
.statement p { margin-top: 24px; color: var(--dim); max-width: 46ch; font-size: 18px; }
.statement__art { position: relative; height: 480px; }
.statement__art .glyph {
  position: absolute; border: 34px solid #f3f3f3; border-radius: 30%;
}
.statement__art .glyph--fill { background: #f3f3f3; border: none; }
.statement__art img {
  position: absolute; right: 0; bottom: 0; width: 62%;
  border-radius: 24px; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

/* ---------- google partner ---------- */
.google { background: var(--navy); overflow: hidden; }
.google .section__kicker { color: var(--amarelo); }
.google h2 { color: var(--amarelo); }
.google__cols { margin-top: 60px; display: grid; grid-template-columns: 2fr 1fr; gap: 22px; align-items: stretch; }
.gcard {
  border: 1px solid rgba(243, 243, 243, 0.16); border-radius: var(--radius-card);
  padding: 40px;
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.04), transparent);
}
.gcard--featured { border-color: rgba(255, 209, 102, 0.4); }
.gcard h3 { font-size: 24px; margin-bottom: 6px; }
.gcard__tag { font-size: 13.5px; letter-spacing: 0.1em; text-transform: uppercase; font-family: var(--font-display); color: var(--faint); margin-bottom: 26px; }
.gcard ul { display: grid; gap: 16px; }
.gcard--featured ul { grid-template-columns: 1fr 1fr; gap: 18px 34px; }
.gcard li strong { display: block; font-family: var(--font-display); font-weight: 500; font-size: 17.5px; color: var(--ink); }
.gcard li span { font-size: 15.5px; color: var(--dim); }
.google__link { display: inline-block; margin-top: 40px; font-family: var(--font-display); font-weight: 500; color: var(--teal); font-size: 17px; }
.google__note { margin-top: 14px; font-size: 14.5px; color: var(--faint); max-width: 62ch; }

/* ---------- prova ---------- */
.prova .section__kicker { color: var(--rosa); }
.prova__grid { margin-top: 60px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; }
.quotecard { border-radius: 18px; overflow: hidden; background: var(--rosa); padding: 26px; display: flex; align-items: stretch; }
.quotecard__browser { background: #fff; border-radius: 12px; width: 100%; overflow: hidden; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35); }
.quotecard__bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid #e8e8e8; }
.quotecard__bar i { width: 10px; height: 10px; border-radius: 50%; display: block; background: #e0e0e0; }
.quotecard__bar i:nth-child(1) { background: #ff5f57; }
.quotecard__bar i:nth-child(2) { background: #febc2e; }
.quotecard__bar i:nth-child(3) { background: #28c840; }
.quotecard__bar span { margin-left: 10px; font-size: 12.5px; color: #9a9a9a; }
.quotecard__body { padding: 34px 36px 30px; color: #151515; }
.quotecard__body blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 1.8vw, 25px); line-height: 1.35; }
.quotecard__body figcaption { margin-top: 18px; font-size: 15px; color: rgba(21, 21, 21, 0.55); }
.prova__shots { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.shot { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 20px;
  font-size: 14px; color: var(--ink);
  background: linear-gradient(transparent, rgba(21, 21, 21, 0.88));
  font-family: var(--font-display);
}
.prova__logos { margin-top: 54px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; color: var(--faint); font-family: var(--font-display); font-size: 15px; }
.prova__logos .sep { flex: 1; height: 1px; background: var(--line); min-width: 40px; }

/* ---------- close ---------- */
.close { position: relative; min-height: 92svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.close .hero__glow { transform: rotate(14deg) scale(1.2); }
.close__in { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 38px; padding: 80px 32px; }
.close__logo { width: min(560px, 72vw); }
.close__in .btn--primary { font-size: 19px; padding: 19px 46px; }
.close__url { font-family: var(--font-display); color: var(--dim); font-size: 17px; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line); padding: 56px 0 48px; }
.footer__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer__brand img { height: 22px; opacity: 0.85; }
.footer nav { display: flex; gap: 26px; font-size: 14.5px; color: var(--faint); flex-wrap: wrap; }
.footer nav a:hover { color: var(--ink); }
.footer__meta { font-size: 13.5px; color: var(--faint); }

/* ---------- responsivo ---------- */
@media (max-width: 1080px) {
  .portas__grid { grid-template-columns: 1fr 1fr; }
  .porta, .porta:nth-child(4), .porta:nth-child(5) { grid-column: span 1; }
  .statement .wrap { grid-template-columns: 1fr; gap: 50px; }
  .statement__art { height: 380px; }
  .google__cols { grid-template-columns: 1fr; }
  .gcard--featured ul { grid-template-columns: 1fr; }
  .prova__grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .topnav { display: none; }
}
@media (max-width: 760px) {
  .topbar__in { justify-content: space-between; }
  .topbar__actions .link-sales { display: none; }
  .hero__eyebrow { font-size: 13px; padding: 8px 16px; }
  .hero__foot { flex-direction: column; gap: 6px; align-items: center; text-align: center; }
  .section { padding: 90px 0; }
  .portas__grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 12ch; }
  .close__logo { width: 78vw; }
}

/* ---------- modo captura (?capture): screenshots deterministicos ---------- */
.film__poster { display: none; }
html.capture .hero, html.capture .close { min-height: 900px; }
html.capture .film video { display: none; }
html.capture .film__poster { display: block; width: 100%; }

/* ============================================================
   COMPONENTES DO SITE COMPLETO (spokes, planos, about)
   ============================================================ */

/* ---------- nav dropdown ---------- */
.topnav { align-items: center; }
.topnav > a.on { color: var(--ink); }
.navdrop { position: relative; }
.navdrop__btn {
  background: none; border: 0; cursor: pointer; color: var(--dim);
  font: inherit; font-size: 15.5px; font-family: var(--font-body);
  display: inline-flex; align-items: center; gap: 6px; padding: 22px 0;
}
.navdrop__btn i { font-style: normal; font-size: 10px; opacity: 0.7; }
.navdrop:hover .navdrop__btn, .navdrop:focus-within .navdrop__btn { color: var(--ink); }
.navdrop__menu {
  position: absolute; top: 100%; left: -18px; min-width: 220px;
  background: rgba(24, 24, 25, 0.97); backdrop-filter: blur(16px);
  border: 1px solid var(--line); border-radius: 16px; padding: 10px;
  display: none; flex-direction: column; box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.navdrop:hover .navdrop__menu, .navdrop:focus-within .navdrop__menu { display: flex; }
.navdrop__menu a { padding: 10px 14px; border-radius: 10px; font-size: 15px; color: var(--dim); }
.navdrop__menu a:hover, .navdrop__menu a.on { background: rgba(243,243,243,0.07); color: var(--ink); }

/* ---------- page hero (spokes) ---------- */
.pagehero { position: relative; padding: 190px 0 90px; overflow: hidden; }
.pagehero__glow {
  position: absolute; inset: -40% -20% auto -20%; height: 130%;
  pointer-events: none;
  background:
    radial-gradient(42% 46% at 78% 6%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 70%),
    radial-gradient(30% 34% at 92% 30%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 72%);
}
.pagehero .wrap { position: relative; }
.pagehero .section__kicker { color: var(--accent); }
.pagehero h1 { font-size: clamp(40px, 5.8vw, 84px); max-width: 16ch; margin-bottom: 24px; }
.pagehero__lead { font-size: clamp(17px, 1.5vw, 21px); color: var(--dim); max-width: 62ch; margin-bottom: 40px; }
.pagehero__lead strong { color: var(--ink); }
.hero__ctas--left { justify-content: flex-start; }

/* ---------- steps ---------- */
.steps h2 { margin-bottom: 46px; }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps__grid li {
  border: 1px solid var(--line); border-radius: var(--radius-card); padding: 30px 28px;
  background: linear-gradient(180deg, rgba(243,243,243,0.03), transparent);
}
.step__n {
  display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(243,243,243,0.08); font-family: var(--font-display);
  font-weight: 600; font-size: 18px; margin-bottom: 18px;
}
.steps__grid h3 { font-size: 21px; margin-bottom: 8px; }
.steps__grid p { color: var(--dim); font-size: 15.5px; }

/* ---------- quem ---------- */
.quem { padding: 40px 0; }
.quem__p { font-size: clamp(19px, 1.8vw, 25px); font-family: var(--font-display); font-weight: 500; max-width: 44ch; line-height: 1.45; }

/* ---------- shot band ---------- */
.shotband { padding: 30px 0 0; }
.shot--band img { max-height: 640px; }

/* ---------- features grid ---------- */
.feats .section__kicker { color: var(--accent); }
.fgrid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard {
  border: 1px solid var(--line); border-radius: 22px; padding: 26px 26px 24px;
  background: linear-gradient(180deg, rgba(243,243,243,0.03), transparent);
}
.fcard h3 { font-size: 18.5px; margin-bottom: 8px; }
.fcard h3::before { content: ""; display: block; width: 26px; height: 26px; border: 3.5px solid var(--accent); border-radius: 9px; margin-bottom: 14px; }
.fcard p { color: var(--dim); font-size: 15px; line-height: 1.55; }

/* ---------- faq ---------- */
.faqsec .section__kicker { color: var(--faint); }
.faqlist { margin-top: 40px; max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 22px 40px 22px 0; position: relative;
  font-family: var(--font-display); font-weight: 500; font-size: 18px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--faint); font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--dim); padding: 0 0 24px; max-width: 68ch; }

/* ---------- related ---------- */
.relsec h2 { margin-bottom: 40px; }
.relgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.relcard {
  border: 1px solid var(--line); border-radius: var(--radius-card); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.relcard:hover { transform: translateY(-4px); border-color: rgba(243,243,243,0.32); }
.relcard h3 { font-size: 22px; }
.relcard p { color: var(--dim); font-size: 15px; flex: 1; }

/* ---------- page close ---------- */
.pageclose { position: relative; padding: 150px 0; overflow: hidden; text-align: center; }
.pageclose .close__in { position: relative; z-index: 2; gap: 28px; padding: 0 32px; }
.pageclose h2 { font-size: clamp(34px, 4.4vw, 60px); max-width: 20ch; margin-inline: auto; }

/* ---------- pricing ---------- */
.pricing { padding-top: 40px; }
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 30px 26px; display: flex; flex-direction: column; gap: 14px;
  background: linear-gradient(180deg, rgba(243,243,243,0.03), transparent);
}
.pcard--popular { border-color: var(--coral); }
.pcard__flag {
  position: absolute; top: -13px; left: 24px; background: var(--coral); color: #fff;
  font-family: var(--font-display); font-size: 12.5px; font-weight: 600;
  padding: 4px 12px; border-radius: 999px;
}
.pcard h3 { font-size: 22px; }
.pcard__desc { color: var(--dim); font-size: 14.5px; min-height: 44px; }
.pcard__price { display: flex; align-items: baseline; gap: 5px; }
.pcard__cur { color: var(--faint); font-size: 16px; }
.pcard__amount { font-family: var(--font-display); font-size: 42px; font-weight: 600; }
.pcard__cycle { color: var(--faint); font-size: 14px; }
.pcard__billnote { font-size: 12.5px; color: var(--faint); margin-top: -10px; }
.pcard__out { font-size: 13.5px; color: var(--amarelo); }
.pcard__list { display: grid; gap: 9px; flex: 1; }
.pcard__list li { font-size: 14.5px; color: var(--dim); padding-left: 22px; position: relative; }
.pcard__list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-size: 13px; }
.pcard__list li:has(.tkt-coin) { padding-left: 0; }
.pcard__list li:has(.tkt-coin)::before { content: none; }
.tkt-coin { display: inline-block; vertical-align: -2px; margin-right: 4px; }
.pent {
  margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.pent__head { display: flex; align-items: baseline; gap: 14px; }
.pent__head h3 { font-size: 22px; }
.pent__price { color: var(--faint); font-size: 15px; }
.pent__info p { color: var(--dim); font-size: 15px; max-width: 60ch; margin-top: 6px; }
.packs { margin-top: 28px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; color: var(--dim); font-size: 14.5px; }
.packs__label { font-family: var(--font-display); font-weight: 500; color: var(--ink); }
.pricing__note { margin-top: 14px; color: var(--faint); font-size: 13.5px; }
.cred { text-align: center; }
.cred .section__lead { margin-inline: auto; }

/* ---------- jobs table (/ai) ---------- */
.jobsec .section__kicker { color: var(--amarelo); }
.jobtable-wrap { margin-top: 48px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-card); }
.jobtable { width: 100%; border-collapse: collapse; min-width: 720px; }
.jobtable th {
  text-align: left; font-family: var(--font-display); font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--faint); padding: 18px 24px; border-bottom: 1px solid var(--line);
}
.jobtable td { padding: 16px 24px; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--dim); vertical-align: top; }
.jobtable tr:last-child td { border-bottom: 0; }
.jobtable td strong { display: block; color: var(--ink); font-family: var(--font-display); font-weight: 500; font-size: 16px; }
.jobtable td span { font-size: 13.5px; color: var(--faint); }
.jobtable td:nth-child(2) { color: var(--amarelo); }

/* ---------- mcp chat ---------- */
.mcpdemo { padding-top: 30px; }
.mcpchat {
  max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: 22px;
  padding: 28px; display: grid; gap: 14px; background: var(--bg-soft);
}
.mcpchat__msg { border-radius: 14px; padding: 14px 18px; font-size: 15px; line-height: 1.55; }
.mcpchat__msg--user { background: rgba(243,243,243,0.09); justify-self: end; max-width: 85%; }
.mcpchat__msg--tool {
  font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--teal);
  background: rgba(6,214,160,0.07); border: 1px solid rgba(6,214,160,0.2);
  display: flex; align-items: center; gap: 10px;
}
.mcpchat__msg--tool i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
.mcpchat__msg--bot { background: rgba(243,243,243,0.05); border: 1px solid var(--line); max-width: 92%; }
.mcpchat__link { color: var(--teal); font-family: 'JetBrains Mono', monospace; font-size: 13.5px; }

/* ---------- halo (campanhas) / founderline ---------- */
.halo { padding: 60px 0 20px; }
.halo__in { border-left: 4px solid var(--teal); padding-left: 30px; }
.halo__in blockquote { font-family: var(--font-display); font-weight: 600; font-size: clamp(26px, 3vw, 40px); }
.halo__in p { color: var(--faint); margin-top: 10px; font-size: 15px; }
.founderline { text-align: center; padding: 60px 0 100px; }
.founderline blockquote { font-family: var(--font-display); font-weight: 500; font-size: clamp(24px, 2.6vw, 36px); max-width: 30ch; margin: 0 auto; }
.founderline cite { display: block; margin-top: 18px; font-style: normal; font-size: 15.5px; color: var(--faint); font-family: var(--font-body); }

/* ---------- awards (/enterprise) ---------- */
.awards { padding: 40px 0 0; }
.awards__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.award { border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; }
.award strong { font-family: var(--font-display); font-weight: 600; display: block; margin-bottom: 6px; }
.award span { color: var(--faint); font-size: 13.5px; line-height: 1.5; display: block; }

/* ---------- timeline (/about) ---------- */
.timeline h2 { margin-bottom: 46px; }
.tl { display: grid; gap: 0; max-width: 780px; }
.tl li { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.tl li:last-child { border-bottom: 0; }
.tl__y { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--coral); }
.tl p { color: var(--dim); }

/* ---------- home extras ---------- */
.portas__more { margin-top: 34px; color: var(--faint); font-size: 15px; }
.portas__more a { color: var(--dim); border-bottom: 1px solid var(--line); }
.portas__more a:hover { color: var(--ink); }
.planoteaser { padding: 90px 0; }
.planoteaser__in {
  border: 1px solid var(--line); border-radius: var(--radius-card); padding: 50px 54px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(255,68,56,0.09), transparent 60%);
}
.planoteaser h2 { font-size: clamp(28px, 3vw, 42px); }
.planoteaser__ctas { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }

/* ---------- footer completo ---------- */
.footer__cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer__col { display: flex; flex-direction: column; gap: 11px; align-items: flex-start; }
.footer__col h4 { font-family: var(--font-display); font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); margin-bottom: 6px; }
.footer__col a { color: var(--dim); font-size: 14.5px; }
.footer__col a:hover { color: var(--ink); }
.footer__col--brand img { height: 24px; margin-bottom: 6px; }
.footer__col--brand p { color: var(--faint); font-size: 14px; max-width: 30ch; margin-bottom: 10px; }
.footer__meta { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: var(--faint); font-size: 13.5px; }

/* ---------- responsivo (site completo) ---------- */
@media (max-width: 1080px) {
  .steps__grid, .fgrid, .relgrid { grid-template-columns: 1fr 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .awards__row { grid-template-columns: 1fr 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr 1fr; }
  .footer__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .pagehero { padding-top: 150px; }
  .steps__grid, .fgrid, .relgrid, .pgrid, .awards__row { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .tl li { grid-template-columns: 64px 1fr; gap: 16px; }
  .planoteaser__in { padding: 34px 28px; }
}


/* ============================================================
   MODERNIZAÇÃO v4 — statband, showcase gerado, art heroes, reveal
   ============================================================ */

/* ---------- reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
html.capture .reveal { opacity: 1; transform: none; }

/* ---------- statband (números reais como display) ---------- */
.statband { border-block: 1px solid var(--line); padding: 44px 0; background: linear-gradient(180deg, rgba(243,243,243,0.02), transparent); }
.statband__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; }
.stat b { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(30px, 3vw, 44px); letter-spacing: -0.02em; }
.stat span { display: block; margin-top: 4px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--faint); letter-spacing: 0.02em; }

/* ---------- showcase gerado (marquee + prompt caption) ---------- */
.showcase { overflow: hidden; padding-bottom: 90px; }
.showcase .section__kicker { color: var(--teal); }
.marquee { margin-top: 54px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee__track { display: flex; gap: 22px; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
html.capture .marquee__track { animation: none; }
.artcard { width: 460px; flex-shrink: 0; }
.artcard img, .artcard video { width: 100%; height: 260px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); }
.artcard figcaption { margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--faint); line-height: 1.5; display: flex; gap: 8px; align-items: baseline; }
.artcard__chip { flex-shrink: 0; border: 1px solid rgba(6,214,160,0.4); color: var(--teal); border-radius: 6px; padding: 1px 7px; font-size: 10.5px; }
.showcase__note { margin-top: 26px; font-size: 13.5px; color: var(--faint); font-family: 'JetBrains Mono', monospace; }

/* ---------- pagehero com arte gerada ---------- */
.pagehero--art .wrap { position: relative; z-index: 2; }
.pagehero__art {
  position: absolute; right: -6%; top: 50%; transform: translateY(-46%);
  width: min(54vw, 860px); z-index: 0; opacity: 0.9; pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%);
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}
@media (max-width: 1080px) {
  .pagehero__art { position: static; transform: none; width: 100%; margin-top: 40px; -webkit-mask-image: none; mask-image: none; border-radius: 18px; }
  .statband__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .statband__grid { grid-template-columns: 1fr 1fr; }
  .artcard { width: 320px; }
  .artcard img, .artcard video { height: 190px; }
}

/* ============================================================
   DENSIDADE PREMIUM + PRODUTO REAL (v5)
   Escala menor em tudo; ícones Nucleo; node canvas do Flow;
   painéis reais do Motion.
   ============================================================ */

/* ---------- escala densa ---------- */
.topbar__in { height: 64px; }
.brand img { height: 22px; }
.topnav { gap: 24px; }
.topnav a, .navdrop__btn { font-size: 14px; }
.topbar__actions .link-sales { font-size: 14px; }
.btn { font-size: 15.5px; padding: 13px 28px; border-radius: 10px; }
.btn--sm { font-size: 13.5px; padding: 8px 18px; border-radius: 8px; }
.hero h1 { font-size: clamp(38px, 6.4vw, 84px); }
.hero__sub { font-size: clamp(16px, 1.35vw, 19px); }
.hero__eyebrow { font-size: 13px; padding: 8px 16px; }
.hero__micro { font-size: 13px; }
.hero__foot { font-size: 13.5px; }
.section { padding: 96px 0; }
.section h2 { font-size: clamp(28px, 3.8vw, 52px); }
.section__lead { font-size: clamp(15.5px, 1.2vw, 18px); }
.section__kicker { font-size: 12px; margin-bottom: 14px; }
.pagehero { padding: 150px 0 64px; }
.pagehero h1 { font-size: clamp(32px, 4.4vw, 62px); max-width: 22ch; }
.pagehero__lead { font-size: clamp(15.5px, 1.25vw, 18.5px); margin-bottom: 32px; }
.porta { padding: 26px 26px 24px; min-height: 198px; border-radius: 20px; }
.porta h3 { font-size: 20px; }
.porta p { font-size: 14.5px; }
.porta__go { font-size: 13.5px; }
.fcard { padding: 22px 22px 20px; border-radius: 16px; }
.fcard h3 { font-size: 16.5px; }
.fcard p { font-size: 14px; }
.fcard h3::before { width: 22px; height: 22px; border-width: 3px; border-radius: 7px; margin-bottom: 12px; }
.steps__grid li { padding: 24px 22px; border-radius: 18px; }
.steps__grid h3 { font-size: 17.5px; }
.steps__grid p { font-size: 14px; }
.step__n { width: 32px; height: 32px; font-size: 15px; border-radius: 9px; margin-bottom: 14px; }
.steps h2 { margin-bottom: 34px; }
.quem__p { font-size: clamp(17px, 1.5vw, 21px); }
.statband { padding: 34px 0; }
.stat b { font-size: clamp(24px, 2.2vw, 34px); }
.stat span { font-size: 11px; }
.gcard { padding: 28px; border-radius: 20px; }
.gcard h3 { font-size: 20px; }
.gcard li strong { font-size: 15.5px; }
.gcard li span { font-size: 14px; }
.quotecard__body blockquote { font-size: clamp(17px, 1.5vw, 21px); }
.pcard__amount { font-size: 36px; }
.pcard h3, .pent__head h3 { font-size: 19px; }
.relcard { padding: 24px 22px; border-radius: 18px; }
.relcard h3 { font-size: 19px; }
.relcard p { font-size: 14px; }
.relsec h2 { margin-bottom: 30px; }
.pageclose { padding: 110px 0; }
.pageclose h2 { font-size: clamp(26px, 3.4vw, 44px); }
.close__logo { width: min(420px, 60vw); }
.close__in .btn--primary { font-size: 16.5px; padding: 15px 34px; }
.film__caption { font-size: 14px; }
.jobtable th { padding: 14px 20px; font-size: 11.5px; }
.jobtable td { padding: 13px 20px; font-size: 14px; }
.jobtable td strong { font-size: 15px; }
.artcard { width: 380px; }
.artcard img, .artcard video { height: 214px; border-radius: 13px; }
.footer__col a { font-size: 13.5px; }
.footer__col--brand p { font-size: 13px; }
.planoteaser__in { padding: 38px 42px; border-radius: 22px; }
.awards__row .award { padding: 18px 20px; }
.tl__y { font-size: 19px; }
.halo__in blockquote { font-size: clamp(22px, 2.4vw, 32px); }

/* ---------- ícones Nucleo (mask recolorível) ---------- */
.nicon {
  border: none !important; border-radius: 0 !important;
  background-color: var(--c, var(--coral));
  -webkit-mask-image: var(--icon); mask-image: var(--icon);
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center; mask-position: center;
  width: 26px !important; height: 26px !important;
}
.porta--mcp .nicon { border-style: none; }

/* ---------- Flow node canvas (assets reais do banner) ---------- */
.nodecanvas-sec { padding-top: 20px; }
.nodecanvas {
  position: relative; height: 460px; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(60% 80% at 12% 100%, rgba(255, 209, 102, 0.12), transparent 60%),
    radial-gradient(50% 70% at 95% 0%, rgba(6, 214, 160, 0.1), transparent 60%),
    radial-gradient(rgba(243, 243, 243, 0.07) 1px, transparent 1px) 0 0 / 22px 22px,
    var(--bg-soft);
}
.nc-wires { position: absolute; inset: 0; width: 100%; height: 100%; }
.nc-wires path { fill: none; stroke: rgba(243, 243, 243, 0.22); stroke-width: 2; stroke-dasharray: 6 7; }
.nc-node { position: absolute; display: flex; flex-direction: column; gap: 8px; }
.nc-label {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--dim);
  background: rgba(21, 21, 21, 0.7); border: 1px solid var(--line);
  border-radius: 8px; padding: 5px 10px; width: max-content;
}
.nc-label img { width: 13px; height: 13px; }
.nc-photo { width: 220px; border-radius: 14px; border: 1.5px solid rgba(243, 243, 243, 0.25); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45); }
.nc-node--var .nc-photo { width: 250px; }
.nc-videoin { position: relative; display: block; width: 240px; }
.nc-videoin .nc-photo { width: 100%; }
.nc-play { position: absolute; inset: 0; margin: auto; width: 44px; }
.nc-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 13px; font-weight: 500;
  background: rgba(6, 214, 160, 0.14); border: 1px solid rgba(6, 214, 160, 0.5);
  color: var(--teal); border-radius: 9px; padding: 8px 14px;
}
.nc-chip img { width: 14px; }
.nc-cursor { position: absolute; display: flex; align-items: flex-start; gap: 2px; }
.nc-cursor img { width: 16px; }
.nc-cursor span {
  font-family: var(--font-display); font-size: 12px; font-weight: 500;
  background: var(--rosa); color: #fff; border-radius: 8px 999px 999px 999px; padding: 3px 10px; margin-top: 12px;
}
.nc-cursor--b span { background: var(--amarelo); color: #151515; }
.nc-share {
  position: absolute; right: 24px; bottom: 22px; display: flex; gap: 10px; align-items: center;
  background: rgba(21, 21, 21, 0.85); border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px;
}
.nc-share img { width: 16px; }
.nc-share span { display: flex; flex-direction: column; font-size: 11.5px; color: var(--faint); }
.nc-share b { font-family: var(--font-display); font-size: 13px; color: var(--ink); font-weight: 500; }

/* ---------- Motion: painéis reais ---------- */
.motionpanel-sec { padding-top: 20px; }
.motionpanel {
  position: relative; height: 520px; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-soft);
}
.mp-hero { position: absolute; left: 0; top: 0; width: 62%; height: 62%; object-fit: cover; opacity: 0.95; }
.mp-timeline { position: absolute; left: 3%; bottom: 4%; width: 64%; border-radius: 12px; border: 1px solid rgba(243, 243, 243, 0.2); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5); }
.mp-curves { position: absolute; right: 3%; top: 7%; width: 30%; border-radius: 12px; border: 1px solid rgba(243, 243, 243, 0.2); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5); }
.mp-presets { position: absolute; right: 3%; bottom: 4%; width: 30%; border-radius: 12px; border: 1px solid rgba(243, 243, 243, 0.2); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5); }

@media (max-width: 900px) {
  .nodecanvas { height: 640px; }
  .motionpanel { height: auto; padding: 18px; display: grid; gap: 14px; }
  .mp-hero, .mp-timeline, .mp-curves, .mp-presets { position: static; width: 100%; height: auto; border-radius: 12px; }
}

/* ---------- uigrid: telas reais do produto ---------- */
.uigrid-sec .section__kicker { color: var(--accent); }
.uigrid { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.uishot { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--bg-soft); }
.uishot img { width: 100%; display: block; }
.uishot figcaption { padding: 13px 18px; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--faint); border-top: 1px solid var(--line); }

/* ---------- adsband: anúncios animados ---------- */
.adsband-sec { padding-top: 20px; }
.adsband-sec .section__kicker { color: var(--teal); }
.adsband { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.adsband video { width: 100%; border-radius: 18px; border: 1px solid var(--line); }
@media (max-width: 760px) { .uigrid, .adsband { grid-template-columns: 1fr; } }

/* ============================================================
   v6 — modos do editor, cursores vivos, chips, deck frame, MCP
   ============================================================ */

/* ---------- deck frame (o BG coral das apresentações) ---------- */
.modes-sec { padding: 60px 0; }
.deckframe {
  border-radius: 34px; padding: 6px;
  background: linear-gradient(135deg, #ff8a4d 0%, var(--coral) 34%, var(--rosa) 100%);
}
.deckframe__in {
  border-radius: 29px; background: #171718; padding: 54px 54px 44px;
  position: relative; overflow: hidden;
  background-image: radial-gradient(rgba(255,122,60,0.16) 1px, transparent 1px);
  background-size: 20px 20px;
}
.deckframe .section__kicker { color: var(--coral); }

/* ---------- tabs de modo ---------- */
.modetabs { display: flex; gap: 8px; margin: 30px 0 22px; flex-wrap: wrap; }
.modetab {
  font-family: var(--font-display); font-weight: 500; font-size: 14.5px;
  color: var(--dim); background: rgba(243,243,243,0.06);
  border: 1px solid var(--line); border-radius: 9px; padding: 9px 20px; cursor: pointer;
  transition: all 0.15s ease;
}
.modetab:hover { color: var(--ink); }
.modetab.is-on { background: var(--coral); border-color: var(--coral); color: #fff; }
.modetab--scale { margin-left: auto; color: var(--teal); border-color: rgba(6,214,160,0.4); }
.modepanels { position: relative; }
.modepanel { display: none; }
.modepanel.is-on { display: block; }
.modepanel > img { width: 100%; border-radius: 16px; border: 1px solid rgba(243,243,243,0.18); box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.nodecanvas--mini { height: 420px; }

/* ---------- chips de import (Ps/Ai/Figma) ---------- */
.importchips { display: flex; align-items: center; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.ichip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  border-radius: 8px; padding: 7px 12px; color: var(--ink);
  background: rgba(243,243,243,0.07); border: 1px solid var(--line);
}
.ichip--ps { background: #001e36; color: #31a8ff; border-color: #10345a; }
.ichip--ai { background: #330000; color: #ff9a00; border-color: #5c2400; }
.ichip--figma { font-weight: 500; }
.importchips__note { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--faint); }

/* ---------- plataformas Google / modelos ---------- */
.platchips { display: flex; gap: 10px; margin: 30px 0 26px; flex-wrap: wrap; }
.pchip {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-size: 13.5px; font-weight: 500; color: var(--ink);
  background: rgba(243,243,243,0.05); border: 1px solid var(--line); border-radius: 999px; padding: 9px 18px;
}
.gdot { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
.gdot--blue { background: conic-gradient(#4285f4 0 25%, #ea4335 0 50%, #fbbc05 0 75%, #34a853 0); border-radius: 50%; }
.gdot--tri { width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 11px solid #fbbc05; border-radius: 0; }
.gdot--green { background: #34a853; border-radius: 50%; }
.gdot--spark { background: linear-gradient(135deg, #4285f4, #9b72cb); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); }
.modelstrip-sec { padding: 4px 0 40px; }
.modelstrip { display: flex; gap: 8px; flex-wrap: wrap; }
.mchip {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--dim);
  border: 1px solid var(--line); border-radius: 7px; padding: 6px 12px;
}
.mchip em { font-style: normal; color: var(--amarelo); font-size: 10px; }
.mchip--g { color: var(--amarelo); border-color: rgba(255,209,102,0.35); }
.mchip--count { color: var(--teal); border-color: rgba(6,214,160,0.35); }

/* ---------- colaboração: cursores vivos ---------- */
.collabstage-sec { padding-top: 20px; }
.collabstage { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.collabstage__shot { width: 100%; display: block; }
.live-cursor { position: absolute; display: flex; gap: 2px; z-index: 3; }
.live-cursor img { width: 17px; }
.live-cursor span { font-family: var(--font-display); font-size: 12.5px; font-weight: 500; border-radius: 8px 999px 999px 999px; padding: 3px 11px; margin-top: 13px; }
.live-cursor--a { animation: curA 9s ease-in-out infinite; }
.live-cursor--a span { background: var(--rosa); color: #fff; }
.live-cursor--b { animation: curB 11s ease-in-out infinite; }
.live-cursor--b span { background: var(--amarelo); color: #151515; }
@keyframes curA {
  0% { left: 18%; top: 30%; } 22% { left: 44%; top: 52%; } 48% { left: 38%; top: 70%; }
  70% { left: 60%; top: 44%; } 100% { left: 18%; top: 30%; }
}
@keyframes curB {
  0% { left: 74%; top: 62%; } 25% { left: 56%; top: 28%; } 55% { left: 78%; top: 38%; }
  80% { left: 66%; top: 66%; } 100% { left: 74%; top: 62%; }
}
html.capture .live-cursor--a { left: 40%; top: 48%; }
html.capture .live-cursor--b { left: 66%; top: 34%; }
.live-comment {
  position: absolute; left: 24%; top: 16%; z-index: 3;
  display: flex; align-items: center; gap: 8px;
  background: #fff; color: #151515; border-radius: 3px 14px 14px 14px;
  font-size: 12.5px; font-weight: 500; font-family: var(--font-display);
  padding: 8px 13px; box-shadow: 0 12px 34px rgba(0,0,0,0.4);
  animation: commentPop 9s ease-in-out infinite;
}
.live-comment i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
@keyframes commentPop { 0%, 18% { opacity: 0; transform: translateY(6px); } 26%, 74% { opacity: 1; transform: none; } 82%, 100% { opacity: 0; } }
html.capture .live-comment { opacity: 1; animation: none; }
@media (prefers-reduced-motion: reduce) { .live-cursor, .live-comment { animation: none; } }

/* ---------- MCP setup real ---------- */
.mcpsetup { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; margin-inline: auto; }
.mcpsetup__block { border: 1px solid var(--line); border-radius: 14px; background: #101011; overflow: hidden; }
.mcpsetup__label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--teal); padding: 11px 16px 0; }
.mcpsetup pre { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; line-height: 1.65; color: var(--dim); padding: 10px 16px 16px; overflow-x: auto; }
@media (max-width: 860px) { .mcpsetup { grid-template-columns: 1fr; } .deckframe__in { padding: 32px 24px; } }

/* ============================================================
   v7 — hero de solução, entrada encenada, glow vivo, detalhes
   ============================================================ */

.hero__h1 em { font-style: normal; color: var(--ink); }
.hero__h1 .hl-hours {
  background: linear-gradient(92deg, #ffb257, #ffe9b0 50%, #fff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  html:not(.capture) .hero__eyebrow,
  html:not(.capture) .hero h1,
  html:not(.capture) .hero__sub,
  html:not(.capture) .hero__ctas,
  html:not(.capture) .hero__micro,
  html:not(.capture) .hero__foot {
    opacity: 0; transform: translateY(22px);
    animation: heroIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  html:not(.capture) .hero h1 { animation-delay: 0.12s; }
  html:not(.capture) .hero__sub { animation-delay: 0.26s; }
  html:not(.capture) .hero__ctas { animation-delay: 0.4s; }
  html:not(.capture) .hero__micro { animation-delay: 0.52s; }
  html:not(.capture) .hero__foot { animation-delay: 0.66s; }
  html:not(.capture) .hero__glow { animation: glowDrift 26s ease-in-out infinite alternate; }
}
@keyframes heroIn { to { opacity: 1; transform: none; } }
@keyframes glowDrift {
  from { transform: rotate(-14deg) scale(1.18) translate(0, 0); }
  to { transform: rotate(-11deg) scale(1.24) translate(2.5%, -2%); }
}

.porta:hover { border-color: color-mix(in srgb, var(--c, var(--coral)) 55%, transparent); box-shadow: 0 18px 60px color-mix(in srgb, var(--c, var(--coral)) 14%, transparent); }
.relcard:hover { border-color: color-mix(in srgb, var(--c) 55%, transparent); box-shadow: 0 18px 60px color-mix(in srgb, var(--c) 14%, transparent); }

.gformats { display: flex; align-items: center; gap: 8px; margin-top: 30px; flex-wrap: wrap; }
.gformats__label { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--amarelo); letter-spacing: 0.06em; margin-right: 6px; }
.google .platchips { margin-top: 14px; }
.hero h1.hero__h1 { max-width: 30ch; font-size: clamp(32px, 5.4vw, 74px); }

/* ---------- aurora WebGL do hero ---------- */
.hero__aurora { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none; mix-blend-mode: screen; opacity: 0.7; }
html.capture .hero__aurora { display: none; }

/* ---------- fcards com ícone e mídia ---------- */
.fcard { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.fcard__body { padding: 20px 22px 20px; }
.fcard h3::before { content: none; }
.fcard__icon { display: block; width: 24px !important; height: 24px !important; background-color: var(--accent) !important; margin-bottom: 12px; }
.fcard__media { width: 100%; height: 150px; object-fit: cover; border-bottom: 1px solid var(--line); }

/* ---------- resultado real do MCP ---------- */
.mcpresult { max-width: 560px; margin: 30px auto 10px; }
.mcpresult img { width: 100%; border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,0.45); }
.mcpresult figcaption { margin-top: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--faint); display: flex; gap: 8px; align-items: baseline; line-height: 1.5; }

/* ============================================================
   v8 — steps como linha de processo (não cards) + finais
   ============================================================ */
.steps__grid { position: relative; gap: 40px; }
.steps__grid::before {
  content: ""; position: absolute; top: 16px; left: 17px; right: 15%;
  height: 2px; background: linear-gradient(90deg, var(--accent, var(--coral)), var(--line) 70%, transparent);
  opacity: 0.5;
}
.steps__grid li { border: 0; background: none; padding: 0 12px 0 0; }
.step__n {
  width: 34px; height: 34px; border-radius: 50%; margin-bottom: 18px;
  background: var(--bg); border: 2px solid var(--accent, var(--coral));
  color: var(--ink); position: relative; z-index: 1; font-size: 14px;
}
.steps h2 { font-size: clamp(24px, 2.6vw, 34px); }
@media (max-width: 760px) { .pagehero__art { display: none; } }

/* ============================================================
   v9 — direção de arte humanizada + tipografia forte + mega-menu
   ============================================================ */

/* tipografia com mais presença */
h1, h2 { font-weight: 700; letter-spacing: -0.032em; line-height: 1.03; }
.section h2 { font-size: clamp(30px, 4.2vw, 56px); margin-bottom: 18px; }
.section__lead { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.65; }
.section__kicker { display: flex; align-items: center; gap: 12px; }
.section__kicker::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: 0.7; }
.pagehero h1 { font-weight: 700; }
.hero h1.hero__h1 { font-weight: 700; }
.porta h3, .fcard h3, .relcard h3, .gcard h3 { font-weight: 600; letter-spacing: -0.015em; }

/* pagehero art humanizada: mais presença, menos máscara */
.pagehero__art { opacity: 1; width: min(56vw, 900px); -webkit-mask-image: linear-gradient(90deg, transparent, #000 34%); mask-image: linear-gradient(90deg, transparent, #000 34%); border-radius: 0 0 0 28px; }

/* mega-menu */
.navdrop__menu--mega {
  min-width: 860px; left: -280px; padding: 18px;
  display: none; grid-template-columns: 2.2fr 1fr; gap: 18px;
}
.navdrop--mega:hover .navdrop__menu--mega, .navdrop--mega:focus-within .navdrop__menu--mega { display: grid; }
.mega__cards { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 12px; }
.mega__card { display: flex; flex-direction: column; gap: 4px; border-radius: 12px; padding: 8px; }
.mega__card:hover { background: rgba(243,243,243,0.06); }
.mega__card img { width: 100%; height: 84px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); margin-bottom: 6px; }
.mega__card b { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink); }
.mega__card span { font-size: 12px; color: var(--faint); line-height: 1.4; }
.mega__list { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 10px; }
.mega__list a { padding: 7px 12px; border-radius: 8px; font-size: 13.5px; color: var(--dim); }
.mega__list a:hover { background: rgba(243,243,243,0.07); color: var(--ink); }

/* ============================================================
   v10 — GTM multilíngue: marca KV, idioma, nav mobile, consentimento,
   pricing da API, documentos legais, changelog, trust, a11y
   ============================================================ */

/* ---------- a11y ---------- */
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--coral); color: #fff; padding: 10px 16px; border-radius: 8px; font-family: var(--font-display); font-weight: 500; }
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--amarelo); outline-offset: 3px; border-radius: 6px; }
.btn:focus-visible { outline-offset: 4px; }

/* ---------- marca KV no topbar/footer ---------- */
.brand img { height: 24px; width: auto; }
.footer__col--brand img { height: 24px; width: auto; }
.close__logo { width: min(360px, 56vw); height: auto; opacity: .95; }

/* ---------- seletor de idioma ---------- */
.langsw { position: relative; }
.langsw__btn {
  display: inline-flex; align-items: center; gap: 6px; background: none; border: 1px solid var(--line); color: var(--dim);
  font: inherit; font-family: var(--font-display); font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  padding: 6px 10px; border-radius: 8px; cursor: pointer;
}
.langsw__btn i { font-style: normal; font-size: 9px; opacity: .7; }
.langsw__btn:hover, .langsw.open .langsw__btn { color: var(--ink); border-color: rgba(243,243,243,.4); }
.langsw__menu {
  position: absolute; top: calc(100% + 8px); right: 0; min-width: 180px; display: none; flex-direction: column;
  background: rgba(24,24,25,.97); backdrop-filter: blur(16px); border: 1px solid var(--line); border-radius: 12px; padding: 6px;
  box-shadow: 0 24px 60px rgba(0,0,0,.5); z-index: 60;
}
.langsw.open .langsw__menu { display: flex; }
.langsw__menu a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: 14px; color: var(--dim); }
.langsw__menu a:hover { background: rgba(243,243,243,.07); color: var(--ink); }
.langsw__menu a[aria-current="true"] { color: var(--ink); }
.langsw__menu a[aria-current="true"]::after { content: "✓"; margin-left: auto; color: var(--teal); font-size: 12px; }
.langsw__code { font-family: var(--font-display); font-size: 11.5px; font-weight: 600; letter-spacing: .08em; color: var(--faint); min-width: 20px; }
.footer__meta .langsw__menu { top: auto; bottom: calc(100% + 8px); right: auto; left: 0; }

/* ---------- nav: hambúrguer + drawer mobile ---------- */
.navburger { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 9px; background: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.navburger i { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.topbar.is-open .navburger i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.topbar.is-open .navburger i:nth-child(2) { opacity: 0; }
.topbar.is-open .navburger i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.topnav__mobile { display: none; }
.navdrop.is-open .navdrop__menu { display: flex; }
.navdrop--mega.is-open .navdrop__menu--mega { display: grid; }
@media (max-width: 980px) {
  .navburger { display: flex; }
  .topnav { display: none; }
  .topbar.is-open { background: rgba(21,21,21,.97); border-color: var(--line); }
  .topbar.is-open .topnav {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: fixed; left: 0; right: 0; top: 64px; bottom: 0; overflow-y: auto; padding: 14px 24px 40px;
    background: rgba(21,21,21,.97); backdrop-filter: blur(16px); margin: 0;
  }
  .topbar.is-open .topnav > a, .topbar.is-open .navdrop__btn { padding: 14px 0; font-size: 18px; width: 100%; text-align: left; border-bottom: 1px solid var(--line); }
  .topbar.is-open .navdrop__menu { position: static; display: none; min-width: 0; background: none; border: 0; box-shadow: none; padding: 4px 0 10px 14px; backdrop-filter: none; }
  .topbar.is-open .navdrop.is-open .navdrop__menu, .topbar.is-open .navdrop--mega.is-open .navdrop__menu--mega { display: flex; flex-direction: column; }
  .topbar.is-open .mega__cards { display: none; }
  .topbar.is-open .mega__list { border: 0; padding: 0; }
  .topbar.is-open .navdrop:hover .navdrop__menu { display: none; }
  .topbar.is-open .navdrop.is-open:hover .navdrop__menu { display: flex; }
  .topbar.is-open .topnav__mobile { display: flex; flex-direction: column; margin-top: 18px; gap: 0; }
  .topbar.is-open .topnav__mobile a { padding: 12px 0; font-size: 16px; color: var(--dim); }
  .topbar__actions .link-sales { display: none; }
  body.nav-open { overflow: hidden; }
}
@media (max-width: 520px) {
  .topbar__actions .btn--sm { display: none; }
}

/* ---------- banner de consentimento ---------- */
.consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 720px; margin: 0 auto;
  background: rgba(24,24,25,.98); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55); backdrop-filter: blur(16px);
}
.consent__in { display: grid; gap: 14px; }
.consent__text strong { font-family: var(--font-display); font-size: 15.5px; display: block; margin-bottom: 4px; }
.consent__text p { font-size: 13.5px; color: var(--dim); line-height: 1.5; }
.consent__text a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.consent__cats { display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 12px; }
.consent__cat { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.consent__cat input { margin-top: 4px; accent-color: var(--coral); }
.consent__cat b { font-family: var(--font-display); font-weight: 600; font-size: 14px; display: block; }
.consent__cat b em { font-style: normal; font-size: 11px; color: var(--teal); margin-left: 6px; }
.consent__cat small { font-size: 12.5px; color: var(--faint); }
.consent__actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.consent__actions .btn--sm { font-size: 13px; padding: 8px 14px; }
@media (max-width: 560px) { .consent { left: 8px; right: 8px; bottom: 8px; padding: 16px; } .consent__actions .btn { flex: 1; } }

/* ---------- pricing (catálogo da API) ---------- */
.ptoggles { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; }
.ptoggle { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 4px; background: rgba(243,243,243,.03); }
.ptoggle button {
  background: none; border: 0; color: var(--dim); cursor: pointer; font: inherit; font-family: var(--font-display); font-weight: 500; font-size: 14px;
  padding: 8px 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; transition: background .15s, color .15s;
}
.ptoggle button:hover { color: var(--ink); }
.ptoggle button.on { background: var(--ink); color: #151515; }
.ptoggle button em { font-style: normal; font-size: 11.5px; color: var(--teal); font-weight: 600; }
.ptoggle button.on em { color: #0a7b5c; }
.promos:empty { display: none; }
.promo { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 18px; padding: 12px 16px; border: 1px dashed rgba(255,209,102,.45); border-radius: 12px; font-size: 14px; color: var(--dim); background: rgba(255,209,102,.05); }
.promo__kicker { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--amarelo); }
.promo b { color: var(--ink); font-family: 'JetBrains Mono', monospace; }
.pgrid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.pcard { padding: 26px 22px; gap: 12px; }
.pcard__price { flex-wrap: wrap; row-gap: 4px; }
.pcard__amount { font-size: 32px; }
.pcard__save { font-family: var(--font-display); font-size: 11.5px; font-weight: 600; color: var(--teal); background: rgba(6,214,160,.12); border-radius: 999px; padding: 2px 8px; margin-left: 4px; }
.pcard__billnote { min-height: 16px; }
.pcard__billnote:empty { display: none; }
.pcard .btn { font-size: 14px; padding: 11px 16px; }
.pricing__stale, .pricing__test { margin-top: 10px; font-size: 13px; color: var(--amarelo); }
.pricing__stale[hidden], .pricing__test[hidden] { display: none; }
@media (max-width: 1180px) { .pgrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1080px) { .pgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .pgrid { grid-template-columns: 1fr; } .ptoggles { justify-content: center; } }

/* ---------- documentos legais ---------- */
.pagehero--doc { padding-bottom: 30px; }
.pagehero--doc h1 { max-width: 24ch; }
.doc-meta { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--faint); letter-spacing: .03em; }
.doc-badge { display: inline-block; border: 1px solid rgba(255,209,102,.5); color: var(--amarelo); border-radius: 6px; padding: 2px 8px; }
.docsec { padding-top: 30px; }
.doc-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 56px; align-items: start; }
.doc-aside { position: sticky; top: 88px; display: grid; gap: 26px; max-height: calc(100vh - 110px); overflow: auto; }
.doc-aside h4 { font-family: var(--font-display); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); margin-bottom: 10px; }
.doc-toc, .doc-others { display: flex; flex-direction: column; }
.doc-toc a, .doc-others a { font-size: 13.5px; color: var(--dim); padding: 5px 0 5px 12px; border-left: 1px solid var(--line); line-height: 1.4; }
.doc-toc a:hover, .doc-others a:hover { color: var(--ink); border-color: var(--coral); }
.doc-others a[aria-current="page"] { color: var(--ink); border-color: var(--coral); }
.doc { max-width: 78ch; font-size: 16px; line-height: 1.7; color: var(--dim); }
.doc h2 { font-size: clamp(22px, 2.2vw, 28px); color: var(--ink); margin: 48px 0 14px; scroll-margin-top: 90px; letter-spacing: -.015em; }
.doc h3 { font-size: 19px; color: var(--ink); margin: 30px 0 10px; scroll-margin-top: 90px; }
.doc h4 { font-size: 16px; color: var(--ink); margin: 22px 0 8px; font-family: var(--font-display); }
.doc p { margin: 0 0 14px; }
.doc strong { color: var(--ink); font-weight: 600; }
.doc a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(243,243,243,.35); }
.doc a:hover { text-decoration-color: var(--coral); }
.doc ul, .doc ol { margin: 0 0 16px 22px; display: grid; gap: 6px; }
.doc ul { list-style: disc; }
.doc ol { list-style: decimal; }
.doc ul ul, .doc ol ol, .doc ul ol, .doc ol ul { margin-top: 6px; margin-bottom: 0; }
.doc li::marker { color: var(--faint); }
.doc hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
.doc blockquote { border-left: 3px solid var(--coral); padding: 4px 0 4px 18px; margin: 0 0 16px; color: var(--ink); }
.doc code { font-family: 'JetBrains Mono', monospace; font-size: .9em; background: rgba(243,243,243,.07); padding: 1px 6px; border-radius: 5px; }
.doc-table { overflow-x: auto; margin: 0 0 18px; border: 1px solid var(--line); border-radius: 12px; }
.doc table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 520px; }
.doc th, .doc td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc th { font-family: var(--font-display); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--faint); }
.doc tr:last-child td { border-bottom: 0; }
.doc-draft { border: 1px solid rgba(255,209,102,.5); background: rgba(255,209,102,.07); color: var(--ink); border-radius: 12px; padding: 14px 18px; font-size: 14px; margin-bottom: 28px; }
.doc-draft strong { display: block; margin-bottom: 4px; font-family: var(--font-display); }
.legal-todo { background: rgba(255,209,102,.2); color: var(--amarelo); border-radius: 4px; padding: 0 4px; font-size: .92em; }
.doc-placeholder { font-size: 18px; color: var(--ink); }
@media (max-width: 900px) {
  .doc-layout { grid-template-columns: 1fr; gap: 30px; }
  .doc-aside { position: static; max-height: none; }
  .doc-toc { display: none; }
  .doc-others { flex-direction: row; flex-wrap: wrap; gap: 6px; }
  .doc-others a { border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
}

/* ---------- changelog ---------- */
.changelog { padding-top: 20px; }
.rellist { max-width: 860px; display: grid; }
.rel { display: grid; grid-template-columns: 150px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.rel:last-child { border-bottom: 0; }
.rel__meta { display: flex; flex-direction: column; gap: 4px; font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--faint); }
.rel__meta time { color: var(--dim); }
.rel h3 { font-size: 19px; margin-bottom: 10px; }
.rel ul { display: grid; gap: 6px; }
.rel li { font-size: 15px; color: var(--dim); padding-left: 18px; position: relative; line-height: 1.5; }
.rel li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); opacity: .8; }
@media (max-width: 640px) { .rel { grid-template-columns: 1fr; gap: 8px; } .rel__meta { flex-direction: row; gap: 12px; } }

/* ---------- trust ---------- */
.jobtable--plain td:nth-child(2) { color: var(--ink); }
.jobtable--plain td:nth-child(2) strong { color: var(--ink); }
.jobtable--plain td { color: var(--dim); }
.relgrid--docs { grid-template-columns: repeat(5, 1fr); }
.relgrid--docs .relcard { gap: 18px; }
.relgrid--docs h3 { font-size: 17px; }
@media (max-width: 1080px) { .relgrid--docs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .relgrid--docs { grid-template-columns: 1fr 1fr; } }

/* ---------- footer meta com idioma ---------- */
.footer__meta { align-items: center; }

/* ---------- fixes v10.1 ---------- */
[hidden] { display: none !important; }
button.btn { background: transparent; font: inherit; font-family: var(--font-display); cursor: pointer; color: var(--ink); }
.btn--ghost { background: transparent; }
button.btn--primary { background: var(--coral); color: #fff; }
