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

:root {
  --bg-dark: #02040b;
  --bg-deep: #07101f;
  --surface: rgba(10, 18, 36, 0.72);
  --surface-2: rgba(14, 22, 44, 0.88);
  --text-primary: #f7fbff;
  --text-secondary: #bfcadd;

  --cyan: #3ddcff;
  --cyan-strong: #a8f3ff;
  --cyan-soft: rgba(61, 220, 255, 0.16);

  --purple: #9a6bff;
  --purple-soft: rgba(154, 107, 255, 0.16);

  --pink: #b57cff;
  --pink-soft: rgba(181, 124, 255, 0.14);

  --line: rgba(90, 210, 255, 0.2);
  --line-soft: rgba(255, 255, 255, 0.08);

  --shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.28);
  --glow: 0 0 34px rgba(61, 220, 255, 0.14);
  --glow-strong: 0 0 55px rgba(61, 220, 255, 0.22);

  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;

  --container-width: 1200px;
  --content-width: 1460px;

  --fs-body: 1rem;
  --fs-h1: clamp(1.95rem, 2.4vw, 2.8rem);
  --fs-h2: clamp(1.9rem, 2.2vw, 2.5rem);
  --fs-h3: clamp(1.15rem, 1.15vw, 1.35rem);

  --space-section: 78px;
  --transition: 0.28s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-body);
  color: var(--text-primary);
  line-height: 1.65;
  background: linear-gradient(180deg, #02040b 0%, #07111f 35%, #090714 100%);
  overflow-x: hidden;
  position: relative;
}

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

section {
  padding: var(--space-section) 20px;
  position: relative;
}

.page-shell {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 3;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

/* =========================
   BACKGROUND CINEMATOGRÁFICO
========================= */

.cinematic-bg,
.bg-overlay,
.smoke-layer,
.flash-layer,
.character-energy,
.page-bg-glow,
.light-sweep {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.cinematic-bg {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0.42), rgba(4, 8, 18, 0.72)),
    url("../assets/images/site-bg.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  transform: scale(1.05);
  animation: bgDrift 24s ease-in-out infinite alternate;
  filter: saturate(1.04) contrast(1.05) brightness(0.92);
}

.bg-overlay {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 14%, rgba(61, 220, 255, 0.16), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(181, 124, 255, 0.14), transparent 20%),
    radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(180deg, rgba(1, 3, 8, 0.3) 0%, rgba(1, 3, 8, 0.62) 100%);
}

.page-bg-glow {
  border-radius: 999px;
  filter: blur(120px);
  z-index: 1;
  opacity: 0.48;
}

.page-bg-glow-1 {
  width: 360px;
  height: 360px;
  top: 110px;
  left: -90px;
  background: rgba(61, 220, 255, 0.11);
}

.page-bg-glow-2 {
  width: 320px;
  height: 320px;
  top: 380px;
  right: -80px;
  background: rgba(181, 124, 255, 0.09);
}

.smoke-layer {
  z-index: 1;
  mix-blend-mode: screen;
  pointer-events: none;
}

.smoke-1 {
  opacity: 0.3;
  filter: blur(34px);
  background:
    radial-gradient(circle at 12% 74%, rgba(255, 255, 255, 0.18), transparent 16%),
    radial-gradient(circle at 34% 80%, rgba(61, 220, 255, 0.12), transparent 16%),
    radial-gradient(circle at 58% 70%, rgba(255, 255, 255, 0.16), transparent 16%),
    radial-gradient(circle at 80% 78%, rgba(181, 124, 255, 0.12), transparent 14%);
  animation: smokeDriftOne 22s ease-in-out infinite alternate;
}

.smoke-2 {
  opacity: 0.22;
  filter: blur(44px);
  background:
    radial-gradient(circle at 8% 82%, rgba(255, 255, 255, 0.12), transparent 14%),
    radial-gradient(circle at 44% 84%, rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(circle at 74% 80%, rgba(61, 220, 255, 0.12), transparent 16%);
  animation: smokeDriftTwo 28s ease-in-out infinite alternate;
}

.smoke-3 {
  opacity: 0.14;
  filter: blur(62px);
  background:
    radial-gradient(circle at 22% 68%, rgba(255, 255, 255, 0.15), transparent 14%),
    radial-gradient(circle at 52% 72%, rgba(181, 124, 255, 0.1), transparent 16%),
    radial-gradient(circle at 82% 66%, rgba(61, 220, 255, 0.1), transparent 14%);
  animation: smokeDriftThree 32s ease-in-out infinite alternate;
}

.flash-layer {
  z-index: 2;
  opacity: 0;
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 170, 96, 0.34), transparent 10%),
    radial-gradient(circle at 68% 28%, rgba(255, 210, 128, 0.18), transparent 8%),
    radial-gradient(circle at 54% 58%, rgba(255, 255, 255, 0.12), transparent 10%);
  transition: opacity 0.18s ease;
}

body.flash-active .flash-layer {
  opacity: 1;
}

.light-sweep {
  z-index: 2;
  opacity: 0.18;
  background:
    linear-gradient(115deg,
      transparent 0%,
      transparent 38%,
      rgba(61, 220, 255, 0.07) 48%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(181, 124, 255, 0.06) 53%,
      transparent 64%,
      transparent 100%);
  transform: translateX(-18%);
  animation: sweepLight 12s ease-in-out infinite;
}

.character-energy {
  z-index: 2;
  width: 46vw;
  max-width: 760px;
  height: 70vh;
  max-height: 780px;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0.24;
  filter: blur(16px);
  background:
    radial-gradient(circle at 50% 40%, rgba(61, 220, 255, 0.08), transparent 18%),
    radial-gradient(circle at 48% 38%, rgba(181, 124, 255, 0.05), transparent 26%);
  animation: energyFloat 8s linear infinite;
}

.character-energy::before,
.character-energy::after {
  content: "";
  position: absolute;
  inset: 10% 16%;
  border-radius: 46% 54% 52% 48% / 42% 58% 42% 58%;
  mix-blend-mode: screen;
}

.character-energy::before {
  border: 2px solid rgba(61, 220, 255, 0.12);
  box-shadow:
    0 0 18px rgba(61, 220, 255, 0.18),
    0 0 34px rgba(61, 220, 255, 0.1);
  filter: blur(2px);
  animation: lightningWrap 4.8s linear infinite;
}

.character-energy::after {
  inset: 15% 20%;
  border: 1px solid rgba(181, 124, 255, 0.1);
  box-shadow:
    0 0 16px rgba(181, 124, 255, 0.16),
    0 0 28px rgba(181, 124, 255, 0.08);
  animation: lightningWrapReverse 6.5s linear infinite;
}

.particle-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.particle {
  position: absolute;
  bottom: -20px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(61, 220, 255, 0.7) 38%,
      rgba(154, 107, 255, 0.18) 72%,
      transparent 100%);
  box-shadow:
    0 0 10px rgba(61, 220, 255, 0.18),
    0 0 18px rgba(154, 107, 255, 0.14);
  opacity: 0.45;
  animation: floatParticle linear infinite;
}

@keyframes bgDrift {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.09) translate3d(0, -10px, 0);
  }
}

@keyframes smokeDriftOne {
  0% {
    transform: translate3d(-2%, 1%, 0) scale(1);
  }

  100% {
    transform: translate3d(2%, -3%, 0) scale(1.08);
  }
}

@keyframes smokeDriftTwo {
  0% {
    transform: translate3d(2%, 1%, 0) scale(1);
  }

  100% {
    transform: translate3d(-2%, -4%, 0) scale(1.06);
  }
}

@keyframes smokeDriftThree {
  0% {
    transform: translate3d(0, 2%, 0) scale(1);
  }

  100% {
    transform: translate3d(0, -5%, 0) scale(1.1);
  }
}

@keyframes sweepLight {
  0% {
    transform: translateX(-20%);
    opacity: 0.1;
  }

  50% {
    transform: translateX(3%);
    opacity: 0.2;
  }

  100% {
    transform: translateX(16%);
    opacity: 0.08;
  }
}

@keyframes energyFloat {
  0% {
    transform: translateX(-50%) rotate(0deg) scale(1);
  }

  50% {
    transform: translateX(-50%) rotate(180deg) scale(1.03);
  }

  100% {
    transform: translateX(-50%) rotate(360deg) scale(1);
  }
}

@keyframes lightningWrap {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.55;
  }

  50% {
    transform: rotate(180deg) scale(1.03);
    opacity: 0.85;
  }

  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.55;
  }
}

@keyframes lightningWrapReverse {
  0% {
    transform: rotate(360deg) scale(0.98);
    opacity: 0.45;
  }

  50% {
    transform: rotate(180deg) scale(1.02);
    opacity: 0.75;
  }

  100% {
    transform: rotate(0deg) scale(0.98);
    opacity: 0.45;
  }
}

@keyframes floatParticle {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }

  10% {
    opacity: 0.42;
  }

  50% {
    opacity: 0.58;
  }

  100% {
    transform: translate3d(var(--drift, 0px), -110vh, 0) scale(1.1);
    opacity: 0;
  }
}

@keyframes cardSmokeOrbit {
  0% {
    transform: translate3d(-1%, 0, 0) scale(1);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(1%, -1%, 0) scale(1.04);
    opacity: 0.72;
  }

  100% {
    transform: translate3d(0, 1%, 0) scale(1.02);
    opacity: 0.5;
  }
}

@keyframes buttonFlash {
  0% {
    transform: translateX(-135%);
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  18% {
    transform: translateX(135%);
    opacity: 0;
  }

  100% {
    transform: translateX(135%);
    opacity: 0;
  }
}

@keyframes pulseCredit {

  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* =========================
   HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 20px;
  background: rgba(3, 7, 16, 0.58);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease;
}

.site-header.scrolled {
  background: rgba(4, 9, 20, 0.78);
  border-bottom-color: rgba(61, 220, 255, 0.12);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(61, 220, 255, 0.05);
  backdrop-filter: blur(18px);
}

.header-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 68px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: var(--transition);
}

.logo:hover {
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(61, 220, 255, 0.55);
}

.logo-mark {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #8ffaff 0%, #3ddcff 45%, #5d48d9 100%);
  box-shadow:
    0 0 14px rgba(61, 220, 255, 0.55),
    0 0 24px rgba(154, 107, 255, 0.2);
  flex-shrink: 0;
}

.logo-text {
  display: inline-block;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.main-nav a {
  color: var(--text-secondary);
  transition: var(--transition);
  font-size: 0.96rem;
  font-weight: 500;
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.01em;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--purple));
  transition: var(--transition);
}

.main-nav a:hover {
  color: var(--text-primary);
  text-shadow: 0 0 10px rgba(61, 220, 255, 0.18);
}

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

/* =========================
   BOTÕES
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 0.01em;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.28) 48%,
      rgba(255, 255, 255, 0) 100%);
  transform: translateX(-130%);
  transition: transform 0.8s ease;
}

.btn:hover::before {
  transform: translateX(130%);
}

.btn-primary {
  background: linear-gradient(90deg, #61dfff 0%, #63cfff 42%, #8f82ff 100%);
  color: #06111a;
  box-shadow:
    0 0 22px rgba(61, 220, 255, 0.22),
    0 10px 26px rgba(61, 220, 255, 0.12),
    0 0 14px rgba(154, 107, 255, 0.1);
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg,
      transparent 0%,
      transparent 36%,
      rgba(255, 255, 255, 0) 44%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 56%,
      transparent 66%,
      transparent 100%);
  transform: translateX(-135%);
  animation: buttonFlash 3.6s ease-in-out infinite;
  pointer-events: none;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 0 30px rgba(61, 220, 255, 0.26),
    0 14px 30px rgba(61, 220, 255, 0.14),
    0 0 18px rgba(154, 107, 255, 0.16);
}

.btn-hero {
  min-width: 240px;
}

.header-cta {
  min-width: 210px;
}

/* =========================
   TIPOGRAFIA E SEÇÕES
========================= */

.section-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.section-tag-strong {
  font-size: 1.04rem;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2,
.hero-text h1,
.final-cta-box h2,
.intro-box h2,
.faq-heading h2 {
  line-height: 1.18;
  margin-bottom: 14px;
  font-weight: 700;
  color: var(--text-primary);
}

.hero-text h1 {
  font-size: var(--fs-h1);
  max-width: 620px;
  text-align: left;
  text-wrap: balance;
}

.section-heading h2,
.final-cta-box h2,
.intro-box h2,
.faq-heading h2 {
  font-size: var(--fs-h2);
}

.section-heading p,
.hero-text p,
.service-body p,
.faq-item p,
.final-cta-box p,
.footer-right p,
.footer-address-block p,
.intro-lead,
.intro-list li,
.intro-cta-text,
.field-address {
  color: var(--text-secondary);
  font-size: 0.98rem;
}

/* =========================
   HERO
========================= */

.hero-section {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 8, 18, 0.24) 0%, rgba(4, 8, 18, 0.42) 55%, rgba(4, 8, 18, 0.6) 100%);
  border-radius: 0 0 34px 34px;
  isolation: isolate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 14, 0.34) 0%, rgba(2, 6, 14, 0.1) 40%, rgba(2, 6, 14, 0.4) 100%),
    radial-gradient(circle at 16% 28%, rgba(61, 220, 255, 0.1), transparent 18%),
    radial-gradient(circle at 78% 26%, rgba(181, 124, 255, 0.08), transparent 18%);
  pointer-events: none;
  z-index: 0;
}

.hero-content,
.footer-content {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 36px;
  align-items: center;
}

.hero-text {
  position: relative;
  z-index: 1;
}

.hero-description {
  max-width: 600px;
  text-align: justify;
  text-align-last: left;
}

.hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hero-media {
  min-height: 430px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(61, 220, 255, 0.18);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 34px rgba(61, 220, 255, 0.12);
  background: url("../assets/images/hero-main.jpg") center center / cover no-repeat !important;
}

.hero-media:hover {
  transform: translateY(-4px) scale(1.008);
  border-color: rgba(61, 220, 255, 0.3);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset,
    0 0 44px rgba(61, 220, 255, 0.18),
    0 0 70px rgba(181, 124, 255, 0.06);
}

.hero-media-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(3, 10, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-primary);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.26),
    0 0 20px rgba(61, 220, 255, 0.08);
}

/* =========================
   CARDS / BORDAS GERAIS
========================= */

.hero-media,
.intro-box,
.service-card,
.gallery-item,
.faq-item,
.final-cta-box,
.field-row,
.footer-card {
  position: relative;
  overflow: hidden;
}

.fx-card,
.hero-media,
.intro-box,
.service-card,
.gallery-item,
.faq-item,
.final-cta-box,
.field-row,
.footer-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(14, 22, 44, 0.76), rgba(7, 12, 24, 0.9));
  box-shadow: var(--shadow);
}

.fx-card::after,
.hero-media::after,
.intro-box::after,
.service-card::after,
.field-row::after,
.final-cta-box::after,
.footer-card::after,
.faq-item::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(125deg,
      rgba(61, 220, 255, 0.8) 0%,
      rgba(61, 220, 255, 0.14) 22%,
      rgba(255, 255, 255, 0.02) 38%,
      rgba(154, 107, 255, 0.12) 60%,
      rgba(181, 124, 255, 0.55) 82%,
      rgba(61, 220, 255, 0.32) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.92;
}

.fx-card::before,
.hero-media::before,
.intro-box::before,
.service-card::before,
.field-row::before,
.final-cta-box::before,
.footer-card::before,
.faq-item::before {
  content: "";
  position: absolute;
  inset: -28%;
  background:
    radial-gradient(circle at 20% 30%, rgba(61, 220, 255, 0.16), transparent 22%),
    radial-gradient(circle at 80% 72%, rgba(181, 124, 255, 0.12), transparent 20%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.04), transparent 26%);
  filter: blur(16px);
  opacity: 0.65;
  pointer-events: none;
  animation: cardSmokeOrbit 9s ease-in-out infinite alternate;
}

/* =========================
   INTRO
========================= */

.intro-section {
  padding-top: 24px;
}

.intro-box {
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow), var(--glow);
  border: 1px solid rgba(61, 220, 255, 0.22);
}

.intro-box h2,
.intro-lead,
.intro-list,
.intro-cta-text,
.intro-btn {
  position: relative;
  z-index: 1;
}

.intro-box h2 {
  text-transform: uppercase;
  text-align: center;
}

.intro-lead {
  margin-bottom: 16px;
  max-width: 900px;
  text-align: justify;
  text-align-last: left;
}

.intro-list {
  list-style: none;
  margin-bottom: 20px;
}

.intro-list li {
  margin-bottom: 8px;
}

.intro-cta-text {
  margin-bottom: 30px;
  text-align: justify;
  text-align-last: left;
}

.intro-button-wrap {
  display: flex;
  justify-content: center;
}

.intro-btn {
  width: 100%;
  max-width: 340px;
}

/* =========================
   SERVIÇOS
========================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  border-radius: var(--radius-lg);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  border: 1px solid rgba(61, 220, 255, 0.18);
  background: linear-gradient(180deg, rgba(10, 17, 33, 0.88), rgba(6, 11, 21, 0.94));
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow:
    var(--shadow),
    0 0 30px rgba(61, 220, 255, 0.18),
    0 0 22px rgba(181, 124, 255, 0.1);
  border-color: rgba(61, 220, 255, 0.34);
}

.service-image {
  min-height: 220px;
  border-bottom: 1px solid var(--line);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition:
    background-size 0.55s ease,
    transform 0.45s ease,
    filter 0.45s ease;
}

.service-card:hover .service-image {
  background-size: 108%;
  filter: saturate(1.08) brightness(1.05);
}

.service-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(61, 220, 255, 0.18), transparent 42%, rgba(181, 124, 255, 0.16) 100%);
  opacity: 0.28;
  transition: opacity 0.35s ease;
}

.service-card:hover .service-image::before {
  opacity: 0.54;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.34)),
    linear-gradient(180deg, transparent 18%, rgba(4, 8, 18, 0.5) 100%);
}

.service-image-1 {
  background-image: url("../assets/images/service-1.jpg");
}

.service-image-2 {
  background-image: url("../assets/images/service-2.jpg");
}

.service-image-3 {
  background-image: url("../assets/images/service-3.jpg");
}

.service-image-4 {
  background-image: url("../assets/images/service-4.jpg");
}

.service-body {
  padding: 30px 26px 28px;
  position: relative;
  z-index: 1;
}

.service-body h3,
.field-row h3 {
  margin-bottom: 10px;
  font-size: var(--fs-h3);
  font-weight: 700;
  text-align: center;
}

.service-body p,
.faq-item p,
.footer-right p,
.footer-address-block p {
  text-align: justify;
}

.service-link {
  display: none !important;
}

/* =========================
   GALERIA / CAMPOS
========================= */

.gallery-section .section-heading {
  margin-bottom: 38px;
}

.fields-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.field-row {
  padding: 26px;
  border-radius: var(--radius-lg);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
  border: 1px solid rgba(61, 220, 255, 0.2);
}

.field-row:hover {
  transform: translateY(-4px);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(61, 220, 255, 0.16),
    0 0 16px rgba(181, 124, 255, 0.06);
  border-color: rgba(61, 220, 255, 0.3);
}

.field-row h3 {
  text-align: center;
  margin-bottom: 6px;
}

.field-address {
  text-align: center;
  margin-bottom: 18px;
}

.field-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.gallery-item {
  border-radius: 20px;
  min-height: 340px;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background-size 0.6s ease,
    filter 0.45s ease;
  border: 1px solid rgba(61, 220, 255, 0.18);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(61, 220, 255, 0.18), transparent 45%, rgba(181, 124, 255, 0.16) 100%);
  opacity: 0.22;
  transition: opacity 0.35s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, transparent 35%, rgba(2, 6, 14, 0.72) 100%);
  pointer-events: none;
}

.gallery-item:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(61, 220, 255, 0.18),
    0 0 16px rgba(181, 124, 255, 0.07);
  border-color: rgba(61, 220, 255, 0.32);
  background-size: 108%;
  filter: saturate(1.08) brightness(1.03);
}

.gallery-item:hover::before {
  opacity: 0.4;
}

.gallery-item.vertical {
  min-height: 360px;
}

.rf-photo-1 {
  background-image: url("../assets/images/riacho-fundo-1.jpg");
}

.rf-photo-2 {
  background-image: url("../assets/images/riacho-fundo-2.jpg");
}

.tg-photo-1 {
  background-image: url("../assets/images/taguatinga-1.jpg");
}

.tg-photo-2 {
  background-image: url("../assets/images/taguatinga-2.jpg");
}

.section-cta {
  margin-top: 34px;
  text-align: center;
}

/* =========================
   FAQ
========================= */

.faq-section {
  position: relative;
}

.faq-heading {
  margin-bottom: 28px;
}

.faq-heading h2 {
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(11, 18, 34, 0.9), rgba(7, 12, 24, 0.96));
  border: 1px solid rgba(61, 220, 255, 0.18);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition);
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(61, 220, 255, 0.08),
    0 0 10px rgba(181, 124, 255, 0.05);
  border-color: rgba(61, 220, 255, 0.26);
}

.faq-item[open] {
  border-color: rgba(61, 220, 255, 0.3);
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.24),
    0 0 24px rgba(61, 220, 255, 0.1),
    0 0 14px rgba(181, 124, 255, 0.06);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  font-weight: 700;
  font-size: 1rem;
  transition: color var(--transition), background var(--transition);
  position: relative;
}

.faq-item summary:hover {
  color: var(--cyan);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: none !important;
  display: none !important;
}

.faq-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  border: 1px solid rgba(61, 220, 255, 0.18);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.01));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.faq-icon::before {
  content: "⌄";
  font-size: 1.1rem;
  line-height: 1;
  color: var(--cyan);
  transform: translateY(-1px);
}

.faq-icon::after {
  content: none !important;
  display: none !important;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  border-color: rgba(61, 220, 255, 0.30);
  box-shadow:
    0 0 16px rgba(61, 220, 255, 0.10),
    0 0 10px rgba(154, 107, 255, 0.08);
  background: linear-gradient(180deg,
      rgba(61, 220, 255, 0.08),
      rgba(154, 107, 255, 0.06));
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 24px 22px;
  color: var(--text-secondary);
  text-align: justify;
}

/* =========================
   CTA FINAL
========================= */

.final-cta-box {
  border-radius: 28px;
  text-align: center;
  padding: 48px 28px;
  box-shadow:
    var(--shadow),
    0 0 34px rgba(61, 220, 255, 0.16);
  border: 1px solid rgba(61, 220, 255, 0.24);
}

.final-cta-box .section-tag,
.final-cta-box h2,
.final-cta-box p,
.final-cta-box a {
  position: relative;
  z-index: 1;
}

.cta-bottom-button {
  margin-top: 34px;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  padding: 40px 20px 20px;
  margin-top: 26px;
}

.footer-card {
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(61, 220, 255, 0.18);
  background: linear-gradient(180deg, rgba(10, 16, 31, 0.88), rgba(5, 9, 18, 0.94));
  position: relative;
  overflow: hidden;
}

.footer-card::before {
  opacity: 0.55;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.footer-left,
.footer-right {
  position: relative;
  z-index: 1;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.footer-title {
  margin-bottom: 18px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-primary);
  text-align: left;
}

.footer-address-block {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-address-block:last-child {
  border-bottom: 0;
}

.footer-address-block h5 {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

.footer-address-block p {
  color: var(--text-secondary);
}

.footer-address-link {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition), text-shadow var(--transition);
}

.footer-address-link:hover {
  color: var(--cyan-strong);
  text-shadow: 0 0 10px rgba(61, 220, 255, 0.16);
}

.footer-contact-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.footer-contact-link:hover {
  transform: none;
  background: none;
  border: 0;
  box-shadow: none;
  color: var(--cyan-strong);
  text-shadow: 0 0 10px rgba(61, 220, 255, 0.16);
}

.footer-location {
  margin-top: 4px;
  color: var(--text-secondary);
}

.footer-floating-credit {
  margin-top: 20px;
  text-align: center;
}

.footer-floating-credit p {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 12px rgba(61, 220, 255, 0.04);
  color: var(--text-secondary);
  font-size: 0.92rem;
  animation: pulseCredit 1.8s ease-in-out infinite;
}

/* =========================
   WHATSAPP FLUTUANTE
========================= */

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  padding: 15px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #61dfff 0%, #61d1ff 48%, #8d81ff 100%);
  color: #05111c;
  font-weight: 700;
  box-shadow:
    0 0 22px rgba(61, 220, 255, 0.22),
    0 12px 24px rgba(61, 220, 255, 0.12),
    0 0 14px rgba(154, 107, 255, 0.1);
  transition: var(--transition);
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 0 30px rgba(61, 220, 255, 0.28),
    0 16px 28px rgba(61, 220, 255, 0.14),
    0 0 18px rgba(154, 107, 255, 0.16);
}

/* =========================
   REVEAL
========================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease,
    filter 0.9s ease;
  filter: blur(4px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* =========================
   RESPONSIVIDADE
========================= */

@media (max-width: 1100px) {
  .page-shell {
    padding: 0 18px;
  }

  .header-content {
    gap: 18px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero-content,
  .footer-content {
    gap: 28px;
  }
}

@media (max-width: 900px) {

  .header-content,
  .hero-content,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .main-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .header-cta {
    width: 100%;
    min-width: 0;
  }

  .hero-text h1,
  .hero-description {
    max-width: none;
  }

  .footer-right,
  .footer-left {
    text-align: left;
  }

  .character-energy {
    width: 74vw;
    top: 8%;
    opacity: 0.18;
  }
}

@media (max-width: 768px) {
  section {
    padding: 64px 16px;
  }

  .site-header {
    padding: 12px 14px;
  }

  .main-nav {
    display: none;
  }

  .page-shell {
    padding: 0 12px;
  }

  .btn,
  .btn-primary,
  .btn-hero,
  .header-cta,
  .intro-btn,
  .cta-bottom-button {
    min-height: 58px;
    padding: 0 26px;
    font-size: 0.96rem;
    width: 100%;
    max-width: none;
  }

  .hero-section {
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .hero-media {
    min-height: 250px;
  }

  .hero-actions {
    justify-content: center;
  }

  .services-grid,
  .field-photos {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.vertical {
    min-height: 230px;
  }

  .hero-text h1,
  .hero-description,
  .intro-lead,
  .intro-cta-text,
  .service-body p,
  .faq-item p,
  .faq-answer p {
    text-align: left;
  }

  .faq-item summary {
    padding: 18px 18px;
    font-size: 0.98rem;
  }

  .faq-answer p {
    padding: 0 18px 18px;
  }

  .footer-card {
    padding: 24px 20px;
  }

  .footer-content {
    gap: 28px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
    font-size: 0.92rem;
  }

  .cinematic-bg {
    background-attachment: scroll;
  }

  .smoke-layer,
  .flash-layer,
  .character-energy,
  .light-sweep {
    opacity: 0.12;
  }
}

@media (max-width: 520px) {
  .hero-text h1 {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
  }

  .section-heading h2,
  .final-cta-box h2,
  .intro-box h2,
  .faq-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .hero-badge {
    font-size: 0.84rem;
    padding: 10px 14px;
  }

  .footer-card {
    padding: 22px 18px;
  }
}

/* =========================
   AJUSTE FINO DAS IMAGENS
========================= */

/* HERO - imagem principal do bloco */
.hero-media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: auto;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 18, 0.08), rgba(4, 8, 18, 0.22)),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.04), transparent 32%);
  pointer-events: none;
}

/* Serviços */
.service-image {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  filter: saturate(1.08) contrast(1.05) brightness(0.96);
  transform: scale(1);
  transform-origin: center center;
}

.service-card:hover .service-image {
  background-size: cover !important;
  filter: saturate(1.14) contrast(1.08) brightness(1);
  transform: scale(1.03);
}

/* Galeria dos campos */
.gallery-item {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  filter: saturate(1.06) contrast(1.04) brightness(0.97);
}

.gallery-item:hover {
  background-size: cover !important;
  filter: saturate(1.12) contrast(1.08) brightness(1.01);
}

/* Alturas mais estáveis */
.service-image {
  min-height: 240px;
}

.gallery-item {
  min-height: 360px;
}

.gallery-item.vertical {
  min-height: 380px;
}

/* Overlay mais elegante para ajudar imagem escura ou estourada */
.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.28)),
    linear-gradient(180deg, transparent 18%, rgba(4, 8, 18, 0.42) 100%);
  pointer-events: none;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14)),
    linear-gradient(180deg, transparent 30%, rgba(2, 6, 14, 0.58) 100%);
  pointer-events: none;
}

/* =========================
   FOCO INDIVIDUAL DAS IMAGENS
   Ajuste fino caso alguma corte demais
========================= */

/* HERO */
.hero-media {
  background-position: center center;
}

/* Serviços */
.service-image-1 {
  background-position: center center;
}

.service-image-2 {
  background-position: center center;
}

.service-image-3 {
  background-position: center 32%;
}

.service-image-4 {
  background-position: center center;
}

/* Riacho Fundo */
.rf-photo-1 {
  background-position: center center;
}

.rf-photo-2 {
  background-position: center 35%;
}

/* Taguatinga */
.tg-photo-1 {
  background-position: center center;
}

.tg-photo-2 {
  background-position: center 30%;
}

/* =========================
   RESPONSIVIDADE DAS IMAGENS
========================= */

@media (max-width: 768px) {
  .hero-media {
    min-height: 270px;
    background-position: center center;
  }

  .service-image {
    min-height: 220px;
  }

  .gallery-item,
  .gallery-item.vertical {
    min-height: 240px;
  }
}

.footer-address-link,
.field-address-link {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition), text-shadow var(--transition);
}

.footer-address-link:hover,
.field-address-link:hover {
  color: var(--cyan-strong);
  text-shadow: 0 0 10px rgba(61, 220, 255, 0.16);
}

/* ===== AJUSTE FINAL DO FOOTER ===== */

.footer-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.footer-title {
  margin-bottom: 16px;
}

.footer-contact-link {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: var(--cyan-strong);
  text-shadow: 0 0 10px rgba(61, 220, 255, 0.16);
}

.footer-location-bottom {
  margin-top: 24px;
  padding-top: 18px;
  text-align: center;
  color: var(--text-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-right {
    align-items: flex-start;
  }

  .footer-location-bottom {
    margin-top: 20px;
  }
}

/* =========================
   MOBILE PERFORMANCE MODE
========================= */

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  /* remove fundo pesado e animações invisíveis */
  .smoke-layer,
  .flash-layer,
  .character-energy,
  .light-sweep,
  .particle-field,
  .page-bg-glow {
    display: none !important;
  }

  /* fundo mais leve no mobile */
  .cinematic-bg {
    animation: none !important;
    transform: none !important;
    filter: brightness(0.82) saturate(1) contrast(1.02) !important;
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .bg-overlay {
    background:
      radial-gradient(circle at 18% 14%, rgba(61, 220, 255, 0.08), transparent 20%),
      radial-gradient(circle at 82% 16%, rgba(181, 124, 255, 0.08), transparent 18%),
      linear-gradient(180deg, rgba(1, 3, 8, 0.42) 0%, rgba(1, 3, 8, 0.74) 100%) !important;
  }

  /* reduz blur e brilho geral */
  .fx-card::before,
  .hero-media::before,
  .intro-box::before,
  .service-card::before,
  .field-row::before,
  .final-cta-box::before,
  .footer-card::before,
  .faq-item::before {
    display: none !important;
  }

  .fx-card,
  .hero-media,
  .intro-box,
  .service-card,
  .gallery-item,
  .faq-item,
  .final-cta-box,
  .field-row,
  .footer-card {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
  }

  .service-card:hover,
  .field-row:hover,
  .gallery-item:hover,
  .faq-item:hover,
  .hero-media:hover,
  .btn-primary:hover,
  .whatsapp-float:hover {
    transform: none !important;
  }

  .service-image,
  .gallery-item,
  .hero-media {
    filter: none !important;
  }

  .reveal {
    filter: none !important;
    transition:
      opacity 0.55s ease,
      transform 0.55s ease !important;
  }

  /* =========================
     HEADER FIXO E MENU MOBILE
  ========================= */

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding: 10px 12px !important;
    background: rgba(4, 9, 20, 0.92) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(61, 220, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .header-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch;
    min-height: auto !important;
  }

  .logo {
    justify-content: flex-start;
  }

  /* mostra o menu no mobile */
  .main-nav {
    display: flex !important;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(61, 220, 255, 0.12);
  }

  .main-nav a::after {
    display: none !important;
  }

  .main-nav a:hover {
    text-shadow: none;
    background: linear-gradient(90deg,
        rgba(61, 220, 255, 0.10),
        rgba(154, 107, 255, 0.10));
    border-color: rgba(61, 220, 255, 0.18);
  }

  /* botão do topo mais compacto no mobile */
  .header-cta {
    min-height: 50px !important;
    font-size: 0.94rem !important;
  }

  /* espaço do hero para não colar no header */
  .hero-section {
    padding-top: 34px !important;
  }

  /* CTA flutuante mais leve */
  .whatsapp-float {
    right: 12px !important;
    bottom: 12px !important;
    padding: 13px 15px !important;
    font-size: 0.9rem !important;
    box-shadow:
      0 10px 20px rgba(61, 220, 255, 0.12),
      0 0 12px rgba(154, 107, 255, 0.08) !important;
  }
}

/* =========================
   MOBILE PERFORMANCE MODE
========================= */

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  /* remove fundo pesado e animações invisíveis */
  .smoke-layer,
  .flash-layer,
  .character-energy,
  .light-sweep,
  .particle-field,
  .page-bg-glow {
    display: none !important;
  }

  /* fundo mais leve no mobile */
  .cinematic-bg {
    animation: none !important;
    transform: none !important;
    filter: brightness(0.82) saturate(1) contrast(1.02) !important;
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .bg-overlay {
    background:
      radial-gradient(circle at 18% 14%, rgba(61, 220, 255, 0.08), transparent 20%),
      radial-gradient(circle at 82% 16%, rgba(181, 124, 255, 0.08), transparent 18%),
      linear-gradient(180deg, rgba(1, 3, 8, 0.42) 0%, rgba(1, 3, 8, 0.74) 100%) !important;
  }

  /* reduz blur e brilho geral */
  .fx-card::before,
  .hero-media::before,
  .intro-box::before,
  .service-card::before,
  .field-row::before,
  .final-cta-box::before,
  .footer-card::before,
  .faq-item::before {
    display: none !important;
  }

  .fx-card,
  .hero-media,
  .intro-box,
  .service-card,
  .gallery-item,
  .faq-item,
  .final-cta-box,
  .field-row,
  .footer-card {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
  }

  .service-card:hover,
  .field-row:hover,
  .gallery-item:hover,
  .faq-item:hover,
  .hero-media:hover,
  .btn-primary:hover,
  .whatsapp-float:hover {
    transform: none !important;
  }

  .service-image,
  .gallery-item,
  .hero-media {
    filter: none !important;
  }

  .reveal {
    filter: none !important;
    transition:
      opacity 0.55s ease,
      transform 0.55s ease !important;
  }

  /* =========================
     HEADER FIXO E MENU MOBILE
  ========================= */

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding: 10px 12px !important;
    background: rgba(4, 9, 20, 0.92) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(61, 220, 255, 0.12);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  }

  .header-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch;
    min-height: auto !important;
  }

  .logo {
    justify-content: flex-start;
  }

  /* mostra o menu no mobile */
  .main-nav {
    display: flex !important;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(61, 220, 255, 0.12);
  }

  .main-nav a::after {
    display: none !important;
  }

  .main-nav a:hover {
    text-shadow: none;
    background: linear-gradient(90deg,
        rgba(61, 220, 255, 0.10),
        rgba(154, 107, 255, 0.10));
    border-color: rgba(61, 220, 255, 0.18);
  }

  /* botão do topo mais compacto no mobile */
  .header-cta {
    min-height: 50px !important;
    font-size: 0.94rem !important;
  }

  /* espaço do hero para não colar no header */
  .hero-section {
    padding-top: 34px !important;
  }

  /* CTA flutuante mais leve */
  .whatsapp-float {
    right: 12px !important;
    bottom: 12px !important;
    padding: 13px 15px !important;
    font-size: 0.9rem !important;
    box-shadow:
      0 10px 20px rgba(61, 220, 255, 0.12),
      0 0 12px rgba(154, 107, 255, 0.08) !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================
   MOBILE ULTRA LEVE
========================= */

@media (max-width: 768px) {

  /* animações contínuas desligadas */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  /* reveal desligado no mobile */
  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  /* remove efeitos pesados de fundo */
  .smoke-layer,
  .flash-layer,
  .character-energy,
  .light-sweep,
  .particle-field,
  .page-bg-glow {
    display: none !important;
  }

  /* fundo mais simples */
  .cinematic-bg {
    animation: none !important;
    transform: none !important;
    filter: brightness(0.84) saturate(1) contrast(1.01) !important;
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .bg-overlay {
    background:
      linear-gradient(180deg, rgba(1, 3, 8, 0.44) 0%, rgba(1, 3, 8, 0.76) 100%) !important;
  }

  /* sem glow secundário dos cards */
  .fx-card::before,
  .hero-media::before,
  .intro-box::before,
  .service-card::before,
  .field-row::before,
  .final-cta-box::before,
  .footer-card::before,
  .faq-item::before,
  .hero-media::after,
  .service-card::after,
  .field-row::after,
  .final-cta-box::after,
  .footer-card::after,
  .faq-item::after,
  .intro-box::after {
    display: none !important;
  }

  /* sombras bem mais leves */
  .fx-card,
  .hero-media,
  .intro-box,
  .service-card,
  .gallery-item,
  .faq-item,
  .final-cta-box,
  .field-row,
  .footer-card {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
  }

  /* sem zoom / hover no mobile */
  .service-card:hover,
  .field-row:hover,
  .gallery-item:hover,
  .faq-item:hover,
  .hero-media:hover,
  .btn-primary:hover,
  .whatsapp-float:hover {
    transform: none !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18) !important;
  }

  .service-card:hover .service-image,
  .gallery-item:hover {
    background-size: cover !important;
    filter: none !important;
  }

  .service-image,
  .gallery-item,
  .hero-media {
    filter: none !important;
  }

  /* botões sem efeito brilhando continuamente */
  .btn-primary::before,
  .btn-primary::after,
  .btn::before {
    display: none !important;
  }

  /* whatsapp flutuante mais leve */
  .whatsapp-float {
    right: 12px !important;
    bottom: 12px !important;
    padding: 13px 15px !important;
    font-size: 0.9rem !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16) !important;
  }

  /* header fixo e limpo */
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    padding: 10px 12px !important;
    background: rgba(4, 9, 20, 0.94) !important;
    backdrop-filter: blur(8px) !important;
    border-bottom: 1px solid rgba(61, 220, 255, 0.08) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
  }

  .header-content {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch;
    min-height: auto !important;
  }

  /* menu mobile fixo e rolável */
  .main-nav {
    display: flex !important;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(61, 220, 255, 0.1);
    text-shadow: none !important;
  }

  .main-nav a::after {
    display: none !important;
  }

  .hero-section {
    padding-top: 34px !important;
  }
}

/* ===== CORREÇÃO DE ESTABILIDADE DE VIEWPORT ===== */

html,
body {
  min-height: 100%;
}

body {
  position: relative;
}

.cinematic-bg,
.bg-overlay,
.smoke-layer,
.flash-layer,
.character-energy,
.page-bg-glow,
.light-sweep,
.particle-field {
  z-index: 0 !important;
}

.page-shell,
.site-header,
main,
footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) and (max-width: 1100px) {

  .header-content,
  .hero-content,
  .footer-content {
    grid-template-columns: 1fr !important;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-cta {
    width: 100%;
    min-width: 0;
  }
}