/* ==========================================================================
   DK Social — site institucional
   Linguagem visual: tema escuro, display Space Grotesk com espaçamento
   negativo, apoio em Manrope pequeno, bordas de 1px translúcidas.
   Paleta da marca: roxo #ae77ff -> magenta #d63dff -> rosa #dd2a7b. Sem azul.
   ========================================================================== */

:root {
  color-scheme: dark;
  --bg: #08060f;
  --bg-soft: #0c0a16;
  --panel: #12101d;
  --panel-2: #0e0c18;
  --line: #a892d224;
  --line-strong: #b18aff3a;
  --text: #f2eff8;
  --muted: #a49bb4;
  --muted-2: #8e85a1;
  --purple: #ae77ff;
  --magenta: #d63dff;
  --pink: #ff5fa2;
  --brand: linear-gradient(100deg, #ae77ff, #cf5ae8 45%, #ff5fa2 95%);
  --font: 'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Space Grotesk', 'Manrope', ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 14px/1.7 var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 900px;
  pointer-events: none;
  background: radial-gradient(ellipse at 82% 20%, #2a1240aa, transparent 55%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--purple); outline-offset: 5px; }

svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; line-height: 1.14; }
h1 { font-size: clamp(44px, 4.7vw, 68px); letter-spacing: -3.4px; }
h2 { font-size: clamp(31px, 3.2vw, 44px); letter-spacing: -1.8px; }
h3 { font-size: 23px; letter-spacing: -0.65px; }
p { color: var(--muted); }

.container { max-width: 1240px; padding: 0 36px; margin: auto; }
.section { padding-top: 104px; padding-bottom: 104px; }
.gradient-text { background: var(--brand); background-clip: text; -webkit-background-clip: text; color: transparent; }

/* --------------------------------------------------------- micro-elementos */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #cba6ff; text-transform: uppercase; }
.section-index { color: #8b7ba0; margin-right: 6px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 12px #d63dff77; flex-shrink: 0; }
.pill { padding: 7px 13px; border: 1px solid #b18aff33; border-radius: 30px; background: #b18aff0a; letter-spacing: 0.8px; font-size: 10px; margin-bottom: 24px; }
.tag { font-size: 7px; letter-spacing: 1px; color: #c3a3e8; text-transform: uppercase; }
.card-number { color: #877598; font: 12px var(--display); }
.muted { color: var(--muted-2); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 49px; padding: 0 20px; border-radius: 8px; font-size: 12px; font-weight: 700; white-space: nowrap; transition: transform 0.2s, background 0.2s, box-shadow 0.2s; }
.button:hover { transform: translateY(-3px); }
.primary { background: var(--brand); color: #fff; border: 1px solid #d79bff45; box-shadow: inset 0 1px 0 #ffffff33, 0 5px 24px #a63de525; }
.primary:hover { box-shadow: 0 8px 32px #c44ae055; }
.secondary { border: 1px solid #ffffff1b; background: #ffffff05; }
.secondary:hover { background: #ffffff0d; }
.button.small { min-height: 38px; padding: 0 15px; font-size: 11px; }
.button svg { width: 17px; height: 17px; }

.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; color: #d3aaff; }
.text-link:hover { color: #f0dcff; }
.text-link svg { width: 16px; height: 16px; }

.check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; font-size: 11px; color: #b7aec6; }
.check-list li { position: relative; padding-left: 23px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--purple); }
.check-list b { color: #e8dff5; font-weight: 700; }

/* ------------------------------------------------------------------ header */
.site-header { position: sticky; top: 0; z-index: 50; background: #08060fdc; backdrop-filter: blur(18px); border-bottom: 1px solid #ffffff0a; }
.nav { display: flex; height: 81px; align-items: center; gap: 25px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; font-family: var(--display); font-size: 18px; letter-spacing: -0.8px; }
.brand img { width: 30px; height: 30px; border-radius: 8px; }
.brand b { font-weight: 700; background: var(--brand); background-clip: text; -webkit-background-clip: text; color: transparent; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-size: 11px; color: #b3aec2; }
.nav-links a:hover { color: #fff; }

/* -------------------------------------------------------------------- hero */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); align-items: center; gap: 40px; min-height: 620px; padding-top: 72px; isolation: isolate; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: 0.16; background-image: linear-gradient(#7b60a533 1px, transparent 1px), linear-gradient(90deg, #7b60a533 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent 22%, black 62%, transparent); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 46px; }
.hero h1 { margin-bottom: 24px; }
.hero-description { font-size: 14px; line-height: 1.95; margin-bottom: 30px; max-width: 520px; }
.actions { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }
.hero-notes { display: flex; gap: 22px; margin-top: 24px; font-size: 10px; color: #9a92ae; flex-wrap: wrap; }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes svg { width: 13px; height: 13px; color: #b992ea; }

/* captura real da extensão no topo (sangra para a direita) */
.hero-shot { position: relative; min-width: 0; }
.hero-shot::before {
  content: '';
  position: absolute; inset: -12% -18% -18% -8%;
  background: radial-gradient(ellipse at 55% 45%, #8a33d055, transparent 68%), radial-gradient(ellipse at 80% 80%, #d63dff2e, transparent 60%);
  filter: blur(12px);
  z-index: -1;
}
.shot {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #b18aff33;
  border-radius: 20px;
  background: #0f0c1a;
  box-shadow: 0 40px 90px #000000a6, inset 0 1px 0 #ffffff12;
  overflow: hidden;
}
.shot img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: inherit; }
.shot-caption { margin-top: 14px; font-size: 9px; letter-spacing: 1px; color: #8d83a0; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }

.hero-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0 26px; margin-top: 16px; border-top: 1px solid #ffffff0d; font-size: 8px; letter-spacing: 1.5px; color: #8d83a0; text-transform: uppercase; }

/* ------------------------------------------------------------ capacidades */
.capabilities { border-block: 1px solid var(--line); background: #100d1c66; }
.capabilities > .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 84px; flex-wrap: wrap; }
.capabilities span { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #b3aec3; white-space: nowrap; }
.capabilities svg { width: 18px; color: #b792e0; }
.capabilities i { width: 3px; height: 3px; border-radius: 50%; background: #4c4358; }

/* ---------------------------------------------------------------- títulos */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2, .center-heading h2 { margin-top: 16px; }
.section-heading > p { font-size: 12px; line-height: 1.9; padding-bottom: 4px; max-width: 420px; }
.center-heading { text-align: center; }
.center-heading p { margin-top: 18px; font-size: 13px; }

/* ------------------------------------------------------------------ bento */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #151122, #0e0c18); transition: border-color 0.25s, transform 0.25s; }
.feature-card:hover { border-color: #a97bdd55; transform: translateY(-3px); }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 21px; }
.feature-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: #a860ff14; border: 1px solid #b47bf126; color: #c28af7; flex-shrink: 0; }
.feature-icon.pink { background: #ff5fa214; border-color: #ff5fa229; color: #ff8cbb; }
.feature-card p { margin-top: 12px; font-size: 12px; line-height: 1.85; }
.feature-card .text-link { margin-top: 20px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; font-size: 9px; color: #ab9cc4; }
.card-foot svg { width: 15px; }
a.card-foot { text-decoration: none; color: #c9a8f5; transition: color .2s; }
a.card-foot:hover { color: #fff; }

.tall-card { grid-row: span 2; background: radial-gradient(ellipse at 0 100%, #4a1f7a44, transparent 75%), linear-gradient(135deg, #181327, #0f0d1b); }
.tall-card h3 { font-size: 29px; }
.wide-card { grid-column: span 2; min-height: 258px; padding-right: 47%; }
.wide-card .card-number { position: absolute; right: 24px; top: 27px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
.chips span { padding: 4px 8px; font-size: 8px; border-radius: 5px; border: 1px solid #a77ee229; background: #a77ee20d; color: #c9a8f5; }
.chips span.alt { color: #ff9cc4; border-color: #ff5fa229; background: #ff5fa20d; }

/* mini conversa dentro do card alto */
.mini-chat { margin: 32px -7px -8px; padding: 16px 13px; border: 1px solid #ffffff0d; border-radius: 10px; background: #0a08139c; }
.chat-person { display: flex; align-items: center; gap: 9px; padding-bottom: 14px; border-bottom: 1px solid #ffffff0c; font-size: 10px; }
.avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 9px; font-weight: 700; flex-shrink: 0; }
.chat-person small { display: block; font-size: 8px; color: #a79cba; }
.time { margin-left: auto; font-size: 8px; color: #a79cba; }
.mini-message { margin-top: 18px; padding: 12px; border-radius: 0 9px 9px; background: #221e30; font-size: 10px; max-width: 95%; animation: message-in 0.4s ease-out; }
.mini-response { margin: 15px 0 0 18px; padding: 14px 11px; border: 1px solid #b183e026; border-radius: 9px 0 9px 9px; background: linear-gradient(135deg, #4a2a6b55, #6a2a5055); font-size: 10px; line-height: 1.8; }
.mini-response > span { display: block; margin-bottom: 7px; font-size: 7px; letter-spacing: 0.9px; color: #d3a6ff; text-transform: uppercase; }
.mini-actions { display: flex; gap: 6px; margin-top: 12px; flex-wrap: wrap; }
.mini-actions b { padding: 5px 9px; border-radius: 20px; font-size: 8px; font-weight: 600; border: 1px solid #b183e03d; color: #d5b3f8; }
.mini-actions b.on { background: var(--brand); border-color: transparent; color: #fff; }
.mock-note { margin-top: 16px; text-align: center; font-size: 7px; letter-spacing: 0.6px; color: #9b90ab; text-transform: uppercase; }

/* mini funil */
.mini-flow { position: absolute; right: 26px; top: 62px; width: 44%; display: flex; flex-direction: column; align-items: center; }
.flow-node { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 12px; border: 1px solid #8b7fb42e; border-radius: 7px; background: #16121f; font-size: 8px; }
.flow-node.lit { border-color: #d08cff; box-shadow: 0 0 25px #a13df03d; color: #eddcff; }
.flow-connector { width: 1px; height: 22px; background: #7a63a860; }
.flow-branches { position: relative; display: flex; gap: 14px; padding-top: 28px; }
.flow-branches::before { content: ''; position: absolute; top: 13px; left: 22%; right: 22%; height: 14px; border: 1px solid #7a63a855; border-bottom: 0; border-radius: 6px 6px 0 0; }
.flow-branches::after { content: ''; position: absolute; top: 0; left: 50%; height: 13px; border-left: 1px solid #7a63a855; }
.flow-branches .flow-node { font-size: 7px; }

/* mini kanban */
.mini-kanban { position: absolute; right: 22px; top: 86px; width: 45%; display: flex; gap: 9px; transform: perspective(700px) rotateY(-10deg) rotateZ(-3deg); }
.mini-kanban > div { flex: 1; min-height: 124px; padding: 9px 7px; border: 1px solid #ffffff0d; border-radius: 6px; background: #16131f; }
.mini-kanban > div > span { display: flex; align-items: center; gap: 4px; font-size: 6px; color: #b7a8d6; white-space: nowrap; }
.mini-kanban span i { width: 4px; height: 4px; border-radius: 50%; background: #c07efd; }
.mini-kanban > div:nth-child(2) span i { background: #ff5fa2; }
.mini-kanban > div:nth-child(3) span i { background: #6ac4b5; }
.mini-kanban b { display: block; margin-top: 8px; padding: 9px 6px; border: 1px solid #ffffff0a; border-radius: 4px; background: #262135; }
.mini-kanban b i, .mini-kanban b em { display: block; width: 80%; height: 3px; border-radius: 3px; background: #6a6382; }
.mini-kanban b em { width: 52%; margin-top: 6px; background: #4d4560; }

/* mini agenda */
.mini-agenda { position: absolute; right: 24px; top: 66px; width: 44%; display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.mini-agenda u { grid-column: span 7; font-size: 7px; letter-spacing: 1.2px; color: #b7a8d6; text-decoration: none; text-transform: uppercase; }
.mini-agenda s { min-height: 26px; border: 1px solid #ffffff0d; border-radius: 4px; background: #16131f; text-decoration: none; }
.mini-agenda s.on { border-color: #b18aff4d; background: linear-gradient(135deg, #3b1d5e, #5c1f4a); }

/* ------------------------------------------------ janela de demonstração */
.experience-section { border-block: 1px solid #ffffff0a; background: radial-gradient(ellipse at 50% 55%, #2e2450aa, transparent 65%), #0a0812; }
.demo-window { max-width: 1040px; margin: 34px auto 0; border: 1px solid #9a7fc233; border-radius: 12px; background: #0b0913; box-shadow: 0 30px 90px #00000066; overflow: hidden; }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 17px; border-bottom: 1px solid var(--line); background: #15121f; font-size: 9px; color: #a89dba; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #7a4f68; }
.window-dots i:nth-child(2) { background: #86744f; }
.window-dots i:nth-child(3) { background: #537563; }
.window-bar .demo-label { font-size: 7px; letter-spacing: 1px; color: #bd96e0; text-transform: uppercase; }
.demo-body { display: flex; min-height: 400px; }
.demo-sidebar { display: flex; flex-direction: column; align-items: center; gap: 9px; width: 62px; flex-shrink: 0; padding: 20px 0; border-right: 1px solid var(--line); background: linear-gradient(180deg, #3a1055, #6a1f74); }
.demo-sidebar button { display: grid; place-items: center; padding: 8px; border-radius: 7px; color: #e5d3f5; }
.demo-sidebar button.active { background: #ffffff1f; color: #fff; }
.demo-sidebar svg { width: 17px; height: 17px; }
.sidebar-divider { width: 26px; height: 1px; margin: 8px 0; background: #ffffff26; }
.demo-content { display: grid; grid-template-columns: 218px 1fr 214px; min-width: 0; flex: 1; }
.demo-contacts { padding: 20px 13px; border-right: 1px solid var(--line); }
.demo-contacts h4 { margin: 0 0 16px 5px; font: 600 13px var(--font); }
.search-placeholder { margin-bottom: 16px; padding: 8px 9px; border: 1px solid #ffffff0a; border-radius: 5px; background: #ffffff05; font-size: 9px; color: #9c8fb0; }
.contact-row { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; padding: 11px 7px; border-radius: 7px; font-size: 10px; }
.contact-row.selected { background: #a86ff017; box-shadow: inset 2px 0 0 var(--purple); }
.contact-row small { display: block; max-width: 132px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 8px; color: #a396b3; }
.contact-row .dot { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: #ff5fa2; }
.demo-conversation { display: flex; flex-direction: column; min-width: 0; background: radial-gradient(#9375b30d 0.7px, transparent 0.7px) 0 0 / 13px 13px; }
.conversation-head { display: flex; align-items: center; gap: 9px; height: 62px; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 11px; }
.conversation-head small { display: block; font-size: 8px; color: #a396b3; }
.conversation-head .tag { margin-left: auto; padding: 3px 8px; border-radius: 4px; background: #a05cd91f; letter-spacing: 0; }
.messages { flex: 1; padding: 15px 18px; }
.day-label { display: block; margin-bottom: 15px; text-align: center; font-size: 8px; color: #9a86ad; }
.bubble { max-width: 88%; margin-bottom: 12px; padding: 11px 13px; border-radius: 0 8px 8px; background: #232030; font-size: 10px; line-height: 1.8; animation: message-in 0.35s ease-out; }
.bubble.answer { margin-left: auto; border: 1px solid #c194e21f; border-radius: 8px 0 8px 8px; background: linear-gradient(120deg, #3f2557, #5a2450); }
.bubble strong { display: block; margin-bottom: 5px; font-size: 7px; letter-spacing: 1px; color: #d3a6ff; text-transform: uppercase; }
.bubble time { display: block; text-align: right; font-size: 7px; color: #bda9cd; }
.conversation-actions { display: flex; flex-wrap: wrap; gap: 7px; padding: 12px 16px; border-top: 1px solid var(--line); }
.conversation-actions b { padding: 7px 10px; border: 1px solid #a06fcb3d; border-radius: 20px; background: #1a1524; font-size: 8px; font-weight: 600; color: #cfa8ed; }
.conversation-actions b.on { background: var(--brand); border-color: transparent; color: #fff; }
.conversation-actions b.warn { border-color: #f0b35a40; background: #f0b35a12; color: #f0c98a; }
.demo-inspector { padding: 22px 16px; border-left: 1px solid var(--line); background: #100d19; }
.demo-inspector h4 { display: flex; align-items: center; gap: 7px; margin: 0 0 18px; font-size: 10px; font-weight: 600; }
.demo-inspector h4 svg { width: 15px; height: 15px; color: #c28af7; }
.inspector-label { margin: 16px 0 6px; font-size: 7px; letter-spacing: 1px; color: #9c8caf; text-transform: uppercase; }
.inspector-value { font-size: 9px; color: #c3b8d3; }
.inspector-badge { display: inline-block; padding: 5px 7px; border: 1px solid #c28af729; border-radius: 5px; background: #a783ef0e; font-size: 8px; color: #cba6f7; }
.inspector-event { display: flex; align-items: center; gap: 7px; padding: 9px 0; border-bottom: 1px solid #ffffff0a; font-size: 8px; color: #b5a6c4; }
.inspector-event svg { width: 12px; height: 12px; color: #b98ee8; }
.demo-disclaimer { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; font-size: 9px; color: var(--muted-2); }
.demo-disclaimer .status-dot { width: 4px; height: 4px; }

/* ------------------------------------------------- catálogo / inteligência */
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.split-copy > p { margin-top: 22px; font-size: 13px; line-height: 1.9; }
.visual-panel { padding: 25px 26px; border: 1px solid var(--line); border-radius: 13px; background: radial-gradient(ellipse at 50% 100%, #4a1f7a28, transparent 75%), #0f0c1a; }
.panel-head { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; font-size: 8px; letter-spacing: 1.3px; color: #bb9ed3; text-transform: uppercase; }
.panel-head > span:last-child { margin-left: auto; }
.panel-item { display: flex; align-items: center; gap: 12px; margin: 9px 0; padding: 12px; border: 1px solid #ffffff0c; border-radius: 7px; background: #16131f; font-size: 11px; }
.panel-item .feature-icon { width: 32px; height: 32px; border-radius: 7px; }
.panel-item svg { width: 16px; }
.panel-item small { display: block; margin-top: 3px; font-size: 9px; color: #a598b6; }
.panel-item .check { margin-left: auto; width: 14px; color: #ac8ed2; }
.panel-link { width: 1px; height: 28px; margin: auto; background: linear-gradient(#7a4aa8, #c78bff); }
.panel-result { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid #b47ad04d; border-radius: 8px; background: linear-gradient(100deg, #3a2049, #4a1f3d); font-size: 12px; }
.panel-result > svg { width: 27px; height: 27px; color: #d79bff; }
.panel-result small { display: block; margin-top: 4px; font-size: 9px; color: #bda9cd; }

.catalog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.catalog-item { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #100d1b; }
.catalog-item b { display: block; font: 500 24px var(--display); letter-spacing: -1px; color: #e9dcf8; }
.catalog-item span { font-size: 10px; color: var(--muted-2); }
.templates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.template { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #100d1b; }
.template small { font-size: 7px; letter-spacing: 1px; color: #c9a3e8; text-transform: uppercase; }
.template b { display: block; margin: 6px 0 4px; font-size: 13px; color: #ece2f7; }
.template p { font-size: 10px; line-height: 1.8; }

/* ---------------------------------------------------------------- toolkit */
.toolkit { display: grid; grid-template-columns: 1fr 1.4fr; gap: 44px; padding-top: 30px; padding-bottom: 34px; border-block: 1px solid var(--line); }
.toolkit h3 { margin-top: 12px; font-size: 23px; }
.toolkit-items { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; align-content: center; font-size: 11px; color: #ab9ebc; }
.toolkit-items span { display: flex; align-items: center; gap: 9px; }
.toolkit-items svg { width: 16px; color: #b78ae6; }

/* ------------------------------------------------------------------ passos */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; margin-top: 54px; }
.steps article { position: relative; padding-top: 26px; border-top: 1px solid #9a72c93a; }
.steps article > svg { width: 25px; height: 25px; margin-bottom: 18px; color: #bd8ee8; }
.step-number { position: absolute; right: 0; top: 16px; font: 34px var(--display); color: #635472; }
.steps h3 { font-size: 20px; }
.steps p { margin-top: 12px; max-width: 290px; font-size: 12px; line-height: 1.9; }

/* ------------------------------------------------------------------ planos */
.pricing-section { border-block: 1px solid var(--line); background: #0b0914; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.plan { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 11px; background: #12101c; }
.plan-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 9px; letter-spacing: 1.5px; color: #b7a5cf; text-transform: uppercase; }
.plan-icon { font-size: 20px; line-height: 1; color: #c28af7; }
.plan h3 { font-size: 21px; min-height: 48px; }
.plan > p { margin-top: 8px; font-size: 10px; }
.price { margin-top: 26px; font-family: var(--display); font-size: 38px; letter-spacing: -1.3px; line-height: 1.2; white-space: nowrap; }
.price small { margin-left: 3px; font: 9px var(--font); color: #ab9bbc; }
.price-caption { margin: 9px 0 24px; font-size: 9px; color: #a99abb; }
.plan .button { display: flex; width: 100%; min-height: 43px; justify-content: space-between; font-size: 11px; }
.plan-divider { height: 1px; margin-top: 24px; background: var(--line); }
.plan .check-list { gap: 12px; margin-bottom: 8px; font-size: 10px; }
.plan.featured { border-color: #b47ae680; border-top-left-radius: 0; border-top-right-radius: 0; background: radial-gradient(ellipse at 50% 0, #6b368538, transparent 65%), #161222; }
.recommended { position: absolute; bottom: calc(100% - 1px); left: -1px; right: -1px; display: flex; align-items: center; justify-content: space-between; padding: 7px 13px; border: 1px solid #c07eec77; border-radius: 8px 8px 0 0; background: var(--brand); font-size: 7px; letter-spacing: 1px; color: #fff; text-transform: uppercase; }
.recommended svg { width: 13px; height: 13px; }
.plan-bonus { margin-top: 18px; padding: 9px 8px; border: 1px solid #c28af72e; border-radius: 5px; background: #a86fdb0d; text-align: center; font-size: 9px; color: #cda8f5; }
.pricing-note { display: flex; align-items: center; justify-content: center; gap: 13px; max-width: 800px; margin: 26px auto 0; }
.pricing-note svg { width: 16px; color: #a992bd; }
.pricing-note p { font-size: 9px; line-height: 1.9; }
.pricing-note a { color: #cba6dd; text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------------------------- faq */
.faq-section { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 66px; }
.faq-section h2 { margin-top: 16px; }
.faq-section > div > p { margin: 22px 0; font-size: 12px; line-height: 1.9; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; list-style: none; cursor: pointer; font-size: 12px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 12px; height: 12px; flex-shrink: 0; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 5px; width: 11px; height: 1px; background: #c09ce0; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform 0.2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list p { max-width: 96%; padding-bottom: 22px; font-size: 11px; line-height: 1.95; }
.faq-list p a { color: #cba6f7; text-decoration: underline; text-underline-offset: 3px; }

/* ---------------------------------------------------------------- fechamento */
.closing { position: relative; isolation: isolate; overflow: hidden; padding: 68px 30px; border: 1px solid #a76fd62e; border-radius: 16px; text-align: center; background: radial-gradient(ellipse at 50% 130%, #6a309566, transparent 75%), #120f1e; }
.closing h2 { margin-top: 20px; }
.closing p { margin: 18px auto 0; max-width: 520px; font-size: 12px; }
.closing .actions { justify-content: center; margin-top: 26px; }
.closing-orbit { position: absolute; z-index: -1; left: 50%; top: 104px; width: 800px; height: 800px; transform: translateX(-50%); border: 1px solid #b57ad61c; border-radius: 50%; box-shadow: 0 0 0 50px #b57ad605, 0 0 0 100px #b57ad603; }

/* -------------------------------------------------------------------- rodapé */
.footer { margin-top: 88px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 42px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { max-width: 300px; font-size: 11px; line-height: 1.8; }
.origin { display: flex; align-items: center; gap: 7px; margin-top: 16px; font-size: 8px; letter-spacing: 1px; color: #a695b7; text-transform: uppercase; }
.origin .status-dot { width: 4px; height: 4px; }
.footer h4 { margin-bottom: 16px; font: 600 11px var(--font); }
.footer-top > div:not(.footer-brand) a { display: block; margin: 10px 0; font-size: 10px; color: #a598b3; }
.footer-top a:hover { color: #d6bdf0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid var(--line); font-size: 8px; letter-spacing: 0.6px; color: #8d7e9b; }
.footer-bottom p { font-size: 8px; }

/* ------------------------------------------------------- páginas de texto */
.doc { padding-top: 56px; padding-bottom: 88px; }
.doc .container { max-width: 880px; }
.doc .back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; font-size: 11px; color: #c9a6f0; }
.doc h1 { font-size: clamp(32px, 3.4vw, 46px); letter-spacing: -2.2px; margin-bottom: 10px; }
.doc .updated { margin-bottom: 30px; font-size: 11px; color: var(--muted-2); }
.doc h2 { margin: 40px 0 12px; font-size: 24px; letter-spacing: -1px; }
.doc h3 { margin: 26px 0 8px; font-size: 16px; letter-spacing: -0.3px; }
.doc p, .doc li { font-size: 13px; line-height: 1.95; color: #bcb2c9; }
.doc ul { padding-left: 20px; }
.doc li { margin-bottom: 8px; }
.doc b { color: #e9dff5; }
.doc .callout { margin: 24px 0; padding: 20px 22px; border: 1px solid var(--line); border-left: 3px solid var(--purple); border-radius: 0 12px 12px 0; background: #120f1e; }
.doc .callout p { margin: 0; }
.doc table { width: 100%; margin: 18px 0; border-collapse: collapse; font-size: 12px; }
.doc th, .doc td { padding: 12px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; color: #bcb2c9; }
.doc th { background: #130f20; color: #e3d7f2; font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; }
.doc code { padding: 2px 6px; border-radius: 5px; background: #1c1729; font-size: 12px; color: #d3b6f5; }
.doc a { color: #cba6f7; text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------- clipes IA */
.ai-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ai-tab {
  padding: 22px 20px 24px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: linear-gradient(160deg, #161226, #0e0c18);
  transition: border-color .25s, transform .25s;
}
.ai-tab:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.ai-tab > b { display: block; margin: 16px 0 8px; font-family: var(--display); font-size: 17px; font-weight: 500; letter-spacing: -0.5px; }
.ai-tab p b { font-family: var(--font); font-size: 11px; font-weight: 700; color: #ddd4ec; }
.ai-tab p { font-size: 11px; line-height: 1.8; color: #a99fbb; }
.ai-tab em { font-style: normal; color: #d3a9ff; }

.ai-lead { margin: 76px 0 28px; max-width: 680px; }
.ai-lead h3 { font-size: 27px; }
.ai-lead p { margin-top: 12px; font-size: 12.5px; line-height: 1.9; color: var(--muted); }

.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tool {
  position: relative;
  padding: 20px 19px 21px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #100e1b;
  transition: border-color .25s, background .25s;
}
.tool:hover { border-color: var(--line-strong); background: #141020; }
.tool::before {
  content: '';
  display: block;
  width: 26px; height: 2px;
  margin-bottom: 15px;
  border-radius: 2px;
  background: var(--brand);
}
.tool > b { font-family: var(--display); font-size: 15px; font-weight: 500; letter-spacing: -0.4px; }
.tool p { margin-top: 9px; font-size: 11px; line-height: 1.8; color: #a49bb4; }
.tool p b { font-family: var(--font); font-size: 11px; font-weight: 700; color: #ddd4ec; }
.tool .free {
  display: inline-block;
  margin-top: 12px; padding: 3px 8px;
  font-size: 8px; letter-spacing: .4px; text-transform: uppercase;
  border: 1px solid #ff5fa229; border-radius: 5px;
  background: #ff5fa20d; color: #ff9cc4;
}

.ai-split { margin-top: 84px; gap: 72px; }
.flip-split .visual-panel { order: -1; }
.step-dot {
  display: grid; place-items: center;
  width: 26px; height: 26px; flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #b47bf12e;
  background: #a860ff16;
  font-family: var(--display); font-size: 12px; color: #c9a0f8;
}
.ai-bento { margin-top: 4px; }

.ai-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 76px; border-block: 1px solid var(--line); }
.ai-specs .spec { padding: 26px 26px 28px; border-left: 1px solid var(--line); }
.ai-specs .spec:first-child { border-left: 0; padding-left: 0; }
.spec b { display: block; margin-bottom: 9px; font-family: var(--display); font-size: 13px; font-weight: 500; letter-spacing: 1px; color: #cba6ff; text-transform: uppercase; }
.spec p { font-size: 11px; line-height: 1.85; color: #a49bb4; }

.credit-box {
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: 54px; align-items: center;
  margin-top: 76px; padding: 42px 44px;
  border: 1px solid var(--line-strong); border-radius: 16px;
  background: radial-gradient(ellipse at 88% 10%, #6d2a9e33, transparent 62%), linear-gradient(135deg, #17122a, #0d0b17);
}
.credit-box h3 { margin-top: 15px; font-size: 25px; }
.credit-box .eyebrow svg { width: 14px; height: 14px; }
.credit-box .check-list { margin-bottom: 0; }
.credit-mock { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: #0e0c18; }
.credit-row { display: flex; align-items: baseline; justify-content: space-between; font-size: 11px; color: #cfc6dd; }
.credit-row b { font-family: var(--display); font-size: 15px; font-weight: 500; color: #fff; }
.credit-bar { height: 5px; margin: 12px 0 8px; border-radius: 4px; background: #241d33; overflow: hidden; }
.credit-bar i { display: block; width: 84%; height: 100%; border-radius: 4px; background: var(--brand); }
.credit-note { font-size: 9px; letter-spacing: 1px; color: #8d83a0; text-transform: uppercase; }
.credit-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 14px; }
.credit-tags span { padding: 4px 8px; font-size: 9px; border: 1px solid #a77ee229; border-radius: 5px; background: #a77ee20d; color: #c9a8f5; }
.credit-tags span.alt { border-color: #ff5fa23d; background: #ff5fa214; color: #ff9cc4; }
.credit-warn { padding: 9px 11px; border-left: 2px solid #f0b23f; border-radius: 0 6px 6px 0; background: #f0b23f0f; font-size: 10px; color: #e7c489; }
.credit-free { margin-top: 10px; font-size: 10px; color: #8fdcae; }

/* ------------------------------------------------------------- animações */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes message-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

/* ------------------------------------------------------------ responsivo */
@media (max-width: 1080px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-top: 56px; }
  .bento, .plans, .steps, .catalog, .templates, .toolkit-items { grid-template-columns: 1fr 1fr; }
  .ai-tabs, .tool-grid, .ai-specs { grid-template-columns: 1fr 1fr; }
  .ai-specs .spec { border-left: 1px solid var(--line); padding-left: 26px; }
  .ai-specs .spec:nth-child(odd) { border-left: 0; padding-left: 0; }
  .ai-specs .spec:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ai-split { margin-top: 62px; }
  .flip-split .visual-panel { order: 0; }
  .credit-box { grid-template-columns: 1fr; gap: 30px; padding: 32px 26px; }
  .wide-card, .tall-card { grid-column: span 2; grid-row: auto; padding-right: 27px; }
  .mini-flow, .mini-kanban, .mini-agenda { position: static; width: 100%; margin-top: 22px; transform: none; }
  .split, .faq-section, .toolkit { grid-template-columns: 1fr; gap: 34px; }
  .demo-content { grid-template-columns: 1fr; }
  .demo-contacts, .demo-inspector { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { padding: 0 20px; }
  .section { padding-top: 66px; padding-bottom: 66px; }
  .nav-links { display: none; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 14px; }
  .bento, .plans, .steps, .catalog, .templates, .toolkit-items, .footer-top { grid-template-columns: 1fr; }
  .ai-tabs, .tool-grid, .ai-specs { grid-template-columns: 1fr; }
  .ai-specs .spec { border-left: 0; padding: 22px 0; }
  .ai-lead h3, .credit-box h3 { font-size: 22px; }
  .wide-card, .tall-card { grid-column: auto; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-bottom { flex-direction: column; }
}
