/* Keep the moving background natural. Contrast belongs to content, not the viewport. */
.cinematic-overlay { background:rgba(5,12,18,.045); }
.cinematic-video { filter:saturate(1.16) contrast(1.025) brightness(1.025); }
.hero-content,.section-header-center { position:relative; isolation:isolate; }
.hero-content::before,.section-header-center::before {
  content:""; position:absolute; inset:-26px -30px; z-index:-1; pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(5,12,19,.78) 0%,rgba(5,12,19,.6) 45%,rgba(5,12,19,.22) 68%,transparent 82%);
}
.hero-content::before { inset:-45px -38px; background:radial-gradient(ellipse at 42% 48%,#07111bd9 0%,#07111ba6 47%,#07111b38 70%,transparent 85%); }
.hero-editorial-card,.glass-panel-main,.contacto-info-panel,.contacto-form-panel {
  background:linear-gradient(135deg,rgba(12,24,33,.73),rgba(7,16,24,.82));
}
.service-body,.project-info,.confianza-card {
  background:linear-gradient(140deg,rgba(9,20,29,.72),rgba(7,15,23,.83));
}
.process-step-card { background:rgba(8,20,29,.76); }
.process-step-card.active { background:linear-gradient(135deg,rgba(73,40,17,.88),rgba(8,24,36,.88)); }
.crafted-title::after {
  content:""; display:block; position:absolute; left:15%; right:15%; bottom:-12px;
  height:2px; background:linear-gradient(90deg,#ff9c41,#5bcfff);
  transform:scaleX(var(--tool-result,0)); transform-origin:left;
  box-shadow:0 0 7px #50c7ff35; pointer-events:none;
}
@media(max-width:768px) {
  .hero-content::before,.section-header-center::before { inset:-22px -12px; }
}
@media(prefers-reduced-motion:reduce) { .crafted-title::after { display:none; } }
