@font-face {
  font-family: "Astromax";
  src: url("./assets/fonts/Astromax-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}:root {
  --bg: #050509;
  --bg-soft: #090910;
  --glass: rgba(5, 5, 9, 0.48);
  --glass-strong: rgba(5, 5, 9, 0.72);
  --glass-border: rgba(168, 121, 255, 0.22);
  --glass-border-strong: rgba(168, 121, 255, 0.42);
  --purple: #7a43d9;
  --purple-light: #a879ff;
  --purple-dark: #3a176f;
  --purple-glow: rgba(122, 67, 217, 0.32);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --soft-white: rgba(255, 255, 255, 0.82);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(122, 67, 217, 0.2), transparent 25rem),
    radial-gradient(circle at 86% 20%, rgba(168, 121, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, var(--bg), #020204 64%, var(--bg));
  color: var(--text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(180deg, #000, transparent 76%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header,
.home,
.site-footer {
  position: relative;
  z-index: 1;
}

.glass-surface,
.glass-card,
.glass-button,
.site-header {
  border: 1px solid var(--glass-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--glass);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.site-header {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(1220px, calc(100% - 40px));
  min-height: 72px;
  align-items: center;
  gap: 20px;
  padding: 10px 12px;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(168, 121, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
    var(--glass-strong);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36), 0 0 36px rgba(122, 67, 217, 0.12);
}

.brand {
  display: flex;
  width: 138px;
  height: 52px;
  align-items: center;
  overflow: visible;
  background: transparent;
}

.brand img,
.site-footer img,
.contact-mini img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
  transform: none;
}

.brand img {
  width: 138px;
  max-width: 100%;
}

.nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.35vw, 20px);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a,
.btn,
.header-cta,
.glass-card,
.glass-surface {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.nav-links a:hover {
  color: var(--purple-light);
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.btn-primary,
.header-cta {
  border-color: rgba(168, 121, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #a879ff 0%, #7a43d9 48%, #4a1c91 100%);
  box-shadow: 0 14px 38px rgba(122, 67, 217, 0.28);
}

.btn-secondary {
  color: var(--soft-white);
}

.btn:hover,
.header-cta:hover,
.glass-card:hover {
  transform: translateY(-4px);
  border-color: var(--glass-border-strong);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.46),
    0 0 38px rgba(122, 67, 217, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-section,
.section,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.88fr);
  min-height: 100vh;
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
  padding: 150px 0 94px;
}

.glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(6px);
}

.glow-one {
  right: -160px;
  top: 130px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(122, 67, 217, 0.22), transparent 68%);
}

.glow-two {
  left: -220px;
  bottom: 70px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(168, 121, 255, 0.13), transparent 70%);
}

.hero-copy,
.hero-showcase,
.section-heading,
.split-feature,
.process-line,
.services-grid,
.portfolio-grid,
.method-steps,
.cta-card {
  position: relative;
  z-index: 2;
}

.eyebrow,
.showcase-header span,
.service-card span,
.project-card span,
.method-steps span,
.process-line span {
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-shadow: 0 0 18px rgba(168, 121, 255, 0.28);
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 16px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 22px;
  color: var(--text);
  font-size: clamp(2.85rem, 4.55vw, 4.85rem);
  line-height: 1.02;
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4.25rem);
}

h3,
.method-steps strong,
.showcase-header strong {
  font-family: Inter, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-copy > p,
.section-heading > p,
.feature-copy p,
.process-line p,
.service-card p,
.project-card p,
.method-steps p,
.cta-card p {
  color: var(--muted);
  line-height: 1.56;
}

.hero-copy > p,
.section-heading > p,
.cta-card p {
  max-width: 710px;
  font-size: clamp(1rem, 1.26vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-showcase {
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 34px;
}

.showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.showcase-main,
.showcase-stack figure,
.feature-visual,
.project-card {
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
}

.showcase-main {
  height: 360px;
}

.showcase-main img,
.showcase-stack img,
.feature-visual img,
.project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.showcase-stack figure {
  height: 150px;
}

.hero-showcase > p {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--soft-white);
  font-size: 0.95rem;
  line-height: 1.48;
}

.section {
  position: relative;
  padding: clamp(88px, 10vw, 138px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 980px;
}

.section-heading.compact {
  max-width: 820px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.feature-copy {
  max-width: 660px;
}

.feature-copy p {
  font-size: clamp(1.08rem, 1.5vw, 1.34rem);
}

.feature-copy strong {
  display: block;
  margin-top: 28px;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.15;
}

.feature-visual {
  height: 460px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 34px;
}

.process-line article {
  min-height: 240px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.018);
}

.process-line h3,
.service-card h3 {
  margin: 36px 0 12px;
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  line-height: 1.08;
}

.services-grid,
.portfolio-grid,
.method-steps {
  display: grid;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  min-height: 245px;
  padding: 26px;
  border-radius: var(--radius-lg);
}

.portfolio-grid {
  grid-template-columns: repeat(3, 1fr);
}

.project-card img {
  height: 260px;
  transition: transform 420ms ease;
}

.project-card:hover img {
  transform: scale(1.035);
}

.project-card div {
  padding: 24px;
}

.project-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
}

.method-steps {
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-steps li {
  min-height: 290px;
  padding: 28px;
  border-radius: var(--radius-lg);
}

.method-steps strong {
  display: block;
  margin: 42px 0 14px;
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 36px;
}

.contact-mini {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.contact-mini img {
  width: 300px;
  max-width: 100%;
  max-height: 110px;
  margin-bottom: 24px;
}

.contact-mini a,
.site-footer a {
  color: var(--muted);
  transition: color 160ms ease;
}

.contact-mini a {
  display: block;
  width: fit-content;
  margin-top: 14px;
}

.contact-mini a:hover,
.site-footer a:hover {
  color: var(--purple-light);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--muted);
}

.site-footer img {
  width: 170px;
  max-height: 64px;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.js-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .portfolio-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-links {
    display: none;
  }

  /* no mobile/tablet, o CTA do header não fica na barra */
  .header-cta {
    display: none;
  }

  .hero-section,
  .split-feature,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-showcase {
    max-width: 720px;
  }

  .process-line,
  .services-grid,
  .portfolio-grid,
  .method-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero-section,
  .section,
  .site-footer {
    width: calc(100% - 22px);
  }

  .portfolio-showcase-grid {
    grid-template-columns: 1fr;
  }

.portfolio-showcase-card {
  min-height: auto;
}

.portfolio-showcase-card img {
  height: 250px;
}

.portfolio-showcase-card div {
  padding: 24px;
}

.portfolio-showcase-card h3 {
  font-size: clamp(1.7rem, 8vw, 2.35rem);
}

  .site-header {
    top: 12px;
    min-height: 62px;
    padding: 8px;
    gap: 10px;
  }

  .brand {
    width: 112px;
    height: 42px;
  }

  .brand img {
    width: 112px;
  }

  /* barra mobile compacta: somente logo + hambúrguer */
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 76px;
    height: 76px;
    padding: 10px 12px;
  }

  .brand {
    width: auto;
    height: 44px;
    min-width: 0;
  }

  .brand img {
    width: 128px;
    height: auto;
    max-width: 100%;
  }

  /* garante que o hero comece abaixo do header fixo */
  .hero-section {
    gap: 34px;
    padding-top: 124px;
    padding-bottom: 74px;
  }

  /* menu abaixo do header, glass escuro com borda roxa discreta */
  .site-header .mobile-menu {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    border-radius: 22px;
    border-color: rgba(168, 121, 255, 0.28);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      rgba(5, 5, 9, 0.76);
  }

  .hero-section {
    gap: 34px;
    padding: 112px 0 74px;
  }

  h1 {
    max-width: calc(100vw - 24px);
    font-size: clamp(2.12rem, 9.8vw, 3rem);
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(2rem, 8.8vw, 3.05rem);
    line-height: 1.04;
  }

  .hero-actions {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .hero-showcase {
    padding: 16px;
    border-radius: 26px;
  }

  .showcase-main,
  .feature-visual {
    height: 280px;
  }

  .showcase-stack,
  .process-line,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .service-card {
    border-radius: 22px;
  }

  .service-media {
    height: 150px;
  }

  .service-content {
    padding: 16px;
  }

  .service-content span {
    font-size: 0.62rem;
  }

  .service-content h3 {
    margin: 16px 0 8px;
    font-size: clamp(1rem, 4.5vw, 1.18rem);
    line-height: 1.08;
  }

  .service-content p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .showcase-stack figure {
    height: 180px;
  }

  .process-line article,
  .service-card,
  .method-steps li {
    min-height: auto;
  }

  .project-card img {
    height: 235px;
  }
  .cta-card {
    padding: 22px;
    border-radius: 28px;
  }

  .contact-mini {
    padding: 20px;
  }

  .contact-mini img {
    width: 260px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-card-visual {
  display: flex;
  min-height: auto;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
}

.service-media {
  position: relative;
  height: 210px;
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 2px) calc(var(--radius-lg) - 2px) 18px 18px;
  background: rgba(255, 255, 255, 0.04);
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 5, 9, 0.42) 100%),
    linear-gradient(135deg, rgba(168, 121, 255, 0.16), transparent 48%);
}

.service-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.service-card-visual:hover .service-media img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.service-content {
  padding: 24px;
}

.service-content h3 {
  margin: 24px 0 12px;
}

.service-content p {
  margin-bottom: 0;
}.portfolio-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.portfolio-showcase-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  border-radius: 30px;
}

.portfolio-showcase-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.portfolio-showcase-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px;
}

.portfolio-showcase-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-showcase-card h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 0.96;
}

.portfolio-showcase-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.portfolio-showcase-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.04);
}/* ===== Refino premium: O que fazemos + Método ===== */

.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
 

.process-line article {
  position: relative;
  min-height: 230px;
  padding: 32px 26px 28px;
  border: 1px solid rgba(140, 92, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at top left, rgba(140, 92, 255, 0.08), transparent 42%),
    rgba(10, 10, 18, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 40px rgba(0, 0, 0, 0.20);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}



 .process-line article:hover {
  transform: translateY(-4px);
  border-color: rgba(140, 92, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 48px rgba(0, 0, 0, 0.26);
}

.process-line article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b78cff;
  opacity: 0.95;
}

.process-line article h3 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 1.35vw, 1.95rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.process-line article p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.76);
  max-width: 30ch;
}

/* Método */
.method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.method-steps li {
  position: relative;
  padding: 32px 26px 28px;
  min-height: 230px;
  border-radius: 26px;
  border: 1px solid rgba(140, 92, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    radial-gradient(circle at top left, rgba(140, 92, 255, 0.08), transparent 42%),
    rgba(10, 10, 18, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 14px 40px rgba(0,0,0,0.20);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.method-steps li:hover {
  transform: translateY(-4px);
  border-color: rgba(140, 92, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 20px 48px rgba(0,0,0,0.26);
}

.method-steps li span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b78cff;
}

.method-steps li strong {
  display: block;
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 1.35vw, 1.9rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.method-steps li p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(255,255,255,0.76);
  max-width: 30ch;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media (min-width: 1280px) {
  .section {
  width: min(1180px, calc(100% - 72px));
  padding-top: 88px;
  padding-bottom: 88px;
}

  .section-heading.narrow,
  .section-heading.compact {
    max-width: 900px;
  }

  .section-heading.narrow h2,
.section-heading.compact h2 {
  font-size: clamp(2.55rem, 3.45vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 980px;
  margin-bottom: 22px;
}

  .section-heading.narrow p,
  .section-heading.compact p {
    max-width: 760px;
    font-size: 1.02rem;
    line-height: 1.65;
  }

  .process-line,
  .method-steps {
    gap: 22px;
    margin-top: 34px;
  }

  .process-line article,
  .method-steps li {
    padding: 28px 22px 26px;
    min-height: auto;
  }

  .process-line article h3 {
    font-size: clamp(1.5rem, 1.9vw, 1.9rem);
    line-height: 1.08;
    margin: 14px 0 14px;
  }

  .method-steps li strong {
    display: block;
    font-size: clamp(1.45rem, 1.8vw, 1.8rem);
    line-height: 1.08;
    margin: 14px 0 14px;
  }

  .process-line article p,
  .method-steps li p {
    font-size: 1rem;
    line-height: 1.6;
  }
}/* =========================================================
   AJUSTE DA LOGO NO MENU
========================================================= */
.site-header .brand img,
.site-header .logo img,
.site-header .site-logo img,
.site-header .brand-mark img,
.site-header a img {
  height: 34px;
  width: auto;
  display: block;
}


/* =========================================================
   PORTFÓLIO — NOVO VISUAL
========================================================= */
.portfolio-grid,
.portfolio-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* card */
.portfolio-grid .project-card,
.portfolio-grid .portfolio-showcase-card,
.portfolio-showcase-grid .portfolio-showcase-card {
  position: relative;
  min-height: 340px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(140, 92, 255, 0.16);
  background: linear-gradient(180deg, rgba(20, 20, 28, 0.88), rgba(8, 8, 14, 0.96));
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 50px rgba(0,0,0,0.30);
  padding: 0;
}

/* imagem ocupando o card inteiro */
.portfolio-grid .project-card img,
.portfolio-grid .portfolio-showcase-card img,
.portfolio-showcase-grid .portfolio-showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

/* leve zoom no hover */
.portfolio-grid .project-card:hover img,
.portfolio-grid .portfolio-showcase-card:hover img,
.portfolio-showcase-grid .portfolio-showcase-card:hover img {
  transform: scale(1.04);
}

/* camada escura por cima da imagem */
.portfolio-grid .project-card::after,
.portfolio-grid .portfolio-showcase-card::after,
.portfolio-showcase-grid .portfolio-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.30) 70%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: 1;
}

/* área do texto em cima da imagem */
.portfolio-grid .project-card > div,
.portfolio-grid .portfolio-showcase-card > div,
.portfolio-showcase-grid .portfolio-showcase-card > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 18px 18px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.30) 55%,
    rgba(0,0,0,0) 100%
  );
}

/* categoria */
.portfolio-grid .project-card span,
.portfolio-grid .portfolio-showcase-card span,
.portfolio-showcase-grid .portfolio-showcase-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b084ff;
}

/* título */
.portfolio-grid .project-card h3,
.portfolio-grid .portfolio-showcase-card h3,
.portfolio-showcase-grid .portfolio-showcase-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.06;
}

/* descrição */
.portfolio-grid .project-card p,
.portfolio-grid .portfolio-showcase-card p,
.portfolio-showcase-grid .portfolio-showcase-card p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  font-size: 0.96rem;
  line-height: 1.45;
}

/* responsivo */
@media (max-width: 1200px) {
  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid .project-card,
  .portfolio-grid .portfolio-showcase-card,
  .portfolio-showcase-grid .portfolio-showcase-card {
    min-height: 300px;
  }
}/* =========================================================
   AJUSTE FINAL — PORTFÓLIO 3 POR LINHA + CARDS HORIZONTAIS
========================================================= */

.portfolio-grid,
.portfolio-showcase-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.portfolio-grid .project-card,
.portfolio-grid .portfolio-showcase-card,
.portfolio-showcase-grid .portfolio-showcase-card {
  min-height: 240px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(18,18,24,0.92), rgba(8,8,14,0.98)) !important;
  border: 1px solid rgba(140, 92, 255, 0.16) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 18px 50px rgba(0,0,0,0.28) !important;
}

/* imagem ocupando todo o card */
.portfolio-grid .project-card img,
.portfolio-grid .portfolio-showcase-card img,
.portfolio-showcase-grid .portfolio-showcase-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  inset: 0 !important;
}

/* overlay mais forte para dar contraste no texto */
.portfolio-grid .project-card::after,
.portfolio-grid .portfolio-showcase-card::after,
.portfolio-showcase-grid .portfolio-showcase-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.72) 35%,
      rgba(0, 0, 0, 0.32) 62%,
      rgba(0, 0, 0, 0.08) 100%
    ) !important;
}

/* bloco do texto por cima da imagem */
.portfolio-grid .project-card > div,
.portfolio-grid .portfolio-showcase-card > div,
.portfolio-showcase-grid .portfolio-showcase-card > div {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
  padding: 18px 18px 16px !important;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.22) 55%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

/* categoria pequena */
.portfolio-grid .project-card span,
.portfolio-grid .portfolio-showcase-card span,
.portfolio-showcase-grid .portfolio-showcase-card span {
  display: inline-block !important;
  margin-bottom: 8px !important;
  color: #a86bff !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.45) !important;
}

/* título do card */
.portfolio-grid .project-card h3,
.portfolio-grid .portfolio-showcase-card h3,
.portfolio-showcase-grid .portfolio-showcase-card h3 {
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  line-height: 1.1 !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55) !important;
}

/* descrição do card */
.portfolio-grid .project-card p,
.portfolio-grid .portfolio-showcase-card p,
.portfolio-showcase-grid .portfolio-showcase-card p {
  margin: 0 !important;
  color: rgba(255,255,255,0.90) !important;
  font-size: 0.92rem !important;
  line-height: 1.4 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55) !important;
}

/* hover mais sutil e premium */
.portfolio-grid .project-card:hover img,
.portfolio-grid .portfolio-showcase-card:hover img,
.portfolio-showcase-grid .portfolio-showcase-card:hover img {
  transform: scale(1.03) !important;
}

.portfolio-grid .project-card:hover,
.portfolio-grid .portfolio-showcase-card:hover,
.portfolio-showcase-grid .portfolio-showcase-card:hover {
  transform: translateY(-4px) !important;
  transition: 260ms ease !important;
}


/* =========================================================
   AJUSTE DOS RÓTULOS DAS SEÇÕES
   (SERVIÇOS, PORTFÓLIO, MÉTODO, O QUE FAZEMOS...)
========================================================= */

/* tente estes seletores mais comuns */
.section-label,
.section-kicker,
.section-eyebrow,
.section-tag,
.section-subtitle,
.overline,
.eyebrow,
.kicker {
  color: #a86bff !important;
  font-weight: 800 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

/* caso o seu HTML use spans pequenos antes do título */
section > span:first-child,
section .container > span:first-child {
  color: #a86bff !important;
}

/* títulos grandes continuam brancos */
section h1,
section h2,
section h3 {
  color: #ffffff;
}


/* =========================================================
   RESPONSIVO
========================================================= */
@media (max-width: 1100px) {
  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .portfolio-grid .project-card,
  .portfolio-grid .portfolio-showcase-card,
  .portfolio-showcase-grid .portfolio-showcase-card {
    min-height: 220px !important;
  }

  .portfolio-grid .project-card > div,
  .portfolio-grid .portfolio-showcase-card > div,
  .portfolio-showcase-grid .portfolio-showcase-card > div {
    padding: 14px 12px 12px !important;
  }

  .portfolio-grid .project-card span,
  .portfolio-grid .portfolio-showcase-card span,
  .portfolio-showcase-grid .portfolio-showcase-card span {
    margin-bottom: 6px !important;
    font-size: 0.62rem !important;
  }

  .portfolio-grid .project-card h3,
  .portfolio-grid .portfolio-showcase-card h3,
  .portfolio-showcase-grid .portfolio-showcase-card h3 {
    font-size: 0.92rem !important;
    line-height: 1.08 !important;
  }

  .portfolio-grid .project-card p,
  .portfolio-grid .portfolio-showcase-card p,
  .portfolio-showcase-grid .portfolio-showcase-card p {
    font-size: 0.76rem !important;
    line-height: 1.32 !important;
  }
}/* =========================================================
   JOURNEY FLOW — O QUE FAZEMOS + MÉTODO
========================================================= */

.journey-flow {
  position: relative;
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 20px 0;
}

.journey-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    rgba(140, 92, 255, 0.10),
    rgba(140, 92, 255, 0.90),
    rgba(140, 92, 255, 0.10)
  );
  box-shadow: 0 0 26px rgba(140, 92, 255, 0.28);
  pointer-events: none;
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  min-height: 170px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.journey-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.journey-step-center {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ffffff, #b58cff 40%, #7e4dff 75%);
  box-shadow:
    0 0 0 8px rgba(140, 92, 255, 0.10),
    0 0 24px rgba(140, 92, 255, 0.40),
    0 0 48px rgba(140, 92, 255, 0.20);
  animation: pulseDot 2.8s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

.journey-step-side {
  position: relative;
}

.journey-step-empty {
  min-height: 1px;
}

.journey-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 28px 28px 24px;
  background:
    linear-gradient(180deg, rgba(24, 24, 32, 0.92), rgba(10, 10, 16, 0.98));
  border: 1px solid rgba(140, 92, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.journey-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(140, 92, 255, 0.12), transparent 45%);
  pointer-events: none;
}

.journey-card:hover {
  transform: translateY(-6px);
  border-color: rgba(140, 92, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 48px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(140, 92, 255, 0.10);
}

.journey-mini-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #a86bff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.04;
}

.journey-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 42ch;
}

.journey-step.left .journey-step-side::after,
.journey-step.right .journey-step-side::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 1px;
  background: linear-gradient(to right, rgba(140, 92, 255, 0.05), rgba(140, 92, 255, 0.55));
  transform: translateY(-50%);
}

.journey-step.left .journey-step-side::after {
  right: -48px;
}

.journey-step.right .journey-step-side::before {
  left: -48px;
  background: linear-gradient(to left, rgba(140, 92, 255, 0.05), rgba(140, 92, 255, 0.55));
}

@media (max-width: 900px) {
  .journey-line {
    left: 18px;
    transform: none;
  }

  .journey-step {
    grid-template-columns: 36px 1fr;
    gap: 16px;
    min-height: auto;
  }

  .journey-step.left,
  .journey-step.right {
    display: grid;
    grid-template-columns: 36px 1fr;
  }

  .journey-step-side,
  .journey-step-empty {
    grid-column: 2;
  }

  .journey-step-center {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    justify-content: flex-start;
    padding-top: 18px;
  }

  .journey-step.left .journey-step-side::after,
  .journey-step.right .journey-step-side::before {
    display: none;
  }

  .journey-card {
    padding: 24px 22px 22px;
  }

  .journey-card h3 {
    font-size: 1.45rem;
  }

  .journey-card p {
    font-size: 0.96rem;
    line-height: 1.6;
  }
}/* =========================================================
   FLUXO ELEVA — PREMIUM FUTURISTA EQUILIBRADO
   Aplica somente em O que fazemos + Método
========================================================= */

.neon-path {
  --flow-purple: #a86bff;
  --flow-purple-2: #7f45ff;
  --flow-light: #efe2ff;
  --flow-muted: rgba(255, 255, 255, 0.72);

  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 72px;
  align-items: center;
  margin-top: 56px;
  padding: 156px 18px 148px;
  isolation: isolate;
}

/* aura geral do sistema */
.neon-path::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 112px;
  transform: translateY(-50%);
  background:
    radial-gradient(
      ellipse at 50% 50%,
      rgba(168, 107, 255, 0.13),
      rgba(168, 107, 255, 0.045) 38%,
      transparent 72%
    );
  pointer-events: none;
  z-index: 0;
}

/* linha principal */
.neon-path-line {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(127, 69, 255, 0.12) 4%,
      rgba(168, 107, 255, 0.66) 15%,
      rgba(239, 226, 255, 1) 50%,
      rgba(168, 107, 255, 0.66) 85%,
      rgba(127, 69, 255, 0.12) 96%,
      transparent 100%
    );
  box-shadow:
    0 0 8px rgba(168, 107, 255, 0.58),
    0 0 22px rgba(168, 107, 255, 0.32),
    0 0 58px rgba(168, 107, 255, 0.16);
  z-index: 1;
}

/* linha fantasma inferior, dá profundidade */
.neon-path-line::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 10px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(168, 107, 255, 0.18),
    rgba(239, 226, 255, 0.34),
    rgba(168, 107, 255, 0.18),
    transparent
  );
  filter: blur(0.2px);
  opacity: 0.8;
}

/* terminal técnico na direita */
.neon-path-line::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid rgba(168, 107, 255, 0.28);
  background:
    radial-gradient(circle, rgba(168, 107, 255, 0.13), transparent 58%);
  box-shadow:
    inset 0 0 18px rgba(168, 107, 255, 0.12),
    0 0 18px rgba(168, 107, 255, 0.16);
}

/* seta/HUD de entrada */
.neon-path::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 92px;
  height: 30px;
  transform: translateY(-50%);
  background:
    linear-gradient(90deg, rgba(168, 107, 255, 0.20), rgba(168, 107, 255, 0.04));
  border: 1px solid rgba(168, 107, 255, 0.34);
  clip-path: polygon(
    0 50%,
    14% 0,
    78% 0,
    100% 50%,
    78% 100%,
    14% 100%
  );
  box-shadow:
    0 0 14px rgba(168, 107, 255, 0.22),
    inset 0 0 14px rgba(168, 107, 255, 0.12);
  opacity: 0.9;
  z-index: 2;
}

.neon-step {
  position: relative;
  min-height: 280px;
  padding: 0;
  display: block;
  opacity: 1;
  transform: none;
  z-index: 3;
}

.neon-step-top {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin: 0;
  transform: translateY(-50%);
  z-index: 5;
}

/* ponto principal */
.neon-step-dot {
  position: absolute;
  left: 0;
  top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%,
      #ffffff 0%,
      #f1e7ff 16%,
      #c99cff 38%,
      #8f5dff 70%,
      #5520d3 100%
    );
  box-shadow:
    0 0 0 10px rgba(168, 107, 255, 0.10),
    0 0 0 24px rgba(168, 107, 255, 0.045),
    0 0 22px rgba(190, 130, 255, 0.82),
    0 0 58px rgba(168, 107, 255, 0.34);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
  z-index: 8;
}

/* anel técnico externo */
.neon-step-top::after {
  content: "";
  position: absolute;
  left: -18px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(168, 107, 255, 0.26);
  background:
    conic-gradient(
      from 90deg,
      rgba(168, 107, 255, 0.00),
      rgba(168, 107, 255, 0.34),
      rgba(168, 107, 255, 0.00),
      rgba(168, 107, 255, 0.20),
      rgba(168, 107, 255, 0.00)
    );
  box-shadow:
    inset 0 0 16px rgba(168, 107, 255, 0.11),
    0 0 18px rgba(168, 107, 255, 0.16);
  pointer-events: none;
  opacity: 0.78;
  z-index: 7;
}

/* pequeno núcleo interno extra */
.neon-step-top::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(239, 226, 255, 0.18);
  box-shadow: inset 0 0 12px rgba(168, 107, 255, 0.10);
  pointer-events: none;
  z-index: 6;
}

/* número */
.neon-step-number {
  position: absolute;
  left: -2px;
  font-family: "Astromax", Inter, Arial, sans-serif;
  color: var(--flow-purple);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(168, 107, 255, 0.42),
    0 0 26px rgba(168, 107, 255, 0.18);
  z-index: 9;
}

/* conector vertical padrão */
.neon-step::after {
  content: "";
  position: absolute;
  left: 11px;
  width: 1px;
  height: 62px;
  background: linear-gradient(
    180deg,
    rgba(239, 226, 255, 0.64),
    rgba(168, 107, 255, 0.42),
    rgba(168, 107, 255, 0.04)
  );
  box-shadow:
    0 0 8px rgba(168, 107, 255, 0.30),
    0 0 18px rgba(168, 107, 255, 0.12);
  z-index: 4;
}

/* microdetalhe HUD perto dos pontos */
.neon-step::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 50%;
  width: 88px;
  height: 12px;
  transform: translateY(-50%);
  background:
    linear-gradient(90deg, rgba(168, 107, 255, 0.42), transparent 72%);
  clip-path: polygon(0 42%, 70% 42%, 78% 0, 100% 50%, 78% 100%, 70% 58%, 0 58%);
  opacity: 0.62;
  z-index: 4;
}

/* itens 1 e 3 acima da linha */
.neon-step:nth-of-type(1) h3,
.neon-step:nth-of-type(3) h3 {
  position: absolute;
  left: 0;
  top: calc(50% - 205px);
}

.neon-step:nth-of-type(1) p,
.neon-step:nth-of-type(3) p {
  position: absolute;
  left: 0;
  top: calc(50% - 160px);
}

.neon-step:nth-of-type(1) .neon-step-number,
.neon-step:nth-of-type(3) .neon-step-number {
  top: calc(50% - 238px);
}

.neon-step:nth-of-type(1)::after,
.neon-step:nth-of-type(3)::after {
  top: calc(50% - 72px);
}

/* item 2 abaixo da linha */
.neon-step:nth-of-type(2) h3 {
  position: absolute;
  left: 0;
  top: calc(50% + 86px);
}

.neon-step:nth-of-type(2) p {
  position: absolute;
  left: 0;
  top: calc(50% + 128px);
}

.neon-step:nth-of-type(2) .neon-step-number {
  top: calc(50% + 54px);
}

.neon-step:nth-of-type(2)::after {
  top: calc(50% + 18px);
  background: linear-gradient(
    180deg,
    rgba(239, 226, 255, 0.64),
    rgba(168, 107, 255, 0.42),
    rgba(168, 107, 255, 0.04)
  );
}

/* títulos */
.neon-step h3 {
  font-family: Inter, Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.18vw, 1.34rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 21ch;
  margin: 0;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.05),
    0 0 18px rgba(168, 107, 255, 0.08);
}

/* descrições */
.neon-step p {
  font-family: Inter, Arial, sans-serif;
  color: var(--flow-muted);
  font-size: 0.9rem;
  line-height: 1.52;
  max-width: 31ch;
  margin: 0;
}

/* hover */
.neon-step:hover .neon-step-dot {
  transform: scale(1.12);
  box-shadow:
    0 0 0 13px rgba(168, 107, 255, 0.13),
    0 0 0 30px rgba(168, 107, 255, 0.055),
    0 0 34px rgba(190, 130, 255, 0.9),
    0 0 76px rgba(168, 107, 255, 0.42);
}

.neon-step:hover h3 {
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.08),
    0 0 22px rgba(168, 107, 255, 0.18);
}

.neon-step:hover p {
  color: rgba(255, 255, 255, 0.86);
}

/* nome pequeno das seções */
.eyebrow {
  font-family: "Astromax", Inter, Arial, sans-serif;
  color: var(--flow-purple);
  font-weight: 400;
  letter-spacing: 0.08em;
}

/* mobile/tablet */
@media (max-width: 980px) {
  .neon-path {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 34px;
    padding: 22px 0 28px 34px;
  }

  .neon-path::before,
  .neon-path::after {
    display: none;
  }

  .neon-path-line {
    top: 0;
    bottom: 0;
    left: 8px;
    right: auto;
    width: 2px;
    height: auto;
    transform: none;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(168, 107, 255, 0.82),
      transparent
    );
  }

  .neon-path-line::before,
  .neon-path-line::after {
    display: none;
  }

  .neon-step {
    min-height: auto;
    padding: 0 0 0 24px;
  }

  .neon-step-top {
    left: -34px;
    top: 12px;
    transform: none;
  }

  .neon-step-dot {
    width: 16px;
    height: 16px;
    top: -8px;
    left: 0;
  }

  .neon-step-top::after {
    width: 42px;
    height: 42px;
    left: -13px;
    top: -21px;
  }

  .neon-step-top::before {
    width: 28px;
    height: 28px;
    left: -6px;
    top: -14px;
  }

  .neon-step-number,
  .neon-step:nth-of-type(1) .neon-step-number,
  .neon-step:nth-of-type(2) .neon-step-number,
  .neon-step:nth-of-type(3) .neon-step-number {
    left: 28px;
    top: -8px;
    font-size: 0.78rem;
  }

  .neon-step h3,
  .neon-step p,
  .neon-step:nth-of-type(1) h3,
  .neon-step:nth-of-type(2) h3,
  .neon-step:nth-of-type(3) h3,
  .neon-step:nth-of-type(1) p,
  .neon-step:nth-of-type(2) p,
  .neon-step:nth-of-type(3) p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .neon-step h3 {
    font-size: 1.16rem;
    max-width: none;
    margin-bottom: 8px;
  }

  .neon-step p {
    max-width: none;
    font-size: 0.94rem;
  }

  .neon-step::after,
  .neon-step::before {
    display: none;
  }
}

/* =========================================================
   MENU MOBILE — Eleva (somente mobile)
   Usa classes novas: .nav-toggle, .mobile-menu, .mobile-nav-links
========================================================= */

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 18px rgba(168, 121, 255, 0.22);
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-toggle span {
  position: relative;
}

.nav-toggle span::before {
  position: absolute;
  transform: translateY(-6px);
}

.nav-toggle span::after {
  position: absolute;
  transform: translateY(6px);
}

.site-header.is-menu-open .nav-toggle span {
  opacity: 0;
}

.site-header.is-menu-open .nav-toggle span::before {
  transform: rotate(45deg);
  opacity: 1;
}

.site-header.is-menu-open .nav-toggle span::after {
  transform: rotate(-45deg);
  opacity: 1;
}

.site-header .mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 10px;
  right: 10px;
  padding: 12px;
  border-radius: 24px;
}

.site-header .mobile-nav-links {
  display: grid;
  gap: 8px;
}

.site-header .mobile-nav-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(168, 121, 255, 0.14);
}

.site-header .mobile-nav-links a:hover {
  color: var(--purple-light);
  border-color: rgba(168, 121, 255, 0.32);
  background: rgba(255, 255, 255, 0.045);
}

.site-header .mobile-nav-links .mobile-cta {
  justify-content: center;
  border-color: rgba(168, 121, 255, 0.48);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, #a879ff 0%, #7a43d9 48%, #4a1c91 100%);
  box-shadow: 0 14px 38px rgba(122, 67, 217, 0.26);
  color: #fff;
}

@media (min-width: 1121px) {
  .site-header {
    left: 50%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: min(1220px, calc(100% - 40px));
    min-height: 72px;
    height: auto;
    align-items: center;
    justify-content: initial;
    gap: 20px;
    padding: 10px 12px;
    transform: translateX(-50%);
  }

  .brand {
    width: 150px;
    height: 52px;
    min-width: 150px;
    align-items: center;
  }

  .brand img {
    width: 150px;
    height: auto;
    max-height: 44px;
    transform: translateY(-1px);
  }

  .nav-links {
    display: flex;
    justify-content: center;
  }

  .header-cta {
    display: inline-flex;
  }

  .nav-toggle,
  .site-header .mobile-menu {
    display: none;
  }
}

@media (max-width: 1120px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
  }

  .site-header .mobile-menu {
    z-index: 30;
    border: 1px solid rgba(151, 92, 255, 0.25);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(5, 4, 10, 0.96);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(130%);
    -webkit-backdrop-filter: blur(20px) saturate(130%);
  }

  .site-header .mobile-nav-links a {
    color: rgba(255, 255, 255, 0.97);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(151, 92, 255, 0.26);
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 140px;
    height: auto;
    max-height: 42px;
    transform: translateY(-1px);
  }
}

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .home,
  .hero-section,
  .section,
  .site-footer,
  .mobile-menu,
  .portfolio-grid,
  .portfolio-showcase-grid,
  .services-grid {
    max-width: 100%;
  }

  .site-header {
    overflow: visible;
  }

  img,
  .glass-card,
  .glass-surface,
  .project-card,
  .service-card {
    max-width: 100%;
  }

  .brand img {
    width: 136px;
    max-height: 40px;
  }
}

@media (max-width: 374px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-media {
    height: 190px;
  }

  .portfolio-grid,
  .portfolio-showcase-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   PORTFOLIO HOME - CASES POR MARCA
========================================================= */

.portfolio-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.portfolio-brand-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 28px;
}

.portfolio-brand-card a {
  display: grid;
  min-height: 100%;
  color: inherit;
}

.portfolio-brand-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.portfolio-brand-card div {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.portfolio-brand-card span,
.project-back-link {
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio-brand-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
}

.portfolio-brand-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.portfolio-brand-card strong {
  width: fit-content;
  margin-top: 8px;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-brand-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.04);
}

.portfolio-brand-card:hover strong {
  color: var(--purple-light);
}

@media (max-width: 980px) {
  .portfolio-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .portfolio-brand-card div {
    padding: 18px;
  }
}

@media (max-width: 520px) {
  .portfolio-brand-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   PAGINAS INDIVIDUAIS DE PORTFOLIO
========================================================= */

.project-page main {
  position: relative;
  z-index: 1;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  min-height: 88vh;
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
  padding-top: 150px;
}

.project-hero-copy h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.94;
}

.project-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.62;
}

.project-back-link {
  display: inline-flex;
  margin-bottom: 20px;
}

.project-hero-media {
  overflow: hidden;
  padding: 14px;
  border-radius: 34px;
}

.project-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
}

.project-detail-section {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.project-applications {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 22px;
  border-radius: 28px;
  list-style: none;
}

.project-applications li {
  display: flex;
  min-height: 58px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.project-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.project-gallery figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.03);
}

.project-cta .cta-card {
  grid-template-columns: 1fr;
}

@media (max-width: 980px) {
  .project-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 128px;
  }

  .project-hero-media {
    max-width: 640px;
  }

  .project-applications {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .project-hero {
    padding-top: 118px;
  }

  .project-hero-copy h1 {
    font-size: clamp(2.45rem, 14vw, 3.8rem);
  }

  .project-hero-media {
    padding: 10px;
    border-radius: 26px;
  }

  .project-hero-media img,
  .project-gallery figure {
    border-radius: 20px;
  }

  .project-applications {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   PAGINAS DE PORTFOLIO - BLOCOS ESTRATEGICOS
========================================================= */

.project-strategy-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.project-insight-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 38px);
  border-radius: 30px;
}

.project-insight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(168, 121, 255, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.project-insight-card span {
  position: relative;
  display: block;
  margin-bottom: 18px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-insight-card h2 {
  position: relative;
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.98;
}

.project-insight-card p {
  position: relative;
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.project-cta .cta-card h2 {
  max-width: 820px;
}

.project-cta .cta-card p {
  max-width: 760px;
}

@media (max-width: 820px) {
  .project-strategy-section {
    grid-template-columns: 1fr;
  }

  .project-insight-card h2 {
    max-width: 16ch;
  }
}

@media (max-width: 560px) {
  .project-insight-card {
    border-radius: 24px;
  }

  .project-insight-card h2 {
    font-size: clamp(1.55rem, 9vw, 2.25rem);
  }

  .project-insight-card p {
    font-size: 0.96rem;
  }
}

/* =========================================================
   PORTFOLIO CASES - EDITORIAL E LIGHTBOX
========================================================= */

.project-strategy-section {
  position: relative;
  align-items: stretch;
  gap: clamp(24px, 4vw, 54px);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.project-strategy-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(54px, 7vw, 92px);
  bottom: clamp(54px, 7vw, 92px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(168, 121, 255, 0.42), transparent);
  transform: translateX(-50%);
}

.project-insight-card.glass-surface {
  display: grid;
  align-content: start;
  min-height: 360px;
  padding: clamp(28px, 4.2vw, 58px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.project-insight-card::before {
  inset: auto auto 0 0;
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, var(--purple-light), transparent);
}

.project-insight-card span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.project-insight-card span::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: rgba(168, 121, 255, 0.62);
  box-shadow: 0 0 18px rgba(168, 121, 255, 0.26);
}

.project-insight-card h2 {
  max-width: 13ch;
  margin-bottom: 24px;
  font-size: clamp(2.1rem, 4.4vw, 4.6rem);
  letter-spacing: -0.03em;
}

.project-insight-card p {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.project-gallery figure {
  cursor: zoom-in;
}

.project-gallery figcaption {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(168, 121, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.09), rgba(255, 255, 255, 0.018)),
    rgba(5, 5, 9, 0.42);
}

.portfolio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 42px);
  background: rgba(3, 3, 7, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.portfolio-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.portfolio-lightbox__panel {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(940px, 100%);
  max-height: calc(100vh - 48px);
}

.portfolio-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 132px);
  border: 1px solid rgba(168, 121, 255, 0.26);
  border-radius: 24px;
  object-fit: contain;
  background: rgba(5, 5, 9, 0.76);
  box-shadow:
    0 28px 100px rgba(0, 0, 0, 0.58),
    0 0 60px rgba(122, 67, 217, 0.14);
}

.portfolio-lightbox__caption {
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(168, 121, 255, 0.20);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: rgba(8, 6, 14, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.portfolio-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(168, 121, 255, 0.32);
  border-radius: 999px;
  background: rgba(8, 6, 14, 0.92);
  color: #fff;
  cursor: pointer;
  font-size: 1.45rem;
  line-height: 1;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 820px) {
  .project-strategy-section::before {
    left: 0;
    top: 50%;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
    transform: none;
    background: linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.34), transparent);
  }

  .project-insight-card.glass-surface {
    min-height: auto;
    padding: 28px 0;
  }
}

@media (max-width: 560px) {
  .project-insight-card h2 {
    max-width: 14ch;
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .project-gallery figcaption {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.64rem;
  }

  .portfolio-lightbox__close {
    top: 8px;
    right: 8px;
  }

  .portfolio-lightbox__image {
    max-height: calc(100vh - 118px);
    border-radius: 18px;
  }
}

/* =========================================================
   PORTFOLIO CASES - REFINO PREMIUM TECH
========================================================= */

.project-page {
  overflow-x: hidden;
}

.project-page main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 16%, rgba(168, 121, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 20% 46%, rgba(122, 67, 217, 0.08), transparent 28rem);
}

.project-page .project-hero {
  position: relative;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(34px, 5.5vw, 88px);
  padding-bottom: clamp(70px, 8vw, 118px);
  border-top: 0;
}

.project-page .project-hero::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: 18%;
  width: min(54vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(168, 121, 255, 0.20), rgba(122, 67, 217, 0.08) 42%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.project-page .project-hero::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 13%;
  width: min(42vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.64), transparent);
  box-shadow: 0 0 24px rgba(168, 121, 255, 0.30);
  pointer-events: none;
}

.project-page .project-hero-copy {
  position: relative;
  z-index: 2;
}

.project-page .project-hero-copy h1 {
  max-width: 9ch;
  text-shadow: 0 0 42px rgba(168, 121, 255, 0.10);
}

.project-page .project-hero-copy > p:not(.eyebrow) {
  max-width: 58ch;
}

.project-page .project-hero-media.glass-surface {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.project-page .project-hero-media::before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -1;
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.12), transparent 38%),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.10), transparent 22%),
    rgba(8, 6, 14, 0.36);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(122, 67, 217, 0.16);
  transform: rotate(-2deg);
}

.project-page .project-hero-media::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 10%;
  width: 76px;
  height: 76px;
  border-top: 1px solid rgba(168, 121, 255, 0.55);
  border-right: 1px solid rgba(168, 121, 255, 0.55);
  pointer-events: none;
}

.project-page .project-hero-media img {
  position: relative;
  border: 1px solid rgba(168, 121, 255, 0.22);
  border-radius: 30px;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.52),
    0 0 48px rgba(168, 121, 255, 0.12);
  transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
  transition: transform 500ms ease, box-shadow 500ms ease;
}

.project-page .project-hero-media:hover img {
  transform: perspective(900px) rotateY(-2deg) rotateX(1deg) translateY(-6px);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.58),
    0 0 70px rgba(168, 121, 255, 0.18);
}

.project-page .project-strategy-section {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(1180px, calc(100% - 40px));
  padding-top: clamp(72px, 9vw, 130px);
  padding-bottom: clamp(72px, 9vw, 130px);
}

.project-page .project-strategy-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: clamp(72px, 9vw, 130px);
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.82), transparent);
  box-shadow: 0 0 22px rgba(168, 121, 255, 0.24);
}

.project-page .project-insight-card.glass-surface {
  position: relative;
  min-height: 410px;
  padding: clamp(34px, 4.5vw, 64px) clamp(8px, 2vw, 22px) clamp(28px, 4vw, 54px);
}

.project-page .project-insight-card.glass-surface::after {
  content: "";
  position: absolute;
  left: clamp(8px, 2vw, 22px);
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--purple-light);
  box-shadow:
    0 0 0 8px rgba(168, 121, 255, 0.08),
    0 0 28px rgba(168, 121, 255, 0.44);
}

.project-page .project-insight-card span {
  margin-bottom: 34px;
  color: #c7a7ff;
}

.project-page .project-insight-card h2 {
  max-width: 11ch;
  margin-bottom: 28px;
  font-size: clamp(2.6rem, 5.1vw, 5.4rem);
  line-height: 0.9;
}

.project-page .project-insight-card p {
  max-width: 42ch;
  padding-left: clamp(0px, 1.6vw, 28px);
  border-left: 1px solid rgba(168, 121, 255, 0.28);
}

.project-page .project-detail-section[aria-labelledby="gallery-title"] {
  padding-top: clamp(72px, 9vw, 126px);
}

.project-page .project-gallery {
  gap: clamp(16px, 2.2vw, 26px);
}

.project-page .project-gallery figure {
  position: relative;
  border-color: rgba(168, 121, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
    rgba(8, 6, 14, 0.62);
}

.project-page .project-gallery figure::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-top: 1px solid rgba(168, 121, 255, 0.72);
  border-left: 1px solid rgba(168, 121, 255, 0.72);
  opacity: 0;
  transition: opacity 220ms ease;
}

.project-page .project-gallery figure:hover::before {
  opacity: 1;
}

.project-page .project-gallery figcaption {
  min-height: 58px;
  border-top-color: rgba(168, 121, 255, 0.28);
  color: var(--purple-light);
  background:
    linear-gradient(90deg, rgba(168, 121, 255, 0.11), rgba(255, 255, 255, 0.018)),
    rgba(5, 4, 10, 0.78);
  text-shadow: 0 0 18px rgba(168, 121, 255, 0.22);
}

@media (prefers-reduced-motion: no-preference) {
  .project-page .project-hero-media::before {
    animation: caseAuraDrift 7s ease-in-out infinite alternate;
  }

  .project-page .project-gallery figure {
    transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  }

  .project-page .project-gallery figure:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 121, 255, 0.40);
    box-shadow:
      0 24px 72px rgba(0, 0, 0, 0.42),
      0 0 36px rgba(168, 121, 255, 0.10);
  }
}

@keyframes caseAuraDrift {
  from {
    transform: rotate(-2deg) translate3d(0, 0, 0);
  }

  to {
    transform: rotate(-1deg) translate3d(10px, -8px, 0);
  }
}

@media (max-width: 980px) {
  .project-page .project-hero {
    grid-template-columns: 1fr;
  }

  .project-page .project-hero-media {
    width: min(680px, 100%);
    justify-self: center;
  }

  .project-page .project-hero-media img {
    transform: none;
  }

  .project-page .project-hero-media:hover img {
    transform: translateY(-4px);
  }

  .project-page .project-strategy-section {
    grid-template-columns: 1fr;
  }

  .project-page .project-strategy-section::before {
    display: none;
  }

  .project-page .project-insight-card.glass-surface {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .project-page .project-hero {
    width: calc(100% - 22px);
    padding-bottom: 70px;
  }

  .project-page .project-hero::before {
    right: -42vw;
    width: 100vw;
  }

  .project-page .project-hero-media::before {
    inset: -5%;
    border-radius: 26px;
  }

  .project-page .project-hero-media::after {
    right: -8px;
    width: 48px;
    height: 48px;
  }

  .project-page .project-hero-media img {
    border-radius: 22px;
  }

  .project-page .project-strategy-section {
    width: calc(100% - 22px);
  }

  .project-page .project-insight-card h2 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  .project-page .project-insight-card p {
    padding-left: 16px;
  }
}

/* =========================================================
   PORTFOLIO CASES - HERO CINEMATICO E EDITORIAL
========================================================= */

.project-page .project-hero {
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1.08fr);
  min-height: 96vh;
  gap: clamp(30px, 4.8vw, 78px);
  overflow: visible;
  padding-top: clamp(138px, 14vw, 184px);
  padding-bottom: clamp(92px, 10vw, 150px);
}

.project-page .project-hero-copy {
  isolation: isolate;
}

.project-page .project-hero-copy::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -28px;
  z-index: -1;
  width: 140px;
  height: 140px;
  border-left: 1px solid rgba(168, 121, 255, 0.34);
  border-top: 1px solid rgba(168, 121, 255, 0.34);
  opacity: 0.72;
}

.project-page .project-hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(3.25rem, 7.2vw, 7.6rem);
  letter-spacing: -0.04em;
}

.project-page .project-hero-media {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(760px, 100%);
  justify-self: end;
  overflow: visible;
  margin: 0;
  isolation: isolate;
}

.project-page .project-hero-media::before {
  content: "";
  position: absolute;
  inset: -18% -16% -16% -18%;
  z-index: -2;
  border: 0;
  border-radius: 42% 58% 54% 46%;
  background:
    radial-gradient(circle at 54% 46%, rgba(168, 121, 255, 0.28), rgba(122, 67, 217, 0.12) 34%, transparent 66%),
    linear-gradient(135deg, rgba(168, 121, 255, 0.12), transparent 52%);
  box-shadow: none;
  filter: blur(10px);
  transform: none;
}

.project-page .project-hero-media::after {
  content: "";
  position: absolute;
  inset: 6% -6% auto auto;
  z-index: 3;
  width: 112px;
  height: 112px;
  border-top: 1px solid rgba(168, 121, 255, 0.68);
  border-right: 1px solid rgba(168, 121, 255, 0.68);
  background:
    linear-gradient(90deg, transparent 48%, rgba(168, 121, 255, 0.35) 49%, transparent 50%),
    linear-gradient(0deg, transparent 48%, rgba(168, 121, 255, 0.35) 49%, transparent 50%);
  background-size: 18px 18px;
  opacity: 0.82;
  pointer-events: none;
}

.project-page .project-hero-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 34px;
  object-fit: cover;
  box-shadow:
    0 40px 130px rgba(0, 0, 0, 0.62),
    0 0 86px rgba(168, 121, 255, 0.18);
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg) translateZ(0);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 100%),
    linear-gradient(180deg, #000 0%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.project-page .project-hero-media:hover img {
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg) translate3d(0, -8px, 0);
}

.project-page .project-strategy-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(34px, 7vw, 118px);
  row-gap: 34px;
  border-top: 1px solid rgba(168, 121, 255, 0.18);
  border-bottom: 1px solid rgba(168, 121, 255, 0.12);
}

.project-page .project-strategy-section::before {
  left: calc(50% - 8px);
  background: linear-gradient(180deg, transparent, rgba(168, 121, 255, 0.64), transparent);
}

.project-page .project-strategy-section::after {
  width: min(220px, 28vw);
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.95), rgba(168, 121, 255, 0.18), transparent);
}

.project-page .project-insight-card {
  position: relative;
  min-height: 0;
  padding: clamp(36px, 5vw, 72px) 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.project-page .project-insight-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--purple-light);
  box-shadow:
    0 0 0 9px rgba(168, 121, 255, 0.08),
    0 0 30px rgba(168, 121, 255, 0.55);
}

.project-page .project-insight-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 58px;
  width: min(170px, 42%);
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.74), transparent);
}

.project-page .project-insight-card span {
  margin: 0 0 36px;
  padding-left: 28px;
  color: var(--purple-light);
  font-size: 0.72rem;
}

.project-page .project-insight-card span::before {
  display: none;
}

.project-page .project-insight-card h2 {
  max-width: 12ch;
  margin-bottom: 28px;
  font-size: clamp(2.8rem, 5.4vw, 5.9rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.project-page .project-insight-card:nth-child(2) {
  padding-top: clamp(74px, 8vw, 132px);
}

.project-page .project-insight-card:nth-child(2) h2 {
  max-width: 10ch;
}

.project-page .project-insight-card p {
  max-width: 46ch;
  padding-left: 22px;
  border-left: 1px solid rgba(168, 121, 255, 0.38);
  color: rgba(255, 255, 255, 0.78);
}

.project-page .project-gallery figcaption {
  border-top: 1px solid rgba(168, 121, 255, 0.52);
  color: var(--purple-light);
  background:
    radial-gradient(circle at 0% 0%, rgba(168, 121, 255, 0.18), transparent 42%),
    linear-gradient(90deg, rgba(168, 121, 255, 0.16), rgba(255, 255, 255, 0.018)),
    rgba(5, 4, 10, 0.86);
  box-shadow: inset 0 1px 0 rgba(168, 121, 255, 0.20);
}

@media (prefers-reduced-motion: no-preference) {
  .project-page .project-hero-media::before {
    animation: caseAuraDrift 8s ease-in-out infinite alternate;
  }
}

@media (max-width: 980px) {
  .project-page .project-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .project-page .project-hero-media {
    justify-self: center;
    width: min(680px, 100%);
  }

  .project-page .project-hero-media img {
    transform: none;
    mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
  }

  .project-page .project-hero-media:hover img {
    transform: translateY(-5px);
  }

  .project-page .project-strategy-section {
    grid-template-columns: 1fr;
  }

  .project-page .project-strategy-section::before {
    display: none;
  }

  .project-page .project-insight-card:nth-child(2) {
    padding-top: clamp(36px, 5vw, 72px);
  }
}

@media (max-width: 560px) {
  .project-page .project-hero {
    padding-top: 122px;
  }

  .project-page .project-hero-copy::before {
    left: -6px;
    top: -18px;
    width: 84px;
    height: 84px;
  }

  .project-page .project-hero-media::after {
    width: 58px;
    height: 58px;
    right: -4px;
  }

  .project-page .project-insight-card h2 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 13vw, 3.65rem);
  }

  .project-page .project-gallery figcaption {
    color: #bd8cff;
  }
}

/* =========================================================
   HOME HERO PREMIUM SHOWCASE
========================================================= */

.hero-premium {
  overflow: visible;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(38px, 5.6vw, 92px);
  isolation: isolate;
}

.hero-premium::before,
.hero-premium::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-premium::before {
  inset: 86px -10vw auto 37%;
  height: 76%;
  z-index: 0;
  background:
    url("assets/home/overlays/hero-glow-purple-soft.png") center / contain no-repeat,
    radial-gradient(circle at 56% 42%, rgba(168, 121, 255, 0.22), transparent 58%);
  opacity: 0.86;
  filter: blur(1px);
}

.hero-premium::after {
  inset: 0 -10vw auto 24%;
  height: 100%;
  z-index: 1;
  background:
    url("assets/home/overlays/hero-light-beam.png") 56% 32% / min(720px, 62vw) auto no-repeat,
    linear-gradient(90deg, transparent, rgba(10, 6, 18, 0.14), rgba(10, 6, 18, 0.48));
  opacity: 0.58;
  mix-blend-mode: screen;
}

.hero-premium-copy {
  max-width: 800px;
}

.hero-premium-copy h1 {
  max-width: 820px;
}

.hero-proof-line {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(239, 226, 255, 0.78);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-proof-line::before {
  content: "";
  flex: 0 0 46px;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.95), transparent);
  box-shadow: 0 0 18px rgba(168, 121, 255, 0.45);
}

.hero-premium-visual {
  position: relative;
  z-index: 2;
  min-height: 650px;
  isolation: isolate;
}

.hero-premium-visual::before,
.hero-premium-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-premium-visual::before {
  inset: 6% -16% 0 -18%;
  z-index: -3;
  background: url("assets/home/overlays/hero-glow-purple-strong.png") center / contain no-repeat;
  opacity: 0.86;
  filter: blur(2px);
}

.hero-premium-visual::after {
  left: -7%;
  right: -10%;
  bottom: 14%;
  z-index: -2;
  height: 42%;
  background: url("assets/home/overlays/hero-dark-gradient.png") center bottom / 100% 100% no-repeat;
  opacity: 0.74;
}

.hero-showcase-orbit {
  position: relative;
  display: grid;
  min-height: 650px;
  align-items: center;
  perspective: 1500px;
  transform-style: preserve-3d;
}

.hero-showcase-stage {
  position: relative;
  min-height: 560px;
  transform-style: preserve-3d;
}

.hero-showcase-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(450px, 72vw);
  margin: 0;
  opacity: 0;
  transform: translate3d(-50%, -48%, -120px) scale(0.64) rotateY(22deg);
  transition:
    opacity 780ms ease,
    transform 780ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 780ms ease;
  filter: saturate(0.78) brightness(0.45) blur(1px);
  will-change: transform, opacity, filter;
}

.hero-showcase-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 0.86 / 1;
  border: 1px solid rgba(188, 141, 255, 0.26);
  border-radius: 28px;
  object-fit: cover;
  box-shadow:
    0 42px 110px rgba(0, 0, 0, 0.58),
    0 0 76px rgba(168, 121, 255, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
}

.hero-showcase-slide.is-active {
  z-index: 4;
  opacity: 1;
  transform: translate3d(-50%, -50%, 80px) scale(1) rotateY(-3deg);
  filter: saturate(1.08) brightness(1.02);
}

.hero-showcase-slide.is-prev {
  z-index: 2;
  opacity: 0.50;
  transform: translate3d(-96%, -47%, -110px) scale(0.70) rotateY(24deg) rotateZ(-3deg);
  filter: saturate(0.86) brightness(0.58) blur(0.4px);
}

.hero-showcase-slide.is-next {
  z-index: 3;
  opacity: 0.56;
  transform: translate3d(-8%, -46%, -90px) scale(0.74) rotateY(-26deg) rotateZ(3deg);
  filter: saturate(0.9) brightness(0.62) blur(0.2px);
}

.hero-hud {
  position: absolute;
  z-index: 6;
  pointer-events: none;
  opacity: 0.62;
  filter: drop-shadow(0 0 18px rgba(168, 121, 255, 0.36));
}

.hero-hud-orbit {
  left: 50%;
  top: 50%;
  width: min(620px, 96vw);
  transform: translate(-50%, -50%);
  opacity: 0.32;
}

.hero-hud-circle {
  left: 50%;
  top: 50%;
  width: min(510px, 84vw);
  transform: translate(-50%, -50%);
  opacity: 0.22;
}

.hero-hud-grid {
  right: 1%;
  top: 18%;
  width: 165px;
  opacity: 0.18;
}

.hero-hud-dots {
  left: 6%;
  bottom: 22%;
  width: 126px;
  opacity: 0.30;
}

.hero-hud-corner {
  width: 82px;
  opacity: 0.68;
}

.hero-hud-corner.is-top-left {
  left: 8%;
  top: 16%;
}

.hero-hud-corner.is-top-right {
  right: 6%;
  top: 15%;
}

.hero-hud-corner.is-bottom-left {
  left: 10%;
  bottom: 16%;
}

.hero-hud-corner.is-bottom-right {
  right: 7%;
  bottom: 15%;
}

.hero-showcase-indicators {
  position: absolute;
  left: 50%;
  bottom: 4%;
  z-index: 8;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-showcase-dot {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(239, 226, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 0 0 rgba(168, 121, 255, 0);
  transition: width 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.hero-showcase-dot.is-active {
  width: 30px;
  background: rgba(188, 141, 255, 0.96);
  box-shadow: 0 0 24px rgba(168, 121, 255, 0.68);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-hud-orbit {
    animation: homeHudSpin 34s linear infinite;
  }

  .hero-hud-circle {
    animation: homeHudSpin 24s linear infinite reverse;
  }

  .hero-hud-dots {
    animation: homeHudFloat 5s ease-in-out infinite alternate;
  }
}

@media (max-width: 1120px) {
  .hero-premium {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: clamp(30px, 4vw, 56px);
  }

  .hero-premium-visual,
  .hero-showcase-orbit {
    min-height: 580px;
  }

  .hero-showcase-stage {
    min-height: 500px;
  }

  .hero-showcase-slide {
    width: min(390px, 70vw);
  }
}

@media (max-width: 980px) {
  .hero-premium {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-premium::before {
    inset: 42% -20vw 0 -20vw;
    height: 54%;
  }

  .hero-premium::after {
    inset: 28% -20vw auto -20vw;
    height: 58%;
    background-position: center;
  }

  .hero-premium-copy {
    max-width: none;
  }

  .hero-premium-visual,
  .hero-showcase-orbit {
    min-height: 540px;
  }

  .hero-showcase-stage {
    min-height: 470px;
  }
}

@media (max-width: 720px) {
  .hero-premium {
    overflow: hidden;
    gap: 18px;
    padding-bottom: 70px;
  }

  .hero-proof-line {
    align-items: flex-start;
    font-size: 0.64rem;
  }

  .hero-proof-line::before {
    flex-basis: 34px;
    margin-top: 9px;
  }

  .hero-premium-visual,
  .hero-showcase-orbit {
    min-height: 430px;
  }

  .hero-showcase-stage {
    min-height: 380px;
  }

  .hero-showcase-slide {
    width: min(285px, 66vw);
  }

  .hero-showcase-slide.is-prev {
    transform: translate3d(-90%, -48%, -90px) scale(0.68) rotateY(22deg) rotateZ(-3deg);
  }

  .hero-showcase-slide.is-next {
    transform: translate3d(-10%, -47%, -80px) scale(0.70) rotateY(-22deg) rotateZ(3deg);
  }

  .hero-hud-orbit {
    width: min(430px, 104vw);
  }

  .hero-hud-circle {
    width: min(360px, 92vw);
  }

  .hero-hud-grid,
  .hero-hud-dots {
    display: none;
  }

  .hero-hud-corner {
    width: 56px;
    opacity: 0.48;
  }

  .hero-showcase-indicators {
    bottom: 0;
  }
}
/* =========================================================
   HOME TECH FLOWS
========================================================= */

.home-tech-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 56px);
  margin-top: clamp(48px, 7vw, 82px);
  padding: clamp(42px, 6vw, 76px) 0;
  isolation: isolate;
}

.home-tech-flow::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  z-index: -1;
  height: 130px;
  background: radial-gradient(ellipse at 50% 50%, rgba(168, 121, 255, 0.12), transparent 72%);
  transform: translateY(-50%);
}

.home-tech-flow-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: clamp(96px, 11vw, 130px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.78), rgba(239, 226, 255, 0.95), rgba(168, 121, 255, 0.72), transparent);
  box-shadow:
    0 0 12px rgba(168, 121, 255, 0.52),
    0 0 34px rgba(168, 121, 255, 0.22);
}

.home-tech-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-tech-node {
  position: relative;
  z-index: 2;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border: 1px solid rgba(168, 121, 255, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(168, 121, 255, 0.22), rgba(8, 6, 14, 0.92) 62%),
    rgba(8, 6, 14, 0.86);
  box-shadow:
    inset 0 0 34px rgba(168, 121, 255, 0.12),
    0 0 0 12px rgba(168, 121, 255, 0.045),
    0 0 52px rgba(168, 121, 255, 0.20);
}

.home-tech-node::before,
.home-tech-node::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.home-tech-node::before {
  inset: 10px;
  border: 1px dashed rgba(168, 121, 255, 0.24);
}

.home-tech-node::after {
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-tech-number {
  position: relative;
  z-index: 2;
  color: var(--purple-light);
  font-family: "Astromax", Inter, sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 24px rgba(168, 121, 255, 0.50);
}

.home-tech-content {
  max-width: 330px;
  margin-top: 32px;
}

.home-tech-label {
  display: block;
  margin-bottom: 16px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-tech-content h3 {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.02;
}

.home-tech-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.method-tech-flow .home-tech-node {
  width: 154px;
  height: 154px;
}

.method-tech-step:nth-of-type(2) {
  transform: translateY(28px);
}

@media (prefers-reduced-motion: no-preference) {
  .home-tech-node::before {
    animation: homeHudSpin 18s linear infinite;
  }
}

@keyframes homeHudSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes homeHudFloat {
  to {
    transform: translate3d(10px, -8px, 0);
  }
}

@media (max-width: 980px) {
  .home-tech-flow {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-left: 34px;
  }

  .home-tech-flow-line {
    left: 8px;
    right: auto;
    top: 54px;
    bottom: 54px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(168, 121, 255, 0.82), transparent);
  }

  .home-tech-step {
    grid-template-columns: 118px minmax(0, 1fr);
    justify-items: start;
    gap: 22px;
    text-align: left;
  }

  .home-tech-node,
  .method-tech-flow .home-tech-node {
    width: 104px;
    height: 104px;
  }

  .home-tech-content {
    max-width: none;
    margin-top: 8px;
  }

  .method-tech-step:nth-of-type(2) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .hero-copy {
    max-width: none;
  }

  .home-tech-flow {
    margin-top: 34px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-tech-step {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
  }

  .home-tech-node,
  .method-tech-flow .home-tech-node {
    width: 74px;
    height: 74px;
  }

  .home-tech-number {
    font-size: 0.9rem;
  }

  .home-tech-content h3 {
    font-size: 1.18rem;
  }

  .home-tech-content p {
    font-size: 0.9rem;
  }
}

/* =========================================================
   O QUE FAZEMOS - PREMIUM HUD FLOW
========================================================= */

.work-section {
  overflow: hidden;
}

.work-section .section-heading.narrow {
  position: relative;
  z-index: 2;
}

.work-section .work-tech-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 58px);
  margin-top: clamp(52px, 7vw, 88px);
  padding: clamp(36px, 5vw, 58px) 0 clamp(30px, 4vw, 48px);
  overflow: visible;
}

.work-section .work-tech-flow::before {
  left: 0;
  right: 0;
  top: 94px;
  height: 260px;
  background:
    radial-gradient(circle at 16% 18%, rgba(188, 141, 255, 0.16), transparent 24%),
    radial-gradient(circle at 50% 10%, rgba(168, 121, 255, 0.14), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(188, 141, 255, 0.16), transparent 24%),
    linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.08), transparent);
  opacity: 0.95;
  transform: none;
}

.work-section .home-tech-flow-line {
  left: calc(16.666% + 69px);
  right: calc(16.666% + 69px);
  top: 105px;
  z-index: 0;
  height: 2px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(168, 121, 255, 0), rgba(168, 121, 255, 0.72) 14%, rgba(239, 226, 255, 0.96) 50%, rgba(168, 121, 255, 0.72) 86%, rgba(168, 121, 255, 0)),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.42) 28px 30px);
  box-shadow:
    0 0 16px rgba(168, 121, 255, 0.48),
    0 0 44px rgba(168, 121, 255, 0.22);
}

.work-section .home-tech-flow-line::before,
.work-section .home-tech-flow-line::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  pointer-events: none;
  transform: translateY(-50%);
}

.work-section .home-tech-flow-line::before {
  left: 0;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.98), transparent);
  filter: blur(0.3px);
  opacity: 0.82;
}

.work-section .home-tech-flow-line::after {
  left: 50%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(188, 141, 255, 0.85), transparent);
  opacity: 0.70;
  transform: translate(-50%, -50%);
}

.work-section .home-tech-step {
  position: relative;
  z-index: 1;
  align-content: start;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.work-section .home-tech-step::before {
  content: attr(data-step);
  position: absolute;
  top: -22px;
  left: 50%;
  color: rgba(239, 226, 255, 0.18);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 0 34px rgba(168, 121, 255, 0.18);
  transform: translateX(-50%);
}

.work-section .home-tech-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 101px;
  left: calc(50% + 92px);
  width: calc(100% - 184px);
  height: 10px;
  border-top: 1px solid rgba(239, 226, 255, 0.28);
  border-bottom: 1px solid rgba(168, 121, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(168, 121, 255, 0.06), rgba(168, 121, 255, 0.20), rgba(168, 121, 255, 0.06));
  clip-path: polygon(0 50%, calc(100% - 12px) 50%, 100% 0, 100% 100%, calc(100% - 12px) 50%);
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(168, 121, 255, 0.28));
}

.work-section .home-tech-node {
  width: 150px;
  height: 150px;
  border-color: rgba(188, 141, 255, 0.42);
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 226, 255, 0.16) 0 13%, rgba(168, 121, 255, 0.20) 14% 31%, transparent 32%),
    conic-gradient(from 110deg, rgba(168, 121, 255, 0.12), rgba(239, 226, 255, 0.48), rgba(168, 121, 255, 0.10), rgba(188, 141, 255, 0.42), rgba(168, 121, 255, 0.12)),
    radial-gradient(circle, rgba(10, 6, 18, 0.58), rgba(8, 6, 14, 0.96) 68%);
  box-shadow:
    inset 0 0 34px rgba(168, 121, 255, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 14px rgba(168, 121, 255, 0.035),
    0 24px 80px rgba(0, 0, 0, 0.42),
    0 0 74px rgba(168, 121, 255, 0.26);
}

.work-section .home-tech-node::before {
  inset: 9px;
  border-color: rgba(239, 226, 255, 0.32);
  border-style: solid;
  opacity: 0.62;
}

.work-section .home-tech-node::after {
  inset: -11px;
  border: 1px dashed rgba(168, 121, 255, 0.30);
  box-shadow: inset 0 0 24px rgba(168, 121, 255, 0.08);
}

.work-section .home-tech-hud {
  position: absolute;
  inset: 21px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 47%, rgba(239, 226, 255, 0.44) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(239, 226, 255, 0.30) 48% 52%, transparent 53%);
  opacity: 0.34;
  pointer-events: none;
}

.work-section .home-tech-number {
  color: #f2e8ff;
  font-size: 1.42rem;
  letter-spacing: 0.12em;
  text-shadow:
    0 0 12px rgba(239, 226, 255, 0.66),
    0 0 28px rgba(168, 121, 255, 0.58);
}

.work-section .home-tech-content {
  position: relative;
  max-width: 355px;
  margin-top: 36px;
  padding-top: 18px;
}

.work-section .home-tech-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 86px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(188, 141, 255, 0.88), transparent);
  box-shadow: 0 0 16px rgba(168, 121, 255, 0.38);
  transform: translateX(-50%);
}

.work-section .home-tech-label {
  margin-bottom: 14px;
  color: rgba(188, 141, 255, 0.92);
  font-size: 0.62rem;
}

.work-section .home-tech-content h3 {
  max-width: 330px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(1.35rem, 1.8vw, 1.82rem);
  line-height: 1.08;
  text-shadow: 0 0 28px rgba(168, 121, 255, 0.12);
}

.work-section .home-tech-content p {
  max-width: 340px;
  margin-inline: auto;
  color: rgba(226, 215, 242, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

@media (prefers-reduced-motion: no-preference) {
  .work-section .home-tech-flow-line::before {
    animation: workFlowScan 5.8s ease-in-out infinite;
  }

  .work-section .home-tech-hud,
  .work-section .home-tech-node::after {
    animation: homeHudSpin 22s linear infinite;
  }
}

@keyframes workFlowScan {
  0%,
  18% {
    transform: translate(-45%, -50%);
    opacity: 0;
  }

  45%,
  72% {
    opacity: 0.82;
  }

  100% {
    transform: translate(280%, -50%);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .work-section .work-tech-flow {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 32px 0 28px 22px;
    overflow: hidden;
  }

  .work-section .work-tech-flow::before {
    left: -18%;
    right: -18%;
    top: 0;
    height: 100%;
    background:
      radial-gradient(circle at 10% 16%, rgba(188, 141, 255, 0.14), transparent 22%),
      radial-gradient(circle at 12% 52%, rgba(168, 121, 255, 0.11), transparent 28%),
      linear-gradient(90deg, rgba(168, 121, 255, 0.08), transparent);
  }

  .work-section .home-tech-flow-line {
    left: 74px;
    right: auto;
    top: 74px;
    bottom: 78px;
    width: 2px;
    height: auto;
    background:
      linear-gradient(180deg, rgba(168, 121, 255, 0), rgba(168, 121, 255, 0.78) 16%, rgba(239, 226, 255, 0.92) 50%, rgba(168, 121, 255, 0.74) 84%, rgba(168, 121, 255, 0));
  }

  .work-section .home-tech-flow-line::before,
  .work-section .home-tech-flow-line::after {
    display: none;
  }

  .work-section .home-tech-step {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 24px;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .work-section .home-tech-step::before {
    left: 58px;
    top: -10px;
    font-size: 2.2rem;
    transform: none;
  }

  .work-section .home-tech-step:not(:last-child)::after {
    left: 73px;
    top: calc(50% + 76px);
    width: 2px;
    height: 34px;
    border: 0;
    background: linear-gradient(180deg, rgba(239, 226, 255, 0.40), rgba(168, 121, 255, 0.08));
    clip-path: none;
  }

  .work-section .home-tech-node {
    width: 104px;
    height: 104px;
  }

  .work-section .home-tech-hud {
    inset: 16px;
  }

  .work-section .home-tech-number {
    font-size: 1.02rem;
  }

  .work-section .home-tech-content {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .work-section .home-tech-content::before {
    left: 0;
    width: 56px;
    transform: none;
  }

  .work-section .home-tech-content h3,
  .work-section .home-tech-content p {
    max-width: 560px;
    margin-inline: 0;
  }
}

@media (max-width: 720px) {
  .work-section .work-tech-flow {
    gap: 30px;
    margin-top: 38px;
    padding-left: 4px;
  }

  .work-section .home-tech-flow-line {
    left: 44px;
    top: 48px;
    bottom: 64px;
  }

  .work-section .home-tech-step {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 18px;
  }

  .work-section .home-tech-step::before {
    left: 35px;
    top: -8px;
    font-size: 1.48rem;
  }

  .work-section .home-tech-step:not(:last-child)::after {
    left: 43px;
    top: calc(50% + 54px);
    height: 28px;
  }

  .work-section .home-tech-node {
    width: 78px;
    height: 78px;
  }

  .work-section .home-tech-node::after {
    inset: -7px;
  }

  .work-section .home-tech-hud {
    inset: 13px;
  }

  .work-section .home-tech-number {
    font-size: 0.82rem;
  }

  .work-section .home-tech-label {
    margin-bottom: 10px;
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .work-section .home-tech-content h3 {
    font-size: 1.14rem;
  }

  .work-section .home-tech-content p {
    font-size: 0.9rem;
    line-height: 1.56;
  }
}

/* =========================================================
   HOME DESKTOP SCALE REFINEMENT
========================================================= */

@media (min-width: 1180px) {
  .home .hero-section {
    width: min(1360px, calc(100% - 64px));
  }

  .hero-premium {
    grid-template-columns: minmax(650px, 1.04fr) minmax(560px, 0.96fr);
    gap: clamp(38px, 4vw, 72px);
    min-height: 104vh;
    padding-top: 148px;
    padding-bottom: 90px;
  }

  .hero-premium::before {
    inset: 70px -12vw auto 34%;
    height: 84%;
    opacity: 0.98;
  }

  .hero-premium::after {
    inset: -20px -12vw auto 24%;
    background:
      url("assets/home/overlays/hero-light-beam.png") 58% 28% / min(900px, 66vw) auto no-repeat,
      linear-gradient(90deg, transparent, rgba(10, 6, 18, 0.10), rgba(10, 6, 18, 0.42));
    opacity: 0.68;
  }

  .hero-premium-copy {
    max-width: 930px;
  }

  .hero-premium-copy h1 {
    max-width: 930px;
    font-size: clamp(4.25rem, 4.35vw, 5.65rem);
    line-height: 0.98;
  }

  .hero-premium-copy > p:not(.eyebrow):not(.hero-proof-line) {
    max-width: 760px;
  }

  .hero-premium-visual,
  .hero-showcase-orbit {
    min-height: 760px;
  }

  .hero-premium-visual::before {
    inset: 0 -24% -2% -20%;
    opacity: 1;
    filter: blur(1px);
  }

  .hero-premium-visual::after {
    left: -16%;
    right: -20%;
    bottom: 9%;
    height: 52%;
    opacity: 0.86;
  }

  .hero-showcase-stage {
    min-height: 680px;
  }

  .hero-showcase-slide {
    width: min(560px, 39vw);
  }

  .hero-showcase-slide img {
    border-radius: 34px;
    box-shadow:
      0 54px 140px rgba(0, 0, 0, 0.64),
      0 0 110px rgba(168, 121, 255, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .hero-showcase-slide.is-active {
    transform: translate3d(-50%, -50%, 110px) scale(1.04) rotateY(-3deg);
  }

  .hero-showcase-slide.is-prev {
    opacity: 0.58;
    transform: translate3d(-103%, -47%, -120px) scale(0.78) rotateY(25deg) rotateZ(-3deg);
  }

  .hero-showcase-slide.is-next {
    opacity: 0.62;
    transform: translate3d(2%, -46%, -105px) scale(0.80) rotateY(-27deg) rotateZ(3deg);
  }

  .hero-hud-orbit {
    width: min(760px, 56vw);
    opacity: 0.38;
  }

  .hero-hud-circle {
    width: min(620px, 46vw);
    opacity: 0.26;
  }

  .hero-hud-grid {
    right: -4%;
    top: 16%;
    width: 210px;
    opacity: 0.22;
  }

  .hero-hud-dots {
    left: 1%;
    bottom: 20%;
    width: 160px;
    opacity: 0.34;
  }

  .hero-hud-corner {
    width: 96px;
  }

  .hero-showcase-indicators {
    bottom: 2%;
  }
}

@media (min-width: 1180px) and (max-width: 1280px) {
  .home .hero-section {
    width: min(1280px, calc(100% - 52px));
  }

  .hero-premium {
    grid-template-columns: minmax(580px, 1fr) minmax(500px, 0.9fr);
  }

  .hero-premium-copy h1 {
    font-size: clamp(3.85rem, 4.25vw, 5rem);
  }

  .hero-showcase-slide {
    width: min(500px, 38vw);
  }
}

@media (max-width: 720px) {
  .hero-premium {
    max-width: calc(100vw - 22px);
  }

  .hero-showcase-orbit,
  .hero-showcase-stage {
    overflow: hidden;
  }
}

/* =========================================================
   METODO ELEVA - PREMIUM FRAMEWORK
========================================================= */

.method-section {
  overflow: hidden;
}

.method-section .section-heading {
  position: relative;
  z-index: 2;
}

.method-premium {
  position: relative;
  z-index: 2;
  margin-top: clamp(54px, 7vw, 92px);
  padding: clamp(38px, 5vw, 66px) 0 clamp(28px, 4vw, 48px);
  isolation: isolate;
}

.method-premium::before,
.method-premium::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.method-premium::before {
  inset: 0 -8% auto;
  z-index: -2;
  height: 360px;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(168, 121, 255, 0.10) 7% 7.2%, transparent 7.2% 100%),
    linear-gradient(0deg, transparent 0 14%, rgba(168, 121, 255, 0.08) 14% 14.3%, transparent 14.3% 100%),
    radial-gradient(circle at 50% 32%, rgba(168, 121, 255, 0.20), transparent 48%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
  opacity: 0.72;
}

.method-premium::after {
  left: 4%;
  right: 4%;
  top: 118px;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.76), rgba(239, 226, 255, 0.90), rgba(168, 121, 255, 0.70), transparent);
  box-shadow:
    0 0 18px rgba(168, 121, 255, 0.50),
    0 0 52px rgba(168, 121, 255, 0.20);
}

.method-premium-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 70px);
}

.method-premium-flow::before,
.method-premium-flow::after {
  content: "";
  position: absolute;
  top: 118px;
  z-index: 0;
  height: 12px;
  pointer-events: none;
  transform: translateY(-50%);
}

.method-premium-flow::before {
  left: calc(16.666% + 105px);
  right: calc(16.666% + 105px);
  border-top: 1px solid rgba(239, 226, 255, 0.24);
  border-bottom: 1px solid rgba(168, 121, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(168, 121, 255, 0.02), rgba(168, 121, 255, 0.20), rgba(168, 121, 255, 0.02)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(239, 226, 255, 0.26) 34px 36px);
  clip-path: polygon(0 50%, 12px 0, calc(50% - 18px) 0, 50% 50%, calc(50% + 18px) 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, calc(50% + 18px) 100%, 50% 50%, calc(50% - 18px) 100%, 12px 100%);
  filter: drop-shadow(0 0 16px rgba(168, 121, 255, 0.32));
}

.method-premium-flow::after {
  left: 50%;
  width: min(280px, 28vw);
  background: linear-gradient(90deg, transparent, rgba(239, 226, 255, 0.78), transparent);
  opacity: 0.70;
  transform: translate(-50%, -50%);
}

.method-premium-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.method-premium-orb {
  position: relative;
  display: grid;
  width: clamp(172px, 17vw, 218px);
  height: clamp(172px, 17vw, 218px);
  place-items: center;
  border: 1px solid rgba(188, 141, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 226, 255, 0.14) 0 12%, rgba(168, 121, 255, 0.18) 13% 30%, transparent 31%),
    conic-gradient(from 150deg, rgba(168, 121, 255, 0.08), rgba(239, 226, 255, 0.52), rgba(168, 121, 255, 0.10), rgba(188, 141, 255, 0.42), rgba(168, 121, 255, 0.08)),
    radial-gradient(circle, rgba(12, 8, 22, 0.70), rgba(5, 4, 10, 0.98) 68%);
  box-shadow:
    inset 0 0 42px rgba(168, 121, 255, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 0 18px rgba(168, 121, 255, 0.035),
    0 30px 92px rgba(0, 0, 0, 0.46),
    0 0 92px rgba(168, 121, 255, 0.24);
}

.method-premium-orb::before,
.method-premium-orb::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.method-premium-orb::before {
  inset: 13px;
  border: 1px solid rgba(239, 226, 255, 0.28);
  box-shadow: inset 0 0 28px rgba(168, 121, 255, 0.10);
}

.method-premium-orb::after {
  inset: -13px;
  border: 1px dashed rgba(168, 121, 255, 0.30);
}

.method-premium-number {
  position: absolute;
  left: 50%;
  top: 26px;
  color: rgba(239, 226, 255, 0.72);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.method-premium-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(239, 226, 255, 0.30);
  border-radius: 50%;
  color: #f2e8ff;
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 1.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: radial-gradient(circle, rgba(168, 121, 255, 0.26), rgba(10, 6, 18, 0.86) 68%);
  text-shadow:
    0 0 16px rgba(239, 226, 255, 0.62),
    0 0 36px rgba(168, 121, 255, 0.58);
  box-shadow:
    inset 0 0 24px rgba(168, 121, 255, 0.18),
    0 0 32px rgba(168, 121, 255, 0.24);
}

.method-premium-content {
  max-width: 360px;
  margin-top: clamp(30px, 4vw, 42px);
}

.method-premium-kicker,
.method-premium-delivery,
.method-premium-footer span {
  font-family: "Orbitron", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-premium-kicker {
  display: block;
  margin-bottom: 12px;
  color: rgba(188, 141, 255, 0.86);
  font-size: 0.62rem;
}

.method-premium-content h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.48rem, 2.1vw, 2.08rem);
  line-height: 1.04;
}

.method-premium-content p {
  margin: 0;
  color: rgba(226, 215, 242, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

.method-premium-delivery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 38px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(168, 121, 255, 0.24);
  border-radius: 999px;
  color: rgba(239, 226, 255, 0.90);
  font-size: 0.58rem;
  line-height: 1.35;
  background:
    linear-gradient(90deg, rgba(168, 121, 255, 0.12), rgba(255, 255, 255, 0.04), rgba(168, 121, 255, 0.10)),
    rgba(8, 6, 14, 0.58);
  box-shadow: 0 0 24px rgba(168, 121, 255, 0.12);
}

.method-premium-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: clamp(44px, 6vw, 72px) auto 0;
}

.method-premium-footer span {
  padding: 9px 14px;
  border-top: 1px solid rgba(239, 226, 255, 0.20);
  border-bottom: 1px solid rgba(168, 121, 255, 0.18);
  color: rgba(188, 141, 255, 0.82);
  font-size: 0.56rem;
  background: linear-gradient(90deg, transparent, rgba(168, 121, 255, 0.08), transparent);
}

@media (prefers-reduced-motion: no-preference) {
  .method-premium-orb::after {
    animation: homeHudSpin 28s linear infinite;
  }

  .method-premium-flow::after {
    animation: methodFrameworkScan 6.2s ease-in-out infinite;
  }
}

@keyframes methodFrameworkScan {
  0%,
  16% {
    transform: translate(-140%, -50%);
    opacity: 0;
  }

  44%,
  72% {
    opacity: 0.70;
  }

  100% {
    transform: translate(40%, -50%);
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .method-premium {
    overflow: hidden;
    margin-top: 44px;
    padding: 28px 0 32px 8px;
  }

  .method-premium::before {
    inset: 0 -24% auto;
    height: 100%;
    background-size: 64px 64px, 64px 64px, 100% 100%;
  }

  .method-premium::after,
  .method-premium-flow::before,
  .method-premium-flow::after {
    display: none;
  }

  .method-premium-flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .method-premium-step {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 26px;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .method-premium-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 63px;
    top: calc(50% + 80px);
    width: 2px;
    height: 34px;
    background: linear-gradient(180deg, rgba(239, 226, 255, 0.46), rgba(168, 121, 255, 0.10));
    box-shadow: 0 0 18px rgba(168, 121, 255, 0.28);
    pointer-events: none;
  }

  .method-premium-orb {
    width: 114px;
    height: 114px;
  }

  .method-premium-number {
    top: 17px;
    font-size: 0.58rem;
  }

  .method-premium-icon {
    width: 52px;
    height: 52px;
    font-size: 1.14rem;
  }

  .method-premium-content {
    max-width: none;
    margin-top: 0;
  }

  .method-premium-content h3 {
    font-size: clamp(1.32rem, 4.8vw, 1.74rem);
  }

  .method-premium-footer {
    justify-content: flex-start;
    margin-top: 38px;
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .method-premium {
    max-width: calc(100vw - 22px);
    padding-left: 0;
  }

  .method-premium-flow {
    gap: 32px;
  }

  .method-premium-step {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
  }

  .method-premium-step:not(:last-child)::after {
    left: 42px;
    top: calc(50% + 58px);
    height: 30px;
  }

  .method-premium-orb {
    width: 82px;
    height: 82px;
  }

  .method-premium-orb::after {
    inset: -8px;
  }

  .method-premium-number {
    top: 12px;
    font-size: 0.48rem;
  }

  .method-premium-icon {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
  }

  .method-premium-kicker {
    margin-bottom: 9px;
    font-size: 0.54rem;
  }

  .method-premium-content h3 {
    font-size: 1.16rem;
  }

  .method-premium-content p {
    font-size: 0.9rem;
    line-height: 1.56;
  }

  .method-premium-delivery {
    min-height: 34px;
    margin-top: 16px;
    padding: 9px 11px;
    font-size: 0.50rem;
  }

  .method-premium-footer {
    gap: 8px;
  }

  .method-premium-footer span {
    font-size: 0.48rem;
  }
}

/* =========================================================
   HOME REFINO COMPACTO - O QUE FAZEMOS + METODO
========================================================= */

.work-section,
.method-section {
  overflow: hidden;
}

.work-editorial-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
  margin-top: clamp(34px, 5vw, 54px);
  padding-top: 10px;
}

.work-editorial-flow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.44), rgba(239, 226, 255, 0.16), rgba(168, 121, 255, 0.08));
  pointer-events: none;
}

.work-editorial-step {
  position: relative;
  min-width: 0;
  padding-right: clamp(12px, 2vw, 22px);
}

.work-editorial-step:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.work-editorial-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding-right: 12px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  background: var(--bg);
  text-shadow: 0 0 14px rgba(168, 121, 255, 0.22);
}

.work-editorial-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(188, 141, 255, 0.78);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.work-editorial-content h3 {
  max-width: 360px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.18rem, 1.55vw, 1.56rem);
  line-height: 1.09;
}

.work-editorial-content p {
  max-width: 360px;
  margin: 0;
  color: rgba(226, 215, 242, 0.72);
  font-size: 0.91rem;
  line-height: 1.55;
}

.method-exec-framework {
  position: relative;
  margin-top: clamp(36px, 5vw, 58px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(168, 121, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.055), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.030), rgba(255, 255, 255, 0.010)),
    rgba(8, 6, 14, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.method-exec-framework::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(168, 121, 255, 0.055) 49% 50%, transparent 50% 100%),
    linear-gradient(0deg, transparent 0 49%, rgba(168, 121, 255, 0.040) 49% 50%, transparent 50% 100%);
  background-size: 78px 78px;
  opacity: 0.28;
  pointer-events: none;
}

.method-exec-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.method-exec-step {
  position: relative;
  min-width: 0;
  padding: 0 clamp(8px, 1.4vw, 18px);
}

.method-exec-step:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.method-exec-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.method-exec-content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.2rem, 1.65vw, 1.62rem);
  line-height: 1.08;
}

.method-exec-content p {
  max-width: 370px;
  margin: 0;
  color: rgba(226, 215, 242, 0.72);
  font-size: 0.91rem;
  line-height: 1.55;
}

.method-exec-delivery {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(168, 121, 255, 0.16);
}

.method-exec-delivery span {
  color: rgba(188, 141, 255, 0.76);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.method-exec-delivery strong {
  color: rgba(239, 226, 255, 0.90);
  font-size: 0.92rem;
  line-height: 1.32;
}

@media (max-width: 980px) {
  .work-editorial-flow,
  .method-exec-flow {
    grid-template-columns: 1fr;
  }

  .work-editorial-flow {
    gap: 22px;
    margin-top: 32px;
  }

  .work-editorial-flow::before {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(168, 121, 255, 0.34), rgba(168, 121, 255, 0.06));
  }

  .work-editorial-step {
    padding: 0 0 0 20px;
  }

  .work-editorial-step:not(:last-child),
  .method-exec-step:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 20px;
  }

  .work-editorial-number {
    margin-bottom: 10px;
  }

  .work-editorial-content h3,
  .work-editorial-content p,
  .method-exec-content p {
    max-width: 620px;
  }

  .method-exec-framework {
    margin-top: 32px;
    padding: 20px;
  }

  .method-exec-flow {
    gap: 20px;
  }

  .method-exec-step {
    padding: 0;
  }
}

@media (max-width: 720px) {
  .work-editorial-flow,
  .method-exec-framework {
    max-width: calc(100vw - 22px);
  }

  .work-editorial-step {
    padding-left: 18px;
  }

  .work-editorial-label {
    font-size: 0.52rem;
  }

  .work-editorial-content h3,
  .method-exec-content h3 {
    font-size: 1.1rem;
  }

  .work-editorial-content p,
  .method-exec-content p {
    font-size: 0.87rem;
  }

  .method-exec-framework {
    padding: 18px;
  }

  .method-exec-delivery strong {
    font-size: 0.87rem;
  }
}

/* =========================================================
   SERVICOS - CATALOGO E PAGINAS INDIVIDUAIS
========================================================= */

.services-catalog-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-catalog-card {
  position: relative;
  display: grid;
  min-height: 220px;
  align-content: end;
  overflow: hidden;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.service-catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.16), transparent 42%),
    radial-gradient(circle at 86% 12%, rgba(168, 121, 255, 0.16), transparent 30%);
  opacity: 0.78;
  pointer-events: none;
}

.service-catalog-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(168, 121, 255, 0.72), transparent);
  pointer-events: none;
}

.service-catalog-card span,
.service-page-index,
.service-empty-state span {
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-catalog-card span,
.service-catalog-card h3,
.service-catalog-card p {
  position: relative;
  z-index: 1;
}

.service-catalog-card span {
  display: block;
  margin-bottom: 14px;
}

.service-catalog-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  line-height: 1.02;
}

.service-catalog-card p {
  max-width: 380px;
  margin: 0;
  color: rgba(226, 215, 242, 0.74);
  font-size: 0.94rem;
  line-height: 1.52;
}

.service-catalog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(168, 121, 255, 0.34);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.38),
    0 0 38px rgba(168, 121, 255, 0.14);
}

.service-page main {
  overflow: hidden;
}

.service-page .service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  min-height: 72vh;
  padding-top: 150px;
}

.service-page-copy {
  position: relative;
  z-index: 2;
}

.service-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(239, 226, 255, 0.78);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-page-copy h1 {
  max-width: 880px;
}

.service-page-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.58;
}

.service-page-panel {
  position: relative;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 8px;
}

.service-page-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(168, 121, 255, 0.20);
  pointer-events: none;
}

.service-page-panel h2 {
  position: relative;
  z-index: 1;
  margin: 18px 0 12px;
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
}

.service-page-panel p {
  position: relative;
  z-index: 1;
  max-width: 360px;
  color: rgba(226, 215, 242, 0.72);
  line-height: 1.56;
}

.service-detail-section .section-heading {
  max-width: 760px;
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.service-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-gallery figcaption {
  padding: 12px 14px;
  color: rgba(239, 226, 255, 0.78);
  font-size: 0.88rem;
}

.service-empty-state {
  display: grid;
  min-height: 300px;
  place-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 8px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.service-empty-state div {
  max-width: 520px;
}

.service-empty-state h3 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.service-empty-state p {
  margin: 0;
  color: rgba(226, 215, 242, 0.72);
  line-height: 1.58;
}

.service-page .project-cta {
  padding-top: 0;
}

@media (max-width: 980px) {
  .services-catalog-grid,
  .service-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page .service-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-page-panel {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .services-catalog-grid,
  .service-gallery {
    grid-template-columns: 1fr;
  }

  .service-catalog-card {
    min-height: 180px;
  }

  .service-page .service-hero {
    padding-top: 124px;
  }

  .service-page-panel {
    min-height: 220px;
    padding: 22px;
  }

  .service-empty-state {
    min-height: 240px;
  }
}

/* Serviços com mockups rotativos */
.service-catalog-card {
  align-content: start;
  grid-template-rows: auto auto auto 1fr;
}

.service-card-visual-strip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.10), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.service-card-visual-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 4, 10, 0.42));
  pointer-events: none;
}

.service-card-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.035);
  transition: opacity 520ms ease, transform 1800ms ease;
}

.service-card-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.service-card-visual-strip.is-empty {
  display: grid;
  min-height: 120px;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.service-card-visual-strip.is-empty span {
  color: rgba(239, 226, 255, 0.72);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.service-subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-subcategory-grid article {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(168, 121, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(168, 121, 255, 0.07), transparent 40%),
    rgba(255, 255, 255, 0.025);
}

.service-subcategory-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--purple-light);
  font-family: "Orbitron", Inter, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-subcategory-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.22rem, 1.8vw, 1.68rem);
}

.service-subcategory-grid p {
  margin: 0;
  color: rgba(226, 215, 242, 0.72);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .service-subcategory-grid {
    grid-template-columns: 1fr;
  }
}
