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: #5eead4 !important;
  color: #03130f !important;
  -webkit-text-fill-color: #03130f !important;
}

input::selection,
textarea::selection {
  background: #5eead4 !important;
  color: #03130f !important;
  -webkit-text-fill-color: #03130f !important;
}

::-moz-selection {
  background: #5eead4 !important;
  color: #03130f !important;
}

/* Backgrounds & Textures */
/* Utility Classes */
.text-emerald-gradient {
  background: linear-gradient(to bottom, #bbf7d0 0%, #10b981 50%, #064e3b 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(16, 185, 129, 0.15);
  box-shadow: 
    0 0 50px -10px rgba(16, 185, 129, 0.25),
    inset 0 0 15px rgba(16, 185, 129, 0.1);
}

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

#regularizacao .regularizacao-grid > article.card-glow--emerald {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 1.5rem !important;
  border: 2px solid rgba(45, 212, 191, 0.18) !important;
  background: #0A0A0A !important;
  box-shadow:
    0 0 50px -10px rgba(16, 185, 129, 0.25),
    inset 0 0 15px rgba(16, 185, 129, 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(45, 212, 191, 0.35) !important;
  border-top-color: rgba(45, 212, 191, 0.35) !important;
  box-shadow: 0 0 60px -5px rgba(16, 185, 129, 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(45, 212, 191, 0.18) !important;

  border-radius: 1.5rem !important;
  box-shadow: 
    0 0 50px -10px rgba(16, 185, 129, 0.25),
    inset 0 0 15px rgba(16, 185, 129, 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(110, 231, 183, 0.25) !important;
  border-top-color: rgba(16,185,129,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(16,185,129,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(16,185,129,0.06), rgba(255,255,255,0.01)) !important;
  border: 1px solid rgba(16,185,129,0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(16, 185, 129, 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(16, 185, 129, 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: #def7ea;
  text-shadow:
    0 0 1px rgba(110, 231, 183, 0.36),
    0 0 6px rgba(16, 185, 129, 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: paused !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, #d8f0e2, #4e9c73, #1d7a50) !important;
  color: #081f14 !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(15,92,59,0.6) !important;
}
.btn-cta-standard:hover {
  transform: scale(1.05) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 0 50px -5px rgba(15,92,59,0.8) !important;
}
.btn-cta-standard * {
  color: #081f14 !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, #d8f0e2, #4e9c73, #1d7a50) !important;
  color: #081f14 !important;
  font-weight: 700 !important;
  box-shadow: inset 0 0 0 1px rgba(8,31,20,0.14), 0 0 20px -8px rgba(15,92,59,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(16,185,129,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(16,185,129,0.15) 0%, rgba(6,78,59,0.3) 100%) !important;
  border: 1px solid rgba(16,185,129,0.2) !important;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 10px 25px -5px rgba(16,185,129,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(16,185,129,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.3 !important;
  color: #10b981 !important;
  filter: drop-shadow(0 0 8px rgba(16,185,129,0.4));
  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(16,185,129,0.25), rgba(16,185,129,0.05)) !important;
  border-color: rgba(16,185,129,0.4) !important;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.15), 
    0 15px 30px -5px rgba(16,185,129,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;
  filter: drop-shadow(0 0 12px rgba(16,185,129,0.8));
  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(16,185,129,0.08), rgba(10,10,10,1)) !important;
  border: 1px solid rgba(16,185,129,0.15) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 20px rgba(16,185,129,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(16,185,129,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(16,185,129,0.5) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 10px 30px -5px rgba(16,185,129,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: #10b981 !important; /* Emerald bright neon */
  filter: drop-shadow(0 0 14px rgba(16,185,129,0.9));
  transform: scale(1.1);
}

#inicio {
  min-height: calc(100vh - 65px);
  background-image: url("../assets/hero.webp?v=20260427-1741");
  background-size: cover;
  background-position: center 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;
}

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

@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 {
  background-image: url("../assets/about-colefar.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  isolation: isolate;
}

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

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

#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(16, 185, 129, 0.5);
  backdrop-filter: blur(14px);
}

@media (max-width: 1023px) {
  #sobre {
    background-image: url("../assets/about-colefar.webp");
    background-size: cover;
    background-position: center center;
  }
}

#riscos {
  height: clamp(660px, 50vw, 780px);
  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.1) 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, cover;
  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: 1rem;
  align-items: stretch;
}

.riscos-card {
  min-height: 13.5rem;
  padding: 1.65rem;
  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, cover;
    background-position: center center, center center, 43% 58%;
  }

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

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

#servicos {
  isolation: isolate;
}

#servicos::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.09) 24%, rgba(5, 5, 5, 0.08) 76%, rgba(5, 5, 5, 0.62) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0) 48%, rgba(5, 5, 5, 0.06)),
    url("../assets/Solucoes.webp") center / cover no-repeat;
  pointer-events: none;
}

#servicos::after {
  content: '';
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.68) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,0) 76%, rgba(5,5,5,0.68) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.48) 0%, rgba(5,5,5,0) 20%, rgba(5,5,5,0) 80%, rgba(5,5,5,0.48) 100%),
    radial-gradient(ellipse 72% 54% at center, rgba(255,255,255,0.035), transparent 74%);
  opacity: 0.7;
  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::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.08) 24%, rgba(5, 5, 5, 0.06) 76%, rgba(5, 5, 5, 0.6) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.05), rgba(5, 5, 5, 0) 45%, rgba(5, 5, 5, 0.05)),
    url("../assets/Tecnologia-de-tratamento.webp") center / cover no-repeat;
  pointer-events: none;
}

#processo::after {
  content: '';
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.68) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,0) 76%, rgba(5,5,5,0.68) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.5) 0%, rgba(5,5,5,0) 20%, rgba(5,5,5,0) 80%, rgba(5,5,5,0.5) 100%),
    radial-gradient(ellipse 72% 54% at center, rgba(255,255,255,0.035), transparent 74%);
  opacity: 0.7;
  pointer-events: none;
}

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

#regularizacao {
  isolation: isolate;
  padding-bottom: 8.5rem;
}

#regularizacao::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.08) 24%, rgba(5, 5, 5, 0.06) 76%, rgba(5, 5, 5, 0.62) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.07), rgba(5, 5, 5, 0.01) 35%, rgba(5, 5, 5, 0.04) 100%),
    url("../assets/MTR.webp") center / cover no-repeat;
  pointer-events: none;
}

#regularizacao::after {
  content: '';
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.72) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,0) 76%, rgba(5,5,5,0.72) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.5) 0%, rgba(5,5,5,0) 20%, rgba(5,5,5,0) 80%, rgba(5,5,5,0.5) 100%),
    radial-gradient(ellipse 72% 54% at center, rgba(255,255,255,0.035), transparent 74%);
  opacity: 0.7;
  pointer-events: none;
}

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

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

.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(16, 185, 129, 0.25),
    inset 0 0 20px rgba(16, 185, 129, 0.05);
  border-top-color: rgba(16, 185, 129, 0.4);
}

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

.regularizacao-step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(16,185,129,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(16,185,129,0.1);
}

.regularizacao-step-card--accent {
  border-color: rgba(16,185,129,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(16,185,129,0.1), rgba(6,78,59,0.2));
  border: 1px solid rgba(16,185,129,0.15);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 8px 16px -4px rgba(16,185,129,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(16,185,129,0.2), rgba(6,78,59,0.3));
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 0 20px rgba(16,185,129,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(16,185,129,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(16,185,129,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(16,185,129,0.05) 0%, 
      rgba(16,185,129,0.8) 20%, 
      rgba(16,185,129,0.8) 80%, 
      rgba(16,185,129,0.05) 100%
    );
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(16,185,129,0.3);
  }
}

.regularizacao-path-pulse {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(16,185,129,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(45, 212, 191, 0.18) !important;
  background: #0A0A0A !important;
  box-shadow: 
    0 0 50px -10px rgba(16, 185, 129, 0.25),
    inset 0 0 15px rgba(16, 185, 129, 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.34) 0%, rgba(5, 5, 5, 0.1) 30%, rgba(5, 5, 5, 0.13) 70%, rgba(5, 5, 5, 0.52) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.36) 0%, rgba(5, 5, 5, 0.12) 26%, rgba(5, 5, 5, 0.1) 74%, rgba(5, 5, 5, 0.38) 100%),
    url("../assets/empresa-protegida.webp") center / cover no-repeat;
}

#protecao::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at center, rgba(5, 5, 5, 0.06) 0%, rgba(5, 5, 5, 0.18) 58%, rgba(5, 5, 5, 0.36) 100%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.14), transparent 24%, transparent 76%, rgba(5, 5, 5, 0.13));
  pointer-events: none;
}

#protecao::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.4) 0%, rgba(5,5,5,0.03) 24%, rgba(5,5,5,0.04) 72%, rgba(5,5,5,0.64) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.28) 0%, rgba(5,5,5,0.03) 18%, rgba(5,5,5,0.03) 82%, rgba(5,5,5,0.27) 100%),
    radial-gradient(ellipse at center, rgba(5,5,5,0.03) 38%, rgba(5,5,5,0.28) 100%);
  pointer-events: 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(45,212,191,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(45, 212, 191, 0.35) !important;
  border-top-color: rgba(45, 212, 191, 0.35) !important;
  background: #0A0A0A !important;
  box-shadow: 0 0 60px -5px rgba(16, 185, 129, 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(16,185,129,0.08), rgba(255,255,255,0.02)) !important;
  border: 1px solid rgba(16,185,129,0.12);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 8px 16px -4px rgba(16,185,129,0.05);
  transition: all 400ms ease;
}

.protecao-feature-card:hover .protecao-feature-icon {
  transform: scale(1.1) rotate(4deg);
  background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(6,78,59,0.3));
  border-color: rgba(16,185,129,0.4);
  box-shadow: 
    0 0 20px rgba(16,185,129,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(16,185,129,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(16,185,129,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(16, 185, 129, 0.08) 15%,
    rgba(16, 185, 129, 0.35) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(16, 185, 129, 0.35) 60%,
    rgba(16, 185, 129, 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(16, 185, 129, 0.08) 15%,
    rgba(16, 185, 129, 0.35) 40%,
    rgba(255, 255, 255, 0.18) 50%,
    rgba(16, 185, 129, 0.35) 60%,
    rgba(16, 185, 129, 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,
#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,
#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;
}

#riscos {
  background-size: cover, cover, cover;
}

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

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

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

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

#regularizacao {
  padding-bottom: clamp(5.5rem, 9vh, 9rem) !important;
}

#processo > .processo-container {
  border-radius: clamp(1.25rem, 3vw, 2rem);
}

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

.protecao-feature-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;
    background-position: center center;
  }

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

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

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

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

  #riscos {
    height: clamp(620px, 100svh, 780px);
    background-size: cover, cover, cover !important;
    background-position: center center, center center, center center !important;
  }

  #protecao {
    background-size: cover, cover, cover !important;
    background-repeat: no-repeat !important;
  }

  #servicos > .mb-16,
  #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(340px, 38vh, 410px) !important;
    padding: clamp(1.5rem, 3vh, 2rem) !important;
    gap: clamp(1rem, 2vw, 1.75rem) !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,
  #processo,
  #regularizacao,
  #protecao {
    padding-top: clamp(6.5rem, 14vh, 9.5rem) !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;
  }

  nav .btn-cta-standard.hidden.md\:flex {
    display: inline-flex !important;
    width: auto !important;
    max-width: 46vw !important;
    min-height: 2.2rem !important;
    flex-shrink: 0 !important;
    padding: 0.55rem 0.8rem !important;
    font-size: 0.58rem !important;
    line-height: 1 !important;
    letter-spacing: 0.045em !important;
    white-space: nowrap !important;
  }

  #inicio {
    min-height: calc(100svh - 53px);
    background-image:
      linear-gradient(90deg, rgba(5,5,5,0.97) 0%, rgba(5,5,5,0.9) 44%, rgba(5,5,5,0.68) 70%, rgba(5,5,5,0.42) 100%),
      linear-gradient(180deg, rgba(5,5,5,0.46) 0%, rgba(5,5,5,0.18) 42%, rgba(5,5,5,0.84) 100%),
      url("../assets/hero.webp?v=20260427-1741");
    background-size: cover, cover, auto 100%;
    background-position: center center, center center, 55% center;
    background-repeat: no-repeat;
    background-color: #050505;
  }

  #inicio::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(5, 5, 5, 0.18);
    backdrop-filter: blur(1.4px) saturate(0.86);
    -webkit-backdrop-filter: blur(1.4px) saturate(0.86);
    pointer-events: none;
  }

  #inicio > div {
    min-height: calc(100svh - 53px) !important;
    align-items: center !important;
    padding-top: clamp(1.4rem, 4svh, 2.5rem) !important;
    padding-bottom: clamp(1.4rem, 4svh, 2.5rem) !important;
  }

  #inicio .hero-copy {
    width: min(calc(100vw - 2.5rem), 22rem) !important;
    max-width: 22rem !important;
    margin-inline: auto !important;
  }

  #inicio h1 {
    max-width: 21.5rem;
    margin-bottom: clamp(0.85rem, 2.2svh, 1.35rem) !important;
    font-size: clamp(1.9rem, 7.6vw, 2.25rem) !important;
    line-height: 1.06 !important;
  }

  #inicio .hero-copy p {
    max-width: 21.5rem;
    font-size: 0.86rem !important;
    line-height: 1.48 !important;
  }

  #inicio .hero-copy .space-y-2\.5 {
    margin-bottom: clamp(1.15rem, 3svh, 1.8rem) !important;
  }

  #inicio .btn-cta-standard {
    width: min(calc(100vw - 2.5rem), 22rem) !important;
    max-width: 22rem !important;
    min-height: 3.18rem !important;
    padding: 0.82rem 1rem !important;
    font-size: 0.7rem !important;
  }

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

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

  #sobre {
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.62) 0%, rgba(5,5,5,0.34) 44%, rgba(5,5,5,0.78) 100%),
      url("../assets/about-colefar.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #sobre::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(5, 5, 5, 0.22);
    backdrop-filter: blur(1.2px) saturate(0.84);
    -webkit-backdrop-filter: blur(1.2px) saturate(0.84);
    pointer-events: none;
  }

  #sobre::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 1px;
    background: linear-gradient(to right,
      transparent 0%,
      rgba(16, 185, 129, 0.08) 15%,
      rgba(16, 185, 129, 0.35) 40%,
      rgba(255, 255, 255, 0.18) 50%,
      rgba(16, 185, 129, 0.35) 60%,
      rgba(16, 185, 129, 0.08) 85%,
      transparent 100%
    );
    pointer-events: none;
  }

  #servicos {
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.28) 0%, rgba(5,5,5,0.1) 42%, rgba(5,5,5,0.5) 100%),
      url("../assets/Solucoes.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #processo {
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.32) 0%, rgba(5,5,5,0.12) 44%, rgba(5,5,5,0.52) 100%),
      url("../assets/Tecnologia-de-tratamento.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #regularizacao {
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.34) 0%, rgba(5,5,5,0.12) 44%, rgba(5,5,5,0.56) 100%),
      url("../assets/MTR.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #protecao {
    background-image:
      linear-gradient(180deg, rgba(5,5,5,0.32) 0%, rgba(5,5,5,0.1) 44%, rgba(5,5,5,0.58) 100%),
      url("../assets/empresa-protegida.webp");
    background-size: cover, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

  #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, cover;
    background-position: center center, center center;
    background-repeat: no-repeat;
  }

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

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

  #servicos > .mb-16,
  #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,
  #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,
  #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,
  #protecao .grid,
  #riscos .riscos-card-grid {
    gap: 1rem !important;
  }

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

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

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

  #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: 767px) and (max-height: 700px) {
  #inicio {
    background-size: cover, cover, auto 100%;
    background-position: center center, center center, 56% center;
  }

  #inicio > div {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #inicio h1 {
    font-size: clamp(1.72rem, 7vw, 2rem) !important;
    line-height: 1.04 !important;
    margin-bottom: 0.75rem !important;
  }

  #inicio .hero-copy p {
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
  }

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

  #inicio .btn-cta-standard {
    min-height: 2.95rem !important;
    padding: 0.72rem 0.9rem !important;
    font-size: 0.64rem !important;
  }
}

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

  #inicio h1,
  #sobre 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(94, 234, 212, 0.92) !important;
  outline-offset: 4px !important;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18) !important;
}

.btn-toggle-pill:focus-visible {
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.24) !important;
}

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

#proposal-form .proposal-submit-icon,
#proposal-form .proposal-submit-label {
  color: #081f14 !important;
  -webkit-text-fill-color: #081f14 !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: #86efac !important;
  font-size: 0.78rem;
}

.proposal-success-panel {
  margin-top: 1.25rem;
  padding: 2rem 1.25rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(45, 212, 191, 0.26);
  background:
    radial-gradient(circle at 50% 0%, rgba(16, 185, 129, 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(16, 185, 129, 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: #081f14;
  background: linear-gradient(to top, #d8f0e2, #4e9c73, #1d7a50);
  box-shadow: 0 0 34px -8px rgba(16, 185, 129, 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,
#regularizacao .regularizacao-grid > article.card-glow--emerald,
#tab-saude > div,
#tab-ind > div {
  box-shadow:
    0 0 34px -14px rgba(16, 185, 129, 0.32),
    inset 0 0 12px rgba(16, 185, 129, 0.08) !important;
}

.protecao-feature-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(16, 185, 129, 0.42) !important;
}

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

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

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

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

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

@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;
  }
}
