﻿/* =========================================================
   Integrating Technologies — Portfolio Styles
   Luciano Bandeira Marinho
   Arquivo principal de estilos do site lucianobandeira.tech.
   Ordem recomendada: base, componentes, seções e responsividade.
   ========================================================= */
/* Reset mínimo: padroniza cálculo de tamanho e remove espaçamentos nativos. */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: "Inter", system-ui, sans-serif;
  background: #11152d;
  color: #f3f6ff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 4px;
}

/* -------------------------------------------------------
   Tokens e Utilitários
   Classes reutilizáveis para largura, cores, painéis e acessibilidade.
   ------------------------------------------------------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.brand-blue {
  color: #60a5fa;
}
.brand-amber {
  color: #fbbf24;
}
.brand-emerald {
  color: #34d399;
}
.brand-violet {
  color: #a78bfa;
}
.brand-warm {
  color: #f59e0b;
}
.brand-red {
  color: #f87171;
}
.panel {
  background: linear-gradient(180deg, rgba(60, 60, 100, 0.55), rgba(40, 40, 80, 0.55));
  border: 1px solid rgba(120, 140, 255, 0.18);
  border-radius: 18px;
  backdrop-filter: blur(6px);
}
.glow-ring {
  box-shadow: 0 0 0 1px rgba(120, 140, 255, 0.25), 0 0 30px rgba(100, 130, 255, 0.15);
}
.section {
  margin-top: 2.5rem;
}
/* Compensa o cabeçalho fixo durante navegação por âncoras internas. */
.section, .stats-section, .footer {
  scroll-margin-top: 88px;
}
/* Texto visualmente oculto, preservado para leitores de tela e validação semântica. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.gtm-noscript {
  display: none;
  visibility: hidden;
}
.section-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.section-title {
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.title-line {
  height: 1px;
  width: 64px;
  background: linear-gradient(to right, transparent, #60a5fa);
}
.title-line:last-child {
  background: linear-gradient(to left, transparent, #60a5fa);
}
.section-subtitle {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(200, 210, 255, 0.65);
  margin-bottom: 3rem;
}
.panel-title {
  font-family: "Orbitron", "Inter", sans-serif;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}
.accent-text {
  color: #fbbf24;
}
.icon-sm {
  width: 16px;
  height: 16px;
}
.icon-blue {
  color: #60a5fa;
}

/* -------------------------------------------------------
   Cabeçalho e Navegação
   Layout fixo superior, marca, links internos e atalhos sociais.
   ------------------------------------------------------- */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(30, 30, 60, 0.88);
  border-bottom: 1px solid rgba(120, 140, 255, 0.15);
}
.nav-inner {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.logo-img {
  height: 44px;
  width: 44px;
  object-fit: contain;
}
.logo-text {
  line-height: 1.15;
}
.logo-line1 {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.logo-line2 {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #60a5fa;
}
.desktop-nav {
  order: 3;
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 1rem;
  overflow-x: auto;
  padding-top: 0.25rem;
  scrollbar-width: none;
}
.nav-link {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(220, 225, 255, 0.8);
  transition: color 0.2s;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
.nav-link:hover, .nav-link.active {
  color: #60a5fa;
}
.nav-link.active {
  color: #fbbf24;
  border-bottom-color: #fbbf24;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-btn {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid rgba(120, 140, 255, 0.3);
  color: rgba(220, 225, 255, 0.9);
  transition: background 0.2s;
}
.social-btn:hover {
  background: rgba(80, 90, 160, 0.35);
}

/* -------------------------------------------------------
   Hero
   Primeira dobra: fundo, promessa de valor, nome e retrato profissional.
   ------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.hero-overlay1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 12, 30, 0.95), rgba(10, 12, 30, 0.65), transparent);
}
.hero-overlay2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, transparent, rgba(15, 18, 45, 1));
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  min-height: 680px;
}
.hero-content {
  z-index: 10;
  min-width: 0;
}
.hero-title {
  max-width: 720px;
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.08;
}
.hero-title-line {
  display: block;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
.hero-title-name {
  font-size: 3rem;
}
.hero-title-brand {
  margin-top: 0.35rem;
  color: #fbbf24;
  font-size: 2rem;
}
.hero-title-role {
  max-width: 34ch;
  margin-top: 0.8rem;
  color: #60a5fa;
  font-size: 1.5rem;
  line-height: 1.25;
}
.hero-subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fbbf24;
  font-size: 0.875rem;
  line-height: 1.55;
  margin-top: 1rem;
}
.hero-subtitle span {
  white-space: nowrap;
}
.hero-subtitle span + span::before {
  content: "•";
  margin-right: 0.55rem;
}
.hero-lead {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 1.25rem;
}
.hero-name {
  margin-top: 1.25rem;
}
.name-script {
  max-width: 100%;
  font-family: "Great Vibes", cursive;
  font-size: 2.5rem;
  color: #fbbf24;
  line-height: 1.1;
  overflow-wrap: break-word;
}
.name-underline {
  height: 1px;
  width: 176px;
  background: rgba(251, 191, 36, 0.5);
  margin-top: 0.5rem;
}
.hero-desc {
  font-size: 0.875rem;
  color: rgba(200, 210, 255, 0.7);
  max-width: 640px;
  line-height: 1.7;
  margin-top: 1.25rem;
  text-align: justify;
}
.hero-portrait {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: center;
}
.hero-img {
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(10, 12, 30, 0.85));
}

/* -------------------------------------------------------
   Estatísticas
   Indicadores de experiência e resultados exibidos logo após o hero.
   ------------------------------------------------------- */
.stats-section {
  margin-top: -1.5rem;
  position: relative;
  z-index: 20;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
}
.stat-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 1rem;
}
.stat-item > div {
  min-width: 0;
}
.stat-icon {
  flex-shrink: 0;
}
.stat-value {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
.stat-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(200, 210, 255, 0.6);
  margin-top: 0.25rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

/* -------------------------------------------------------
   Perfil Multidisciplinar
   Organiza a experiência por áreas de interesse sem alterar a trajetória.
   ------------------------------------------------------- */
.profile-intro,
.portfolio-intro {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.profile-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: -1rem auto 1.5rem;
}
.profile-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(96, 165, 250, 0.32);
  border-radius: 6px;
  background: rgba(25, 35, 70, 0.72);
  color: rgba(232, 238, 255, 0.92);
  font-size: 0.75rem;
  font-weight: 700;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.profile-nav a:hover {
  border-color: rgba(251, 191, 36, 0.7);
  background: rgba(42, 50, 88, 0.92);
  color: #fbbf24;
}
.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.profile-card {
  min-width: 0;
  padding: 1.25rem;
  scroll-margin-top: 96px;
  border: 1px solid rgba(120, 140, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(53, 58, 99, 0.72), rgba(31, 36, 72, 0.82));
  box-shadow: 0 12px 28px rgba(7, 10, 28, 0.22);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.profile-card:hover,
.profile-card:target {
  border-color: rgba(251, 191, 36, 0.55);
  box-shadow: 0 16px 34px rgba(7, 10, 28, 0.34), 0 0 22px rgba(96, 165, 250, 0.1);
  transform: translateY(-2px);
}
.profile-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.profile-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: rgba(15, 20, 48, 0.62);
}
.profile-icon--blue { color: #60a5fa; }
.profile-icon--emerald { color: #34d399; }
.profile-icon--amber { color: #fbbf24; }
.profile-icon--violet { color: #a78bfa; }
.profile-icon--red { color: #f87171; }
.profile-icon--warm { color: #f59e0b; }
.profile-card-tag {
  display: block;
  margin-bottom: 0.3rem;
  color: #fbbf24;
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.profile-card h3 {
  color: #f3f6ff;
  font-size: 1rem;
  line-height: 1.35;
}
.profile-card > p {
  margin-top: 1rem;
  color: rgba(220, 225, 255, 0.82);
  font-size: 0.875rem;
  line-height: 1.65;
}
.profile-card ul {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.9rem;
  padding-left: 1.1rem;
  color: rgba(196, 207, 244, 0.7);
  font-size: 0.75rem;
  line-height: 1.5;
}
.profile-card li::marker {
  color: #60a5fa;
}
.career-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(45, 43, 74, 0.88), rgba(26, 42, 75, 0.88));
}
.career-copy {
  min-width: 0;
  max-width: 1080px;
}
.career-kicker {
  color: #fbbf24;
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.career-cta p {
  max-width: none;
  margin: 0.55rem 0 0;
  color: rgba(226, 232, 255, 0.86);
  font-size: 0.875rem;
  line-height: 1.7;
  text-align: justify;
  text-align-last: left;
}
.career-copy p + p {
  margin-top: 0.75rem;
}
.career-actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.65rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}
.career-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(96, 165, 250, 0.48);
  border-radius: 6px;
  color: #dfe9ff;
  font-size: 0.75rem;
  font-weight: 700;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.career-button:hover {
  border-color: #fbbf24;
  color: #fbbf24;
}
.career-button--primary {
  border-color: #60a5fa;
  background: #60a5fa;
  color: #10152f;
}
.career-button--primary:hover {
  border-color: #fbbf24;
  background: #fbbf24;
  color: #10152f;
}

/* -------------------------------------------------------
   Trajetória Profissional
   Linha do tempo com cards de experiência e organizações relevantes.
   ------------------------------------------------------- */
.journey-panel {
  padding: 2rem 1.5rem;
}
.journey-wrap {
  position: relative;
}
.journey-line {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #60a5fa, #fbbf24, #f87171);
  opacity: 0.35;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.journey-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.journey-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c) 0%, rgba(45, 48, 80) 75%);
  box-shadow: 0 0 25px var(--c);
  display: grid;
  place-items: center;
}
/* Variações visuais sem atributos style inline, compatíveis com CSP restritiva. */
.journey-icon--blue { --c: #3b82f6; }
.journey-icon--emerald { --c: #10b981; }
.journey-icon--amber { --c: #f59e0b; }
.journey-icon--violet { --c: #8b5cf6; }
.journey-icon--red { --c: #ef4444; }
.journey-icon-inner {
  color: #fff;
}
.journey-num {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
.journey-title {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
  min-height: 32px;
}
.journey-years {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
.journey-desc {
  font-size: 0.6875rem;
  color: rgba(200, 210, 255, 0.65);
  margin-top: 0.75rem;
  line-height: 1.6;
}

/* -------------------------------------------------------
   Ecossistema de Competências
   Diagrama circular de áreas técnicas, operacionais e estratégicas.
   ------------------------------------------------------- */
.ecosystem {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 360px;
  margin: 0 auto;
}
.eco-logo {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  object-fit: contain;
  opacity: 0.9;
}
.eco-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-140px) rotate(calc(var(--angle) * -1));
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 96px;
}
.eco-dot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(60, 70, 130, 0.55);
  border: 1px solid rgba(120, 140, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(120, 140, 255, 0.25), 0 0 30px rgba(100, 130, 255, 0.12);
  display: grid;
  place-items: center;
}
.eco-icon {
  color: #60a5fa;
}
.eco-item--angle-0 { --angle: 0deg; }
.eco-item--angle-45 { --angle: 45deg; }
.eco-item--angle-90 { --angle: 90deg; }
.eco-item--angle-135 { --angle: 135deg; }
.eco-item--angle-180 { --angle: 180deg; }
.eco-item--angle-225 { --angle: 225deg; }
.eco-item--angle-270 { --angle: 270deg; }
.eco-item--angle-315 { --angle: 315deg; }
.eco-item span {
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 0.25rem;
  line-height: 1.3;
}

/* -------------------------------------------------------
   Resultados
   Lista de impactos profissionais com badges coloridos por tema.
   ------------------------------------------------------- */
.results-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0.5rem;
}
.result-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.result-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}
.result-badge.green {
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.3);
  color: #34d399;
}
.result-badge.blue {
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.3);
  color: #60a5fa;
}
.result-badge.amber {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #f59e0b;
}
.result-badge.violet {
  background: rgba(167, 139, 250, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.3);
  color: #a78bfa;
}
.result-item p {
  font-size: 0.875rem;
  color: rgba(220, 225, 255, 0.9);
  line-height: 1.6;
}

/* -------------------------------------------------------
   Tecnologias e Ferramentas
   Grade compacta de plataformas, ferramentas e temas dominados.
   ------------------------------------------------------- */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.tech-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 8px;
  background: rgba(50, 55, 90, 0.45);
  border: 1px solid rgba(120, 140, 255, 0.15);
  transition: border-color 0.25s;
}
.tech-card:hover {
  border-color: rgba(96, 165, 250, 0.5);
}
.tech-icon {
  color: #60a5fa;
}
.tech-card span {
  font-size: 0.625rem;
  font-weight: 600;
  text-align: center;
}

/* -------------------------------------------------------
   Formação Acadêmica
   Cards de graduação, segurança, liderança e cursos complementares.
   ------------------------------------------------------- */
.edu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.edu-card {
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  border: 1px solid;
}
.edu-card.blue {
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.1), rgba(40, 45, 80, 0.55));
  border-color: rgba(96, 165, 250, 0.25);
}
.edu-card.violet {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.1), rgba(40, 45, 80, 0.55));
  border-color: rgba(167, 139, 250, 0.25);
}
.edu-card.red {
  background: linear-gradient(180deg, rgba(248, 113, 113, 0.1), rgba(40, 45, 80, 0.55));
  border-color: rgba(248, 113, 113, 0.25);
}
.edu-card.green {
  background: linear-gradient(180deg, rgba(52, 211, 153, 0.1), rgba(40, 45, 80, 0.55));
  border-color: rgba(52, 211, 153, 0.25);
}
.edu-icon {
  margin: 0 auto;
}
.edu-card.blue .edu-icon {
  color: #60a5fa;
}
.edu-card.violet .edu-icon {
  color: #a78bfa;
}
.edu-card.red .edu-icon {
  color: #f87171;
}
.edu-card.green .edu-icon {
  color: #34d399;
}
.edu-title {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.75rem;
}
.edu-desc {
  font-size: 0.6875rem;
  color: rgba(200, 210, 255, 0.65);
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* -------------------------------------------------------
   Soluções e Atuação
   Galeria visual das frentes de infraestrutura, energia, redes e segurança.
   ------------------------------------------------------- */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.solution-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(120, 140, 255, 0.2);
}
.solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.solution-card:hover img {
  transform: scale(1.05);
}
.solution-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 30, 0.95), rgba(10, 12, 30, 0.35), transparent);
}
.solution-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(220, 225, 255, 0.95);
}

/* -------------------------------------------------------
   Portfólio Digital
   Reúne projetos autorais de web, conteúdo e audiovisual.
   ------------------------------------------------------- */
.portfolio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.portfolio-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 190px;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(120, 140, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(52, 58, 101, 0.78), rgba(25, 31, 67, 0.9));
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.portfolio-card::after {
  position: absolute;
  right: 1.25rem;
  bottom: 1.1rem;
  width: 44px;
  height: 2px;
  background: rgba(96, 165, 250, 0.22);
  content: "";
}
.portfolio-card:hover {
  border-color: rgba(96, 165, 250, 0.58);
  box-shadow: 0 16px 34px rgba(7, 10, 28, 0.34);
  transform: translateY(-2px);
}
.portfolio-index {
  color: #fbbf24;
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}
.portfolio-card h3 {
  margin-top: 0.85rem;
  color: #f3f6ff;
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.portfolio-card p {
  margin-top: 0.65rem;
  color: rgba(205, 215, 250, 0.72);
  font-size: 0.8125rem;
  line-height: 1.55;
}
.portfolio-action {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1rem;
  color: #60a5fa;
  font-size: 0.75rem;
  font-weight: 700;
}
.portfolio-card:hover .portfolio-action {
  color: #fbbf24;
}

/* -------------------------------------------------------
   Chamada Estratégica e YouTube
   Mensagem de fechamento com CTA central para o portfólio em vídeo.
   ------------------------------------------------------- */
.quote-panel {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}
.quote-icon {
  color: #fbbf24;
  flex-shrink: 0;
}
.quote-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.quote-text {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
}
.youtube-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
  border-radius: 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s, transform 0.2s;
}
.youtube-link:hover {
  background: #cc0000;
  transform: translateY(-1px);
}
.youtube-icon {
  width: 16px;
  height: 16px;
  color: #ffffff;
  flex-shrink: 0;
}
.quote-icons {
  display: none;
  align-items: center;
  gap: 0.75rem;
  color: rgba(96, 165, 250, 0.45);
  margin-left: auto;
  flex-shrink: 0;
}

/* -------------------------------------------------------
   Rodapé
   Identidade, contatos, ecossistema de sites, selos W3C e copyright.
   ------------------------------------------------------- */
.footer {
  margin-top: 4rem;
  border-top: 1px solid rgba(120, 140, 255, 0.15);
  background: rgba(25, 25, 50, 1);
}
.footer-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.footer-name1 {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}
.footer-name2 {
  font-family: "Orbitron", "Inter", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #60a5fa;
}
.footer-tag {
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  color: #fbbf24;
  margin-top: 0.25rem;
}
.footer-mission {
  font-size: 0.875rem;
  color: rgba(200, 210, 255, 0.65);
  line-height: 1.7;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(220, 225, 255, 0.85);
  transition: color 0.2s;
}
.footer-link:hover {
  color: #60a5fa;
}
.copyright-link:hover {
  color: rgba(220, 225, 255, 0.9);
}
/* Selos técnicos: um único conjunto, centralizado e adaptável a telas menores. */
.w3c-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  max-width: 900px;
  margin: 1rem auto;
}
.w3c-badge {
  display: inline-flex;
  flex: 0 1 128px;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(96, 165, 250, 0.45);
  border-radius: 6px;
  background: rgba(20, 32, 65, 0.82);
  color: rgba(235, 240, 255, 0.96);
  font-family: "Orbitron", "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.w3c-badge-mark {
  color: #60a5fa;
}
.w3c-badge-label {
  white-space: nowrap;
}
.w3c-badge:hover {
  border-color: rgba(251, 191, 36, 0.72);
  background: rgba(32, 43, 78, 0.96);
  color: #fbbf24;
}
.w3c-badge:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}
.footer-copy {
  border-top: 1px solid rgba(120, 140, 255, 0.1);
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(200, 210, 255, 0.5);
}

/* -------------------------------------------------------
   Responsividade e Acessibilidade de Movimento
   Ajustes para tablet, desktop, mobile e usuários com redução de movimento.
   ------------------------------------------------------- */
@media (min-width: 768px) {
  .desktop-nav {
    order: initial;
    width: auto;
    gap: 1.5rem;
    overflow-x: visible;
    padding-top: 0;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .hero-title-name {
    font-size: 3.15rem;
  }
  .hero-title-brand {
    font-size: 2.35rem;
  }
  .hero-title-role {
    font-size: 1.65rem;
  }
  .name-script {
    font-size: 3rem;
  }
  .stats-grid {
    grid-template-columns: repeat(5, 1fr);
    padding: 2rem;
  }
  .profile-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-value {
    font-size: 1.875rem;
  }
  .journey-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .journey-line {
    display: block;
  }
  .journey-panel {
    padding: 2.5rem;
  }
  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .quote-text {
    font-size: 1.5rem;
  }
  .quote-icons {
    display: flex;
  }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-inner {
    flex-wrap: wrap;
  }
  .desktop-nav {
    order: 3;
    width: 100%;
    gap: 1rem;
    overflow-x: auto;
    padding-top: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .hero-title-name {
    font-size: 3.5rem;
  }
  .three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .profile-grid,
  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .nav-inner {
    flex-wrap: wrap;
  }
  .hero-title-name {
    font-size: 2rem;
  }
  .hero-title-brand {
    font-size: 1.4rem;
  }
  .hero-title-role {
    max-width: 100%;
    font-size: 1.15rem;
  }
  .name-script {
    font-size: 2rem;
  }
  .hero-subtitle {
    letter-spacing: 0.12em;
    gap: 0.25rem 0.45rem;
  }
  .hero-overlay1 {
    background: linear-gradient(to bottom, rgba(10, 12, 30, 0.94), rgba(10, 12, 30, 0.82));
  }
  .hero-inner {
    min-height: 0;
    gap: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
  .hero-content {
    width: 100%;
  }
  .hero-desc {
    max-width: none;
    font-size: 0.9375rem;
    color: rgba(232, 238, 255, 0.86);
    line-height: 1.7;
    text-align: left;
    hyphens: none;
  }
  .eco-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-110px) rotate(calc(var(--angle) * -1));
  }
  .eco-dot {
    width: 38px;
    height: 38px;
  }
  .eco-item span {
    font-size: 0.5rem;
  }
  .hero-img {
    width: 100%;
    max-height: 360px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.75rem;
  }
  .stat-item {
    gap: 0.375rem;
  }
  .stat-item > div {
    flex: 1;
  }
  .stat-icon {
    width: 30px;
    height: 30px;
  }
  .stat-label {
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
  }
  .profile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .profile-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: center;
  }
  .career-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .edu-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .edu-card {
    min-width: 0;
  }
}
@media (max-width: 359px) {
  .stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .eco-item {
    transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-78px) rotate(calc(var(--angle) * -1));
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
