/* ============================================================
   RetailThink — landing institucional
   Tema escuro, um único acento: o vermelho do logo (#fa0000).
   ============================================================ */
/* ---------- Fonte própria ----------
   Plus Jakarta Sans (variável 200–800, licença OFL) servida deste domínio:
   sem requisição ao Google Fonts, sem CSS externo bloqueando a renderização
   e sem envio do IP dos visitantes a terceiros. */
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --brand: #fa0000;
  --brand-700: #c00000;
  --brand-soft: rgba(250, 0, 0, 0.14);
  --brand-glow: rgba(250, 0, 0, 0.55);
  --bg-0: #08080a;
  --bg-1: #0e0e11;
  --bg-2: #141418;
  --fg: #f6f6f7;
  --fg-muted: #b4b4bc;
  --fg-dim: #7f7f89;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);
  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --container: 80rem;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg-0);
  color: var(--fg);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3, h4, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
::selection { background: rgba(250, 0, 0, 0.35); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-1); }
::-webkit-scrollbar-thumb { background: #2a2a30; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #3a3a42; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.container-md { max-width: 72rem; }
.container-sm { max-width: 64rem; }

/* ---------- Ícones (sprite inline) ---------- */
.ic { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.ic-sm { width: 1rem; height: 1rem; }
.ic-xs { width: 0.8rem; height: 0.8rem; stroke-width: 2.5; }
.ic-lg { width: 1.5rem; height: 1.5rem; }

/* ---------- Fundos em camadas ---------- */
.layer { position: absolute; inset: 0; pointer-events: none; }
.bg-aurora { position: relative; isolation: isolate; overflow: hidden; }
.bg-aurora::before, .bg-aurora::after {
  content: "";
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  background:
    radial-gradient(40% 50% at 20% 30%, rgba(250, 0, 0, 0.26), transparent 60%),
    radial-gradient(45% 55% at 80% 20%, rgba(255, 255, 255, 0.07), transparent 60%),
    radial-gradient(45% 60% at 50% 80%, rgba(250, 0, 0, 0.16), transparent 65%);
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}
.bg-aurora::after { inset: auto -10% -30% -10%; height: 60%; opacity: 0.6; }
.bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 80%);
}
.bg-dots { background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px); background-size: 22px 22px; }
.o-60 { opacity: 0.6; } .o-30 { opacity: 0.3; } .o-20 { opacity: 0.2; }

/* ---------- Vidro ---------- */
.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  border: 1px solid var(--line);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.glass-strong {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-weight: 700; font-size: 0.95rem; line-height: 1;
  padding: 0.95rem 1.4rem; border-radius: 999px; border: 0; cursor: pointer; white-space: nowrap;
  transition: transform 0.2s var(--ease), background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-primary {
  background: linear-gradient(135deg, #ff2a2a 0%, var(--brand) 55%, var(--brand-700) 100%);
  color: #fff;
  box-shadow: 0 10px 30px -10px var(--brand-glow), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 14px 40px -12px rgba(250, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: rgba(255, 255, 255, 0.04); color: var(--fg); border: 1px solid var(--line-strong); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.22); transform: translateY(-1px); }
.btn-sm { padding: 0.7rem 1.1rem; font-size: 0.875rem; }
.btn-lg { padding: 1.1rem 1.6rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(250, 0, 0, 0.4), 0 10px 30px -10px var(--brand-glow); }

/* ---------- Tipografia ---------- */
.eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brand); }
.eyebrow-dim { color: var(--fg-dim); }
.text-gradient {
  background: linear-gradient(90deg, #ff7a7a 0%, var(--brand) 45%, #ff4747 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.white { color: #fff; }
.muted { color: var(--fg-muted); }
.dim { color: var(--fg-dim); }
.b { font-weight: 700; }
.h1 { font-size: clamp(2.4rem, 6.4vw, 4.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: #fff; margin-bottom: 1.75rem; }
.h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; color: #fff; }
.h3 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; color: #fff; }
.lead { font-size: 1.05rem; line-height: 1.7; color: var(--fg-muted); }
.underline-wrap { position: relative; display: inline-block; }
.underline-wrap svg { position: absolute; left: 0; bottom: -0.5rem; width: 100%; height: 0.75rem; color: rgba(250, 0, 0, 0.7); }

.section { position: relative; padding: 6rem 0; }
.section-head { text-align: center; max-width: 48rem; margin: 0 auto 3.5rem; }
.section-head .eyebrow { margin-bottom: 0.75rem; }
.section-head .lead { margin-top: 1.25rem; }
.divider-glow { height: 1px; background: linear-gradient(90deg, transparent, rgba(250, 0, 0, 0.6), transparent); }

/* ---------- Header flutuante ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; }
.header-inner { margin: 0.75rem auto 0; max-width: var(--container); padding: 0 0.75rem; }
.header-bar { border-radius: 1rem; padding: 0.6rem 0.75rem 0.6rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s; }
.header.is-scrolled .header-bar { background: rgba(12, 12, 14, 0.88); border-color: rgba(255, 255, 255, 0.12); box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.6); }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { height: 2.1rem; width: auto; }
.nav { display: none; align-items: center; gap: 1.75rem; font-size: 0.9rem; color: var(--fg-muted); }
.nav a { transition: color 0.2s; }
.nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 0.5rem; }
.nav-toggle { display: inline-flex; width: 2.5rem; height: 2.5rem; align-items: center; justify-content: center; border-radius: 0.75rem; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-strong); cursor: pointer; padding: 0; }
.nav-toggle .ic-x { display: none; }
.header.menu-open .nav-toggle .ic-x { display: block; }
.header.menu-open .nav-toggle .ic-menu { display: none; }
.mobile-nav { display: none; margin-top: 0.5rem; border-radius: 1rem; padding: 0.5rem; flex-direction: column; background: rgba(12, 12, 14, 0.96); }
.header.menu-open .mobile-nav { display: flex; }
.mobile-nav a { padding: 0.8rem 1rem; border-radius: 0.75rem; font-weight: 600; color: var(--fg-muted); }
.mobile-nav a:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.hide-sm { display: none; }
.only-sm { display: inline; }

/* ---------- Hero ---------- */
.hero { padding-top: 9rem; padding-bottom: 0; }
.hero-content { text-align: center; max-width: 64rem; margin: 0 auto; }
.badge { display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 999px; padding: 0.4rem 1rem; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.02em; color: var(--fg-muted); margin-bottom: 1.75rem; }
.badge .dot { width: 0.5rem; height: 0.5rem; border-radius: 999px; background: var(--brand); box-shadow: 0 0 12px var(--brand); }
.hero .lead { max-width: 46rem; margin: 0 auto 2.5rem; }
.hero-cta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 3rem; }
.hero-cta .btn { width: 100%; }
.checks { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem 1.5rem; font-size: 0.8rem; color: var(--fg-dim); }
.checks span { display: inline-flex; align-items: center; gap: 0.5rem; }
.checks .ic { color: var(--brand); }
.checks .sep { display: none; width: 4px; height: 4px; border-radius: 999px; background: rgba(255, 255, 255, 0.2); }
.deco { position: absolute; pointer-events: none; }
.deco-ring { top: 8rem; right: 8%; width: 2.5rem; height: 2.5rem; border-radius: 999px; border: 1px solid rgba(250, 0, 0, 0.4); }
.deco-square { bottom: 6rem; left: 10%; width: 1.5rem; height: 1.5rem; border-radius: 0.25rem; background: rgba(250, 0, 0, 0.25); transform: rotate(45deg); }
.deco-dot { top: 50%; left: 5%; width: 0.75rem; height: 0.75rem; border-radius: 999px; background: rgba(250, 0, 0, 0.6); }
.float-slow { animation: float-y 9s ease-in-out infinite; }
@keyframes float-y { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

/* Palco do hero: os dois produtos lado a lado */
.stage { position: relative; max-width: 72rem; margin: 4rem auto 0; padding: 0 1.5rem; }
.stage-panel { position: relative; border-radius: 1.5rem; padding: 0.5rem; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6); }
.stage-glow { position: absolute; inset: -1px; border-radius: 1.5rem; background: linear-gradient(90deg, rgba(250, 0, 0, 0.35), transparent 50%, rgba(250, 0, 0, 0.25)); filter: blur(24px); opacity: 0.5; pointer-events: none; }
.stage-grid { position: relative; display: grid; grid-template-columns: 1fr; border-radius: 1.1rem; overflow: hidden; background: #0c0c0f; border: 1px solid var(--line); }
.product-card { position: relative; padding: 1.75rem; background: radial-gradient(60% 80% at 100% 0%, rgba(250, 0, 0, 0.12), transparent 60%), #0f0f13; }
.product-card + .product-card { border-top: 1px solid var(--line); }
.product-card .plogo { height: 1.9rem; width: auto; margin-bottom: 1.25rem; }
.product-card .ptag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.5rem; }
.product-card h2 { font-size: 1.25rem; font-weight: 800; color: #fff; letter-spacing: -0.01em; margin-bottom: 0.5rem; }
.product-card p { color: var(--fg-muted); font-size: 0.95rem; margin-bottom: 1.1rem; }
.product-card .more { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.25rem; font-size: 0.875rem; font-weight: 700; color: #fff; }
.product-card .more .ic { width: 1rem; height: 1rem; color: var(--brand); transition: transform 0.2s; }
.product-card .more:hover .ic { transform: translateY(2px); }
.stage-mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 3.25rem; height: 3.25rem; border-radius: 999px; background: #0c0c0f; border: 1px solid var(--line-strong); display: none; align-items: center; justify-content: center; z-index: 2; box-shadow: 0 0 0 6px #0c0c0f, 0 0 30px rgba(250, 0, 0, 0.35); }
.stage-mark img { width: 1.7rem; height: auto; }
.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip { display: inline-flex; align-items: center; gap: 0.4rem; border-radius: 999px; padding: 0.35rem 0.7rem; font-size: 0.75rem; font-weight: 600; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); color: var(--fg-muted); white-space: nowrap; }
.chip .ic { width: 0.85rem; height: 0.85rem; color: var(--brand); }

/* ---------- Faixa de clientes / marquee ---------- */
.strip { padding: 3.5rem 0; border-top: 1px solid rgba(255, 255, 255, 0.05); border-bottom: 1px solid rgba(255, 255, 255, 0.05); background: rgba(14, 14, 17, 0.6); }
.strip p { text-align: center; color: var(--fg-muted); margin-bottom: 2rem; font-size: 1rem; }
.marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 1rem; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
/* Logos dos clientes em cores, sobre placas brancas (legíveis no tema escuro) */
.marquee-track .logo { display: flex; align-items: center; justify-content: center; flex-shrink: 0; height: 4.25rem; padding: 0 1.5rem; background: #fff; border-radius: 0.9rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.marquee-track .logo:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
.marquee-track img { height: 2.1rem; width: auto; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pills .marquee-track { gap: 0; animation-duration: 44s; }
.pill { display: flex; align-items: center; gap: 0.75rem; margin: 0 0.6rem; padding: 0.7rem 1.2rem; border-radius: 999px; }
.pill-ic { width: 2rem; height: 2rem; border-radius: 0.5rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; color: var(--brand); flex-shrink: 0; }
.pill-ic .ic { width: 1rem; height: 1rem; }
.pill span { font-size: 0.875rem; color: #fff; white-space: nowrap; }

/* ---------- Cards (por quê) ---------- */
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.card { border-radius: 1rem; padding: 1.75rem; transition: background-color 0.2s, border-color 0.2s; }
.card:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.15); }
.card-ic { width: 3rem; height: 3rem; border-radius: 0.75rem; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; flex-shrink: 0; transition: background-color 0.2s, color 0.2s; }
.card:hover .card-ic { background: var(--brand); color: #fff; }
.card h3 { font-size: 1.1rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin-bottom: 0.6rem; }
.card p { font-size: 0.9rem; line-height: 1.6; color: var(--fg-muted); }

/* ---------- Blocos de produto ---------- */
.product { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; scroll-margin-top: 6rem; }
.product + .product { margin-top: 6rem; }
.product-copy .plogo { height: 2.1rem; width: auto; margin-bottom: 1.5rem; }
.eyebrow-row { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
.eyebrow-row .card-ic { width: 2.75rem; height: 2.75rem; margin: 0; }
.eyebrow-row .eyebrow { font-size: 0.7rem; letter-spacing: 0.18em; }
.product-copy h3 { margin-bottom: 1rem; }
.product-copy .lead { margin-bottom: 1.5rem; font-size: 1rem; }
.bullets { display: grid; gap: 0.65rem; margin-bottom: 1.75rem; }
.bullets li { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.9rem; color: var(--fg-muted); }
.tick { margin-top: 0.15rem; width: 1.25rem; height: 1.25rem; border-radius: 999px; background: rgba(250, 0, 0, 0.2); color: var(--brand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.product-modules { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.product-modules .label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 0.75rem; }

/* ---------- Moldura de navegador + anotações ---------- */
.browser { position: relative; width: 100%; }
.browser-frame { border-radius: 1rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); background: #0c0c0f; box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.7); }
.browser-bar { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1rem; background: #111114; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.browser-bar i { width: 0.6rem; height: 0.6rem; border-radius: 999px; background: #3a3a42; display: block; }
.browser-bar i:first-child { background: var(--brand); }
.browser-url { flex: 1; margin: 0 0.75rem; padding: 0.25rem 0.75rem; border-radius: 0.4rem; background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(255, 255, 255, 0.04); font-size: 0.7rem; color: var(--fg-dim); text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.annot { position: absolute; pointer-events: none; z-index: 3; }
.annot-in { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.75rem; border-radius: 0.75rem; background: rgba(14, 14, 17, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6); font-size: 0.75rem; font-weight: 700; color: #fff; white-space: nowrap; }
.annot-in .ic { width: 1rem; height: 1rem; color: var(--brand); }
.annot.tl { top: 1.5rem; left: 0.75rem; }
.annot.tr { top: 1.5rem; right: 0.75rem; }
.annot.bl { bottom: 1.5rem; left: 0.75rem; }
.annot.br { bottom: 1.5rem; right: 0.75rem; }

/* Mockups em HTML (paleta clara do painel, acento vermelho) */
.pm {
  --pm-bg: #f6f6f8; --pm-card: #fff; --pm-line: #e6e6ea; --pm-text: #141416; --pm-muted: #6b6b74; --pm-dim: #9a9aa4;
  --pm-brand: #d40000; --pm-brand-soft: #ffe9e9; --pm-sidebar: #1b1b1f;
  background: radial-gradient(#dcdce3 1px, transparent 1px) 0 0 / 16px 16px, var(--pm-bg);
  color: var(--pm-text); font-size: 11px; line-height: 1.35; letter-spacing: 0.005em;
  display: flex; min-height: 420px;
}
.pm-sidebar { width: 150px; flex-shrink: 0; background: var(--pm-sidebar); color: #d6d6dc; padding: 0.6rem; display: none; flex-direction: column; gap: 0.1rem; }
.pm-logo { height: 2.1rem; display: flex; align-items: center; justify-content: center; border-radius: 0.6rem; background: rgba(255, 255, 255, 0.07); margin-bottom: 0.5rem; }
.pm-logo img { height: 0.95rem; width: auto; }
.pm-group { font-size: 8px; letter-spacing: 0.12em; text-transform: uppercase; color: #8a8a94; padding: 0.55rem 0.55rem 0.2rem; }
.pm-nav { display: flex; align-items: center; gap: 0.45rem; padding: 0.38rem 0.55rem; border-radius: 0.45rem; font-size: 10px; color: #cfcfd6; }
.pm-nav .ic { width: 0.8rem; height: 0.8rem; stroke-width: 1.8; }
.pm-nav.is-active { background: var(--pm-brand); color: #fff; font-weight: 700; }
.pm-badge { margin-left: auto; background: var(--pm-brand); color: #fff; border-radius: 999px; padding: 0 0.35rem; font-size: 8px; font-weight: 700; }
.pm-main { flex: 1; min-width: 0; padding: 0.9rem; display: flex; flex-direction: column; gap: 0.7rem; }
.pm-top { display: flex; align-items: center; gap: 0.5rem; }
.pm-search { display: flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.6rem; flex: 1; max-width: 240px; color: var(--pm-dim); }
.pm-search .ic { width: 0.75rem; height: 0.75rem; }
.pm-kbd { margin-left: auto; border: 1px solid var(--pm-line); border-radius: 3px; padding: 0 0.3rem; font-size: 8px; }
.pm-avatar { width: 22px; height: 22px; border-radius: 999px; background: var(--pm-brand); color: #fff; font-size: 9px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; margin-left: auto; flex-shrink: 0; }
.pm-title { font-size: 13px; font-weight: 800; display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.pm-sub { color: var(--pm-muted); }
.pm-card { background: var(--pm-card); border: 1px solid var(--pm-line); border-radius: 0.6rem; }
.pm-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
.pm-kpi { padding: 0.6rem; }
.pm-kpi .k { display: flex; justify-content: space-between; color: var(--pm-muted); }
.pm-kpi .k .ic { width: 0.75rem; height: 0.75rem; }
.pm-kpi .v { font-size: 16px; font-weight: 800; margin-top: 0.15rem; }
.pm-kpi .h { color: var(--pm-dim); font-size: 9.5px; }
.pm-two { display: grid; grid-template-columns: 1fr; gap: 0.6rem; }
.pm-head { display: flex; align-items: center; justify-content: space-between; padding: 0.55rem 0.65rem; border-bottom: 1px solid var(--pm-line); font-weight: 700; }
.pm-row { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.65rem; border-top: 1px solid var(--pm-line); }
.pm-row:first-child { border-top: 0; }
.pm-th { color: var(--pm-dim); font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.pm-chip { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.15rem 0.5rem; border-radius: 999px; font-size: 9.5px; font-weight: 700; border: 1px solid var(--pm-line); background: #fff; color: var(--pm-muted); white-space: nowrap; }
.pm-chip-brand { background: var(--pm-brand-soft); border-color: transparent; color: var(--pm-brand); }
.pm-chip-dark { background: var(--pm-text); border-color: transparent; color: #fff; }
.pm-bar { height: 5px; border-radius: 999px; background: #e9e9ee; overflow: hidden; width: 100%; }
.pm-bar span { display: block; height: 100%; background: var(--pm-brand); border-radius: inherit; }
.pm-btn { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.3rem 0.65rem; border-radius: 999px; font-size: 9.5px; font-weight: 700; background: var(--pm-brand); color: #fff; }
.pm-muted { color: var(--pm-muted); }
.pm-dim { color: var(--pm-dim); }
.pm-b { font-weight: 700; }
.pm-grow { flex: 1; min-width: 0; }
.pm-right { margin-left: auto; }
.pm-w { width: 92px; flex-shrink: 0; }
.pm-w-sm { width: 60px; flex-shrink: 0; }
.pm-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pm-timeline { padding: 0.6rem 0.65rem; display: grid; gap: 0.55rem; }
.pm-tl { display: flex; gap: 0.5rem; }
.pm-tl i { width: 0.5rem; height: 0.5rem; border-radius: 999px; background: var(--pm-brand); margin-top: 0.3rem; flex-shrink: 0; }
.pm-tl i.off { background: #c9c9d1; }
.pm-actions { padding: 0.35rem 0; }
.pm-action { display: flex; gap: 0.5rem; align-items: flex-start; padding: 0.45rem 0.65rem; }
.pm-action .ic { width: 0.85rem; height: 0.85rem; color: var(--pm-brand); margin-top: 0.1rem; }

/* ---------- Sobre ---------- */
.about { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
.about .lead { margin-top: 1.25rem; }
.about .lead + .lead { margin-top: 1rem; }
.about .cta-row { margin-top: 2rem; }
.facts { display: grid; gap: 1rem; }
.fact { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 1.5rem; border-radius: 1rem; }
.fact .card-ic { width: 2.5rem; height: 2.5rem; margin: 0; }
.fact h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.fact p { font-size: 0.875rem; color: var(--fg-muted); }

/* ---------- Contato ---------- */
.contact-panel { position: relative; overflow: hidden; border-radius: 1.5rem; padding: 2rem; }
.contact-glow { position: absolute; width: 20rem; height: 20rem; border-radius: 999px; background: rgba(250, 0, 0, 0.18); filter: blur(60px); pointer-events: none; }
.contact-glow.a { top: -6rem; left: -6rem; }
.contact-glow.b { bottom: -6rem; right: -6rem; background: rgba(255, 255, 255, 0.06); }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.contact-copy .eyebrow { margin-bottom: 1rem; }
.contact-copy .h2 { margin-bottom: 1.25rem; }
.contact-copy .lead { margin-bottom: 2rem; }
.contact-alt { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.contact-alt a { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1rem; border-radius: 999px; font-size: 0.875rem; font-weight: 600; color: var(--fg); background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-strong); transition: background-color 0.2s; }
.contact-alt a:hover { background: rgba(255, 255, 255, 0.08); }
.contact-alt .ic { width: 1rem; height: 1rem; color: var(--brand); }
.form { border-radius: 1rem; padding: 1.5rem; }
.form h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 0.25rem; }
.form .hint { font-size: 0.875rem; color: var(--fg-dim); margin-bottom: 1.25rem; }
.form-fields { display: grid; gap: 0.9rem; }
.form label { display: block; font-size: 0.75rem; font-weight: 500; color: var(--fg-muted); margin-bottom: 0.35rem; }
.field { width: 100%; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--line-strong); border-radius: 0.75rem; padding: 0.85rem 1rem; color: var(--fg); font-size: 0.95rem; transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; appearance: none; }
.field::placeholder { color: var(--fg-dim); }
.field:hover { background: rgba(255, 255, 255, 0.06); }
.field:focus { outline: none; border-color: var(--brand); background: rgba(255, 255, 255, 0.06); box-shadow: 0 0 0 4px rgba(250, 0, 0, 0.18); }
select.field { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b4b4bc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
select.field option { background: #141418; color: var(--fg); }
.form .btn { margin-top: 1.5rem; }
.form .legal { margin-top: 1rem; font-size: 0.7rem; color: var(--fg-dim); text-align: center; line-height: 1.5; }

/* ---------- Rodapé ---------- */
.footer { border-top: 1px solid rgba(255, 255, 255, 0.05); background: var(--bg-1); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; padding: 3.5rem 0; }
.flogo { height: 2.4rem; width: auto; margin-bottom: 1.25rem; }
.footer p { font-size: 0.875rem; color: var(--fg-muted); max-width: 28rem; line-height: 1.65; }
.footer h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; margin-bottom: 1rem; }
.footer ul { display: grid; gap: 0.6rem; font-size: 0.875rem; }
.footer ul a { color: var(--fg-muted); transition: color 0.2s; }
.footer ul a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); padding: 1.5rem 0; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; text-align: center; }
.footer-bottom p { font-size: 0.75rem; color: var(--fg-dim); max-width: none; }
.footer-bottom .tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-dim); }

/* ---------- Revelação no scroll ---------- */
[data-anim] { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); will-change: transform, opacity; }
[data-anim].in { opacity: 1; transform: none; }
[data-anim-group] > * { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
[data-anim-group].in > * { opacity: 1; transform: none; }
.no-js [data-anim], .no-js [data-anim-group] > * { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-anim], [data-anim-group] > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track, .float-slow { animation: none !important; }
}

/* ---------- Breakpoints ---------- */
@media (min-width: 640px) {
  .hide-sm { display: inline; }
  .only-sm { display: none; }
  .header-inner { padding: 0 1.5rem; }
  .brand img { height: 2.4rem; }
  .lead { font-size: 1.125rem; }
  .section { padding: 7rem 0; }
  .hero { padding-top: 10rem; }
  .hero .lead { font-size: 1.2rem; }
  .hero-cta { flex-direction: row; gap: 1rem; }
  .hero-cta .btn { width: auto; }
  .checks { font-size: 0.875rem; }
  .checks .sep { display: inline-block; }
  .stage-panel { padding: 0.75rem; }
  .product-card { padding: 2.25rem; }
  .product-card .plogo { height: 2.1rem; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .product + .product { margin-top: 7rem; }
  .product-copy .lead { font-size: 1.06rem; }
  .bullets li { font-size: 0.95rem; }
  .annot-in { font-size: 0.85rem; }
  .annot.tl, .annot.bl { left: -0.75rem; }
  .annot.tr, .annot.br { right: -0.75rem; }
  .pm-sidebar { display: flex; }
  .pm-kpis { grid-template-columns: repeat(4, 1fr); }
  .pm-two { grid-template-columns: 3fr 2fr; }
  .contact-panel { padding: 3rem; }
  .form { padding: 1.75rem; }
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}
@media (min-width: 768px) {
  .hero .lead { font-size: 1.25rem; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}
@media (min-width: 900px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .header.menu-open .mobile-nav { display: none; }
  .stage-grid { grid-template-columns: 1fr 1fr; }
  .product-card + .product-card { border-top: 0; border-left: 1px solid var(--line); }
  .stage-mark { display: flex; }
}
@media (min-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
  .product { grid-template-columns: 5fr 7fr; gap: 3.5rem; }
  .product.reverse .product-copy { order: 2; }
  .product.reverse .product-visual { order: 1; }
  .about { grid-template-columns: 1.1fr 0.9fr; gap: 4rem; }
  .contact-panel { padding: 3.5rem; }
  .contact-grid { grid-template-columns: 3fr 2fr; gap: 3.5rem; }
}

/* ---------- Página 404 ---------- */
.error-page { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.error-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1.25rem; padding: 4rem 1.5rem; }
.error-inner .brand img { height: 2.4rem; width: auto; margin-bottom: 1.5rem; }
.error-inner .lead { max-width: 34rem; }
.error-inner .cta-row { justify-content: center; }
