/* NEX-UX-SISTEMA | Desenvolvimento: Cezar Gustavo Cardoso | Estilo do site institucional com a paleta da marca OneNexum (set/2026). */
:root {
  --navy: #01223f;
  --navy-2: #032c52;
  --navy-3: #06376a;
  --ink: #0b1b33;
  --muted: #5a6b85;
  --line: #dbe4f0;
  --paper: #f4f7fc;
  --white: #ffffff;
  --blue: #1a7cff;       /* "One" do logotipo */
  --blue-deep: #0056fd;  /* base do simbolo */
  --cyan: #2cbafe;       /* topo do simbolo */
  --grad: linear-gradient(160deg, #2cbafe 0%, #1a7cff 45%, #0038e0 100%);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 44px -24px rgba(1, 34, 63, .35);
  --font: "Noto Sans", "Segoe UI", Arial, sans-serif;
  --display: "Poppins", "Segoe UI", Arial, sans-serif;
  --accent: #1a7cff;
  --accent-rgb: 26, 124, 255;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--navy); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); margin: 0; line-height: 1.15; letter-spacing: -.01em; }
em { font-style: normal; color: var(--blue); }
.wrap { width: min(1180px, 100% - 40px); margin: 0 auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 28px;
  padding: 14px max(20px, calc((100% - 1180px) / 2));
  background: rgba(1, 34, 63, .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 9px; }
.wordmark { font-family: var(--display); font-weight: 600; font-size: 22px; color: #fff; letter-spacing: -.01em; }
.wordmark b { font-weight: 600; color: var(--blue); }
.main-nav { display: flex; gap: 24px; margin-left: auto; }
.main-nav a { color: #b8c8df; font-size: 14px; font-weight: 500; transition: color .2s; }
.main-nav a:hover { color: #fff; }
.header-cta {
  padding: 10px 18px; border-radius: 999px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 600;
  transition: background .2s, transform .2s;
}
.header-cta:hover { background: var(--blue-deep); transform: translateY(-1px); }
.nav-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: transparent; cursor: pointer; padding: 0; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; border-radius: 2px; transition: transform .2s; }

/* ---------- Botoes ---------- */
.button {
  display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 24px; border-radius: 999px;
  font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer; font-family: var(--font);
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--grad); color: #fff; box-shadow: 0 12px 30px -14px rgba(26, 124, 255, .8); }
.button.ghost { color: #fff; border-color: rgba(255, 255, 255, .28); }
.button.ghost:hover { border-color: #fff; }
.button.text { color: #b8c8df; padding: 0 8px; }
.button.text:hover { color: #fff; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; color: #fff; padding: 88px 0 96px; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--navy) 0%, rgba(1, 34, 63, .94) 38%, rgba(1, 34, 63, .55) 70%, rgba(1, 34, 63, .75) 100%),
    url("assets/img/escritorio-inteligencia.webp") right center / cover no-repeat;
}
.hero-bg::after { content: ""; position: absolute; inset: auto 0 0 0; height: 120px; background: linear-gradient(transparent, var(--navy)); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 7px 14px; border-radius: 999px; background: rgba(44, 186, 254, .12); border: 1px solid rgba(44, 186, 254, .3); color: #9ddcff; font-size: 13px; font-weight: 600; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.hero h1 { font-size: clamp(38px, 5.6vw, 66px); font-weight: 700; max-width: 12ch; }
.hero h1 em { color: var(--cyan); }
.hero-intro { max-width: 560px; margin: 22px 0 32px; color: #c3d2e8; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-pillars { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 44px 0 0; padding: 0; max-width: 620px; }
.hero-pillars li { padding: 14px 16px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); }
.hero-pillars strong { display: block; font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--cyan); }
.hero-pillars span { display: block; color: #9fb2cd; font-size: 13px; line-height: 1.4; margin-top: 3px; }

/* ---------- Secoes ---------- */
.section { padding: 96px 0; color: #fff; }
.section.light { background: var(--paper); color: var(--ink); }
.section-head { max-width: 760px; margin-bottom: 44px; }
.kicker span { display: inline-block; margin-right: 8px; padding: 2px 8px; border-radius: 999px; background: rgba(44,186,254,.14); }
.light .kicker span { background: rgba(26,124,255,.1); }
.kicker { margin: 0 0 12px; color: var(--cyan); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.light .kicker { color: var(--blue); }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; }
.section-head p:not(.kicker) { margin: 16px 0 0; font-size: 17px; color: #aebfd7; }
.light .section-head p:not(.kicker) { color: var(--muted); }
.tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.section:not(.light) .tag { color: var(--cyan); }

.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.section:not(.light) .card { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .1); box-shadow: none; }
.card h3 { font-size: 21px; font-weight: 600; margin: 10px 0 10px; }
.card p { margin: 0; color: var(--muted); }
.section:not(.light) .card p { color: #aebfd7; }
.card.feature { position: relative; }
.card .num { position: absolute; top: 22px; right: 24px; font-family: var(--display); font-size: 34px; font-weight: 700; color: #e3ecf8; }
.statement { margin: 36px 0 0; padding: 20px 24px; border-radius: var(--radius); background: var(--navy); color: #d6e2f3; font-size: 17px; border-left: 4px solid var(--blue); }
.statement b { color: #fff; }

/* Solucao */
.solution-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: stretch; }
.solution-image { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.1); }
.solution-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-card { padding: 20px; border-radius: var(--radius-sm); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); transition: border-color .2s, transform .2s; }
.mini-card:hover { border-color: rgba(44, 186, 254, .5); transform: translateY(-3px); }
.mini-card h3 { font-size: 18px; font-weight: 600; margin: 8px 0 6px; }
.mini-card p { margin: 0; color: #aebfd7; font-size: 14px; line-height: 1.5; }

/* Produto */
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.module { padding: 22px; border-radius: var(--radius-sm); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.module h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.module h3::before { content: ""; display: block; width: 28px; height: 4px; margin-bottom: 14px; border-radius: 4px; background: var(--grad); }
.module p { margin: 0; color: #aebfd7; font-size: 14px; line-height: 1.5; }
.evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.evidence figure { margin: 0; }
.shot { border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #0a2a4d; aspect-ratio: 16 / 10; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.evidence figcaption { margin-top: 12px; color: #aebfd7; font-size: 14px; }
.evidence figcaption b { display: block; color: #fff; font-family: var(--display); font-weight: 600; font-size: 16px; }
.status { margin-top: 64px; padding: 32px; border-radius: var(--radius); background: var(--navy-2); border: 1px solid rgba(255,255,255,.08); }
.status-head h3 { font-size: 24px; font-weight: 600; margin-bottom: 24px; }
.status-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.status-col h4 { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.status-col h4 i { width: 10px; height: 10px; border-radius: 50%; }
.status-col.done h4 i { background: #2fd28a; }
.status-col.doing h4 i { background: var(--cyan); }
.status-col.next h4 i { background: #ffb547; }
.status-col ul { margin: 0; padding-left: 18px; color: #aebfd7; font-size: 14px; }
.status-col li + li { margin-top: 6px; }

/* Para quem */
.market { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.market .section-head { margin-bottom: 0; }
.segments { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.segments li { padding: 20px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.segments b { display: block; font-family: var(--display); font-size: 18px; font-weight: 600; }
.segments span { color: var(--muted); font-size: 14px; }

/* Historia */
.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; }
.story-side h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; }
.founder { margin-top: 28px; padding: 22px; border-radius: var(--radius); background: var(--navy); color: #d6e2f3; }
.founder span { display: block; color: var(--cyan); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.founder p { margin: 0; font-size: 15px; }
.story-copy p { color: #3c4c66; margin: 0 0 16px; }
.story-copy .lead { font-size: 20px; color: var(--ink); font-weight: 500; }
.story-copy blockquote { margin: 26px 0; padding: 20px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); font-family: var(--display); font-size: 18px; color: var(--ink); }
.signature strong { display: block; font-family: var(--display); font-size: 18px; }
.signature span { color: var(--muted); font-size: 14px; }

/* Investidores */
.invest { background: radial-gradient(90% 70% at 85% 0%, rgba(26,124,255,.22), transparent 60%), var(--navy); }
.invest-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; }
.round, .projection { padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.round-value { display: block; font-family: var(--display); font-size: clamp(28px, 3.4vw, 38px); margin: 10px 0 8px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.round-value small { font-size: .55em; color: #aebfd7; -webkit-text-fill-color: #aebfd7; }
.round > p { margin: 0 0 22px; color: #aebfd7; }
.use { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.use li { display: grid; grid-template-columns: 1fr auto; gap: 6px 12px; font-size: 14px; color: #c3d2e8; }
.use li b { color: #fff; }
.use li i { grid-column: 1 / -1; height: 8px; border-radius: 8px; background: rgba(255,255,255,.08); position: relative; overflow: hidden; }
.use li i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--p); border-radius: 8px; background: var(--grad); }
.projection h3 { font-size: 20px; font-weight: 600; margin-bottom: 20px; }
.proj-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.proj-row div { padding: 18px; border-radius: var(--radius-sm); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.proj-row small { color: var(--cyan); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.proj-row strong { display: block; font-family: var(--display); font-size: 26px; margin: 4px 0; }
.proj-row span, .proj-row em { display: block; font-size: 13px; color: #aebfd7; }
.proj-row em { color: #fff; font-weight: 600; margin-top: 4px; }
.note { margin: 18px 0 0; color: #8196b4; font-size: 13px; }
.roadmap { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 28px 0 0; padding: 0; }
.roadmap li { padding: 22px 24px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.roadmap small { color: var(--cyan); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.roadmap b { display: block; font-family: var(--display); font-size: 18px; font-weight: 600; margin: 4px 0 6px; }
.roadmap span { color: #aebfd7; font-size: 14px; }
.invest-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 26px 28px; border-radius: var(--radius); background: var(--navy-3); }
.invest-cta p { margin: 0; max-width: 640px; color: #d6e2f3; }

/* Contato */
.closing { background: var(--paper); color: var(--ink); }
.closing-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.closing-copy h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; }
.closing-copy > p:not(.kicker) { color: var(--muted); font-size: 17px; }
.closing .kicker { color: var(--blue); }
.contact-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 10px; }
.contact-list li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); font-size: 15px; }
.contact-list span { color: var(--muted); }
.contact-list a, .contact-list b { font-weight: 600; color: var(--ink); text-align: right; word-break: break-word; }
.contact-list a:hover { color: var(--blue); }
.contact-form { padding: 30px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; gap: 16px; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label > span { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: #33445f; }
.contact-form label > span i { color: var(--blue); font-style: normal; margin-left: 2px; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  width: 100%; min-height: 46px; padding: 11px 14px; border-radius: var(--radius-sm); border: 1px solid #cdd8e8; background: #f9fbfe;
  font: inherit; font-size: 15px; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(26,124,255,.15); background: #fff; }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); }
.contact-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); border-radius: 6px; }
.contact-consent span { margin: 0 !important; font-weight: 400 !important; color: var(--muted) !important; font-size: 14px !important; }
.contact-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.contact-call { font-weight: 600; color: var(--blue); }
.contact-feedback { margin: 0; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 14px; }
.contact-feedback.is-ok { background: #e6f8ef; color: #106a3f; }
.contact-feedback.is-error { background: #fdeceb; color: #9b2620; }
.contact-feedback[hidden] { display: none; }
.button:disabled { opacity: .7; cursor: wait; transform: none; }

/* Footer */
.site-footer { padding: 48px 0; color: #aebfd7; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-grid > div > p { margin: 12px 0 0; font-size: 14px; }
.footer-info { text-align: right; font-size: 14px; }
.footer-info p { margin: 0 0 6px; }
.footer-info b { color: #fff; }
.footer-info a:hover { color: #fff; }

/* Demonstracao do app no hero (personalizacao de cor) */
.product-stage { position: relative; }
.stage-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.stage-note span { display: block; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.stage-note strong { font-family: var(--display); font-weight: 600; font-size: 16px; }
.color-picker { display: flex; gap: 10px; padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.color-dot { width: 24px; height: 24px; border-radius: 50%; border: 2px solid transparent; background: var(--dot); cursor: pointer; padding: 0; transition: transform .2s; }
.color-dot:hover { transform: scale(1.12); }
.color-dot.active { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.18); }
.app-window { display: grid; grid-template-columns: 58px 1fr; border-radius: 22px; overflow: hidden; background: #f4f7fc; color: var(--ink); box-shadow: 0 40px 80px -30px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.08); }
.app-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 16px 0; background: var(--navy); }
.app-sidebar img { border-radius: 8px; margin-bottom: 8px; }
.app-sidebar span { width: 22px; height: 6px; border-radius: 6px; background: rgba(255,255,255,.16); }
.app-sidebar .side-active { background: var(--accent); }
.app-sidebar b { margin-top: auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 11px; transition: background .3s; }
.app-content { padding: 18px; display: grid; gap: 12px; min-width: 0; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; }
.app-topbar small, .app-content article small { display: block; color: #6b7c96; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.app-topbar strong { font-family: var(--display); font-size: 16px; }
.app-topbar i { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(var(--accent-rgb), .15); }
.app-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.app-content article { padding: 12px 14px; border-radius: 14px; background: #fff; border: 1px solid var(--line); min-width: 0; }
.app-metrics strong { display: block; font-family: var(--display); font-size: 18px; margin: 2px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-metrics span { color: var(--accent); font-size: 12px; font-weight: 600; transition: color .3s; }
.app-content .app-alert { border-left: 4px solid var(--accent); }
.app-content .app-alert small { color: var(--accent); }
.app-alert strong { display: block; font-size: 14px; margin: 2px 0; }
.app-alert span { color: #6b7c96; font-size: 12px; }
.chart-card > div:first-child b { font-size: 13px; }
.chart { display: flex; align-items: flex-end; gap: 8px; height: 70px; margin-top: 8px; }
.chart span { flex: 1; height: var(--h); border-radius: 6px 6px 3px 3px; background: linear-gradient(180deg, var(--accent), rgba(var(--accent-rgb), .35)); }
.app-bottom { display: flex; justify-content: space-between; padding: 10px 14px; border-radius: 12px; background: rgba(var(--accent-rgb), .1); font-size: 13px; }
.app-bottom b { color: var(--accent); }
.stage-caption { display: flex; align-items: center; gap: 10px; margin: 14px 0 0; color: #9fb2cd; font-size: 13px; }
.stage-caption span { width: 18px; height: 2px; border-radius: 2px; background: var(--cyan); }

/* Historia */
.story-tag { margin: 0 0 8px; color: var(--muted); font-family: var(--display); font-weight: 500; }

/* Diferenciais */
.solution-grid { margin-top: 28px; }
.diff { margin-top: 28px; padding: 26px 28px; border-radius: var(--radius); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); }
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.diff-grid b { display: block; font-family: var(--display); font-weight: 600; font-size: 17px; margin-bottom: 6px; }
.diff-grid span { color: #aebfd7; font-size: 14px; }

/* Ferramenta (secao clara) */
.light .module { background: #fff; border-color: var(--line); box-shadow: var(--shadow); }
.light .module p { color: var(--muted); }
.evidence-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-top: 56px; }
.evidence-head h3 { font-size: 26px; font-weight: 600; }
.evidence-head > p { margin: 0; color: var(--muted); }
.light .shot { border-color: var(--line); background: #fff; box-shadow: var(--shadow); }
.light .evidence figcaption { color: var(--muted); }
.evidence figcaption span { display: block; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.light .evidence figcaption b { color: var(--ink); margin: 2px 0 4px; }
.light .status { background: var(--navy); color: #fff; }

/* Nex */
.nex-system { display: grid; grid-template-columns: 1fr 90px 1fr; align-items: stretch; }
.nex-card { padding: 30px; border-radius: 22px; background: linear-gradient(160deg, rgba(26,124,255,.16), rgba(255,255,255,.03)); border: 1px solid rgba(44,186,254,.25); }
.nex-top { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #8fa5c4; margin-bottom: 26px; }
.nex-top b { color: var(--cyan); }
.nex-label { margin: 0 0 6px; font-family: var(--display); font-weight: 700; font-size: 24px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nex-card h3 { font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.nex-card > p { color: #aebfd7; margin: 0 0 18px; }
.nex-card ul, .adoption ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.nex-card li, .adoption li { padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.nex-bridge { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.nex-bridge span { width: 2px; height: 50px; border-radius: 2px; background: linear-gradient(var(--cyan), transparent); }
.nex-bridge span:last-child { background: linear-gradient(transparent, var(--cyan)); }

/* Modalidades */
.deploy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.deploy article { position: relative; display: flex; flex-direction: column; padding: 30px; border-radius: 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); }
.deploy article.featured { background: linear-gradient(150deg, rgba(26,124,255,.22), rgba(44,186,254,.05)); border-color: rgba(44,186,254,.35); }
.deploy .badge { position: absolute; top: 22px; right: 22px; padding: 5px 12px; border-radius: 999px; background: var(--blue); font-size: 12px; font-weight: 600; }
.deploy h3 { font-size: 22px; font-weight: 600; margin: 8px 0 4px; }
.deploy .lead { margin: 0 0 18px; color: #c3d2e8; }
.deploy ul { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 12px; }
.deploy li { padding-left: 22px; position: relative; }
.deploy li::before { content: ""; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(44,186,254,.15); }
.deploy li b { display: block; font-size: 15px; }
.deploy li span { color: #aebfd7; font-size: 14px; }
.deploy article > a { margin-top: auto; align-self: flex-start; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); font-weight: 600; font-size: 14px; transition: border-color .2s, background .2s; }
.deploy article > a:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.remote { margin-top: 28px; padding: 32px; border-radius: 22px; background: var(--navy-2); border: 1px solid rgba(255,255,255,.08); }
.remote-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; }
.remote-intro h3 { font-size: 24px; font-weight: 600; }
.remote-intro > p { margin: 0; color: #aebfd7; }
.steps { list-style: none; counter-reset: passo; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 28px 0; padding: 0; }
.steps li { counter-increment: passo; padding: 20px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.1); }
.steps li::before { content: "0" counter(passo); display: block; font-family: var(--display); font-weight: 700; color: var(--cyan); margin-bottom: 6px; }
.steps b { display: block; font-size: 16px; }
.steps span { color: #aebfd7; font-size: 14px; }
.adoption { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; margin-bottom: 26px; padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.04); }
.adoption-title span { display: inline-block; padding: 4px 12px; border-radius: 999px; background: var(--grad); font-family: var(--display); font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.adoption-title h3 { font-size: 22px; font-weight: 600; }
.adoption p { margin: 0 0 12px; color: #aebfd7; }
.pricing { margin-top: 28px; }
.deploy-note { margin: 24px 0 0; color: #aebfd7; text-align: center; }
.deploy-note b { color: #fff; }

/* Essencia */
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.values span { padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: 14px; color: var(--ink); }

/* Botao flutuante de suporte */
.floating-support { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px 10px 10px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 600; font-size: 14px; box-shadow: 0 14px 30px -12px rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.14); }
.floating-support i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--grad); font-style: normal; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1080px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 13px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-image { max-height: 360px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .invest-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; gap: 0; margin: 0;
    padding: 8px 20px 18px; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .main-nav a { padding: 12px 4px; font-size: 16px; border-radius: 10px; }
  .site-header.menu-aberto .main-nav { display: flex; }
  .site-header.menu-aberto .nav-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-aberto .nav-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { padding: 56px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-bg { background: linear-gradient(180deg, rgba(1,34,63,.9), var(--navy) 85%), url("assets/img/escritorio-inteligencia.webp") center top / cover no-repeat; }
  .card-grid.three, .status-grid, .roadmap, .deploy, .evidence, .diff-grid, .evidence-head, .remote-intro, .adoption { grid-template-columns: 1fr; }
  .nex-system { grid-template-columns: 1fr; gap: 12px; }
  .nex-bridge { flex-direction: row; }
  .nex-bridge span { width: 50px; height: 2px; }
  .deploy .badge { position: static; align-self: flex-start; margin-bottom: 10px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .market, .story, .closing-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 72px 0; }
  .footer-info { text-align: left; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 32px); }
  .site-header { padding: 12px 16px; }
  .wordmark { font-size: 20px; }
  .hero-pillars { grid-template-columns: 1fr; }
  .solution-cards, .module-grid, .steps, .proj-row, .contact-row { grid-template-columns: 1fr; }
  .contact-form, .round, .projection, .status, .remote, .nex-card, .deploy article { padding: 22px; }
  .stage-top { flex-direction: column; align-items: flex-start; }
  .app-window { grid-template-columns: 44px 1fr; }
  .app-content { padding: 12px; }
  .floating-support span { display: none; }
  .floating-support { padding: 10px; }
  .contact-list li { flex-direction: column; gap: 2px; }
  .contact-list a, .contact-list b { text-align: left; }
  .button { width: 100%; justify-content: center; }
  .contact-actions .button { width: 100%; }
}
