@charset "UTF-8";
/*   
Theme Name: Default Theme
Description: Default Wordpress Theme.
Author: Lucas Porto
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;600&display=swap");
/* ─── KEYFRAME ANIMATIONS ─────────────────────────── */
@keyframes logoPulse {
  0%, 100% {
    text-shadow: 0 0 10px #7b2fff, 0 0 30px #7b2fff, 0 0 60px #a855f7;
  }
  50% {
    text-shadow: 0 0 20px #a855f7, 0 0 50px #c084fc, 0 0 100px #7b2fff, 0 0 140px rgba(123, 47, 255, 0.2666666667);
  }
}
@keyframes namePulse {
  0%, 100% {
    text-shadow: 0 0 20px #7b2fff, 0 0 50px #a855f7, 0 0 90px #3d0070;
  }
  50% {
    text-shadow: 0 0 30px #c084fc, 0 0 70px #a855f7, 0 0 120px #7b2fff, 0 0 180px rgba(123, 47, 255, 0.2);
  }
}
@keyframes rolePulse {
  0%, 100% {
    text-shadow: 0 0 8px rgba(123, 47, 255, 0.5333333333);
    opacity: 1;
  }
  50% {
    text-shadow: 0 0 18px rgba(168, 85, 247, 0.8), 0 0 35px rgba(123, 47, 255, 0.4);
    opacity: 0.85;
  }
}
@keyframes btnGoldPulse {
  0%, 100% {
    box-shadow: 0 0 18px rgba(245, 200, 66, 0.3333333333), 0 4px 20px rgba(245, 200, 66, 0.2);
  }
  50% {
    box-shadow: 0 0 40px rgba(245, 200, 66, 0.6666666667), 0 4px 30px rgba(245, 200, 66, 0.4), inset 0 0 12px rgba(255, 255, 255, 0.1333333333);
  }
}
@keyframes btnNavPulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(123, 47, 255, 0.4), 0 2px 16px rgba(123, 47, 255, 0.2666666667);
  }
  50% {
    box-shadow: 0 0 28px rgba(168, 85, 247, 0.7333333333), 0 2px 24px rgba(123, 47, 255, 0.5333333333);
  }
}
@keyframes scanLine {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(400%);
    opacity: 0;
  }
}
@keyframes cardBorderGlow {
  0%, 100% {
    box-shadow: 0 0 0px transparent, inset 0 0 0px transparent;
  }
  50% {
    box-shadow: 0 0 18px rgba(123, 47, 255, 0.2), inset 0 0 10px rgba(123, 47, 255, 0.0666666667);
  }
}
@keyframes iconGlow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(123, 47, 255, 0.3333333333);
  }
  50% {
    box-shadow: 0 0 24px rgba(168, 85, 247, 0.8), 0 0 40px rgba(123, 47, 255, 0.3333333333);
  }
}
@keyframes iconGlowPink {
  0%, 100% {
    box-shadow: 0 0 10px rgba(200, 40, 120, 0.3333333333);
  }
  50% {
    box-shadow: 0 0 24px rgba(244, 114, 182, 0.8), 0 0 40px rgba(200, 40, 120, 0.3333333333);
  }
}
@keyframes iconGlowOrange {
  0%, 100% {
    box-shadow: 0 0 10px rgba(210, 100, 10, 0.3333333333);
  }
  50% {
    box-shadow: 0 0 24px rgba(251, 191, 36, 0.8), 0 0 40px rgba(210, 100, 10, 0.3333333333);
  }
}
@keyframes iconGlowBlue {
  0%, 100% {
    box-shadow: 0 0 10px rgba(20, 100, 220, 0.3333333333);
  }
  50% {
    box-shadow: 0 0 24px rgba(96, 165, 250, 0.8), 0 0 40px rgba(20, 100, 220, 0.3333333333);
  }
}
@keyframes statNumGlow {
  0%, 100% {
    text-shadow: 0 0 12px rgba(123, 47, 255, 0.5333333333);
  }
  50% {
    text-shadow: 0 0 25px rgba(168, 85, 247, 0.8666666667), 0 0 50px rgba(123, 47, 255, 0.4);
  }
}
@keyframes dividerPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 8px #7b2fff;
  }
}
@keyframes sectionLinePulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 4px #a855f7);
  }
}
@keyframes navUnderline {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes logoPixelBlink {
  0%, 90%, 100% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
}
@keyframes heroBadgePulse {
  0%, 100% {
    border-color: rgba(123, 47, 255, 0.2666666667);
    color: #888;
  }
  50% {
    border-color: rgba(168, 85, 247, 0.6666666667);
    color: #c084fc;
    box-shadow: 0 0 10px rgba(123, 47, 255, 0.2666666667);
  }
}
@keyframes visualOrbit {
  0% {
    transform: rotate(0deg) translateX(170px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(170px) rotate(-360deg);
  }
}
@keyframes visualOrbit2 {
  0% {
    transform: rotate(180deg) translateX(130px) rotate(-180deg);
  }
  100% {
    transform: rotate(540deg) translateX(130px) rotate(-540deg);
  }
}
@keyframes visualPulseRing {
  0%, 100% {
    transform: scale(1);
    opacity: 0.15;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.3;
  }
}
@keyframes contactIconGlow {
  0%, 100% {
    filter: drop-shadow(0 0 3px rgba(123, 47, 255, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, 0.8));
  }
}
/* ═══════════════════════════════════════════════════
   PERFORMANCE: Pause animations by default
   Only run when .animate class is added (via JS)
═══════════════════════════════════════════════════ */
.section-title::before,
.hero-label,
.hero-name,
.hero-role,
.btn-primary,
.btn-secondary,
nav .logo,
nav .logo-pixel,
.ring,
.orbit-dot,
.orbit-dot-2,
.ring-core,
.card,
.scan,
.card-icon,
.stat-num,
.stat-divider,
.contact h2,
.contact-icon,
.cat-tab.active::after,
.proj-card {
  animation-play-state: paused !important;
}

/* Run animations only when in viewport */
.animate .section-title::before,
.animate.hero-label,
.animate .hero-label,
.animate.hero-name,
.animate .hero-name,
.animate.hero-role,
.animate .hero-role,
.animate .btn-primary,
.animate .btn-secondary,
nav.animate .logo,
nav.animate .logo-pixel,
.animate .ring,
.animate .orbit-dot,
.animate .orbit-dot-2,
.animate .ring-core,
.animate .card,
.animate .scan,
.animate .card-icon,
.animate .stat-num,
.animate .stat-divider,
.animate .contact h2,
.animate .contact-icon,
.cat-tabs.animate .cat-tab.active::after,
.animate.proj-card,
.proj-card.animate {
  animation-play-state: running !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --purple-deep: #0a0010;
  --purple-dark: #12002a;
  --purple-mid: #3d0070;
  --purple-bright: #7b2fff;
  --purple-neon: #a855f7;
  --purple-glow: #c084fc;
  --pink-accent: #f0abfc;
  --gold: #f5c842;
  --white: #ffffff;
}

html,
body {
  width: 100%;
  height: 100%;
  background: var(--purple-deep);
  font-family: "Rajdhani", sans-serif;
  color: var(--white);
}

/* ─── PIXEL GRID BACKGROUND ─────────────────────────────── */
.bg-wrap {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

/* deep base gradient */
.bg-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(61, 0, 112, 0.5333333333) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 20%, rgba(123, 47, 255, 0.1333333333) 0%, transparent 60%), linear-gradient(180deg, #0a0010 0%, #12002a 50%, #0a0010 100%);
}

/* grid lines overlay */
.bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(123, 47, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(123, 47, 255, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ── Canvas for flying pixel squares ── */
#pixelCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* subtle radial vignette on top */
.bg-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(10, 0, 16, 0.75) 100%);
}

/* ─── PAGE CONTENT ───────────────────────────────────────── */
.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-top: 82px;
}

/* NAV */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 0, 16, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s, border-color 0.3s, padding 0.3s, box-shadow 0.3s;
}

nav.scrolled {
  background: rgba(10, 0, 16, 0.92);
  border-bottom-color: rgba(123, 47, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(123, 47, 255, 0.1333333333);
  padding: 14px 60px;
}

/* neon bottom border on nav */
nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 10px rgba(123, 47, 255, 0.5333333333), 0 0 20px rgba(123, 47, 255, 0.2666666667);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.logo {
  font-family: "Orbitron", monospace;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--purple-neon);
  letter-spacing: 0.05em;
  animation: logoPulse 2.8s ease-in-out infinite;
  position: relative;
}

/* blinking cursor pixel on logo */
.logo::after {
  content: "▮";
  font-size: 0.6rem;
  vertical-align: super;
  margin-left: 3px;
  color: var(--purple-glow);
  animation: logoPixelBlink 1.8s step-end infinite;
}

.logo span {
  color: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 0.25s, text-shadow 0.25s;
  position: relative;
}

/* neon underline on hover */
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1.5px;
  width: 0;
  background: linear-gradient(90deg, #7b2fff, #c084fc);
  box-shadow: 0 0 6px #a855f7;
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: var(--purple-glow);
  text-shadow: 0 0 12px rgba(168, 85, 247, 0.5333333333);
}

.nav-links a:hover::after {
  width: 100%;
}

/* active link */
.nav-links a.active {
  color: #fff;
  text-shadow: 0 0 8px #a855f7;
  font-weight: 700;
}

.nav-links a.active::after {
  width: 100%;
}

/* nav dot separator */
.nav-dot {
  width: 5px;
  height: 5px;
  background: var(--purple-bright);
  border-radius: 1px;
  box-shadow: 0 0 8px var(--purple-neon);
  display: inline-block;
  transform: rotate(45deg);
}

.btn-nav {
  background: linear-gradient(135deg, var(--purple-bright), var(--purple-neon));
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: btnNavPulse 2.5s ease-in-out infinite;
  transition: transform 0.2s;
  position: relative;
  overflow: hidden;
}

/* shimmer sweep on btn-nav */
.btn-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.5s ease;
}

.btn-nav:hover::before {
  left: 150%;
}

.btn-nav:hover {
  transform: translateY(-2px);
}

/* HERO */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 60px 40px;
  gap: 40px;
  min-height: calc(100vh - 120px);
}

.hero-text {
  flex: 0 0 auto;
  max-width: 600px;
}

.hero-label {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.85rem;
  color: rgba(168, 85, 247, 0.6);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  border: 1px solid rgba(123, 47, 255, 0.2);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 4px;
  animation: heroBadgePulse 3s ease-in-out infinite;
}

.hero-greeting {
  font-family: "Orbitron", monospace;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.12);
}

.hero-name {
  font-family: "Orbitron", monospace;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--purple-neon);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
  animation: namePulse 3s ease-in-out infinite;
}

.hero-role {
  font-family: "Orbitron", monospace;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--purple-bright);
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: rolePulse 2.5s ease-in-out infinite;
}

.hero-sub {
  font-size: 1.05rem;
  color: #bbb;
  line-height: 1.6;
  margin-bottom: 36px;
}

.hero-btns {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #c8973a, var(--gold));
  color: #1a0a00;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: "Orbitron", monospace;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  animation: btnGoldPulse 2.4s ease-in-out infinite;
  transition: transform 0.2s;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.5s ease;
}

.btn-primary:hover::before {
  left: 150%;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-block;
  border: 1.5px solid #555;
  color: #ccc;
  padding: 13px 30px;
  border-radius: 50px;
  font-family: "Orbitron", monospace;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.btn-secondary:hover {
  border-color: var(--purple-neon);
  color: var(--purple-neon);
  box-shadow: 0 0 15px rgba(123, 47, 255, 0.2666666667), inset 0 0 12px rgba(123, 47, 255, 0.0666666667);
}

/* HERO VISUAL */
.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-visual-box {
  width: min(420px, 100%);
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* pulsing rings */
.ring {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--purple-bright);
  animation: visualPulseRing 3s ease-in-out infinite;
}

.ring-1 {
  width: 100%;
  height: 100%;
  border-color: rgba(123, 47, 255, 0.2666666667);
  animation-delay: 0s;
}

.ring-2 {
  width: 75%;
  height: 75%;
  border-color: rgba(168, 85, 247, 0.3333333333);
  animation-delay: 0.6s;
}

.ring-3 {
  width: 50%;
  height: 50%;
  border-color: rgba(192, 132, 252, 0.4);
  animation-delay: 1.2s;
}

/* inner glow blob */
.ring-core {
  width: 38%;
  height: 38%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 47, 255, 0.3333333333) 0%, rgba(61, 0, 112, 0.2) 60%, transparent 100%);
  box-shadow: 0 0 40px rgba(123, 47, 255, 0.4), 0 0 80px rgba(61, 0, 112, 0.2666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Orbitron", monospace;
  font-size: 1.1rem;
  color: var(--purple-neon);
  text-shadow: 0 0 20px #a855f7;
  text-decoration: none;
  animation: namePulse 3s ease-in-out infinite;
  cursor: pointer;
  transition: box-shadow 0.3s, background 0.3s;
}

.ring-core:hover {
  box-shadow: 0 0 60px rgba(168, 85, 247, 0.6666666667), 0 0 100px rgba(123, 47, 255, 0.4);
  background: radial-gradient(circle, rgba(123, 47, 255, 0.4666666667) 0%, rgba(61, 0, 112, 0.3333333333) 60%, transparent 100%);
}

.ring-core-text {
  display: flex;
  align-items: center;
}

.bracket,
.bracket-close {
  color: var(--purple-neon);
  text-shadow: 0 0 20px #a855f7;
  flex-shrink: 0;
}

/* typewriter container */
.ring-core-type {
  display: inline-flex;
  color: var(--purple-glow);
  text-shadow: 0 0 16px #c084fc, 0 0 30px rgba(168, 85, 247, 0.4);
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}

.ring-core-type .l {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.05s;
}

.ring-core-type .cursor {
  display: inline-block;
  width: 2px;
  height: 0.85em;
  background: #c084fc;
  vertical-align: middle;
  margin-left: 2px;
  opacity: 0;
  box-shadow: 0 0 6px #c084fc;
}

@keyframes cursorBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* orbiting dots */
.orbit-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--purple-neon);
  box-shadow: 0 0 12px var(--purple-bright), 0 0 24px var(--purple-neon);
  top: 50%;
  left: 50%;
  margin: -5px;
  transform-origin: 0 0;
  animation: visualOrbit 6s linear infinite;
  pointer-events: none;
}

.orbit-dot-2 {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold), 0 0 20px rgba(245, 200, 66, 0.5333333333);
  top: 50%;
  left: 50%;
  margin: -3.5px;
  transform-origin: 0 0;
  animation: visualOrbit2 4s linear infinite;
  pointer-events: none;
}

/* SERVICES STRIP */
.services {
  padding: 60px 60px 40px;
  position: relative;
}

.section-title {
  text-align: center;
  font-family: "Orbitron", monospace;
  font-size: 1rem;
  color: var(--purple-glow);
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  text-shadow: 0 0 15px rgba(168, 85, 247, 0.4666666667);
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, transparent);
  box-shadow: 0 0 8px rgba(123, 47, 255, 0.4);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  align-items: stretch;
}

.cards-row {
  display: contents;
}

@media (max-width: 1024px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card {
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  border-radius: 14px;
  padding: 22px 18px 28px;
  background: rgba(123, 47, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: border-color 0.3s, background 0.3s, transform 0.3s, box-shadow 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: cardBorderGlow 4s ease-in-out infinite;
}

/* corner accent lines */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid rgba(123, 47, 255, 0.5333333333);
  border-left: 2px solid rgba(123, 47, 255, 0.5333333333);
  border-radius: 12px 0 0 0;
  transition: border-color 0.3s;
}

.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid rgba(123, 47, 255, 0.2666666667);
  border-right: 2px solid rgba(123, 47, 255, 0.2666666667);
  border-radius: 0 0 12px 0;
  transition: border-color 0.3s;
}

.card:hover {
  border-color: rgba(123, 47, 255, 0.5333333333);
  background: rgba(123, 47, 255, 0.14);
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(123, 47, 255, 0.2), 0 0 1px rgba(168, 85, 247, 0.2666666667);
}

.card:hover::before {
  border-color: rgba(168, 85, 247, 0.8);
}

.card:hover::after {
  border-color: rgba(168, 85, 247, 0.6);
}

/* scan line effect on card hover */
.card .scan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.5333333333), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  animation: scanLine 3s ease-in-out infinite;
  animation-play-state: paused;
}

.card:hover .scan {
  animation-play-state: running;
  opacity: 1;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.card:nth-child(1) .card-icon {
  background: rgba(123, 47, 255, 0.35);
  border: 1.5px solid rgba(123, 47, 255, 0.5333333333);
  box-shadow: 0 0 18px rgba(123, 47, 255, 0.2666666667);
  animation: iconGlow 3s ease-in-out infinite;
}

.card:nth-child(2) .card-icon {
  background: rgba(80, 20, 180, 0.35);
  border: 1.5px solid rgba(96, 16, 204, 0.5333333333);
  box-shadow: 0 0 18px rgba(96, 16, 204, 0.2666666667);
  animation: iconGlow 3s ease-in-out infinite 0.8s;
}

.card:nth-child(3) .card-icon {
  background: rgba(200, 40, 120, 0.35);
  border: 1.5px solid rgba(200, 40, 120, 0.5333333333);
  box-shadow: 0 0 18px rgba(200, 40, 120, 0.2666666667);
  animation: iconGlowPink 3s ease-in-out infinite 1.6s;
}

.card:nth-child(4) .card-icon {
  background: rgba(210, 100, 10, 0.35);
  border: 1.5px solid rgba(210, 100, 10, 0.5333333333);
  box-shadow: 0 0 18px rgba(210, 100, 10, 0.2666666667);
  animation: iconGlowOrange 3s ease-in-out infinite 2.4s;
}

.card:nth-child(5) .card-icon {
  background: rgba(20, 100, 220, 0.35);
  border: 1.5px solid rgba(20, 100, 220, 0.5333333333);
  box-shadow: 0 0 18px rgba(20, 100, 220, 0.2666666667);
  animation: iconGlowBlue 3s ease-in-out infinite 3.2s;
}

.card h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.02em;
}

.card p {
  font-size: 0.82rem;
  color: #aaa;
  line-height: 1.55;
}

/* STATS */
.stats {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px 80px;
  position: relative;
}

.stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 10px rgba(123, 47, 255, 0.5333333333);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.stat-group {
  display: flex;
  gap: 60px;
  align-items: center;
}

.stat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-num {
  font-family: "Orbitron", monospace;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--purple-neon);
  line-height: 1;
  animation: statNumGlow 2.8s ease-in-out infinite;
  white-space: nowrap;
}

.stat:nth-child(3) .stat-num {
  animation-delay: 0.5s;
}

.stat:nth-child(5) .stat-num {
  animation-delay: 1s;
}

.stat-label {
  font-size: 0.85rem;
  color: #888;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--purple-bright), transparent);
  align-self: center;
  flex-shrink: 0;
  animation: dividerPulse 2.5s ease-in-out infinite;
}

.stat-divider:last-of-type {
  animation-delay: 0.8s;
}

@media (max-width: 1024px) {
  .stat {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .stat-label {
    text-align: center;
  }
  .stat-num {
    font-size: 2.4rem;
  }
  .stat-group {
    gap: 36px;
  }
}
@media (max-width: 640px) {
  .stat-group {
    gap: 20px;
  }
  .stat-num {
    font-size: 2rem;
  }
  .stats {
    padding: 40px 24px 60px;
  }
  .stats::before {
    left: 24px;
    right: 24px;
  }
}
/* ─── CONTACT FORM ───────────────────────────────── */
@keyframes inputGlow {
  0%, 100% {
    box-shadow: 0 0 0px transparent;
  }
  50% {
    box-shadow: 0 0 12px rgba(123, 47, 255, 0.2);
  }
}
.contact-section {
  padding: 80px 60px 100px;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 10px rgba(123, 47, 255, 0.5333333333);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto;
}

/* left side info */
.contact-left h2 {
  font-family: "Orbitron", monospace;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.contact-left h2 span {
  color: var(--purple-neon);
  animation: namePulse 3s ease-in-out infinite;
  display: block;
}

.contact-left p {
  font-size: 0.95rem;
  color: #999;
  line-height: 1.7;
  margin-bottom: 36px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #bbb;
  font-size: 0.9rem;
  margin-bottom: 14px;
  transition: color 0.3s;
}

.contact-detail:hover {
  color: var(--purple-glow);
}

.contact-detail-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(123, 47, 255, 0.3333333333);
  background: rgba(123, 47, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--purple-neon);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
  animation: contactIconGlow 3s ease-in-out infinite;
}

.contact-detail:nth-child(2) .contact-detail-icon {
  animation-delay: 0.6s;
}

.contact-detail:nth-child(3) .contact-detail-icon {
  animation-delay: 1.2s;
}

.contact-detail:hover .contact-detail-icon {
  border-color: rgba(168, 85, 247, 0.6);
  background: rgba(123, 47, 255, 0.28);
  box-shadow: 0 0 16px rgba(123, 47, 255, 0.3333333333);
}

/* form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-group label {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  color: #7b2fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(123, 47, 255, 0.06);
  border: 1px solid rgba(123, 47, 255, 0.2);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
  width: 100%;
  -webkit-appearance: none;
}

.form-group select option {
  background: #12002a;
  color: #fff;
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #555;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #555;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: rgba(168, 85, 247, 0.6);
  background: rgba(123, 47, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(123, 47, 255, 0.0941176471), 0 0 20px rgba(123, 47, 255, 0.1333333333);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* submit button */
.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #7b2fff, #a855f7);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 32px;
  font-family: "Orbitron", monospace;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: btnNavPulse 2.5s ease-in-out infinite;
  transition: transform 0.2s;
  align-self: flex-start;
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-submit:hover::before {
  left: 150%;
}

.btn-submit:hover {
  transform: translateY(-2px);
}

.btn-submit svg {
  transition: transform 0.3s;
}

.btn-submit:hover svg {
  transform: translateX(4px);
}

/* footer strip */
.footer {
  text-align: center;
  padding: 24px 60px;
  border-top: 1px solid rgba(123, 47, 255, 0.1333333333);
  font-family: "Share Tech Mono", monospace;
  font-size: 0.75rem;
  color: #444;
  letter-spacing: 0.08em;
}

.footer span {
  color: rgba(123, 47, 255, 0.5333333333);
}

/* ─── TIMELINE (FORMAÇÃO + EXPERIÊNCIA) ─────────────── */
.timeline-section {
  padding: 80px 60px;
  position: relative;
}

.timeline-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 10px rgba(123, 47, 255, 0.5333333333);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.timeline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  .timeline-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.timeline-col-title {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--purple-neon);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.timeline-col-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(123, 47, 255, 0.3333333333), transparent);
}

/* vertical line */
.timeline-col {
  position: relative;
  padding-left: 28px;
}

.timeline-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, #7b2fff, rgba(168, 85, 247, 0.3333333333), transparent);
}

.tl-item {
  position: relative;
  margin-bottom: 32px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.031372549);
  border-radius: 12px;
  background: rgba(123, 47, 255, 0.04);
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}

.tl-item:last-child {
  margin-bottom: 0;
}

.tl-item:hover {
  border-color: rgba(123, 47, 255, 0.3333333333);
  background: rgba(123, 47, 255, 0.09);
  transform: translateX(4px);
}

/* dot on the line */
.tl-item::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--purple-neon);
  box-shadow: 0 0 10px #a855f7, 0 0 20px rgba(123, 47, 255, 0.4);
  transform: rotate(45deg);
}

.tl-date {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  color: #7b2fff;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.tl-title {
  font-family: "Orbitron", monospace;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

.tl-sub {
  font-size: 0.8rem;
  color: var(--purple-glow);
  margin-bottom: 8px;
  font-style: italic;
}

.tl-desc {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.55;
}

.tl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.tl-tag {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.62rem;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(123, 47, 255, 0.2666666667);
  color: #a855f7;
  background: rgba(123, 47, 255, 0.08);
  letter-spacing: 0.06em;
}

@keyframes tabUnderSlide {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes cardsSwitch {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cat-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.cat-tab {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 8px;
  border: 1px solid rgba(123, 47, 255, 0.2);
  background: rgba(123, 47, 255, 0.04);
  color: #888;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.cat-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7b2fff, #c084fc);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.cat-tab:hover {
  border-color: rgba(123, 47, 255, 0.4);
  color: #ccc;
  background: rgba(123, 47, 255, 0.08);
}

.cat-tab:hover::after {
  transform: scaleX(1);
}

.cat-tab.active {
  border-color: rgba(168, 85, 247, 0.6);
  background: rgba(123, 47, 255, 0.15);
  color: #fff;
  box-shadow: 0 0 16px rgba(123, 47, 255, 0.2), inset 0 0 12px rgba(123, 47, 255, 0.0392156863);
  text-shadow: 0 0 10px rgba(168, 85, 247, 0.4);
}

.cat-tab.active::after {
  transform: scaleX(1);
  box-shadow: 0 0 6px #a855f7;
}

.cat-icon {
  font-size: 1rem;
}

/* category badge inside card */
.proj-cat-badge {
  font-family: "Share Tech Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.proj-cat-badge.web {
  color: #60a5fa;
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: rgba(59, 130, 246, 0.0666666667);
}

.proj-cat-badge.app {
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.2);
  background: rgba(16, 185, 129, 0.0666666667);
}

.proj-cat-badge.ui {
  color: #f472b6;
  border: 1px solid rgba(236, 72, 153, 0.2);
  background: rgba(236, 72, 153, 0.0666666667);
}

.proj-cat-badge.api {
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.2);
  background: rgba(245, 158, 11, 0.0666666667);
}

.proj-cat-badge.host {
  color: #a78bfa;
  border: 1px solid rgba(139, 92, 246, 0.2);
  background: rgba(139, 92, 246, 0.0666666667);
}

/* ─── PORTFOLIO GRID ──────────────────────────── */
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio {
  padding: 60px 0 80px;
  position: relative;
}

.portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 10px rgba(123, 47, 255, 0.5333333333);
  animation: sectionLinePulse 3s ease-in-out infinite;
}

.portfolio > .section-title {
  padding: 0 60px;
}

/* sticky tabs */
.cat-tabs-wrap {
  position: sticky;
  top: 62px;
  /* nav height */
  z-index: 50;
  background: rgba(10, 0, 16, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(123, 47, 255, 0.1333333333);
  padding: 14px 60px;
  margin-bottom: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

/* proj grid */
.proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 60px;
}

@media (max-width: 1024px) {
  .proj-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .proj-grid {
    grid-template-columns: 1fr;
  }
}
/* each card */
.proj-card {
  border: 1px solid rgba(255, 255, 255, 0.0588235294);
  border-radius: 16px;
  background: rgba(123, 47, 255, 0.05);
  backdrop-filter: blur(8px);
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  animation: cardFadeIn 0.4s ease both;
}

.proj-card:hover {
  border-color: rgba(123, 47, 255, 0.4666666667);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(123, 47, 255, 0.1333333333), 0 0 1px rgba(168, 85, 247, 0.2);
}

.proj-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-top: 2px solid rgba(123, 47, 255, 0.6);
  border-left: 2px solid rgba(123, 47, 255, 0.6);
  border-radius: 16px 0 0 0;
  z-index: 2;
  transition: border-color 0.3s;
}

.proj-card:hover::before {
  border-color: rgba(192, 132, 252, 0.8);
}

/* image area */
.proj-img {
  width: 100%;
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
}

.proj-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.85) saturate(1.1);
}

.proj-card:hover .proj-img img {
  transform: scale(1.05);
}

.proj-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 0, 16, 0.85) 100%);
  pointer-events: none;
}

.proj-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7b2fff, #a855f7, #7b2fff, transparent);
  box-shadow: 0 0 8px rgba(123, 47, 255, 0.5333333333);
  opacity: 0;
  transition: opacity 0.3s;
}

.proj-card:hover .proj-img::after {
  opacity: 1;
}

.proj-num {
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.7rem;
  color: rgba(168, 85, 247, 0.6666666667);
  background: rgba(10, 0, 16, 0.7);
  border: 1px solid rgba(123, 47, 255, 0.2666666667);
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  z-index: 3;
}

.proj-body {
  padding: 22px 22px 24px;
}

.proj-title {
  font-family: "Orbitron", monospace;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.proj-desc {
  font-size: 0.85rem;
  color: #999;
  line-height: 1.55;
}/*# sourceMappingURL=style.css.map */