body {
  background-color: #050505;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hide scrollbar for pristine design */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

/* Text highlight selection */
::selection {
  background: #63b9e6 !important;
  color: #00131f !important;
  -webkit-text-fill-color: #00131f !important;
}

input::selection,
textarea::selection {
  background: #63b9e6 !important;
  color: #00131f !important;
  -webkit-text-fill-color: #00131f !important;
}

::-moz-selection {
  background: #63b9e6 !important;
  color: #00131f !important;
}

/* Backgrounds & Textures */
/* Utility Classes */
.text-emerald-gradient {
  background: linear-gradient(to bottom, #d6efff 0%, #0b6ea8 50%, #034579 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block;
}

.text-warning-gradient {
  background: linear-gradient(to bottom, #fde68a 0%, #f97316 50%, #991b1b 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block;
}

.stars {
  background-image:
    radial-gradient(1px 1px at 20px 30px, #fff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 40px 70px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 50px 160px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1.5px 1.5px at 90px 40px, #ffffff, rgba(0,0,0,0)),
    radial-gradient(1px 1px at 130px 80px, #ffffff, rgba(0,0,0,0));
  background-size: 200px 200px;
  opacity: 0.18;
}

.grid-bg {
  background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

/* Electric Card Effect - Neutral Base */
.electric-card {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05), inset 0 0 10px rgba(255, 255, 255, 0.02);
}

/* Warning Card State - Unified for Risks Section */
.card-glow--warning { 
  border: 1px solid rgba(249, 115, 22, 0.15);
  box-shadow: 
    0 0 50px -10px rgba(239, 68, 68, 0.25),
    inset 0 0 15px rgba(249, 115, 22, 0.1);
}

.card-glow--warning:hover { 
  box-shadow: 0 0 60px -5px rgba(239, 68, 68, 0.45);
  border-color: rgba(249, 115, 22, 0.4);
  border-top-color: rgba(249, 115, 22, 1);
}

#riscos .card-glow--warning {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 1.5rem !important;
  border: 2px solid rgba(249, 115, 22, 0.18) !important;
  background: #0A0A0A !important;
  box-shadow:
    0 0 50px -10px rgba(239, 68, 68, 0.25),
    inset 0 0 15px rgba(249, 115, 22, 0.1) !important;
}

#riscos .card-glow--warning > div.absolute {
  display: none;
}

#riscos .card-glow--warning > div.relative {
  border-radius: 1.35rem !important;
}

#riscos .card-glow--warning:hover {
  border-color: rgba(249, 115, 22, 0.35) !important;
  border-top-color: rgba(249, 115, 22, 0.35) !important;
  box-shadow: 0 0 60px -5px rgba(239, 68, 68, 0.45) !important;
}

.card-glow--emerald { 
  border: 1px solid rgba(3, 69, 121, 0.15);
  box-shadow: 
    0 0 50px -10px rgba(3, 69, 121, 0.25),
    inset 0 0 15px rgba(3, 69, 121, 0.1);
}

.card-glow--emerald:hover { 
  box-shadow: 0 0 60px -5px rgba(3, 69, 121, 0.45);
  border-color: rgba(3, 69, 121, 0.4);
  border-top-color: rgba(3, 69, 121, 1);
}

#regularizacao .regularizacao-grid > article.card-glow--emerald {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 1.5rem !important;
  border: 2px solid rgba(59, 154, 212, 0.18) !important;
  background: #0A0A0A !important;
  box-shadow:
    0 0 50px -10px rgba(3, 69, 121, 0.25),
    inset 0 0 15px rgba(3, 69, 121, 0.1) !important;
}

#regularizacao .regularizacao-grid > article.card-glow--emerald > div:first-child {
  border-radius: 1.35rem !important;
}

#regularizacao .regularizacao-grid > article.card-glow--emerald:hover {
  border-color: rgba(59, 154, 212, 0.35) !important;
  border-top-color: rgba(59, 154, 212, 0.35) !important;
  box-shadow: 0 0 60px -5px rgba(3, 69, 121, 0.45) !important;
}

/* Segment cards: refined for vivid emerald theme and better shading */
#tab-saude > div,
#tab-ind > div {
  width: 100%;
  min-height: 8.9rem;
  padding: 1.3rem 1rem 1.15rem;
  justify-content: center;
  gap: 0.95rem;
  background: #0A0A0A !important;
  border: 2px solid rgba(59, 154, 212, 0.18) !important;

  border-radius: 1.5rem !important;
  box-shadow: 
    0 0 50px -10px rgba(3, 69, 121, 0.25),
    inset 0 0 15px rgba(3, 69, 121, 0.1) !important;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  isolation: isolate;
}

#tab-saude > div:hover,
#tab-ind > div:hover {
  background: #0A0A0A !important;
  border-color: rgba(125, 192, 232, 0.25) !important;
  border-top-color: rgba(3,69,121,0.8) !important;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 45px -12px rgba(0,0,0,0.6),
    0 0 45px -5px rgba(3,69,121,0.3) !important;
}

#tab-saude > div > div:first-child,
#tab-ind > div > div:first-child {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0;
  border-radius: 0.95rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(3,69,121,0.06), rgba(255,255,255,0.01)) !important;
  border: 1px solid rgba(3,69,121,0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(3, 69, 121, 0.02);
  transition: all 400ms ease;
}

#tab-saude > div > div:first-child img,
#tab-ind > div > div:first-child img {
  width: 86%;
  height: 86%;
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(3, 69, 121, 0.6));
}

#tab-saude > div > div:first-child img.segment-icon--dense,
#tab-ind > div > div:first-child img.segment-icon--dense {
  width: 82%;
  height: 82%;
}

#tab-saude > div > div:first-child img.segment-icon--paw,
#tab-ind > div > div:first-child img.segment-icon--paw {
  width: 100%;
  height: 100%;
}

#tab-saude > div h4,
#tab-ind > div h4 {
  font-size: 0.96rem;
  line-height: 1.2;
  max-width: 12rem;
  text-wrap: balance;
  color: #e0f3ff;
  text-shadow:
    0 0 1px rgba(125, 192, 232, 0.36),
    0 0 6px rgba(3, 69, 121, 0.12);
}

@media (min-width: 768px) {
  #tab-saude,
  #tab-ind {
    grid-template-columns: repeat(4, minmax(0, 15rem));
    justify-content: center;
    gap: 0.95rem;
  }
}

/* Animations */
@keyframes fadeInUpBlur {
  0% { opacity: 0; transform: translateY(20px); filter: blur(10px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.animate-entry { animation: fadeInUpBlur 1s cubic-bezier(0.2,0.8,0.2,1) both; }
.delay-75 { animation-delay: 75ms; }
.delay-150 { animation-delay: 150ms; }
.delay-200 { animation-delay: 200ms; }
.delay-300 { animation-delay: 300ms; }
.delay-500 { animation-delay: 500ms; }

@keyframes animationIn {
  0% { opacity: 0; transform: translateY(30px); filter: blur(8px); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0px); }
}
.animate-on-scroll { animation-play-state: running !important; }
.animate-on-scroll.animate { animation-play-state: running !important; }

@keyframes buttonSweep {
  0% { transform: translateX(-230%) rotate(18deg); opacity: 0; }
  20% { opacity: 1; filter: blur(2px); }
  100% { transform: translateX(200%) rotate(18deg); opacity: 0; }
}

.btn-sweep {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-sweep::before {
  content: '';
  position: absolute;
  top: -35%; left: -22%;
  width: 30%; height: 180%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.4), rgba(255,255,255,0));
  transform: translateX(-230%) rotate(18deg);
  opacity: 0;
  pointer-events: none;
}
.btn-sweep:hover::before {
  animation: buttonSweep 900ms cubic-bezier(0.25, 1, 0.5, 1);
}

/* Main CTA Style for Standardization */
.btn-cta-standard {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
  min-height: 3.15rem !important;
  padding: 0.9rem 1.8rem !important;
  background: linear-gradient(to top, #d8efff, #0b6ea8, #034579) !important;
  color: #00131f !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  font-size: 0.84rem !important; /* To be safe */
  border: none !important;
  border-radius: 999px !important;
  border-top: 1px solid rgba(255,255,255,0.4) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 40px -6px rgba(3,69,121,0.6) !important;
}
.btn-cta-standard:hover {
  transform: scale(1.05) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 0 50px -5px rgba(3,69,121,0.8) !important;
}
.btn-cta-standard * {
  color: #00131f !important;
}

.btn-cta-standard.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .btn-cta-standard.hidden.md\:flex {
    display: inline-flex !important;
  }
}

#riscos .btn-cta-standard {
  background: linear-gradient(to top, #fde68a, #f97316, #991b1b) !important;
  color: #1f0704 !important;
  border-top: 1px solid rgba(255,255,255,0.45) !important;
  box-shadow: 0 0 40px -6px rgba(249,115,22,0.62) !important;
}

#riscos .btn-cta-standard:hover {
  filter: brightness(1.08) !important;
  box-shadow: 0 0 50px -5px rgba(239,68,68,0.7) !important;
}

#riscos .btn-cta-standard * {
  color: #1f0704 !important;
}

.btn-toggle-pill {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
  background-clip: padding-box !important;
  transition: background 0.35s ease, color 0.35s ease, opacity 0.35s ease !important;
}

.btn-toggle-pill:focus,
.btn-toggle-pill:focus-visible,
.btn-toggle-pill:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Style for Active Tab Toggles to map the green CTA */
.btn-toggle-active {
  background: linear-gradient(to top, #d8efff, #0b6ea8, #034579) !important;
  color: #00131f !important;
  font-weight: 700 !important;
  box-shadow: inset 0 0 0 1px rgba(0,19,31,0.14), 0 0 20px -8px rgba(3,69,121,0.45) !important;
}

.tab-content-transition {
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Novo estilo Premium e Criativo para os ícones de serviços */
#tab-saude > div,
#tab-ind > div {
  position: relative;
  overflow: hidden;
}

#tab-saude > div::before,
#tab-ind > div::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 120%; height: 120%;
  background: radial-gradient(circle at center, rgba(3,69,121,0.1) 0%, transparent 60%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}

#tab-saude > div:hover::before,
#tab-ind > div:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

#tab-saude > div > div:first-child,
#tab-ind > div > div:first-child {
  width: 4rem !important;
  height: 4rem !important;
  margin-bottom: 1.25rem !important;
  background: linear-gradient(135deg, rgba(3,69,121,0.15) 0%, rgba(3,69,121,0.3) 100%) !important;
  border: 1px solid rgba(3,69,121,0.2) !important;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 10px 25px -5px rgba(3,69,121,0.1) !important;
  border-radius: 16px !important; 
  transform: none;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  position: relative;
  z-index: 10;
}

/* Glow backdrop behind icon */
#tab-saude > div > div:first-child::after,
#tab-ind > div > div:first-child::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  background: rgba(3,69,121,0.6);
  filter: blur(14px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#tab-saude > div > div:first-child i,
#tab-ind > div > div:first-child i,
#tab-saude > div > div:first-child svg,
#tab-ind > div > div:first-child svg {
  width: 2.3rem !important;
  height: 2.3rem !important;
  stroke-width: 1.55 !important;
  color: #f8fafc !important;
  stroke: #f8fafc !important;
  fill: none !important;
  filter: none;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

#tab-saude > div > h4,
#tab-ind > div > h4 {
  position: relative;
  z-index: 10;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

#tab-saude > div:hover > div:first-child,
#tab-ind > div:hover > div:first-child {
  transform: translateY(-5px) scale(1.1) !important;
  background: linear-gradient(135deg, rgba(3,69,121,0.25), rgba(3,69,121,0.05)) !important;
  border-color: rgba(3,69,121,0.4) !important;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.15), 
    0 15px 30px -5px rgba(3,69,121,0.4) !important;
}

#tab-saude > div:hover > div:first-child::after,
#tab-ind > div:hover > div:first-child::after {
  opacity: 0.6;
}

#tab-saude > div:hover > div:first-child i,
#tab-ind > div:hover > div:first-child i,
#tab-saude > div:hover > div:first-child svg,
#tab-ind > div:hover > div:first-child svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
  filter: none;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  #tab-saude > div > div:first-child,
  #tab-ind > div > div:first-child {
    width: 4.8rem !important;
    height: 4.8rem !important;
    border-radius: 20px !important;
  }

  #tab-saude > div > div:first-child i,
  #tab-ind > div > div:first-child i,
  #tab-saude > div > div:first-child svg,
  #tab-ind > div > div:first-child svg {
    width: 2.8rem !important;
    height: 2.8rem !important;
    stroke-width: 1.3 !important;
  }
  
  #tab-saude > div > h4,
  #tab-ind > div > h4 {
    font-size: 1.05rem;
  }
}

/* Estilo Premium para os Ícones de Etapas / Timeline (Regularização) */
#regularizacao .regularizacao-step-icon {
  position: relative;
  overflow: hidden;
  background-color: #0f0f0f !important; /* Base sólida para esconder a linha */
  background-image: linear-gradient(to bottom, rgba(3,69,121,0.08), rgba(10,10,10,1)) !important;
  border: 1px solid rgba(3,69,121,0.15) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 20px rgba(3,69,121,0.05) !important;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

#regularizacao .regularizacao-step-icon::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle at top, rgba(3,69,121,0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#regularizacao .regularizacao-step-icon i,
#regularizacao .regularizacao-step-icon svg {
  color: #e5e7eb !important; /* Neutral white/grayish */
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.1));
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Efeito de Hover nas etapas */
#regularizacao .group:hover .regularizacao-step-icon {
  border-color: rgba(3,69,121,0.5) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 10px 30px -5px rgba(3,69,121,0.4) !important;
  transform: translateY(-6px) scale(1.05) !important;
}

#regularizacao .group:hover .regularizacao-step-icon::before {
  opacity: 1;
}

#regularizacao .group:hover .regularizacao-step-icon i,
#regularizacao .group:hover .regularizacao-step-icon svg {
  color: #0b6ea8 !important; /* Emerald bright neon */
  filter: drop-shadow(0 0 14px rgba(3,69,121,0.9));
  transform: scale(1.1);
}

#inicio {
  min-height: calc(100vh - 65px);
  background-image:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,1) 36%,
      rgba(5,5,5,0.6) 50%,
      rgba(5,5,5,0) 58%
    ),
    url("../assets/hero.webp");
  background-size: cover;
  background-position: 80% center;
  background-repeat: no-repeat;
  isolation: isolate;
}

#inicio::before,
#inicio::after {
  display: none;
}

#inicio > div {
  position: relative;
  z-index: 1;
}

#inicio .hero-copy {
  max-width: 42rem;
  min-width: 0;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.72);
}

#inicio .hero-copy p {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.84);
}

#inicio .btn-cta-standard {
  width: 100% !important;
  max-width: 31rem !important;
  box-sizing: border-box;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  text-shadow: none !important;
}

#inicio .btn-cta-standard span {
  display: block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: none !important;
}

@media (max-width: 430px) {
  #inicio .hero-copy {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
  }

  #inicio h1 {
    font-size: clamp(2rem, 8.3vw, 2.25rem) !important;
    line-height: 1.08 !important;
  }

  #inicio .btn-cta-standard {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    min-height: 3.45rem !important;
    padding-inline: 1.1rem !important;
    font-size: 0.74rem !important;
  }
}

@media (min-width: 768px) {
  #inicio {
    background-position: center center;
  }
}

#sobre {
  /* lg default (1024-1279px): text starts at ~50% of viewport */
  background-image:
    linear-gradient(90deg,
      rgba(5,5,5,0)    0%,
      rgba(5,5,5,0)    40%,
      rgba(5,5,5,0.85) 50%,
      rgba(5,5,5,1)    56%,
      rgba(5,5,5,1)    100%
    ),
    url("../assets/about-ambientec-wide.webp");
  background-color: #050505;
  background-size: cover, cover;
  background-position: center center, left center;
  background-repeat: no-repeat, no-repeat;
  isolation: isolate;
}

@media (min-width: 1280px) {
  #sobre {
    /* xl+ (1280px+): text starts at ~58% of viewport */
    background-image:
      linear-gradient(90deg,
        rgba(5,5,5,0)    0%,
        rgba(5,5,5,0)    48%,
        rgba(5,5,5,0.82) 58%,
        rgba(5,5,5,1)    64%,
        rgba(5,5,5,1)    100%
      ),
      url("../assets/about-ambientec-wide.webp");
    background-size: cover, cover;
    background-position: center center, left center;
  }
}

#sobre::before,
#sobre::after {
  display: none;
}

#sobre .sobre-copy {
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1024px) {
  #sobre .sobre-copy {
    justify-self: end;
    width: min(100%, 38rem);
  }
}

@media (max-width: 1023px) {
  #sobre .sobre-copy {
    margin-left: clamp(2.25rem, 13vw, 8rem);
    max-width: calc(100% - clamp(2.25rem, 13vw, 8rem));
  }
}

#sobre .sobre-metric {
  background: rgba(5, 5, 5, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 42px -22px rgba(0, 0, 0, 0.85), 0 0 28px -18px rgba(3, 69, 121, 0.5);
  backdrop-filter: blur(14px);
}

#qualidade {
  isolation: isolate;
  --qualidade-bg-x: calc(100% + clamp(13rem, 18vw, 21rem));
}

#qualidade::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.96) 38%, rgba(5, 5, 5, 0.62) 56%, rgba(5, 5, 5, 0.24) 80%, rgba(5, 5, 5, 0.32) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.66) 0%, rgba(5,5,5,0.28) 42%, rgba(5,5,5,0.72) 100%),
    url("../assets/controle-ambientec.webp") var(--qualidade-bg-x) center / auto 100% no-repeat,
    linear-gradient(180deg, rgba(5, 5, 5, 1) 0%, rgba(8, 9, 9, 1) 48%, rgba(5, 5, 5, 1) 100%);
  filter: brightness(0.92) saturate(0.96);
  pointer-events: none;
}

#qualidade::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,0.28) 0%, rgba(5,5,5,0.1) 50%, rgba(5,5,5,0.34) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.58) 0%, rgba(5,5,5,0.08) 28%, rgba(5,5,5,0.08) 72%, rgba(5,5,5,0.62) 100%);
  opacity: 0.72;
  pointer-events: none;
}

#qualidade > :not(.section-divider) {
  position: relative;
  z-index: 1;
}

#qualidade .section-divider {
  position: absolute;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 2;
}

.qualidade-layout {
  display: grid;
  grid-template-columns: minmax(0, 62%) minmax(0, 1fr);
  gap: clamp(1.5rem, 3.6vw, 3.75rem);
  align-items: center;
}

.qualidade-main {
  grid-column: 1;
  min-width: 0;
  width: 100%;
}

.qualidade-heading {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
  text-align: left;
}

.qualidade-heading h2 {
  margin: 0;
}

.qualidade-heading p {
  max-width: 41rem;
  margin: 1rem 0 0;
}

.qualidade-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.2vw, 1rem);
}

.qualidade-media-slot {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: clamp(22rem, 32vw, 29rem);
  align-self: stretch;
}

.qualidade-media-slot img,
.qualidade-media-slot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.qualidade-media-slot img {
  object-fit: contain;
  object-position: center right;
}

.qualidade-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  height: 100%;
  padding: clamp(1.05rem, 1.5vw, 1.35rem);
  border-radius: 1.25rem;
  border: 2px solid rgba(59, 154, 212, 0.18);
  background: #0A0A0A !important;
  box-shadow:
    0 0 42px -14px rgba(3, 69, 121, 0.34),
    inset 0 0 15px rgba(3, 69, 121, 0.08);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), border-color 400ms ease, box-shadow 400ms ease;
}

.qualidade-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 12% 0%, rgba(3, 69, 121, 0.08), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
}

.qualidade-card > * {
  position: relative;
  z-index: 1;
}

.qualidade-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(59, 154, 212, 0.35);
  box-shadow:
    0 18px 42px -22px rgba(0, 0, 0, 0.82),
    0 0 44px -12px rgba(3, 69, 121, 0.44),
    inset 0 0 16px rgba(3, 69, 121, 0.1);
}

.qualidade-card-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 0.95rem;
}

.qualidade-icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(3, 69, 121, 0.2), rgba(99, 185, 230, 0.08));
  border: 1px solid rgba(99, 185, 230, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 18px -8px rgba(99, 185, 230, 0.42);
  transition: transform 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
}

.qualidade-icon i,
.qualidade-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  color: #ffffff;
  filter: drop-shadow(0 0 12px rgba(3, 69, 121, 0.45));
  transition: all 400ms ease;
}

.qualidade-card:hover .qualidade-icon {
  transform: scale(1.06) rotate(3deg);
  border-color: rgba(99, 185, 230, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 22px rgba(3, 69, 121, 0.42);
}

.qualidade-column-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  width: fit-content;
  color: #9bd8fb;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.qualidade-column-tag > span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.15rem;
  background: #63b9e6;
  box-shadow: 0 0 14px rgba(99, 185, 230, 0.54);
  flex: 0 0 auto;
}

.qualidade-card h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 400;
  line-height: 1.18;
}

.qualidade-card-copy {
  margin: 0;
  max-width: 38rem;
  color: #cbd5e1;
  font-size: 0.82rem;
  line-height: 1.62;
}

.qualidade-list {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.62rem;
}

.qualidade-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  min-width: 0;
  margin-inline: -0.35rem;
  padding: 0.28rem 0.35rem;
  border-radius: 0.7rem;
  color: #d6dee8;
  font-size: 0.8rem;
  line-height: 1.38;
  transition: color 260ms ease, background 260ms ease, transform 260ms ease;
}

.qualidade-list li span {
  transition: text-shadow 260ms ease;
}

.qualidade-list li i,
.qualidade-list li svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.18rem;
  color: #63b9e6;
  filter: drop-shadow(0 0 8px rgba(3, 69, 121, 0.5));
  transition: color 260ms ease, filter 260ms ease, transform 260ms ease;
}

.qualidade-list li:hover {
  color: #ffffff;
  background: rgba(3, 69, 121, 0.14);
  transform: translateX(0.22rem);
}

.qualidade-list li:hover span {
  text-shadow: 0 0 18px rgba(99, 185, 230, 0.24);
}

.qualidade-list li:hover i,
.qualidade-list li:hover svg {
  color: #9bd6ff;
  filter: drop-shadow(0 0 12px rgba(99, 185, 230, 0.78));
  transform: scale(1.12) rotate(-6deg);
}

.qualidade-cta {
  max-width: 52rem;
  margin: 2rem auto 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.qualidade-cta p {
  margin: 0;
  max-width: 36rem;
  color: rgba(212, 212, 212, 0.85);
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
}

#qualidade .btn-cta-standard {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  #sobre {
    background-image:
      linear-gradient(90deg,
        rgba(5,5,5,0) 0%,
        rgba(5,5,5,0.25) 40%,
        rgba(5,5,5,0.88) 65%,
        rgba(5,5,5,1) 100%
      ),
      url("../assets/about-ambientec-wide.webp");
    background-size: cover, cover;
    background-position: center center, left center;
  }
}

#riscos {
  height: clamp(620px, 50vw, 760px);
  background-image:
    linear-gradient(90deg, rgba(5,5,5,0.5) 0%, rgba(5,5,5,0.28) 28%, rgba(5,5,5,0.04) 52%, rgba(5,5,5,0) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.58) 0%, rgba(5,5,5,0) 17%, rgba(5,5,5,0) 38%, rgba(5,5,5,0) 68%, rgba(5,5,5,0.14) 85%, rgba(5,5,5,0.6) 100%),
    url("../assets/Multas.webp");
  background-size: cover, cover, 100% auto;
  background-position: center center, center center, center center;
  background-repeat: no-repeat;
  isolation: isolate;
}

#riscos::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.72) 0%, rgba(5,5,5,0.04) 24%, rgba(5,5,5,0.04) 76%, rgba(5,5,5,0.72) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.5) 0%, rgba(5,5,5,0) 18%, rgba(5,5,5,0) 82%, rgba(5,5,5,0.5) 100%),
    radial-gradient(ellipse 72% 56% at center, rgba(255,255,255,0.035), transparent 72%);
  opacity: 0.76;
  pointer-events: none;
}

#riscos .riscos-copy {
  text-shadow: 0 3px 26px rgba(0, 0, 0, 0.82);
}

#riscos .riscos-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.riscos-card {
  min-height: 10.2rem;
  padding: 1.45rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 7, 7, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 42px -28px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  transition: transform 350ms cubic-bezier(0.23, 1, 0.32, 1), border-color 350ms ease, background 350ms ease, box-shadow 350ms ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.riscos-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at 18% 0%, rgba(249, 115, 22, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 350ms ease;
}

.riscos-card:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(249, 115, 22, 0.42);
  background: rgba(10, 10, 10, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 58px -28px rgba(249, 115, 22, 0.72),
    0 0 34px -20px rgba(239, 68, 68, 0.75);
}

.riscos-card:hover::before {
  opacity: 1;
}

.riscos-card-icon {
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f97316;
  transition: transform 350ms ease, color 350ms ease, filter 350ms ease;
}

.riscos-card:nth-child(odd) .riscos-card-icon {
  color: #ef4444;
}

.riscos-card:hover .riscos-card-icon {
  transform: scale(1.08) rotate(3deg);
  filter: drop-shadow(0 0 12px rgba(249, 115, 22, 0.7));
}

.riscos-card-icon i,
.riscos-card-icon svg {
  width: 2rem;
  height: 2rem;
  stroke-width: 1.8;
}

.riscos-card h4 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 600;
}

.riscos-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 1023px) {
  #riscos {
    height: auto;
    min-height: 820px;
    padding: 5.5rem 0 6rem !important;
    background-image:
      linear-gradient(90deg, rgba(5,5,5,0.46) 0%, rgba(5,5,5,0.3) 50%, rgba(5,5,5,0.1) 100%),
      linear-gradient(180deg, rgba(5,5,5,0.58) 0%, rgba(5,5,5,0.04) 18%, rgba(5,5,5,0.08) 78%, rgba(5,5,5,0.6) 100%),
      url("../assets/Multas.webp");
    background-size: cover, cover, auto 100%;
    background-position: center center, center center, center center;
  }

  #riscos .riscos-card-grid {
    grid-template-columns: 1fr;
  }

  .riscos-card {
    min-height: auto;
  }
}

#servicos {
  isolation: isolate;
  background: linear-gradient(180deg, rgba(5,5,5,0.98) 0%, rgba(6,9,10,1) 48%, rgba(5,5,5,0.98) 100%);
  border-top: 0 !important;
}

#servicos::before {
  content: '';
  position: absolute;
  inset: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background: url("../assets/segmentos-atendidos.webp") center 58% / cover no-repeat;
  opacity: 0.86;
  filter: brightness(0.86) saturate(1.08) contrast(1.04);
  pointer-events: none;
}

#servicos::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    radial-gradient(ellipse 62% 46% at 50% 44%, rgba(5,5,5,0.74) 0%, rgba(5,5,5,0.24) 58%, rgba(5,5,5,0.64) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.42) 0%, rgba(5,5,5,0.62) 50%, rgba(5,5,5,0.42) 100%),
    linear-gradient(180deg, rgba(5,5,5,0.76) 0%, rgba(5,5,5,0.18) 30%, rgba(5,5,5,0.24) 68%, rgba(5,5,5,0.84) 100%);
  opacity: 0.92;
  pointer-events: none;
}

#servicos > :not(.section-divider) {
  position: relative;
  z-index: 1;
}

#servicos .section-divider {
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 2;
}

#processo {
  isolation: isolate;
  --processo-bg-card-x: calc(50% - clamp(1rem, 2.5vw, 2.5rem));
  --processo-bg-card-y: calc(50% + clamp(3.25rem, 8vh, 5.25rem));
  --processo-bg-size: auto 116%;
  --processo-bg-bleed: clamp(2.5rem, 5vh, 4rem);
  border-top: 0 !important;
}

#processo::before {
  content: '';
  position: absolute;
  top: calc(var(--processo-bg-bleed) * -1);
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.66) 0%, rgba(5,5,5,0.28) 42%, rgba(5,5,5,0.72) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.58) 0%, rgba(5,5,5,0.14) 50%, rgba(5,5,5,0.58) 100%),
    url("../assets/incineracao-autoclave.webp") var(--processo-bg-card-x) var(--processo-bg-card-y) / var(--processo-bg-size) no-repeat;
  filter: brightness(0.94) saturate(0.96) contrast(1.02);
  pointer-events: none;
}

#processo::after {
  content: '';
  position: absolute;
  inset: calc(var(--processo-bg-bleed) * -1) 0 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    radial-gradient(ellipse 56rem 25rem at 50% var(--processo-bg-card-y), rgba(5,5,5,0.58) 0%, rgba(5,5,5,0.4) 42%, rgba(5,5,5,0.18) 66%, rgba(5,5,5,0.06) 84%, transparent 100%),
    linear-gradient(180deg, rgba(5,5,5,0.6) 0%, rgba(5,5,5,0.08) 24%, rgba(5,5,5,0.08) 76%, rgba(5,5,5,0.62) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.34) 0%, rgba(5,5,5,0.12) 18%, rgba(5,5,5,0.12) 82%, rgba(5,5,5,0.34) 100%);
  opacity: 0.58;
  -webkit-mask-image: radial-gradient(ellipse 108% 78% at center, #000 28%, rgba(0,0,0,0.72) 62%, rgba(0,0,0,0.28) 82%, transparent 98%);
  mask-image: radial-gradient(ellipse 108% 78% at center, #000 28%, rgba(0,0,0,0.72) 62%, rgba(0,0,0,0.28) 82%, transparent 98%);
  pointer-events: none;
}

#processo > :not(.section-divider) {
  position: relative;
  z-index: 1;
}

#regularizacao {
  isolation: isolate;
  overflow: visible;
  padding-bottom: 8.5rem;
  background: #050505;
}

#regularizacao::before,
#regularizacao::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

#regularizacao::before {
  background:
    url("../assets/MTR.webp") center calc(50% + 1.8rem) / 100% auto no-repeat;
  opacity: 0.84;
  filter: brightness(0.9) saturate(1.02);
}

#regularizacao::after {
  background:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,0.82) 2%, rgba(5,5,5,0.14) 10%, rgba(5,5,5,0.14) 90%, rgba(5,5,5,0.82) 98%, #050505 100%),
    linear-gradient(180deg, #050505 0%, rgba(5,5,5,0.96) 8%, rgba(5,5,5,0.44) 24%, rgba(5,5,5,0.2) 66%, #050505 100%);
  opacity: 0.98;
}

#regularizacao > :not(.section-divider) {
  position: relative;
  z-index: 1;
}

    .regularizacao-end-line {
      position: relative;
      width: 100vw;
      height: 1px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      margin-top: -1px;
      background: linear-gradient(to right,
        transparent 0%,
        rgba(3, 69, 121, 0.12) 15%,
        rgba(3, 69, 121, 0.35) 40%,
        rgba(255, 255, 255, 0.25) 50%,
        rgba(3, 69, 121, 0.35) 60%,
        rgba(3, 69, 121, 0.12) 85%,
        transparent 100%
      );
      box-shadow: 0 0 10px rgba(3, 69, 121, 0.05);
      pointer-events: none;
    }

#regularizacao + #processo .processo-transition-line {
  display: none;
}

#processo .processo-transition-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  z-index: 2;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(3, 69, 121, 0.14) 14%,
    rgba(99, 185, 230, 0.44) 38%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(99, 185, 230, 0.44) 62%,
    rgba(3, 69, 121, 0.14) 86%,
    transparent 100%
  );
  box-shadow:
    0 0 14px rgba(99, 185, 230, 0.24),
    0 1px 18px rgba(3, 69, 121, 0.2);
  opacity: 0.95;
  pointer-events: none;
}

.section-divider--top {
  top: 0;
  bottom: auto;
}

.regularizacao-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
  min-height: 240px;
  padding: 1.8rem 1.45rem;
  border-radius: 2rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(20,22,22,0.98), rgba(12,14,14,1));
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  isolation: isolate;
}

/* Aura Glow Emerald Theme */
.step-glow--emerald {
  box-shadow: 
    0 0 50px -15px rgba(3, 69, 121, 0.25),
    inset 0 0 20px rgba(3, 69, 121, 0.05);
  border-top-color: rgba(3, 69, 121, 0.4);
}

.step-glow--emerald:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 0 60px -10px rgba(3, 69, 121, 0.45),
    inset 0 0 25px rgba(3, 69, 121, 0.1);
  border-color: rgba(3,69,121,0.3);
  border-top-color: rgba(3,69,121,1);
}

.regularizacao-step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(3,69,121,0.3);
  background: linear-gradient(180deg, rgba(25,28,27,0.98), rgba(15,18,17,1));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 25px 45px -10px rgba(0,0,0,0.4),
    0 0 20px rgba(3,69,121,0.1);
}

.regularizacao-step-card--accent {
  border-color: rgba(3,69,121,0.2);
  background: linear-gradient(180deg, rgba(10,35,25,0.98), rgba(5,15,10,1));
}

.regularizacao-step-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(3,69,121,0.1), rgba(3,69,121,0.2));
  border: 1px solid rgba(3,69,121,0.15);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 8px 16px -4px rgba(3,69,121,0.1);
  margin-bottom: 0.5rem;
  transition: all 400ms ease;
  position: relative;
  z-index: 10;
}

.regularizacao-step-card:hover .regularizacao-step-icon {
  transform: scale(1.1) rotate(3deg);
  background: linear-gradient(135deg, rgba(3,69,121,0.2), rgba(3,69,121,0.3));
  border-color: rgba(3, 69, 121, 0.4);
  box-shadow: 0 0 20px rgba(3,69,121,0.3);
}

.regularizacao-step-card:hover .regularizacao-step-icon i,
.regularizacao-step-card:hover .regularizacao-step-icon svg {
  color: #ffffff;
  filter: drop-shadow(0 0 12px rgba(3,69,121,0.8));
}

.regularizacao-step-icon i,
.regularizacao-step-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  color: #ffffff;
  filter: drop-shadow(0 0 10px rgba(3,69,121,0.5));
  transition: all 400ms ease;
}

.regularizacao-step-card h4 {
  margin: 0.5rem 0 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  letter-spacing: -0.01em;
}

.regularizacao-step-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #94a3b8;
}

/* Connecting Path Line */
.regularizacao-path-wrapper {
  position: absolute;
  top: 3.6rem;
  left: 5%;
  right: 5%;
  height: 2px;
  z-index: 0;
  display: none;
}

@media (min-width: 1280px) {
  .regularizacao-path-wrapper {
    display: block;
  }
  .regularizacao-path-line {
    position: relative;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
      rgba(3,69,121,0.05) 0%, 
      rgba(3,69,121,0.8) 20%, 
      rgba(3,69,121,0.8) 80%, 
      rgba(3,69,121,0.05) 100%
    );
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(3,69,121,0.3);
  }
}

.regularizacao-path-pulse {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(3,69,121,0.6), 
    transparent);
  width: 30%;
  height: 100%;
  animation: linePulse 3s infinite linear;
}

@keyframes linePulse {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

.protecao-feature-card {
  padding: 2.2rem 1.8rem;
  border-radius: 1.5rem;
  border: 2px solid rgba(59, 154, 212, 0.18) !important;
  background: #0A0A0A !important;
  box-shadow: 
    0 0 50px -10px rgba(3, 69, 121, 0.25),
    inset 0 0 15px rgba(3, 69, 121, 0.1) !important;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

#protecao {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.66) 0%, rgba(5,5,5,0.28) 42%, rgba(5,5,5,0.72) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.58) 0%, rgba(5,5,5,0.14) 50%, rgba(5,5,5,0.58) 100%),
    url("../assets/empresa-protegida.webp") center center / cover no-repeat #050505;
}

#protecao::before {
  display: none;
}

#protecao::after {
  display: none;
}

#protecao > div {
  position: relative;
  z-index: 1;
}

.protecao-feature-card::before {
  content: '';
  position: absolute;
  top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle at center, rgba(59,154,212,0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 400ms ease;
  z-index: -1;
  pointer-events: none;
}

.protecao-feature-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(59, 154, 212, 0.35) !important;
  border-top-color: rgba(59, 154, 212, 0.35) !important;
  background: #0A0A0A !important;
  box-shadow: 0 0 60px -5px rgba(3, 69, 121, 0.45) !important;
}

.protecao-feature-card:hover::before {
  opacity: 1;
}

.protecao-feature-icon {
  width: 3.8rem;
  height: 3.8rem;
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(3,69,121,0.08), rgba(255,255,255,0.02)) !important;
  border: 1px solid rgba(3,69,121,0.12);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 8px 16px -4px rgba(3,69,121,0.05);
  transition: all 400ms ease;
}

.protecao-feature-card:hover .protecao-feature-icon {
  transform: scale(1.1) rotate(4deg);
  background: linear-gradient(135deg, rgba(3,69,121,0.2), rgba(3,69,121,0.3));
  border-color: rgba(3,69,121,0.4);
  box-shadow: 
    0 0 20px rgba(3,69,121,0.3),
    inset 0 1px 0 rgba(255,255,255,0.1);
}

.protecao-feature-icon i,
.protecao-feature-icon svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #ffffff;
  filter: drop-shadow(0 0 12px rgba(3,69,121,0.45));
  transition: all 400ms ease;
}

.protecao-feature-card:hover .protecao-feature-icon i,
.protecao-feature-card:hover .protecao-feature-icon svg {
  color: #ffffff;
  filter: drop-shadow(0 0 15px rgba(3,69,121,0.8));
}

.protecao-feature-card h4 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.protecao-feature-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #94a3b8;
}

/* Section End Divider */
.section-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(3, 69, 121, 0.08) 15%,
    rgba(3, 69, 121, 0.35) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(3, 69, 121, 0.35) 60%,
    rgba(3, 69, 121, 0.08) 85%,
    transparent 100%
  );
  pointer-events: none;
}

.section-divider-warning {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(3, 69, 121, 0.08) 15%,
    rgba(3, 69, 121, 0.35) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(3, 69, 121, 0.35) 60%,
    rgba(3, 69, 121, 0.08) 85%,
    transparent 100%
  );
  pointer-events: none;
}

/* Responsive hardening */
html {
  overflow-x: hidden;
}

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

img,
video,
canvas,
svg {
  max-width: 100%;
}

#inicio h1,
#sobre h2,
#qualidade h2,
#servicos h2,
#processo h2,
#regularizacao h2,
#riscos h2,
#protecao h2,
h3,
h4,
.btn-cta-standard {
  text-wrap: balance;
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
  overflow-wrap: break-word;
}

#inicio h1 {
  font-size: clamp(2rem, 6vw, 4rem) !important;
}

#sobre h2,
#qualidade h2,
#servicos h2,
#processo h2,
#regularizacao h2 {
  font-size: clamp(2.15rem, 5.4vw, 3.5rem) !important;
}

#riscos h2 {
  font-size: clamp(2rem, 4.8vw, 3rem) !important;
}

#protecao h2 {
  font-size: clamp(2.25rem, 6vw, 3.75rem) !important;
}

#inicio {
  background-size: cover;
  background-position: center center;
}

#riscos {
  background-size: cover, cover, 100% auto;
}

#sobre {
  background-size: cover, cover;
  background-position: center center, left center;
}

#processo::before {
  background-size: cover, cover, contain;
  background-position: center center, center center, center center;
}

#processo::before {
  background-size: cover, cover, var(--processo-bg-size);
  background-position: center center, center center, var(--processo-bg-card-x) var(--processo-bg-card-y);
}

#protecao {
  background-size: cover, cover, cover;
  background-position: center center, center center, center center;
}

#servicos,
#qualidade,
#processo,
#regularizacao,
#protecao {
  padding-block: clamp(4.5rem, 9vh, 7rem);
}

#regularizacao {
  padding-bottom: clamp(4.75rem, 7vh, 6.5rem) !important;
}

#regularizacao > .mt-16 {
  margin-bottom: clamp(2.25rem, 4.5vh, 3.75rem) !important;
}

#processo > .processo-container {
  border-radius: clamp(1.25rem, 3vw, 2rem);
  max-width: min(100%, 48rem) !important;
  background: rgba(10, 10, 10, 0.97) !important;
  box-shadow:
    0 32px 90px -24px rgba(0, 0, 0, 0.96),
    0 0 0 1px rgba(99, 185, 230, 0.14),
    0 0 58px -26px rgba(99, 185, 230, 0.46),
    inset 0 0 18px rgba(3, 69, 121, 0.1) !important;
}

@media (min-width: 1024px) {
  #processo {
    min-height: clamp(760px, 86vh, 920px);
  }
}

#tab-autoclave,
#tab-incineracao {
  min-height: auto !important;
}

.protecao-feature-card,
.qualidade-card,
.riscos-card,
#regularizacao .regularizacao-grid > article.card-glow--emerald,
#tab-saude > div,
#tab-ind > div {
  height: 100%;
  min-width: 0;
}

@media (max-width: 1023px) {
  #inicio {
    background-size: cover;
    background-position: center center;
  }

  #sobre {
    min-height: auto;
    background-size: cover, cover !important;
    background-position: center center, left center !important;
  }

  #riscos {
    background-size: cover, cover, auto 100%;
    background-position: center center, center center, center 45%;
  }

  #riscos .riscos-card-grid {
    margin-top: 0.5rem;
  }

  .riscos-card {
    background: rgba(7, 7, 7, 0.82);
  }

  .qualidade-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .qualidade-main {
    grid-column: 1;
  }

  .qualidade-media-slot {
    display: none;
    min-height: 0;
  }
}

@media (min-width: 768px) {
  #processo::before {
    background-size: cover, cover, contain !important;
    background-repeat: no-repeat !important;
  }

  #servicos::before {
    background-size: cover !important;
    background-position: center 58% !important;
    background-repeat: no-repeat !important;
  }

  #processo::before {
    background-size: cover, cover, var(--processo-bg-size) !important;
    background-position: center center, center center, var(--processo-bg-card-x) var(--processo-bg-card-y) !important;
  }

  #riscos {
    height: clamp(620px, 50vw, 760px);
    background-size: cover, cover, 100% auto !important;
    background-position: center center, center center, center 45% !important;
  }

  #protecao {
    background-size: cover, cover, cover !important;
    background-position: center center, center center, center 46% !important;
    background-repeat: no-repeat !important;
  }

  #servicos > .mb-16,
  .qualidade-heading,
  #processo > .mb-16,
  #regularizacao > .text-center {
    margin-bottom: clamp(2.75rem, 6vh, 4.75rem) !important;
  }

  #servicos > .flex.justify-center {
    margin-bottom: clamp(2rem, 4.75vh, 3.5rem) !important;
  }

  #servicos > .mt-12,
  #regularizacao > .mt-16 {
    margin-top: clamp(2.75rem, 6vh, 4.75rem) !important;
  }

  #tab-saude > div,
  #tab-ind > div {
    min-height: clamp(7.4rem, 16vh, 8.9rem);
    padding: clamp(1rem, 2.2vh, 1.3rem) 0.9rem clamp(0.95rem, 2vh, 1.15rem) !important;
  }

  #tab-autoclave,
  #tab-incineracao {
    min-height: clamp(320px, 42vh, 380px) !important;
    padding: clamp(1.25rem, 2.4vh, 1.8rem) !important;
    gap: clamp(1rem, 2vw, 1.5rem) !important;
  }

  #regularizacao .regularizacao-grid > article.card-glow--emerald > div:first-child {
    padding: clamp(1.35rem, 3vh, 2rem) !important;
  }

  #regularizacao .regularizacao-step-icon {
    width: clamp(3rem, 7vh, 3.5rem) !important;
    height: clamp(3rem, 7vh, 3.5rem) !important;
    margin-bottom: clamp(0.85rem, 2vh, 1.5rem) !important;
  }

  #protecao h2 {
    margin-bottom: clamp(0.75rem, 2vh, 1rem) !important;
  }

  #servicos,
  #qualidade,
  #processo,
  #regularizacao,
  #protecao {
    padding-top: clamp(6.5rem, 14vh, 9.5rem) !important;
  }

  #processo {
    padding-top: clamp(10rem, 15vh, 13rem) !important;
  }

  #protecao > div > p {
    margin-bottom: clamp(2rem, 5vh, 3.5rem) !important;
  }

  #protecao .grid {
    gap: clamp(1rem, 2vw, 1.5rem) !important;
    margin-bottom: clamp(2.75rem, 6vh, 4.75rem) !important;
  }

  .protecao-feature-card {
    padding: clamp(1.35rem, 3.2vh, 2.2rem) clamp(1.25rem, 2.2vw, 1.8rem) !important;
  }

  .protecao-feature-icon {
    width: clamp(3rem, 7vh, 3.8rem) !important;
    height: clamp(3rem, 7vh, 3.8rem) !important;
    margin-bottom: clamp(0.95rem, 2.4vh, 1.5rem) !important;
  }
}

@media (max-width: 767px) {
  nav .max-w-7xl,
  footer .max-w-7xl,
  main section > .max-w-7xl,
  main > section.max-w-7xl,
  #protecao > .max-w-4xl {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  #inicio {
    min-height: 100svh;
    background-size: auto 100%;
    background-position: 32% center;
    background-color: #050505;
  }

  #inicio > div {
    min-height: 100svh !important;
    padding-top: 4.75rem !important;
    padding-bottom: 5.25rem !important;
  }

  #inicio .hero-copy {
    width: min(76vw, 18.5rem) !important;
    max-width: 18.5rem !important;
  }

  #inicio h1 {
    max-width: 16.75rem;
  }

  #inicio .hero-copy p {
    max-width: 17.5rem;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  #inicio .hero-copy .space-y-2\.5 {
    margin-bottom: 2rem !important;
  }

  #inicio .btn-cta-standard {
    width: min(calc(100vw - 2rem), 20rem) !important;
    max-width: 20rem !important;
  }

  #inicio .section-divider {
    display: none;
  }

  #sobre,
  #servicos,
  #qualidade,
  #processo,
  #regularizacao,
  #protecao {
    padding-top: 3.35rem !important;
    padding-bottom: 3.35rem !important;
  }

  #servicos {
    background: #050505;
  }

  #processo {
    background: #050505;
    padding-top: 6.5rem !important;
  }

  #regularizacao {
    background: #050505;
  }

  #qualidade {
    background: #050505;
  }

  #qualidade::before,
  #qualidade::after {
    display: none;
  }

  #protecao {
    background: #050505;
  }

  #protecao {
    background:
      linear-gradient(180deg, rgba(5,5,5,0.78) 0%, rgba(5,5,5,0.38) 42%, rgba(5,5,5,0.82) 100%),
      linear-gradient(90deg, rgba(5,5,5,0.62) 0%, rgba(5,5,5,0.16) 50%, rgba(5,5,5,0.62) 100%),
      url("../assets/empresa-protegida.webp") center 46% / cover no-repeat #050505;
  }

  #riscos {
    height: auto !important;
    min-height: auto !important;
    padding: 3.35rem 0 !important;
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.36) 0%, rgba(5,5,5,0.1) 42%, rgba(5,5,5,0.58) 100%),
      url("../assets/Multas.webp");
    background-size: cover, auto 100%;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #processo::before,
  #processo::after,
  #riscos::before,
  #protecao::before,
  #protecao::after {
    display: none;
  }

  #regularizacao::before,
  #regularizacao::after {
    display: block;
  }

  #regularizacao::before {
    background-size: 100% auto !important;
    background-position: center bottom !important;
    opacity: 0.78;
  }

  #regularizacao::after {
    background:
      linear-gradient(90deg, #050505 0%, rgba(5,5,5,0.74) 4%, rgba(5,5,5,0.16) 14%, rgba(5,5,5,0.16) 86%, rgba(5,5,5,0.74) 96%, #050505 100%),
      linear-gradient(180deg, rgba(5,5,5,0.88) 0%, rgba(5,5,5,0.34) 26%, rgba(5,5,5,0.26) 58%, #050505 100%);
  }

  #servicos::before,
  #servicos::after {
    display: block;
  }

  #servicos::before {
    background-size: cover !important;
    background-position: center bottom !important;
    opacity: 0.72;
  }

  #servicos::after {
    opacity: 0.94;
  }

  #regularizacao {
    padding-bottom: 4.75rem !important;
  }

  #servicos > .mb-16,
  .qualidade-heading,
  #processo > .mb-16,
  #regularizacao > .text-center {
    margin-bottom: 2rem !important;
  }

  #servicos > .flex.justify-center {
    margin-bottom: 1.6rem !important;
  }

  #servicos > .mt-12,
  #regularizacao > .mt-16 {
    margin-top: 2rem !important;
  }

  #servicos h2,
  #qualidade h2,
  #processo h2,
  #regularizacao h2,
  #protecao h2 {
    font-size: clamp(1.85rem, 8vw, 2.15rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 0.75rem !important;
  }

  #servicos p,
  .qualidade-heading p,
  #processo p,
  #regularizacao .text-center p,
  #protecao > div > p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }

  #sobre .grid {
    min-height: auto !important;
  }

  #tab-saude,
  #tab-ind {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.7rem !important;
  }

  #tab-saude > div,
  #tab-ind > div {
    min-height: 7.1rem;
    padding: 0.85rem 0.65rem 0.8rem !important;
  }

  #tab-saude > div > h4,
  #tab-ind > div > h4 {
    font-size: 0.8rem !important;
    line-height: 1.2;
  }

  #tab-saude > div > div:first-child,
  #tab-ind > div > div:first-child {
    width: 3rem !important;
    height: 3rem !important;
    margin-bottom: 0.65rem !important;
    border-radius: 0.85rem !important;
  }

  #processo .inline-flex[role="group"] {
    max-width: 100%;
  }

  #processo .btn-toggle-pill {
    padding: 0.7rem 0.85rem !important;
    font-size: 0.78rem !important;
  }

  #tab-autoclave,
  #tab-incineracao {
    min-height: auto !important;
    padding: 0.95rem !important;
    gap: 1rem !important;
  }

  #tab-autoclave h3,
  #tab-incineracao h3 {
    font-size: clamp(1.45rem, 6.5vw, 1.8rem) !important;
    margin-bottom: 0.6rem !important;
  }

  #tab-autoclave .space-y-6,
  #tab-incineracao .space-y-6 {
    gap: 1rem !important;
  }

  #tab-autoclave .space-y-3,
  #tab-incineracao .space-y-3 {
    gap: 0.65rem !important;
  }

  #tab-autoclave .space-y-6 > :not([hidden]) ~ :not([hidden]),
  #tab-incineracao .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
  }

  #tab-autoclave .space-y-3 > :not([hidden]) ~ :not([hidden]),
  #tab-incineracao .space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.65rem !important;
  }

  #tab-autoclave .space-y-3 > div,
  #tab-incineracao .space-y-3 > div {
    padding: 0.75rem !important;
  }

  .regularizacao-grid,
  .qualidade-cards,
  #protecao .grid,
  #riscos .riscos-card-grid {
    gap: 1rem !important;
  }

  .protecao-feature-card,
  .qualidade-card,
  .riscos-card {
    padding: 1.1rem !important;
  }

  .regularizacao-step-card {
    min-height: auto;
    padding: 1.15rem !important;
    gap: 0.7rem;
  }

  .regularizacao-step-icon,
  .qualidade-icon,
  .protecao-feature-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-bottom: 0.8rem !important;
  }

  .qualidade-card-header {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .qualidade-list {
    margin-top: 1.2rem;
    gap: 0.7rem;
  }

  .qualidade-cta {
    align-items: stretch;
    text-align: center;
    margin-top: 2rem;
    padding-top: 0;
  }

  #protecao .grid {
    margin-bottom: 2rem !important;
  }

  .btn-cta-standard {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 3.35rem !important;
    padding: 0.85rem 1rem !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.25 !important;
  }

  #proposal-modal > .relative {
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    border-radius: 1.25rem !important;
    padding: 1.4rem !important;
  }
}

@media (max-width: 380px) {
  #tab-saude,
  #tab-ind {
    grid-template-columns: 1fr !important;
  }

  #inicio h1,
  #sobre h2,
  #qualidade h2,
  #servicos h2,
  #processo h2,
  #regularizacao h2,
  #riscos h2,
  #protecao h2 {
    font-size: clamp(1.9rem, 9vw, 2.15rem) !important;
  }
}

@media (min-width: 1440px) {
  #inicio,
  #sobre,
  #riscos,
  #protecao {
    background-attachment: scroll;
  }
}

/* Polish pass: accessibility, contrast, and calmer glow */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(99, 185, 230, 0.92) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 4px rgba(3, 69, 121, 0.18) !important;
}

.btn-toggle-pill:focus-visible {
  box-shadow: 0 0 0 3px rgba(99, 185, 230, 0.24) !important;
}

#proposal-form label span,
#proposal-form-status {
  color: #a3a3a3 !important;
}

#proposal-form .proposal-submit-icon,
#proposal-form .proposal-submit-label {
  color: #00131f !important;
  -webkit-text-fill-color: #00131f !important;
}

#proposal-form .proposal-submit-label {
  display: inline-flex;
  align-items: center;
  min-width: 4.5rem;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.07em;
}

#proposal-form .proposal-submit-label::before {
  content: "Enviar";
}

#proposal-form button[type="submit"][data-state="sending"] .proposal-submit-label::before {
  content: "Enviando...";
}

.proposal-form-status-success {
  margin-top: 0.75rem;
  text-align: center;
  color: #9bd6ff !important;
  font-size: 0.78rem;
}

.proposal-success-panel {
  margin-top: 1.25rem;
  padding: 2rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(59, 154, 212, 0.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(3, 69, 121, 0.2), transparent 48%),
    rgba(0, 0, 0, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 42px -18px rgba(3, 69, 121, 0.72);
  text-align: center;
}

.proposal-success-panel:focus {
  outline: none;
}

.proposal-success-icon {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #00131f;
  background: linear-gradient(to top, #d8efff, #0b6ea8, #034579);
  box-shadow: 0 0 34px -8px rgba(3, 69, 121, 0.82);
}

.proposal-success-panel h3 {
  margin: 0 0 0.55rem;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.2;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
}

.proposal-success-panel p {
  margin: 0 auto;
  max-width: 24rem;
  color: #b7c4be;
  font-size: 0.92rem;
  line-height: 1.55;
}

#proposal-form input {
  background: rgba(0, 0, 0, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

#proposal-form input::placeholder {
  color: #737373 !important;
}

.protecao-feature-card,
.qualidade-card,
#regularizacao .regularizacao-grid > article.card-glow--emerald,
#tab-saude > div,
#tab-ind > div {
  box-shadow:
    0 0 34px -14px rgba(3, 69, 121, 0.32),
    inset 0 0 12px rgba(3, 69, 121, 0.08) !important;
}

.protecao-feature-card:hover,
.qualidade-card:hover,
#regularizacao .regularizacao-grid > article.card-glow--emerald:hover,
#tab-saude > div:hover,
#tab-ind > div:hover {
  box-shadow:
    0 18px 42px -22px rgba(0, 0, 0, 0.82),
    0 0 40px -12px rgba(3, 69, 121, 0.42) !important;
}

.riscos-card {
  background: rgba(7, 7, 7, 0.76);
}

.riscos-card p,
.protecao-feature-card p,
.qualidade-card-copy,
.regularizacao-step-card p,
#regularizacao .regularizacao-grid p {
  color: #a8b3c4 !important;
}

@media (max-width: 767px) {
  #servicos h2,
  #qualidade h2,
  #processo h2,
  #regularizacao h2,
  #protecao h2 {
    line-height: 1.08 !important;
  }

  #protecao .grid,
  .qualidade-cards,
  .regularizacao-grid,
  #riscos .riscos-card-grid {
    gap: 1.15rem !important;
  }

  .protecao-feature-card,
  .qualidade-card,
  .riscos-card,
  #regularizacao .regularizacao-grid > article.card-glow--emerald > div:first-child {
    border-radius: 1.25rem !important;
  }

  .qualidade-cards {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Ambientec blue theme overrides for Tailwind utility classes used in markup */
.selection\:bg-emerald-500\/30::selection,
.selection\:bg-emerald-500\/30 *::selection {
  background-color: rgba(3, 69, 121, 0.42) !important;
}

.bg-emerald-900\/10 {
  background-color: rgba(3, 69, 121, 0.18) !important;
}

.bg-teal-950\/20 {
  background-color: rgba(0, 19, 31, 0.36) !important;
}

.text-emerald-500,
.text-emerald-400,
.text-emerald-300 {
  color: #63b9e6 !important;
}

.hover\:text-emerald-400:hover,
.group:hover .group-hover\:text-emerald-400 {
  color: #9bd6ff !important;
}

.hover\:bg-emerald-500\/5:hover,
.group:hover .group-hover\:bg-emerald-500\/5 {
  background-color: rgba(3, 69, 121, 0.12) !important;
}

.hover\:bg-emerald-50:hover {
  background-color: #e0f3ff !important;
}

.hover\:border-emerald-500\/30:hover {
  border-color: rgba(99, 185, 230, 0.36) !important;
}

.focus\:border-emerald-500\/50:focus {
  border-color: rgba(99, 185, 230, 0.62) !important;
}

.focus\:ring-emerald-500\/50:focus {
  --tw-ring-color: rgba(99, 185, 230, 0.42) !important;
}

.border-teal-400\/20 {
  border-color: rgba(59, 154, 212, 0.24) !important;
}

.from-emerald-600 {
  --tw-gradient-from: #034579 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(3, 69, 121, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-emerald-500 {
  --tw-gradient-to: rgba(11, 110, 168, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #0b6ea8 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-teal-500,
.to-emerald-500 {
  --tw-gradient-to: #63b9e6 var(--tw-gradient-to-position) !important;
}

.via-emerald-300 {
  --tw-gradient-to: rgba(99, 185, 230, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), #63b9e6 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.group-hover\:drop-shadow-\[0_0_8px_rgba\(16\2c 185\2c 129\2c 0\.4\)\] {
  filter: drop-shadow(0 0 8px rgba(99, 185, 230, 0.42)) !important;
}

/* Blue-tint overlays disabled */
