/* ═══════════════════════════════════════════════════════════════
   innovace v2 — additional styles
   Carregado DEPOIS de style.css. Estende, não substitui.
═══════════════════════════════════════════════════════════════ */

/* ── HERO HEADLINE: highlight ───────────────────────────────── */
.hl-accent {
  color: var(--accent);
}

/* ── POSITION SECTION (citação honesta) ─────────────────────── */
.position-section {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--bg-border);
}
.position-section .section-inner {
  padding-top: var(--sp-10);
  padding-bottom: var(--sp-10);
}
.position-quote {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  padding: var(--sp-5) var(--sp-4);
  border-left: 2px solid var(--accent);
}
.quote-mark {
  font-family: 'Georgia', serif;
  font-size: 80px;
  line-height: 1;
  color: var(--accent);
  opacity: 0.35;
  position: absolute;
  top: -10px;
  left: var(--sp-3);
  pointer-events: none;
}
.quote-mark--end {
  top: auto;
  bottom: -40px;
  left: auto;
  right: var(--sp-3);
}
.position-text {
  font-family: var(--font-sans);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
  letter-spacing: -0.015em;
  margin-bottom: var(--sp-4);
}
.position-points {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  margin-bottom: var(--sp-4);
}
.position-points li {
  font-size: 16px;
  color: var(--text-secondary);
  padding-left: var(--sp-3);
  position: relative;
}
.position-points li::before {
  content: '·';
  color: var(--accent);
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: -4px;
}
.position-close {
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.65;
  font-style: italic;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--bg-border);
}

/* ── VANITYLESS TECH ─────────────────────────────────────────── */
.vanityless-section {
  background: var(--bg-primary);
  border-bottom: 1px solid var(--bg-border);
}
.vanityless-section .section-header { align-items: flex-start; }
.text-accent { color: var(--accent); font-weight: 600; }

.vanityless-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}
.vanityless-grid .v-card:nth-child(4),
.vanityless-grid .v-card:nth-child(5) {
  /* card 4 e 5 ocupam 1.5 cada na linha de baixo (visual mais respirado) */
}
.v-card {
  background: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-radius: 12px;
  padding: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  transition: border-color 0.3s, transform 0.3s var(--ease-out);
}
.v-card:hover {
  border-color: rgba(0,212,170,0.35);
  transform: translateY(-3px);
}
.v-num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.v-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-top: 4px;
  margin-bottom: 6px;
}
.v-body {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ── AI-FIRST ENGINEERING ────────────────────────────────────── */
.ai-first-section {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--bg-border);
}
.ai-first-section .section-header { align-items: flex-start; }

.ai-principles {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  max-width: 920px;
  margin: 0 0 var(--sp-8);
  padding: var(--sp-4) var(--sp-4);
  background: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-left: 2px solid var(--accent);
  border-radius: 8px;
}
.ai-principle {
  display: flex;
  gap: var(--sp-2);
  align-items: flex-start;
}
.ai-principle-arrow {
  color: var(--accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  flex-shrink: 0;
}
.ai-principle-text {
  font-size: 17px;
  color: var(--text-primary);
  line-height: 1.65;
}
.ai-principle-text strong {
  color: var(--accent);
  font-weight: 600;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}
.pillar {
  background: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-radius: 12px;
  padding: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  transition: border-color 0.3s;
}
.pillar:hover { border-color: rgba(0,212,170,0.35); }
.pillar--wide { grid-column: 1 / -1; }

.pillar-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: var(--font-mono);
  margin-bottom: var(--sp-1);
}
.pillar-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.pillar-list li {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  padding-left: var(--sp-2);
  position: relative;
}
.pillar-list li::before {
  content: '▸';
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.pillar--wide .pillar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2) var(--sp-4);
}

/* ── JOURNEY (Onde estamos hoje) ─────────────────────────────── */
.journey-section {
  background: var(--bg-primary);
  border-bottom: 1px solid var(--bg-border);
}
.journey-section .section-header { align-items: flex-start; }

.journey-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--sp-5);
  align-items: start;
}

.journey-explore {
  background: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-radius: 12px;
  padding: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  position: sticky;
  top: 100px;
}

.journey-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.1em;
}
.journey-label--right {
  margin-bottom: var(--sp-2);
}

.journey-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.journey-list li {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  padding-left: var(--sp-2);
  position: relative;
}
.journey-list li::before {
  content: '▸';
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.journey-list em { color: var(--text-primary); font-style: italic; }

.journey-tools-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  margin-top: var(--sp-1);
}
.tool-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tool-tags span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-secondary);
  border: 1px solid var(--bg-border);
  border-radius: 4px;
  padding: 4px 8px;
  background: var(--bg-primary);
}

.journey-current {
  display: flex;
  flex-direction: column;
}
.journey-steps {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  list-style: none;
}
.journey-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: var(--sp-3);
  background: var(--bg-surface);
  border: 1px solid var(--bg-border);
  border-radius: 12px;
  padding: var(--sp-3) var(--sp-4);
  transition: border-color 0.3s;
}
.journey-step:hover { border-color: rgba(0,212,170,0.3); }
.journey-step-num {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent-dark);
  background: var(--accent);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.journey-step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
  line-height: 1.3;
}
.journey-step-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ── RESPONSIVE OVERRIDES (v2) ───────────────────────────────── */
@media (max-width: 1024px) {
  .vanityless-grid { grid-template-columns: repeat(2, 1fr); }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar--wide { grid-column: 1 / -1; }
  .pillar--wide .pillar-list { grid-template-columns: 1fr; }

  .journey-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }
  .journey-explore { position: static; }
}

@media (max-width: 768px) {
  .vanityless-grid { grid-template-columns: 1fr; }
  .pillars-grid { grid-template-columns: 1fr; }
  .position-text { font-size: 20px; }
  .quote-mark { font-size: 60px; }

  .ai-principles { padding: var(--sp-3); }
  .ai-principle-text { font-size: 15px; }

  .journey-step {
    grid-template-columns: 36px 1fr;
    gap: var(--sp-2);
    padding: var(--sp-3);
  }
  .journey-step-num { width: 32px; height: 32px; font-size: 16px; }
}
