@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/conthrax');

body {
  margin: 0;
  font-family: 'Sora', sans-serif;
  background: var(--black);
  color: var(--text);
  overflow-x: hidden;
}

button, input, textarea {
  font-family: 'Sora', sans-serif;
}

:root {
  --yellow: #facc15;
  --yellow2: #ffd82e;
  --yellow-glow: rgba(250, 204, 21, 0.28);
  --black: #050505;
  --black2: #090909;
  --panel: #0d0d0d;
  --line: #252525;
  --text: #fff;
  --muted: #999;
  --max: 1400px;
}

/* ===================================================
   TIPOGRAFIA CONTHRAX
   =================================================== */

/* TÍTULOS PRINCIPAIS & H1 (BOLD) */
h1, .hero h1, .eyebrow, .eyebrow-1, .stat strong, .process-step strong, .feature b {
  font-family: 'Conthrax', 'Sora', sans-serif !important;
  font-weight: 400 !important;
}

/* H2 DE TODAS AS SEÇÕES (SEMIBOLD) */
h2, .section h2, .two-col h2, .contact h2 {
  font-family: 'Conthrax', 'Sora', sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}

/* H3 DOS CARDS E SERVIÇOS (REGULAR) */
h3, .services-strip h3, .service-card h3, .project-body h3, .feature h3, .process-step h3, .quote-form h3 {
  font-family: 'Conthrax', 'Sora', sans-serif !important;
  font-weight: 200 !important;
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Sora', Arial, sans-serif;
  background: var(--black);
  color: var(--text);
  overflow-x: hidden;
}

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

button, input, textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: auto;
}

/* ===================================================
   HEADER
   =================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 260px;
  height: 65px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.desktop-nav a {
  font-size: 14px;
  color: #ccc;
  transition: 0.25s;
}

.desktop-nav a:hover {
  color: var(--yellow);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s;
}

.btn-yellow {
  background: var(--yellow);
  color: #000;
}

.btn-yellow:hover {
  background: var(--yellow2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(250, 204, 21, 0.4);
}

.btn-outline {
  border-color: #444;
  color: #fff;
}

.btn-outline:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 16px 22px;
}

.full {
  width: 100%;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 18px;
  padding: 20px 24px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  color: #ddd;
}

/* ===================================================
   1ª SEÇÃO: HERO
   =================================================== */
.hero {
  position: relative;
  min-height: 880px;
  padding-top: 100px;
  overflow: visible;
  background:
    radial-gradient(ellipse 420px 160px at 50% -5%, rgba(250, 204, 21, 0.4), transparent 95%),
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #050505;
  background-size: auto, 50px 50px, 50px 50px, auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: radial-gradient(circle, rgba(255, 204, 0, 0.55) 1px, transparent 1.5px);
  background-size: 100px 100px;
  background-position: 25px 2px;
  opacity: 0.45;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 12%;
  top: 20%;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.24) 0%, rgba(250, 204, 21, 0.12) 30%, transparent 70%);
  filter: blur(45px);
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding: 60px 0 80px;
  max-width: 800px;
}

.eyebrow {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.28em;
  color: var(--yellow);
}

.eyebrow.black {
  color: #000;
}

.hero h1 {
  font-size: clamp(56px, 6.8vw, 100px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 14px 0 0;
  text-transform: uppercase;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  color: var(--yellow);
  margin-top: 6px;
}

.hero-text {
  font-size: 19px;
  line-height: 1.65;
  color: #d2d2d2;
  max-width: 680px;
  margin: 32px 0 20px;
}

.hero-text b {
  color: var(--yellow);
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #ddd;
  font-size: 14px;
}

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

.hero-visual {
  position: relative;
  height: 720px;
}

.mascot {
  position: absolute;
  right: -6%;
  bottom: 0;
  width: min(100%, 780px);
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.25));
  transition: transform 0.5s;
}

.hero-visual:hover .mascot {
  transform: scale(1.015);
}

.scribble {
  position: absolute;
  left: 7%;
  top: 33%;
  z-index: 4;
  color: rgba(255, 204, 0, 0.55);
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  line-height: 1.05;
  transform: rotate(-7deg);
}

.scribble b {
  color: #fff;
}

.scribble span {
  display: block;
  font-size: 42px;
  margin-left: 34px;
  margin-top: 8px;
}

/* ===================================================
   FAIXA DE SERVIÇOS FLUTUANTE (ENTRE HERO E 2ª SEÇÃO)
   =================================================== */
.services-strip-wrapper {
  position: relative;
  z-index: 30;
  margin-top: -65px;
  margin-bottom: -65px;
}

.services-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 130px;
  background: rgba(13, 13, 13, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(250, 204, 21, 0.25);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 25px 60px -10px rgba(0, 0, 0, 0.85),
    0 10px 25px -5px rgba(0, 0, 0, 0.6),
    0 0 35px rgba(250, 204, 21, 0.15);
  animation: floatStrip 6s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform, box-shadow;
}

.services-strip:hover {
  animation-play-state: paused;
  transform: translateY(-8px) scale(1.008);
  border-color: rgba(250, 204, 21, 0.5);
  box-shadow: 
    0 35px 70px -10px rgba(0, 0, 0, 0.95),
    0 0 45px rgba(250, 204, 21, 0.25);
}

@keyframes floatStrip {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 
      0 25px 60px -10px rgba(0, 0, 0, 0.85),
      0 10px 25px -5px rgba(0, 0, 0, 0.6),
      0 0 35px rgba(250, 204, 21, 0.15);
  }
  50% {
    transform: translateY(-10px);
    box-shadow: 
      0 38px 75px -8px rgba(0, 0, 0, 0.9),
      0 15px 35px -5px rgba(0, 0, 0, 0.7),
      0 0 50px rgba(250, 204, 21, 0.25);
  }
}

.services-strip article {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  transition: background 0.3s ease;
  cursor: default;
}

.services-strip article:hover {
  background: rgba(255, 255, 255, 0.04);
}

.services-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.service-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.services-strip article:hover .service-icon {
  transform: scale(1.15) rotate(3deg);
  filter: drop-shadow(0 0 10px rgba(250, 204, 21, 0.8));
}

.service-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-strip h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.services-strip p {
  font-size: 11px;
  line-height: 1.35;
  color: #b3b3b3;
  margin: 5px 0 0;
}

/* ===================================================
   2ª SEÇÃO: PORTFÓLIO (FUNDO AMARELO)
   =================================================== */
.section {
  padding: 130px 0;
}

.portfolio-yellow, #portfolio {
  position: relative;
  overflow: hidden;
  background: #facc15 !important;
  color: #000;
  padding-top: 150px;
}

.portfolio-yellow::before, #portfolio::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 30%, rgba(250, 204, 21, 0.4), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(250, 204, 21, 0.3), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(250, 204, 21, 0.35), transparent 45%);
  filter: blur(35px);
  animation: yellowMove 14s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}

@keyframes yellowMove {
  0% { transform: translate(-5%, -3%) scale(1); }
  50% { transform: translate(5%, 4%) scale(1.08); }
  100% { transform: translate(-3%, 6%) scale(1.03); }
}

.portfolio-yellow > *, #portfolio > * {
  position: relative;
  z-index: 1;
}

#portfolio .eyebrow {
  color: #000 !important;
  font-weight: 900;
}

#portfolio h2, #portfolio h2 span {
  color: #000 !important;
}

#portfolio .portfolio-top p {
  color: #222 !important;
  font-weight: 500;
  max-width: 650px;
}

.portfolio-top {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: flex-end;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filters button {
  background: #090909;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s;
}

.filters button.active, .filters button:hover {
  background: #000;
  color: var(--yellow);
  border-color: #000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.project {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c0c0c;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project:hover {
  transform: translateY(-6px);
  border-color: rgba(250, 204, 21, 0.5);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.project-art {
  position: relative;
  background: #111;
  overflow: hidden;
  border-radius: 24px;
}

.project-img,
.project-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform: none;
}

.project-art .slideshow-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.project-art .slideshow-img.active {
  opacity: 1;
  pointer-events: auto;
}

.project:hover .project-img,
.project:hover .project-video,
.project:hover .slideshow-img {
  transform: scale(1.02);
}
.project-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.project-body {
  padding: 20px;
  color: #fff;
}

.project-body h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.project-body p {
  font-size: 13px;
  margin: 9px 0 0;
  color: #bbb;
}

/* ===================================================
   3ª SEÇÃO: SERVIÇOS (TECH GRID BACKGROUND)
   =================================================== */
#servicos {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 600px 220px at 50% -5%, rgba(250, 204, 21, 0.4), transparent 70%),
    linear-gradient(to right, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #050505;
  background-size: auto, 50px 50px, 50px 50px, auto;
}

#servicos::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: radial-gradient(circle, rgba(255, 204, 0, 0.55) 1px, transparent 1.5px);
  background-size: 100px 100px;
  background-position: 25px 2px;
  opacity: 0.45;
}

#servicos > .container {
  position: relative;
  z-index: 2;
}

.cards.five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.service-card {
  background: rgba(13, 13, 13, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #232323;
  border-radius: 26px;
  padding: 26px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  animation: floatCard 5s ease-in-out infinite;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), 
              border-color 0.35s ease, 
              box-shadow 0.35s ease, 
              background 0.35s ease;
  will-change: transform, box-shadow;
}

.service-card:nth-child(1) { animation-delay: 0s; }
.service-card:nth-child(2) { animation-delay: 0.6s; }
.service-card:nth-child(3) { animation-delay: 1.2s; }
.service-card:nth-child(4) { animation-delay: 1.8s; }
.service-card:nth-child(5) { animation-delay: 2.4s; }

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  }
  50% {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.8), 0 0 20px rgba(250, 204, 21, 0.1);
  }
}

.service-card:hover {
  animation-play-state: paused;
  transform: translateY(-16px) scale(1.02);
  border-color: var(--yellow);
  background: #141414;
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.9),
    0 0 30px rgba(250, 204, 21, 0.22);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--yellow);
  color: #000;
  display: grid;
  place-items: center;
  font-size: 25px;
  font-weight: 900;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover .card-icon {
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.5);
}

.service-card small {
  color: #666;
  margin-top: 24px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.service-card h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  letter-spacing: -0.02em;
  color: #fff;
}

.service-card p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #999;
}

.service-card a {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.2s, color 0.2s;
}

.service-card:hover a {
  transform: translateX(4px);
  color: #fff;
}

/* ===================================================
   SEÇÕES ESCURAS (4: SOBRE, 6: PROCESSO, 8: FAQ)
   COM RISCAS AMARELAS CAINDO CONTINUAMENTE
   =================================================== */
.about-dark,
#sobre,
.process,
.faq {
  position: relative;
  background: #050505;
  overflow: hidden;
}

/* 1º Grupo de riscas caindo */
.about-dark::before,
#sobre::before,
.process::before,
.faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  
  background-image: 
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 1) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.85) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(255, 230, 80, 1) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.8) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.95) 50%, transparent 100%);
  
  background-size: 
    1.5px 240px,
    1.5px 180px,
    2px 300px,
    1.5px 200px,
    1.5px 260px;
    
  background-position: 
    10% 0,
    30% 0,
    55% 0,
    75% 0,
    90% 0;
    
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.9));
  animation: fallDown 6s ease-in-out infinite;
}

/* 2º Grupo intercalado */
.about-dark::after,
#sobre::after,
.process::after,
.faq::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  
  background-image: 
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.8) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(255, 230, 80, 1) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.75) 50%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(250, 204, 21, 0.9) 50%, transparent 100%);
    
  background-size: 
    1.5px 200px,
    2px 280px,
    1.5px 170px,
    1.5px 230px;
    
  background-position: 
    20% 0,
    42% 0,
    65% 0,
    85% 0;
    
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.9));
  animation: fallDown 8s ease-in-out infinite 3s;
}

@keyframes fallDown {
  0% { transform: translateY(-110%); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateY(110%); opacity: 0; }
}

.about-dark > .container,
#sobre > .container,
.process > .container,
.faq > .container {
  position: relative;
  z-index: 2;
}

/* ===================================================
   4ª SEÇÃO: SOBRE (ESTILOS DO CONTEÚDO)
   =================================================== */
.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.section h2, .two-col h2, .contact h2 {
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  margin: 16px 0 0;
  text-transform: uppercase;
}

#sobre .eyebrow {
  color: var(--yellow);
}

#sobre h2 {
  color: #fff;
}

#sobre h2 span {
  color: var(--yellow);
}

#sobre p {
  color: #aaa;
  line-height: 1.75;
  font-size: 17px;
  max-width: 760px;
}

.check-list {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  font-weight: 700;
  color: #eee;
}

.check-list li:before {
  content: '✓';
  color: var(--yellow);
  margin-right: 10px;
  font-weight: 900;
}

.mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-badges span {
  padding: 13px 16px;
  border: 1px solid #2b2b2b;
  border-radius: 14px;
  background: #0b0b0b;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.stat {
  padding: 30px;
  border-radius: 26px;
  border: 1px solid #262626;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #0b0b0b;
  transition: transform 0.3s;
}

.stat:hover {
  transform: translateY(-4px);
}

.stat.yellow strong {
  color: var(--yellow);
}

.stat.dark strong {
  color: #fff;
}

.stat strong {
  font-size: 54px;
  line-height: 1;
}

.stat span {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}

.stat.wide {
  grid-column: 1 / -1;
  min-height: 130px;
}

/* ===================================================
   5ª SEÇÃO: DIFERENCIAIS (BACKGROUND AMARELO)
   =================================================== */
.diferenciais, #diferenciais {
  position: relative;
  overflow: hidden;
  background: #facc15;
  color: #000;
}

.diferenciais::before, #diferenciais::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 30%, rgba(250, 204, 21, 0.4), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(250, 204, 21, 0.3), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(250, 204, 21, 0.35), transparent 45%);
  filter: blur(35px);
  animation: yellowMove 14s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}

.diferenciais > *, #diferenciais > * {
  position: relative;
  z-index: 1;
}

.diferenciais .eyebrow, #diferenciais .eyebrow {
  color: #000;
  font-weight: 900;
}

.diferenciais h2, #diferenciais h2 {
  color: #000;
}

.diferenciais h2 span, #diferenciais h2 span {
  color: #000;
}

.diferenciais .section-head p, #diferenciais .section-head p {
  color: #222;
  font-weight: 500;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.feature {
  padding: 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: #090909;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature:hover {
  transform: translateY(-8px);
  border-color: rgba(250, 204, 21, 0.5);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.feature b {
  font-size: 38px;
  line-height: 1;
  color: var(--yellow);
  display: block;
  font-weight: 900;
}

.feature h3 {
  margin: 18px 0 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

.feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
}

/* ===================================================
   6ª SEÇÃO: PROCESSO
   =================================================== */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 48px;
}

.process-step {
  border: 1px solid #252525;
  border-radius: 24px;
  background: #0c0c0c;
  padding: 26px;
}

.process-step strong {
  font-size: 56px;
  color: var(--yellow);
}

.process-step h3 {
  font-size: 23px;
  margin: 20px 0 8px;
  color: #fff;
}

.process-step p {
  font-size: 13px;
  margin: 0;
  color: #888;
}

/* ===================================================
   7ª SEÇÃO: FEEDBACKS (FUNDO AMARELO)
   =================================================== */
#feedbacks, .feedbacks-yellow {
  position: relative;
  overflow: hidden;
  background: #facc15 !important;
  color: #000;
}

#feedbacks::before, .feedbacks-yellow::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 230, 80, 0.8), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(245, 185, 0, 0.65), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255, 216, 46, 0.7), transparent 45%);
  filter: blur(35px);
  animation: yellowMove 14s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}

#feedbacks > * {
  position: relative;
  z-index: 1;
}

#feedbacks .eyebrow {
  color: #000 !important;
  font-weight: 900;
}

#feedbacks h2,
#feedbacks h2 span {
  color: #000 !important;
}

#feedbacks .testimonial {
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#feedbacks .testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  border-color: rgba(250, 204, 21, 0.4);
}

#feedbacks .testimonial blockquote {
  color: #ddd;
}

#feedbacks .testimonial strong {
  color: #fff;
}

#feedbacks .testimonial small {
  color: #888;
}

#feedbacks .stars {
  color: var(--yellow);
}

.testimonial-wrap {
  position: relative;
  margin-top: 48px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.testimonial {
  padding: 28px;
  border-radius: 25px;
  background: #0d0d0d;
  border: 1px solid #242424;
}

.stars {
  color: var(--yellow);
  letter-spacing: 3px;
}

.testimonial blockquote {
  margin: 22px 0;
  font-size: 17px;
  line-height: 1.7;
  color: #ddd;
}

.testimonial strong {
  display: block;
}

.testimonial small {
  color: #666;
}

.testimonial-image {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 20px;
}

.testimonial-content blockquote {
  margin-top: 0;
}

.slider-btn, .dots {
  display: none;
}

/* ===================================================
   8ª SEÇÃO: FAQ
   =================================================== */
.narrow {
  max-width: 980px;
}

.center-head {
  text-align: center;
}

.faq-list {
  margin-top: 48px;
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #262626;
  border-radius: 18px;
  background: #0b0b0b;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 0;
  padding: 20px 22px;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq-a {
  display: none;
  border-top: 1px solid #242424;
  padding: 18px 22px;
  color: #929292;
  line-height: 1.7;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-q span:last-child {
  color: var(--yellow);
  font-size: 20px;
}

/* ===================================================
   9ª SEÇÃO: CONTATO & FOOTER
   =================================================== */
.contact {
  background: var(--yellow);
  color: #000;
  padding: 120px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 90px;
  align-items: center;
}

.contact-grid > .reveal {
  min-width: 0;
  padding-right: 18px;
}

.contact h2 {
  font-size: clamp(46px, 4.5vw, 78px);
  line-height: 0.98;
  max-width: 680px;
  margin-right: auto;
}

.contact p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  color: rgba(0, 0, 0, 0.75);
}

.contact-info {
  display: grid;
  gap: 12px;
  font-weight: 800;
  margin-top: 26px;
}

.quote-form {
  background: #050505;
  color: #fff;
  border-radius: 28px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.quote-form h3 {
  font-size: 28px;
  margin: 0;
}

.quote-form > p {
  font-size: 13px;
  margin: 7px 0 22px;
  color: #777;
}

.quote-form label {
  font-size: 12px;
  color: #aaa;
  display: block;
  margin-top: 13px;
}

.quote-form input, .quote-form textarea {
  width: 100%;
  margin-top: 7px;
  background: #0d0d0d;
  color: #fff;
  border: 1px solid #292929;
  border-radius: 13px;
  padding: 14px;
  outline: none;
}

.quote-form input:focus, .quote-form textarea:focus {
  border-color: var(--yellow);
}

.quote-form button {
  margin-top: 18px;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--yellow);
  color: #000;
  display: grid;
  place-items: center;
  font-size: 24px;
  box-shadow: 0 15px 40px rgba(250, 204, 21, 0.4);
  transition: 0.25s;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.06);
}

.footer {
  background: #000;
  padding: 50px 0 22px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 12px 16px;
  color: #aaa;
  transition: 0.25s;
}

.footer-social a:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.footer-social a svg,
.footer-social a .whatsapp-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.copyright {
  border-top: 1px solid #151515;
  margin-top: 36px;
  padding-top: 18px;
  color: #555;
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ===================================================
   RESPONSIVIDADE (MOBILE & TABLET)
   =================================================== */
@media (max-width: 1100px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 0.9fr; }
  .cards.five { grid-template-columns: repeat(2, 1fr); }
  .features-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .services-strip {
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
  }
  .services-strip article:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .services-strip article:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 800px) {
  html, body { max-width: 100%; overflow-x: clip; }
  img, video, svg { max-width: 100%; }
  .hero { padding-top: 98px; overflow: clip; }
  .hero-copy { padding: 20px 0 46px; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: .95; letter-spacing: -.055em; overflow-wrap: anywhere; }
  .hero-text { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { width: 100%; max-width: 100%; margin-inline: 0; }
  .quote-form { padding: 24px 18px; border-radius: 22px; }
  .testimonial { padding: 18px; }
  .testimonial-image { height: 160px; margin-bottom: 16px; }
  .testimonial blockquote { font-size: 15px; line-height: 1.55; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 460px; margin: 20px -16px 0; }
  .mascot { width: 95%; height: 100%; right: 2%; }
  .scribble { left: 5%; top: 18%; font-size: 22px; }
  
  .services-strip-wrapper {
    margin-top: -30px;
    margin-bottom: 0;
  }
  
  .services-strip {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  
  .services-strip article {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  
  .services-strip article:first-child {
    border-top: 0 !important;
  }

  .portfolio-yellow, #portfolio {
    padding-top: 100px;
  }

  .two-col, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-grid > .reveal { padding-right: 0; }
  .contact h2 { max-width: 100%; }
  .section { padding: 90px 0; }
  .cards.five, .portfolio-grid, .features-grid, .process-grid, .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}


/* ===================================================
   PORTFÓLIO SHOWCASE — COMPOSIÇÃO PREMIUM
   =================================================== */

#portfolio .container {
  position: relative;
  z-index: 2;
}

#portfolio .portfolio-grid {
  display: block;
  margin-top: 58px;
}

.portfolio-showcase {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.08fr .76fr .76fr;
  grid-template-rows: 1fr 1fr;
  gap: 22px;
  perspective: 1400px;
  isolation: isolate;
}

.portfolio-orbit {
  position: absolute;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.portfolio-orbit-1 {
  width: 720px;
  height: 720px;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-orbit-2 {
  width: 1020px;
  height: 1020px;
  top: -320px;
  left: 50%;
  transform: translateX(-50%);
  border-color: rgba(0,0,0,.06);
}

.showcase-card {
  position: relative;
  min-width: 0;
  z-index: 1;
  transition: z-index .25s ease;
}

.showcase-card-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  align-self: stretch;
  transform: translateY(8px);
}

.showcase-card-2 {
  grid-column: 3;
  grid-row: 1;
  transform: translate(10px, -8px) rotate(2.5deg);
}

.showcase-card-3 {
  grid-column: 3;
  grid-row: 2;
  transform: translate(-12px, 8px) rotate(-2.5deg);
}

.showcase-card-4 {
  position: absolute;
  width: 38%;
  left: 3%;
  bottom: -52px;
  transform: rotate(-5deg);
  z-index: 5;
}

.showcase-card-1:hover {
  z-index: 8;
  transform: translateY(0) scale(1.015);
}

.showcase-card-2:hover,
.showcase-card-3:hover {
  z-index: 9;
}

.showcase-card-2:hover {
  transform: translate(4px, -18px) rotate(0deg) scale(1.04);
}

.showcase-card-3:hover {
  transform: translate(-6px, -4px) rotate(0deg) scale(1.04);
}

.showcase-card-4:hover {
  transform: translate(8px, -12px) rotate(-1deg) scale(1.04);
  z-index: 12;
}

.showcase-frame {
  position: relative;
  height: 100%;
  min-height: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 34px 75px rgba(0,0,0,.30),
    0 14px 30px rgba(0,0,0,.15);
}

.showcase-card-1 .showcase-frame {
  border-radius: 34px;
  box-shadow:
    0 42px 95px rgba(0,0,0,.32),
    0 18px 42px rgba(0,0,0,.18);
}

.showcase-top {
  position: absolute;
  inset: 18px 18px auto;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.showcase-index,
.showcase-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(5,5,5,.74);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  backdrop-filter: blur(10px);
}

.showcase-index {
  color: var(--yellow);
}

.showcase-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #111;
}

.showcase-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .8s ease, transform 1.1s cubic-bezier(.2,.7,.2,1);
}

.showcase-media.active,
.showcase-art > .project-img {
  opacity: 1;
}

.showcase-frame:hover .showcase-media.active,
.showcase-frame:hover .project-img {
  transform: scale(1.07);
}

.showcase-card-2 .showcase-media,
.showcase-card-3 .showcase-media,
.showcase-card-4 .showcase-media {
  transform: scale(1.03);
}

.showcase-card-2 .showcase-frame,
.showcase-card-3 .showcase-frame,
.showcase-card-4 .showcase-frame {
  min-height: 300px;
}

.showcase-shine {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255,255,255,.12), transparent 30%, transparent 72%, rgba(255,204,0,.10)),
    linear-gradient(to top, rgba(0,0,0,.55), transparent 35%);
  pointer-events: none;
}

.showcase-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 34px 28px 26px;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.90), rgba(0,0,0,.28), transparent);
}

.showcase-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.showcase-caption h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.3vw, 36px);
  line-height: 1;
  letter-spacing: -.03em;
}

.showcase-arrow {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #000;
  font-size: 22px;
  font-weight: 900;
  transition: transform .25s ease;
}

.showcase-frame:hover .showcase-arrow {
  transform: rotate(8deg) translate(2px,-2px);
}

.showcase-empty {
  position: absolute;
  right: 4%;
  bottom: -58px;
  padding: 18px 20px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.20);
  backdrop-filter: blur(8px);
}

.showcase-empty span {
  display: inline-block;
  margin-right: 6px;
  color: #000;
  font-size: 22px;
}

.showcase-empty strong {
  color: #000;
  font-size: 12px;
}

#portfolio .filters {
  position: relative;
  z-index: 5;
}

#portfolio .filters button {
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

#portfolio .filters button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .portfolio-showcase {
    min-height: 610px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .showcase-card-1 {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .showcase-card-2 {
    grid-column: 2;
    grid-row: 1;
  }

  .showcase-card-3 {
    grid-column: 2;
    grid-row: 2;
  }

  .showcase-card-4 {
    width: 44%;
    left: 1%;
    bottom: -46px;
  }
}

@media (max-width: 800px) {
  #portfolio .portfolio-top {
    align-items: flex-start;
  }

  .portfolio-showcase {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0;
  }

  .portfolio-orbit {
    display: none;
  }

  .showcase-card,
  .showcase-card-1,
  .showcase-card-2,
  .showcase-card-3,
  .showcase-card-4 {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .showcase-card-1 {
    order: 1;
    height: 420px;
  }

  .showcase-card-2 {
    order: 2;
    height: 270px;
  }

  .showcase-card-3 {
    order: 3;
    height: 270px;
  }

  .showcase-card-4 {
    order: 4;
    height: 270px;
  }

  .showcase-card:hover,
  .showcase-card-1:hover,
  .showcase-card-2:hover,
  .showcase-card-3:hover,
  .showcase-card-4:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .showcase-frame,
  .showcase-card-1 .showcase-frame,
  .showcase-card-2 .showcase-frame,
  .showcase-card-3 .showcase-frame,
  .showcase-card-4 .showcase-frame {
    min-height: 0;
    height: 100%;
    border-radius: 22px;
  }

  .showcase-caption {
    padding: 26px 20px 20px;
  }

  .showcase-caption h3 {
    font-size: 22px;
  }

  .showcase-arrow {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .showcase-empty {
    position: static;
    align-self: center;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-card,
  .showcase-media,
  .showcase-arrow {
    transition: none !important;
  }
}

/* =========================================
   TESTE - IMAGEM NO FUNDO DO PORTFÓLIO
========================================= */

#portfolio {
  position: relative;
  overflow: hidden;
}

.portfolio-flying-images {
  position: absolute;
  inset: 0;
  
  z-index: 0;
  pointer-events: none;
}

#portfolio > .container {
  position: relative;
  z-index: 2;
}

.portfolio-flying-images img {
  position: absolute;

  width: 350px;
  height: 240px;

  object-fit: cover;

  border-radius: 20px;

  opacity: .25;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
}